html,body{
    margin:0;
    padding:0;
    background:#F7F7F7;
}
.fl{
    float:left;
}
/*登录*/
.loginMain{
    position:fixed;
    display: none;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:50;
}
.loginBg{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:100;
    background:rgba(0,0,0,0.6);
}
.loginList{
    width:350px;
    height:276px;
    background:rgba(255,255,255,1);
    opacity:1;
    border-radius:10px;
    position:absolute;
    z-index:150;
    top:30%;
    left:50%;
    margin-left:-175px;
    padding:20px 20px 20px 40px;
    box-sizing:border-box;
}
.phoneList{
    width:350px;
    height:365px;
    background:rgba(255,255,255,1);
    opacity:1;
    border-radius:10px;
    position:absolute;
    z-index:150;
    top:30%;
    left:50%;
    margin-left:-175px;
    padding:20px 20px 20px 40px;
    box-sizing:border-box;
}
.closeLogin{
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    color: #333333;
    float: right;
    cursor:pointer;
    position: absolute;
    right: 0;
    top: -20px;
}
.loginTitle{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    opacity:0.8;
    margin-bottom:6px;
    margin-top:20px;
    position: relative;
}
.phoneTitle{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    opacity:0.8;
    margin-bottom:20px;
    margin-top:20px;
    position: relative;
}
.loginSubtitle{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.8;
    margin-bottom:31px;
}
.weChatLogin{
    width:270px;
    height:48px;
    background:rgba(0,193,64,1);
    opacity:1;
    border-radius:24px;
    margin-bottom:16px;
    text-align:center;
    line-height:48px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor:pointer;
}
.weChatLogin>img{
    width:22px;
    height:18px;
    margin-right:12px;
    position: relative;
    top: 4px;
}
.phoneLogin{
    width:270px;
    height:48px;
    background:rgba(51,112,255,1);
    opacity:1;
    border-radius:24px;
    text-align:center;
    line-height:48px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor:pointer;
}
.phoneLogin>img{
    width:13px;
    height:22px;
    margin-right:12px;
    position: relative;
    top: 4px;
}
.phoneInput{
    width:270px;
    height:48px;
    border:1px solid rgba(204,204,204,1);
    opacity:1;
    border-radius:24px;
    padding:14px 16px;
    box-sizing:border-box;
    margin-bottom:16px;
    position:relative;
}
.phoneInput>input{
    width:100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51,51,51,1);
    opacity: 1;
    padding: 0;
    border: 0;
    outline: none;
}
.phoneCode>input{
    width:50%;
}
.phoneSubmit{
    background:rgba(153,194,249,1);
    opacity:0.4;
    border:unset;
}
.phoneSubmit{
    text-align:center;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:1;
    cursor:pointer;
}
.sendCode{
    width:50%;
    height:46px;
    text-align:center;
    line-height:46px;
    background:rgba(51,112,255,1);
    opacity:1;
    border-radius:0px 24px 24px 0px;
    float:right;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    position:absolute;
    right:0;
    top:0;
    z-index:200;
    cursor:pointer;
}

.vrCode_mobile{
    height: 46px;
    width: 100%;
    border-radius: 0px 24px 24px 0px;
}

.login-logo{
    margin-left: 40px;
}
.vrCode{
    width:50%;
    height:46px;
    text-align:center;
    line-height:46px;
    background:rgba(51,112,255,1);
    opacity:1;
    border-radius:0px 24px 24px 0px;
    float:right;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    position:absolute;
    right:0;
    top:0;
    z-index:200;
    cursor:pointer;
}
.sendedCode{
    background:rgba(206,206,206,1);
}
.canSubmit{
    background:rgba(51,112,255,1);
}

.close-icon{
    width: 16px;
    height: 16px;
}