﻿* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

div {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.container {
    padding: 0;
    margin: 0;
    max-width: 1200px;
}

h1, h2, p {
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none !important;
}

.index-main{
    max-width: 1200px;
    margin: 0 auto;
}


.buy-ban {
    width: 100%;
    height: 174px;
    background: url("../img/buy_ban.png") 100% 100% no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-ban-text {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    margin-right: 182px;
}

.buy-ban-btn-list {
    display: flex;
}

.footer-container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 58px;
    background: #001025;
}

.footer-main {
    display: flex;
    justify-content: space-between;
}

.footer-logo-box {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.footer-logo-icon {
    width: 63px;
    height: 63px;
    margin-right: 9px;
}

.footer-logo-zh {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 42px;
}

.footer-logo-en {
	text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    margin-top: 1px;
    letter-spacing: 2px;
}

.consumer-des, .consumer-text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}

.consumer-des{
    display: inline-block;
    width: 70px;
}

.consumer-text {
    color: #79818B;
}

.consumer-box {
    margin-bottom: 12px;
}

.address-text {
    width: 222px;
    color: #79818B;
    font-size: 14px;
    line-height: 20px;
}

.waiter-title {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.waiter-item-text {
    color: #79818B;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}

.waiter-code {
    width: 126px;
    height: 126px;
}

.footer-des1, .footer-des2 {
    color: #797C8B;
    font-size: 12px;
    line-height: 17px;
    margin-top: 68px;
    text-align: center;
}

.footer-des2 {
    margin-top: 12px;
}

.nav-header-container {
    width: 100%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav-box {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav-logo-box, .nav-logo-container {
    align-items: center;
}

.nav-logo-icon {
    width: 36px;
    height: 36px;
    margin-right: 5px;
}

.nav-logo-zh {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 22px;
}

.nav-logo-en {
	text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
    letter-spacing: 2px;
}

.nav-logo-text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    border-left: 1px solid #D8D8D8;
    border-radius: 1px;
    margin-left: 20px;
}

.nav-item-box,.nav-item-box2 {
    /*width: 64px;*/
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
    margin-left: 48px;
    position: relative;
}

.nav-item-box:after,.nav-item-box2:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    background: #FFFFFF;
    border-radius: 3px;
    transition: all .4s;
}


.nav-item-box-active:before,.nav-item-box-active2:before{
    content: "";
    width: 64px;
    height: 3px;
    position: absolute;
    bottom: -18px;
    left: 0;
    background: #FFFFFF;
    border-radius: 3px;
}

.nav-item-box-active2:before{
    width: 32px;
}

.nav-item-box:hover {
    cursor: pointer;
}

.nav-item-box:hover:after{
    left: 0;
    width: 64px;
}

.nav-item-box2:hover:after{
    left: 0;
    width: 32px;
}

.header-href-text {
    color: #ffffff;
    text-decoration: none;
}

.nav-item-box:hover .header-href-text {
    text-decoration: none;
    color: #ffffff;
}

.nav-item-box2:hover .header-href-text {
    text-decoration: none;
    color: #ffffff;
}

.free-btn {
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #4352D4;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-left: 48px;
}

.free-btn:hover{
    cursor: pointer;
    color: #6786FF;
}

.buy-btn,.reserve-btn{
    width: 152px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px;
    display: block;
    color: #4352D4;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}

.reserve-btn{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-left: 20px;
    background: transparent;
}

.buy-btn:hover{
    cursor: pointer;
    color: #6786FF;
}

.reserve-btn:hover{
    cursor: pointer;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #4352D4;
}

.product-nav-box{
    /*width: unset;*/
    position: relative;
}

.product-nav-container{
    width: 200px;
    height: 170px;
    background: transparent;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    position: absolute;
    top: 30px;
    left: -20px;
    display: none;
    padding-top: 30px;
}
.product-nav-container2{
    width: 200px;
    height: 85px;
    background: transparent;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    position: absolute;
    top: 30px;
    left: -20px;
    display: none;
    padding-top: 30px;
}

.product-nav-box:hover .product-nav-container {
    display: block;
}

.detail-nav-item-box:hover .product-nav-container {
    display: block;
}

.product-nav-main{
    width: 200px;
    height: 218px;
    background: #FFFFFF;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 20px;
}
.product-nav-main2{
    width: 200px;
    height: 98px;
    background: #FFFFFF;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 20px;
}

.product-nav-item{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.product-item-icon{
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.product-item-name{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.product-nav-item:hover{
    cursor: pointer;
}

.product-nav-item:hover .product-item-name{
    color: #466CFF !important;
}


.product-nav-row{
    display: inline-block;
    width: 8px;
    height:8px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(135deg) translateY(3px) translateX(-4px);
    transition: all 0.25s;
}

#productNav:hover .product-nav-row{
    transform:translateY(0) translateX(3px) rotate(-45deg);
}

.waiter-item-href-text{
    text-decoration: none;
    color: #79818B;
}

.waiter-item-href-text:hover{
    text-decoration: none;
    color: #ffffff;
}

.wechant-container{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 990;
    transform: translateY(-113px);
}

.wechant-item-box{
    width: 65px;
    height: 65px;
    background: #466CFF;
    box-shadow: 0px 6px 12px 0px rgba(57, 98, 255, 0.28);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wechant-item-container{
    position: relative;
    margin-bottom: 10px;
}

.wechant-item-icon{
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
}

.wechant-item-icon2{
    width: 27px;
    height: 22px;
    margin-bottom: 6px;
}

.wechant-item-icon3{
    width: 31px;
    height: 26px;
    margin-bottom: 5px;
}

.wechant-item-text{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 17px;
}

.telephone-box{
    display: none;
}

.telephone-row{
    width: 10px;
    height: 16px;
    position: absolute;
    top: 24px;
    right: -10px;
}

.telephone-text{
    color: #466CFF;
    font-size: 18px;
    line-height: 25px;
}

.wechant-item-box:hover{
    cursor: pointer;
    background: #6786FF;
}

#wechant-item1:hover .telephone-box{
    width: 214px;
    height: 65px;
    background: #ffffff;
    box-shadow: 0px 3px 9px 0px rgba(42, 100, 179, 0.14);
    border: 1px solid #F2F2F2;
    position: absolute;
    top: 0;
    left: -230px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myChant-box{
    width: 214px;
    height: 225px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(42, 100, 179, 0.14);
    border: 1px solid #F2F2F2;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: -230px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.myChant-row{
    width: 10px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: -10px;
}

.myChant-icon{
    width: 152px;
    height: 152px;
    margin-bottom: 8px;
}

.myChant-des{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

#wechant-item2:hover .myChant-box{
    display: flex;
}

.slot-bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.slot-main-box{
    width: 443px;
    height: 375px;
    background: #FFFFFF;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slot-main-title{
    color: #333333;
    font-size: 18px;
    line-height: 22px;
    padding-top: 36px;
    margin-bottom: 25px;
    font-weight: 500;
}

.slot-input{
    width: 305px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    color: #111111;
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    margin: 0 auto 16px;
}

.slot-input::placeholder{
    color: #999999;
    font-size: 14px;
    line-height: 32px;
}

.slot-input:focus{
    border: 1px solid #466CFF;
}

.code-input{
    margin: 0 auto 0;
    padding-right: 100px;
}

.code-text{
    color: #466CFF;
    font-size: 14px;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 12px;
}

.code-text:hover{
    cursor: pointer;
}

.phone-code-box{
    position: relative;
    margin: 0 auto 16px;
    height: 36px;
    display: flex;
    align-items: center;
}

.slot-btn{
    width: 305px;
    height: 32px;
    background: #466CFF;
    box-shadow: 0px 6px 12px 0px rgba(57, 98, 255, 0.28);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 36px;
    text-align: center;
}

/*谷歌*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/*火狐*/
input[type="number"] {
    -moz-appearance: textfield;
}

.slot-btn:hover{
    cursor: pointer;
    background: #6786FF;
}

.close-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.close-icon:hover{
    cursor: pointer;
}

#im-wrap{
    z-index: 999999;
    position: fixed;
    right: 80px;
    bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
}

.beiBox:hover{
    cursor: pointer;
    color: #ffffff;
}

.myChant-box2-container{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.phone-nav-container{
    display: none;
}

/*手机端样式*/
@media (max-width: 992px) {
    .nav-header-container{
        display: none;
    }

    .buy-ban {
        height: 2.58rem;
        background: url("../img/buy_ban_phone.png") 100% 100% no-repeat;
        flex-direction: column;
    }

    .buy-ban-btn-list {
        display: flex;
        margin-top: 0.39rem;
    }

    .buy-ban-text {
        font-size: 0.48rem;
        line-height: 0.54rem;
        margin-right: 0;
    }

    .footer-container {
        padding: 0.88rem 0.4rem 0.56rem;
    }

    .footer-main {
        flex-direction: column;
        justify-content: unset;
    }

    .footer-logo-container, .contact-us-box {
        display: none;
    }

    .waiter-item-box {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0.44rem;
    }

    .my-last-text{
        margin-top: 0.24rem;
    }

    .waiter-title {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.3rem;
        line-height: 0.36rem;
        font-weight: 400;
        margin-bottom: 0.24rem;
    }

    .waiter-item-text {
        color: #FFFFFF;
        font-size: 0.26rem;
        line-height: 0.32rem;
        margin-bottom: 0.32rem;
        margin-right: 0.7rem;
    }

    .waiter-item-href-text{
        color: #ffffff;
    }

    .waiter-item-last-text {
        margin-right: 0;
    }

    .footer-des1, .footer-des2 {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.24rem;
        line-height: 0.3rem;
        margin-top: 0;
    }

    .footer-des1 {
        width: 100%;
        padding-top: 0.6rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-des2 {
        line-height: 0.42rem;
        margin-top: 0.06rem;
    }

    .buy-btn,.reserve-btn{
        width: 3rem;
        height: 0.8rem;
        background: #FFFFFF;
        border-radius: 0.04rem;
        display: block;
        color: #4352D4;
        font-size: 0.3rem;
        line-height: 0.8rem;
        text-align: center;
    }

    .reserve-btn{
        border: 0.02rem solid #FFFFFF;
        color: #FFFFFF;
        margin-left: 0.22rem;
        background: transparent;
    }

    .wechant-item-box{
        width: 1rem;
        height: 1rem;
        box-shadow: 0 0.12rem 0.24rem 0 rgba(57, 98, 255, 0.28);
        border-radius: 0.16rem;
    }

    .wechant-container{
        position: fixed;
        top: unset;
        bottom: 0.2rem;
        right: 0.2rem;
        z-index: 990;
    }

    .wechant-item-container{
        position: relative;
        margin-bottom: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wechant-item-icon{
        width: 0.38rem;
        height: 0.38rem;
        margin-bottom: 0;
    }

    .wechant-item-icon2{
        width: 0.54rem;
        height: 0.43rem;
        margin-bottom: 0;
    }

    .wechant-item-icon3{
        width: 0.62rem;
        height: 0.5rem;
        margin-bottom: 0;
    }

    .wechant-item-text{
        font-size: 0.22rem;
        line-height: 0.30rem;
        display: none;
    }

    #wechant-item2:hover .myChant-box{
        display: none;
    }

    .myChant-box2{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-2.885rem) translateY(-3.245rem);
        width: 5.77rem;
        height: 6.49rem;
        background: #FFFFFF;
        border-radius: 0.12rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .myChant-icon{
        width: 4.57rem;
        height: 4.57rem;
        margin-bottom: 0.3rem;
    }

    .myChant-des{
        color: #333333;
        font-size: 0.3rem;
        line-height: 0.42rem;
    }

    .flex-mychant{
        flex: 1;
        height: 100vh;
    }

    /*移动端导航*/
    .phone-nav-container{
        width: 100%;
        height: 0.88rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        padding-left: 0.4rem;
        padding-right: 0.33rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: transparent;
    }

    .phone-logo-container{
        display: flex;
        align-items: center;
    }

    .phone-nav-main{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .phone-logo-icon{
        width: 0.44rem;
        height: 0.49rem;
        margin-right: 0.05rem;
    }

    .phone-logo-text-box{
        margin-top: 0;
    }

    .phone-logo-zh{
        color: #FFFFFF;
        font-size: 0.3rem;
        line-height: 0.4rem;
    }

    .phone-logo-en{
        color: #FFFFFF;
        font-size: 0.14rem;
        line-height: 0.16rem;
        letter-spacing: 0.04rem;
        transform: scale(80%);
        font-weight: 350;
    }

    .phone-menu-icon{
        display: block;
        width: 0.52rem;
        height: 0.52rem;
    }

    .submenu-container{
        width: 100%;
        height: calc(100vh - 0.88rem);
        position: fixed;
        top: 0.88rem;
        right: 0;
        background: rgba(0, 0, 0, 0.29);
        display: flex;
        justify-content: space-between;
    }

    .submenu-left-bg{
        flex: 1;
        height: 100%;
    }

    .submenu-main-box{
        width: 5.65rem;
        height: 100%;
        background: #ffffff;
        border-top: 1px solid #DDDDDD;
    }

    #phoneNavContainer1{
        display: flex;
    }

    #phoneNavContainer2{
        display: none;
    }

    .submenu-container{
        display: none;
    }

    /*弹层动画（从右往左）*/

    .fadeleftIn {
        -webkit-animation: fadeleftIn .4s;
        animation: fadeleftIn .4s;
    }

    @keyframes fadeleftIn {
        0% {
            -webkit-transform: translate3d(100%, 0, 0);
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }
        100% {
            -webkit-transform: none;
            transform: none;
        }
    }

    @-webkit-keyframes fadeleftIn {
        0% {
            -webkit-transform: translate3d(100%, 0, 0);
        }
        100% {
            -webkit-transform: none;
        }
    }

    .submenu-item-box{
        display: block;
        width: 100%;
        border-bottom: 1px solid #ECECEC;
        padding: 0.32rem 0;
        color: #333333;
        font-size: 0.3rem;
        line-height: 0.42rem;
    }

    .submenu-main-box{
        padding: 0.1rem 0.4rem;
    }

    .phone-product-top{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ECECEC;
        padding: 0.32rem 0;
    }
	.phone-yunying-top{
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    border-bottom: 1px solid #ECECEC;
	    padding: 0.32rem 0;
	}

    .phone-product-title{
        color: #333333;
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
	.phone-yunying-title{
	    color: #333333;
	    font-size: 0.3rem;
	    line-height: 0.42rem;
	}

    .phone-product-row{
        width: 0.27rem;
        height: 0.13rem;
    }
	.phone-yunying-row{
	    width: 0.27rem;
	    height: 0.13rem;
	}

 
    .phone-product-main{
        width: 100%;
        padding-left: 0.35rem;
        display: none;
    }
	.phone-yunying-main{
	    width: 100%;
	    padding-left: 0.35rem;
	    display: none;
	}


    .phone-product-item{
        display: block;
        width: 100%;
        padding: 0.24rem 0;
        color: #333333;
        font-size: 0.26rem;
        line-height: 0.32rem;
        border-bottom: 1px solid #ECECEC;
    }
	.phone-yunying-item{
	    display: block;
	    width: 100%;
	    padding: 0.24rem 0;
	    color: #333333;
	    font-size: 0.26rem;
	    line-height: 0.32rem;
	    border-bottom: 1px solid #ECECEC;
	}


    .show-product{
        display: flex;
    }

    .slot-main-box{
        width: 6.7rem;
    }
}