.content{
    padding:0 0.55rem;
}
.content .icon{
    width: auto;
    height: 1.96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #313131;
    line-height: 0.56rem;
    font-size: 0.4rem;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
.content input{
    padding-left: 1.68rem;
}
.content label .left{
    width: 1.1rem;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .loginTip {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
}
.content .form .forget {
    display: inline-block;
    float: none;
    height: 0.38rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #999999;
    line-height: 0.38rem;
}
.content .loginTip .link {
    width: auto;
    height: auto;
    float: right;
    line-height: 0.38rem;

    font-size: 0.26rem;
    color: #FF6600;
    letter-spacing: 2px;
    text-align: right;
    padding: 0;
}
.content label .xiala{
    width: 0.24rem;
    margin: 0;
    height: 0.14rem;
}
.content label .guanbi{
    width: 0.28rem;
    height: 0.28rem;
}
.content .form .forget{
    color: #616161;
}
.content .loginTip .link{
    color: #616161;
}
.mask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
z-index: 10;
    background: rgba(0, 0, 0, 0.12);
}
.countries{
    z-index: 11;
    background: #fff;
    width: 7.49rem;
    height: 6.57rem;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    padding-top: 0.48rem;
    box-sizing: border-box;
}
.countries-title{
    height: 0.45rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #313131;
    line-height: 0.45rem;
    margin-bottom: 0.11rem;
}
.countries ul{
    height: 4rem;
    margin-bottom: 0.2rem;
    overflow-y: scroll;
}
.countries ul li{
    list-style: none;
    width: 6.5rem;
    height: 0.81rem;
    border-bottom: 0.01rem solid #E5E5E5;
    color: #313131;
    font-size: 0.3rem;
    display: flex;
    justify-content: left;
    align-items: center;
}
.countries ul li span:last-child{
    margin-left: auto;
    margin-right: 0;
}
.current-select{

    color: #FF7123;
}
.countries-btn{
    display: flex;
}
.countries-btn div{
    width: 3.25rem;
    height: 0.86rem;
    border: 0.02rem solid #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: bold;
    font-size: 0.32rem;
}
.countries-btn .cancel{
border-radius: 0.2rem 0 0 0.2rem;

    color: #999999;
}
.countries-btn .change{
    border-radius:0  0.2rem 0.2rem 0;
    color: #FF7123;
}
.content label .code{
    width: auto;
    height: 0.62rem;
    background: #FF7123;
    border-radius: 0.31rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.21rem;
}
.toast{
    position: fixed;
    top: 3.44rem;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.toast-msg{
    padding: 0.25rem 0.3rem;
    background: rgba(0, 0, 0, 0.49);
    color: #fff;
    border-radius: 0.16rem;
    font-size: 0.3rem;
}
.content .btn{
    background: rgba(255, 113, 35, 1);
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content input.xieyi{
    padding: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}