@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    background: #03030d;
}
.style1 {color: #000000;
    font-size: 15px;
}
.style2 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}
.style5 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border:0px;
    background-image: url(../../tpl/common/images/button.jpg);
    width:77px;
    height:32px;
}
.style6 {
    color: #044A7D;
    font-size: 15px;
    font-weight: normal;
}
.bg-controll {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-controll .bg01 {
    background: url(../images/main-bg_01.jpg) no-repeat top center;
    display: inline-block;
    width: 100%;
    height: 198px;
}
.bg-controll .bg02 {
    background: url(../images/main-bg_02.jpg) no-repeat top center;
    display: inline-block;
    width: 100%;
    height: 198px;
}
.bg-controll .bg03 {
    background: url(../images/main-bg_03.jpg) no-repeat top center;
    display: inline-block;
    width: 100%;
    height: 198px;
}
.bg-controll .bg04 {
    background: url(../images/main-bg_04.jpg) no-repeat top center;
    display: inline-block;
    width: 100%;
    height: 198px;
}
.bg-controll .bg05 {
    background: url(../images/main-bg_05.jpg) no-repeat top center;
    display: inline-block;
    width: 100%;
    height: 198px;
}
.main-controll {
    width: 100%;
    margin:0 auto;
    border:0;
    text-align: center;
    cellpadding:"0";
    cellspacing:"0";
}
.main-controll .login-controll {
    width: 400px;
    margin: 100px auto 0;
    font-family: "Microsoft YaHei";
    text-align: center;
    position: relative;
}
.main-controll .login-controll .logo {
    display: block;
    width: 100%;
}
.main-controll .login-controll .login-bar {
    display: block;
    width: 100%;
    margin:0 auto;
}
.main-controll .login-controll .login-bar .bar-title {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 16px;
}
.main-controll .login-controll .login-bar .input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,.45);
    border: 1px solid #008cff;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    padding: 0 10px;
    margin-top: 10px;
    transition: box-shadow .3s;
}
.main-controll .login-controll .login-bar .input:focus {
    box-shadow: 0 0px 0px rgb(0, 180, 255), 0 0 5px 0 rgba(0, 225, 255, .5);
}
.main-controll .login-controll .login-bar img {
    display: block;
    position: absolute;
    bottom: 55px;
    right: 5px;
    width: 60px;
    height: 28px;
}
.main-controll .login-controll .login-bar .submit {
    background: #04b5ff;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #008cff;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
    transition: .3s;
}
.main-controll .login-controll .login-bar .submit:hover {
    background: #0390cc;
    border: 1px solid #19a5e0;
}