body {
    font-family: "Microsoft YaHei", "微软雅黑", SimHei, "宋体", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content {
    position: relative;
    margin: 0 5%;
    display: flex;
    flex-flow: column;
    z-index: 10;
    justify-content: space-between;
    height: 90%;
}
.center-content{
    display: flex;
    flex-flow: row;
    margin: auto 5%;
    align-items: center;
}

.back_content {
    display: flex;
    flex-flow: column;
    vertical-align: middle;
    color: #fff;
    justify-content: center;
    margin-top: -5.5vmax;
    margin-right: 10vmax;
    background: rgba(29,99,185,0.5);
    border-radius: 2vmax;
    width: 55vmax;
    padding: 1vmax 3vmax;
}
.span_content{
    font-size: 1.4vmax;
    font-weight: bold;
    line-height: 3.7vmax;
    text-shadow: 0 0 1px black, 0 0 1px black;
}

.worldmap_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/gathering2/bg1.png) no-repeat center center;
    background-size: cover;
}

.login-content {
    width: 53vmax;
    height: 23vmax;
    border-radius: 2vmax;
    color: #333333;
    text-align: center;
    background: white;
}

.login-form {

}
.form-content{
    width: 24vmax;
    position: relative;
    margin: 0 auto;
}
.form-title {
    font-size: 2vmax;
    font-weight: 620;
    line-height: 3vmax;
    margin-top: 1vmax;
}

.form-input {
    display: flex;
    flex-direction: row;
    line-height: 2vmax;
    margin-top: 1vmax;
    height: 2vmax;
}


.form-label {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 33%;
    padding-left: 1vmax;
    font-size: 1.1vmax;
    line-height: 2vmax;
}

.form-input input {
    width: 66%;
    font-size: 1vmax;
    border: 0.1vmax solid #90989E;
    border-radius: 0.3vmax;
    padding-left: 0.3vmax;
}

.username-input {
    background-image: url(images/gathering2/u11.svg);
    background-size: 1.4vmax;
    background-position-x: 0.9vmax;
}
.password-input {
    background-image: url(images/gathering2/u20.svg);
    background-size: 1.3vmax;
    background-position-x: 0.9vmax;
}

.rst-vcode-input{
    background-image: url(images/gathering2/u21.svg);
    background-size: 1.7vmax;
    background-position-x: 0.7vmax;
}

.vcode-input {
    background-image: url(images/gathering2/u21.svg);
    background-size: 1.8vmax;
    background-position-x: 0.7vmax;
}

.login-btn {
    width: 80%;
    height: 2.7vmax;
    background: #388DEE;
    border-radius: 1vmax;
    border: 0;
    font-size: 1.3vmax;
    color: #fff;
    margin-bottom: 2vmax;
    margin-top: 1vmax;
    cursor: pointer;
}

.logo-info {
    background: url(images/gathering2/logo150.png) no-repeat;
    background-size: 5vmax;
    padding-left: 5vmax;
    display: block;
    font-weight: bold;
    line-height: 4vmax;
    vertical-align: middle;
    color: #172554;
    margin: 2vmax 0 0 -2vmax
}

.logo-info .other-info{
    font-size: 1.2vmax;
    display: block;
    line-height: 1.5vmax;
}

.logo-info .main-info{
    font-size: 2.2vmax;
    display: block;
    line-height: 4.2vmax;
}

.footer {
    z-index: 11;
    width: 100%;
    /*height: 12%;*/
    text-align: center;
    font-size: 0.7vmax;
    color: #C9E9FF;
    bottom: 0;
    position: fixed;
    background-color: #3783DB;
    display: flex;
    justify-content: center;
}
.footer .footer-child{
    margin: 0.5vmax 1vmax;
}
.footer .footer-child .info-line{
    color:#C9E9FF;
    letter-spacing: 0.05vmax;
    line-height: 0.7vmax;
    margin-top: 0.3vmax;

}
.footer .footer-child .info-line:first-child{
    margin-top: 0;
}
.footer .footer-child .info-line span{
    margin-left: 0.1vmax;
}
.footer-child > a > img{
    width: 3vmax;
    height: 4vmax;
    object-fit: contain;
}

.error-container{
    display: flex;
    float: right;
    margin: 0.2vmax 1vmax;
}

.login-error {
    color: #a51313;
}

/**
 * 更改输入框提示颜色
 */
input::-webkit-input-placeholder {
    color: #90989E;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #90989E;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #90989E;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #90989E;
}

/**
 * 浏览器自动填充，设置默认颜色
 */
input:focus:-webkit-autofill,
input:-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
    -webkit-box-shadow: 0 0 0px 1000px #F0F8FF inset !important;
    transition: background-color 500000s ease-in-out 50000s;
}

/**
 * 浏览器自动填充文本样式
 */
input:-webkit-autofill::first-line {
    font-size: 16px;
}

.pwd-show-toggle{
    margin-left: -6%;
    width: 5%;
    height: 100%;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pwd-eye-open{
    background-image: url(images/eye-open.png);
}

.pwd-eye-close{
    background-image: url(images/eye-close.png);
}
/**
 * 输入验证吗对话框
 */
.dialog {
    display: none;
    z-index: 100;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    position: absolute;
    background-color: white;
    border-radius: 2vmax;
}
.tooltips {
    font-size: 0.7vmax;
    font-weight: 400;
    line-height: 0.7vmax;
    margin-top: 0.2vmax;
    text-align: left;
}

.reset-pwd-btn{
    border-bottom: 0.1vmax solid #9C989E;
    color: #388DEE;
    font-size: 0.8vmax;
    margin: 0 0 0 2vmax;
}
.back-btn{
    width: 45%;
    height: 2.7vmax;
    background: #F0F8FF;
    border-radius: 1vmax;
    border: 0;
    font-size: 1.3vmax;
    color: #388DEE;
    margin-bottom: 2vmax;
    cursor: pointer;
}
.reset-btn{
    width: 45%;
    height: 2.7vmax;
    background: #388DEE;
    border-radius: 1vmax;
    border: 0;
    font-size: 1.3vmax;
    color: #fff;
    margin-bottom: 2vmax;
    cursor: pointer;
}
.phone-input {
    background-image: url(images/phone.png);
    background-size: 1.6vmax 1.6vmax;
    background-position-x: 0.9vmax;
}

.vcode-btn {
    cursor: pointer;
    height: 48px;
}

.vcode-btn input{
    width: 98px;
    height: 48px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(223,223,223,1);
    float: left;
    font-size: 16px;
    background: #1890FF;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
}
.v-code-show{
    width: 6vmax;
    height: 2vmax;
    object-fit: fill;
    display: block;
}