/*幻灯片*/
#container{
    padding-bottom: 65px;
}
.swiper-container{
    width: calc(100% - 10px);
    border-radius: 5px;
    /*height: 9.15rem;*/
    box-sizing: border-box;
    margin-top: 5px !important;
}
.swiper-container .swiper-slide{
    width: 100% !important;
    /*height: 100% !important;*/
}
.swiper-container a{
    width: 100%;
    /*height: 100%;*/
    display: block;
}
.swiper-container img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.title{
    background: #0498E2;
    color: white;
    font-size: 0;
    width: 100%;
}
.title .item{
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: white;
}
.title .item:first-child{
    text-align: left;
}
.title .item:first-child span{
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.title .item:nth-child(2){
    text-align: center;
}
.title .item:last-child{
    text-align: right;
}
.title .item:last-child span{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 2px;
}

.tab{
    font-size: 0;
    width: 100%;
}
.tab .item{
    width: calc(50% - 1px);
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #454545;
    position: relative;
}
.tab .item:nth-child(4){
    width: 25%;
    border-right: 0;
}
.tab .active{
    border-bottom: 0;
    color: #0498E2;
}
.tab .active span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0498E2;
    bottom: 0;
}


.tips{
    background: #f7f7f7;
    min-height: 30px;
    line-height: 30px;
    width: calc(100% - 5px);
    padding: 0 0 0 5px;
    font-size: 12px;
    color: #666666;
}
.tips .iconfont{
    color: #0498E2;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.phone{
    margin-top: 10px;
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
}
.phone .phone-tip{
    font-size: 13px;
    color: #767676;
}
.phone .phone-input{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.phone .phone-input div:first-child{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    height: 50px;
    line-height: 50px;
}
.phone .phone-input div:first-child input{
    width: 100%;
    border: 0;
    outline: 0;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #454545;
    letter-spacing:1px;
}
.phone .phone-input div:last-child{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 50px;
    font-size: 11px;
    line-height: normal;
    text-align: center;
    color: #0498E2;
}
.phone .phone-input div:last-child img{
    width: 30px;
    display: block;
    margin: 5px auto 0;
}
.phone .phone-tip2{
    font-size: 0;
    color: #666666;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
}
.phone .phone-tip2>div{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.phone .phone-tip2>div img{
    width: 70px;
    max-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}
.phone .phone-tip2>div:first-child{
    font-size: 17px;
    font-weight: bold;
}
.phone .phone-tip2>div:last-child{
    font-size: 14px;
    text-align: right;
}
.phone .phone-tip2>div:last-child span{
    font-size: 26px;
}


.phone .phone-tip3{
    font-size: 0;
    color: #acacac;
    border-bottom: 1px solid #e6e6e6;
}
.phone .phone-tip3>div{
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
}
.phone .phone-tip3>div:first-child{
    width: 80px;
}
.phone .phone-tip3>div:first-child img{
    width: 70px;
    vertical-align: middle;
}
.phone .phone-tip3>div:nth-child(2){
    width: calc(100% - 110px);
    font-size: 17px;
    font-weight: bold;
    color: #666666;
}
.phone .phone-tip3>div:last-child{
    width: 30px;
    font-size: 13px;
    color: #999999;
    text-align: center;
}





.phone .phone-tip4{
    font-size: 0;
    color: #acacac;
    border-bottom: 1px solid #e6e6e6;
}
.phone .phone-tip4>div{
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
}
.phone .phone-tip4>div:first-child{
    width: 70px;
    font-size: 13px;
    color: #999999;
    text-align: left;
}
.phone .phone-tip4>div:nth-child(2){
    width: calc(100% - 100px);
    color: #666666;
}
.phone .phone-tip4>div:nth-child(2) select{
    line-height: 25px;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    font-size: 14px;
    color: #666666;
    background: white;
}
.phone .phone-tip4>div:last-child{
    width: 30px;
    font-size: 13px;
    color: #999999;
    text-align: center;
}

.choose{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
}
.choose .choose-tip{
    font-size: 17px;
    font-weight: bolder;
    color: #454545;
    margin-top: 10px;
}
.choose .choose-content{
    margin-top: 5px;
}
.choose .choose-content .item{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px;
    width: calc(33.33% - 12px);
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 6px 0;
    color: #999999;
    position: relative;
}
.choose .choose-content .item3{
    padding: 15px 0;
}
.choose .choose-content .item img{
    display: none;
}
.choose .choose-content .active img{
    display: block !important;
    width: 25px;
    position: absolute;
    right: -2px;
    bottom: -2px;
}
.choose .choose-content .item div:first-child{
    font-size: 14px;
}
.choose .choose-content .item div:nth-child(2){
    font-size: 13px;
    margin-top: 3px;
}
.choose .choose-content .item div:nth-child(4){
    font-size: 11px;
    position: absolute;
    color: white;
    left: -6px;
    background: #e6e6e6;
    padding: 1px 10px;
    top: -2px;
    transform:scale(0.85,0.85);
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.choose .choose-content .item2{
    border: 1px solid #0498E2;
    color: #0498E2;
}

.choose .choose-content .item2 div:nth-child(4){
    background: #0498E2;
}


.btn-recharge{
    width: 100%;
    display: block;
    background: white;
    border: 0;
    outline: 0;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #e6e6e6;
}
.btn-recharge>div{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.btn-recharge>div:last-child{
    width: 150px;
    background: #0498E2;
    color: white;
    font-size: 18px;
    text-align: center;
}
.btn-recharge>div:first-child{
    width: calc(100% - 160px);
    padding: 0 5px;
}
.btn-recharge>div:first-child>div{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 15px;
    color: #0498E2;
}
.btn-recharge>div:first-child>div:first-child{
    width: calc(100% - 60px);
}
.btn-recharge>div:first-child>div:last-child{
    width: 60px;
}
.btn-recharge>div:first-child>div:first-child>font{
    font-size: 18px;
    margin-right: 2px;
}
.btn-recharge>div:first-child>div:first-child>span{
    font-size: 24px;
    font-weight: bold;
}
.btn-recharge>div:first-child>div:last-child{
    text-align: right;
    color: #868686;
    font-size: 16px;
}
.btn-recharge>div:first-child>div:last-child span{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.remark{
    width: 95%;
    padding: 5px 2.5%;
    font-size: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.remark .remark-title{
    font-size: 15px;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    border-left: 4px solid #0498E2;

}
.remark .remark-content{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
    line-height: 6.25vw;
    max-width: 100%;
}


.more{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
    margin-top: 10px;
}
.more .more-title{
    font-size: 15px;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    border-left: 4px solid #0498E2;
}
.more .more-title div:first-child{
    display: inline-block;
}
.more .more-title div:last-child{
    float: right;
    color: #868686;
    font-size: 14px;
}
.more .more-title div:last-child span{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.more .more-content .item{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
}
.more .more-content .item img{
    width: 35px;
    display: block;
    margin: 5px auto 10px;
}


.order{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    transform:translateY(100%);
    z-index: 999;
}
.order .order-content{
    width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    bottom: 0;
    position: absolute;
    height: 400px;
    background-color: white;
}
.order .order-content .order-title{
    height: 40px;
    text-align: right;
    line-height: 40px;
}
.order .order-content .order-title span{
    font-size: 1.4rem;
    color: #8e8e8e;
    font-weight: bold;
}
.order .order-content .order-price{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.order .order-content .order-price span{
    font-weight: normal;
    font-size: 18px;
}
.order .order-content .order-item{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.order .order-content .order-item>div:first-child{
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 40px;
    line-height: 40px;
}
.order .order-content .order-item>div:last-child{
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.order .order-content .order-item>div:last-child span{
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}
.order .order-content .order-item>div:last-child img{
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin-top: -2px;
}
.order .order-content .btn-confirm{
    width: 95%;
    display: block;
    background: #0498E2;
    color: white;
    border: 0;
    outline: 0;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
}






.order .pay-content{
    width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    bottom: 0;
    position: absolute;
    height: 400px;
    background-color: white;
}
.order .pay-content .order-title{
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.order .pay-content .order-title span{
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 1.4rem;
    color: #8e8e8e;
    font-weight: bold;
}
.order .pay-content .order-item{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.order .pay-content .order-item>div:first-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.order .pay-content .order-item>div:nth-child(2){
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.order .pay-content .order-item>div:nth-child(1) img{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin-top: -2px;
}
.order .pay-content .order-item>div:last-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.order .pay-content .order-item>div:last-child img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}



.choose-pay{
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
}
.choose-pay .order-item{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.choose-pay .order-item>div:first-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.choose-pay .order-item>div:nth-child(2){
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.choose-pay .order-item>div:nth-child(1) img{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin-top: -2px;
}
.choose-pay .order-item>div:last-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.choose-pay .order-item>div:last-child img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}


.provider{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    transform:translateY(100%);
    z-index: 999;
}
.provider .provider-content{
    width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    bottom: 0;
    position: absolute;
    height: 400px;
    background-color: white;
    overflow-y: auto;
    padding-top: 40px;
}
.provider .provider-content .provider-title{
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    width: 95%;
    bottom: 400px;
    background: white;
}
.provider .provider-content .provider-title span{
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-size: 1.4rem;
    color: #8e8e8e;
    font-weight: bold;
}
.provider .provider-content .provider-item{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.provider .provider-content .provider-item>div:first-child{
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.provider .provider-content .provider-item>div:nth-child(2){
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.provider .provider-content .provider-item>div:nth-child(1) img{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin-top: -2px;
}
.provider .provider-content .provider-item>div:last-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.provider .provider-content .provider-item>div:last-child img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}









.phone-record{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: none;
    z-index: 999;
}
.phone-record .record-content{
    width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    bottom: 0;
    position: absolute;
    height: 400px;
    background-color: white;
    overflow-y: auto;
    padding-top: 40px;
}
.phone-record .record-content .record-title{
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 400px;
    background: white;
    width: 95%;
}
.phone-record .record-content .record-title span{
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-size: 1.4rem;
    color: #8e8e8e;
    font-weight: bold;
}
.phone-record .record-content .phone-item{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.phone-record .record-content .phone-item>div:first-child{
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.phone-record .record-content .phone-item>div:nth-child(2){
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.phone-record .record-content .phone-item>div:nth-child(1) img{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin-top: -2px;
}
.phone-record .record-content .phone-item>div:last-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.phone-record .record-content .phone-item>div:last-child span{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    color: #767676;
}
