@charset "utf-8";

*,
::after,
::before {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
}

body {
    font-family: "幼圆", "Microsoft YaHei", "sans-serif";
    font-size: 12px;
    line-height: 1;
    color: #333;
    position: relative;
    background: #FAFBFB;
}

.clearfix::after,
.clearfix::before {
    clear: both;
    content: '.';
    height: 0;
    line-height: 0;
    visibility: hidden;
    display: block;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: url(../img/index/login_bg.png);
    background-color: #4583ce;
    overflow: hidden;
    background-size: cover;
    background-position: left;
}

.content {
    height: 100%;
    width: 100%;
    position: absolute;
}

.wrapper {
    height: 100%;
    width: 100%;
    background-image: url(../img/index/login_bg.png);
    background-size: cover;
    background-position: left;

    position: absolute;
}

.content > .header {
    height: 15%;
    width: 100%;
}

.content > .main {
    height: 60%;
    width: 100%;
    position: absolute;
    z-index: 101;
}

.content > .main .login {
    width: 350px;
    height: 270px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
    top: 0px;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content > .main .login::after {
    content: " ";
    display: inline-block;
    position: relative;
    /*background-image: url(../img/login_logo.png);*/
    width: 410px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: 400px;
    left: -18px;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.logo_name {
    /*background-image: url(../img/login_logo_name.png);*/
    height: 45px;
    background-repeat: no-repeat;
}

.content > .main .login input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8e8e8e;
}

.content > .main .login input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8e8e8e;
}

.content > .main .login input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8e8e8e;
}

.content > .main .login input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8e8e8e;
}

.content > .footer {
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 100;
    margin-bottom: 10px;
}

.content > .footer .copy-right {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    position: relative;
    line-height: 20px;
}

.content > .footer .copy-right p {
    letter-spacing: 1px;
}

.content > .footer .copy-right p:first-child {
    letter-spacing: 10px;
    padding-left: 12px;
}

.longin-boder {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    margin-left: 1px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    background-color: #ffffff;
}

.input {
    width: 85%;
    float: left;
    margin-left: 5px;
    height: 50px;
    line-height: 40px;
    border: 0;
    color: #3e3e3e;
    font-size: 16px;
    background-color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 5px;
}

.image {
    width: 10%;
    margin-top: 2px;
    float: left;
}

.button {
    height: 50px;
    width: 300px;
    margin-top: 20px;
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: bold;
    line-height: 50px;
    border-radius: 3px;
    background-color: #197196;
    color: #3e3e3e;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    /*background: url(../img/login_button.png);*/
}

.inputCode-boder {
    overflow: hidden;
    height: 50px;
    margin-top: 30px;
    margin-left: 1px;
    line-height: 45px;
    text-align: center;
    border: 0px solid #8e8e8e;
    width: 300px;
}

.inputCode-boder input.iptCode, .filedCode .code {
    width: 85px;
    height: 30px;
    border: 0px solid #E3E3E3;
    border-radius: 3px;
    display: block;
    float: left;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
}

.inputCode-boder input.iptCode {
    padding-left: 10px;
    width: 45%;
    float: left;
    height: 50px;
    line-height: 40px;
    border: 0px solid #E3E3E3;
    background-color: #ffffff;
    color: #3e3e3e;
    font-size: 16px;
}

.inputCode-boder .code {
    float: right;
    width: 40%;
    height: 50px;
}

.code img {
    border-radius: 3px;
    cursor: pointer;
}