/*--------------------------main---------------------------*/
body {
    font-family: "SourceHanSansCN-Regular";
    color: #fff;
    font-size: 16px;
}

html {}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.posab {
    position: absolute
}

b,
i,
h1,
h2,
h3 {
    font-weight: normal;
    font-style: normal;
}

img {
    display: block;
}

a {
    color: #333;
}

a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.comm {
    height: auto;
    overflow: hidden;
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.otf") format('truetype');
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.otf") format('truetype');
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.otf") format('truetype');
}

@font-face {
    font-family: "Futura Md BT Medium";
    src: url("../fonts/Futura Md BT Medium.ttf") format('truetype');
}



/*--------------------------index---------------------------*/
html, body, #mainbody {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--base-bg-main);
    position: relative;
}
#bg{
    width: 100%;
    height: 100%;
    background: url(../images/mainScreenBg2.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

header {
    width:1300px;
    margin:0 auto;
    text-align: center;
}

header div {
    background: linear-gradient(0deg, #26e3c9 0%, #00b2ec 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 70px 0 0 0;
    font-family: "SourceHanSansCN-Bold";
    font-size:36px;
}
.loginBg{
    width:400px;
    height: 500px;
    margin:60px auto 0 auto;
    position: relative;
}
.loginBox img{
    width:100%;
    height: 100%;
}
.loginCon{
    position: absolute;
    width:360px;
    left:50%;
    margin-left:-180px;
    top:0;
    z-index:99;
}
.loginCon h3{
    position:relative;
    color:#fff;
    font-size:28px;
    text-align: center;
    padding:20px 0 0 0;
}
.labelError {
    color: #f30;
    font-size:14px;
    position: absolute;
    top:60px;
    left:0;
    z-index:999;
}
.loginCon input{
    clear:both;
    width:280px;
    padding:0 20px 0 60px;
    height: 56px;
    line-height: 56px;
    margin: 20px 0 0 0;
    border-radius: 6px;
    border: none;
    font-size:18px;
    color:#fff;
    outline: none;
    /*outline-color:1px solid #7ca0f9;*/
    background-color: rgb(255,255,255,0.1);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.inputUser{background-image:url(../images/icon-user.png);}
.inputPassword{background-image:url(../images/icon-password.png);}
.inputYzm{background-image:url(../images/icon-code.png);}

.labelYzm{
    width:40%;
    float:right;
    overflow:hidden;
    padding:20px 0 0 0;
}
a.btnlogin{
    display:block;
    float: left;
    width: 360px;
    height:52px;
    line-height:52px;
    border-radius: 6px;
    color:#fff;
    font-size:20px;
    text-align:center;
    margin:30px 0 20px 0;
    background: linear-gradient(0deg, #14d2db 0%, #00b6f3 80%);
}
a.btnlogin:hover{
    background: linear-gradient(0deg, #1bedf7 0%, #00b6f3 80%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
a.btnreg{
    display:block;
    float: left;
    width: 360px;
    height:50px;
    line-height:50px;
    border-radius: 6px;
    color:#7ac6f1;
    font-size:20px;
    text-align:center;
    border: 1px solid #7ac6f1;
}
a.btnreg:hover{
    border-color:#00b6f3;
    color:#00b6f3;
}

