.box {
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    /* height: 1250px; */
    background: url(../img/banner.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.hd-time {
    width: 8%;
    background: url(../img/hdtime-bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 1.5% 0 2% 0;
    text-align: center;
    color: white;
    font-weight: bold;
    margin: 5% 0 54% 40%;
}

.mode1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* margin-top: -15%; */
    background: url(../img/mode-bg.png)no-repeat;
    background-size: 100% 100%;
}

.inner {
    width: 62.5%;
    display: flex;
    background: url(../img/md-bg.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.yellow-box {
    width: 95%;
    background: #fff1ae;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
}

.title {
    width: 47%;
    background: url(../img/title-bg.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -8%;
}

.title img {
    width: 64%;
    display: block;
    padding: 5% 0 11% 0;
    margin: 0 auto;
}

.pricebox {
    width: 97%;
    background: url(../img/bird_03.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -4%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}

.table-box {
    width: 40%;
    min-height: 100px;
    background: #e8d0ec;
    margin: 0 auto;
    margin-top: 5%;
    border-radius: 10px;
}

.lp-box {
    width: 45%;
    background: url(../img/lipin-bg.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}

.zs {
    width: 25%;
    background: #f35dac;
    margin: 0 auto;
    margin-top: 15%;
    text-align: center;
    border-radius: 25px;
    padding: 1% 0;
    color: white;
    font-weight: bold;
}

.lpzs {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 15%;
}

.li1 {
    width: 20%;
    margin-top: 5%;
}

.imgbox {
    width: 67px;
    height: 67px;
    border-radius: 35px;
    border: 1px solid #f35dac;
    background: #fff;
    display: flex;
    align-items: center;
}

.imgbox img {
    display: block;
    margin: 0 auto;
	border-radius: 50px;
}

.li1 p {
    font-size: 12px;
    text-align: center;
    padding-top: 4%;
    font-weight: bold;
}

.mt {
    margin-top: 5% !important;
}

.two-per {
    margin: 0 auto;
    background: white;
    padding: 0.3% 3%;
    border: 1px solid #f35dac;
    border-radius: 25px;
    margin-top: -4%;
    font-weight: bold;
}

.qg-box {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2%;
}

.tot-box {
    width: 32%;
    border: 2px solid #f35dac;
    border-radius: 20px;
    margin-bottom: 2%;
}

.tot-box img {
    width: 100%;
    height: 180px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.lh {
    width: 100%;
    padding: 2% 0;
    text-align: center;
    background: #ffeaea;
    color: #e951a1;
    font-weight: bold;
    font-size: 22px;
    margin-top: -2%;
}

.qiang {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    padding: 3% 0 0 0;
}

.q-left {
    width: 60%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.clo-p {
    color: #e951a1;
}

.q-right {
    width: 40%;
}

.q-right a {
    width: 130px;
    height: 130px;
    display: block;
    background: url(../img/get.png)no-repeat;
    background-size: 100% 100%;
}

.pdt {
    padding-top: 15%;
}

.book-box {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2%;
}

.book {
    width: 22%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 2px solid #e951a1;
    margin-bottom: 2%;
}

.book img {
    width: 100%;
    height: 220px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.price {
    background: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.price p {
    text-align: center;
    padding: 4% 0;
}

.price a {
    display: block;
    width: 209px;
    height: 97px;
    background: url(../img/qqqq.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -10%;
    margin-bottom: -5%;
}

.mgt10 {
    margin-top: -15%;
}

.filx-bottom {
    width: 100%;
    background: url(../img/footer_04.png)no-repeat;
    background-size: 100% 100%;
    margin-top: 2%;
}

.filx-bottom img {
    width: 43.6%;
    display: block;
    margin: 0 auto;
    padding: 1% 0 0.5% 0;

}

/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 20px 0;
    text-align: center;
    /* margin-bottom: 120px !important; */
    background: #6b66cd !important;
    z-index: 0;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #fff;
}

.question {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.wenti {
    text-align: left;
    padding-top: 12%;
    font-size: 15px;
    font-weight: bold;
}

.juti {
    display: flex;
    flex-direction: column;
    padding-bottom: 3%;
}

.mask-yuyu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    z-index: 100;
}

.yy-box {
    width: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}

.title1 {
    width: 100%;
    background: url(../img/title-bg.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -14%;
    z-index: 1;
}

.title1 img {
    width: 64%;
    display: block;
    padding: 5% 0 11% 0;
    margin: 0 auto;
}

.in-yuy {
    width: 80%;
    background: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 auto;
    margin-top: -15%;
    z-index: 0;
    display: flex;
    flex-direction: column;
}

.por {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    margin-top: 15%;
    display: flex;
}

.por1 {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    margin-top: 4%;
    display: flex;
}

.por input {
    width: 100%;
    height: 100%;
    border: none;
    border: 1px solid #e951a1;
    border-radius: 10px;
    padding-left: 2%;
}


#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: .8rem;
    /* margin-top: .75rem; */
    padding: 0;
}

._nc .stage,
._nc .stage1 .track div,
._nc .stage1 .label {
    padding: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: .8rem;
}

._nc .stage1 .slider {
    height: 50px !important;
    left: .7rem;
    right: .7rem;
}

._nc .stage1 .button {
    width: 50px !important;
    height: 50px !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper,
.nc-container #nc_2_wrapper,
.nc-container.tb-login #nc_2_wrapper {
    width: 100% !important;
    height: 50px;
}

.nc-container .nc_scale .scale_text {
    font-size: .8rem !important;
    text-align: left;
}

.nc_scale {
    height: 50px !important;
}

.nc-container .nc_scale span {
    height: 50px !important;
    line-height: 50px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
    line-height: 50px;
}

.nc-container .nc_scale .btn_ok {
    line-height: 50px;
}

.code {
    width: 70%;
    height: 48px;
    border: none;
    border: 1px solid #e951a1;
    border-radius: 10px;
    padding-left: 2%;
}

.send {
    width: 35%;
    margin-left: -5%;
    height: 100%;
    border: 1px solid #e951a1;
    border-radius: 10px;
    background: #e951a1;
    text-align: center;
    color: white;
    font-weight: bold;
}

.submit {
    width: 50%;
    height: 103px;
    background: url(../img/yy-btn-bg.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.close-yy {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /* margin-top: -10%; */
    margin: 0 auto;
    border-radius: 20px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    border: 1px solid #fff;
    margin-top: 2%;
}

.mask-jp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    display: flex;
    align-items: center;
}

.jp-box {
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.jp-in {
    width: 70%;
    background: url(../img/jp-tutu.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.df {
    text-align: center;
    font-weight: bold;
}

.qz {
    text-align: center;
    font-weight: bold;
    padding-top: 2%;
}

.close-jp {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    color: #ccc;
    font-weight: bold;
    border: 2px solid #ccc;
    margin-top: 10%;
    margin-left: 5%;
}

.ck-btn {
    width: 100%;
    display: flex;
    margin-top: 5%;
    margin-bottom: 10%;
}

.cklp {
    width: 30%;
    background: pink;
    margin-left: 13%;
    text-align: center;
    padding: 1.5% 0;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 144, 202);
    background-image: -moz-linear-gradient(0deg, rgb(251, 200, 91) 0%, rgb(253, 251, 93) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(251, 200, 91) 0%, rgb(253, 251, 93) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(251, 200, 91) 0%, rgb(253, 251, 93) 100%);
    box-shadow: 0px 3px 7px 0px rgba(144, 28, 89, 0.53);
    font-weight: bold;
    color: #e951a1;
}

.cktm {
    width: 30%;
    background: pink;
    text-align: center;
    margin-left: 5%;
    padding: 1.5% 0;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 144, 202);
    background-image: -moz-linear-gradient(0deg, rgb(236, 68, 156) 0%, rgb(254, 136, 198) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(236, 68, 156) 0%, rgb(254, 136, 198) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(236, 68, 156) 0%, rgb(254, 136, 198) 100%);
    box-shadow: 0px 3px 7px 0px rgba(144, 28, 89, 0.53);
    color: white;
    font-weight: bold;
}
.mask-gift{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    z-index: 2;

}
.gift-box{
    margin: 0 auto;
    width: 11.6%;
}
.gift-box img{
    width: 100%;
}
.close-gift{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: white;
    margin: 0 auto;
}
.mask-tm{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.tm-box{
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: space-around;
    margin-top: 2%;
}
.left-tm{
    width: 50%;
}
.right-tm{
    width: 50%;
}
.da{
    color:red;
}
.da-t{
    font-weight: bold;
    font-size: 20px;
}
.close-ti{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: 2px solid #fff;
    font-weight: bold;
    color: white;
    border-radius: 25px;
}
.go{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding: 0.5% 0;
    border-radius: 15px;
    color:#fff;
    background: #6b66cd;
}
@media screen and (max-width:1500px) {
    .hd-time{
        font-size: 12px;
    }
    .inner{
        width: 90%;
    }
    .yy-box{
        width: 40%;
    }
    .jp-box{
        width: 50%;
    }
    .gift-box{
        width: 18%;
    }
    .yellow-box {
        width: 100%;
    }
}
@media screen and (max-width:1200px) {
    .inner{
        width: 95%;
    }
    .hd-time{
        width: 11%;
        height: 40px;
    }
    .tot-box{
        width: 30%;
    }
    .jp-box{
        width: 70%;
    }
}
@media screen and (max-width:1050px) {
    .inner{
        width: 100%;
    }
    .tot-box{
        width: 32%;
    }
    .yy-box{
        width: 55%;
    }
    .gift-box{
        width: 25%;
    }
}
@media screen and (max-width:952px) {
    .book-box{
        justify-content: flex-start;
    }
    .book{
        width: 30%;
        margin: 0 auto;
        margin-bottom: 2%;
    }
    .filx-bottom img{
        padding: 2% 0 3% 0;
    }
    .pdt{
        font-size: 15px;
    }
    .q-right a{
        width: 100px;
        height: 100px;
    }
    .q-left:nth-child(1){
        font-size: 15px;
    }
    .table-box{
        width: 50%;
        margin-top: 5%;
    }
    .lp-box{
        width: 60%;
    }
    .tm-box div{
        width: 45%;
    }
    .da-t{
        font-size: 12px;
    }
    .da{
        font-size: 12px;
    }
    .xx{
        font-size: 12px;
    }
}
@media screen and (max-width:700px) {
    .table-box{
        width: 80%;
        margin-top: 10%;
    }
    .lp-box{
        width: 80%;
        height: 200px;
    }
    .zs{
        margin-top: 8%;
    }
    .li1{
        margin-top: 1%;
    }
    .pdt{
        font-size: 12px;
    }
    .q-right a{
        width: 80px;
        height: 80px;
    }
    .price a{
        width: 180px;
        height: 80px;
    }
    .lh{
        font-size: 15px;
    }
    .hd-time{
        width: 15%;
        height: 50px;
    }
    .hd-time p:nth-child(1){
        padding-top: 5%;
    }
    .filx-bottom img{
        padding: 3% 0 4% 0;
    }
    .yy-box{
        width: 70%;
    }
    .jp-box{
        width: 90%;
    }
}
@media screen and (max-width:605px) {
    .table-box{
        width: 90%;
    }
    .lp-box{
        width: 90%;
    }
    .tot-box{
        width: 48%;
    }
    .book{
        width: 48%;
    }
    .filx-bottom img{
        width: 80%;
    }
    .yy-box{
        width: 100%;
    }
    .gift-box{
        width: 35%;
    }
    .disxx{
        display: none;
    }
    .hd-time{
        margin-left: 70% ;
        width: 110px;
        height: 50px;
    }
    .title{
        width: 75%;
    }
    .book img{
        height: 170px;
    }
    .lh{
        font-size: 12px;
    }
    .tot-box img{
        height: 140px;
    }
}
@media screen and (max-width:400px) {
    .table-box{
        width: 90%;
    }
    .lp-box{
        width: 90%;
    }
    .tot-box{
        width: 100%;
    }
    .book{
        width: 100%;
    }
    .pdt{
        font-size: 15px;
        /* padding-top: 2%; */
    }
    .q-left:nth-child(1){
        font-size: 15px;
    }
    .q-right a{
        width: 120px;
        height: 120px;
    }
    .filx-bottom img{
        width: 80%;
    }
    .yy-box{
        width: 100%;
    }
    .submit {
        height: 80px;
    }
    .jp-in{
        width: 100%;
    }
    .gift-box{
        width: 60%;
    }
}
.hdgz{
    padding: 0.2% 3%;
    border-radius: 25px;
    background: #6b66cd;
    margin: 0 auto;
    color: white;
    /* margin-bottom: -3%; */
    margin-top: 1%;
}
.mask-gz{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    position: fixed;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 2;
    flex-direction: column;
}
.mask-gz span{
    display: block;
    margin: 0 auto;
    text-align: left;
    margin-top: 10%;
}
.redtit{
    color: red;
}
.close-gz{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 2%;
}