/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}

/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */


/*end reset*/
html {
    height: 100%;
}

.col-md-6 {
    height: 750px;
}

body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 100%;
    background-attachment: fixed;
    height: 70%;
    min-height: 70%;
    background-color: #fafafa;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    caret-color:#333333;
    -webkit-text-fill-color: #333333 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; //背景色透明
}
input {
    background-color:transparent;
}




.phone {
    margin: 0 125px 0 auto;
    max-width: 530px;
    width: 530px;
    background: rgba(216, 216, 216, 0);
}

.phoneInset {
    width: 530px;
}

.phoneInset_div {
    width: 530px;
}

.phoneInset-head {
    padding: 32px 0 48px 0;
    position: relative;
    background: rgba(216, 216, 216, 0);
    font: 400 32px 'Microsoft Yahei';
    color: #8b8b8b;
    text-align:center;
}

img {
    width: 530px;
}


.message.warning {
    margin: 0 auto 0 125px;
    width: 400px;
    background: rgba(216, 216, 216, 0);
}

.inset {
    width: 400px;
}


.login-head {
    padding: 32px 0 152px 0;
    position: relative;
    background: rgba(216, 216, 216, 0);
    font: 400 32px 'Microsoft Yahei';
    color: #8b8b8b;
    text-align:center;
}

#forget{
    width: 67px;
    color: #333333;
    float: right;
    font: bold 14px 'Microsoft Yahei';
    text-decoration : none;
}

.problem,#forget:hover{
    cursor: pointer;
}

.problem {
    padding-top: 16px;
    color: #333333;
    font: bold 14px 'Microsoft Yahei';
    text-align:center;
}

.login-foot {
    padding-top: 22px;
    position: relative;
    background: rgba(216, 216, 216, 0);
    font: 400 16px 'Microsoft Yahei';
    color: #8b8b8b;
    text-align:center;
}

.deo-code {
    padding-top: 26px;
    position: relative;
    background: rgba(216, 216, 216, 0);
    font: 400 16px 'Microsoft Yahei';
    color: #8b8b8b;
    text-align:center;
    height: 150px;
    width: 150px;
}

#deo_QR_code{
    width: 120px;
}

.popover{
    top: -92px !important;
    max-width:400px;
}

.login-foot2 {
    padding-top: 20px;
    position: relative;
    background: rgba(216, 216, 216, 0);
    font: 400 16px 'Microsoft Yahei';
    color: #8b8b8b;
    text-align:center;
}


li {
    border-bottom: 1px ridge #b6b6b6;
    list-style: none;
    margin-bottom: 36px;
    width: 400px;

}

.icon {
    height: 32px;
    width: 28px;
    display: block;
    margin: 12px 9px 22px 10px;
}

.user {
    background: url(../img/icon_account.png) no-repeat 0 0;

}

.user_active {
    background: url(../img/icon_account_active.png) no-repeat 0 0;

}

.lock {
    background: url(../img/icon_password.png) no-repeat 0 0;
}

.lock_active {
    background: url(../img/icon_password_active.png) no-repeat 0 0;
}

.warning {
    height: 14px;
    width: 14px;
    display: block;
    margin: 12px 9px 22px 10px;
    background: url(../img/icon_warning.png) no-repeat 0 0;
}

.warning_li {
    border-bottom: 0;
    list-style: none;
    margin-bottom: 10px;
    width: 400px;
    height: 14px;
}

#warning {
    width: 370px;
    color: #ff720b;
    outline: none;
    background: none;
    border: none;
    float: right;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: -2px 0 1px 0;
    font: 400 12px 'Microsoft Yahei';
    -webkit-rtl-ordering: logical;
    cursor: text;
    -webkit-appearance: textfield;
}

input[type="text"]{
    width: 347px;
}

input[type="password"]{
    width: 280px;
}

input[type="text"], input[type="password"] {
    color: #333333;
    outline: none;
    background: none;
    border: none;
    float: right;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 20px 'Microsoft Yahei';
    -webkit-rtl-ordering: logical;
    cursor: text;
    -webkit-appearance: textfield;
}

input[type="text"]:hover, input[type="password"]:hover {
    color: #333333;
}

input[type="submit"] {
    width: 400px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    outline: none;
    font-family: 'Microsoft Yahei', sans-serif;
    padding: 12px 0px;
    font-size: 24px;
    background: #169FFB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-width: 0px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    height: 60px;
}

input[type="submit"]:hover {
    color: #045FB4;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b6b6b6;
    font-size: 20px;
    opacity: 0.5;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b6b6b6;
    font-size: 20px;
    opacity: 0.5;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b6b6b6;
    font-size: 20px;
    opacity: 0.5;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b6b6b6;
    font-size: 20px;
    opacity: 0.5;
}

/*----*/
/* footer */
.foot {
    text-align: center;
    background: rgba(216, 216, 216, 0);
    margin-top: 0px;
    height: 20px;
}

.container {
    color: #ffffff;
    font: 14px 'Microsoft Yahei';
}

.message {
    position: relative;
}

/*-----start-responsive-design------*/
@media (max-width: 1490px) {
    .message.warning {margin:0 auto 0 100px;width: 400px;}
    .col-md-6 {height: 700px;}
    .phone {margin: 0 100px 0 auto;max-width: 480px;width: 480px;}
    .phoneInset {width: 400px;}
    .inset {width: 400px;}
    .warning_li{width: 400px;}
    .login-head {padding: 32px 0 80px 0;}
    .login-foot2 {padding-top: 60px;}
    .deo-code{padding-top: 20px;height: 140px;width: 140px;}
    #deo_QR_code{width: 110px;}
    #warning {width: 370px;}
    input[type="text"] {width: 347px;}
    input[type="password"] {width: 284px;}
    input[type="submit"] {width: 400px;height: 58px;}
    li {width: 400px;}
}


@media (max-width: 1280px) {
    .col-md-6 {height: 600px;}
    .phone {margin: 0 70px 0 auto;max-width: 400px;width: 400px;}
    .phoneInset {width: 400px;}
    .phoneInset-head {width: 400px;font: 300 24px 'Microsoft Yahei';}
    .phoneInset_div {width: 400px;}
    img {width: 440px;}
    .message.warning {margin:0 auto 0 70px;width: 380px;}
    .inset {width: 380px;}
    .inset_div {width: 430px;}
    .login-head {padding: 32px 0 40px 0;font: 300 24px 'Microsoft Yahei';}
    .warning_li{width: 430px;}
    .login-foot {padding-top: 30px;}
    .login-foot2 {padding-top: 20px;}
    .deo-code{padding-top: 10px;height: 120px;width: 120px;}
    #deo_QR_code{width: 106px;}
    #warning {width: 400px;}
    input[type="text"] {width: 320px;}
    input[type="password"] {width: 257px;}
    input[type="submit"] {width: 380px;height: 55px;}
    li {width: 380px;}

}

@media (max-width: 1024px) {
    .col-md-6 {height: 550px;}
    .phone {margin: 0 30px 0 auto;max-width: 350px;width: 350px;}
    .phoneInset {width: 350px;}
    .phoneInset-head {width: 350px;font: 300 24px 'Microsoft Yahei';}
    .phoneInset_div {width: 350px;}
    img {width: 380px;}
    .message.warning {margin:0 auto 0 30px;width: 330px;}
    .inset {width: 330px;}
    .inset_div {width: 330px;}
    .login-head {padding: 24px 0 30px 0;font: 300 24px 'Microsoft Yahei';}
    .warning_li{width: 330px;}
    .login-foot {padding-top: 20px;font-size: 12px;width: 330px;}
    .login-foot2 {padding-top: 10px;font-size: 12px;width: 330px;}
    .deo-code{padding-top: 10px;height: 100px;width: 100px;}
    #deo_QR_code{width: 80px;}
    #warning {width: 300px;}
    input[type="text"] {width: 270px;}
    input[type="password"] {width: 203px;}
    input[type="submit"] {width: 330px;height: 55px;}
    li {width: 330px;margin-bottom: 30px;}
}

@media (max-width: 768px) {
    .phone{width: 0;}
    .message.warning {margin: 30px auto 0;width: 350px;height: 500px;}
    .col-md-6 {height: 0px;}
    .phoneInset {width: 0px;height: 0px;display: none }
    .phoneInset_div {height: 0px;}
    .inset {width: 350px;height: 450px;}
    .inset_div {height: 500px;width: 350px;}
    .login-head {padding: 32px 0 100px 0;font: 300 24px 'Microsoft Yahei';}
    .warning_li{width: 350px;}
    .login-foot2 {padding-top: 20px;font-size: 12px;width: 330px;}
    #warning {width: 325px;}
    input[type="text"], input[type="password"] {width: 300px;}
    input[type="submit"] {width: 350px;height: 58px;}
    li {width: 350px;}
    img {height: 0px;}
}