@charset 'utf-8';
/* CSS reset */
html{color:#000;background:#FFF;font-family:'Microsoft Yahei';font-size:14px;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,td,strong,span{padding:0;margin:0;font-family:'Microsoft Yahei';font-size:14px;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;padding:0;margin:0;}
a{text-decoration:none; color:#00c; outline:none;}/*此处待添加默认链接颜色*/
var,em,strong{font-style:normal;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input{border:none;outline:none;}
abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video{display: block;}
/*body{-webkit-user-select:none;-webkit-text-size-adjust:none;-webkit-transform-style:preserve-3d;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}*/
.clearfix:after {
    content:"\200B";
    display:block;
    height:0;
    clear:both;
}
.clearfix {
    *zoom:1;
}
.clear{clear: both;}
html,body{ width:100%; height:100%; overflow:hidden;-webkit-overflow-scrolling: touch;}

/*容器*/
.swiper-container{
    position:relative;
    margin:0 auto;
    width: 100%;
    height: 100%;
    overflow:hidden;
    z-index:1;
}

/*分页*/
.swiper-slide{
    position:relative;
    width: 100%;
    height: 100%;
    font-size: 18px;
    background-color: white;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/*下拉按钮*/
.swiper-button-next{
    position: absolute;
    left: 45%;
    top: 95%;
    width: 12%;
    height: 12%;
    background: url(../img/arrow.png) no-repeat;
    background-size: 100% auto;
    animation:start 1.5s infinite ease-in-out;
    -webkit-animation:start 1.5s infinite ease-in-out;
}



@keyframes start{
    0%,30%{opacity:0;-webkit-transform:translate(0,10px)}
    60%{opacity:1;-webkit-transform:translate(0,0)}
    100%{opacity:0;-webkit-transform:translate(0,-8px)}
}
@-webkit-keyframes start{
    0%,30%{opacity:0;-webkit-transform:translate(0,10px)}
    60%{opacity:1;-webkit-transform:translate(0,0)}
    100%{opacity:0;-webkit-transform:translate(0,-8px)}
}


/* 改版的样式 */
.commen-title{
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}
/* 第一页 */
.slide01-img01{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide01-img02{
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 1.8rem;
}
.order-home{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.order-home .commen-title{
    color: #fff;
}
.no-order{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.no-order .commen-title{
    margin-top: 30%;
}
.have-order{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.have-order .order-list{
    margin: 0 0.43rem;
    padding-bottom: 0.86rem;
}
.have-order .order-list .order-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0.43rem 0;
    border-bottom: 0.04rem solid #e5e5e5;
}
.have-order .order-list .order-item .left{
    width: 4.6rem;
    height: 2.8rem;
}
.have-order .order-list .order-item p,.have-order .order-list .order-item span{
    font-size: 0.6rem;
}
.have-order .order-list .order-item p{
    width: 6.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow : hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.have-order .footer .known-more, .report-cont .footer .known-more{
    width: 100%;
}

/* 第二页 */
.personal-state, .personal-gender{
    text-align: center;
}
.personal-state .single, .personal-gender .girl{
    margin-bottom: 1rem;
}
.personal-state .slide02-img01, .personal-gender .slide03-img01{
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 0.43rem;
    border-radius: 50%;
}
.personal-state .state-btn, .personal-gender .gender-btn, .pay-btn{
    width: 6.4rem;
    height: 2rem;
    margin: 0 auto;
    line-height: 2rem;
    background-color: rgba(91, 166, 169, 0.34);
    font-size: 0.85rem;
    color: #fff;
    -webkit-box-shadow: 0.17rem 0.17rem 0.43rem #999;
    box-shadow: 0.17rem 0.17rem 0.43rem #999;
}
.pay-btn{
    width: 90%;
    margin-top: 3rem;
    background-color: #5677FC;
    text-align: center;
}
.personal-state .state-btn.selected, .personal-gender .gender-btn.selected{
    background-color: #5677FC;
}

/* 第四页 */
.report-list .report-item{
    border: 0.09rem dashed;
    margin: 0 0.43rem 0.43rem;
    padding: 0 0.43rem 0.43rem;
}
.report-list .report-item.margin-top{
    margin: 2rem 0.43rem 0.43rem;
}
.report-list .report-item.selected{
    background-color: #5677FC;
}
.report-list .report-item.selected p{
    color: #fff;
}
.report-list .report-item .title{
    font-size: 0.74rem;
    font-weight: bold;
    line-height: 1rem;
    margin-bottom: 0.43rem;
    text-align: center;
}
.report-list .report-item .cont{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.report-list .report-item .report-img{
    width: 3.2rem;
    margin-right: 0.51rem;
}
.report-list .report-item .desc{
    line-height: 0.8rem;
    font-size: 0.52rem;
    color: #333;
}

/* 第五页 */
.personal-info-form{
    margin: 0 5% 1.4rem;
}
.personal-info-form .title{
    font-size: 0.68rem;
    font-weight: bold;
}
.personal-info-form .other-info{
    margin-top: 1rem;
}
.personal-info-form .form-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6% 4%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #545454;
}
.personal-info-form .form-item .left {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.personal-info-form .form-item .label {
    width: 4.4rem;
    font-size: 0.64rem;
    font-weight: bold;
}
.personal-info-form .form-item input {
    width: 90%;
    color: #333;
    background: transparent;
}
.personal-info-form .form-item .slide05-img01{
    width: 1rem;
}
.radius-btn{
    display: block;
    width: 90%;
    height: 2.14rem;
    margin: 0 auto;
    background-color: #5677FC;
    color: #fff;
    line-height: 2.14rem;
    font-size: 0.64rem;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 4px;
}
.reminder{
    width: 90%;
    margin: 0.43rem auto;
    font-size: 0.6rem;
}

/* 第六页 */
.sixth-slide-inner{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.report-cont{
    padding: 0 0.86rem 3rem;
}
.report-cont .img{
    width: 100%;
}
.report-cont .title{
    margin: 0.6rem 0;
    font-size: 0.74rem;
    font-weight: bold;
    text-align: center;
}
.report-cont .intro-txt{
    white-space: pre-line;
    font-size: 0.64rem;
}
.report-cont .txt{
    font-size: 0.64rem;
    text-indent: 1.28rem;
    line-height: 0.9rem;
    white-space: pre-line;
}
.report-cont .img{
    margin-bottom: 0.43rem;
}
.report-cont .cont{
    margin-bottom: 0.8rem;
    font-size: 0.6rem;
}
.buy-btn{
    position: fixed;
    bottom: 0;
    padding: 0.21rem 0;
    line-height: 0.8rem;
    border-radius: 0;
}
.report-cont .footer{
    margin-top: 1.2rem;
    text-align: center;
}
.report-cont .footer p{
    margin-bottom: 0.43rem;
    font-size: 0.6rem;
    font-weight: bold;
}
.report-cont .footer .line{
    margin-bottom: 0.86rem;
}
.report-cont .footer .down-arrow{}


/* 支付页面 */
.pay-wrapper{
    background: url('../img/qixi-bg05.png');
    background-size: cover;
}
.order-shortInfo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    padding: 0.43rem;
    margin: 4rem auto 1rem;
    background: #fff;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.order-shortInfo .left{
    width: 4.27rem;
    height: 5rem;
    margin-right: 0.43rem;
}
.order-shortInfo .top{
    margin-bottom: 0.43rem;
    font-size: 0.51rem;
}
.order-shortInfo .price{
    font-size: 0.77rem;
    font-weight: bold;
}
.order-shortInfo .old-price{
    text-decoration: line-through;
}
.order-shortInfo .name{
    font-size: 0.64rem;
}
.order-receipt{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 2.4rem;
    width: 90%;
    margin: 0 auto;
    background: #fff;
}
.order-receipt span{
    font-size: 0.6rem;
}

/* 预加载页面 */
.downPull-loading-mask{width: 100%;height: 100%;position: absolute;top:0;left:0;background-color: rgba(0,0,0,0.7);z-index:101;}
.downPull-loading-mask .downPull-loading{position: relative;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%)}
.downPull-loading{height: 20px;margin: 4px 0;text-align: center;}
.downPull-loading .bound01, .downPull-loading .bound02, .downPull-loading .bound03{display: inline-block;width: 16px;height: 16px;border-radius: 50%;background-color: #5677fc;-ms-transform: scale(0);transform: scale(0);-webkit-transform: scale(0);}
.downPull-loading .bound01{-webkit-animation: boundLoading01 1.6s infinite;animation: boundLoading01 1.6s infinite;}
.downPull-loading .bound02{-webkit-animation: boundLoading01 1.6s infinite 0.2s;animation: boundLoading01 1.6s infinite 0.2s;}
.downPull-loading .bound03{-webkit-animation: boundLoading01 1.6s infinite 0.4s;animation: boundLoading01 1.6s infinite 0.4s;}
@-webkit-keyframes boundLoading01{
    0%{-webkit-transform: scale(0);transform: scale(0)}
    50%{-webkit-transform: scale(1);transform: scale(1)}
    100%{-webkit-transform: scale(0);transform: scale(0)}
}

/* 禁止滑动弹窗 */
.noMove-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1001;
}