@charset "utf-8";
/* CSS Document */

* { font: 13px/1.5 '微软雅黑';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}
body, html {
    height:100%;
    overflow:hidden;
}
body {
    background: linear-gradient(0deg, #3392ee 0%, #84f1ff 22%, #3392ee 100%);
    background-size: cover;
}
a {
    color:#27A9E3;
    text-decoration:none;
    cursor:pointer;
}
img{
    border:none;
}

.login_box{
    width:1100px;
    margin:256px auto 0;
}
.login_box .login_l_img{
    float:left;
    width:432px;
    height:440px;
    margin-left:50px;
}
.login_box .login_l_img img{
    width:500px;
    height:440px;
}
.loginboxtouming{
    width: 400px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    height: 408px;
    float: right;
    margin-right:50px;
    margin-top:50px;
}

.login {
    height:368px;
    width:360px;
    padding:50px;
    background-color: #ffffff;
    border-radius:5px;
    box-sizing: border-box;
    position:relative;
    margin: auto;
    margin-top: 20px;
}
.login_logo{
    width:120px;
    height:120px;
    border:5px solid #93defe;
    border-radius:100px;
    background:#fff;
    text-align:center;
    line-height:110px;
    position:absolute;
    top:-60px;
    right:120px;}
.login_name{
    width:100%;
    float:left;
    text-align:center;
    margin-top:20px;
}
.login_name p{ width:100%;
    text-align:center;

    font-size:18px;
    color:#444;
    padding:10px 0 20px;
}
.login_logo img{
    width:60px;
    height:60px;
    display: inline-block;
    vertical-align: middle;
}
input[type=text], input[type=file], input[type=password], input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 38px;
    padding: 0 16px;
    font-size: 14px;
    outline:none;
    width:100%;
    margin-bottom: 10px;
    line-height:38px;
    color:#888;
}
input[type=password]{
    margin-bottom: 10px;
}
input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus { border: 1px solid #27A9E3; }
input[type=submit],button[type=submit], input[type=button] { display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0;
    font-size:16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
input[name=verify]{
    width: 141px;
    margin-bottom: 0;
}
.copyright { font-size:14px; color:#fff; display:block;width:100%;
    float:left;
    text-align:center;
    margin-top:60px;
}
.yanzheng{
    display: flex;
    height: 38px;
    margin-bottom: 10px;
   align-items: center;
}
.yanzheng span{
    height: 35px;
}

#seller_loginbutton{
    height: 38px;
    line-height: 14px;
}
 .error_message {
    text-align: center;
     height: 30px;
     line-height: 30px;
}
 .error_message .login_message{
    color: red;
    font-size: 14px;
}
#checkbox1 .check-ico-box {
    top: 0;
}