



/*about*/

.about {
    overflow: hidden;
    width: 1200px;
    margin: 40px auto 0;
}

.about h1 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: normal;
    text-align: center;
    font-family: "baskerville_old_faceregular";
}

.about h3 {
    font-size: 17px;
    line-height: 24px;
    color: #666;
    text-align: center;
    font-weight: normal;
    width: 700px;
    margin: 15px auto;
}

.about h4 {
    font-weight: normal;
    text-align: center;
}

.about h4 a {
    text-decoration: underline;
    color: #7fbeb9;
    font-size: 14px;
    font-style: italic;
}

.ablft {
    width: 560px;
    background: #fff;
    height: 260px;
    margin: 25px 0;
    padding: 30px 40px 40px;
}

.ablft h2 {
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    text-transform: uppercase;
    color: #333;
    font-family: "baskerville_old_faceregular";
}

.ablft p {
    font-size: 24px;
    letter-spacing: 1px;
    color: #89898A;
    padding: 8px 0 10px;
    line-height: 30px;
    text-transform: uppercase;
}

.abtext {
    font-size: 15px;
    line-height: 26px;
    padding-top: 10px;
}

.prolist {
    overflow: hidden;
    position: relative;
    width: 1240px;
    margin: 0 auto 60px;
}

.prolist li {
    float: left;
    width: 302px;
    margin: 0 4px;
    overflow: hidden;
}

.prolist li.te .effect-duke {
    overflow: hidden;
}

.prolist li.te .effect-duke img {
    height: 222px;
}

.more {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0eaea2;
    text-transform: uppercase;
    width: 100px;
    font-size: 14px;
    margin: 15px 0;
}

.tuijian {
    margin: 25px 0;
}

.tuijian img {
    width: 100%;
}

figure.effect-duke img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.02, 1.02, 1);
    transform: scale3d(1.02, 1.02, 1);
}

.rx-list {
    width: 58%;
    max-width: 773px;
}

.bestsale {
    overflow: hidden;
    margin: 50px 0;
}

.bestsale ul {
    width: 100%;
    overflow: hidden;
}

.bestsale ul li {
    float: left;
}

.bestsale ul li.best01 {
    /*width: 25.6%; max-width:324px;*/
    width: 32.3%;
}

.bestsale ul li.best02 {
    /*width: 32.8%; max-width:415px; margin:0 1%;*/
    width: 32.3%;
    margin: 0 1.5%;
}

.bestsale ul li.best03 {
    /*width:39.6%; max-width:503px;*/
    width: 32.3%;
}

.bestsale ul li.best04 {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.rx-tit {
    width: 41%;
    max-width: 565px;
    overflow: hidden;
}

.rx-tit img {
    width: 100%;
}

.prolft {
    width: 220px;
    border: 1px solid #ddd;
}

.prolft h3 {
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0 auto
}

.fenlist {
    overflow: hidden;
    margin: 15px 0;
}

.fenlist dt {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
}

.fenlist dd {
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
}

.fenlist dd {
    position: relative;
}

.fenlist dd a i.gw-checkout {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 11px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: white;
    border: solid 1px #e1e1e1;
    border-radius: 2px;
    margin: 0 5px;
}

.fenlist dd i.gw-checkout input {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 1px;
    display: none;
}

.fenlist dd a:hover i.gw-checkout:after,
.fenlist dd span.m-selected-filter-item i.gw-checkout:after {
    font-family: "iconfont";
    content: "\e614";
    display: inline-block;
    font-weight: normal;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 7px;
    border: solid 1px #ff8261;
    background-color: #ff8261;
    top: 8px;
    color: #fff;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 2px;
}

.fenlist dd a:hover i.gw-checkout:after {
    top: 6px;
    left: -1px;
}

input[type=checkbox]:checked+label:after,
input[type=checkbox]:checked+.label label:after {
    font-size: 8px;
    background-color: #ff8261;
}

.fenlist dd a {
    font-size: 13px;
    color: #666;
}

.fenlist dd a:hover,
.fenlist dd.pro-on a {
    color: #ff8261;
    text-decoration: underline;
}

.fenlist dd a:hover em,
.fenlist dd.pro-on a em {
    color: #ff8261
}

.fenlist dd a em {
    font-style: normal;
    color: #B3B2B2;
    padding-left: 5px;
}

.prorit {
    margin-left: 240px;
}

.saixuan {
    overflow: hidden;
    background: #f6f6f6;
}

.view-list {
    overflow: hidden;
}

.view-list label {
    margin: 10px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
}

.view-list a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background: url(/skin/frontend/yisainuo/pc/longyi/images/view-mode-icon.jpg) no-repeat;
    height: 30px;
    position: relative;
    top: 8px;
}

.view-list a.ls1 {
    background-position: 0 0;
}

.view-list a.ls2 {
    background-position: -29px 0;
}

.view-list a.ls3 {
    background-position: -58px 0;
}

.view-list a:hover {
    background: url(/skin/frontend/yisainuo/pc/longyi/images/view-mode-icon-cur.png) no-repeat;
}

.view-list a.ls1:hover {
    background-position: 0 0;
}

.view-list a.ls2:hover {
    background-position: -29px 0;
}

.view-list a.ls3:hover {
    background-position: -58px 0;
}

.narrow-by-list {
    overflow: hidden;
}

.sidebar #narrow-by-list dt {
    width: 100%;
}

#narrow-by-list dt {
    font-weight: bold;
    text-align: center;
}

#narrow-by-list dd ol {
    width: 100%;
    overflow: hidden;
}

#narrow-by-list dd ol li {
    float: left;
    padding-bottom: 5px;
}

#narrow-by-list dd ol li a {
    color: #666;
}

#narrow-by-list dd ol li a:hover {
    color: #ff8261;
    text-decoration: underline;
}

#narrow-by-list dd ol li a.on {
    color: #ff8261;
}

.pro {
    overflow: hidden;
    width: 1280px;
    position: relative;
    margin: 30px 0 0;
}

.pro li {
    overflow: hidden;
    float: left;
    width: 295px;
    margin: 0 6px 35px;
    position: relative;
}

.pro li .mo-block {
    position: absolute;
    top: 200px;
    width: 100px;
    height: 60px;
    left: 100px;
}

.pro li .mo-block .wishbox a {
    width: 32px;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    background: url(/skin/frontend/yisainuo/pc/longyi/images/ax.png);
    margin: 0 5px;
}

.pro li .mo-block .wishbox a.wishico {
    background-position: 0 0;
}

.pro li .mo-block .wishbox a.wishico:hover {
    background-position: -32px 0;
}

.pro li .mo-block .wishbox a.j-cat {
    background-position: -64px 0;
}

.pro li .mo-block .wishbox a.j-cat:hover {
    background-position: -96px 0;
}

.pro li .quickview {
    text-align: center;
    margin: 10px 0;
}

.pro li .quickview a {
    display: inline-block;
    border-radius: 3px;
    display: block;
    height: 32px;
    line-height: 32px;
    background: url(/skin/frontend/yisainuo/pc/longyi/images/ax_bg.png) repeat;
    width: 80px;
    margin-left: 5px;
    color: #444;
}

.pro li .quickview a:hover {
    color: #42a4b3;
    text-decoration: underline;
}

.pro li img {
    width: 100%;
}

.pro li em {
    position: absolute;
    top: -8px;
    right: -5px;
    background: #f30;
    color: #fff;
    display: block;
    border-radius: 50%;
    padding: 14px 5px 0;
    font-style: normal;
    width: 40px;
    height: 36px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
}

.pro li em b {
    display: block;
    font-size: 16px;
}

.pro li h3 {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    padding: 8px 5px;
}

.pro li h3 a {
    color: #666;
}

.pro li h4 {
    text-align: center;
    font-size: 20px;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}

.pro li h4 p {
    display: inline-block;
}

.pro li h4 .old-price {
    padding: 0 8px;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
}

.c-show {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
}

.showlist {
    overflow: hidden;
    margin: 45px 0;
}

.showlist li {
    float: left;
    width: 50%;
}

.showlft {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.showlft i {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 2;
    font-size: 0;
    right: 0;
    top: 42%;
    display: none;
    border-top: 18px solid transparent;
    border-right: 18px solid #fff;
    border-bottom: 18px solid transparent;
}

.showlft i.sjlef {
    left: 0;
    border-top: 18px solid transparent;
    border-left: 18px solid #fff;
    border-right: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.showrit {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
}

.showrit p.time {
    text-align: center;
    color: #ff4a66;
    height: 30px;
    line-height: 30px;
}

.showrit p.time b {
    font-size: 24px;
    font-weight: normal;
    padding-right: 5px;
}

.showrit p.pbox {
    height: 54px;
    line-height: 18px;
    overflow: hidden;
    color: #666;
    text-align: center;
}

.showrit h2 {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    color: #333;
    overflow: hidden;
}

.showrit a.more2 {
    border-radius: 20px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 3px #D6D1D1;
    color: #333;
    height: 36px;
    line-height: 36px;
    display: block;
    padding: 0 10px;
    width: 100px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 12px;
}

.showrit a.more2:hover {
    border-color: #fa96d4;
    color: #e478bb;
}


/*HOT*/

#pro1 li {
    min-height: 420px;
}

.pro1 {
    padding: 0 0 20px;
    overflow: hidden;
}

.pro1 li {
    float: left;
    width: 25%;
    position: relative;
    min-height: 370px;
    margin-top: 15px;
}

.pro1 li .li-item {
    padding: 8px;
    transition: box-shadow 0.25s linear 0s, min-height 0.35s linear 0s;
    border: 1px solid #fff;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}

.pro1 li .li-item .img {
    width: 100%;
    padding-bottom: 100%;
    position: static;
    height: 0;
}

.pro1 li .li-item .sale {
    position: absolute !important;
    background: #fe51a0 !important;
    color: #fff !important;
    width: 79px !important;
    font-size: 12px !important;
    text-align: center !important;
    padding: 2px !important;
    border-radius: 3px !important;
    bottom: 7px !important;
    right: 15px !important;
}

.pro1 li .li-item .sale b {
    display: inline-block;
    font-size: 12px;
}

.pro1 li .li-item .img img {
    width: 100%;
}

.Discount {
    position: absolute;
    z-index: 999;
    right: 2px;
    top: 2px;
    width: 50px;
    height: 40px;
    border-radius: 50px;
    line-height: 16px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #e45384;
}

.Discount b {
    font-size: 16px;
}

.pro1 li .li-item:hover {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);
    z-index: 2;
    transition: box-shadow 0.25s linear 0s, min-height 0.35s linear 0s;
    background: #fff;
}

.pro1 li img {
    width: 100%;
}

.pro1 li h3 {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    padding: 4px 0;
}

.pro1 li h3 a {
    color: #666;
}

.pro1 li h4 {
    font-size: 20px;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}

.pro1 li h4 p {
    display: inline-block;
}

.pro1 li h4 .old-price {
    padding: 0 8px;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
    float: none;
    margin-right: 0;
}

.pro1 li .li-item .infomore {
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    display: none;
}

.pro1 li .li-item:hover .infomore {
    display: block;
}

.pro1 li .infomore a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-left: 4px;
}

.pro1 li .infomore a.wishbox.icon-shoucang {
    font-size: 20px;
}

.pro1 li .infomore a.wishbox.icon-shoucang:hover {
    color: #e95990;
}

.pro1 li .infomore a.bagbox.icon-gouwu {
    font-size: 23px;
    line-height: 22px;
}

.pro1 li .infomore a.bagbox.icon-gouwu:hover {
    color: #e95990;
}

.or {
    display: none;
}


.coupon-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
    text-align: center;
}

.coupon-modal-content {
    position: absolute;
    width: 500px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    background-color: #fff;
    background-image: url("/skin/frontend/yisainuo/pc/longyi/images/coupon-title.png");
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 20px;
}

.coupon-modal-content>.coupons_info {
    margin-top: 140px;
    padding: 20px;
    text-align: left;
}

.coupon-modal-content>.coupons_info>div {
    font-family: "baskerville_old_faceregular";
    font-size: 16px;
    margin-top: 10px;
}

.coupon-modal-content>.coupons_info>p {
    font-size: 14px;
    margin-left: 15px;
    line-height: 25px;
}

.coupon-modal-content>.coupons_info>p>span {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px dashed #878787;
    margin: auto 5px;
    color: #fc0053;
}

.coupon-modal-content>.coupons_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url("/media/wysiwyg/others/1574765159269.png");
    cursor: pointer;
}


/*
* right tabs end
*/

.signUp-lz {
    text-align: center;
}

.signUp-lz h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

.signUp-lz form p input:nth-of-type(1) {
    border: none;
    outline: none;
    background: #848587;
    border-bottom: 2px solid #000;
    color: #fff;
    padding-left: 30px;
    font-size: 16px;
    height: 40px;
}

.signUp-lz form p input:nth-of-type(1)::-webkit-input-placeholder {
    color: #fff;
}

.signUp-lz form p input:nth-of-type(1)::-webkit-input-placeholder {
    color: #fff;
}

.signUp-lz form p input:nth-of-type(1)::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.signUp-lz form p input:nth-of-type(1):-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.signUp-lz form p input:nth-of-type(1):-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.signUp-lz form p input:nth-of-type(2) {
    border: none;
    padding: 12px 30px;
    color: #fff;
    background: #000;
    margin-left: 20px;
}

.signUp-lz form p input:nth-of-type(2):hover {
    background: #f70984;
}


.fottop {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 15px;
}



.backtop {
    overflow: hidden;
    display: block;
    background: url(/skin/frontend/yisainuo/pc/longyi/images/topbot_03.png) no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 15px;
    margin: 0 auto;
    cursor: pointer;
    bottom: 150px;
}

/*
* right tabs
*/

@keyframes on_xz {
    0% {
        top: -75px;
    }
    25% {
        top: -85px;
    }
    50% {
        top: -75px;
    }
    75% {
        top: -85px;
    }
    100% {
        top: -75px;
    }
}
.fotrit {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

.fotrit input[type="text"] {
    border: 1px solid #d9d9d9;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    width: 200px;
}

.fotrit button[type="button"] {
    background: #333;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    height: 30px;
    line-height: 30px;
}

.fottop {
    font-style: italic;
    color: #666;
    font-size: 15px;
}

.fottop a {
    display: inline-block;
    margin: 0 5px;
}

.list-div {
    margin: 10px 40px;
}

.list-div a {
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 5px;
}

.list-div a i {
    display: inline-block;
    height: 55px;
    width: 55px;
}



.djbox {
    overflow: hidden;
}

.djbox .xing {
    background-image: url(/skin/frontend/yisainuo/pc/longyi/images/conent_star_icon.png);
    display: inline-block;
    width: 95px;
    height: 14px;
    overflow: hidden;
    margin: 8px 8px 0 0;
}

.djbox span {
    margin-right: 10px;
}

.no5 {
    background-position: 0 0;
}

.no4 {
    background-position: 0 -25px;
}

.no3 {
    background-position: 0 -50px;
}

.no2 {
    background-position: 0 -75px;
}

.no1 {
    background-position: 0 -100px;
}


/*子页*/

.zy-banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.section_select {
    margin: 10px 0;
}

.section_select select {
    background: url(/skin/frontend/yisainuo/pc/longyi/images/select.png) no-repeat right center #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d9dbdc;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px 9px 8px;
    text-indent: 0.01px;
}

.omega {
    margin-left: 10px;
}

.omega select {
    width: 180px;
}

.page {
    margin-top: 35px;
    margin-bottom: 25px;
    height: 32px;
    text-align: center;
    font-size: 0;
    clear: both;
}

.page a.pageup-dis,
.page a.pagedown-dis {
    background-color: #eff2f0;
    color: #bcbebd;
    cursor: default;
}

.page a {
    display: inline-block;
    width: auto;
    padding: 6px 10px;
    padding: 6px 11px;
    border: 1px solid #dfdfdf;
    font: 16px/18px Arial;
    background: #FFF;
    color: #505050;
    margin-right: 8px;
    vertical-align: top;
    border-radius: 3px;
    overflow: hidden;
}

.page a.current,
.page a.current:hover {
    background-color: #a642b0;
    color: #FFF;
    font-weight: bold;
}

.page a:hover {
    background-color: #a642b0;
    text-decoration: none;
    color: #fff;
}

.configurable-price-from-label {
    display: none;
}

.product-thumb-next,
.product-thumb-prev {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 35px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(254, 254, 254, .2);
}

.product-thumb-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAwElEQVRYR+3WwQkCMRAF0J00sF5CUoYlrBXZgiVsR24J2kmOmdPIggfxIJv5H4KQ3MN/fJhkZOp8pHP+NACjgf9sIOd8q7WupZSCTlFzAymlVUSuZvZQ1QuKaAbEGM8hhE1EZgaiGbBXzkS4AEyEG8BCQAAGAgagCAoAQbABdxE5mdlTVZcjbwQF8B7L5vC9ORiAhMMANBwCMMLdAFa4C8AMdwE+vuPDo/ZrZ3BNQdeFBN2Avu+7GmAiBmA00L2BF82W0CHrgWpEAAAAAElFTkSuQmCC");
    right: 0;
    left: auto;
}

.product-thumb-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAzklEQVRYR+3WQQ7CIBAF0M4KltxEj6AnskfQI3giPYLHgLDRC8wYkroxNeHDUBJD14T/+M2U0tT5oc750wCMBv6jAeecs9aevPcXdKqqG0jhxpgbEe1F5BpCmBFEFeAr/MXMhxjjYxOARniCFjWgFV4E0AyHAdrhEKBFeDagVTgKuBPRTkSezHxEx+3XaGZPwdKCOiIbkE7QAgEBWiBggDaiCKCJKAZoIaoAK4htr+PPbC8/JLP3/oxcxdkfInRTZH31K0DC1tYOwGigewNvxl3AIZ5pBmoAAAAASUVORK5CYII=");
    left: 0;
    right: auto;
}

.product-thumb-next:hover,
.product-thumb-prev:hover {
    background-color: rgba(254, 254, 254, .9);
}

.firecheckout-set #checkout-review .product-image {
    float: left;
}

.fcp-col-product {
    width: 60%;
    border-right: 1px solid #ddd;
}

.fcp-col-price {
    width: 15%;
    border-right: 1px solid #ddd;
    text-align: center;
}

.fcp-col-qty {
    width: 10%;
    border-right: 1px solid #ddd;
    text-align: center;
}

.fcp-col-subtotal {
    width: 15%;
    text-align: center;
}

.fcp-header {
    display: flex;
    background: #d9e5ee;
    font-size: 16px;
}

.fcp-header>li {
    padding: 5px;
}

.fcp-items {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.fcp-items>li {
    padding: 5px;
}

.fcp-item-options {
    float: left;
    margin-left: 3px;
}

.bbi-wrapper {
    height: 220px;
    overflow-y: scroll;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.bb-title {
    font-size: 20px;
    color: #ff1c9d;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.bonus-buy-items {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.bonus-buy-items>li {
    padding: 5px;
}

.bb-oldprice {
    text-decoration: line-through;
}

.bb-price {
    color: #ff1c9d;
    font-size: 16px;
}

.add-bonus {
    font-size: 14px;
    font-weight: 700;
    background-color: #fff3f3;
    border-radius: 10px;
    height: 28px;
    color: #ff1c9d;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.ab-notice {
    text-align: center;
}

.add-bonus-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.add-bonus-bg {
    position: relative;
}

.ab-container {
    width: 900px;
    height: 320px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -160px;
    background: #fff;
    padding: 30px 20px;
    box-sizing: content-box;
}

.ab-left {
    width: 35%;
    float: left;
}

.ab-right {
    width: 62%;
    float: right;
}

.ab-close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAA10lEQVRIS72UUQ0CMRBE3zlBCjjAAeAACTgAB+DgLIADcIIEsqQll9LuzpGU+2qa7bvt7HQGOn1DJy5/A6+BDbADnjNuswUWwCGfKTs28AjcgZUIN+gZuAHLFtj2c6ECz7WPBP3csqWxAm9CrTtveB7chUbgliwhVAGX8AtwAr40LR2k+jh3aedDqNrxtGtbK26RXt5UU5PiqMAjKWqDUqwo2a2maQiPHog3KBdeA0s+TfZqwlshJFmqgF9TcL23a2BLuL2YbPldhLE5I4L90shuP/+oG/gF0H9QF7Ut8A8AAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
}

.abr-name {
    font-size: 20px;
    color: #000;
}

.ab-options {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 120px;
    padding: 10px 0;
}

.abo-label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.ab-required {
    color: #ff1c9d;
}

.abo-value {
    position: relative;
    margin-bottom: 7px;
}

.ab-vl {
    min-width: 94px;
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    display: inline-block;
}

.ab-vl.current {
    background-color: #ff1c9d;
    color: #fff;
}

.ab-vi {
    position: absolute;
    visibility: hidden;
}

.ab-price {
    margin: 10px 0;
}

.abp-curr {
    font-size: 30px;
    color: #ff1c9d;
    margin: 0 5px 0 15px;
}

.abp-old {
    font-size: 20px;
    text-decoration: line-through;
}

.ab-qty {
    overflow: hidden;
    line-height: 40px;
}

.abq-label {
    color: #666;
    font-weight: 600;
    width: 80px;
    vertical-align: text-bottom;
    float: left;
}

.abq-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 18px;
    float: left;
}

.abi-reduce {
    width: 40px;
    color: #666;
    font-weight: 700;
    border: none;
    outline: none;
    height: 40px;
    background: none;
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAASElEQVQ4T2NkoBAwUqifYdQABmqFAb+YEgMrozlJMfKX4QrD+5eXIbEgKK7LwMygS5IBv/+fYPj46t5oNFItGkkKflTFFMcCAFpjCxElkYQnAAAAAElFTkSuQmCC");
    background-position: center;
    background-repeat: no-repeat;
}

.abi-add {
    width: 40px;
    color: #666;
    font-weight: 700;
    border: none;
    outline: none;
    height: 40px;
    background: none;
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAVklEQVQ4T2NkoBAwUqifgeYGGEBdeAGXSwm5oAGqEUZjmDP4DAD52R/JnQ5Q9gEksY0MDAzwMEH3AsiAAAIGbMBnAHogDcFARPcCxQmJYFYhlJBobwAAORwOESKi/GcAAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
}

.abi-num {
    width: 92px;
    font-size: 16px;
    float: left;
    height: 40px;
    border: none;
    text-align: center;
}

.ab-sub {
    clear: both;
    margin-top: 10px;
}

.abs-buynow {
    width: 200px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    background-color: #ff1c9d;
}

.loading-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url('/skin/frontend/yisainuo/pc/longyi/images/ajax-loading.gif') 50% 50% no-repeat;
}

body.loading .loading-modal {
    overflow: hidden;
    display: block;
}

.countdown-container {
    text-align: center;
}

.countdown-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fd0154;
    margin: 10px 0;
}

.countdown-el-container {
    display: flex;
    justify-content: center;
}

.big-text {
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    margin: 10px 20px;
}

.countdown-el {
    text-align: center;
    background: linear-gradient(45deg, #c471ed, #f64f59);
    border-radius: 10px;
    color: #fff;
    margin-left: 10px;
}

.countdown-el span {
    font-size: 12px;
}

.related-products-container {
    width: 1000px;
    margin: 0 auto;
    border: 1px dashed #636363;
    border-radius: 12px;
    margin-bottom: 30px;
}

.related-products-container .rp-title {
    color: #636363;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.related-products-container .rp-title span {
    color: #fd0053;
    font-size: 26px;
}

.related-products-container .rp-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.related-products-container .rp-items li {
    padding-bottom: 10px;
    position: relative;
    width: 44%;
}

.related-products-container .rpi-title {
    font-size: 16px;
    color: #666;
    margin: 5px 0;
    margin-bottom: 10px;
    text-align: center;
}

.related-products-container .rpi-price-box {
    text-align: center;
    font-size: 15px;
}

.rpi-price-box .rpi-price {
    color: #ff1c9d;
}

.rpi-price-box .rpi-oldprice {
    font-size: 13px;
    text-decoration: line-through;
    color: #a0a0a0;
}

.rp-discount {
    padding: 5px 0;
    width: 47px;
    border-radius: 0px;
    position: absolute;
    right: 5px;
    top: 0px;
    background: rgb(254, 62, 148);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 15px;
}


.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul {
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li {
    margin-left: 2em;
}

.postContent ol {
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li {
    margin-left: 2em;
}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {
    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags,
.menu-categories,
.menu-recent {
    margin: 5px 9px;
}

.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a,
.block-blog .menu-categories UL LI a,
.block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(/skin/frontend/yisainuo/pc/longyi/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

.ac-ti {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.ac-sti {
    color: #636363;
    font-size: 14px;
}

/**new blog style start**/
.new-blog-page{
    box-sizing:border-box;
    width:100%;
}
.new-blog-page-title{
    text-align: center;
    font-size: 24px;
    color:#404243;
    margin-bottom: 30px;
    font-weight: bold;
}
.new-blog-a-first-img,
.new-blog-a-first-img img{
    display:block;
    width: 100%;
    height:auto;
}
.new-blog-a-img{
    display:block;
    width: 100%;
    height:auto;
}
.new-blog-a-img img{
    display:block;
    width: 100%;
    height:200px;
    object-fit: cover;
}
.new-blog-list{
    box-sizing: border-box;
    width:100%;
}
.new-blog-list-first{
    position:relative;
    box-sizing: border-box;
    width:100%;
    margin-bottom: 30px;
}
.new-blog-list-first-img{
    display:block;
    width:100%;
    height:auto;
}
.new-blog-list-first-summary{
    position:absolute;
    width: 260px;
    bottom:30px;
    left:30px;
    padding:20px;
    background-color: rgba(255,255,255,0.4);
}
.new-blog-list-first-title{
    font-size: 16px;
    font-weight:700;
    margin-bottom: 20px;
}
.new-blog-list-first-read{
    display:block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    color:#fff;
    font-size: 12px;
    font-weight:700;
}

.new-blog-list-inner{
    box-sizing: border-box;
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-blog-list-item.placeholder{
    visibility: hidden;
}
.new-blog-list-item{
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 32%;
    margin-bottom: 20px;
}
.new-blog-list-item-img{
    display:block;
    width:100%;
    height:auto;
}
.new-blog-list-item-title{
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000000;
    font-weight: 600;
    margin: 5px 0;
}
.new-blog-list-item-p{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
}
.new-blog-list-item-p p{
    font-size: 14px !important;
}
.new-blog-list-item-more{
    display: block;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.new-blog-toolbar{
    width: 100%;
    margin: 50px 0;
}
.new-blog-pager{
    width:100%;
    display: flex;
    justify-content: center;
}
.new-blog-pager ol{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #bbb;
}
.new-blog-pager ol li.current{
    border-bottom: 3px solid #000;
    color: #000;
}
.new-blog-pager ol li{
    width: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color:#333;
}
.new-blog-pager ol li a{
    display:block;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
}
.new-blog-details-imgbox{
    position:relative;
    width:100%;
}
.new-blog-details-imgbox img{
    display:block;
    width:100%;
    height:auto;
}
.new-blog-details{
    position:relative;
    box-sizing: border-box;
    width: 786px;
    padding: 20px 50px 0 50px;
    margin:-50px auto 60px auto;
    background-color: #fff;
    z-index: 1;
}

.new-blog-details-title{
    margin-bottom: 40px;
}
.new-blog-details-title h3{
    font-size:16px;
    color:#404243;
    margin-bottom: 16px;
}
.new-blog-details-title h1{
    font-size:24px;
    color:#404243;
}
.new-blog-details-content p{
    color:#404243;
    margin-bottom:30px;
    line-height: 1.6em;
    font-size: 16px;
}
.new-blog-details-author{
    width: 100%;
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
}
.new-blog-details-author-info .author{ 
    color: #404243;
    font-size: 14px;
    font-weight:600;
    margin-bottom: 10px;
}
.new-blog-details-author-info .new-tags{
    display:flex;
}
.new-blog-details-author-info .new-tags h4{ 
    color: #404243;
    font-size: 14px;
    font-weight:600;
}
.new-blog-details-author-info .new-tags .tags{ 
    display:flex;
    color: #404243;
    font-size: 14px;
    font-weight:600;
    padding:0;
}
.new-blog-details-author-info .new-tags .tags li{
    margin-right:10px;
}
.new-blog-social{
    display: flex;
    justify-content: flex-end;
}
.new-blog-social-btn{
    text-align: center;
    width: 60px;
    line-height: 40px;
    font-size: 22px;
    color: #818181;
}
.facebook-icon-btn,
.pinterest-icon-btn{
    border:1px solid #a6a6a6;
}
.twitter-icon-btn{
    border-top:1px solid #a6a6a6;
    border-bottom:1px solid #a6a6a6;
}

.new-blog-comment{
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
}
.new-blog-comment-title{
    margin-bottom: 40px;
    color: #585a5b;
    font-size: 20px;
    font-weight: 600;
}
.new-blog-form-group{
    width: 100%;
    display:flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.new-blog-form-group .input-box{
    flex: 0 0 auto;
    width: 48%;
}
.new-blog-form-group .input-box input{
    border: 1px solid #8b8b8b;
}
.input-box.aw-blog-comment-area textarea{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    display:block;
    resize: none;
    height:120px !important;
    max-width:100%;
    padding: 9px !important;
    border: 1px solid #8b8b8b;
}
.new-blog-button-set{
    margin-top: 40px;
}
.button.new-blog-form-button:focus,
.button.new-blog-form-button:hover,
.button.new-blog-form-button{
    background-color: #000;
    font-size: 14px;
}

.new-blog-details-footer{
    width: 100%;
    background:#ffeaf0;
    padding: 70px 0;
    display: flex;
    justify-content: center;
}
.new-blog-details-footer-item{
    display: block;
    width: 30%;
    flex: 0 0 auto;
}
.new-blog-details-footer-item img{
    display:block;
    width: 100%;
    height:auto;
}
.new-blog-details-footer-item-title{
    color: #000000;
    margin-top: 20px;
    font-size: 16px;
    font-weight:600;
}
/**new blog style end**/
.Wkdtltxtbox {
    padding: 60px 40px;
    max-width: 1160px;
    margin: auto;
}

.Wkdtltxtbox_info {
    margin-top: 40px;
    line-height: 2.2;
    font-size: 18px;
}

.Wkdtltxtbox_ifh1 {
    font-size: 29px;
    font-weight: bold;
    margin-top: 50px;
    text-transform: uppercase;
}

.Wkdtltxtbox_ifh2 {
    font-size: 21px;
    font-weight: bold;
}

.Wkdtltxtbox_list .Wkdtltxtbox_ifp i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}

.Wkdtltxtbox_faqli {
    margin: 15px auto;
}

.wkdetlboxs_fashion img {
    max-width: none;
    margin: 0 auto;
}

.wkdetlboxs_fashion {
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px;
}

.wkdetlbx_fasimgtop {
    text-align: center;
    margin: 30px auto 70px;
}

.wkdetlbx_fash2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.wkdetlbx_fasp {
    line-height: 2.2;
    font-size: 20px;
}

.wkdetlbx_sksty4_img {
    margin-right: 30px;
}

.wkdetlbx_skunksty4 {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.wkdetlbx_skunksty4 .wkdetlbx_fasp {
    font-size: 18px;
    line-height: 2.0;
}

.wkdetlbx_skunksty3 {
    padding-top: 10px;
}

.wkdetlbx_skunksty3 .wkdetlbx_sksty4_img {
    margin: 0 0 0 30px;
}

.wkdetlbx_faswashwigs .wkdetlbx_fasp {
    position: relative;
    padding-left: 25px;
}

.wkdetlbx_faswashwigs .wkdetlbx_fasp:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100%;
}

.wkdetlbx_faqaboutwig {
    padding: 50px 0;
}

.wkdetlbx_faqaboutwig .wkdetlbx_fash2 {
    margin-bottom: 0;
}

.wkdetlbx_fash3 {
    font-size: 21px;
    font-weight: bold;
    margin: 30px auto 8px;
}
.cart__checkout {
    background: #ff1c9d;
    border-radius: 3px;
    width: 180px;
    height: 35px;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
}

/********************pc koc**********************/
.koc-header-bar{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}
.koc-header-bar .icon{
    font-size: 24px;
    margin-right: 15px;
}
.koc-btn{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.koc-input-box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 5px;
    height: 45px;
}
.koc-input{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #000;
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.koc-input::placeholder{
    color: #0b0b0b;
}
.koc-input-box .validation-advice{
    position: absolute;
    left:50%;
    bottom:0;
    transform: translate3d(-50%,101%,0);
    text-align: center;
}
/*会员中心左侧面板 new start*/
.account-dashboard-root {
    box-sizing: border-box;
    width: 564px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
  }
  .account-dashboard-customer{
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg, #FFDFE3 0%, #FFFBFC 100%);
    padding: 20px;
  }
  .account-dashboard-baseinfo{
    box-sizing: border-box;
    width: 100%;
    display:flex;
    position: relative;
  
  }
  .account-dashboard-avatar{
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
  }
  .account-dashboard-avatar img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .account-dashboard-infobox{
    flex: 1 1 auto;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .account-dashboard-signin{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 35px;
    margin: auto;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
  }
  .account-dashboard-tologin{
    cursor: pointer;
  }
  .account-dashboard-username{
    font-size: 16px;
    font-weight: bold;
  }
  .account-dashboard-eamil{
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  .account-dashboard-points{
    margin-top: 16px;
  }
  .account-dashboard-pointsnum{
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
  }
  .account-dashboard-viplevel{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
  }
  .account-dashboard-viplevel .icon{
    display: inline-block;
    width: 38px;
    height: 16px;
  }
  .account-dashboard-set{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .account-dashboard-set .icon{
    display:block;
    width: 24px;
    height: 24px;
  }
  
  .account-dashboard-levelroot{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: visible;
    height: 2px;
    background-color: #cecece;
    margin-top: 38px;
  }
  .account-dashboard-levelstart{
    flex: 0 0 auto;
    width: 87px;
    height: 2px;
    background-color: #000;
  }
  .account-dashboard-levelright{
    flex: 0 0 auto;
    width: 81px;
    height: 2px;
    background-color: #cecece;
  }
  .account-dashboard-levelleft{
    position: relative;
    flex: 1 1 auto;
    height: 2px;
  }
  .account-dashboard-levelbar{
    position: relative;
    height: 2px;
    background-color: #000;
  }
  .account-dashboard-levelbar::after{
    position:absolute;
    right:0;
    top:-9px;
    transform: translate3d(50%,-100%,0);
    display:block;
    content: "";
    border-top: 10px solid #000;
    border-right: 6px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 6px solid transparent;
  }
  .account-dashboard-vipdot{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #000;
  }
  .account-dashboard-vipdot._first{
    left: 79px;
  }
  .account-dashboard-vipdot._second{
    right: 73px;
  }
  .account-dashboard-vipdot span{
    display: block;
    width: 32px;
    position: absolute;
    bottom: -14px;
    left:50%;
    transform: translate3d(-50%,100%,0);
    text-align: center;
    font-size: 14px;
    font-weight: normal;
  }
  .account-dashboard-vipdot span .icon{
    display: block;
    width: 32px;
    height: 14px;
  }
  .account-dashboard-pointsval{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 54px;
  }
  
  .account-dashboard-nav{
    display:flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 94px;
  }
  .account-dashboard-nav-a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130px;
  }
  .account-dashboard-nav-a:hover{
    color: #000;
  }
  .account-dashboard-nav-a .icon{
    display:block;
    width: 30px;
    height: 30px;
  }
  .account-dashboard-nav-a span{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
  }
  
  .account-dashboard-linklist{
    width: 100%;
    margin-top: 10px;
    background-color: #fff8f9;
    border-radius: 4px;
  }
  .account-dashboard-link-item{
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
  }
  .account-dashboard-link-item:nth-child(2n){
    margin-top: 1px;
  }
  .account-dashboard-link-item:hover{
    color: #000;
  }
  .account-dashboard-link-item .icon{
    font-size: 20px;
  }
.account-dashboard-setting{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    box-sizing: border-box;
    width: 375px;
    background-color: #f8f8f8;
    border-radius: 4px;
    min-height: 500px;
}
.account-dashboard-setting-header{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}
.account-dashboard-setting-header .icon-close{
    position: absolute;
    width: 22px;
    height: 22px;
    left: 30px;
    top:0;
    bottom:0;
    margin: auto;
}
.account-dashboard-setting-body{
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
}
.account-dashboard-setting-item{
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding: 0 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border-radius: 4px;
}
.account-dashboard-setting-item:hover{
    color: #000;
}
.account-dashboard-setting-item .icon{
    font-size: 18px;
}
.switch {
	width: 60px;
	height: 30px;
	border-radius: 15px;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	background: #ccc;
}

.switch input {
	visibility: hidden;
}

.switch span {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #fff;
	width: 50%;
	height: 100%;
	transition: all linear 0.2s;
}

.switch span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
}

.switch span::before {
	position: absolute;
	top: 0;
	left: -100%;
	content: '';
	width: 200%;
	height: 100%;
	border-radius: 30px;
	background: pink;
}

.switch input:checked+span {
	transform: translateX(100%);
}
/*会员中心左侧面板 new end*/
/***koc apply***/
.koc-user-apply{
    background-color: #f8f8f8;
}
.brand-ambassador{
    box-sizing: border-box;
    width: 1000px;
    margin: auto;
}
.brand-ambassador-head{
    width: 100%;
}
.brand-ambassador-head img{
    display:block;
    width: 100%;
    height: auto;
}
.ambassador-form{
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}
.ambassador-form form{
    width: 700px;
    margin: auto;
}
.ambassador-form-select{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    display: flex;
    margin-bottom: 30px;
    z-index: 1;
}
.ambassador-form-select-group{
    flex: 0 0 auto;
    position: relative;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 116px;
    height: 45px;
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
}
.ambassador-form-select-label{
    display: flex;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 0 0 16px;
    /* background-color: #fff; */
    font-size: 14px;
    color: #0b0b0b;
    font-weight: 400;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/wap/202212121708.png');
	background-repeat: no-repeat;
	background-size: 12px 6px;
    background-position: right 20px center; 
}
.ambassador-form-select-group .ambassador-same-select{
    border: none;
    position: relative;
    z-index: 1;
    height: 45px;
    background: transparent;
    color:rgba( 255, 255, 255, 0);
}
.ambassador-form-select-group .ambassador-same-select option{
    color: #000;
}
.ambassador-same-select:focus{
    outline: none;
}
.ambassador-input{
    flex: 1 1 auto;
    height: 45px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    border-left: none;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 14px;
    color: #0b0b0b;
    font-weight: 400;
}
.ambassador-input::placeholder{
    font-size: 14px;
    color: #0b0b0b;
    font-weight: 400;
}
.ambassador-require-text{
    display:none;
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translate3d(-50%,101%,0);
    color: #E60013;
    font-size: 14px;
}

.ambassador-account-select{
    flex: 0 0 auto;
    position: relative;
    box-sizing: border-box;
    width: 116px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 4px 0 0 4px;
}
.ambassador-account-select-item{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/wap/202212121708.png');
	background-repeat: no-repeat;
	background-size: 12px 6px;
    background-position: right 20px center; 
}
.ambassador-account-select-item img{
    display:block;
    width: 60px;
    height: 30px;
}
.ambassador-account-select-pannel.none{
    display:none;
}
.ambassador-account-select-pannel{
    position: absolute;
    left:0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow:  0 0 5px 0 rgba(0, 0, 0, .7);
}
.ambassador-account-select-icon{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
.ambassador-account-select-icon img{
    display:block;
    width: 60px;
    height: 30px;
}
.ambassador-accept-group{
    position: relative;
    margin-top: 20px;
    width: 100%;
}
.customer-edit-form-check{
    position: relative;
    width: 100%;
    display:flex;
    align-items: center;
}
#ambassador-accept{
    position: absolute;
    top:0;
    left:0;
    width: 24px;
    height:24px;
    opacity: 0;
}
.customer-edit-form-check[data-checked="false"] .icon-unchecked,
.customer-edit-form-check[data-checked="true"] .icon-checked{
    display:block;
}
.customer-edit-form-check[data-checked="true"] .icon-unchecked,
.customer-edit-form-check[data-checked="false"] .icon-checked{
    display:none;
}
.customer-edit-form-check .icon{
    width: 24px;
    height: 24px;
    margin-right: 9px;
}
label[for="ambassador-accept"] {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.ambassador-form-button{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    margin-top: 30px;
}
.ambassador-rules{
    width: 700px;
    margin: 50px auto 0 auto;
}
.ambassador-rules-title{
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #000;
}
.ambassador-rules-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 30px;
}

.wkp-confirm-modal{
    display: none;
    position:fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    transform: translate3d(-50%,-50%,0);
    background-color: #ffdee2;
    padding: 30px;
}
.wkp-confirm-modal-text{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}
.wkp-confirm-modal-bottom{
    width: 100%;
}
.wkp-confirm-modal-bottom-btn{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.wkp-confirm-modal-no{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    margin-top: 30px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
/***koc index***/
.koc-user-ranking .main-container,
.koc-user-index .main-container{
    max-width: 100%;
}
.koc-user-ranking .main,
.koc-user-index .main{
    box-sizing: border-box;
    width: 1371px;
    display:flex;
    justify-content: center;
}
.koc-user-ranking .main .col-main,
.koc-user-index .main .col-main{
    float:none;
    box-sizing: border-box;
    width: 560px;
    margin-right: 30px;
}
.koc-user-ranking .main .col-left,
.koc-user-index .main .col-left{
    float:none;
    box-sizing: border-box;
    width: 781px;
}
.koc-mainpage{
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 30px 20px;
    background-color: #fff;
}
.koc-mainpage-card{
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 30px 20px;
    background-image: linear-gradient(181deg, #FFDFE3 0%, #FFFBFC 100%);
    border-radius: 4px;
}
.koc-mainpage-cardtop{
    position: relative;
    width: 100%;
}
.koc-mainpage-card-information{
    box-sizing: border-box;
    width: 100%;
    display:flex;
    align-items: center;
}
.koc-mainpage-card-information-photo{
    width: 62px;
    height: 62px;
}
.koc-mainpage-card-information-photo img{
    display:block;
    width: 100%;
    height: 100%;
}
.koc-mainpage-card-information-text{
    margin-left: 15px;
}
.koc-mainpage-card-information-name{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.koc-mainpage-card-information-phone{
    margin-top: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}
.koc-mainpage-rules-icon{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 24px;
}
.koc-mainpage-cardmiddle{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.koc-mainpage-cardmiddle-order,
.koc-mainpage-cardmiddle-share{
    text-align: center;
}
.koc-mainpage-cardmiddle-money{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.koc-mainpage-cardmiddle-rewards{
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
}
.koc-mainpage-cardmiddle-m{
    width: 1px;
    height: 24px;
    background-color: rgba(0, 0, 0, .2);
    margin: 0 90px;
}
.koc-mainpage-cardbottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 226px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #000000;
    margin: 20px auto 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #0b0b0b;
}
.koc-mainpage-cardbottom:hover{
    color: #0b0b0b;
}
.koc-mainpage-mypanking{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    background: #FFF8F9;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.koc-mainpage-mypanking:hover{
    color: #000;
}
.koc-mainpage-mypanking .icon{
    font-size: 20px;
}
.koc-mainpage-link{
    box-sizing: border-box;
    width:100%;
    margin-top: 30px;
}
.koc-mainpage-mylink{
    box-sizing: border-box;
    width: 100%;
    display: flex;
}
.koc-mainpage-mylinktext{
    flex: 0 0 auto;
    box-sizing: border-box;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    width: 372px;
    height: 45px;
    border-radius: 4px 0 0 4px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #0b0b0b;
    line-height: 1;
}
.koc-mainpage-mylink-share{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.koc-mainpage-sharegroup{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.koc-mainpage-share-item{
    flex: 0 0 auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.koc-mainpage-share-item .icon{
    width: 56px;
    height: 56px;
    border-radius: 28px;
}
.koc-mainpage-share-item span{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    text-align: center;
}
.Mybalance-rules{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%,0);
    box-sizing: border-box;
    width: 310px;
    background-color: #FFF8F9;
    padding: 30px 20px;
}
.Mybalance-rules-erro{
    display: block;
    font-size: 24px;
    margin: auto;
}
.Mybalance-rules h3{
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 1;
}
.Mybalance-rules-text{
    margin-top: 20px;
}
.Mybalance-rules-text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.koc-mainpage-poster{
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
}
.koc-mainpage-library-title{
    font-size: 28px;
    font-weight: 300;
    color: #000;
    text-align: center;
}
.koc-mainpage-library{
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
    padding: 10px 10px 20px 10px;
    border-radius: 4px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.koc-mainpage-library-one{
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 355px;
    margin-top: 10px;
}
.koc-mainpage-library-one-photo{
    position: relative;
    width: 355px; 
    border-radius: 4px 4px 0 0;
}
.koc-mainpage-library-one-photo img{
    display: block;
    width: 100%;
    height: auto;
}
.koc-mainpage-library-one-titlebox{
    position: absolute;
    left:0;
    bottom:0;
    box-sizing: border-box;
    width: 100%;
    height: 79px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.koc-mainpage-library-one-title{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.koc-mainpage-library-one-subtitle{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}

.koc-mainpage-library-one-button{
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.koc-mainpage-library-one-button-item .thumb-num{
    font-size: 14px;
}
.koc-mainpage-library-one-button-item .icon{
    font-size: 24px;
}
/**pc koc ranking**/
.cash-ranking{
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}
.cash-ranking-inner{
    box-sizing: border-box;
    width: 520px;
    padding: 10px 0px 20px 0px;
    margin: auto;
    border-radius: 4px;
    background: linear-gradient(162deg, #000000, #B39B9E);
}
.cash-ranking-title{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.cash-ranking-top{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 330px;
    margin-top: 30px;
    padding: 0 10px;
}
.stereoscopic-box{
    position: absolute;
    width: 182px;
}
.stereoscopic-box-main{
    left: 0px;
    right:0;
    top: 0px;
    margin:auto;
    z-index: 2;
}
.stereoscopic-box-left{
    left: 31px;
    top: 57px;
    z-index: 1;
}
.stereoscopic-box-right{
    right: 31px;
    top: 39px;
    z-index: 1;
}
.gghh{
    position: relative;
    width: 182px;
    height: 182px;
    transform-style: preserve-3d;
    /* perspective: 400px;
    perspective-origin: 50% -180px; */
    perspective: 200px;
    perspective-origin: 50% -34px;
}
.gghh-1{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: 182px;
    height: 182px;
    background: linear-gradient(181deg, #FFDFE3, #FFFBFC);
    color: rgb(19, 2, 2);
    transform-origin: 50% 0;
    transform: rotateX(-10deg) translate3d(0,0,0px);
}
.gghh-1 span{
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 100px;
    font-weight: bold;
    font-style: italic;
    background: linear-gradient(180deg, #FFBEBE 0%, #FCDBDB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stereoscopic-box-main .gghh-1 span{
    top: 0px;
    font-size: 130px;
}
.stereoscopic-box-right .gghh-1 span{
    right: 0px;
    top: -10px;
}
.stereoscopic-box-left .gghh-1 span{
    left: -15px;
    top: -10px;
}
.gghh-2{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: 182px;
    height: 182px;
    background-color: rgba(112, 90, 100, 0.3);
    color: rgb(230, 238, 113);
    transform: translate3d(0,0,-182px);
}
.gghh-3{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: 182px;
    height: 182px;
    background-color: rgba(231, 233, 108, 0.3);
    color: rgb(113, 238, 155);
    transform: rotateY(90deg) translate3d(91px,0,-91px);
}
.gghh-4{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: 182px;
    height: 182px;
    background-color: rgba(155, 107, 243, 0.3);
    color: rgb(238, 113, 232);
    transform: rotateY(-90deg) translate3d(-91px,0,-91px);
}
.gghh-5{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: 182px;
    height: 182px;
    background: linear-gradient(181deg, #FFDFE3, #FFFBFC);
    color: rgb(243, 73, 87);
    transform: rotateX(90deg) translate3d(0px,-91px,91px);
}
.gghh-6{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: 182px;
    height: 182px;
    background-color: rgba(48, 41, 44, 0.3);
    color: rgb(239, 241, 201);
    transform: rotateX(-90deg) translate3d(0px,91px,91px);
}
.top-information{
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin-bottom: -18px;
}
.top-information-image{
    box-sizing: border-box;
    width: 62px;
    height: 62px;
    background-color: #fff;
    padding: 2px;
    border-radius: 4px;
    margin: auto;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .6);
}
.top-information-image img{
    display: block;
    width: 100%;
    height: 100%;
}
.top-information-money{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-top: 5px;
}
.top-information-name{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    margin-top: 5px;
}

.leaderboard-box{
    position: relative;
    box-sizing: border-box;
    /* top: 200px; */
    width: 100%;
    margin-top: -120px;
    z-index: 3;
}
.leaderboard{
    box-sizing: border-box;
    width: 500px;
    background-color: #fff;
    border-radius: 16px;
    padding: 15px 20px 100px 20px;
    margin: auto;
}
.leaderboard-list{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    color: #000;
}
.leaderboard-list-left{
    display: flex;
}
.leaderboard-list-number{
    font-size: 12px;
    font-weight: bold;
    margin-right: 19px;
}
.leaderboard-list-name{
    font-size: 14px;
    font-weight: 500;
}
.leaderboard-list-right{
    font-size: 14px;
    font-weight: bold;
}

.leaderboard-mylist{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 82px;
    padding: 0 20px;
    left:0;
    bottom: 20px;
    background-color: #FFDEE2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leaderboard-mylist-group{
    display:flex;
    align-items: center;
}
.leaderboard-mylist-img{
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
}
.leaderboard-mylist-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.leaderboard-mylist-information{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
}
.leaderboard-mylist-information-name{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.leaderboard-mylist-information-phone{
    font-weight: 500;
    font-size: 12px;
    color: #000;
    line-height: 1;
    margin-top: 10px;
}
.leaderboard-mylist-points{
    margin-right: 30px;
}
.leaderboard-mylist-pointsnum,
.leaderboard-mylist-moneynum{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.leaderboard-mylist-rank,
.leaderboard-mylist-reward{
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.cash-ranking-empty{
    display: none;
    font-size: 50px;
    text-align: center;
    font-weight: 300;
    padding: 40px 0;
}
/**koc my balance**/
.koc-user-mybalance .main-container,
.koc-user-withdrawal .main-container,
.koc-user-bindaccount .main-container{
    max-width: 100%;
}
.koc-user-mybalance .main,
.koc-user-withdrawal .main,
.koc-user-bindaccount .main{
    box-sizing: border-box;
    width: 1440px;
    margin: auto;
    display: flex;
}
.koc-user-mybalance .col-main,
.koc-user-withdrawal .col-main,
.koc-user-bindaccount .col-main{
    flex: 0 0 auto;
    float: none !important;
    width: 564px;
    margin-right: 30px;
}
.koc-user-mybalance .col-left,
.koc-user-withdrawal .col-left,
.koc-user-bindaccount .col-left{
    flex: 0 0 auto;
    float: none;
    width: 846px;
}
.Mybalance-root{
    box-sizing: border-box;
    width:100%;
    background-color: #fff;
    padding: 30px 0;
    border-radius: 4px;
}
.Mybalance{
    box-sizing: border-box;
    width: 520px;
    margin: auto;
}
.Mybalance-card{
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
    border-radius: 4px;
    background: linear-gradient(164deg, #FFDFE3, #FDF4F6);
}
.Mybalance-card .total-amount{
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.Mybalance-card .total-amount .icon{
    font-size: 16px;
    margin-left: 8px;
}
.Mybalance-money{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    margin-top: 15px;
}
.Mybalance-money h1{
    font-size: 40px;
    font-weight: bold;
    color: #0b0b0b;
    line-height: 1;
}
.Mybalance-money p{
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #0b0b0b;
    line-height: 1.5;
}
.Mybalance-bottom{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.Mybalance-bottom-middle{
    flex: 0 0 auto;
    width: 1px;
    height: 24px;
    margin: 0 114px;
    background-color: rgba(0, 0, 0, .2);
}
.Mybalance-available,
.Mybalance-hold {
    flex: 0 0 auto;
    text-align: center;
}
.Mybalance-available h2,
.Mybalance-hold h2{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.Mybalance-available p,
.Mybalance-hold p{
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1;
    margin-top: 5px;
}
.Mybalance-list-root{
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    background-color: #f8f8f8;
    padding: 2px 10px 20px 10px;
}
.Mybalance-list{
    box-sizing: border-box;
    width: 100%;
}
.Mybalance-list-title{
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-top: 18px;
    padding-left: 8px;
}
.Mybalance-list-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 4px;
}
.Mybalance-list-data p{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.Mybalance-list-data .Mybalance-list-data-label{
    font-weight: 400;
}
.Mybalance-list-loading{
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 2;
}
.Mybalance-Withdrawal-button{
    margin-top: 20px;
}
.Mybalance-Withdrawal-button:hover{
    color: #fff;
}
/**koc widthdrawal**/
.widthdrawal-root{
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    margin-top: 20px;
    background-color: #fff;
}
.widthdrawal-body{
    box-sizing: border-box;
    width: 520px;
    margin: auto;
}
.widthdrawal-form{
    box-sizing: border-box;
    width: 100%; 
}
.bindaccount-email,
.apply-amount{
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
}
.bindaccount-email-title,
.apply-amount-title{
    font-size: 12px;
    font-weight: 400;
    color: #0b0b0b;
}

.apply-withdraw{
    margin-top: 30px;
}
/**koc bind account**/
.no-bindaccount{
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    margin-top: 20px;
}
.no-bindaccount-inner{
    box-sizing: border-box;
    width: 520px;
    margin: auto;
}
.paypal-account-submit{
    margin-top: 30px;
}
.no-bindaccount-text p{
    font-size: 28px;
    font-weight: 300;
    color: #000;
    text-align: center;
    line-height: 40px;
}
.bindaccount-form{
    margin-top: 30px;
}
/**lucky wheel**/
.cms-lucky-wheel .main-container{
    max-width: 100%;
}
.cms-lucky-wheel .main{
    box-sizing: border-box;
    width: 1440px;
    margin: auto;
}
.cms-lucky-wheel .col-main{
    box-sizing: border-box;
    width: 846px;
}
.cms-lucky-wheel .col-left{
    box-sizing: border-box;
    width: 564px;
    margin-right: 30px;
}
.luckywheel-header{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.luckywheel-header .icon{
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.luckywheel-page{
    box-sizing: border-box;
    width:100%;
    margin-top: 20px;
    background-color: #fff;
    padding-bottom: 30px;
}

.luckywheel-top{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 862px;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/zhuantiye/202404180811.png');
    background-size: 100% 100%;
    padding-top: 30px;
}
.luckywheel-share{
    position:absolute;
    width: 48px;
    height: 48px;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.luckywheel-top-title{
    display: block;
    width: 333px;
    height: 141px;
    margin: auto;
}
.luckywheel-top-tips{
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.luckywheel-root{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 447px;
    height: 447px;
    margin: 12px auto 0 auto;
    border-radius: 50%;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/zhuantiye/202304110945.png');
    background-size: 100% 100%;
    box-shadow: 0 20px 20px 0px rgba(158,106,112,0.5);
}
.luckywheel-go{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    display: block;
    width: 108px;
    height: 128px;
    z-index: 2;
    cursor: pointer;
}
.luckywheel-star{
    position: absolute;
    left: 25px;
    top: -10px;
    display:block;
    width: 121px;
    height: 121px;
}
.luckywheel-pannel{
    position: relative;
    width: 399px;
    height: 399px;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/zhuantiye/202304110944.png');
    background-size: 100% 100%;
}
.luckywheel-pannel[data-active="1"] .luckywheel-prize.index-5{
    left: 51px;
}
.luckywheel-pannel[data-active="1"] .luckywheel-prize.index-2{
    right: 56px;
}
.luckywheel-pannel[data-active="2"] .luckywheel-prize.index-4{
    left: 185px;
}
.luckywheel-pannel[data-active="2"] .luckywheel-prize.index-5{
    left: 43px;
}
.luckywheel-pannel[data-active="3"] .luckywheel-prize.index-1{
    left: 163px;
}
.luckywheel-pannel[data-active="3"] .luckywheel-prize.index-6{
    top: 104px;
}
.luckywheel-pannel[data-active="4"] .luckywheel-prize.index-2{
    top: 104px;
    right: 71px;
}
.luckywheel-pannel[data-active="5"] .luckywheel-prize.index-1{
    top: 30px;
    left: 160px;
}
.luckywheel-pannel[data-active="5"] .luckywheel-prize.index-2{
    top: 100px;
    right: 60px;
}

.luckywheel-prize{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1;
}
.luckywheel-prize.index-1[data-title="Thanks"]{
    transform: rotate(90deg) translateY(35px);
}
.luckywheel-prize.index-2[data-title="Thanks"]{
    transform: rotate(150deg) translateY(-5px);
}
.luckywheel-prize.index-3[data-title="Thanks"]{
    transform: rotate(-150deg) translateY(10px);
}
.luckywheel-prize.index-4[data-title="Thanks"]{
    transform: rotate(-90deg) translateY(-16px);
}
.luckywheel-prize.index-5[data-title="Thanks"]{
    transform: rotate(-30deg) translateY(10px);
}
.luckywheel-prize.index-6[data-title="Thanks"]{
    transform: rotate(30deg) translateY(24px);
}
.luckywheel-prize[data-index="1"]{
    top: 33px;
    left: 167px;
}
.luckywheel-prize[data-index="2"]{
    top: 99px;
    right: 49px;
}
.luckywheel-prize[data-index="3"]{
    /* bottom: 99px; */
    top: 232px;
    right: 33px;
}
.luckywheel-prize[data-index="4"]{
    top: 299px;
    left: 178px;
}
.luckywheel-prize[data-index="5"]{
    /* bottom: 99px; */
    top: 232px;
    left: 33px;
}
.luckywheel-prize[data-index="6"]{
    top: 99px;
    left: 49px;
}
.luckywheel-prize-title{
    font-size: 36px;
    font-weight: bold;
    color: #510009;
}
.luckywheel-prize-type{
    font-size: 18px;
    font-weight: 400;
    color: #510009;
    margin-top: 9px;
}

.luckywheel-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 520px;
    height: 45px;
    background: #000000;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 32px auto 0 auto;
    cursor: pointer;
}
.luckywheel-btn.gray{
    background-color: #6c6c6c;
}
.luckywheel-chance{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 1;
}
/* .luckywheel-canvas-root{
    position: relative;
    box-sizing: border-box;
    width: 448px;
    height: 448px;
    margin: 12px auto 0 auto;
    padding: 24px;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/zhuantiye/202304110945.png');
    background-size: 100% 100%;
}
#luckywheel-canvas{
    width: 400px;
    height: 400px;
} */

.luckywheel-body{
    position: relative;
    width: 520px;
    margin: -66px auto 0 auto;
    z-index: 1;
}

.luckywheel-userprize-list{
    box-sizing: border-box;
    width: 520px;
    height: 100px;
    background: linear-gradient(170deg, #FFDEE2 0%, #FF0827 100%);
    border-radius: 4px;
    border: 1px solid #000000;
    overflow: hidden;
    margin: 0 auto;
}
.luckywheel-userprize-list-inner{
    box-sizing: border-box;
    width: 100%;
    /* padding: 20px 40px 9px 40px; */
    padding: 0 40px;
}
.luckywheel-userprize-list-inner.slidescroll{
    animation-name: slidescroll;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes slidescroll {
    0%{
        transform: translateY(0%);
    }
    50%{
        transform: translateY(-50% + 48px);
    }
    100%{
        transform: translateY(calc(-100% + 96px));
    }
}
.luckywheel-userprize-item{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    padding: 5px 0;
}

.luckywheel-rule{
    box-sizing: border-box;
    width: 520px;
    padding: 30px 20px;
    margin: 20px auto 0 auto;
    background: #FFDEE2;
    border-radius: 4px;
}
.luckywheel-rule-title{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}
.luckywheel-rule-content{
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
}
.luckywheel-rule-content p.luckywheel-rule-content-p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    text-align: center;
}

.luckywheel-picked{
    box-sizing: border-box;
    width: 520px;
    background: #FFDEE2;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    padding: 30px 10px;
}
.luckywheel-picked-title{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}

.luckywheel-picked-list{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.luckywheel-picked-item{
    flex: 0 0 auto;
    width: 245px;
    margin-top: 10px;
}
.luckywheel-product-img{
    width: 245px;
    height: 245px;
}
.luckywheel-product-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.luckywheel-product-info{
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    background: linear-gradient(180deg, #FFDEE2 0%, #FFFFFF 100%);
    line-height: 1;
}
.luckywheel-product-tips{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color:#000;
}

.luckywheel-product-cat{
    margin-top: 16px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.luckywheel-product-name{
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-top: 10px;
    text-decoration: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-align: center;
}
.luckywheel-product-price{
    text-align: center;
    margin-top: 10px;
}
.luckywheel-product-nowprice{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-right: 5px;
}
.luckywheel-product-lineprice{
    font-size: 14px;
    font-weight: 400;
    color: #B2B2B2;
    text-decoration: line-through;
}
.luckywheel-product-hotval{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #858585;
    margin-top: 10px; 
}
.luckywheel-product-hotval .icon{
    font-size: 26px;
}
.luckywheel-viewmore{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 35px;
    border: 1px solid #000000;
    margin: 20px auto 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}


.lucky-wheel-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    box-sizing: border-box;
    width: 310px;
    background-color: #fff;
    padding: 30px 20px;
    display:none;
}
.lucky-wheel-modal[data-type="Coupon"] .lucky-wheel-modal-coupon,
.lucky-wheel-modal[data-type="Points"] .lucky-wheel-modal-points{
    display:block;
}

.lucky-wheel-modal-close{
    font-size: 24px;
    text-align: center;
}
.lucky-wheel-modal-notice{
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 900;
}
.lucky-wheel-modal-des{
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
}
.lucky-wheel-modal-des p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.lucky-wheel-modal-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 35px;
    margin: 30px auto 0 auto;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.lucky-wheel-modal-coupon{
    position: relative;
    box-sizing: border-box;
    width: 253px;
    margin: 30px auto 0 auto;
    padding-left: 32px;
    display: none;
}
.lucky-wheel-modal-coupon-left{
    position: absolute;
    height: 91px;
    width: 42px;
    background: #FF0827;
    border-radius: 12px 0 0 12px;
    top:0;
    left:0;
    font-size: 20px;
    color: #b2051b;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lucky-wheel-modal-coupon-left span{
    transform: translateX(-5%) rotate(270deg);
}
.lucky-wheel-modal-coupon-right{
    position: relative;
    box-sizing: border-box;
    width: 221px;
    height: 91px;
    border-radius: 12px 0 0 12px;
    background-color: #FFDEE2;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lucky-wheel-modal-cinfo{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 176px;
    height: 100%;
    border-right: 1px dashed #999;
}
.lucky-wheel-modal-cinfo-title{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.lucky-wheel-modal-cinfo-tips{
    font-size: 12px;
    color: #0b0b0b;
    text-align: center;
    font-weight: 400;
    margin-top: 7px;
}
.lucky-wheel-modal-ccode{
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 100%;
}
.lucky-wheel-modal-ccode span{
    display: block;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(270deg);
    white-space: nowrap;
}
.lucky-wheel-modal-coupon-right .dot{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.lucky-wheel-modal-coupon-right .dot.top{
    top:0;
    left: 176px;
    transform: translate3d(-50%, -50%, 0);
}
.lucky-wheel-modal-coupon-right .dot.bottom{
    bottom:0;
    left: 176px;
    transform: translate3d(-50%, 50%, 0);
}
.lucky-wheel-modal-points{
    text-align: center;
    font-size: 0;
    margin-top: 30px;
    display:none;
}
.lucky-wheel-modal-points .icon{
    font-size: 60px;
}
.lucky-wheel-modal-points span{
    font-size: 40px;
    font-weight: bold;
    margin-left: 10px;
}
