/************ 悬浮导航 ************/
.nov-float{
    position: fixed;
    top: 180px;
    left: calc(50% - 740px);
    z-index: 88;
}
.hob-inlet{
    position: absolute;
    width: 143px;
    height: 133px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    /* background-image: url(../images/hob-inlet-1.png); */
    z-index: 1;
    cursor: pointer;
}
.hob-inlet-03{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(../images/hob-inlet-03.png);
    z-index: 1;
}
.hob-inlet-02{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(../images/hob-inlet-02.png);
    z-index: 2;
}
.hob-inlet-01{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(../images/hob-inlet-01.png);
    z-index: 3;
}
.hob-inlet:not(.disable) .hob-inlet-02{
    animation: hob_shake 1s infinite
}
.hob-inlet:not(.disable):hover .hob-inlet-02{
    animation: hob 1s 1
}
.for-get-now{
    z-index: 33;
    animation: hob_btn 2.5s infinite
}
@keyframes hob_shake {
    15%, 45%{
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        transform-origin: 50% 100%;
    }
    30%{
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        transform-origin: 50% 100%;
    }
    60% ,100%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }
}
@keyframes hob{
    10%, 30%, 50%{
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20%, 40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% ,100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hob_btn{
    10%, 30%, 50%, 70%, 90%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    20%, 40%, 60%, 80%{
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.hob-inlet.disable{
    background-image: url(../images/hob-inlet-1-n.png);
    pointer-events: none;
}
.hob-inlet.disable>div{
    background-image: none;
}
.nav-wrap{
    position: absolute;
    width: 143px;
    height: 173px;
    top: 120px;
    padding: 8px 10px 0 12px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/nav-wrap.png);
    z-index: 2;
}
.totop{
    display: block;
    position: absolute;
    width: 143px;
    height: 66px;
    top: 275px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/totop.png);
    z-index: 1;
}
.nav-wrap a{
    display: block;
    height: 35px;
    color: #f66f6a;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    -o-transform: skewY(-8deg);
    transform: skewY(-8deg);
}
.nav-wrap a+a{
    margin-top: 6px;
}
.nav-wrap a.active{
    color: #fff;
    background-size: contain;
    background-image: url(../images/nav-bg.png);
}
.mb-nav{
    display: none;
}
.hob-mb{
    display: none;
}
@media(max-width: 1400px){
    .nov-float{
        left: 0;
        transform: scale(0.7);
    }
}
@media(max-width: 1199px){
    .nov-float{
        display: none;
    }
}
@media(max-width: 768px){
    .mb-nav{
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        font-size: 0;
        text-align: center;
        z-index: 66;
        background-image: linear-gradient(0deg, #FFE6C8 0%, #FEFCF9 100%);
        box-shadow: 6px 2px 9px 0 rgba(110,33,12,0.34);
    }
    .mb-nav a{
        display: inline-block;
        width: 33.333333%;
        padding: 5px 0;
        color: #f66f6a;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }
    .mb-nav a.active{
        color: #fff;
        background-image: linear-gradient(-13deg, #FF6F41 4%, #FFB82A 100%);
    }
    .hob-mb{
        display: block;
        position: fixed;
        width: 58px;
        height: 167px;
        right: 0;
        top: 30%;
        z-index: 8;
    }
    .hob-mb .hob-inlet{
        display: block;
        width: 58px;
        height: 67px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/hob-mb.png);
    }
    .hob-mb.disable{
        display: none;
    }
}

/************ 悬浮导航 ************/

.float-sidebar{display: none;}
.banner_load i{
    position: absolute;
    display: block;
    z-index: 0;
    max-width: 1920px;
    width: 100%;
    height: 960px;
    background-position: center top;
}
.banner{
    position: relative;
    height: 960px;
    background-position: center top;
    -webkit-transition: all .000001s;
    -moz-transition: all .000001s;
    -ms-transition: all .000001s;
    -o-transition: all .000001s;
    transition: all .000001s;
}
.banner .logo-11{
    position: absolute;
    width: 76px;
    height: 72px;
    top: 0;
    left: calc(50% - 590px);
    background-image: url(../images/logo.png);
}
.banner .controls{
    position: absolute;
    width: 100%;
    height: 590px;
}
.banner-mb{
    display: none;
}
@media(max-width: 1199px){
    .banner{
        height: 800px;
        background-size: cover;
    }
    .banner .controls{
        height: 430px;
    }
    .banner .logo-11{
        left: calc(50% - 480px);
    }
}
@media(max-width: 768px){
    .banner{
        height: auto;
        background-image: none;
    }
    .banner_load,
    .banner .controls{
        display: none;
    }
    .banner-mb{
        display: block;
    }
}
@media(max-width: 720px){}
@media(max-width: 480px){}
@media(max-width: 414px){}
@media(max-width: 375px){}
@media(max-width: 360px){}
@media(max-width: 320px){}

/************ 活动促销promotion ************/
.promotion{
    margin-top: -420px;
    padding-top: 50px;
    padding-bottom: 0;
}
.promotion .content>div{
    float: left;
    position: relative;
    text-align: center;
    height: 370px;
    padding-top: 50px;
    border-radius: 8px 8px 0 0;
}
.promotion .content>div+div{
    margin-left: 1px;
}
.manes{
    width: 591px;
    background-image: url(../images/manes-bg.jpg);
}
.tuijs{
    width: 299px;
    background-image: url(../images/tuijs-bg.jpg);
}
.chouj{
    width: 288px;
    background-image: url(../images/tuijs-bg.jpg);
}
.promotion .content .title{
    position: absolute;
    width: 100%;
    height: 46px;
    top: -10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.manes .title{
    background-image: url(../images/manes.png);
}
.tuijs .title{
    background-image: url(../images/tuijs.png);
}
.chouj .title{
    background-image: url(../images/chouj.png);
}
.underline{
    cursor: pointer;
    text-decoration: underline;
}
.headline .underline:hover{
    color: #F8E71C;
}
.promotion .underline{
    color: #387cf0;
}
.promotion .underline:hover{
    color: #2B5FBA;
}
.manes-show>div{
    display: inline-block;
}
.manes-show>div .img{
    width: 210px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/manes_1.png?v=101701);
}
.manes-show .manes-r .img{
    background-image: url(../images/manes_2.png);
}
.manes-show>div p{
    width: 180px;
    padding: 9px 0;
    margin-top: 10px;
    margin-left: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #f54640;
    background: #fff;
    border-radius: 100px;
}
.adorn{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.manes .adorn{
    background-image: url(../images/manes-adorn.png);
}
.tuijs .adorn{
    background-image: url(../images/tuijs-adorn.png);
}
.chouj .adorn{
    background-image: url(../images/chouj-adorn.png);
}
.tuijs .img,
.chouj .img{
    display: inline-block;
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/tuijs-img.png);
}
.chouj .img{
    background-image: url(../images/chouj-img.png);
}
.manes .p2,
.tuijs .p2,
.chouj .p2{
    position: relative;
    padding: 0 30px;
    z-index: 5;
}
.tuijs .p2 a{
    text-decoration: underline;
}
.tuijs .btn-m,
.chouj .btn-m{
    position: absolute;
    width: 150px;
    bottom: 30px;
    left: calc(50% - 75px);
    z-index: 5;
}

@media(max-width: 1199px){
    .promotion{
        margin-top: -340px;
    }
    .promotion .content>div{
        height: 340px;
    }
    .manes{
        width: 458px;
        background-position: center;
    }
    .manes-show>div .img{
        width: 190px;
        height: 190px;
        margin: 0 auto;
    }
    .tuijs{
        width: 250px;
    }
    .tuijs .img, .chouj .img{
        width: 135px;
        height: 135px;
    }
    .manes .p2, .tuijs .p2, .chouj .p2{
        padding: 0 10px;
    }
    .chouj{
        width: 250px;
    }
}
@media(max-width: 768px){
    .promotion{
        margin-top: 0;
        background-color: #ffce86;
    }
    .manes{
        width: 100%;
        margin-bottom: 30px;
        background-size: cover;
    }
    .promotion .content>div+div{
        margin-left: 0;
    }
    .tuijs{
        width: 50%;
    }
    .chouj{
        width: calc(50% - 1px);
        margin-left: 1px !important;
    }
    .tuijs .img, .chouj .img {
        width: 150px;
        height: 150px;
    }
    .manes .p2, .tuijs .p2, .chouj .p2 {
        padding: 0px 10px;
    }
}
@media(max-width: 720px){}
@media(max-width: 480px){
    .promotion .content .title{
        height: 24px;
        top: -5px;
    }
}
@media(max-width: 414px){
    .manes-show>div .img{
        width: 120px;
        height: 120px;
    }
    .manes-show>div p{
        width: 120px;
        padding: 5px 0;
        margin-left: 10px;
        font-size: 12px;
    }
    .promotion .content>div{
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .promotion .content>.tuijs,
    .promotion .content>.chouj{
        height: 330px;
        padding-top: 30px !important;
    }
}
@media(max-width: 375px){}
@media(max-width: 360px){
    .manes .p2, .tuijs .p2, .chouj .p2{
        padding: 0 10px;
    }
}
@media(max-width: 320px){
    .tuijs .img, .chouj .img {
        width: 100px;
        height: 100px;
    }
    .manes .p2, .tuijs .p2, .chouj .p2 {
        font-size: 10px;
    }
    .promotion .content>.tuijs,
    .promotion .content>.chouj{
        height: 280px;
    }
    .tuijs .btn-m, .chouj .btn-m{
        width: 100px;
        left: calc(50% - 50px);
    }
}

/************ 活动促销 ************/
/************ 秒杀 ************/
.seckill{
    padding-top: 30px;
    padding-bottom: 125px;
    background-image: url(../images/seckill-bg.jpg);
}
.progress{
    position: relative;
    max-width: 1180px;
    height: 148px;
    padding-top: 28px;
    padding-left: 190px;
    margin: 0 auto 40px;
    background-repeat: no-repeat;
    background-image: url(../images/progress.png);
    background-size: contain;
    border-radius: 4px;
}
.step{
    position: relative;
    float: left;
    color: #ac6b29;
    text-align: center;
}
.step+.step{
    margin-left: 180px;
}
.step .p2{
    margin-top: 50px;
}
.step.active{
    color: #f66f6a;
    font-weight: bold;
}
.step .point{
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    background: #fce4bb;
    border: 2px solid #d2a16d;
    border-radius: 14px;
    z-index: 5;
}
.step.active .point{
    width: 28px;
    height: 28px;
    padding: 6px;
    background: #fff3da;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    border: 1px solid #f54640;
}
.step.active .point::after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ff775c;
    background-image: linear-gradient(197deg, #ff775c 16%, #f54640 99%);
    border-radius: 14px;
}
.progress-line{
    display: block;
    position: absolute;
    width: 81%;
    height: 1px;
    top: 50%;
    left: 190px;
    background: #ac6b29;
    z-index: 2;
}
.progress-line i{
    display: block;
    position: absolute;
    width: 0;
    height: 10px;
    top: -5px;
    background-color: #fc5845;
    background-image: linear-gradient(209deg, #fc5845 0%, #db302a 100%);
    border-radius: 10px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.seckill .headline{
    position: relative;
    margin-bottom: 50px;
    z-index: 9;
}
.seckill .headline h2{
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
}
.seckill .headline h2::before,
.seckill .headline h2::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}
.seckill .headline h2::before{
    width: 79px;
    height: 40px;
    margin-right: 20px;
    background-image: url(../images/title-adorn-l1.png);
}
.seckill .headline h2::after{
    width: 98px;
    height: 41px;
    margin-left: 20px;
    background-image: url(../images/title-adorn-r1.png);
}
.seckill .headline .h6{
    margin-top: 20px;
}
.seckill .headline .h6 .yellow{
    color: #fff863;
}
.seckill .content{
    position: relative;
    padding: 30px 20px;
    background-color: #fef8e1;
    background-image: linear-gradient(180deg, #fef8e1 0%, #FEE9D0 81%);
    box-shadow: 0 0 50px 0 rgba(63,0,0,.10);
}
.seckill .ms-header{
    position: absolute;
    width: 100%;
    height: 150px;
    top: -148px;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(../images/seckill-header.png);
}
.countdown-wrapper{
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
}

.countdown-wrapper span{
    display: inline-block;
    font-size: 24px;
    color: #996e37;
    line-height: 60px;
    vertical-align: top;
}
.countdown-wrapper i{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 10px;
    color: #f66f6a;
    font-size: 36px;
    font-style: normal;
    text-align: center;
    line-height: 60px;
    vertical-align: top;
    background: #403525;
}
.seckill .pkg-title{
    position: relative;
    padding: 15px 20px;
    color: #fff;
    background-image: url(../images/seckill-pkg-title.jpg);
    background-size: cover;
    border-radius: 4px 4px 0 0;
}
.seckill .pkg-title .p2{
    margin-top: 10px;
}
.seckill .pkg-tip{
    position: absolute;
    width: 48px;
    height: 48px;
    padding-right: 2px;
    top: -7px;
    right: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #bd3838;
    text-align: center;
    line-height: 44px;
    background-repeat: no-repeat;
    background-image: url(../images/pkg-tip.png);
    background-size: contain;
}
.seckill .pkg-info{
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius:  0 0 4px 4px;
    box-shadow: 0 8px 16px rgba(147,154,255,.1)
}
.seckill .pkg-info .h3.black{
    margin-bottom: 20px;
}
.seckill .pkg-info .pkg-deploy{
    height: 146px;
}
.seckill .dropdown+.dropdown{
    margin-top: 6px;
}
.seckill .dropdown .fixedvalue{
    display: inline-block;
    padding-left: 10px;
    color: #252b3a;
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
}
.seckill .dropdown .ui-title{
    width: 100px;
    margin-right: 0;
    font-size: 16px;
}
.seckill .dropdown .ui-reveal{
    width: calc(100% - 100px);
}
.seckill .pkg-discount{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #efefef;
}
.seckill .price{
    height: 28px;
    font-size: 0;
}
.price i{
    display: inline-block;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
}
.price i.pkg-price-dec{
    font-size: 20px
}
.price span{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
.original{
    margin-top: 5px;
    font-size: 14px;
    line-height: 1;
    text-decoration: line-through;
}
.seckill .pkg-info .btn-m{
    width: 100%;
    margin-top: 15px;
}
.seckill .pkg-info .btn-m span{
    font-size: 12px;
    vertical-align: bottom;
}
.btn-s.disable,
.btn-m.disable,
.btn-m.check-disable{
    color: #a0a2a8 !important;
    border-color: #ddd !important;
    background-color: #ddd !important;
    pointer-events: none;
}
.seckill-preview{
    margin-top: 40px;
    text-align: center;
    color: #996e37;
    font-size: 20px;
}
.foreground{
    position: absolute;
    bottom: -125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/foreground-l.png);
}
.foreground-l{
    width: 390px;
    height: 226px;
    left: -130px;
}
.foreground-r{
    width: 224px;
    height: 224px;
    right: -140px;
    background-image: url(../images/foreground-r.png);
}
@media(max-width: 1199px){
    .progress{
        max-width: 960px;
        background-size: cover;
    }
    .step+.step{
        margin-left: 100px;
    }
    .progress-line{
        width: 75%;
    }
    .seckill .ms-header{
        top: -120px;
        background-size: contain;
    }
    .seckill .pkg-title{
        padding: 10px;
    }
    .seckill .pkg-title .h4{
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
    }
    .seckill .pkg-title .p2{
        font-size: 12px;
        line-height: 18px;
    }
    .seckill .pkg-info{
        padding: 10px;
    }
    .seckill .pkg-info .h3.black{
        margin-bottom: 10px;
    }
    .seckill .dropdown .ui-title{
        width: 70px;
        font-size: 14px;
    }
    .seckill .dropdown .ui-reveal{
        width: calc(100% - 70px);
        font-size: 12px;
    }
    .seckill .dropdown .fixedvalue{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .progress{
        display: none;
    }
    .seckill .ms-header{
        top: -93px;
    }
    .seckill .pkg-title,
    .seckill .pkg-info{
        padding: 20px;
    }
    .countdown-wrapper span,
    .countdown-wrapper i{
        font-size: 14px;
        line-height: 24px;
    }
    .countdown-wrapper i{
        width: 24px;
        height: 24px;
    }
    .seckill-preview{
        margin-top: 15px;
        font-size: 14px;
        font-weight: bold;
    }
    .seckill{
        padding-bottom: 35px;
    }
    .foreground {
        transform: scale(.6);
    }
    .seckill .content{
        padding: 30px 10px;
    }
}
@media(max-width: 720px){}
@media(max-width: 480px){
    .seckill .headline h2{
        font-size: 18px;
        line-height: 18px;
    }
    .seckill .headline h2::before{
        width: 36px;
        height: 20px;
        background-position: right;
    }
    .seckill .headline h2::after{
        width: 50px;
        height: 20px;
        margin-left: 10px;
    }
    .seckill .ms-header{
        top: -43px;
    }
    .countdown-wrapper i{
        margin: 0 5px;
    }
    .seckill .pkg-title span,
    .seckill .pkg-title .p2{
        display: none;
    }
    .seckill .col-sm-3:nth-child(2) .pkg-title,
    .seckill .col-sm-3:nth-child(3) .pkg-title{
        display: none;
    }
    .seckill .col-sm-3:nth-child(2),
    .seckill .col-sm-3:nth-child(3){
        margin-top: -10px;
    }
    .seckill .col-sm-3:nth-child(2) .pkg-card,
    .seckill .col-sm-3:nth-child(3) .pkg-card{
        border-top: 1px solid #f54640;
    }
    .seckill .pkg-info .pkg-deploy{
        height: auto;
        font-size: 0;
    }
    .seckill .pkg-info .pkg-deploy .dropdown{
        display: inline-block;
        width: auto;
    }
    .seckill .pkg-info .pkg-deploy .dropdown+.dropdown{
        margin-left: 10px;
        margin-top: 0;
    }
    .seckill .dropdown .ui-title,
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(4){
        display: none;
    }
    .seckill .dropdown .ui-reveal{
        width: 100%;
        white-space: nowrap;
    }
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(1){
        width: 120px;
    }
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(2){
        width: 100px;
    }
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(3){
        width: 80px;
    }
    .seckill .pkg-discount{
        margin-top: 15px;
        padding-top: 15px;
    }
    .seckill .pkg-info .btn-m{
        position: absolute;
        width: 120px;
        bottom: 20px;
        right: 20px;
    }
    .seckill .price{
        height: 20px;
    }
    .seckill .price i{
        font-size: 20px;
        line-height: 20px;
    }
    .seckill .price i.pkg-price-dec{
        font-size: 14px;
    }
    .original{
        font-size: 12px;
    }
    .foreground{
        transform: scale(.4);
    }
    .foreground-l{
        left: -175px;
    }
    .seckill .pkg-info .btn-m span{
        display: none;
    }
}
@media(max-width: 414px){
    .seckill .pkg-title, .seckill .pkg-info{
        padding: 15px;
    }
    .seckill .pkg-info .pkg-deploy .dropdown+.dropdown{
        margin-left: 5px;
    }

}
@media(max-width: 375px){
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(1){
        width: 110px;
    }
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(2){
        width: 90px;
    }
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(3){
        width: 65px;
    }
    .seckill .dropdown .ui-reveal{
        padding-left: 4px;
    }
    .seckill .dropdown .ui-reveal span{
        padding-right: 5px;
    }
}
@media(max-width: 360px){
    .seckill .headline .h6{
        font-size: 12px;
    }
    .seckill .ms-header {
        top: -41px;
    }
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(1){
        width: calc(50% - 5px);
    }
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(2){
        width: calc(50% - 5px);
        margin-left: 10px;
    }
    .seckill .pkg-info .pkg-deploy .dropdown:nth-child(3){
        width: calc(50% - 5px);
        margin-left: 0;
        margin-top: 5px;
    }
    .seckill .pkg-info .btn-m{
        width: 100px;
    }

}
@media(max-width: 320px){
    .seckill .ms-header {
        top: -36px;
    }
    .countdown-wrapper i{
        margin: 0;
    }
    .seckill .pkg-info .btn-m{
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
    }

}
/************ 秒杀 ************/
/************ 红包 ************/
.hongbao-wrapper{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 200;
}
.hongbao-wrapper i{
    display: block;
    position: absolute;
    width: 96px;
    height: 131px;
    top: -200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/hb.png);
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: 1s transform;
    -moz-transition: 1s transform;
    -ms-transition: 1s transform;
    -o-transition: 1s transform;
    transition: 1s transform;
}
/* .hongbao-wrapper i.rotate{
	-webkit-transform: rotate(7200deg);
	-ms-transform: rotate(7200deg);
	-o-transform: rotate(7200deg);
	transform: rotate(7200deg);
} */
.hob-cd{
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 100px;
    left: 200px;
}
.hob-close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 100px;
    right: 200px;
    cursor: pointer;
}
.hob-close::before,
.hob-close::after{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 19px;
    left: 5px;
    background-color: #eee;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hob-close::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
[mod-relation="hobCoupon"]{
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/modal-bg.jpg);
}
[mod-relation="hobCoupon"] h5{
    color: #f66f6a;
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/modal-title.png);
    background-size: contain;
}
[mod-relation="hobCoupon"]  p{
    margin-bottom: 20px;
}
.mod-footer{
    background: #feefd7;
}
.hobCoupon-img{
    width: 712px;
    margin: 0 auto;
}


@media(max-width: 1199px){}
@media(max-width: 768px){
    [mod-relation="hobCoupon"] h5{
        font-size: 20px;
    }
    .hobCoupon-img{
        max-width: 100%;
    }
    .hob-cd{
        top: 20px;
        left: 30px;
    }
    .hob-close{
        top: 20px;
        right: 20px;
    }
}
@media(max-width: 720px){}
@media(max-width: 480px){}
@media(max-width: 414px){}
@media(max-width: 375px){}
@media(max-width: 360px){
    [mod-relation="hobCoupon"] h5{
        font-size: 18px;
    }
}
@media(max-width: 320px){
    [mod-relation="hobCoupon"] h5{
        font-size: 16px;
    }
}


/************ 红包 ************/
/************ 推荐送交互 ************/
.mod-caption{
    color: #996e37;
}
#mod-share .mod-body{
    text-align: center;
}
#share-qrcode{
    width: 110px;
    height: 110px;
    margin: 5px auto 20px;
}
#share-qrcode canvas{
    width: 100%;
}
#mod-share .p2{
    word-break: break-all;
}
@media(max-width: 1199px){}
@media(max-width: 768px){}
@media(max-width: 720px){}
@media(max-width: 480px){}
@media(max-width: 414px){}
@media(max-width: 375px){}
@media(max-width: 360px){}
@media(max-width: 320px){}
/************ 推荐送交互 ************/
/************ 抽奖交互 ************/
#mod-lottery{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../images/modal-bg.jpg);
}
#mod-lottery .mod-footer p{
    color: #835828;
    font-size: 14px;
}
.lottery-container{
    position: relative;
    width: 360px;
    height: 360px;
    margin: 0 auto;
}
.lottery-content{
    border-radius: 360px;
    box-shadow: 0 15px 30px #ffc78a;
}
.lottery-pointer{
    position: absolute;
    width: 90px;
    top: 130px;
    left: calc(50% - 45px);
    cursor: pointer;
}
.lottery-return .mod-body{
    margin-top: 10px;
    text-align: center;
}
.lottery-return .lottery-return-img{
    width: 210px;
    margin: 0 auto;
}
#price-return dl{
    font-size: 0;
    text-align: center;
}
#price-return dt{
    padding: 5px 0;
    color: #835828;
    background-color: #ffecd0;
}
#price-return dl i{
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
}
#price-return dl i:first-child{
    width: 30%;
}
#price-return dl i:last-child{
    width: 70%;
}
#price-return dd{
    padding: 5px 0;
    color: #252b3a;
    border: 1px solid #ededed;
    border-top: none;
}
.mod-rule-wrapper li+li{
    word-break: break-all;
}
table{
    width: 100%;
    text-align: center;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
table td{
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}


@media(max-width: 1199px){}
@media(max-width: 768px){}
@media(max-width: 720px){}
@media(max-width: 480px){
    table{
        font-size: 12px;
    }
}
@media(max-width: 414px){
    .lottery-container{
        width: 100%;
        height: auto;
    }
    .lottery-pointer{
        width: 25%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}
@media(max-width: 375px){}
@media(max-width: 360px){}
@media(max-width: 320px){}
/************ 抽奖交互 ************/
/************ 悬浮导航 ************/
.nov-float{
    position: fixed;
    top: 180px;
    left: calc(50% - 740px);
    z-index: 88;
}
.hob-inlet{
    position: absolute;
    width: 143px;
    height: 133px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    /* background-image: url(../images/hob-inlet-1.png); */
    z-index: 1;
    cursor: pointer;
}
.hob-inlet-03{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(../images/hob-inlet-03.png);
    z-index: 1;
}
.hob-inlet-02{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(../images/hob-inlet-02.png);
    z-index: 2;
}
.hob-inlet-01{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(../images/hob-inlet-01.png);
    z-index: 3;
}
.hob-inlet:not(.disable) .hob-inlet-02{
    animation: hob_shake 1s infinite
}
.hob-inlet:not(.disable):hover .hob-inlet-02{
    animation: hob 1s 1
}
.for-get-now{
    z-index: 33;
    animation: hob_btn 2.5s infinite
}
@keyframes hob_shake {
    15%, 45%{
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        transform-origin: 50% 100%;
    }
    30%{
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        transform-origin: 50% 100%;
    }
    60% ,100%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }
}
@keyframes hob{
    10%, 30%, 50%{
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20%, 40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% ,100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hob_btn{
    10%, 30%, 50%, 70%, 90%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    20%, 40%, 60%, 80%{
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.hob-inlet.disable{
    background-image: url(../images/hob-inlet-1-n.png);
    pointer-events: none;
}
.hob-inlet.disable>div{
    background-image: none;
}
.nav-wrap{
    position: absolute;
    width: 143px;
    height: 173px;
    top: 120px;
    padding: 8px 10px 0 12px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/nav-wrap.png);
    z-index: 2;
}
.totop{
    display: block;
    position: absolute;
    width: 143px;
    height: 66px;
    top: 275px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/totop.png);
    z-index: 1;
}
.nav-wrap a{
    display: block;
    height: 35px;
    color: #f66f6a;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    -o-transform: skewY(-8deg);
    transform: skewY(-8deg);
}
.nav-wrap a+a{
    margin-top: 6px;
}
.nav-wrap a.active{
    color: #fff;
    background-size: contain;
    background-image: url(../images/nav-bg.png);
}
.mb-nav{
    display: none;
}
.hob-mb{
    display: none;
}
@media(max-width: 1400px){
    .nov-float{
        left: 0;
        transform: scale(0.7);
    }
}
@media(max-width: 1199px){
    .nov-float{
        display: none;
    }
}
@media(max-width: 768px){
    .mb-nav{
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        font-size: 0;
        text-align: center;
        z-index: 66;
        background-image: linear-gradient(0deg, #FFE6C8 0%, #FEFCF9 100%);
        box-shadow: 6px 2px 9px 0 rgba(110,33,12,0.34);
    }
    .mb-nav a{
        display: inline-block;
        width: 33.333333%;
        padding: 5px 0;
        color: #f66f6a;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }
    .mb-nav a.active{
        color: #fff;
        background-image: linear-gradient(-13deg, #FF6F41 4%, #FFB82A 100%);
    }
    .hob-mb{
        display: block;
        position: fixed;
        width: 58px;
        height: 167px;
        right: 0;
        top: 30%;
        z-index: 8;
    }
    .hob-mb .hob-inlet{
        display: block;
        width: 58px;
        height: 67px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/hob-mb.png);
    }
    .hob-mb.disable{
        display: none;
    }
}
/************ 悬浮导航 ************/
/************ 底部注册 ************/
.register{
    max-width: 1920px;
    padding: 55px 0;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/register-pc.jpg);
}
.register p{
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    vertical-align: top;
}
.register.dark .btn-m{
    margin-left: 45px;
}
.register.dark .btn-m:hover{
    color: #f66f6a;
    background-color: #fff;
    border: 1px solid #fff;
}
@media(max-width: 768px){
    .register{
        padding: 10px 0;
        background-size: cover;
        background-image: url(../images/register-mb.jpg);
    }
    .register p{
        font-size: 24px;
        font-weight: normal;
        line-height: 32px;
    }
}
@media(max-width: 480px){
    .register p{
        display: block;

    }
    .register.dark .btn-m{
        margin-top: 10px;
        margin-left: 0;
    }
}
.modal{
    box-shadow: 5px 5px 50px rgba(0,0,0,.6);
}
.dropdown .ui-content{
    margin-top: 0;
}
/************ 底部注册 ************/
/************ 锚点偏移 ************/
.section_more .meal_line {
    margin-top: -100px;
    padding-top: 100px;
}
/************ 锚点偏移 ************/
/************ vss ************/
.vss .pkg-info {

}
.vss .pkg-info .p2+.p2{
    margin-top: 6px;
}
.vss .pkg-info .pkg-deploy{
    height: 116px;
    margin-top: 8px;
}
@media(max-width: 1199px){
    .vss .pkg-info .pkg-deploy{
        height: 106px;
    }
}
@media(max-width: 768px){
    .vss .pkg-info .pkg-deploy{
        height: auto;
    }
    .vss .pkg-info .dropdown{
        vertical-align: top;
    }
}
/************ vss ************/

.for-get-now{
    position: absolute;
    bottom: 20%;
    left: calc(50% - 74px);
    padding: 0 56px;
}
.section-service1{
    padding-top: 42px;
    background-color: #FEEFD7;
}
.section-service1 .headline {
    margin-bottom: 50px;
}
.section-service1 .headline .h2 {
    font-size: 40px;
    color: #F54640;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
}
.section-service1 .headline h2 span {
    position: relative;
    padding: 0 15px;
}
.section-service1 .headline h2 span:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 40px;
    top: 0px;
    left: -80px;
    background-image: url(../images/yellow-title-left.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-service1 .headline h2 span:after {
    position: absolute;
    content: '';
    width: 95px;
    height: 40px;
    top: 0px;
    right: -95px;
    background-image: url(../images/yellow-title-right.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-service1 .detail-card{
    float: left;
    width: 25%;
}
.section-service1 .detail-card-circle, .section-service1 .detail-card-deco{
    float: left;
}
.section-service1 .detail-card-circle{
    display: table;
    width: 148px;
    height: 148px;
    background-image: url(../images/circle-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-service1 .detail-card-main{
    display: table-cell;
    vertical-align: middle;
}
.section-service1 .detail-card-circle h2{
    font-size: 28px;
    line-height: 32px;
    padding-top: 10px;
    color: #996E37;
    letter-spacing: 0;
    text-align: center;
}
.section-service1 .detail-card-circle p{
    font-size: 18px;
    color: #996E37;
    letter-spacing: 0;
    text-align: center;
}
.section-service1 .detail-card-deco{
    height: 120px;
    overflow: hidden;
    margin-left: 5px;
}
.section-service1 .detail-card-deco h2{
    font-family: PingFangSC-Medium;
    margin-top: 40px;
    /*margin-top: -16px;*/
    font-size: 24px;
    color: #996E37;
    letter-spacing: 0;
    text-align: left;
    transition: all 0.5s;
    opacity: 1;
}
.section-service1 .detail-card-deco p{
    max-width: 145px;
    font-size: 14px;
    line-height: 22px;
    color: #996E37;
    text-align: justify;
    opacity: 0;
}
.section-service1 .detail-card.hover .detail-card-deco h2{
    opacity: 0;
    margin-top: -27px;
}
.section-service1 .detail-card.hover:nth-of-type(2) .detail-card-deco h2{
    margin-top: -36px;
}
.section-service1 .detail-card.hover .detail-card-deco p{
    opacity: 1;
}
/********  section-service1  ********/


/********  section-service2  ********/
.section-service2{
    padding-top: 50px;
    background-color: #E74832;
    background-image: url(../images/decoration-bg.jpg);
    background-size: cover;
}
.section-service2 .sub-content{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 27px;
    background-image: url(../images/box.png);
    background-size: cover;
    background-position: center 20px;
    background-repeat: no-repeat;
}
.section-service2 .content{
    padding: 0;
    background-color: #fff;
}
.section-service2 .headline {
    color: #fff;
    margin-bottom: 90px;
}
.bottom-show{
    padding:0 60px;
}
.bottom-show h2{
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 40px;
    color: #F54640;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
}
.bottom-show h2 span{
    position: relative;
    padding: 0 10px;
}
.bottom-show h2 span:before{
    position: absolute;
    content: '';
    width: 80px;
    height: 40px;
    top: 0px;
    left: -80px;
    background-image: url(../images/title-before.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.bottom-show h2 span:after{
    position: absolute;
    content: '';
    width: 95px;
    height: 40px;
    top: 0px;
    right: -95px;
    background-image: url(../images/title-after.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.bottom-show .bottom-show-tips{
    float: left;
    width: 33.33%;
    height: 156px;
    position: relative;
}
.bottom-show .bottom-show-tips .tip-title{
    position: relative;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #AC6B29;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 2px solid #B4884F;
}
.bottom-show .bottom-show-tips .tip-title:after{
    position: absolute;
    content: '';
    bottom: -7px;
    width: 13px;
    height: 13px;
    right: 0;
    z-index: 3;
    color: #D2A16D;
    background-color: #FEECD4;
    background-image: url(../images/dian1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom-show .bottom-show-tips.tip1 .tip-title:before{
    position: absolute;
    content: '';
    bottom: -7px;
    width: 13px;
    height: 13px;
    left: 0;
    z-index: 3;
    background-color: #FEECD4;
    background-image: url(../images/dian1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom-show .bottom-show-tips .tip-title span{
    font-size: 28px;
    color: #AC6B29;
    font-weight: bold;
}
.bottom-show .bottom-show-tips .tip-circle{
    display: table;
    position: absolute;
    bottom: 0;
    margin-left: 9px;
    width: calc(100% - 18px);
    height: 91px;
    padding: 20px 30px 20px 100px;
    background-color: #D3B289;
    background-image: url(../images/wm.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 45px;
    overflow: hidden;
}
.bottom-show .bottom-show-tips .tip-circle p{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #FFE7C9;
}

/********  特别处理部分 START ********/
.bottom-show .bottom-show-tips.hover .tip-title{
    color: #F54640;
    border-bottom: 8px solid #E8322C;
}
.bottom-show .bottom-show-tips.hover .tip-title:after{
    bottom: -17px;
    width: 26px;
    height: 26px;
    right: -5px;
    background-image: url(../images/dian2.png);
}
.bottom-show .bottom-show-tips.tip1.hover .tip-title:before{
    bottom: -17px;
    width: 26px;
    height: 26px;
    right: -5px;
    background-image: url(../images/dian2.png);
}
.bottom-show .bottom-show-tips.hover .tip-title span{
    color: #F66F6A;
}
.bottom-show .bottom-show-tips.hover .tip-circle{
    background-color: #F66F6A;
    background-image: url(../images/mz.png);
}
.bottom-show .bottom-show-tips.hover .tip-circle p{
    color: #fff;
}
/********  特别处理部分 END ********/

.section-service2 .headline .h7 span.font-color-y{
    color: #FFF863;
}
.section-service2 .headline .rule-inlet {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.section-service2 .headline .rule-inlet:hover {
    color: #F8E71C;
}
.section-service2 .meal-title{
    border-radius: 4px 4px 0 0;
    margin: 0;
    background-image: url(../images/meal-title1.jpg);
    background-size: cover;
}
.section-service2 .pkg-title{
    width: 112px;
}
.section-service2 .dropdown + .dropdown{
    margin-left: 20px;
}
.section-service2 .meal-column .dropdown.type-short{
    width: 95px;
}
.section-service2 .meal-column .dropdown.type-fixed-width{
    width: 64px;
}
.section-service2 .headline {
    margin-bottom: 60px;
}
.section-service2 .dropdown .ui-reveal span {
    padding-right: 0;
}
.section-service2 .headline h2 {
    font-size: 40px;
    text-align: center;
    line-height: 46px;
}
.section-service2 .headline h2 span{
    position: relative;
    padding: 0 15px;
}
.section-service2 .headline h2 span:before{
    position: absolute;
    content: '';
    width: 80px;
    height: 40px;
    top: 0px;
    left: -80px;
    background-image: url(../images/red-title-left.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-service2 .headline h2 span:after{
    position: absolute;
    content: '';
    width: 80px;
    height: 40px;
    top: 0px;
    right: -80px;
    background-image: url(../images/red-title-right.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-service2 .headline .h7 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}
.section-service2 .meal-title{
    padding: 0 30px;
    font-size: 0;
}
.section-service2 .meal-title p{
    display: inline-block;
    line-height: 80px;
    vertical-align: middle;
    opacity: .9;
}
.section-service2 .meal-title p+p{
    margin-left: 20px;
    max-width: calc(100% - 140px);
    opacity: .8;
}
.section-service2 .meal-column{
    padding: 20px 30px;
}
.section-service2 .meal-column.low-to{
    background-image: url(../images/low-to.png);
    background-position: top left;
    background-size: 50px auto;
    background-repeat: no-repeat;
}
.section-service2 .meal-card-content{
    position: relative;
}
.section-service2 .meal-column + .meal-column{
    border-top: 1px solid #ddd;
}
.section-service2  .pkg-title{
    display: table;
    float: left;
    width: 110px;
    height: 56px;
    color: #252b3a;
}
.section-service2 .price i {
    font-size: 22px;
    line-height: 22px;
}
.section-service2 .pkg-title span{
    display: table-cell;
    vertical-align: middle;
}
.section-service2 .meal-column .dropdown{
    float: left;
    max-width: 130px;
    min-width: 85px;
}
.section-service2 .meal-column .dropdown .ui-title{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    line-height: 1;
    color: #95989D;
}
.section-service2 .meal-column .dropdown .ui-reveal{
    width: 100%;
}
.section-service2 .dropdown.small .ui-reveal {
    height: 32px;
}
.section-service2 .dropdown.small .ui-reveal i::after {
    top: 8px;
}
.section-service2 .meal-column .dropdown .regular{
    padding-left: 0;
    font-size: 18px;
    line-height: 32px;
}
.section-service2 .pkg-price{
    position: absolute;
    height: 56px;
    left: 860px;
    padding: 7px 0 7px 20px;
    line-height: 1;
    border-left: 1px solid #ddd;
}
.section-service2 .pkg-discount{
    position: absolute;
    height: 56px;
    left: 840px;
    padding: 7px 0 7px 20px;
    line-height: 1;
    border-left: 1px solid #ddd;
}
.section-service2 .pkg-discount .price{
    margin-bottom: 4px;
    font-size: 22px;
}
.section-service2 .pkg-discount .price i.pkg-price-dec {
    font-size: 0.8em;
}
.section-service2 .pkg-discount .save{
    font-size: 12px;
    color: #000000;
    opacity: .5;
    letter-spacing: 0;
    line-height: 12px;
}
.section-service2 .pkg-price .price{
    margin-bottom: 4px;
    font-size: 24px;
}
.section-service2 .pkg-price em{
    font-style: normal;
}
.section-service2 .pkg-price span{
    font-size: 14px;
}
.section-service2 .section-service2 .pkg-price .original{
    text-decoration: none;
}
.section-service2 .pkg-price .price span{
    color: #252b3a;
}
.section-service2 .meal-column .btn-m{
    position: absolute;
    top: 33px;
    right: 0;
}
.section-service2 .meal-column .btn-m{
    font-size: 14px;
    line-height: 30px;
    top: 16px;
}
.section-service2 .meal-column .btn-m:hover{
    box-shadow: 0 6px 12px rgba(246, 111, 106, 0.5);
}
.section-service2 .content + .headline{
    margin-top: 50px;
}
@media(max-width: 1199px){
    .section-service1 .detail-card-circle h2 {
        font-size: 24px;
        line-height: 30px;
        padding-top: 8px;
    }
    .section-service1 .detail-card-circle p {
        font-size: 14px;
    }
    .section-service1 .detail-card-deco p{
        font-size: 12px;
    }
    .bottom-show .bottom-show-tips .tip-circle {
        padding: 20px 20px 20px 85px;
        height: 75px;
    }
    .bottom-show .bottom-show-tips .tip-circle p {
        font-size: 12px;
    }
    .section-service2 .sub-content {
        max-width: 960px;
        padding: 0 20px 25px;
        background-image: url(../images/box.png);
        background-size: 100% 100%;
        background-position: center 5px;
        background-repeat: no-repeat;
    }
    .section-service2 .meal-title {
        padding: 0 10px 0 20px;
    }
    .section-service2 .pkg-discount {
        left: 650px;
    }
    .section-service1 .detail-card-circle {
        width: 115px;
        height: 115px;
    }
    .section-service2 .dropdown .ui-reveal {
        font-size: 12px;
    }
    .section-service1 .detail-card-deco h2 {
        margin-top: 28px;
        font-size: 20px;
        transition: all 0.5s;
        opacity: 1;
    }
    .section-service2 .meal-column .dropdown.type-fixed-width{
        display: none;
    }
    .section-service2 .meal-column{
        padding: 20px;
    }
    .section-service2 .pkg-title{
        width: 90px;
    }
    .section-service2  .meal-column .dropdown+.dropdown{
        margin-left: 10px;
    }
    .section-service2 .pkg-price{
        left: 650px;
    }
    .section-service2 .dropdown{
        width: 115px;
    }
    .section-service2 .dropdown + .dropdown{
        width: 100px;
    }
    .section-service2 .dropdown:nth-child(4){
        width: 125px;
    }
    .section-service2 .pkg-title{
        width: 80px;
        font-size: 16px;
    }
    .section-service2 .dropdown .regular{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .for-get-now{
        left: calc(50% - 84px);
        padding: 0 48px;
    }
    .bottom-show, .just-for-pc, .section-service2 .meal-column .dropdown .ui-title{
        display: none;
    }
    .section-service1 .detail-card-circle, .section-service1 .detail-card-deco {
        float: none;
    }
    .section-service1 .detail-card-circle {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .section-service1 .detail-card-deco {
        height: auto;
        width: 100%;
    }
    .section-service1 .detail-card-deco h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
    .section-service1 .detail-card-circle h2 {
        font-size: 18px;
        line-height: 26px;
        padding-top: 4px;
    }
    .section-service1 .detail-card-circle p {
        font-size: 12px;
    }
    .section-service1 .headline {
        margin-bottom: 20px;
    }
    .section-service1 .detail-card {
        float: left;
        width: 50%;
    }
    .section-service1 .headline .h2, .section-service2 .headline .h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        opacity: .9;
    }
    .section-service1 .headline h2 span:before, .section-service2 .headline h2 span:before {
        width: 46px;
        height: 24px;
        left: -46px;
    }
    .section-service1 .headline h2 span:after, .section-service2 .headline h2 span:after {
        width: 60px;
        height: 24px;
        right: -60px;
    }
    .section-service2 {
        padding-top: 50px;
        background-color: #E74832;
        background-image: url(../images/decoration-bg-bottom.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .section-service2 .headline .h7 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        opacity: .8;
    }
    .section-service2 .sub-content {
        padding: 0 10px 10px;
        background-image: url(../images/box-mb.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center 30px;
        border-radius: 4px;
    }
    .section-service2 .meal-column .btn-m {
        top: initial;
        bottom: 3px;
        line-height: 28px;
        padding: 0 20px;
    }
    .section-service2 .meal-title{
        padding: 15px 20px;
        background-image: url(../images/meal-title1-mb.jpg);
    }
    .section-service2 .meal-title p+p{
        margin-top: 5px;
        margin-left: 0;
        font-size: 12px;
        line-height: 16px;
        max-width: calc(100%);
    }
    .section-service2 .meal-title p{
        display: block;
        line-height: 1;
    }
    .section-service2  .meal-column{
        padding: 15px 0;
    }
    .section-service2 .meal-column {
        padding: 15px 20px;
    }
    .section-service2 .meal-column + .meal-column {
        border-top: 1px solid #FEF5DD;
    }
    .section-service2 .meal-column.low-to {
        background-image: url(../images/low-to-mb.png);
        background-position: top right;
        background-size: 65px auto;
        background-repeat: no-repeat;
    }
    .section-service2 .pkg-discount .price {
        margin-bottom: 0px;
        font-size: 22px;
        line-height: 24px;
    }
    .section-service2 .pkg-discount .save {
        font-size: 12px;
        color: #000000;
        opacity: .5;
        letter-spacing: 0;
        line-height: 14px;
    }
    .section-service2 .dropdown .ui-reveal i {
        width: 25px;
        border-left: 1px solid #ddd;
    }
    .section-service2 .dropdown .ui-reveal i::after {
        left: 7px;
    }
    .section-service2 .dropdown .ui-reveal {
        font-size: 12px;
        line-height: 12px;
    }
    .section-service2  .pkg-price{
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        left: auto;
        padding: 20px 0 0 0;
        border-left: none;
    }
    .section-service2 .pkg-discount {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        left: auto;
        padding: 15px 0 0 0;
        margin-top: 15px;
        border-top: 1px solid #EFEFEF;
        border-left: none;
    }
    .section-service2 .pkg-title, .section-service2 .pkg-title {
        height: 20px;
        font-size: 20px;
    }
    .section-service2 .dropdown.small .ui-reveal {
        height: 28px;
    }
    .section-service2  .dropdown.small .ui-reveal i::after {
        top: 7px;
    }
    .section-service2  .meal-column .btn-m{
        top: auto;
        bottom: 5px;
    }
    .section-service2{
        padding-top: 30px;
    }
    .section-service2 .pkg-title{
        width: 100%;
        height: 32px;
        font-size: 24px;
    }


    /*新增收起功能*/
    .section-service2 .meal-title p .toggle {
        position: absolute;
        right: 15px;
        top: 18px;
        margin-top: -5px;
        transition: transform .5s ease-out;
    }
    .section-service2 .meal-title p.active .toggle {
        transform: rotateX(180deg);
        -ms-transform: rotate(180deg);
    }
    .section-service2 .meal-title p .toggle:before {
        content: "";
        width: 12px;
        height: 12px;
        display: block;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .section-service2 .fold-content {
        /*display: none;*/
    }
}
@media(max-width: 720px){}
@media(max-width: 480px){
    .section-service2 .meal-title p{

    }
    .section-service2 .sub-content {
        padding: 0 10px 10px;
        background-image: url(../images/box-mb.png);
        background-repeat: no-repeat;
        background-position: center 62px;
        border-radius: 4px;
    }

    .section-service2 .meal-column .dropdown{
        max-width: 100%;
        width: calc(50% - 5px) !important;
    }
    .section-service2  .meal-column .dropdown+.dropdown{
        margin-left: 10px;
    }
    .section-service2  .meal-column .dropdown:nth-child(2n){
        margin-left: 0;
    }
    .section-service2  .meal-column .dropdown:nth-child(n+2){
        margin-top: 10px;
    }
    .section-service2  .meal-column .dropdown .ui-title{
        margin-bottom: 5px;
    }
}
@media(max-width: 480px) and (min-width: 375px){
    .section-service2 .meal-column .dropdown+.dropdown{
        margin-left: 0px;
    }
    .section-service2 .meal-column .dropdown{
        max-width: 100%;
        width: 112px !important;
    }
    .section-service2 .meal-column .dropdown:nth-child(2n) {
        margin-left: 0;
    }
    .section-service2 .meal-column .dropdown:nth-child(3n) {
        margin-left: 10px;
        width: 90px !important;
    }
    .section-service2 .meal-column .dropdown:nth-child(4n) {
        margin-left: 10px;
        min-width: 60px;
        width: 60px !important;
    }
}
@media(max-width: 414px){}
@media(max-width: 375px){}
@media(max-width: 360px){
    .section-service2 .sub-content {
        background-position: center 75px;
    }
}
@media(max-width: 320px){}

/* section_more */
.act-section-content {
    max-width: 1180px;
    margin: 0 auto;
}

.showLess {
    display: none;
}

.section_more {
    background: url("../images/more_bg.jpg");
    padding-top: 54px;
}

.section_more .headline span {
    font-size: 40px;
    color: #F54640;
    letter-spacing: 0;
    line-height: 46px;
    font-weight: bold;
    position: relative;
}

.section_more .headline span:before,
.section_more .headline span:after {
    position: absolute;
    content: "";
    display: block;
    width: 90px;
    height: 52px;

}

.section_more .headline span:before {
    background: url("../images/dec_lf.png") no-repeat;
    background-size: contain;
    left: -30%;
}

.section_more .headline span:after {
    background: url("../images/dec_rt.png") no-repeat;
    background-size: contain;
    right: -30%;
    top: 5px;
}

.section_more .content {
    float: left;
    border-radius: 4px;
    background-image: linear-gradient(-234deg, #FFF9E2 0%, #FEE9D0 71%);
    padding: 20px;
    width: calc((100% - 20px)/2);
}

.section_more .meal_line {
    margin-bottom: 20px;
}

.section_more .meal_line .card:nth-child(2) {
    margin-left: 20px;
}

.section_more .meal-card {
    float: left;
    width: calc((100% - 20px)/2);
    background: #fff;
}

.section_more .meal-card+.meal-card {
    margin-left: 20px;
}

.section_more .meal_line .content p.h4 {
    text-align: center;
    margin-bottom: 20px;
}

.section_more .meal_line .content p.h4 span {
    font-size: 30px;
    color: #F66F6A;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.section_more .meal_line .content p.h4 span img {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: bottom;
}

.section_more .meal_line .content p.h4 span:before,
.section_more .meal_line .content p.h4 span:after {
    content: '';
    position: absolute;
    display: block;
    width: 135px;
    height: 12px;
    top: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/line_title_lf.png");
    background-size: contain;
}

.section_more .meal_line .content p.h4 span:before {
    left: -150px;
}

.section_more .meal_line .content p.h4 span:after {
    background-image: url("../images/line_title_rt.png");
    right: -150px;
}

.section_more .meal_line .content .pkg-title {
    background: url("../images/more_title1.jpg") no-repeat;
    background-size: cover;
    padding: 15px 12px 15px 20px;
}

.section_more .meal_line .content .redis .pkg-title {
    background: url("../images/more_title1.jpg") no-repeat;
    background-size: cover;
    padding-right: 6px;
}

.section_more .meal_line .content .pkg-title {
    font-family: Roboto-Medium;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    border-radius: 4px 4px 0 0;
}

.section_more .dropdown .regular {
    display: inline-block;
    padding-left: 5px;
    color: #252b3a;
    font-size: 14px;
    line-height: 32px;
}

.section_more .meal_line .content .pkg-title .card-title {
    margin-top: 5px;
}

.section_more .meal_line .content .pkg-title .card-title li {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    position: relative;
    padding-left: 10px;
}

.section_more .meal_line .content .pkg-title .card-title li:before {
    position: absolute;
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    top: 9px;
    left: 0;
}

.first_line .pkg-title {
    height: 151px;
}

.meal-content {
    padding: 20px 20px 25px 20px;
}

.section_more .dropdown .ui-reveal {
    width: 130px;
    display: inline-table;
    height: 32px;
    padding: 4px 0 4px 9px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.section_more .dropdown .ui-title {
    width: 75px;
    font-size: 16px;
    color: #95989D;
    letter-spacing: 0;
    line-height: 32px;
}
.section_more .dropdown {
    vertical-align: top;
    font-size: inherit;
    margin-bottom: 5px;
}

.section_more .dropdown li {
    line-height: 32px;
}

.section_more .dorpdown .ui-reveal i {
    position: relative;
    display: table-cell;
    width: 30px;
    height: 22px;
    border-left: 1px solid #ddd;
    vertical-align: middle;
}

.section_more .dropdown .ui-reveal i::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    left: 9px;
    border-width: 5px;
    border-style: solid;
    border-color: #666a75 #fff #fff #fff;
}

.section_more .pkg-discount {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}

.section_more .cdn .meal-content .dropdown:nth-child(3) {
    margin-bottom: 43px;
}

.section_more .obs .meal-content .dropdown:nth-child(2){
    margin-bottom: 80px;
}

.section_more .price {
    height: 28px;
    font-size: 0;
    display: inline-block;
}

.section_more .price i {
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
}

.section_more .price i.pkg-price-dec {
    font-size: 20px
}

.section_more .price span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.section_more .original {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
}

/* second_line */
.section_more .second_line .pkg-title {
    height: 107px
}

.section_more .radio {
    border: none;
    padding: 0;
}

.section_more .safe-info {
    height: 77px;
}

.section_more .safe-info p {
    opacity: 0.8;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
}

.section_more .safe-info p:nth-child(2) {
    margin-top: 6px;
}

/* third_line */
.section_more .info-message .pkg-title {
    height: 129px;
}

.section_more .third_line .dropdown .ui-reveal {
    width: 140px;
    white-space: nowrap;
}
.section_more .third_line .dropdown .ui-title {
    margin-right: 0;
}

.section_more .third_line .meeting .dropdown:nth-child(3) {
    margin-bottom: 53px;
}
.section_more .third_line .info-message .dropdown:nth-child(2) {
    margin-bottom: 90px;
}

.section_more .third_line .redis .dropdown:nth-child(4){
    margin-bottom: 16px;
}
.section_more .third_line .cce .dropdown:nth-child(3){
    margin-bottom: 53px;
}
/* forth_line */
.section_more .forth_line .content {
    width: 100%;
}

.section_more .forth_line .content .meal-card {
    width: calc((100% - 41px)/3);
}

.section_more .forth_line .radio ul {
    display: block;
}

.section_more .forth_line .radio li {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.section_more .forth_line .radio[ui="radio1"] li:nth-child(2n) {
    margin-left: 0;
}

.section_more .forth_line .es .meal-content,
.section_more .forth_line .mapreduce .meal-content,
.section_more .forth_line .dws .meal-content {
    position: relative;
}

.section_more .forth_line .es .ei-info:nth-child(2) {
    position: absolute;
    top: 46px;
    left: 46px;
}

.section_more .forth_line .es .ei-info:nth-child(3) {
    position: absolute;
    top: 120px;
    left: 46px;
}

.section_more .forth_line .mapreduce .ei-info:nth-child(2) {
    position: absolute;
    top: 46px;
    left: 46px;
}

.section_more .forth_line .mapreduce .ei-info:nth-child(3) {
    position: absolute;
    top: 120px;
    left: 46px;
}

.section_more .forth_line .mapreduce .ei-info:nth-child(4) {
    position: absolute;
    top: 194px;
    left: 46px;
}

.section_more .forth_line .dws .ei-info:nth-child(2) {
    position: absolute;
    top: 46px;
    left: 46px;
}

.section_more .forth_line .dws .ei-info:nth-child(3) {
    position: absolute;
    top: 120px;
    left: 46px;
}

.section_more .forth_line .h57 {
    height: 57px;
}

/* 云学院 */
.bottom_title .h2 {
    font-size: 40px;
    color: #F54640;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    margin-top: 54px;
    font-weight: bold;
}

.bottom_title .h3 {
    font-size: 18px;
    color: #F54640;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}

.daka {
    background: url("../images/school_bg.png") no-repeat;
    padding-top: 174px;
    padding-bottom: 40px;
    margin-top: -76px;
    box-shadow: 0 8px 16px rgba(147, 154, 255, .1);
}

.daka .daka-left,
.daka .daka-right {
    float: left;
}

.daka-left-tt,
.daka-right-tt {
    font-size: 24px;
    color: #AC6B29;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 33px;
}

.daka li {
    font-size: 18px;
    color: #AC6B29;
    letter-spacing: 0;
    text-align: center;
    padding: 11px 20px 10px;
    border: 1px solid #AC6B29;
    border-radius: 100px;
    background: #FDFCF3;
    display: inline-block;
}

.daka-left-cont,
.daka-right-cont {
    text-align: center;
}

.daka-right-cont li~li {
    margin-left: 60px;
}

.daka-left-cont li {
    position: relative;
}

.daka-left-cont li:after {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/long-arrow.png");
    background-size: contain;
    width: 136px;
    height: 19px;
    top: 14px;
    right: -150px;
}

.daka-right-cont li {
    position: relative;
}

.daka-right-cont li~li:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/short-arrow.png");
    background-size: contain;
    width: 52px;
    height: 19px;
    top: 14px;
    left: -58px;
}

.daka .daka-left {
    width: 265px;
    border-right: 1px dashed #D2C8A0;
}

.daka .daka-right {
    width: calc(100% - 265px);
}

.section_more .radio {
    color: #252B3A;
}

.section_more .radio[ui="radio1"] li+li {
    margin-left: 0;
}

.section_more .radio[ui="radio1"] li:nth-child(2n) {
    margin-left: 20px;
}

.section_more .radio li {
    width: 88px;
}

.section_more .site .radio li {
    margin-bottom: 15px;
}

.section_more .info-message .radio .ui-title {
    margin-bottom: 9px;
}

.section_more .info-message .radio:nth-child(2) .ui-content li:last-child {
    margin-top: 16px;
}

.section_more .radio+.radio {
    margin-top: 10px;
}

.section_more .radio[ui="radio1"] li::before,
.checkbox li i {
    vertical-align: middle;
}

.section_more .site .ui-content {
    margin-bottom: 54px;
}
.section_more .ssl .dropdown:nth-child(3){
    margin-bottom:45px;
}
.section_more .info-message .radio:nth-child(2){
    margin-bottom:51px;
}
.section_more .info-message .ui-title {
    color: #95989D;
}

@media(max-width:1199px) {
    .act-section-content {
        max-width: 960px;
    }

    .section_more .meal_line .content .pkg-title .card-title li {
        font-size: 12px;
    }

    .section_more .content {
        width: 100%;
    }

    .section_more .meal_line .card:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }

    .section_more .meal_line .content .pkg-title {
        padding: 15px 0 15px 10px;
    }

    .section_more .info-message .pkg-title {
        height: 107px;
    }

    .section_more .redis .pkg-title {
        height: 129px;
    }

    .first_line .pkg-title {
        height: 129px;
    }


    .daka .daka-left {
        width: 170px;
    }

    .daka .daka-right {
        width: calc(100% - 170px);
    }

    .daka li {
        font-size: 14px;
    }

    .daka-left-cont li:after {
        width: 68px;
        height: 10px;
        right: -80px;
    }

    .daka-right-cont li~li:before {
        width: 26px;
        height: 10px;
        left: -44px;
    }

    .section_more .radio[ui="radio1"] li:nth-child(2n) {
        margin-left: 0;
    }

    .section_more .site .radio li {
        width: 50%;
    }

    .section_more .info-message .ui-content {
        display: block;
    }

    .section_more .info-message .radio:nth-child(2) .ui-content li:nth-child(3) {
        display: block;
    }
}

.more_pc,
.daka-mb {
    display: none;
}

@media(max-width:768px) {
    .section_more .forth_line .content .meal-card {
        width: calc((100% - 20px)/2);
    }

    .section_more .forth_line .content .meal-card.dws {
        margin-left: 0;
        margin-top: 20px;
    }

    .more_pc {
        display: block;
    }

    .more_pc p {
        font-size: 12px;
        color: #996E37;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
    }

    .bottom_title .h3 {
        display: none;
    }

    .daka {
        display: none;
    }

    .daka-mb {
        display: block;
        background: url("../images/school_bg_mb.png") no-repeat;
        background-size: 100%;
        text-align: center;
        padding: 0 15px;
        padding-top: 100px;
        margin-top: -46px;
        padding-bottom: 25px;
        box-shadow: 0 8px 16px rgba(147, 154, 255, .1);
    }

    .daka-top-tt-mb,
    .daka-bottom-tt-mb {
        font-size: 14px;
        color: #996E37;
        letter-spacing: 0;
        text-align: center;
        line-height: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .daka-mb .daka-top-mb {
        border-bottom: 1px dashed #D2C8A0;
    }

    .daka-top-cont-mb li,
    .daka-bottom-cont-mb li {
        font-size: 14px;
        color: #AC6B29;
        letter-spacing: 0;
        text-align: center;
        width: 170px;
        background: #FDFCF3;
        border: 1px solid #AC6B29;
        border-radius: 30px;
        margin: 0 auto;
    }

    .daka-top-cont-mb {
        margin-bottom: 30px;
    }

    .daka-top-cont-mb li {
        position: relative;
    }

    .daka-top-cont-mb li:after {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/long-arrow-mb.png");
        width: 14px;
        height: 48px;
        top: 40px;
        left: 80px;
        background-size: contain;
    }

    .daka-bottom-mb {
        margin-top: 30px;
    }

    .daka-bottom-cont-mb li {
        margin-bottom: 30px;
    }

    .daka-bottom-cont-mb li~li {
        position: relative;
    }

    .daka-bottom-cont-mb li~li:before {
        position: absolute;
        content: "";
        display: block;
        width: 14px;
        height: 25px;
        background: url("../images/short-arrow-mb.png");
        background-size: contain;
        top: -30px;
        left: 80px;
    }

    .daka-bottom-cont-mb li:last-child {
        margin-bottom: 0;
    }
    .bottom_title .h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .daka-mb li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media(max-width:480px) {
    .bottom_title .h2 {
        font-size: 17px;
        line-height: 22px;
    }
    .section_more .radio li {
        font-size: 12px;
    }

    .section_more .info-message .radio:nth-child(2) .ui-content li:nth-child(3) {
        display: inline-block;
        margin-top: 0;
    }

    .section_more .site .radio li {
        width: 32%;
    }

    .section_more {
        padding-top: 28px;
    }

    .section_more .headline span {
        font-size: 17px;
        line-height: 21px;
    }

    .section_more .headline span:before,
    .section_more .headline span:after {
        width: 45px;
        height: 26px;
    }

    .section_more .headline span:before {
        left: -35%;
    }

    .section_more .headline span:after {
        top: 0;
        right: -35%;
    }

    .section_more .meal_line .content p.h4 span {
        font-size: 16px;
        line-height: 20px;
    }

    .section_more .meal_line .content p.h4 span img {
        width: 24px;
        height: 24px;
    }

    .section_more .meal_line .content p.h4 span:before,
    .section_more .meal_line .content p.h4 span:after {
        top: 2px;
    }

    .section_more .meal-card {
        width: 100%;
    }

    .section_more .content {
        padding: 10px;
    }

    .section_more .meal-card+.meal-card {
        margin-left: 0;
        margin-top: 10px;
    }

    .section_more .meal_line {
        margin-bottom: 15px;
    }

    .section_more .meal_line .card:nth-child(2) {
        margin-top: 15px;
    }

    .section_more .meal_line .content .pkg-title {
        font-size: 16px;
        line-height: 20px;
    }

    .section_more .meal_line .content .pkg-title .card-title li {
        font-size: 12px;
        line-height: 18px;
    }

    .section_more .meal_line .content .pkg-title {
        padding-left: 20px;
    }

    .section_more .forth_line .content .meal-card {
        width: 100%;
    }

    .showLess {
        display: block;
        text-align: center;
    }
    .section_more .meal-card{
        display:none;
    }
    .showLess em {
        display: inline-block;
        padding-bottom: 20px;
        color: #fff;
        width: 14px;
        height: 7px;
        font-size: 14px;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-image: url("../images/slideDown.png");
        background-size: 15px 15px;
    }

    .showLess.showLess_down em {
        background-image: url("../images/slideUp.png");
    }

    .section_more .dropdown .ui-title {
        font-size: 12px;
    }

    .section_more .forth_line .content .meal-card.dws {
        margin-top: 10px;
    }

    .section_more .cdn .meal-content .dropdown:nth-child(3),
    .section_more .obs .meal-content .dropdown:nth-child(2) {
        margin-bottom: 5px;
    }

    .section_more .dropdown .ui-reveal {
        font-size: 12px;
    }

    .section_more .dropdown li {
        font-size: 12px;
    }

    .section_more .price,
    .section_more .original {
        display: block;
    }

    .section_more .meal-content {
        position: relative;
    }

    .section_more .pkg-href {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    .section_more .pkg-discount {
        margin-bottom: 0;
    }

    .section_more .original {
        margin-left: 0;
    }

    .daka-mb {
        padding-top: 40px;
        margin-top: -14px;
    }

    .bottom_title .h2 {
        margin-top: 15px;
    }

    .section_more .first_line .cdn .pkg-title,
    .section_more .first_line .sqlserver .pkg-title {
        height: 108px;
    }

    .section_more .first_line .obs .pkg-title,
    .section_more .first_line .mysql .pkg-title,
    .section_more .second_line .site .pkg-title,
    .section_more .second_line .ssl .pkg-title,
    .section_more .third_line .info-message .pkg-title,
    .section_more .third_line .meeting .pkg-title,
    .section_more .third_line .redis .pkg-title {
        height: 90px;
    }

    .section_more .second_line .enterprise .pkg-title,
    .section_more .second_line .professor .pkg-title {
        height: 72px;
    }

    .section_more .forth_line .h57 {
        height: 0;
    }

    .section_more .site .ui-content,
    .section_more .third_line .meeting .dropdown:nth-child(3),
    .section_more .ssl .dropdown:nth-child(3),
    .section_more .third_line .info-message .dropdown:nth-child(2),
    .section_more .third_line .cce .dropdown:nth-child(3){
        margin-bottom: 0;
    }

    .section_more .dropdown {
        width: calc(50% - 5px);
    }
    .section_more .obs .meal-content .dropdown{
        margin-bottom: 0;
    }
    .section_more .meeting .dropdown {
        width: 100px;
    }

    .section_more .dropdown .ui-title {
        display: block;
    }

    .section_more .dropdown .ui-reveal {
        width: 100%;
    }

    .section_more .obs .dropdown .ui-reveal {
        width: 115px;
    }

    .section_more .safe-info {
        height: auto;
    }

    .section_more .third_line .cce .dropdown .ui-reveal {
        width: 100%;
    }

    .section_more .cce .meal-content .dropdown:nth-child(2),
    .section_more .cce .meal-content .dropdown:nth-child(3) {
        width: 120px;
    }

    .section_more .cce .meal-content .dropdown:nth-child(2) .ui-reveal,
    .section_more .cce .meal-content .dropdown:nth-child(3) .ui-reveal {
        width: 100%;
    }
    .section_more .third_line .dropdown .ui-reveal{
        width:100%;
    }
    .section_more .third_line .cce .dropdown:nth-child(4){
        width:130px;
    }

}

@media(max-width:414px) {

    .section_more .cce .meal-content .dropdown:nth-child(2) .ui-reveal,
    .section_more .cce .meal-content .dropdown:nth-child(3) .ui-reveal {
        width: 100%;
    }

    .section_more .cce .meal-content .dropdown:nth-child(1) {
        margin-right: 20px;
    }

    .dropdown .ui-reveal span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media(max-width:375px) {
    .section_more .meeting .dropdown {
        width: 90px;
    }
}

@media(max-width:360px) {
    .section_more .third_line .meeting .pkg-title{
        height:108px;
    }
    .section_more .meeting .dropdown {
        width: 80px;
    }
}

@media(max-width:320px) {
    .daka-mb {
        padding-top: 30px;
    }
    .section_more .meeting .dropdown {
        width: 70px;
    }
    .section_more .first_line .obs .pkg-title,
    .section_more .first_line .mysql .pkg-title,
    .section_more .third_line .meeting .pkg-title,
    .section_more .third_line .redis .pkg-title {
        height: 108px;
        padding-right: 20px;
    }

    .section_more .forth_line .ei-info {
        font-size: 12px;
    }

    .section_more .site .radio li {
        width: 50%;
    }
    .section_more .obs .dropdown:nth-child(2) .ui-reveal {
        width: 82px;
    }

    .section_more .obs .dropdown:nth-child(1) {
        margin-right: 24px;
    }

    .section_more .first_line .mysql .dropdown:nth-child(3) {
        margin-left: 0px;
    }

    .section_more .first_line .sqlserver .dropdown:nth-child(3) {
        margin-left: 0px;
    }

    .section_more .ssl .dropdown:nth-child(2) {
        margin-right: 24px;
    }

    .section_more .third_line .redis .dropdown:nth-child(3) {
        margin-left: 0px;
    }
    .section_more .third_line .cce .dropdown:nth-child(3) {
        margin-left: 0px;
    }
    .section_more .info-message .radio:nth-child(2) .ui-content li:nth-child(3){
        margin-top:10px;
    }
    .daka-mb li {
        padding-top: 0;
        padding-bottom: 0;
    }
}
#product .headline .h7 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin-top: 20px;
}
#product .headline .rule-inlet{
    font-size: 18px;
    color: #387cf0;
    font-style: normal;
    text-decoration: underline;
    cursor: pointer;
}
#product .headline .rule-inlet:hover {
    color: #2B5FBA;
}
@media (max-width: 768px){
    #product .headline .h7{
        margin-top: 0;
    }
    #product .headline .h7 .rule-inlet{
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        opacity: .8;
    }
}
.daka .daka-left-tt a:hover,.daka .daka-right-tt a:hover{
    text-shadow: 0 4px 14px rgba(189,139,87,.46);
}

.daka-right ul li:nth-child(1):hover,
.daka-right ul li:nth-child(3):hover,
.daka-right ul li:nth-child(4):hover{
    box-shadow: 0 8px 16px 0 rgba(189,139,87,.46);
}

