*{
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    background: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body{
    color: #111;
    background: url(../images/web01.webp) center center no-repeat fixed;
    background-size: cover;
    min-height: 100vh;
}

.wrapper{
    width: 414px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.header{
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}
.header a, .header img{
    width: 125px;
}
.header h1{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

.section{
    margin-bottom: 30px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    overflow: hidden;
}

.section:last-child{
    margin-bottom: 100px;
}

.section-title{
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3e5de9;
}
.section-title h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    color: #fff;
}
.section-title div{

}
.section-title input{
    width: 60px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}

.price-list-price2{
    padding: 20px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-list-item{
    display: flex;
    line-height: 30px;
    padding: 0 20px 30px 20px;
    justify-content: space-between;
}
.price-list-item:first-child{
    padding-top: 30px;
}
.price-list-item h4{
    width: 150px;
}
.price-list-item select, .price-list-item input{
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    background: #fff;
}
.price-list-item input{
    text-align: center;
}
.price-list-price1{
    width: 130px;
    text-align: right;
    color: #3e5de9;
}

.footer{
    width: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0; 
}
.footer .section:last-child{
    margin-bottom: 0;
    border-radius: 0;
}
.footer .section-title{
    padding: 20px 20px; 
}
.section-title div.price-list-price3{
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.footer .section-title h3{
    font-size: 20px;
}
.d-none{
    display: none;
}

.section-submit{
    border-radius: 0 !important;
    color: #333 !important;
    padding: 20px;
}
.section-submit .section-title{
    background: none !important;
    justify-content: center;
}
.section-submit .section-title h3{
    color: #333 !important;
}
.section-submit .section-title h3 span{
    color: #3e5de9;
    font-size: 22px;
}
.section-submit button{
    background: #3e5de9;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    letter-spacing: 2px;
}

.section-btn{
    display: flex;
    justify-content: right;
    padding: 15px 20px;
}
.section-btn button{
    line-height: 36px;
    padding: 0 30px;
    line-height: 36px;
    background: #3e5de9;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}
.section-btn-login{
    justify-content: space-between;
    justify-items: center;
}
.section-btn-login a{
    color: #3e5de9;
    line-height: 40px;
}

.lgoin-form{
    padding-top: 0px;
}
.lgoin-form .price-list{
    padding: 20px 25px;
    padding-bottom: 0;
}
.lgoin-form .price-list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
    padding: 0 10px !important;
}
.lgoin-form .price-list-item input{
    height: 40px;
    line-height: 40px;
}

.lgoin-form .price-list-item h4{
    width: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #142c4f;
    line-height: 54px;
    text-align: right;
    margin-bottom: 4px;
}

.lgoin-form .price-list-item .price-list-input{
    flex-grow: 1;
    background: none;
    border: none;
    line-height: 40px;
}
.lgoin-form .price-list-item .price-list-input input{
    width: 100%;
    background: none;
    border: none;
    line-height: 40px;
    text-align: left;
}

.ff-user{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    padding-bottom: 50px;
}
.ff-user h3{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
}
.ff-user a{
    color: #3e5de9;
    flex-shrink: 0;
    margin-left: 50px;
}

.query-remark{
    padding: 30px;
}

.query-remark p{
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
}

.query-bottom{
    padding: 20px 30px;
    border-top: 2px solid #f1f1f1;
    line-height: 30px;
    display: flex;
    justify-content:space-between;
    font-size: 22px;
    align-items: baseline;
}
.query-bottom .avg{
    font-size: 15px;
}
.query-bottom span{
    color: #3e5de9;
}

.tel-login{
    padding: 20px 25px;
}
.input-tel{
    margin-bottom: 20px;
}
.tel-login .tel-login-input, .tel-login label{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-grow: 1;
    background: #fff;
    height: 54px;
    padding: 0 10px;
    border-radius: 5px;
}
.tel-login-input input, .tel-login-input button{
    height: 40px;
    line-height: 40px;
    flex-grow: 1;
}
.tel-login label span, .tel-login button{
    flex-shrink: 0;
}
.tel-login label span {
    margin-right: 5px;
    letter-spacing: 1px;
    color: #142c4f;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 4px;
}

.tel-login .input-code{
    background: none !important;
    padding: 0 !important;
}

.tel-login .input-code label span{
    padding-left: 10px;
}

.input-code input{
    width: 100px;
    margin-right: 30px;
    cursor: pointer;
}
.input-code button{
    width: 120px;
    background: #fff;
    line-height: 54px;
    height: 54px;
    border-radius: 5px;
    color: #142c4f;
    font-weight: bold;
    font-size: 14px;
    margin-left: 15px;
    text-align: center;
    margin-right: 10px !important;
    flex-shrink: 0;
}
.input-code button.disabled{
    color: #999;
}

.section-title-tab{
    padding: 0;
    background: none;
    padding-top: 40px;
}

.login-tab-header{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #142c4f;
    font-weight: bold;
}
.login-tab-header .tan-btn{
    line-height: 50px;
    padding: 0 25px;
    cursor: pointer;
    position: relative;
}
.login-tab-header .tan-btn.active::after{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background: #ef8200;
}

.tab-con{
    display: none;
}
.tab-con.active{
    display: block;
}

.header-bg{
    width: 100%;
    padding: 40px 0;
    text-align: center;
}
.header-bg a, .header-bg img{
    display: inline-block;
}

.header-bg img{
    width: 275px;
}

.select-list-item{
    padding: 0 20px 20px 20px;
    margin-top: -10px;
}
.select-list-item label{
    display: flex;
    padding-left: 30px;
    margin-bottom: 15px;
    align-items: center;
}
.select-list-item label input{
    background: none;
    border:1px solid #ccc;
    border-radius: none;
    margin-right: 20px;
    width: 20px;
    height: 20px;
}

.query-result{
    padding: 20px 8px;
}
.query-result-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
    padding: 0 10px;
}
.query-result-title h1{
    font-size:20px;
}
.query-result-table{
    width: 100%;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    font-size: 16px;
    line-height: 2em;
}
.query-result-table td, .query-result-table th{
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding:10px 6px;
}
.query-result-table td:first-child{
    text-align: center;
}
.query-result-table td.total{
    padding: 10px 20px;
    text-align: right;
    font-size: 20px;
}
.query-result-table td.num{
    text-align: center;
}
.query-result-table .jiegou td{
    text-align: center;
}

.index-black, .query-black{
    background: #061737;
}
.index-black .header-bg, .query-black .header-bg{
    margin-bottom: 0;
}
.index-black .section{
    background: #c8c9c9;
}
.index-black .section input, .index-black .section select{
    background: #fff;
    border: 1px solid #8c8c8d;
    height: 40px;
    line-height: 40px;
}
.index-black .price-list-item h4{
    color: #3e3938;
    font-weight: normal;
    text-indent: 3em;
}
.index-black .tel-login label span{
    color: #3e3938;
    font-weight: normal;
}
.index-black .section-title{
    padding: 0;
    background: url(../images/section-title-bg.png) center top repeat-x;
    align-items: center;
    justify-content: center; 
}
.index-black .section-title h3{
    line-height: 40px;
    font-weight: normal;
    padding: 0;
}
.index-black .send-code{
    background: #fff;
    border: 1px solid #8c8c8d;
}
.index-black .section-submit, .query-black .section-submit{
    padding: 0 20px;
    background: none;
}
.index-black .section-submit button, .query-black .section-submit button{
    background: url(../images/btn-bg.png) center top repeat-x;
    color: #fff;
    font-weight: normal;
    line-height: 50px;
    border:none;
}
.index-black .price-list-item{
    padding-right:50px;
}

.select-list-item label{
    padding-left: 50px;
}
.index-black .all_num{
    width: 160px;
    margin-right: 10px;
}

.query-result-table td.avg{
    text-align: left;
}
.query-result-table td.avg p{
    display: inline-block;
    padding-left: 20px;
}
.query-result-table td.total-remark{
    text-align: left;
}
.query-result-table td:nth-child(2){
    width: 100px;
    text-align: center;
}

.index-black .ff-user h3, .query-black .ff-user h3{
    color: #fff;
}
.index-black .ff-user a, .query-black .ff-user a{
    color: #728bfe;
}

.lgoin-form .header{
    justify-content: center !important;
}

.lgoin-form .section-btn button{
    background: #142c4f;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.price-list-view{
    justify-content: center;
}
.price-list-view a{
    display: inline-block;
    padding: 0 100px;
    line-height: 30px;
    color: #3e5de9;
}

.img-mask{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.img-mask-content{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50vh;
    display: none;
}
.img-content-wrapper{
    position: relative;
    transform: translateY(-55%);
}
.img-content-wrapper img{
    width: 100%;
    height: auto;
}
.img-content-wrapper button{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    z-index: 10;
    right: -5px;
    top: -15px;
    background: url(../images/x.png) center center no-repeat rgba(0,0,0,0.9);
}

.register-bg .header{
    justify-content: center;
}
.register-bg .header h1{
    text-align: center;
    flex-grow: 1;
    width: 100%;
}

.register-form .query-form{
    background: rgba(255,255,255,0.8);
    padding: 30px;
    border-radius: 10px;
}

.register-form label{
    display: flex;
    background: #fff;
    height: 54px;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 20px;
    border-radius: 5px;
}
.register-form .input-box{
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.register-form .input-box input{
    width: 100%;
    height: 54px;
    line-height: 54px;
    border: none;
    background: none;
    outline: none;
    color: #333;
}
.register-form .input-box input::placeholder{
    color: #999;
}
.register-form label span{
    width: 98px;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    color: #142c4f;
    flex-shrink: 0;
    font-weight: bold;
}
.register-form .submit-box{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    flex-shrink: 0;
}
.register-form .submit-box button{
    width: 100%;
    text-align: center;
    color: #fff;
    background: #142c4f;
    line-height: 50px;
    font-size: 18px;
    border-radius: 10px;
    letter-spacing: 2px;
}

.register-form .btn-box{
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.register-form .btn-box button{
    line-height: 30px;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    text-align: center;
    padding: 0 12px;
    font-size: 13px;
    color: #3e5de9;
    border: 1px solid #3e5de9;
    border-radius: 2px;
}

.register-form{
    padding-bottom: 50px;
}

.register-form .go-login{
    margin-top: 30px;
    text-align: right;
}
.register-form .go-login a{
    color: #142c4f;
}

.go-register{
    padding: 20px 20px 50px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.go-register a{
    color: #142c4f;
}