@charset "utf-8";
/* CSS Document */
/* index */
body {
    padding-top: 82px;
}

.voelmb {
    position: fixed;
    z-index: 4;
    left: 0;
    width: 100%;
    padding: 0 20px;
    line-height: 40px;
    background: #f2fc6b;
    font-family: 'Everett-light';
    font-size: 14px;
    top: 72px;
}

    .voelmb .scrollbox {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        transition: all .2s;
    }

    .voelmb .txt,
    .voelmb .txt-clone {
        display: inline;
        position: relative;
    }

    .voelmb span {
        display: inline-block;
        margin-right: 30px;
    }

.op0 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#try-on-widget-container {
    position: relative;
    margin: auto;
    width: 100%;
    height: 80vh;
    /*display:none;*/
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.wrap1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.tab-cell {
    display: table-cell;
    vertical-align: middle;
}

.mob-nav {
    display: none;
    width: 50px;
    height: 50px;
    background: url(../images/xxx.svg) no-repeat center center;
    background-size: 25px auto;
    position: relative;
}

    .mob-nav.on {
        background: url(../images/xc.svg) no-repeat center center;
        position: relative;
    }

/* 
.mob-nav:before{ content:''; position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:-8px; background:#333; transition:all 0.5s ease;}
.mob-nav:after{ content:''; position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:6px; background:#333; transition:all 0.5s ease;}
.mob-nav span{position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:-1px; background:#333; transition:all 0.5s ease;}
.mob-nav.on:before{ margin-top:-1px; transform:rotate(45deg);background:#fff; transition:all 0.5s ease;}
.mob-nav.on:after{ margin-top:-1px; transform:rotate(-45deg);background:#fff; transition:all 0.5s ease;}
.mob-nav.on span{width:0;background:#fff;transition:all 0.5s ease;}
*/
.top {
    position: fixed;
    left: 0%;
    top: 0px;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

    .top .wrap1400 {
        background: url(../images/dq.png) no-repeat 10% bottom;
    }

.t-logo {
    padding: 10px 0;
}

    .t-logo a {
        display: block;
    }

/*.t-logo a img {
            height: 32px;
        }*/

.T-nav {
}

    .T-nav > li {
        float: left;
    }

        .T-nav > li > a {
            line-height: 52px;
            color: #333;
            padding: 0 25px;
            font-size: 16px;
            display: block;
            position: relative;
            font-family: 'Everett-medium';
            transition: all 0.5s ease;
        }

            .T-nav > li > a:after {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                background: #fff;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                transition: all 0.5s ease;
            }

.t-logo a {
    display: block;
}

    .t-logo a svg {
        fill: #000000;
    }

.foot-search .d4 > svg {
    fill: #FFFFFF;
}

.T-nav > li .thr {
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    background: #fff;
    display: none;
}

.prelbt {
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

    .prelbt a {
        text-align: center;
        width: 85px;
        font-size: 16px;
        line-height: 22px;
        font-family: 'Everett-light';
    }

        .prelbt a .pic img {
            height: 44px;
        }

        .prelbt a .tit {
            height: 44px;
            margin-top: 12px;
            font-family: 'Everett-light';
        }

        .prelbt a span {
            display: block;
        }

.obutac {
    padding: 10px 0;
    max-width: 880px;
    margin: 0 auto;
}

    .obutac .senct {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: 0 10px;
        line-height: 30px;
    }

        .obutac .senct a {
            font-family: 'Everett-light';
            font-size: 16px;
        }

    .obutac > a {
        display: block;
        line-height: 30px;
        font-size: 16px;
        font-family: 'Everett-light';
    }

    .obutac .senct .ceat-list {
        position: absolute;
        top: 30px;
        width: 260px;
        left: 50%;
        margin-left: -130px;
        background: #fff;
        z-index: 3;
        display: none;
    }

        .obutac .senct .ceat-list a {
            display: block;
            text-align: center;
            line-height: 35px;
            text-transform: uppercase;
        }


.slcal .list {
    margin-left: 15px;
}

    .slcal .list a {
        display: block;
        width: 52px;
        height: 52px;
        background: no-repeat center center;
    }

        .slcal .list a.a1 {
            background-image: url(../images/a1.svg);
        }

        .slcal .list a.a2 {
            background-image: url(../images/a2.svg);
        }

        .slcal .list a.a3 {
            background-image: url(../images/a3.svg);
        }

.ind-t-img {
    padding: 0;
}

.ind-bton {
    padding: 2% 15px 12%;
}

.sct-tit .d1 {
    font-size: 16px;
    font-family: 'Everett-regular';
}

.sct-tit .d2 {
    font-size: 14px;
    margin-top: 3px;
    font-family: 'Everett-light';
}

    .sct-tit .d2 a {
        text-decoration: underline;
    }

.oplte {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

    .oplte:after {
        display: none;
    }

    .oplte li {
        width: 23.5%;
        margin-right: 2%;
        margin-top: 6%;
    }

        .oplte li:nth-child(4n) {
            margin-right: 0;
        }

        .oplte li a {
            display: block;
            overflow: hidden;
        }

            .oplte li a .pic {
                overflow: hidden;
                position: relative;
            }

                .oplte li a .pic img {
                    width: 20vw;
                    height: 20vw;
                    object-fit: cover;
                    transition: all 0.5s ease;
                }

            .oplte li a .tit {
                font-size: 14px;
                margin-top: 10px;
                line-height: 25px;
                overflow: hidden;
                font-family: 'Everett-light';
                text-transform: uppercase;
            }

            .oplte li a .mon {
                font-size: 14px;
                margin-top: 5px;
                font-family: 'Everett-light';
            }

.foot {
    background: #1a1a1a;
    color: #fff;
    padding: 10% 5% 10px;
    position: relative;
}

.foot-nav {
    width: 65%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
}

    .foot-nav dl {
        width: 250px;
        float: left;
        display: inline-block;
        margin-bottom: 50px;
    }

        .foot-nav dl:last-child {
            margin: 0;
        }

        .foot-nav dl dt {
            font-size: 2.4vw;
            margin-bottom: 24px;
            font-family: 'BeatriceDisplay-Light';
            line-height: 1;
        }

        .foot-nav dl dd {
            line-height: 25px;
            font-family: 'Everett-light';
        }

            .foot-nav dl dd a {
                color: #fff;
            }

.foot-search {
    width: 30%;
    float: right;
}

    .foot-search .d1 {
        font-size: 2.4vw;
        font-family: 'BeatriceDisplay-Light';
    }

    .foot-search .d2 {
        margin-top: 10px;
        font-family: 'Everett-light';
    }

    .foot-search .d3 {
        margin-top: 15px;
    }

        .foot-search .d3 .subscribe {
            border: 1px solid #fff;
            width: 100%;
        }

            .foot-search .d3 .subscribe .sint {
                float: left;
                background: none;
                font-size: 16px;
                padding: 10px;
                width: calc(100% - 40px);
                color: #fff;
                font-family: 'Everett-light';
            }

            .foot-search .d3 .subscribe .sbtn {
                width: 40px;
                padding: 11px 0;
                float: left;
                border: none;
                cursor: pointer;
                background: url(../images/sbtn.svg) no-repeat center center;
            }

    .foot-search .d4 {
        margin-top: 40px;
    }

    .foot-search .d5 {
        margin-top: 10px;
        font-family: 'Everett-light';
    }

.bg-col {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.shop-car {
    transform: translateX(100%);
    transition: all 0.8s ease;
    background: #000;
    width: 950px;
    height: 100%;
    z-index: 12;
    position: fixed;
    right: 0;
    top: 0;
    padding: 50px;
    color: #fff;
}

    .shop-car.on {
        transform: translateX(0%);
        transition: all 0.8s ease;
    }

    .shop-car .gb {
        position: absolute;
        cursor: pointer;
        right: 50px;
        top: 50px;
        width: 30px;
        height: 30px;
        background: url(../images/x.svg) no-repeat center center;
    }

.vd-tit {
    font-size: 24px;
    font-family: 'Everett-regular';
}

.lcmea {
    margin-top: 40px;
    overflow: auto;
    height: calc(100vh - 400px);
    position: relative;
    padding-bottom: 40px;
}

.pdatan:after {
    content: '';
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/ds-bg.png) repeat-x center center;
}

.sct-tit, .img-cecn {
    margin-top: 50px;
}

.lcmea::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 4px;
    background-color: #666;
}

.lcmea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #666;
}

.lcmea::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ccc;
}

.lcmea li {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding-right: 20px;
    margin-bottom: 15px;
}

.lcmea .pic {
    width: 225px;
    padding: 10px;
    background: #fff;
}

    .lcmea .pic img {
        width: 205px;
        height: 205px;
        object-fit: scale-down;
    }

.lcmea .con {
    width: calc(100% - 255px);
    padding-top: 15px;
}

    .lcmea .con .d1 {
        font-size: 20px;
        height: 60px;
        line-height: 30px;
        font-family: 'Everett-regular';
        overflow: hidden;
        text-transform: uppercase;
    }

    .lcmea .con .d2 {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }

.tefka {
    width: 226px;
}

    .tefka .list {
        padding-left: 75px;
        padding-right: 10px;
        border: 1px solid #979797;
    }

        .tefka .list span {
            position: absolute;
            left: 10px;
            top: 0;
            line-height: 42px;
            font-size: 18px;
        }

select {
}

.tefka .list select {
    width: 100%;
    border: none;
    height: 42px;
    color: #fff;
    background: none;
    font-size: 18px;
    font-family: 'Everett-regular';
}

    .tefka .list select option {
        color: #333;
    }

.lnca {
    width: 172px;
}

.oleao {
    border: 1px solid #979797;
    height: 44px;
}

    .oleao .add-min {
        width: 42px;
        height: 42px;
        float: left;
        border: none;
        cursor: pointer;
        background: no-repeat center center;
    }

        .oleao .add-min.sh12 {
            background-image: url(../images/ap.svg);
        }

        .oleao .add-min.sh22 {
            background-image: url(../images/ad.svg);
        }

    .oleao .add-inp {
        width: 86px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border: none;
        border-right: 1px solid #979797;
        border-left: 1px solid #979797;
        float: left;
        height: 42px;
        background: none;
    }

.lmcat {
    font-size: 18px;
    line-height: 42px;
    font-family: 'Everett-regular';
}

.oplcb {
    margin-top: 50px;
}

.lmceb {
    width: 100%;
    max-width: 345px;
}

.xlemb {
    font-size: 20px;
    border-bottom: 1px solid #979797;
    font-family: 'Everett-light';
}

.nuab {
    text-align: right;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Everett-regular';
}

.odlm {
    margin-top: 20px;
    font-family: 'Everett-light';
}

.nuban {
    margin-top: 12px;
    position: relative;
}
    /*
.nuban:before{ content:''; width:9px; height:55px; position:absolute; left:0; top:0px; display:block; background:url(../images/tt01.png) no-repeat center center;}
.nuban:after{ content:''; width:9px; height:55px; position:absolute; right:0; top:0px; display:block; background:url(../images/tt02.png) no-repeat center center;}
*/
    .nuban input {
        width: 100%;
        font-family: 'Everett-regular';
        border: none;
        cursor: pointer;
        background: #fff;
        font-size: 24px;
        height: 55px;
    }

.dt-nav {
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: uppercase;
}

.no-order {
    font-size: 20px;
    font-family: 'Everett-regular';
}

.zenmt .d1 {
    font-size: 14px;
    font-family: 'Everett-regular';
    color: #555;
}

    .zenmt .d1 i {
        color: #000;
        margin: 0 4px;
    }

    .zenmt .d1 a {
        color: #000;
    }

.zenmt .d2 {
    font-size: 14px;
    margin-top: 5px;
    color: #555;
    font-family: 'Everett-light';
}

    .zenmt .d2 span {
        margin-right: 5px;
    }

.dranc span {
    display: block;
    margin-right: 10px;
    font-size: 18px;
    padding-right: 32px;
    line-height: 35px;
    font-family: 'Everett-regular';
    background: url(../images/e1.svg) no-repeat right 2px;
    cursor: pointer;
}

    .dranc span.on {
        background: url(../images/e2.svg) no-repeat right 2px;
    }

.sec-con {
    display: none;
    background: #fff;
    padding: 10px;
    z-index: 3;
    position: absolute;
    right: 0;
    width: 220px;
    top: 35px;
}

    .sec-con .list {
    }

        .sec-con .list .d1 {
            font-size: 18px;
            line-height: 35px;
            height: 35px;
            overflow: hidden;
            font-family: 'Everett-regular';
            background: url(../images/e1.svg) no-repeat right 2px;
            cursor: pointer;
        }

            .sec-con .list .d1.on {
                background: url(../images/e2.svg) no-repeat right 2px;
            }

        .sec-con .list .d2 {
            padding: 3px 0;
            display: none;
            font-family: 'Everett-light';
        }

            .sec-con .list .d2 a {
                display: block;
                padding: 3px 0;
                line-height: 1.2;
            }

.lmecna {
    padding: 3% 0;
}

    .lmecna a {
        font-size: 18px;
        margin: 0 8px;
        font-family: 'Everett-regular';
    }

        .lmecna a.cur {
            text-decoration: underline;
        }

        .lmecna a.old {
            color: #666;
            cursor: default;
        }

            .lmecna a.old.mob-none {
                color: #333;
            }

.banner-mob-none {
    display: block;
}

.banner-none {
    display: none;
}

.omega {
    padding: 5% 5% 2%;
}

.eobae {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}

    .eobae .d1 {
        font-size: 2.6vw;
        font-family: 'Everett-regular';
    }

    .eobae .d2 {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 2%;
        font-family: 'Everett-light';
    }

.dltaec {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2%;
}

    .dltaec img {
        width: 49%;
    }


.cp-show {
    padding: 12% 15px 2%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

    .cp-show .list {
        margin-bottom: 15%;
    }

        .cp-show .list:nth-child(11n-10) {
            width: 20%;
        }

        .cp-show .list:nth-child(11n-9) {
            width: 20%;
            margin-left: 1%;
        }

        .cp-show .list:nth-child(11n-8) {
            width: 40%;
            margin-left: 19%;
        }

        .cp-show .list:nth-child(11n-7) {
            width: 65%;
        }

        .cp-show .list:nth-child(11n-6) {
            width: 24%;
            margin-left: 11%;
        }

        .cp-show .list:nth-child(11n-5) {
            width: 24%;
        }

        .cp-show .list:nth-child(11n-4) {
            width: 24%;
            margin-left: 1%;
        }

        .cp-show .list:nth-child(11n-3) {
            width: 32%;
            margin-left: 19%;
        }

        .cp-show .list:nth-child(11n-2) {
            width: 32%;
        }

        .cp-show .list:nth-child(11n-1) {
            width: 24%;
            margin-left: 11%;
        }

        .cp-show .list:nth-child(11n) {
            width: 32%;
            margin-left: 1%;
        }

        .cp-show .list a {
            display: block;
        }

        .cp-show .list .pic {
            overflow: hidden;
        }

            .cp-show .list .pic img {
                transition: all 0.5s ease;
            }

        .cp-show .list .tit {
            font-size: 18px;
            line-height: 22px;
            height: 22px;
            overflow: hidden;
            margin-top: 10px;
        }

.sc-list {
    margin-bottom: 10%;
}

.klbat {
    line-height: 1.4;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    font-family: 'Everett-regular'; /*position:relative; z-index:3;*/
}

.eolta.v3 .klbat {
    margin-top: -26px
}


.eolta.v3 {
    width: 100%;
}

.eolta.v2 {
    width: calc(66.66% - 3px);
}

.eolta.v1 {
    width: calc(33% - 7px);
}

.abco-con {
    padding: 2% 15px;
    max-width: 720px;
    margin: 0 auto;
}

.sco-tit {
    font-size: 2.2vw;
    font-family: 'BeatriceDisplay-Medium';
}

.abco-con .sco-tit {
    text-align: left;
}

.abcmt {
    margin-top: 3%;
}

    .abcmt .pic {
        width: 49%;
    }

    .abcmt .con {
        width: 100%;
        line-height: 1.6;
        font-size: 20px;
        font-family: 'Everett-regular';
    }

.prelb {
    max-width: 1000px;
    margin: 0 auto;
    padding: 18% 2%;
}

    .prelb .d1 {
        font-size: 24px;
        line-height: 1.3;
        font-family: 'Everett-regular';
        text-align: left;
    }

    .prelb .d2 {
        line-height: 62px;
        font-family: 'BeatriceDisplay-Regular';
        width: 300px;
        float: right;
    }

        .prelb .d2 img {
            height: 50px;
        }

.pecnl {
    padding: 0 15px 3%;
}

    .pecnl li {
        margin-top: 4%;
    }

        .pecnl li .name {
            width: 50%;
            float: left;
            font-size: 18px;
            font-family: 'Everett-regular';
        }

        .pecnl li .svebl {
            float: right;
            width: 50%;
        }

        .pecnl li .d1 {
            font-size: 32px;
            font-family: 'BeatriceDisplay-Medium';
        }

        .pecnl li .d2 {
            font-size: 18px;
            line-height: 1.6;
            text-align: justify;
            margin-top: 12px;
            font-family: 'Everett-regular';
        }


.vod-bton {
    padding: 0px 5% 3%;
}

.send-mint {
    width: 48%;
}

.thc-tit {
    font-size: 18px;
    line-height: 30px;
}

    .thc-tit i {
        margin: 0 5px;
    }

.midts {
    border: 1px solid #979797;
    padding: 6%;
}

    .midts input {
        width: 45%;
        height: 60px;
        color: #fff;
        font-size: 24px;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        background: #000;
    }

.akenm {
    margin: 4% 0;
    background: url(../images/d.jpg) repeat-x left center;
}

    .akenm span {
        display: inline-block;
        padding: 0 35px;
        background: #fff;
        font-size: 20px;
    }

.aenma input {
    width: 100%;
    height: 55px;
    border: 1px solid #787878;
    font-size: 18px;
    padding: 0 10px;
}

.loebna {
    margin: 15px 0 5%;
}

    .loebna a {
        font-size: 16px;
        margin-top: 3px;
        text-decoration: underline;
    }

.uderl {
    padding-left: 35px;
    position: relative;
    font-size: 18px;
    display: inline-block;
    background: url(../images/okbg.svg) no-repeat left center;
    line-height: 25px;
    cursor: pointer;
}

    .uderl:before {
        content: '';
        display: none;
        position: absolute;
        left: -6px;
        top: 0px;
        width: 45px;
        height: 25px;
        background: url(../images/dgc.svg) no-repeat center center;
    }

    .uderl.on:before {
        display: block;
    }

.enbna {
    padding-top: 30px;
}

.enmaa li {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .enmaa li input {
        padding: 0 10px;
        font-size: 18px;
        height: 55px;
        border: 1px solid #979797;
    }

    .enmaa li .c1 {
        width: 49%;
    }

    .enmaa li .c2 {
        width: 100%;
    }

    .enmaa li .c3 {
        width: 32%;
    }

    .enmaa li select {
        width: 32%;
        height: 55px;
        border: 1px solid #979797;
        padding: 0 5px;
        font-size: 18px;
    }

.asekn {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .asekn a {
        padding-left: 25px;
        background: url(../images/re.png) no-repeat left center;
        line-height: 55px;
        font-size: 18px;
    }

    .asekn input {
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 18px;
        background: #000;
        border-radius: 5px;
        padding: 0 50px;
        height: 55px;
    }

.slat-main {
    width: 47%;
}

.lb-list li {
    border-top: 1px solid #979797;
    padding: 12px 0;
}

    .lb-list li .pic {
        width: 210px;
        padding: 12px;
    }

        .lb-list li .pic img {
            width: 100%;
            height: 180px;
            object-fit: scale-down;
        }

    .lb-list li .con {
        width: calc(100% - 225px);
    }

        .lb-list li .con .d1 {
            font-size: 18px;
            line-height: 25px;
            height: 50px;
            overflow: hidden;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .lb-list li .con .d2 {
            font-size: 16px;
            line-height: 1.6
        }

            .lb-list li .con .d2 span {
                margin-left: 10px;
            }

        .lb-list li .con .d3 {
            margin-top: 20px;
            font-size: 24px;
        }

.adkna {
    padding: 40px 0 20px;
    border-top: 1px solid #979797;
}

    .adkna .list {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        line-height: 40px;
    }

        .adkna .list .d1 {
            font-size: 20px;
        }

        .adkna .list .d2 {
            font-size: 24px;
        }

        .adkna .list .d3 {
            font-size: 14px;
        }

        .adkna .list .d4 {
            font-size: 30px;
        }

.ebuna {
    border: 1px solid #979797;
    padding: 0 15px;
    margin-bottom: 4%;
}

    .ebuna .list {
        border-bottom: 1px solid #979797;
        padding: 15px 0;
    }

        .ebuna .list:last-child {
            border: none;
        }

        .ebuna .list .d1 {
            color: #787878;
        }

            .ebuna .list .d1 a {
                color: #787878;
                float: right;
            }

        .ebuna .list .d2 {
            font-size: 16px;
            margin-top: 10px;
        }

.enmta {
    margin: 3% 0;
}

.ackt {
    border: 1px solid #979797;
    font-size: 18px;
    padding: 20px 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}

.snecm {
    margin-top: 10px;
    margin-bottom: 3%;
    border: 1px solid #979797;
}

.odbt {
    padding: 15px;
}

    .odbt .d1 {
        font-size: 18px;
        line-height: 30px;
    }

    .odbt .d2 {
        margin-top: 8px;
    }

        .odbt .d2 input {
            padding: 0 10px;
            height: 32px;
            border: 1px solid #979797;
            width: 100%;
        }

.snecm .sc {
    padding: 20px 15px;
    border-top: 1px solid #979797;
    font-size: 18px;
}

.lboena {
    margin-top: 10px;
    margin-bottom: 3%;
    border: 1px solid #979797;
}

    .lboena .list {
        border-bottom: 1px solid #979797;
        padding: 15px;
    }

        .lboena .list:nth-child(2) {
            border: none;
        }

        .lboena .list span {
            display: inline-block;
            cursor: pointer;
            padding-left: 22px;
            background: url(../images/z1.png) no-repeat left center;
            line-height: 20px;
        }

            .lboena .list span.on {
                background: url(../images/z2.png) no-repeat left center;
            }

.odrlmt {
    max-width: 466px;
    margin: 0 auto;
    padding: 50px 0 120px;
    font-family: 'Everett-light';
}

    .odrlmt .tit {
        font-size: 40px;
        font-family: 'Everett-regular';
    }

    .odrlmt .ed-con {
        font-size: 16px;
        line-height: 1.6;
        margin: 40px 0;
    }

    .odrlmt .scont {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .odrlmt .enbna input {
        width: 100%;
        height: 60px;
        color: #fff;
        font-size: 20px;
        background: #000;
        border-radius: 0px;
        border: none;
        cursor: pointer;
        font-family: 'Everett-regular';
    }

.meoba {
    margin-top: 50px;
    font-family: 'Everett-light';
}

    .meoba .inp {
        margin-bottom: 15px;
    }

        .meoba .inp input {
            width: 100%;
            border: 1px solid #979797;
            height: 55px;
            padding: 0 10px;
            font-size: 16px;
            font-family: 'Everett-light';
        }

            .meoba .inp input.fl, .meoba .inp input.fr {
                width: 49%;
            }

            .meoba .inp input.c2.fr {
                width: 49%;
                border: 1px solid #979797;
                height: 55px;
                padding: 0 10px;
                font-size: 16px;
                background: #ddd;
            }


.ubtna {
    margin-top: 10px;
    font-size: 20px;
    color: #000;
    font-family: 'Everett-light';
}

    .ubtna a {
        color: #555;
    }

.eobtn {
    font-size: 12px;
}

.account {
    padding: 3% 0;
}

    .account .title {
        font-size: 42px;
        font-family: 'BeatriceDisplay-Regular';
    }

.fobat {
    margin-top: 3%;
}

    .fobat .lbenc {
        width: 40%;
    }

        .fobat .lbenc span {
            display: none;
        }

        .fobat .lbenc .patnc .list {
            line-height: 30px;
            font-size: 18px;
            font-family: 'Everett-regular';
        }

            .fobat .lbenc .patnc .list.mtt {
                margin-top: 70px;
            }

            .fobat .lbenc .patnc .list a.on {
                text-decoration: underline;
            }

    .fobat .eotma {
        width: 55%;
    }

        .fobat .eotma .slboc {
            margin-bottom: 40px;
        }

            .fobat .eotma .slboc dt {
                font-size: 24px;
                font-family: 'Everett-light';
            }

            .fobat .eotma .slboc dd {
                margin-top: 5px;
                font-size: 18px;
                font-family: 'Everett-regular';
            }

                .fobat .eotma .slboc dd input {
                    border: none;
                    border-bottom: 1px solid #333;
                    font-size: 16px;
                    height: 40px;
                    width: 100%;
                    max-width: 266px;
                    font-family: 'Everett-light';
                }

        .fobat .eotma .oelbn .d3 input {
            border: none;
            border-bottom: 1px solid #333;
            font-size: 16px;
            height: 40px;
            width: 100%;
            max-width: 266px;
            font-family: 'Everett-light';
        }

.sc-edit {
    font-size: 18px;
}

.micla {
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
    font-family: 'Everett-light';
}

.voleg {
    margin-top: 20px;
    font-size: 18px;
}

    .voleg i {
        margin: 0 5px;
    }

.add-drel {
    margin-top: 35px;
    font-size: 18px;
}

    .add-drel img {
        margin-right: 10px;
    }

.tb-tit {
    font-size: 42px;
    text-align: center;
    padding: 2% 0;
    font-family: 'BeatriceDisplay-Medium';
}

.bueccn {
    padding: 0 4%;
    margin-top: 4%;
}

.svenm {
    width: 48%;
}

    .svenm .volc {
        margin-bottom: 5%;
    }

        .svenm .volc dt {
            font-size: 24px;
            font-family: 'Everett-regular';
        }

        .svenm .volc dd {
            line-height: 1.6;
            font-size: 16px;
            margin-top: 10px;
            font-family: 'Everett-regular';
        }

.aclmt {
    width: 48%;
}

    .aclmt .sv-vt {
        font-size: 24px;
    }

    .aclmt .oltea {
        margin-top: 3%;
        font-size: 16px;
        line-height: 1.6;
    }

.senmt-cont {
    padding: 0 5% 2%;
}

.plentc {
    max-width: 680px;
    margin: 0 auto;
    padding: 10% 0;
    font-size: 20px;
    line-height: 1.6;
}

.senma {
}

    .senma .list {
        display: -webkit-flex;
        margin-bottom: 2%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .senma .list .lct {
            width: 49%;
            text-align: center;
        }

.aenbc {
    font-size: 24px;
    margin: 4% 0 2%;
    font-family: 'Everett-regular';
}

.cp-enbta {
    margin-bottom: 2%;
}

.cplecn {
    width: 65%;
}

    .cplecn:before {
        height: 3px;
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .cplecn .pic01 { /* width:49.43%;*/
        width: 100%;
    }

        .cplecn .pic01 img {
            transition: all 0.5s ease;
        }

        .cplecn .pic01 a {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 40px;
            height: 40px;
            z-index: 2;
            background: url(../images/sc-no.svg) no-repeat center center;
        }

            .cplecn .pic01 a.on {
                background: url(../images/sc-yes.svg) no-repeat center center;
            }

    .cplecn .pic02 {
        width: 13.67%;
    }

    .cplecn .pic03 {
        width: 36.85%;
    }

.nucat {
    width: 33%;
}

    .nucat .svc-tit {
        font-size: 24px;
        font-family: 'Everett-regular';
        text-transform: uppercase;
    }

    .nucat .numca {
        font-size: 24px;
        text-transform: uppercase;
        font-family: 'Everett-regular';
    }

    .nucat .esc-con {
        line-height: 1.6;
        margin: 5% 0;
    }

    .nucat .spcolor {
        font-size: 20px;
        line-height: 32px;
        font-family: 'Everett-regular';
        padding-top: 30px;
    }

        .nucat .spcolor div {
            margin-top: 5px;
        }

        .nucat .spcolor a {
            display: inline-block;
            margin-right: 20px;
            margin-bottom: 10px;
            padding: 0 10px;
            min-width: 100px;
            line-height: 32px;
            font-size: 16px;
            cursor: pointer;
            text-align: center;
            border: 1px solid #EEEEEE;
        }

            .nucat .spcolor a span {
                display: none;
                color: #000000;
            }

            .nucat .spcolor a.on span {
                display: inline;
                color: #000000;
            }

    .nucat .sbunca {
        font-size: 20px;
        line-height: 32px;
        font-family: 'Everett-regular';
        padding-top: 10px;
    }

        .nucat .sbunca span {
            display: block;
            font-size: 18px;
            margin: 5px 5px 0;
        }

            .nucat .sbunca span a {
                margin-right: 20px;
            }

                .nucat .sbunca span a.on {
                    text-decoration: underline;
                }

.dwish {
    margin-bottom: 20px;
    font-family: 'Everett-regular';
    text-align: center;
}

    .dwish a {
        text-decoration: underline;
        font-size: 16px;
    }

.ebnec {
    margin-top: 10px;
    font-family: 'Everett-regular';
}

    .ebnec a {
        text-decoration: underline;
        font-size: 16px;
    }

.spteo {
    margin: 20px 0;
    position: relative;
}

    .spteo input {
        height: 55px;
        font-size: 20px;
        color: #fff;
        width: 100%;
        border: none;
        cursor: pointer;
        border-radius: 0px;
        background: #000;
        font-family: 'Everett-regular';
    }
/*.spteo:before{ content:''; width:9px; height:55px; position:absolute; left:0; top:0px; display:block; background:url(../images/zzl.png) no-repeat center center;}
.spteo:after{ content:''; width:9px; height:55px; position:absolute; right:0; top:0px; display:block; background:url(../images/zzr.png) no-repeat center center;}*/


.color-chot {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vovct {
    width: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

    .vovct span {
        display: block;
        height: 80px;
    }

.color-chot .gb {
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/x.png) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 6
}

.benmta {
    position: absolute;
    right: -1px;
    top: 0;
    width: 50.60%;
    height: 100%;
    overflow: auto;
    z-index: 2;
    transform: translateX(95%);
    transition: all 0.5s ease;
}

    .benmta.on {
        transform: translateX(0);
        transition: all 0.5s ease;
    }

    .benmta a {
        display: block;
        height: 12.5%;
        color: #fff;
        padding: 20px 5%;
        font-size: 18px;
        position: relative;
        font-family: 'Everett-regular';
        text-transform: uppercase;
        transition: all 0.5s ease;
        background: no-repeat right bottom;
        background-size: 60% auto;
    }

    .benmta.on a {
        height: 33%;
        transition: all 0.5s ease;
    }

    .benmta a span {
        opacity: 0.8;
        font-size: 12px;
    }

    .benmta a.on {
        background: url(../images/ba.png) no-repeat right bottom;
        background-size: 60% auto;
    }

        .benmta a.on span {
            position: absolute;
            display: block;
            width: 100%;
            margin-left: 0px;
            line-height: 1.6vw;
            left: -50%;
            top: 0;
            transform: rotate(90deg) translate(50%,-50%);
            transition: all 0.5s ease;
        }

    .benmta.on a.on span {
        position: absolute;
        left: 5%;
        top: 20px;
        margin-left: 0px;
        transform: rotate(0deg) translateX(0%);
        transition: all 0.5s ease;
        font-size: 24px;
        opacity: 1;
    }


    .benmta::-webkit-scrollbar { /*滚动条整体样式*/
        width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 0px;
    }

    .benmta::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
    }

    .benmta::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #EDEDED;
    }

.oleamt li {
    font-family: 'Everett-regular';
    margin-bottom: 15px;
}

    .oleamt li a {
        line-height: 30px;
        display: block;
        font-size: 18px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: url(../images/e1.svg) no-repeat left center;
        padding-left: 30px;
    }

        .oleamt li a.on {
            background: url(../images/e2.svg) no-repeat left center;
        }

    .oleamt li .wbc {
        font-size: 18px;
        padding-left: 30px;
        line-height: 1.6;
        display: none;
    }

.ewola {
    border-bottom: 1px solid #979797;
    padding: 10px 0;
    max-width: 600px;
    font-family: 'Everett-light';
}

    .ewola td {
        padding: 8px 0;
        line-height: 25px;
    }

        .ewola td.tl {
            font-size: 20px;
            width: 210px;
        }

        .ewola td .a1 {
            width: 90px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background: #000;
        }

.ebaen a {
    color: #666;
    border: 1px solid #ddd;
    display: inline-block;
    width: 90px;
    text-align: center;
    line-height: 30px;
}

.oelbn {
    max-width: 460px;
}

    .oelbn .d1 {
        font-size: 24px;
        font-family: 'Everett-light';
    }

    .oelbn .d2 {
        margin: 10px 0 20px;
        font-family: 'Everett-light';
    }

    .oelbn .d3 input {
        height: 55px;
        border: 1px solid #979797;
        padding: 0 10px;
        width: 100%;
        font-size: 18px;
        font-family: 'Everett-light';
    }

    .oelbn .d4 {
        margin-top: 20px;
        position: relative;
    }

        .oelbn .d4 input {
            width: 100%;
            height: 55px;
            border: none;
            cursor: pointer;
            color: #fff;
            background: #000;
            border-radius: 0px;
            font-size: 18px;
        }




.fobtna {
    max-width: 680px;
    margin: 0 auto;
}

.enmac {
    padding: 4% 0;
}

    .enmac dt {
        font-size: 24px;
        padding-bottom: 3%;
    }

    .enmac dd {
        line-height: 2;
        font-size: 16px;
        margin-top: 2%;
    }

.otebua {
    font-size: 40px;
    padding: 3% 0;
    font-family: 'BeatriceDisplay-Medium';
}

.veabt {
    font-size: 18px;
    padding: 20px 0;
}

.lctte {
    margin-top: 12px;
}

    .lctte .c1 {
        padding: 0 10px;
        font-size: 18px;
        height: 55px;
        border: 1px solid #979797;
        width: 100%;
    }

    .lctte span {
        display: block;
        padding: 0 10px;
        cursor: pointer;
        font-size: 18px;
        height: 55px;
        border: 1px solid #979797;
        width: 100%;
        line-height: 53px;
        background: url(../images/e1.png) no-repeat 95% center;
    }

        .lctte span.on {
            background: url(../images/e2.png) no-repeat 95% center;
        }

    .lctte .secc {
        display: none;
        position: absolute;
        left: 0;
        top: 54px;
        width: 100%;
        background: #fff;
        z-index: 2;
        border: 1px solid #979797;
    }

        .lctte .secc a {
            display: block;
            font-size: 18px;
            line-height: 45px;
            padding: 0 10px;
        }

    .lctte textarea {
        width: 100%;
        height: 100px;
        padding: 10px;
        border: 1px solid #979797;
        font-size: 18px;
    }

    .lctte .c2 {
        width: 100%;
        height: 55px;
        border: none;
        cursor: pointer;
        color: #fff;
        background: #000;
        border-radius: 5px;
        font-size: 18px;
    }

.oimte {
    margin-top: 3%;
    font-family: 'Everett-regular';
}

    .oimte td {
        padding: 10px 0;
    }

        .oimte td.tl {
            width: 130px;
        }

    .oimte thead td {
        font-size: 20px;
    }

    .oimte tbody td {
        border-bottom: 1px solid #979797;
        font-size: 16px;
    }

.selbt {
    width: 94%;
    border: 1px solid #fff;
    border-radius: 16px;
    margin: 0 auto;
}

    .selbt .c1 {
        float: left;
        background: none;
        height: 32px;
        color: #fff;
        border: none;
        padding: 0 10px;
        width: calc(100% - 32px);
    }

    .selbt .c2 {
        width: 32px;
        height: 32px;
        float: left;
        border: none;
        cursor: pointer;
        background: url(../images/a3.svg) no-repeat center center;
    }

.paebt {
    width: 300px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: #fff;
    display: none;
}

    .paebt .selbt {
        border: 1px solid #979797;
    }

        .paebt .selbt .c1 {
            color: #333;
        }

.vsc-tlm {
    padding: 20px 0;
}

.tblm {
    color: #999;
}

    .tblm a {
        float: right;
        color: #999;
    }

.drelmg {
    line-height: 25px;
    margin-top: 15px;
}


.sc-bg {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.midla {
    background: #fff;
    width: 550px;
    height: 600px;
    border-radius: 20px;
    padding: 30px 30px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -275px;
}

.sc-btlm {
    font-size: 24px;
    margin-bottom: 25px;
}

    .sc-btlm a {
        float: right;
        width: 35px;
        height: 35px;
        background: url(../images/gbc.png);
    }

.midla .list {
    margin-bottom: 15px;
}

    .midla .list .c1 {
        width: 100%;
        height: 45px;
        border: 1px solid #ccc;
        padding: 0 10px;
        font-size: 16px;
    }

    .midla .list select {
        width: 100%;
        height: 45px;
        border: 1px solid #ccc;
        padding: 0 10px;
        font-size: 16px;
    }

.midla .mveo input {
    width: 100%;
    border: none;
    cursor: pointer;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #333;
    border-radius: 10px;
}

.imt-con {
    margin-top: 3%;
    padding: 0 15px;
}

.img-sct img {
    display: block;
    width: 100%;
}

.img-sct-two img {
    width: 50%;
}

.wx-bg {
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .wx-bg img {
        width: 320px;
        height: 320px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.slcal .list a.a4 {
    background-image: url(../images/sc.svg);
}

.sc-con {
    transform: translateX(100%);
    transition: all 0.8s ease;
    background: #1a1a1a;
    width: 950px;
    height: 100%;
    z-index: 12;
    position: fixed;
    right: 0;
    top: 0;
    padding: 50px;
    color: #fff;
}

    .sc-con.on {
        transform: translateX(0%);
        transition: all 0.8s ease;
    }

    .sc-con .gb {
        position: absolute;
        cursor: pointer;
        right: 50px;
        top: 50px;
        width: 30px;
        height: 30px;
        background: url(../images/x.svg) no-repeat center center;
    }

.lcmea li .con .d4 {
    line-height: 50px;
    margin-top: 60px;
    font-size: 24px;
}

    .lcmea li .con .d4 a {
        width: 180px;
        background: #fff;
        color: #333;
        text-align: center;
        font-size: 16px;
        margin-top: 5px;
        margin-left: 20px
    }

.lcmea02 {
    height: calc(100vh - 160px);
}

.mincat .swiper-pagination03, .mincat .swiper-pagination02, .mincat .swiper-pagination01 {
    font-family: 'Everett-light';
}

.piclmt img {
    display: none;
}

.video-play video {
    width: 100%;
    display: block;
}

.yd-logo img {
    width: 190px;
}


@media (min-width: 1201px) {
    .top {
        padding: 10px 5%;
    }

    .ind-bton {
        padding: 2% 5% 5%;
    }

    .oplte li {
        margin-top: 2%;
    }

    .foot {
        padding: 8% 5% 15px;
    }

    .dt-nav {
        padding: 10px 5%;
    }

    .senmt-cont {
        padding: 0 5% 5%;
    }

    .imt-con, .piccct {
        padding: 0 5%;
    }

    .omega {
        padding: 5% 5% 2%;
    }

    .cp-show {
        padding: 12% 5% 2%;
    }

    .vod-bton {
        padding: 0px 5% 3%;
    }

    .T-nav li .sec, .T-nav > li .thr, .obutac .senct .ceat-list {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
        transition: all 0.5s ease;
    }

    .T-nav li:hover .sec, .T-nav > li:hover .thr, .obutac .senct:hover .ceat-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: all 0.5s ease;
    }

    .T-nav > li:hover > a:after, .T-nav > li > a.cur:after {
        width: 50px;
        transition: all 0.5s ease;
    }

    .oplte li a:hover .pic img {
        transform: scale(1.05);
        transition: all 0.5s ease;
    }

    .cp-show .list a:hover .pic img {
        transform: scale(1.05);
        transition: all 0.5s ease;
    }

    .lctte .secc a:hover {
        color: #fff;
        background: #000;
    }

    .cplecn .pic01.on img {
        transition: all 0.5s ease;
        transform: translateX(-20%);
    }
}


@media (max-width: 1520px) {
}


@media (max-width: 1400px) {
    .wrap1400 {
        padding: 0 4%;
    }
}

@media (max-width: 1200px) {
    body {
        padding-top: 52px;
    }

    .banner-mob-none {
        display: none;
    }

    .banner-none {
        display: block;
    }

    .wrap1400 {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
        padding: 0 3%;
    }

    .voelmb {
        line-height: 30px;
        top: 52px;
    }

    .top {
        padding: 0 2%;
        display: block;
        top: 0;
        width: 100%;
        left: 0;
        margin-left: 0;
        position: fixed;
        z-index: 9;
    }

        .top .t-logo {
            padding: 10px 0;
            float: left;
        }

            .top .t-logo img {
                height: 30px;
            }

    .slcal {
        float: right;
    }

    .top .T-nav > li > a {
        color: #fff;
        transition: all 0.5s ease;
    }

    .oenmc {
        margin: 7px 15px 0 0;
    }

    .T-nav {
        position: absolute;
        left: 0;
        top: 0px;
        margin: 0;
        padding: 0;
        padding-top: 50px;
        width: 100%;
        height: 100vh;
        padding-bottom: 130px;
        background: #1a1a1a;
        z-index: 22;
        overflow: auto;
        display: none;
    }

        .T-nav:before {
            content: '';
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 130px;
            background: #1a1a1a;
            z-index: 2;
        }

        .T-nav > li {
            width: 100%;
            position: relative;
            z-index: 1;
        }

    .prelbt {
        max-width: 1200px;
    }

        .prelbt .pic01 {
            display: none;
        }

        .prelbt .pic02 {
            display: block;
        }

    .T-nav li > a {
        background: none !important;
        line-height: 45px;
        color: #fff;
        padding: 0 3%;
        font-size: 20px;
        font-family: 'BeatriceDisplay-Light';
    }

    .T-nav > li .thr {
        position: relative;
        background: none;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        box-shadow: 0 0 0;
    }

        .T-nav > li .thr a {
            line-height: 45px;
            margin: 0;
            font-size: 15px;
            padding: 0 5%;
            text-align: left;
            width: 100%;
            color: #fff;
        }

    .mob-nav {
        display: block;
        z-index: 23;
    }

    .T-nav > li.none {
        display: block;
        padding: 0;
        position: fixed;
        bottom: 70px;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .slcal .list.rel {
        display: none;
    }

    .slcal .list a {
        width: 40px;
    }

    .selbt {
        width: 94%;
        border: 1px solid #fff;
        border-radius: 16px;
        margin: 0 auto;
    }

        .selbt .c1 {
            float: left;
            background: none;
            height: 32px;
            color: #fff;
            border: none;
            padding: 0 10px;
            width: calc(100% - 32px);
        }

        .selbt .c2 {
            width: 32px;
            height: 32px;
            float: left;
            border: none;
            cursor: pointer;
            background: url(../images/a44.svg) no-repeat center center;
            background-size: 55% auto;
        }

    .slcal .list {
        margin: 0;
    }

    .oplte li {
        width: 49%;
        margin-top: 6%;
    }

        .oplte li:nth-child(2n) {
            margin-right: 0;
        }

        .oplte li a .pic img {
            height: 47vw;
            width: 47vw;
        }

    .dt-nav {
        padding: 10px 5%;
    }

    .sec-con .list .d1 {
        font-size: 16px;
    }

    .eobae .d1 {
        font-size: 20px;
    }

    .eobae .d2 {
        font-size: 16px;
    }

    .abcmt .pic {
        width: 100%;
        text-align: center;
    }

        .abcmt .pic img {
            width: auto;
        }

    .abcmt .con {
        width: 100%;
        margin-top: 3%;
        font-size: 16px;
        text-align: left;
    }

    .sco-tit {
        font-size: 24px;
        padding: 3% 0;
    }

    .prelb .d1 {
        font-size: 16px;
    }

    .prelb .d2 {
        font-size: 40px;
    }

    .pecnl li .svebl {
        width: 100%;
    }

        .pecnl li .svebl .d1 {
            font-size: 36px;
        }

        .pecnl li .svebl .d2 {
            font-size: 16px;
            text-align: left;
        }

    .send-mint {
        width: 100%;
    }

    .slat-main {
        width: 100%;
        margin-top: 5%;
    }

    .midts input {
        font-size: 18px;
        height: 50px;
    }

    .ubtna {
        font-size: 18px;
    }

    .meoba {
        margin-top: 20px;
    }

    .account .title {
        font-size: 24px;
    }

    .tb-tit {
        font-size: 30px;
    }

    .cplecn {
        width: 100%;
    }

    .nucat {
        width: 100%;
        margin-top: 4%;
    }

        .plentc, .aenbc, .spteo input, .nucat .svc-tit, .nucat .numca, .nucat .sbunca {
            font-size: 18px;
        }

    .oelbn .d1 {
        font-size: 20px;
    }

    .otebua {
        font-size: 24px;
    }

    .slcal .list:nth-child(3) {
    }

    .vovct {
        left: 0;
        bottom: 0;
        right: auto;
        top: auto;
        width: 100%;
        white-space: nowrap;
        font-size: 0;
    }

        .vovct span {
            width: 36%;
            max-width: 150px;
            display: inline-table;
            font-size: 14px;
            height: 20px;
        }

    .benmta {
        right: auto;
        top: auto;
        white-space: nowrap;
        font-size: 0;
        left: 0;
        bottom: 25px;
        height: 40%;
        width: 100%;
        overflow: auto;
        z-index: 2;
        transform: translate(0,100%);
        transition: all 0.5s ease;
    }

        .benmta a span {
            opacity: 0;
        }

        .benmta.on {
            transform: translate(0,0);
            bottom: 0px;
            transition: all 0.5s ease;
        }

        .benmta a {
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            width: 25%;
            padding: 4px;
            height: 100%;
        }

            .benmta a.on {
                width: 46%;
            }

        .benmta.on a {
            background-size: auto 80px;
            height: 100%;
            width: 46%;
        }

        .benmta a.on span {
            position: relative;
            margin-left: 0;
            opacity: 1;
            line-height: 18px;
            left: 0%;
            top: 0px;
            transform: rotate(0deg) translate(0%,0%);
            transition: all 0.5s ease;
        }

        .benmta.on a.on span {
            position: relative;
            left: 0;
            top: 0px;
            line-height: 1;
            font-size: 12px;
            margin-left: 0;
            transition: all 0.5s ease;
        }

    .color-chot .gb {
        right: auto;
        top: auto;
        left: 10px;
        bottom: 10px;
    }

    .cplecn .pic01 {
        width: 100%;
    }

    .cplecn .pic02, .cplecn .pic03 {
        display: none;
    }

    .obutac {
        padding: 0;
        max-width: 1200px;
    }

        .obutac > a {
            display: block;
            margin: 0;
            width: 100%;
        }

        .obutac .senct {
            display: block;
            margin: 0;
            width: 100%;
        }

    .T-nav > li .thr .senct > a {
        display: block;
        text-align: left;
        padding: 0 5%;
    }

    .prelbt {
        padding: 0;
        flex-wrap: wrap;
    }

    .obutac .senct .ceat-list {
        background: none;
        width: 100%;
        left: 0;
        margin: 0;
        position: relative;
        top: 0;
    }

        .obutac .senct .ceat-list a {
            text-align: left;
            padding: 0 7%;
        }

    .T-nav > li .thr .prelbt a {
        padding: 5px 5%;
        width: 100%;
        display: block;
    }

    .prelbt a .pic {
        line-height: 1;
    }

        .prelbt a .pic img {
            height: 25px;
        }

    .prelbt a .tit {
        margin-top: 3px;
        height: auto;
        line-height: 18px;
    }

    .prelbt a span {
        display: inline-block;
        margin-left: 5px;
    }

    .abco-con {
        padding: 2%;
    }

    .pecnl li .svebl {
        margin-top: 8%;
        padding-left: 18%;
    }

    .piclmt img {
        display: block;
        width: 100%;
    }

    .video-play {
        position: fixed;
        z-index: 100;
        display: none;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

        .video-play video {
            width: 100%;
            display: block;
        }

        .video-play .gb {
            display: block;
            position: absolute;
            right: 0;
            top: -30px;
            width: 30px;
            height: 30px;
            background: url(../images/gbc.png) no-repeat center center;
        }

    .scd-bg {
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.7);
    }

    .news-main li .con {
        padding: 50px 0px 0px !important;
    }
}

@media (max-width: 950px) {

    .shop-car, .sc-con {
        width: 100%;
        padding: 20px;
    }

        .shop-car .gb, .sc-con .gb {
            right: 20px;
            top: 20px;
        }

    .vd-tit {
        font-size: 20px;
        line-height: 30px;
        height: 30px;
    }

    .lcmea {
        margin-top: 15px;
    }

    .oplcb {
        margin-top: 20px;
    }

    .nuab, .odlm {
        margin-top: 10px;
    }

    .nuban input {
        font-size: 20px;
    }

    .lcmea {
        height: calc(100vh - 320px);
    }

    .lcmea02 {
        height: calc(100vh - 100px);
    }

    .odrlmt .tit {
        font-size: 24px;
    }

    .odrlmt .ed-con {
        margin: 20px 0;
    }

    .odrlmt .enbna input {
        height: 50px;
        font-size: 18px;
    }

    .meoba .inp input {
        height: 50px;
    }

    .oimte thead td {
        font-size: 18px;
    }

    .nucat .sbunca span {
        margin: 10px 0 0;
        display: block;
    }

    .foot {
        margin-top: 10%;
    }

    .imt-con {
        padding: 0 5%;
    }

    .ind-bton {
        padding: 2% 5% 5%;
    }

    #try-on-widget-container {
        display: block;
    }

    .wombbnc {
        display: none;
    }
}

@media (max-width: 780px) {
    .wrap {
        padding: 0 3%;
    }

    .sct-tit .d1 {
    }

    .oplte li a .tit {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        margin-top: 12px;
    }

    .oplte li a .mon {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

    .foot {
        padding: 10% 5% 180px;
    }

    .foot-nav {
        width: 100%;
        margin-top: 5%;
    }

        .foot-nav dl {
            width: 50%;
        }

            .foot-nav dl dt {
                font-size: 28px;
            }

    .foot-search {
        width: 100%;
        margin-bottom: 10%;
    }

        .foot-search .d1 {
            font-size: 30px;
        }

        .foot-search .d4 {
            margin-top: 0px;
            position: absolute;
            left: 5%;
            bottom: 60px;
        }

        .foot-search .d5 {
            margin-top: 0px;
            position: absolute;
            left: 5%;
            bottom: 30px;
        }

    .lcmea .pic {
        width: 120px;
    }

    .lcmea .con {
        width: calc(100% - 135px);
    }

        .lcmea .con .d1 {
            font-size: 16px;
            line-height: 20px;
            height: 20px;
        }

        .lcmea .con .d2 {
            margin-top: 10px;
        }

    .foot-search .d3 input {
        border-color: #999;
        height: 48px
    }

        .foot-search .d3 input:-ms-input-placeholder {
            color: #fff;
        }

        .foot-search .d3 input::-webkit-input-placeholder {
            color: #fff;
        }

    .enab {
        width: 100%;
    }

    .tefka {
        width: 100%;
        max-width: 226px;
    }

        .tefka .list {
            padding-left: 45px;
        }

            .tefka .list span {
                left: 5px;
                font-size: 15px;
                line-height: 32px;
            }

            .tefka .list select {
                height: 32px;
                font-size: 15px;
            }

    .lnca {
        margin-top: 8px;
        width: 100%;
        max-width: 200px;
    }

    .oleao {
        height: 34px;
    }

        .oleao .add-min {
            width: 32px;
            height: 32px;
        }

        .oleao .add-inp {
            width: calc(100% - 64px);
            height: 32px;
            font-size: 15px;
        }

    .lmcat {
        line-height: 1;
        text-align: left;
    }

    .lmecna a {
        font-size: 16px;
        margin: 0 5px;
    }

    .cp-show .list {
        margin-bottom: 3%;
    }

        .cp-show .list .tit {
            font-size: 14px;
        }

    .klbat {
        font-size: 20px;
    }

    .uderl {
        font-size: 14px;
    }

    .aenma input {
        height: 50px;
    }

    .asekn a {
        font-size: 16px;
        line-height: 50px;
    }

    .asekn input {
        font-size: 15px;
        padding: 0 15px;
        height: 50px;
    }

    .fobat .lbenc {
        width: 100%;
    }

    .fobat .eotma {
        width: 100%;
        margin-top: 4%;
    }

    .fobat .lbenc span {
        display: block;
        font-size: 18px;
        border-bottom: 1px solid #979797;
        line-height: 40px;
        background: url(../images/xl.png) no-repeat right center;
    }

    .fobat .lbenc .patnc .list.mtt {
        margin: 0;
    }

    .patnc {
        margin-top: 12px;
        display: none;
    }

        .patnc .list a {
            display: block;
        }

    .fobat .eotma .slboc {
        margin-bottom: 4%;
    }

        .fobat .eotma .slboc dt {
            font-size: 18px;
        }

        .fobat .eotma .slboc dd {
            font-size: 16px;
        }

    .tb-tit {
        font-size: 24px;
        padding-top: 20px;
    }

    .svenm {
        width: 100%;
    }

        .svenm .volc dt, .aclmt .sv-vt, .enmac dt {
            font-size: 20px;
        }

    .aclmt {
        width: 100%;
    }

    .ewola td.tl {
        width: 160px;
        font-size: 16px;
    }

    .spteo {
        margin: 20px 0;
    }

    .img-sct-two img {
        width: 100%;
    }

    .ind-t-img {
        padding: 0;
    }

    .pecnl li {
        margin-bottom: 32%;
        padding-top: 5%;
    }

        .pecnl li:last-child {
            margin-bottom: 0
        }

    .sc-list {
        margin-bottom: 20%;
    }

    .cp-show {
        justify-content: space-between;
        padding-bottom: 15%;
    }

        .cp-show .list {
            width: 100% !important;
            margin: 0 0 5% !important;
        }

            .cp-show .list:nth-child(5n+1) {
                width: 47% !important;
                margin: 0 6% 10% 0 !important;
            }

            .cp-show .list:nth-child(5n+2) {
                width: 47% !important;
                margin: 0 0 10% !important;
            }

            .cp-show .list:nth-child(5n+3) {
                width: 90% !important;
                margin: 0 10% 10% 0 !important;
            }

            .cp-show .list:nth-child(5n+4) {
                width: 100% !important;
                margin: 0 0 10% !important;
            }

            .cp-show .list:nth-child(5n) {
                width: 80% !important;
                margin: 0 0 10% 20% !important;
            }

    .senmt-cont {
        padding: 0 2% 2%;
    }

        .senmt-cont.padclc {
            padding: 0 0 2%;
            margin: 0 5%;
        }

            .senmt-cont.padclc .nucat, .lmbnnea {
                padding: 0 2%;
            }

            .senmt-cont.padclc .askent {
                padding: 0 2%;
            }

            .senmt-cont.padclc .aenbc {
                padding: 0 2%;
            }

            .senmt-cont.padclc .oplte {
                padding: 0 2%;
            }
}







@media (max-width: 640px) {
    .eolta.v2 {
        width: 100%;
    }

    .eolta.v1 {
        width: 100%;
    }

    .lb-list li .pic {
        width: 110px;
    }

        .lb-list li .pic img {
            height: 120px;
        }

    .lb-list li .con {
        width: calc(100% - 120px);
    }

        .lb-list li .con .d1 {
            font-size: 16px;
            line-height: 22px;
            max-height: 44px;
            margin-bottom: 12px;
        }

        .lb-list li .con .d3 {
            margin-top: 15px;
            font-size: 20px;
        }

    .midla {
        width: 100%;
        left: 0;
        height: 500px;
        margin: -250px 0 0;
        padding: 20px 20px 0;
    }

    .sc-btlm {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .midla .list {
        margin-bottom: 10px;
    }

        .midla .list .c1 {
            height: 40px;
        }

    .prelb .d1 {
        width: 100%;
        text-align: left;
    }

    .prelb .d2 {
        width: 100%;
        text-align: right;
        line-height: 40px;
    }

        .prelb .d2 img {
            height: auto;
            max-width: 50%;
        }

    .lcmea02 li .con .d4 {
        margin-top: 30px;
    }

        .lcmea02 li .con .d4 span {
            display: block;
        }

        .lcmea02 li .con .d4 a {
            width: 100%;
            line-height: 45px;
            font-size: 18px;
        }

    .foot-nav:nth-child(2) dl:nth-child(1) {
        margin-bottom: 72px;
    }

    .eolta.v3 .klbat {
        margin-top: 10px;
    }

    .yd-logo img {
        width: 150px;
    }

    .piccct .pcimg {
        display: none;
    }

    .piccct .mobimg {
        display: block;
    }
}

@media (max-width: 480px) {
}

.shade {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 21;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.big-video {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    z-index: 22;
    display: none;
    margin-left: -450px;
    background-color: #fff;
    width: 900px;
    box-sizing: border-box;
}

.big-video-main {
    height: 480px;
}

.big-video-clo {
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon30.png) no-repeat center center;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .big-video {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .big-video-main {
        height: 185px;
    }

    .big-video-clo {
        right: 0;
        z-index: 21;
    }
}






















.ind-t-img {
    width: 100%;
    height: 100%;
    position: relative;
}


.demoButton {
    position: absolute;
    width: 160px;
    height: 28px;
    line-height: 28px;
    left: 0px;
    right: 0px;
    top: auto;
    bottom: 0px;
    margin: auto;
    border: none;
    color: #FFF;
    background-color: rgba(0,0,0,0.75);
}

/*
      * Effect Related
      */

#jewelry-effect-container {
    position: relative;
    width: 100%;
    box-sizing: content-box;
    overflow: hidden;
}

#jewelry-effect-title {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 48px;
    color: #FFF;
    z-index: 1;
    pointer-events: none;
    font-family: 'BeatriceDisplay-Regular';
    text-transform: uppercase;
}

.go-top, .go-top:hover {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    display: none;
}

    .go-top.on {
        display: initial;
    }

.shop-car .lcmea .pic a {
    display: inline-block;
}

.shop-car .lcmea .con .d1 a {
    color: #FFFFFF;
}


.news-main li .wrap {
    transition: all 0.5s ease;
    padding: 0;
    width: 100%;
}

.news-main li a {
    display: block;
}

.news-main li .con {
    width: 100%;
    padding: 50px 0 0;
}

    .news-main li .con .d1 {
        color: #333;
        font-size: 24px;
        font-weight: bold;
        line-height: 40px;
        transition: all 0.5s ease;
    }

    .news-main li .con .d2 {
        color: #666;
        margin-top: 10px;
        transition: all 0.5s ease;
    }

    .news-main li .con .d3 {
        font-size: 16px;
        color: #666;
        line-height: 25px;
        height: 75px;
        overflow: hidden;
        margin-top: 20px;
        transition: all 0.5s ease;
    }

    .news-main li .con .d4 {
        margin-top: 20px;
        color: #000000;
        transition: all 0.5s ease;
    }

.news-cont-tit {
    padding: 3% 0 1%;
}

    .news-cont-tit .d1 {
        font-size: 24px;
        font-weight: bold;
    }

    .news-cont-tit .d2 {
        opacity: 0.7;
        margin: 10px 0;
    }

.news-cont-con {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

.news-next {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
}

    .news-next a {
        color: #000000;
        padding-left: 10px;
        font-weight: initial;
        text-decoration: underline;
    }




.cg-tools-dialog {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 999;
    width: 100%;
    padding: 0 5%;
}

@media screen and (min-width:1280px) {
    .cg-tools-dialog {
        box-shadow: 0 -7px 20px 0 rgba(0,0,0,.19);
        font-size: 14px
    }

        .cg-tools-dialog .dialog-body {
            margin: 30px auto;
            width: 100%;
            position: relative
        }

        .cg-tools-dialog .dialog-header {
            position: relative
        }

            .cg-tools-dialog .dialog-header h3 {
                font-size: 16px;
                color: #333
            }

        .cg-tools-dialog .dialog-close {
            position: absolute;
            right: 0;
            top: 0;
            width: 30px;
            height: 30px;
            background: url(../images/close.svg) no-repeat;
            background-size: 30px 30px
        }

            .cg-tools-dialog .dialog-close:hover {
                text-decoration: none;
                cursor: pointer
            }

        .cg-tools-dialog .dialog-content {
            margin: 17px 0;
            width: 810px;
            word-wrap: break-word
        }

        .cg-tools-dialog .dialog-link {
            width: 100%
        }

            .cg-tools-dialog .dialog-link li {
                float: left;
                margin-right: 32px
            }

                .cg-tools-dialog .dialog-link li a {
                    text-decoration: underline;
                }

                    .cg-tools-dialog .dialog-link li a:hover {
                        cursor: pointer;
                    }

        .cg-tools-dialog .dialog-clear {
            clear: both
        }

        .cg-tools-dialog .dialog-confirm {
            width: 122px;
            height: 42px;
            color: #000000;
            border: 1px solid #000000;
            position: absolute;
            right: 0;
            bottom: 0;
            line-height: 42px;
            text-align: center
        }

            .cg-tools-dialog .dialog-confirm:hover {
                text-decoration: none;
                cursor: pointer
            }
}

@media screen and (max-width:1279px) {
    .cg-tools-dialog {
        box-shadow: 0 -4px 10px 0 rgba(0,0,0,.19);
        font-size: .6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .cg-tools-dialog .dialog-body {
            margin: 30px 0;
            position: relative;
            font-size: 14px;
        }

        .cg-tools-dialog .dialog-header {
            position: relative
        }

            .cg-tools-dialog .dialog-header h3 {
                color: #333
            }

        .cg-tools-dialog .dialog-close {
            position: absolute;
            right: 0;
            top: 0;
            background: url(../../images/icon/btn_close.png) no-repeat;
            background-size: .6rem .6rem;
            width: .6rem;
            height: .6rem
        }

            .cg-tools-dialog .dialog-close:hover {
                text-decoration: none;
                cursor: pointer
            }

        .cg-tools-dialog .dialog-content {
            margin: .6rem 0 1.2rem;
            word-wrap: break-word
        }

        .cg-tools-dialog .dialog-link {
            width: 100%
        }

            .cg-tools-dialog .dialog-link li {
                float: left;
                margin-right: 1.2rem
            }

                .cg-tools-dialog .dialog-link li a {
                    text-decoration: underline;
                }

                    .cg-tools-dialog .dialog-link li a:hover {
                        cursor: pointer;
                    }

        .cg-tools-dialog .dialog-clear {
            clear: both
        }

        .cg-tools-dialog .dialog-confirm {
            width: 4.2rem;
            height: 1.2rem;
            color: #000000;
            border: 1px solid #000000;
            position: absolute;
            right: .7rem;
            bottom: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center
        }

            .cg-tools-dialog .dialog-confirm:hover {
                text-decoration: none;
                cursor: pointer
            }

    .cg-mainWrapper {
        width: 100% !important;
        margin: 0 16px
    }
}

@media screen and (max-width:768px) {
    .cg-tools-dialog .dialog-content {
        margin: 1rem .6rem 1rem 0
    }
}

.info-cont {
    padding-top: 3%;
    font-size: 16px;
    line-height: 32px;
}
