html{
}
*,*:before,*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
min-width: 320px;
max-width: 750px;
width: 100%;
margin:0 auto;
padding:0 0 20px 0;
font:13px/1 PingFang SC,Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif;
color:#101010;
position: relative;
background-color:#f0f4f5;
}
body.white{
background-color:#FFFFFF;
}
body.pd0{
padding-bottom: 0;
}
select,textarea{
font:12px/1.5 PingFang SC,Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif;
}
@font-face {
font-family: 'iconfont';
src: url('../images/font/iconfont.woff2?t=1657704859175') format('woff2'),
url('../images/font/iconfont.woff?t=1657704859175') format('woff'),
url('../images/font/iconfont.ttf?t=1657704859175') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 15px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 8px;
}
ul,li,dl,dd,dt{
margin:0;
padding:0;
list-style-type:none;
}
h1,h2,h3{
margin:0;
padding:0;
}
em,i{
font-style: normal;
}
img{
border: 0;
max-width: 100%;
}
.wrapper{
width:94%;
margin: 0 auto;
}
.w100{
display: block;
width: 100%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
-webkit-tap-highlight-color: transparent;
outline: none;
}
a,a:link,a:active,a:visited {
color:#333333;
text-decoration:none;
outline: none;
}
a:hover {
color:#000000;
text-decoration:none;
}
textarea{
resize: none;
}
.fl{
float: left;
}
.fr{
float: right;
}
.m8{
margin-top:8px;
}
.m12{
margin-top:12px;
}
.m15{
margin-top:15px;
}
.m10{
margin-top:10px !important;
}
.m20{
margin-top:20px;
}
.m30{
margin-top:30px;
}
.m50{
margin-top:50px;
}
.mb5{
margin-bottom: 5px;
}
.mb30{
margin-bottom: 30px !important;
}
.mb35{
margin-bottom: 35px !important;
}
.mb50{
margin-bottom: 50px !important;
}
.mb80{
margin-bottom: 80px !important;
}
.line{
border-bottom: 1px solid #F0F0F0;
}
.line:last-child{
border-bottom: none;
}
.tcenter{
text-align: center !important;
}
.tleft{
text-align: left !important;
}
.tright{
text-align: right !important;
}
.red{
color:#FF0000 !important;
}
.blue{
color:#2596FF !important;
}
.btn-blue{
color:#2596FF !important;
}
.green{
color:#009900 !important;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
color:#b2b2b2;
}
input::-moz-placeholder,textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
color:#b2b2b2;
}
input:-moz-placeholder,textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
color:#b2b2b2;
}
/*form*/
.form-item{
display: flex;
padding: 15px 0;
justify-content: space-between;
border-bottom: 1px solid #f0f0f0;
}
.form-item:last-child{
border-bottom: none;
}
.form-label{
padding-right: 10px;
}
.form-label2 {
display: block;
flex: 0 0 75px;
max-width: 75px;
font-size: 15px;
height: 32px;
line-height: 32px;
margin-right: 0;
position: relative;
}
.form-text{
display: flex;
align-items: center;
}
.form-text img{
display: block;
width: 19px;
height: 19px;
margin-right: 8px;
}
.form-text.tips{
color: #848484;
}
.form-rcon{
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0;
display: flex;
justify-content: flex-start;
position: relative;
}
.form-rcon.right{
justify-content: flex-end;
}
.img-qrscan{
position: absolute;
right: 0;
top: 4px;
width: 24px;
height: 24px;
}
.form-input{
min-width: 100%;
height: 32px;
font-size: 15px;
line-height: 32px;
padding: 0 0;
background: #FFFFFF;
border: none;
border-radius: 0;
color: #101010;
text-align: left;
}
.form-input.auto{
width: 100%;
min-width: auto;
}
.form-input:disabled{
background: #F9F9F9;
color: #999999;
}
.btn {
display: flex;
align-items: center;
justify-content: center;
min-width: 100px;
height: 38px;
background-color: #5b98f1;
opacity: 1;
border-radius: 19px;
border: none;
font-size: 13px;
font-weight: 500;
line-height: 38px;
color: #FFFFFF;
margin: 0 0;
}
.btn.min-width{
min-width: 50%;
}
.btn.btn-primary{
color: #5b98f1;
border: 1px solid #5b98f1;
background: transparent;
}
.btn.btn-cancel{
background-color: #969799;
}
input.redcheck[type="checkbox"],input.redcheck[type="radio"]{
width:18px;
height:18px;
display: inline-block;
text-align: center;
line-height: 15px;
position: relative;
border:none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input.redcheck[type="checkbox"]::before,input.redcheck[type="radio"]::before{
content: "";
position: absolute;
top: 0;
left: 0;
background: #fff;
width: 100%;
height: 100%;
background:url(../img/icon-checkbox-a.png) no-repeat center center;
background-size: 18px 18px;
}
input.redcheck[type="checkbox"]:checked::before,input.redcheck[type="radio"]:checked::before{
content: "";
position: absolute;
top: 0;
left: 0;
width:100%;
color:#FFFFFF;
background:url(../img/icon-checkbox-v.png) no-repeat center center;
background-size: 18px 18px;
}
.icon-close{
position: absolute;
left: 50%;
bottom: -38px;
width: 24px;
height: 24px;
margin-left: -12px;
background: url('../img/icon-close.png') no-repeat center center;
background-size: 100%;
}
/*header*/
.header{
position:relative;
width: 100%;
height: 52px;
padding: 0 4%;
color: #FFF;
background: #5b98f1;
}
.header.black{
background-color: #24292D;
}
.header.nod{
background-color: transparent;
}
.header .head-back{
position: absolute;
left: 4%;
top: 0;
width: 30%;
height: 52px;
background: url(../images/icon-back.png) no-repeat left center;
background-size: auto 20px;
z-index: 99;
}
.header .head-back a{
display: block;
width: 100%;
height: 52px;
color: #FFFFFF;
padding-left: 30px;
line-height: 52px;
text-align: left;
font-size: 16px;
}
.header .head-tips{
position: absolute;
right: 4%;
top: 16px;
width: auto;
height: 23px;
color: #FFFFFF;
z-index: 99;
font-size: 13px;
line-height: 21px;
padding: 0 8px;
border-radius: 5px;
border: 1px solid #FFFFFF;
}
.header .head-search{
position: absolute;
right: 4%;
top: 0;
width: 30%;
height: 45px;
background: url(../images/icon-search.png) no-repeat right center;
background-size: auto 20px;
z-index: 99;
font-size: 15px;
color: #333333;
line-height: 45px;
padding-right: 18px;
}
.header .head-search a{
display: block;
width:100%;
height: 100%;
color: #FFFFFF;
}
.header .head-title{
width: 100%;
height: 52px;
color: #FFFFFF;
line-height: 52px;
text-align: center;
font-size: 16px;
}
.header .text{
display: flex;
align-items: center;
line-height: 55px;
}
.header .text img{
display: block;
width: 15px;
height: 15px;
margin-left: 5px;
}
.icon-logo{
position: absolute;
right: 3%;
top: 11px;
width: 30px;
height: 30px;
background: url(../img/icon-logo.png) no-repeat center center;
background-size: 30px 30px;
}
.pages-box{
display: block;
width: 94%;
margin: 22px auto 0 auto;
}
.box{
display: block;
width: 94%;
height: auto;
margin: 12px auto 0;
padding: 10px 10px 15px 10px;
line-height: 20px;
border-radius: 10px;
background-color: #FFFFFF;
font-size: 13px;
overflow: hidden;
position: relative;
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.03);
}
.box.mb70{
margin-bottom: 70px;
}
.nav-box{
display: flex;
justify-content: space-between;
margin-top: 10px;
padding: 0 8% 13px;
border-bottom: 1px dashed #d1d1d1;
}
.nav-box .item{
display: block;
width: 50%;
height: auto;
font-size: 14px;
margin: 9px 0;
text-align: center;
}
.nav-box .item .icon{
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 8px auto;
width: 45px;
height: 45px;
border-radius: 50%;
position: relative;
}
.nav-box .item .icon i{
position: absolute;
top: -10px;
left: 15px;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 3px 5px;
width: 82px;
color: #FFF;
line-height: 1;
font-size: 10px;
white-space: nowrap;
border-radius: 8px 8px 8px 0;
background-color: #ea3625;
}
.nav-box .item .icon i img{
margin-right: 5px;
width: 10px;
height: 10px;
}
.nav-box .item .icon img{
display: block;
width: 100%;
height: 100%;
}
.nav-list {
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
margin-top: 10px;
}
.nav-list li{
display: block;
width: 25%;
height: auto;
font-size: 13px;
margin: 9px 0;
text-align: center;
}
.nav-list li .icon{
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 5px auto;
width: 28px;
height: 28px;
}
.nav-list li .icon img{
display: block;
max-width: 100%;
max-height: 100%;
}
.recharge-top{
display: flex;
align-items: center;
justify-content: space-between;
}
.recharge-top .pic{
display: block;
width: 130px;
height: 89px;
border-radius: 10px;
}
.recharge-top .pic img{
display: block;
width: 100%;
height: 100%;
}
.recharge-top .text{
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0;
font-size: 14px;
padding-left: 20px;
}
.recharge-top .text .price{
font-size: 10px;
color: #ff6600;
margin-top: 15px;
}
.recharge-top .text .price strong{
font-size: 21px;
font-family: 'Arial Narrow Bold';
}
.benefit-box{
padding: 0 0;
}
.benefit-box .toptitle{
display: flex;
align-items: center;
justify-content: flex-start;
height: 43px;
padding: 0 10px;
font-size: 14px;
background-color: #fdf8d0;
}
.benefit-box .toptitle i{
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
width: 20px;
height: 20px;
line-height: 1;
margin-right: 8px;
border-radius: 3px;
background-color: #cc3325;
}
.benefit-list{
display: flex;
padding: 6px 6px;
justify-content: space-between;
box-sizing: border-box;
}
.benefit-list .item{
flex: 0 0 50%;
padding: 6px 6px;
}
.benefit-list .item .wrap{
display: block;
position: relative;
width: 100%;
padding: 10px 18px;
background-color: #f7f8fa;
border: 1px solid #f0f0f0;
box-sizing: border-box;
text-align: center;
border-radius: 10px;
}
.benefit-list .item .icon{
position: absolute;
top: 0;
right: 3px;
width: 29px;
height: auto;
}
.benefit-list .item .icon img{
display: block;
width: 100%;
height: auto;
}
.benefit-list .item .title{
font-size: 13px;
padding: 8px 0;
margin-bottom: 8px;
border-bottom: 1px solid #e7e8ea;
}
.benefit-list .item .desc{
font-size: 10px;
line-height: 1.4;
color: #8b8e8b;
margin-bottom: 12px;
}
.benefit-list .item .price{
font-size: 10px;
color: #000;
}
.benefit-list .item .price strong{
font-size: 12px;
font-family: 'Arial Narrow Bold';
}
.benefit-list .item .valid{
font-size: 10px;
line-height: 1.4;
color: #8b8e8b;
}
.benefit-list .item .select{
margin-top: 8px;
}
.benefit-list .item .select i{
display: block;
margin: 0 auto;
width: 18px;
height: 18px;
background: url('../img/icon-checkbox-a.png') no-repeat center center;
background-size: 100% 100%;
}
.benefit-list .item.cur .select i{
background: url('../img/icon-checkbox-v.png') no-repeat center center;
background-size: 100% 100%;
}
.bottom-paybox{
position: fixed;
left: 0;
bottom: 0;
display: flex;
align-items: center;
width: 100%;
height: 66px;
padding: 0 4%;
background-color: #FFF;
box-sizing: border-box;
display: flex;
justify-content: space-between;
z-index: 100;
}
.bottom-paybox .price{
font-size: 10px;
color: #e4663e;
}
.bottom-paybox .price strong{
font-size: 23px;
font-family: 'Arial Narrow Bold';
}
.bottom-paybox .agreement{
display: flex;
align-items: center;
font-size: 10px;
}
.bottom-paybox .agreement a{
color: #5c9af1;
}
.menu-mask{
position: fixed;
top: 0;
z-index: 10001;
display: none;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.menu-mask.show{
display: block;
}
.popbox{
width: 88%;
height: auto;
min-height: 185px;
position: absolute;
left: 6%;
top: 50%;
transform: translate(0, -50%);
background-color: #FFFFFF;
padding: 20px 8px;
border-radius: 10px;
}
.popbox.top{
top: 0;
bottom: unset;
padding: 0 0;
border-radius: 0;
}
.popbox-title{
display: block;
width: 100%;
padding: 5px 0 0;
font-size: 15px;
text-align: center;
font-weight: normal;
}
.popbox-con{
display: block;
width: 100%;
padding: 10px 4%;
}
.popbox-con img{
max-width: 100%;
}
.network-btn{
display: flex;
padding: 0 8px;
justify-content: space-between;
}
.network-btn .btn{
margin: 0 8px;
width: 100%;
}
.wxsercode{
display: block;
width: 80%;
margin: 50px auto 50px;
text-align: center;
}
.wxsercode img{
display: block;
width: 100%;
height: auto;
}
.link-go{
display: block;
}
.link-go li{
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
width: 94%;
height: auto;
margin: 15px auto 0;
padding: 15px 20px 15px 20px;
line-height: 20px;
border-radius: 10px;
background-color: #FFFFFF;
font-size: 15px;
overflow: hidden;
position: relative;
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
}
.link-go .icon-more{
display: block;
margin-left: 8px;
width: 15px;
height: 32px;
background:url(../img/icon-more.png) no-repeat center center;
background-size: 14px 14px;
}
.diagnosis-box{
display: block;
width: 55%;
margin: 15px auto 0;
}
.diagnosis-box .echarts{
display: block;
margin: 0 auto 12px;
width: 115px;
height: 115px;
}
.diagnosis-box .btn{
min-width: 100%;
}
.diagnosis-list{
display: block;
padding-top: 32px;
}
.diagnosis-list h2{
display: flex;
align-items: center;
font-size: 15px;
font-weight: bold;
}
.diagnosis-list h2 img{
display: block;
width: auto;
height: 14px;
margin-left: 8px;
}
.diagnosis-list .item{
display: flex;
align-items: center;
justify-content: flex-start;
padding: 13px 0;
border-bottom: 1px solid #f5f5f5;
}
.diagnosis-list .item label{
flex: 0 0 70px;
width: 70px;
}
.diagnosis-list .item .text{
flex: 1;
}
.help-box{
height: 160px;
padding: 95px 20px 0;
color: #FFF;
}
.help-box .title{
font-size: 22px;
font-weight: bold;
padding-bottom: 12px;
}
.faq-list{
display: block;
width: 100%;
}
.faq-list li{
display: block;
width: 100%;
height: auto;
margin: 0 auto 0 auto;
padding: 12px 0;
background: #FFF;
border-bottom: 1px solid #f4f4f4;
}
.faq-list li:last-child{
border-bottom: none;
}
.faq-list li .title{
display: block;
font-size: 13px;
line-height: 16px;
padding-right: 30px;
position: relative;
color: #333;
/*cursor: pointer;*/
}
.faq-list li:hover .title{
color:#000;
}
.faq-list li .title:before {
content: "+";
width: 24px;
height: 24px;
font-size: 24px;
line-height: 24px;
text-align: center;
transform: translate(-50%,-50%) rotate(0);
transition: transform .2s ease-out;
position: absolute;
top: 8px;
right: -10px;
cursor: pointer;
border-radius: 50%;
}
.faq-list li.show .title:before {
transform: translate(-50%,-50%) rotate(45deg);
}
.faq-list li .text{
display: none;
padding-top: 12px;
color: #666;
font-size: 12px;
overflow: hidden;
line-height: 1.6;
transition: transform .2s ease-out;
position: relative;
}
.faq-list li .text .more{
position: absolute;
bottom: -2px;
right: 0;
font-size: 14px;
}
.faq-list li .text .more a{
color: #1E4A8F;
}
.faq-list li .text .more a:hover{
color: #B81C25;
}
.faq-list li.show .text{
display: block;
}
.wallet-box{
padding: 0 0 !important;
}
.wallet-box .wrap{
padding: 16px 18px;
border-radius: 10px;
background-color: #a7d1f5;
background-image: url(../img/headbg.png);
background-position: 50%;
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
border-radius: 12px;
}
.wallet-box .title{
font-size: 15px;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #d2e3ff;
}
.wallet-total{
display: flex;
align-items: center;
justify-content: space-between;
}
.wallet-total .item{
width: auto;
text-align: center;
}
.wallet-total .item .num{
font-size: 15px;
color: #5b99f0;
font-weight: bold;
}
.wallet-total .item .text{
font-size: 12px;
color: #999999;
}
.storedvalue-list {
display: block;
}
.storedvalue-list ul{
display: flex;
margin: 0 -4px;
flex-direction: row;
flex-wrap: wrap;
}
.storedvalue-list li{
flex: 0 0 33.333%;
width: 33.33%;
padding: 6px 6px;
}
.storedvalue-list li .wrap{
border-radius: 10px;
overflow: hidden;
min-height: 92px;
}
.storedvalue-list li .title{
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
height: 33px;
font-size: 10px;
line-height: 1.2;
text-align: center;
background-color: #cb3224;
}
.storedvalue-list li .text{
padding: 8px 10px 10px;
border: 1px solid #c7c7c7;
border-radius: 0 0 10px 10px;
text-align: center;
line-height: 1.6;
}
.storedvalue-list li.cur .text{
background-color: #fbf0ec;
border: 1px solid #cd7051;
}
.storedvalue-list li .money{
font-size: 10px;
}
.storedvalue-list li .money strong{
font-size: 14px;
font-family: 'Arial Narrow bold';
}
.storedvalue-list li .give{
font-size: 10px;
color: #e75c32;
font-weight: bold;
}
.device-box{
display: block;
}
.device-box .item{
padding-top: 20px;
}
.device-box .item .title{
display: block;
font-size: 15px;
color: #000;
}
.device-box .device-btn{
display: block;
text-align: right;
margin-top: 15px;
}
.device-box .device-btn a{
display: inline-block;
margin: 0 0 0 6px;
padding: 10px 10px;
color: #5b98f1;
font-size: 12px;
line-height: 1;
border: 1px solid #5b98f1;
border-radius: 30px;
}
.device-box .device-btn a.cur{
background-color: #5b98f1;
color: #FFF;
}
.btn-bind{
text-align: center;
}
.btn-bind button{
margin: 15px auto;
}
.device-img{
display: block;
text-align: center;
font-size: 12px;
margin: 30px 0 ;
}
.device-img img{
display: block;
margin: 0 auto;
max-width: 170px;
height: auto;
}
.form-rcon .btn{
height: 32px;
position: absolute;
top: -1px;
right: 0;
}
.discount-nav{
display: block;
}
.discount-nav li{
display: inline-block;
margin: 0 8px 0 0;
padding: 6px 8px;
min-width: 60px;
color: #333;
font-size: 12px;
line-height: 1;
text-align: center;
background-color: #f1f5f6;
border-radius: 30px;
}
.discount-nav li.cur{
background-color: #fdd6c7;
color: #ff5001;
}
.discount-list{
display: block;
width: 100%;
margin-top: 20px;
}
.discount-list li{
display: flex;
border-radius: 10px;
margin-bottom: 15px;
color: #ff5001;
min-height: 90px;
overflow: hidden;
border: 1px solid #f7c2b4;
}
.discount-list li.used{
opacity: 0.5;
}
.discount-list li .left {
flex: 0 0 80px;
width: 80px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
line-height: 1;
flex-direction: column;
align-content: center;
padding-top: 15px;
background-color: #fef9f5;
border-right: 1px dashed #e5e6e2;
}
.discount-list li .left .amount{
font-size: 12px;
}
.discount-list li .left .amount strong{
font-size: 20px;
font-family: 'Arial Narrow bold';
}
.discount-list li .left em{
position: absolute;
left: 0;
top: 0;
display: inline-block;
padding: 5px 10px;
color: #FFF;
font-size: 10px;
line-height: 1;
border-radius: 8px 0 8px 0;
background-color: #ff5001;
}
.discount-list li .left .available{
margin-top: 8px;
font-size: 12px;
}
.discount-list li .right {
flex: 1;
display: flex;
align-items: flex-start;
padding: 10px 10px;
flex-direction: column;
justify-content: center;
position: relative;
}
.discount-list li .right .title{
font-size: 16px;
font-weight: bold;
}
.discount-list li .right .date{
margin-top: 12px;
font-size: 9px;
padding: 4px 5px;
line-height: 1;
border-radius: 10px;
background-color: #fbd7cb;
}
.discount-list li .right .btn{
position: absolute;
right: 10px;
bottom: 10px;
min-width: 75px;
height: 30px;
line-height: 30px;
background-color: #ff5001;
}
.discount-list li .right .icon{
position: absolute;
right: 10px;
bottom: 10px;
width: 50px;
height: 50px;
}
.topbg{
background-image: url(../img/topbg.jpg);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
min-height: 100%;
}
.topbox{
background-color: #a7d1f5;
background-image: url(../img/headbg.png);
background-position: 50%;
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
border-radius: 12px;
}
.device-bar{
display: flex;
justify-content: space-between;
padding-top: 2px;
}
.device-bar .switch{
display: flex;
align-items: center;
justify-content: center;
width: auto;
padding: 0 8px;
margin-left: -10px;
line-height: 1;
color: #FFF;
font-size: 12px;
border-radius: 0 8px 8px 0;
background-color: #5b98f1;
}
.device-bar .icon{
display: flex;
justify-content: flex-start;
}
.device-bar .icon div{
margin-left: 6px;
}
.device-bar .icon img{
min-width: 20px;
height: 20px;
}
.device-info{
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 10px;
}
.device-info .avatar{
display: block;
width: 65px;
height: 65px;
overflow: hidden;
border-radius: 50%;
}
.device-info .avatar img{
display: block;
width: 100%;
height: 100%;
}
.device-info .text{
padding-left: 13px;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0;
}
.device-info .item {
display: flex;
min-height: 40px;
padding: 10px 0;
justify-content: flex-start;
align-content: center;
align-items: center;
}
.device-info .item.top{
align-items: flex-start;
}
.device-info .item label{
flex: 0 0 68px;
width: 68px;
}
.device-info .realname-btn{
display: flex;
align-items: center;
}
.device-info .realname-btn a{
display: flex;
align-items: center;
padding: 0 6px;
color: #FFF;
font-size: 12px;
margin-right: 8px;
background-color: #00c204;
border-radius: 5px;
}
.device-info .realname-btn a img{
display: block;
max-width: 12px;
height: auto;
margin-right: 4px;
}
.device-info .realname-btn a.not-realname{
background-color: #ea3323;
}
.device-info .realname-btn a.not-active{
background-color: #e49842;
}
.device-info .buy-btn a{
display: inline-block;
padding: 0 8px;
height: 25px;
line-height: 25px;
color: #FFF;
margin-left: 8px;
background-color: #5b98f1;
border-radius: 13px;
}
.buy-btn.flex{
display: flex;
}
.benefit-text{
width: 120px;
line-height: 1.45;
}
.benefit-text strong{
font-weight: normal;
}
.benefit-text span{
display: block;
font-size: 10px;
}
.benefit-icon span{
background-color: #ffc801;
border-radius: 3px;
line-height: 1;
padding: 0px 5px;
color: #FF0000;
font-weight: bold;
font-size: 10px;
}
.home-package{
padding: 0 0 10px;
}
.package-cur{
display: block;
text-align: center;
position: relative;
min-height: 85px;
padding: 12px 10px 12px;
border-radius: 12px;
color: #333;
background: linear-gradient(45deg,rgba(168,208,254,.6),rgba(130,228,54,.4));
background-image: url(../img/bg-ackage-cur.png);
background-position: 50%;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.package-cur .text{
font-size: 12px;
}
.package-cur .value{
color: #333;
font-size: 13px;
padding-top: 5px;
}
.package-cur .value a{
color: #5b98f1;
font-size: 10px;
text-decoration: underline;
}
.package-box{
display: flex;
justify-content: space-between;
margin-top: 10px;
}
.package-box .item{
display: block;
width: 50%;
height: auto;
font-size: 15px;
margin: 9px 0;
text-align: center;
border-right: 1px solid #d2d2d2;
}
.package-box .item:last-child{
border-right: none;
}
.package-box .item .value{
font-size: 18px;
font-weight: bold;
font-family: 'Arial Narrow bold';
}
.package-box .item .text{
font-size: 12px;
padding-top: 4px;
}
.wifi-box{
display: flex;
align-items: flex-start;
justify-content: space-between;
padding-bottom: 5px;
}
.wifi-box .connect{
width: 95px;
font-size: 14px;
text-align: center;
font-weight: bold;
color: #616161;
padding-top: 25px;
}
.wifi-box .connect img{
display: block;
width: 65px;
height: auto;
margin: 0 auto 10px;
}
.wifi-box .form{
flex: 0 0 68%;
width: 68%;
}
.wifi-box .form .form-item{
display: flex;
justify-content: space-between;
border-bottom: 1px solid #d2d2d2;
}
.wifi-box .form .form-label2{
font-size: 14px;
}
.wifi-box .form .form-item input{
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0;
font-size: 14px;
}
.wifi-box .form .btn{
margin-top: 15px;
min-width: 100%;
height: 43px;
line-height: 43px;
font-weight: bold;
background: linear-gradient(#5b98f1,#ff6600);
}
.wifi{
flex: 0 0 68%;
width: 68%;
}
.wifi .item{
display: flex;
width: 100%;
height: 70px;
padding: 14px 10px 14px 5px;
border-bottom: 1px solid #d2d2d2;
align-items: center;
justify-content: space-between;
}
.wifi .item .text{
display: block;
position: relative;
padding-top: 2px;
}
.wifi .item .text strong{
display: block;
font-size: 15px;
color: #000;
}
.wifi .item .text span{
display: block;
font-size: 12px;
color: #999;
}
.wifi .item .edit{
display: flex;
align-items: center;
padding: 2px 5px;
justify-content: flex-end;
background-color: #5b98f1;
border-radius: 5px;
}
.wifi .item .edit .icon{
display: block;
width: 16px;
height: 16px;
margin-right: 3px;
background: url(../img/icon-edit.png) no-repeat center center;
background-size: 100% 100%;
}
.wifi .item .edit span{
font-size: 12px;
color: #FFF;
}
.recharge-nav{
display: block;
width: 100%;
height: auto;
overflow: hidden;
position: relative;
list-style: none;
z-index: 2;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.recharge-nav .swiper-slide{
width: auto !important;
}
.recharge-nav .item{
display: block;
width: 100%;
height: 52px;
line-height: 52px;
padding: 0 10px;
font-size: 15px;
position: relative;
cursor: pointer;
white-space: nowrap;
text-align: center;
}
.recharge-nav .swiper-slide-thumb-active .item::after,.recharge-nav .item.cur::after{
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 4px;
border-radius: 2px;
background-color: #5b98f1;
}
.recharge-list{
display: block;
}
.recharge-list .swiper-slide{
display: block;
}
.recharge-list .swiper-slide-active{
height: auto;
}
.recharge-list .item{
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
padding: 10px 6px 95px;
}
.recharge-list li{
flex: 0 0 50%;
width: 50%;
padding: 6px 6px;
}
.recharge-list li .wrap{
display: block;
width: 100%;
height: auto;
position: relative;
}
.recharge-list li.cur .select{
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
border: 33px solid transparent;
border-top: 33px solid transparent;
border-left-color: transparent;
border-right-color: #e43343;
border-bottom: 0;
z-index: 10;
}
.recharge-list li.cur .select::after{
position: absolute;
content: '';
right: -33px;
bottom: 5px;
width: 15px;
height: 15px;
background: url('../img/icon-ok.png') no-repeat center center;
background-size: 15px 15px;
}
.recharge-list li .subtitle{
display: block;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 13px;
color: #FFF;
background-color: #74acf7;
position: relative;
border-radius: 10px 10px 0 0;
}
.recharge-list li .subtitle .icon-recommend{
position: absolute;
top: -15px;
right: -3px;
width: auto;
height: 25px;
}
.recharge-list li .subtitle .icon-recommend img{
display: block;
width: auto;
height: 100%;
}
.recharge-list li .text{
display: block;
width: 100%;
height: auto;
text-align: center;
padding: 12px 10px 5px;
background-color: #FFF;
border-left: 1px solid #d6d8d9;
border-right: 1px solid #d6d8d9;
}
.recharge-list li .title{
font-size: 14px;
color: #4b78cd;
line-height: 1.45;
min-height: 42px;
font-weight: bold;
}
.recharge-list li .desc{
font-size: 10px;
color: #161616;
line-height: 1.45;
min-height: 20px;
min-height: 29px;
}
.recharge-list li .month {
display: flex;
margin: 0 auto;
padding-top: 12px;
font-size: 12px;
line-height: 1;
color: #e90216;
align-items: flex-end;
justify-content: center;
}
.recharge-list li .month strong{
font-size: 20px;
margin-right: 3px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.recharge-list li .month .icon-rmb{
display: block;
width: 23px;
height: 23px;
margin-right: 10px;
background: url('../img/icon-rmb.png') no-repeat center center;
background-size: 100% 100%;
}
.recharge-list li .price{
display: block;
height: 28px;
line-height: 28px;
text-align: center;
font-size: 10px;
color: #FFF;
background-color: #4474da;
position: relative;
border-radius: 0 0 10px 10px;
}
.bottom-box{
position: fixed;
left: 0;
bottom: 0;
display: flex;
align-items: center;
width: 100%;
height: 100px;
padding: 20px 4%;
background-color: #FFF;
box-sizing: border-box;
display: flex;
justify-content: space-between;
z-index: 100;
}
.bottom-box .function{
display: block;
}
.bottom-box .function ul{
display: flex;
}
.bottom-box .function li{
display: block;
padding: 0 20px 0 0;
text-align: center;
}
.bottom-box .function li .icon{
display: block;
width: 18px;
height: 18px;
margin: 0 auto 6px;
}
.bottom-box .function li .icon img{
display: block;
width: 100%;
height: 100%;
}
.bottom-box .function li .text{
display: block;
font-size: 10px;
}
.bottom-box .function .agreement{
margin-top: 15px;
font-size: 10px;
}
.bottom-box .function .agreement a{
color: #439af8;
}
.recharge-btn .btn{
border: none!important;
border-radius: 30px;
background: linear-gradient(#5a97f2,#3c7af3);
color: #fff;
width: 120px;
height: 42px;
font-weight: 700;
}
.right-go{
position: fixed;
right: 9px;
top: 50%;
transform: translateY(-50%);
z-index: 1000;
}
.right-go li{
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
font-size: 9px;
color: #FFF;
text-align: center;
border-radius: 50%;
background-color: #ff8b00;
flex-direction: column;
margin-bottom: 10px;
}
.right-go li img{
display: block;
width: 16px;
height: 16px;
margin: 0 auto 5px;
}
.recharge-tips{
display: block;
font-size: 11px;
line-height: 1.5;
color: #333;
}
.recharge-tips strong{
font-size: 14px;
font-weight: bold;
color: #000;
}
.recharge-ptitle{
font-size: 16px;
text-align: center;
font-weight: bold;
margin-bottom: 15px;
color: #000;
}
.recharge-pbtn{
text-align: center;
}
.recharge-pbtn button{
min-width: 100%;
margin: 0 auto;
}
.available-list{
display: block;
}
.available-list h2{
display: flex;
align-items: center;
font-size: 15px;
font-weight: bold;
}
.available-list h2 img{
display: block;
width: auto;
height: 14px;
margin-left: 8px;
}
.available-list .item{
display: flex;
align-items: center;
justify-content: flex-start;
padding: 13px 0;
border-bottom: 1px solid #f5f5f5;
}
.available-list .item label{
flex: 0 0 80px;
width: 80px;
}
.available-list .item .text{
flex: 1;
}
.invoicing-log{
display: block;
width: 100%;
margin: 0 auto;
}
.invoicing-log .item{
display: flex;
align-items: center;
justify-content: space-between;
}
.invoicing-log .item .text{
flex: 1;
}
.invoicing-log .item .status{
flex: 0 0 60px;
min-width: 60px;
text-align: center;
}
.bottom-tips{
margin: 22px 0;
text-align: center;
color: #8a8a8a;
}
.top-nav{
display: flex;
justify-content: center;
width: 100%;
height: auto;
overflow: hidden;
position: relative;
list-style: none;
z-index: 2;
cursor: pointer;
background-color: #FFF;
-webkit-tap-highlight-color: transparent;
}
.top-nav .item,.top-nav li{
display: block;
width: 100%;
height: 52px;
line-height: 52px;
padding: 0 10px;
font-size: 15px;
position: relative;
cursor: pointer;
white-space: nowrap;
text-align: center;
}
.top-nav .item.cur,.top-nav li.on{
color: #5b98f1;
font-weight: bold;
}
.top-nav .item.cur::after,.top-nav li.on::after{
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 4px;
border-radius: 2px;
background-color: #5b98f1;
}
.total{
font-size: 10px;
}
.total strong{
font-size: 13px;
font-family: 'Arial Narrow bold';
color: #ff5313;
padding: 0 2px;
}
.bottom-paybox.order .agreement{
display: flex;
align-items: center;
line-height: 1;
font-size: 14px;
margin-bottom: 5px;
}
.bottom-paybox.order .agreement input{
margin: 0 5px 0 0 !important;
}
.invoicing-order{
display: block;
}
.invoicing-order .item{
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 15px;
border-bottom: 1px solid #eee;
}
.invoicing-order .item .text{
font-size: 13px;
padding-left: 30px;
}
.invoicing-order .item .select{
position: absolute;
left: 15px;
top: 50%;
height: 18px;
transform: translate(0, -50%);
}
.invoicing-order .item .date{
color: #888888;
}
.invoicing-order .item .price{
font-size: 10px;
color: #ff5313;
}
.invoicing-order .item .price strong{
font-size: 16px;
font-family: 'Arial Narrow bold';
}
.lite-card-select {
background: #fff;
padding-top: 15px;
}
.lite-card-select .head {
position: relative;
margin-bottom: 10px;
border-bottom: 1px solid #e9e9e9;
}
.lite-card-select .title {
height: 43px;
line-height: 43px;
font-size: 15px;
font-weight: bold;
color: #000000;
text-align: center;
position: relative;
}
.lite-card-select .title span{
position: absolute;
right: 4%;
line-height: 43px;
font-size: 12px;
}
.lite-card-select .list{
padding: 0 7px;
}
.lite-card-select .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 18px 15px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid #eaeaea;
}
.lite-card-select .item.active{
border: 1px solid #5b98f1;
}
.lite-card-select .item.active .name{
color: #5b98f1;
}
.lite-card-select .item .name {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
font-size: 15px;
margin-left: 5px;
font-weight: 400;
color: #333;
line-height: 18.5px;
}
.lite-card-select .item .allow {
-webkit-box-flex: 0;
-ms-flex: 0 0 18px;
flex: 0 0 18px;
height: 18px;
background:url(../img/icon-checkbox-a.png) no-repeat center center;
background-size: 18px;
}
.lite-card-select .item.active .allow {
background:url(../img/icon-checkbox-v.png) no-repeat center center;
background-size: 18px;
}
.apply-btn{
position: fixed;
left: 0;
bottom: 0;
height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #FFF;
}
.apply-btn .btn{
width: 92%;
color: #FFF;
font-size: 16px;
}
.mask{
overflow:hidden;
position:fixed;
display: none;
top:0;
bottom:0;
left:0;
right:0;
z-index:99999;
background:rgba(230,230,230,0.4) url(../img/loading.gif) center center no-repeat;
}