@charset "utf-8";
/* CSS Document */
body {
    width: auto;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #666;
}

img {
    border: none 0;
}

p, span, a, i {
    font-family: "微软雅黑";
}

.both {
    /*background-color: #fffefb;*/
    width: 100%;
    height: 100vh; /* 重点一 */
    position: relative;
    overflow: hidden;
    background: url(../../images/index/sybj.png);
    background-size: cover
}

.header {
    width: 100%;
    height: 10%;
    margin-top: 6%;
    /*border-bottom: #006CAA solid 3px;*/
    /*background-color: #FFFFFF;*/
}

.header_inside {
    width: 18%;
    margin: 0 auto;
    position: relative;
    height: 95%
}

.logo {
    width: 100%;
    height: 100%;
    /*float: left;*/
    text-align: center;
    background: url(../../images/index/logo.png) no-repeat;
    margin-top: 1%;
    /*height: 100vh;*/
    background-size: cover;
    background-position: left center;
}

.guanwang {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../../images/index/home.png) no-repeat;
    background-size: 30%;
    background-position: left center;
}

.header_inside > span {
    font-size: 26px;
    line-height: 108px;
    text-align: center;
    padding-left: 10px;
    color: #333333;
}

.shouye {
    height: 10%;
    width: 15%;
    position: absolute;
    right: 0;
    top: 20%;
}

.shouye a {
    font-size: 1.2vw;
    line-height: 108px;
    padding: 0;
}

.both_inside {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.content {
    /*background-color: #fffefb;*/
    width: 50%;
    height: 50%;
    position: relative;
    margin: 0 auto;
}

.content_inside {
    width: 76%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    border-radius: 50px;
    margin-top: 0%;
    margin-left: 12%;
    box-shadow: 2px 2px 10px #909090;
    /*background-size: 65%;*/
}

.biaodan {
    width: 80%;
    height: 60%;
    position: absolute;
    top: 14%;
    left: 10%;
    /*background-color: #fff;*/
    /*box-shadow: 0px 0px 8px 2px #ebeae7;*/
}

.login-topStyle3 {
    /*background: url(../images/login_bg.png) center center repeat;*/
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
    padding: 10px;
}

.login-topStyle3 .title {
    font-size: 28px;
    /*line-height: 35px;*/
    text-align: center;
    font-weight: bold;
    /*color: #1E83C7;*/
    font-family: "΢ź";
    /*margin-bottom: 7%;*/
}

.ui-form-item {
    /*margin-bottom: 8%;*/
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

.ui-form-item .loginUsername {
    width: 48%;
    height: 56px;
    border: 1px solid #b3b3b3;
    border-radius: 50px;
    box-shadow: 2px 2px 10px #909090;
    background-color: #ffffff;
    padding: 8px 0px 8px 20px;
    margin-top: 13%;
    margin-left: 1%;
}

.ui-form-item .loginUsername input[type="username"], input[type="password"] {
    border: none;
    height: 40px;
    width: 65%;
    font-size: 16px;
    margin-left: 10px;
}

.ui-form-item .VerificationCode {
    width: 70%;
    height: 56px;
    border: 1px solid #b3b3b3;
    border-radius: 50px;
    box-shadow: 2px 2px 10px #909090;
    background-color: #ffffff;
    padding: 8px 0px 8px 20px;
    margin-top: 9%;
    margin-left: 1%;
    position: relative;
}

.ui-form-item .VerificationCode input[type="VerificationCode"] {
    height: 40px;
    border: none;
    width: 65%;
    font-size: 16px;
    margin-left: 10px;
}

.login_reme {
    padding-bottom: 8px;
}

.btn-register {
    width: 30%;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    /*line-height: 22px;*/
    text-align: center;
    /*margin: 10px 0px 0px 0px;*/
    cursor: pointer;
    margin-top: 9%;
    margin-left: 1%;
}

.btnStyle {
    /*line-height: 30px;*/
    border-radius: 50px;
    display: inline-block;
    margin-right: 0%;
    background-color: #d10000;
}

.login_reme a.reme1 {
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
    color: #7D7D7D;
}

.login_reme a.reme2 {
    font-size: 12px;
    vertical-align: top;
    margin-left: 97px;
    color: #7D7D7D;
}


.verify {
    right: 40%;
    position: absolute;
    top: 10px;
    right: 16px
}

.loginyzm {
    margin-left: -50px;
}

.footer {
    /*background-color: #fffefb;*/
    text-align: center;
    margin-top: 5%;
}

.footer p {
    padding-bottom: -5px;
    font-size: 1.0vw;
    /*color: #ffffff;*/
}