.loading{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10001;
    display: none;
}
.loading img {
    width: 1.2rem;
    height:1.2rem;
    animation: rotate 1.5s linear infinite;
}
.weui-masks2{
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.search-wraps{
z-index: 1000;
}
.user-info-wrap{
position: absolute;
top: -165px;
right: 0px;
}
.login-button{
width: 87px;
height: 32px;
flex-shrink: 0;
border-radius: 4px;
border: 1px solid var(--Linear, #FFB800);
background: #FFF;
color: #FF6600;
text-align: center;
line-height: 32px;
display: none;
cursor: pointer;
}
.user-info{
display: none;
}
.login-dialog{
width: 385px;
padding: 40px;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
border-radius: 8px;
border: 1px solid #FFF;
background: linear-gradient(162deg, #FFE9D5 -7.03%, #FFF 19.36%);
box-sizing: border-box;
z-index: 1050;
}
.login-dia-head{
margin: auto;
margin-bottom: 32px;
}
.login-dia-head img{
margin: auto;
display: block;
}
.login-input-wrap{
display: flex;
align-items: center;
width: 284px;
height: 36px;
border-radius: 4px;
border: 1px solid #D9D9D9;
background: #FFF;
padding-left: 12px;
margin-bottom: 21px;
}
.login-input-wrap input {
border: 0px;
outline: none;
}
.login-input-wrap img{
margin-right: 4px;
}
.login-input-wrap span{
margin-left: auto;
flex: 1;
flex-shrink: 0;
text-align: center;
}
.login-bottom-button{
width: 100%;
height: 36px;
flex-shrink: 0;
border-radius: 4px;
background: #F60;
color: #fff;
text-align: center;
line-height: 36px;
margin-bottom: 22px;
}
.policywrap{
display: flex;
align-items: center;
}
.policywrap img{
margin-right: 6px;
}
.close-icon{
position: absolute;
right: 25px;
top: 25px;
cursor: pointer;
}
.weui-masks {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
.telenum:hover~.exitlog{
    display: block;
}
.exitlog:hover{
    display: block;
}
.exitlog{
    width: 92px;
    height: 41px;
    position: absolute;
    top: 16px;
    right: 0px;
    display: none;
    cursor: pointer;
}
.exitlog-text{
    position: absolute;
    top: 22px;
    right: 6px;
}