@charset "utf-8";
/* 基本元素重置 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

body, input, textarea, select, button, table {
    font-size: 12px;
    line-height: 1.25em;
    outline: none;
}

img, fieldset {
    border: 0;
}

ul, ol {
    list-style: none;
}

em, address {
    font-style: normal;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, em, i {
    font-style: normal;
    font-weight: 400;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

@font-face {
    font-family: 'iconfont';  /* project id 650174 */
    src: url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.eot');
    src: url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.woff') format('woff'),
    url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.Cgreen {
    color: #58C94A;
}

.Cred {
    color: #FA7252;
}

.Cyellow {
    color: #F6B900;
}

.Cblue {
    color: #48C8FF;
}

.hide {
    display: none;
}

input::-webkit-input-placeholder {
    color: #B4B4B4;
    font-weight: 100;
}

input::-moz-placeholder {
    color: #B4B4B4;
    font-weight: 100;
}

input:-moz-placeholder {
    color: #B4B4B4;
    font-weight: 100;
}

input:-ms-input-placeholder {
    color: #B4B4B4;
    font-weight: 100;
}

/* wrapper */
.wrapper {
    width: 1200px;
    margin: 0 auto;
}

/* header */
.header {
    height: 138px;
}

.header h1 {
    font-size: 36px;
    line-height: 138px;
    margin-left: 7px;
    float: left;
}

.header .QRspan {
    float: right;
    margin-top: 99px;
    position: relative;
}

.header .QRspan span {
    color: #646464;
    font-size: 16px;
}

.header .QRspan:hover .QRimg {
    display: inline-block;
    width: 114px;
    height: 114px;
}

.header .QRspan .QRimg {
    position: absolute;
    top: -97px;
    right: 0;
    display: none;
}

.header_logo .title{
    border-right: 1px solid #B4B4B4;padding-right: 5px
}

.header_logo .sub_title{
    color:#666;margin-left: 10px;line-height: 36px;font-size: 1.5rem
}

/* content */
.content {
    min-width: 1200px;
    background: url(../img/bg.png) no-repeat, -webkit-linear-gradient(-45deg, #48C8FF, #54B7FE);
    background: url(../img/bg.png) no-repeat, -moz-linear-gradient(-135deg, #48C8FF, #54B7FE);
    background: url(../img/bg.png) no-repeat, linear-gradient(-135deg, #48C8FF, #54B7FE);
}

.content .wrapper {
    height: 100%;
    position: relative;
}

.content .wrapper .bg1 {
    position: absolute;
    top: 50%;
    left: -165px;
    margin-top: -214px;
}

.content .wrapper .loginBox {
    width: 368px;
    height: 315px;
    padding: 10px 40px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -170px;
}



.content .wrapper .loginBox .formDiv {
    margin-top: 40px;
    font-size: 16px;
}

.content .wrapper .loginBox .formDiv input[type=text],
.content .wrapper .loginBox .formDiv input[type=password] {
    margin-bottom: 20px;
    width: 100%;
    height: 42px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    box-shadow: 1px 5px 6px 0px rgba(236, 236, 236, .5);
    padding: 5px 5px 5px 40px;
    font-size: 16px;
}

.content .wrapper .loginBox .formDiv input[type=text]:focus,
.content .wrapper .loginBox .formDiv input[type=password]:focus {
    border-color: #37B5F8;
}

.content .wrapper .loginBox .formDiv label {
    position: relative;
}

.content .wrapper .loginBox .formDiv label i.iconfont {
    color: #D4DEE7;
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 15px;
}

.content .wrapper .loginBox .formDiv input[type=text]:focus + i.iconfont,
.content .wrapper .loginBox .formDiv input[type=password]:focus + i.iconfont {
    color: #37B5F8;
}

.content .wrapper .loginBox .formDiv .pwdOper {
    font-weight: 300;
    margin-bottom: 30px;
}

.content .wrapper .loginBox .formDiv .pwdOper .remember {
    color: #646464;
    color: #F6B900;
}



.content .wrapper .loginBox .formDiv .pwdOper .forget {
    float: right;
}

.content .wrapper .loginBox .formDiv a.submit {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 100%;
    color: #FFFFFF;
    border: 1px solid #37B5F8;
    background: #37B5F8;
    border-radius: 4px;
    text-align: center;
}

.content .wrapper .loginBox .formDiv a.submit:hover {
    background: #37B5F8;
}

.content .wrapper .loginBox .formDiv a.submit:active {
    background: #37B5F8;
}

/* footer */
.footer {
    height: 102px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #646464;
}