.wallet{
    width: 100%;
    height: auto;
    display: inline-block;
}
.ws-left {width: 9%;display: inline-block;float: left;background: #f7f8fa;padding: 24px 16px;box-shadow: 1px 0 0 0 rgba(0, 0, 0, .04);height: 100%;position: fixed;}

.container {
    width: 590px;
    position: relative;
}

.has-children {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 11px;
}

.has-children img {
    float: left;
    width: 17%;
}

.has-children p {
    float: left;
    width: 76%;
    margin-left: 6%;
    font-size: 14px;
    line-height: 30px;
}

.ws-right {width: 78%;float: left;margin-top: 2%;margin-left: 11%;}

.wsr-header {padding: 0 50px;max-width: 1710px;min-width: 990px;}

.wsrh-left {
}

.wsrh-right {
    float: right;
}

.wsrh-right a {
    color: #fff;
    background: #e99415;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 10px;
}

.wsr-center {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}

.wsrc-title {
    width: 100%;
    height: auto;
    display: inline-block;
}

.wsrc-title h2 {
    font-size: 21px;
    color: #353535;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2%;
}

.wsrc-title ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
}

.wsrc-title ul h4 {
    float: left;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: normal;
    margin-right: 20px;
}

.wsrc-title li {
    float: left;
    font-size: 15px;
    color: #888888;
    font-weight: normal;
    margin-right: 8px;
    padding: 4px 12px;
}
.com-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 16%;
}

.com-box h3 {
    width: 84%;
    height: auto;
    display: inline-block;
    background: #ec9436;
    border-radius: 8px;
    padding: 11px 12px;
    margin-bottom: 19%;
}

.com-box h3 img {
    float: left;
}

.com-box h3 span {
    float: left;
    margin-left: 9%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: normal;
}

.com-box ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.com-box li {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 14%;
}

.com-box li img {
    float: left;
    width: 15%;
}

.com-box li p {
    float: left;
    font-size: 14px;
    margin-left: 5%;
}

.cbs {
    width: 80% !important;
    margin-left: 13%;
}
.container .input {
    position: relative;
    width: 470px;
    height: 38px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
    background: #f6f6f6;
}

.container>div {
    float: left;
}

.container .input>input {
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 35px;
    color: #333;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    background: #f6f6f6;
    width: auto;
}

.container .input .picker {
    width: 45px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 35px;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    text-align: right;
    background-image: url(../images/down.png);
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}

.container .input .picker-list {
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.container .input .picker-list>li {
    padding-left: 36px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.container .search {
    width: 89px;
    height: 39px;
    background-color: #e99415;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.wsr-center {width: 100%;height: auto;display: inline-block;padding: 0 50px;margin-top: 3%;max-width: 1710px;min-width: 990px;}

.wsrc-title {
    width: 100%;
    height: auto;
    display: inline-block;
}

.wsrh-rights {
    width: 5%;
    float: right;
    margin-top: -2%;
}

.wsrh-rights img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid#f7f8fa;
}
.wsrc-top{
    width: 94%;
    height: auto;
    display: inline-block;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    padding: 26px 30px;
    margin-top: 3%;
    border-radius: 7px;
}
.wsrct-left{
    width: 60%;
    float: left;
}
.wsrct-left img{
    width: 10%;
    border-radius: 50%;
    float: left;
}
.wsrctl-top{
    width: 50%;
    float: left;
    margin-left: 4%;
    margin-top: 1%;
}
.wsrctl-top h3{
    font-size: 18px;
    font-weight: normal;
    float: left;
    margin-right: 2%;
}
.wsrctl-top p{
    float: left;
    color: #767676;
    margin-top: 3px;
}
.wsrctl-top img{
    width: 18%;
    border-radius: 0px;
    float: left;
    margin-left: 5%;
}
.wsrct-right{
    width: 17%;
    float: right;
}
.wsrctl-bottom{
    width: 100%;
    float: left;
    margin-left: 4%;
    margin-top: 2%;
}
.wsrctl-bottom a{
    color: #ec9436;
    font-size: 14px;
    margin-right: 3%;
}
.wsrctl-box{
    width: 80%;
    height: auto;
    display: inline-block;
}
.wsrct-right{}
.wsr-left{
    float: left;
    text-align: center;
    margin-top: 4px;
}
.wsr-left h2{}
.wsr-left p{
    color: #767676;
    font-size: 14px;
    letter-spacing: 2px;
}
.wsrct-right span{
    width: 1px;
    height: 57px;
    background: #767676;
    display: inline-block;
    float: left;
    margin: 0 21px;
}
.wsr-right{
    float: left;
    text-align: center;
    margin-top: 4px;
}

.wsr-right p{
    color: #767676;
    font-size: 14px;
    letter-spacing: 2px;
}

.vip-center {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
    margin-bottom: 0%;
    float: right;
}

.vip-center ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.vip-center li {
    width: 43%;
    float: left;
    box-shadow: 5px 1px 8px 1px #d9d7d8;
    border-radius: 14px;
    overflow: hidden;
    padding: 2% 2%;
    height: 149px;
    position: relative;
    background: #fff;
    margin-right: 5%;
}

.vip-center li h3 {
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 2%;
}

.vip-center li input {
    color: #ff9b05;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 0px;
    width: 80%;
    border-radius: 0;
    outline: medium;
    background-color: transparent;
    text-align: left;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0px;
    border-bottom: 1px solid#ff9b05;
}

.vip-center li span {
    width: 100%;
    display: inline-block;
    padding: 18px 0;
    color: #888888;
}

.vip-center li a {
    background: #e99415;
    color: #fff;
    padding: 7px 16px;
    border-radius: 10px;
}

.vip-center li p {
    color: #ff9b05;
}

.vip-center li p i {
    color: #ff9b05;
    font-size: 21px;
    font-style: normal;
}

.vip-center li img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.vip-center li:nth-child(2n) {
    margin-right: 0;
}
.colle-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
}
.colle-box li {
    width: 19%;
    float: left;
    margin-right: 1%;
    margin-bottom: 2%;
}
.colle-box li a{
    width: 100%;
    height: auto;
    display: inline-block;
}
.colle-box li img{
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 11px;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
}
.colle-box li p{
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .ws-right {
        width: 100%;
        float: left;
        margin-top: 15%;
        margin-left: 0%;
    }
    .wsr-header {
        padding: 0 50px;
        max-width: none !important;
        min-width: auto !important;
        display: none;
    }
    .wsr-center {
        height: auto;
        width: 95%;
        max-width: none;
        min-width: auto;
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 2%;
        padding: 0px;
    }
}