
@charset "utf-8";
body {
    vertical-align: baseline;
    margin: 0px auto;
    font: 14px/1 "Microsoft Yahei", '微软雅黑', 'Arial', sans-serif;
    line-height: 1.5;
    color: #333;
    min-height: 100%;
    position: relative;
    /* overflow: hidden; */
}

.w1920{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.w1440{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.left{
    float: left;
}

.right{
    float: right;
}

.ovh{
    overflow: hidden;
}

img{
    border: none;
}

footer{
    height: 103px;
    background: #4862E3;
    /* position: fixed;
    bottom: 0;
    left: 0; */
}

.footer_text{
    height: 22px;
    margin: 42px 0 39px 0;
}

.footer_text p{
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:22px;
    border-left: 4px solid #ffffff;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

.footer_text p:first-child{
    margin-right: 136px;
}

.footer_text p.copyright{
    border: none;
    margin-left: 50px;
}

.footer_browser{
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:22px;
    margin: 42px 0 39px 0;
    opacity: 0.4;
}

header{
    position: relative;
}

.userinfo_wrap{
    width: 1440px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 35px;
}

.userinfo{
    float: right;
    cursor: pointer;
}

.userinfo img{
    width: 40px;
    height: 40px;
    float: right;
}

.userinfo span{
    font-size: 24px;
    color: #DEDEFF;
    float: right;
}

.loginout{
    position: absolute;
    top: 40px;
    right: 0;
}

.loginout::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #ffffff;
    margin: 0 auto;
}

.loginout p{
    color: #333333;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    width: 100px;
    height: 40px;
    background: #ffffff;
}

.userinfo:hover .loginout{
    /* display: block; */
}

.login_box_wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.login_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    padding: 0 125px;
    height: 460px;
    background: #ffffff;
}

.login_box h2{
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 100px;
}

.login_box_list{
    width: 548px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #999999;
    margin: 25px 0;
}

.login_box_list label{
    display: flex;
    align-items: center;
}

.login_box_list img{
    width: 20px;
    height: 23px;
    margin: 0 10px;
}

.login_box_list input{
    width: 508px;
    height: 40px;
    border: none;
    box-shadow: none;
}

.login_box_list_control{
    width: 548px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_box_list_control p:first-child{
    display: flex;
    align-items: center;
}

.login_box_list_control p:first-child input{
    width: 16px;
    height: 16px;
}

.login_box_list_control p:first-child label{
    font-size: 16px;
    margin-left: 5px;
    color: #999999;
}

.login_box_list_control p:last-child a{
    font-size: 16px;
    color: #14a3fe;
}

.login_button{
    display: block;
    width: 550px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #14a3fe;
    color: #ffffff;
    font-size: 30px;
    margin: 20px 0;
}