@font-face {
    font-family: 'iconfont';  /* project id 1263127 */
    src: url('https://at.alicdn.com/t/font_1263127_jlfrqvvbvkb.eot');
    src: url('https://at.alicdn.com/t/font_1263127_jlfrqvvbvkb.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_1263127_jlfrqvvbvkb.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_1263127_jlfrqvvbvkb.woff') format('woff'),
    url('https://at.alicdn.com/t/font_1263127_jlfrqvvbvkb.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_1263127_jlfrqvvbvkb.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.color-6{color: #666666;}
.color-9{color: #999999;}
.color-red{color: red;}
.color-main{color: #06c1ae;}
a, a:active, a:visited{color: #06c1ae;}
input{background: #ffffff}

body{
    font-size: 14px;
}
.border-b{border-bottom: 1px solid #e5e5e5;}
.mb10{margin-bottom: 10px;}
.rel{position: relative;}
.expand-area:after{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

.container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #333;
    position: relative;
    background: #ffffff;
}

.top-box{
    padding: 1.2rem 0.8rem;
}

.top-box .title{
    font-size: 24px;
    margin-bottom: 1rem;
}

.top-box .input-box{
    box-sizing: border-box;
}

.top-box .input-box input{
    font-size: 18px;
    line-height: 38px;
}

.top-box .input-box .icon{
    padding: 0 5px;
    font-size: 24px;
    color: #bbb;
    font-weight: 500;
}

.top-box .phone-box .area-code{
    padding: 15px;
    padding-left: 0;
}

.top-box .phone-box .area-code .icon{
    font-size: 14px;
    vertical-align: middle;
    padding: 15px 0;
}

.top-box .password-box .show-vcode-icon{
    padding: 7px 0;
}

.top-box .btn-box{
    margin-top: .8rem;
    margin-bottom: .4rem;
}

.top-box .btn-box .btn{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-weight: 500;
    background: #06c1ae;
    color: #fff;
    font-size: 16px;
}

.top-box .btn-box .btn-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(255, 255, 255, .6);
}

.verification-box .desc{
    color: #999;
    font-size: 12px;
    margin-bottom: -0.3rem;
}

.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.4rem;
}

.footer .title {
    text-align: center;
    margin-bottom: .4rem;
    color: #999;
}
.footer .title::before, .footer .title::after{
    content: '';
    display: inline-block;
    height: 1px;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    background: #e5e5e5;
    line-height: 12px;
    vertical-align: middle;
}
.footer .title::before{
    margin-right: 10px;
}

.footer .title::after{
    margin-left: 10px;
}

.footer .list{
    margin-bottom: 0.4rem;
}

.footer .list .item{
    text-align: center;
    color: #999999;
}

.footer .list .item .img-box{
    width: .8rem;
    height: .8rem;
    margin-bottom: .1rem;
}

.footer .list .item .img-box img{
    width: 100%;
    height: 100%;
}

.footer .list .item .name{
    font-size: 12px;
}

.footer .tip{
    color: #999;
    font-size: 10px;
    line-height: 1.2;
}

.mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: translateY(100%);
    transition: all ease .3s;
}

.mask.active{
    transform: translateY(0);
}

.mask .content{
    width: 100%;
    height: 100%;
}

.mask .header{
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
}

.mask .header .icon{
    padding: 5px;
    font-size: 24px;
}

.area-code-list .list{
    height: 100%;
    overflow-y: auto;
    background: #f2f2f2;
}

.area-code-list .list .item{
    padding: 14px;
    background: #fff;
    position: relative;
}

.area-code-list .list .item:active{
    background: #e5e5e5;
}

.area-code-list .list .item:after{
    content:'';
    position: absolute;
    left: 14px;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #f2f2f2;
}

.area-code-list .list .item:last-child:after{
    height: 0;
}

.verification-code-input{
    background: #f8f8f8;
}

.verification-code-input .input-box{
    padding: 1rem .8rem;
}

.verification-code-input .input-box .title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: .3rem;
}

.verification-code-input .input-box .phone{
    font-size: 14px;
    margin-left: 5px;
    font-weight: 500;
    color: #000;
}

.verification-code-input .input-box .desc{
    display: none;
}

.verification-code-input .input-box .time, .verification-code-input .input-box .get-code{
    margin-top: .6rem;
}


.v-code {
    margin: .4rem 0 .2rem;
    position: relative;
}
.v-code input {
    position: absolute;
    top: -100%;
    left: -666666px;
    opacity: 0;
    margin-left: -100%; // ios上透明度为0时依然有光标
    -webkit-tap-highlight-color: transparent;// 解决ios点击灰色阴影的问题
}
.v-code .line {
    position: relative;
    width: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 28px;
    -webkit-tap-highlight-color: transparent;// 解决ios点击灰色阴影的问题
}
.v-code .line::after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #aaaaaa;
    transform: scaleY(.5);
    transform-origin: 0 100%;
}
.v-code .line.animated::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 20%;
    width: 1px;
    height: 60%;
    content: '';
    background-color: #333333;
    animation-name: coruscate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
@keyframes coruscate {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.forgetPwd{
    padding: .2rem .3rem;
    box-sizing: border-box;
}

.forgetPwd .tips{
    color: #888;
    font-size: 14px;
    margin-bottom: .4rem;
}

.forgetPwd .tips .icon{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.forgetPwd .step{
    margin-bottom: .4rem;
}

.forgetPwd .step .left{
    font-size: 24px;
    color: #ccc;
    margin-right: 5px;
}

.forgetPwd .step .right{
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.forgetPwd .step .right .title{
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: .1rem;
}

.forgetPwd .step .right .show-vcode{
    font-weight: bold;
    margin: .1rem 0;
}

.forgetPwd .step .right .show-vcode .icon{
    font-size: 14px;
}