*{
    box-sizing: border-box;
    -webkit-appearance:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*去ios点击效果半透明灰色块*/
}
input,button,a {outline:0 none !important; blr:expression(this.onFocus=this.blur());}
/*纵向排列 居中*/
.flex-column-middle{
    display: flex;
    align-items: center;
    flex-direction: column;
}
/*横向排列 居中*/
.flex-row-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*横向排列 无居中*/
.flex{
    display: flex;
    flex-direction: row;
}
/*between flex 换行*/
.flex-between-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-left-wrap{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.flex-center{
    display: flex;
}
/*between flex 无换行*/
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
/*点击按钮无边框*/
input,button,textarea{
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*弹窗样式*/
.gray-layer {
    position: fixed;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
}
.tan-title{
    font-size: .32rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: .32rem;
    padding: .5rem 0 .4rem;
}
.close-men{
    height: 100%;
    width: 7.5rem;
}
.get-area{
    width: 7.5rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    border-radius: .3rem .3rem 0px 0px;
}
.input-wrap{
    width: 6.9rem;
    height: .88rem;
    background: #f4f4f4;
    border-radius: .08rem;
    padding-left: .4rem;
}
.input-wrap input,.input-wrap>div{
    font-size: .3rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: rgba(0,0,0,.8)!important;
    line-height: .88rem;
    border: 0;
    background: #f4f4f4;
    height: inherit;
    margin-right: 0.4rem;
}
.input-wrap input::placeholder{
    color: rgba(0,0,0,.4);
}
.tan-content{
    padding: 0 .3rem .92rem;
}
.tan-content .red{
    font-size: .22rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ff6a59;
    line-height: .22rem;
    margin: .11rem 0 0.11rem 0.46rem;
}
.input-wrap>div{
    color: rgba(0,0,0,.7);
}
.share-tan .get-area{
    padding: .54rem 0 .14rem .44rem;
}
.share-mode img{
    width: .92rem;
    height: .92rem;
    vertical-align: bottom;
}
.share-mode p{
    font-size: .24rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: rgba(0,0,0,.8);
    line-height: .24rem;
    margin: .18rem 0 .46rem 0;
}
.share-mode>div{
    margin-right: 0.37rem;
    text-align: center;
}
.share-mode>div:nth-child(5n){
    margin-right:0;
}
/*弹窗样式结束*/
.content{
    /*background: url("../img/top.png") no-repeat #F4F4F4;*/
    background-size: 7.5rem 3.4rem;
    padding-bottom: 1rem;
    min-height: 100vh;
}
.zhanwei{
    height: 2.9rem;
}
.wrap{
    width: 7.5rem;
    background: #ffffff;
    margin: 0 auto 0.2rem;
    padding: 0.3rem 0 0 0;
    position: relative;
}
.wrap-title{
    margin: 0 0 0.12rem 0.3rem;
}
.wrap-title .blue{
    width: .05rem;
    height: .24rem;
    background: #2781ff;
    border-radius: .03rem;
    margin-right: .13rem;
    position: relative;
    top: 0.04rem;
}
.wrap-title .font{
    font-size: .32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: rgba(0,0,0);
    line-height: .32rem;
}
.level{
    padding: 0 0.3rem 0.36rem;
}
.b_bao{
    width: 3.35rem;
    height: 1.74rem;
    border: .015rem solid #b4b4b4;
    border-radius: .12rem;
}
.bao-msg img{
    width: .56rem;
    height: .56rem;
    margin: .28rem .14rem 0 .23rem;
}
.bao-msg div{
    font-size: .28rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: rgba(0,0,0,.8);
    line-height: .36rem;
    width: 2.3rem;
    height: 0.72rem;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    margin-top: 0.2rem;
    margin-bottom: 0.19rem;
}
.bao-bg{
    width: auto;
    height: .61rem;
    background: #f6f6f6;
    border-radius: 0px 0px .12rem .12rem;
    font-size: .26rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: rgba(0,0,0,.8);
    line-height: .61rem;
    padding-left: .29rem;
}
.b_bao.active{
    border-color: #2781FF;
    position: relative;
}
.b_bao.active:after,.time div.active:after{
    content: '';
    display: block;
    background: url("../img/choose.png") no-repeat;
    background-size:100% 100%;
    width:.4rem;
    height:.4rem ;
    position: absolute;
    bottom: -.01rem;
    right: 0;

}
.b_bao.active .bao-bg{
    background: #eef6ff ;
    color: #2781FF;
}
.level .b_bao:nth-child(2n){
    margin-right: 0;
}
.level .b_bao{
    margin-right: .2rem;
    margin-top: .2rem;
}
.time{
    padding: 0 0 .32rem .48rem;
}
.time div{
    width: 1.86rem;
    height: .66rem;
    border: .015rem solid #b4b4b4;
    border-radius: .12rem;
    margin:.32rem .3rem 0 0;
    font-size: .28rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: rgba(0,0,0,.8);
    line-height: .66rem;
    padding-left: .31rem;
    position: relative;
}
.time div.active{
    border-color: #2781ff;
}
.time div:nth-child(2){
    margin-right: 0;
}
.msg{
    font-size: .26rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: rgba(0,0,0,.8);
    line-height: .38rem;
    padding: .2rem .5rem .3rem .5rem;
}
.bottom{
    width: 7.5rem;
    height: 1.2rem;
    background: #ffffff;
    box-shadow: 0px 0px .08rem 0px rgba(0,0,0,0.04);
    position: fixed;
    bottom: 0;
    padding-top: .2rem;
}
.go-back{
    width: 6.3rem;
    height: .8rem;
    background: #2781ff;
    border-radius: .08rem;
    font-size: .32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: .8rem;
    margin: 0 auto;
}
.sure{
    width: 6.9rem;
    height: .8rem;
    background: #2781ff;
    border-radius: .08rem;
    font-size: .32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: .8rem;
    margin: .44rem auto 0;
}
.small-title span{
    width: .08rem;
    height: .08rem;
    opacity: 0.6;
    background: #0279fb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 .11rem 0 .29rem;
    position: relative;
    top: -0.035rem;
}
.detail{
    margin: .28rem 0 0 0;
}
.small-title{
    font-size: .28rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: rgba(0,0,0,.8);
    line-height: .26rem;
}
.top-bottom-img{
    position: absolute;
    bottom: -0.6rem;
    width: inherit;
    height: 0.8rem;
    z-index: 0;
}
#smsMobile{
    width: 6.5rem;
}




.loading-tan .tan-box{
    width: 4.4rem;
    height: 1.6rem;
    background: #ffffff;
    border-radius: 0.16rem;
}
.flow-more-alert {
    top: 50%;
    left: 50%;
    /*width: 81%;*/
    position: fixed;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.flex-middle{
    display: flex;
    align-items: center;
}
.loading-tan .tan-content img{
    width: 1rem;
    height: 1rem;
    margin-right: .31rem;
    margin-left: .6rem;
}
.loading-tan .tan-content{
    font-size: 0.3rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 0.42rem;
    padding: 0;
    height: inherit;
}
/* 业务变更登记单 */
.aui-cell-che {
    margin-top: 0.2rem !important;
}

.aui-well-check {
    background: url(../img/kuang.png) center center no-repeat;
    background-size: 100%;
    border: 0.02rem solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    top: -0.02rem;
    bottom: 0;
    left: 0rem;
    height: 0.3rem;
    width: 0.3rem;
    vertical-align: middle;
    outline: none;
    border-radius: 50%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui-well-check:checked {
    background-image: url(../img/have-read.png);
    background-size: 100%;
}

.aui-well-check span {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.link_agree {
    color: #009AF1;
}

.link_agree a {
    color: #009AF1 !important;
    text-decoration: underline !important;
}