* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

ul li {
    list-style: none;
}

input {
    background: none;
    border: none;
    outline: none;
    display: block;
}


/*.banner-img {*/
/*    width: 10rem;*/
    /* height: 16.05333rem; */
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 0;*/
/*}*/

/*.banner-top {*/
/*    display: block;*/
/*    width: 6.21333rem;*/
/*    height: 9.81333rem;*/
/*    margin: 0 auto;*/
/*    -webkit-animation: bannerShake-data-v-3593a160 2s linear 0.2s infinite;*/
/*    animation: bannerShake-data-v-3593a160 2s linear 0.2s infinite;*/
/*}*/


.app {
    width: 100%;
    height: 100%;
    max-width: 540px;
    margin: 0 auto;
    background-color: #202045;
}

.Tips {
    width: 100%;
    overflow: hidden;
    background: #000;
    box-sizing: border-box;
}

.Tips_center {
    opacity: 1;
    font-size: .8rem;
    color: #FFF;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%;
    /*padding: 5px;*/
    animation: top_Tips 30s linear infinite;
}

@keyframes top_Tips {
    0% {
        transform: translate(100vw);
    }

    100% {
        transform: translate(-100%);
    }
}

.home_box {
    width: 100%;
}

/* 第一部分 */
.home_box_one {
    width: 100%;
    height: 31rem;
    margin-bottom: 10px;
    background: url("../image/banner.png")no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.zhuanpan {
    width: 22rem;
    height: 27rem;
    position: relative;
    padding-top: 3rem;
    margin-left: 12.5rem;
}

.banner_bottom {
    width: 21.5rem;
    height: 21.5rem;
    background: url(../image/bottom.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: bottomRorating 5s linear infinite;
    animation: bottomRorating 5s linear infinite;
}

.banner_middle{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 15rem;
    height: 15rem;
    background: url(../image/middle.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: middleRorating 5s linear infinite;
    animation: middleRorating 5s linear infinite;
}

.taiji{
    width: 9rem;
    height: 9rem;
    background: url(../image/taiji.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@-webkit-keyframes bottomRorating {
    0% {
    -webkit-transform:rotate(0);
    transform:rotate(0);
    }
    to {
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
    }
}
@keyframes bottomRorating {
    0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
    }
    to {
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
    }
}
@-webkit-keyframes middleRorating {
    0% {
    -webkit-transform:translate(-50%,-50%) rotate(0);
    transform:translate(-50%,-50%) rotate(0)
    }
    to {
    -webkit-transform:translate(-50%,-50%) rotate(-1turn);
    transform:translate(-50%,-50%) rotate(-1turn)
    }
}
@keyframes middleRorating {
    0% {
    -webkit-transform:translate(-50%,-50%) rotate(0);
    transform:translate(-50%,-50%) rotate(0)
    }
    to {
    -webkit-transform:translate(-50%,-50%) rotate(-1turn);
    transform:translate(-50%,-50%) rotate(-1turn)
    }
}

.home_box_one_two {
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    font-size: 0.42667rem;
}

.home_box_one_two img {
    width: 100%;
    height: 100%;
    text-align: center;
}


.anime-box {
    width: 230px;
    height: 437px;
    float: right;
    position: relative;
}

.anime-box img {
    z-index: 20;
    position: absolute;
    /* opacity: 0; */
}

.pojun {
    position: absolute;
    top: 6.82rem;
    transform: scale(1);
}

.star-name {
    position: absolute;
    width: 38px;
    height: 19px;
    font-weight: 600;
    color: #b59534;
    line-height: 1.2em;
    /* opacity: 0; */
    transform-origin: left center;
}

.line {
    z-index: 10;
    height: 1px;
    position: absolute;
    background-color: #fff;
    transform-origin: left bottom;
}

/* 字动画 */
.dian {
    animation: dian 1s ease-in 1;
}

@keyframes dian {
    0% {
        transform: scale(1.3);
        /*开始为原始大小*/
    }


    100% {
        transform: scale(1);
    }

}

/* 闪烁 */
.shansuo {
    animation: shansuo 2s ease-in-out infinite;
}

@keyframes shansuo {
    0% {

        transform: scale(1);
        /*开始为原始大小*/

    }

    40% {
        transform: scale(1);
        /*放大1.1倍*/
    }

    100% {
        transform: scale(0.8);
        /*放大1.1倍*/
    }
}

.zi {
    animation: zi 600ms ease-in 1;
}

@keyframes zi {
    0% {

        transform: scale(2.5);
        opacity: 0;

    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.xian1 {
    animation: xian1 1s 1;
}

@keyframes xian1 {
    0% {
        width: 0%;
    }

    100% {
        width: 90px;
    }
}

.xian56 {
    animation: xian56 1s 1;
}

@keyframes xian56 {
    0% {
        width: 0%;
    }

    100% {
        width: 30%;
    }
}

.xian {
    animation: xian 1s 1;
}

@keyframes xian {
    0% {
        width: 0%;
    }

    100% {
        width: 24%;
    }
}





/* 第一部分 */
.home_box_two {
    width: 100%;
    margin-top: 1.5rem;
}

.home_box_two_center {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    font-size: .8rem;
    color: #FFF;
}

.home_box_two_center .right {
    border-left: 1px solid #7a7a7a;
    margin-left: 1rem;
}

.home_box_two_center .right div {
    padding-left: 1.5rem;
    width: 100%;
}

.home_box_two_center .right div:first-child {
    padding-top: 4px;
}

.left_center {
    display: flex;
    justify-content: flex-start;
}

.left_center_left img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
}

.left_center_right {
    padding-left: 10px;
    padding-top: 3px;
}

/* 第三部分 */
.home_box_three {
    width: 92%;
    margin: 1.5rem auto;
    /*margin-top: 30px;*/
}

.home_box_three img {
    width: 100%;
    height: 100%;
    animation: footBtn 2s linear infinite;
}

@keyframes footBtn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

.info_box{width:100%;display:flex;justify-content:center;align-items:center;color:#FFF;line-height:10px;font-size:.9rem;padding-bottom: 1.8rem;}
.to_argeement{cursor:pointer;color:#EEC6BB}
.zf-agreement_select__text{margin-left:.24rem}
.info_box_ch img{width:15px;height:15px;margin-right:5px}
.no{display:block}
.no_a{display:none}

/* 第四部分 */
.home_box_four {
    width: 100%;
}

.home_box_four img {
    margin-top: 20px;
    width: 100%;
    height: 100%;
}


/* 第五部分 */
/* 底部 */
.page_footer {
    width: 100%;
    padding: 20px 0 100px 0;
    text-align: center;
}

.page_footer p {
    color: #fff;
    font-size: 0.9rem;
}

.footer_two {
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.footer_two img {
    width: 28px;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.to_serve {
    color: #de4104;
    cursor: pointer;
    text-decoration: underline;
}

.footer_three {
    width: 145px;
}

/* 底部定位 */
.locBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.locBottom_center {
    background: rgba(0, 0, 0, .4);
    max-width: 540px;
    margin: 0 auto;
}

.locBottom img {
    cursor: pointer;
    width: 320px;
    display: block;
    margin: 0 auto;
     animation: footBtn 2s linear infinite;
    /*padding-top: 15px;*/
}


/* 弹窗 */
.app_disply_bg {
    background-color: #202045;
        
     height: 100vh; 
    /* display: none; */
}
.app_disply_box {
    /*    background-image: url("../image/pay_banner.png");*/
        /*background-image: url("../image/order-bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    /* height: 100vh; */
    /* display: none; */
    /*padding-top: 3.2rem;*/
}

.app_disply {
    /*width: 95%;*/
    /*margin: 0 auto;*/

        padding: 0 0.4rem;
    margin: 0 0.4rem;
    background-color: #38386c;
    border-radius: 0.4;
    border: 0.023rem solid hsla(0,0%,100%,.3);
}

.app_disply img{
    width: 100%;
    /*height: 1.97333rem;*/
}

.app_disply_from {
    width: 22rem;
    height: 2.5rem;
    background: url(../image/xiazai1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2.5rem;
    margin-left: 50%;
    margin-top: -1.25rem;
    margin-bottom: 1.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.app_disply_from_item {
        background-color: #565690;
    margin: 0 auto 1.5rem;
    width: 21rem;
    height: 3rem;
    color: #FFF;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 0.9rem;
    box-sizing: border-box;
    border-radius: 1.5rem;
    font-size: 1rem;
    border: 1px solid #5e5e9f;
}

.app_disply_from_item .label {
    width: 3.28rem;
    height: 1.6rem;
    padding-left: 0.5rem;
}

.control::-webkit-input-placeholder{color:#c8c9cc;
    }
.control::placeholder{
    color:#c8c9cc;
    
}
.demoInput::-webkit-input-placeholder{color:#c8c9cc;
    }
.demoInput::placeholder{
    color:#c8c9cc;
    
}

textarea {
    font:inherit;
}

.control {
    
    width: 18.13333rem;
    height: 1.8rem;
    line-height: 0.8rem;
    margin: 0.13333rem 0;
    padding-left: 1rem;
    color: #a7a7db;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    /*background-color: #FFECD3;*/
    font-size: 1rem;
}

.sex_item_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    padding-left: 1rem;
}

.sex_item {
    cursor: pointer;
    /*width: 28px !important;*/
    /*height: 28px;*/
    /*line-height: 28px;*/
    /*font-size: 14px;*/
    /*border-radius: 20px;*/
    /*text-align: center;*/
    /*display: block;*/
    /*color: #fff;*/
    /*background-color: #363668;*/
    
    text-align: center;
    line-height: 1.85333rem;
    width: 1.85333rem;
    height: 1.85333rem;
    border-radius: 100%;
    margin-right: 0.48rem;
    color: #a7a7db;
    border: 0.02667rem solid #3d548a;
    box-sizing: border-box;

}

.sex_item.active {
    background-color: #efc15d;
    color: #000;
    border: none;
}

.inputDate {
    width: 75%;
    font-size: .9rem;
    padding-left: 1rem;
}

.app_disply_from_cs {
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 0.266667rem 0;
}

.app_disply_from_cs img {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: block;
    animation: footBtn 2s linear infinite;
}

.app_disply_text{
    text-align: center;
    color: #FFF;
    font-size: .9rem;
    margin-top: 1.4rem;
}

.app_disply_company{
    text-align: center;
    color: #FFF;
    font-size: 0.9rem;
    margin-top: 3.4rem;
}

/*input::-webkit-input-placeholder {*/
/*    color: #323233 !important;*/
/*}*/

.demoInput {
    color: #a7a7db;
    width: 100%;
}

.argument {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 20px 0 50px 0;
    width: 85%;
    margin: 0 auto;
}

.info_bottom {
    text-align: center;
    position: absolute;
    bottom: 0rem;
    /* left: 50%; */
    /* transform: translate(-50%);*/
}

.info_bottom img {
    width: 100%;
}

.ch_ch{
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}


/* 日历弹窗 */
.date_confirm_wrap {
    background-color: #fff;
    text-align: center;
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 9902;
    margin: 0 auto;
}

.confirm_tit {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.confirm_p-box {
    background: #f7f7f7;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.confirm_p {
    font-size: 16px;
    line-height: 35px;
}

.confirm_p span {
    color: #2a2a51;
    font-weight: 400;
}

.date_btn_wrap {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    flex-direction: row-reverse;
}

.date_btn {
    border: 1px solid #2a2a51;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    padding: 15px 15px;
    width: 50%;
    color: #2a2a51;
}

.lcalendar_cancel {
    margin-right: 0.4rem;
}

.date_btn_wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

/*input::-webkit-input-placeholder {*/
/*    color: #969799;*/
/*    font-size: 16px;*/
    /*background-color: #53538f !important;*/
/*}*/

input {
    /*background-color: #53538f !important;*/
    line-height: 22px;
}

.zhezhao {
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    width: 55%;
    text-align: center;
}

@media (min-width:360px) and (max-width:640px) {
    .anime-box {
        width: 225px;
    }

    .line-pojun {
        width: 90px !important;
    }

    .line-wenqu {
        transform: rotate(-28deg) !important;
    }

    .line-lucun {
        left: 2.98rem !important;
        transform: rotate(-80deg) !important;
    }

    .tanlang {
        top: 38px !important;
    }

    .line-wuqu {
        left: 1.35rem !important;
    }

    .home_box_two_center {
        width: 95%;
    }
}



















@media (min-width:650px) and (max-width:1700px) {
    .anime-box {
        width: 295px !important;
    }

    .pojun {
        top: 5.82rem !important;
    }

    .line-pojun {
        top: 5.97rem !important;
    }

    .wuqu {
        top: 4.89rem !important;
        left: 107px !important;
    }

    .name-pojun {
        top: 5.78884rem !important;
    }

    .line-wuqu {
        left: 40% !important;
        top: 82% !important;
    }

    .name-wuqu {
        left: 45% !important;
        top: 80% !important;
    }

    .lianzhen {
        top: 70% !important;
        left: 53% !important;
    }

    .line-nianzhen {
        left: 56% !important;
        top: 72% !important;
    }

    .name-nianzhen {
        left: 60% !important;
        top: 70% !important;
    }

    .wenqu {
        top: 53% !important;
        left: 56.5% !important;
    }

    .line-wenqu {
        left: 60% !important;
        top: 55% !important;
    }

    .lucun {
        top: 42% !important;
        left: 74% !important;
    }

    .line-lucun {
        left: 82% !important;
        top: 47% !important;
    }

    .name-lucun {
        left: 85% !important;
        top: 45% !important;
    }

    .name-wenqu {
        left: 64% !important;
        top: 54% !important;
    }

    .jumen {
        top: 21% !important;
        left: 78% !important;
    }

    .name-jumen {
        left: 200px !important;
        top: 26% !important;
    }

    .line-jumen {
        left: 85% !important;
        top: 26% !important;
    }

    .tanlang {
        left: 47% !important;
        top: 33px !important;
    }

    .name-tanlang {
        left: 42% !important;
        top: 14% !important;
    }

    .dixin {
        top: 1.2rem !important;
    }

    .name-ziwei {
        top: 1.90384rem !important;
    }
    .home_box_two_center {
        width: 80%;
    }
    .home_box_one{
    height: 600px;
    }
}