* {
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑;
}

body {
    background: url(../../../../img/login-background.jpg) no-repeat;
    background-size: cover;
    background-color: #B8E5F8;
}

a {
    text-decoration: none;
}

#logo img {
    width: 128px;
    height: 81px;
}

#logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#content {
    width: 350px;
    height: 312px;
    background-color: white;
    margin: auto;
    padding: 0px 24px;
    border-radius: 4px 4px 0px 0px;
    position: relative;
}

#content_displayNone {
    width: 350px;
    height: 372px;
    background-color: white;
    margin: auto;
    padding: 0px 24px;
    border-radius: 4px 4px 0px 0px;
    position: relative;
}

#content_login_select {
    margin-left: -15px;
    font-size: 16px;
}

#content_login_select span {
    height: 18px;
    padding: 0px 24px;
    display: inline-block;
    cursor: pointer;
}

#content_login_select span:first-child {
    margin-right: 20px;
}

.chick {
    padding: 20px 0px 18px 0px !important;
    font-weight: 700;
    border-bottom: #0084FF solid;
}

.ewm {
    position: absolute;
    width: 52px;
    top: 0px;
    right: 0px;
    border-radius: 0px 4px 0px 0px;
}

.img_div {
    cursor: pointer;
    position: absolute;
    border: 26px #fff solid;
    border-top: 26px rgba(0, 0, 0, 0) solid;
    border-right: 26px rgba(0, 0, 0, 0) solid;
    top: 0px;
    right: 0px;
    border-radius: 0px 2px 0px 0px;
}

#content_login_form input:not([type=submit]) {
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    outline: none;
    margin: 7px 0px;
    font-size: 14px;
}

#content_login_form {
    position: relative;
    padding-top: 20px;
}

#content_login_form form:last-of-type span {
    padding: 5px 0px;
}

#content_login_form form:last-of-type span a {
    font-size: 0.9em;
    color: #175199;
}

#content_login_form form:last-of-type span a:last-of-type {
    float: right;
    color: #8792a8;
}

#content a:hover {
    color: #677288 !important;
}

.login_res {
    width: 100%;
    height: 36px;
    border: none;
    background-color: #0084FF;
    color: white;
    margin-top: 30px;
    font-size: 14px;
    border-radius: 3px;
}

.login_res:hover {
    background-color: #0074dd;
}

#content_login_form .inputline {
    position: absolute;
    right: 0px;
    top: 95px;
    cursor: pointer;
}

#content_login_bottom {
    width: 356px;
    height: 26px;
    background-color: #F6F6F6;
    border-radius: 0px 0px 4px 4px;
    margin: auto;
    font-size: 13px;
    padding: 17px 21px;
    color: #8792a8;
    line-height: 13px;
}

#content_login_bottom div:first-of-type {
    float: left;
}

#content_login_bottom div:last-of-type {
    padding: 6px 0px;
    float: right;
}

#content_login_bottom div:last-of-type a {
    color: #8792a8;
}

#content_login_bottom a {
    color: #8792A8;
}

#content_login_bottom div:last-of-type a:hover {
    color: #1751a5;
}

#social_contact_login {
    width: 350px;
    height: 10px;
    border-radius: 3px;
    background-color: #fff;
    padding: 22px 24px;
    margin: auto;
    margin-top: 24px;
    color: #8A95AA;
    text-decoration: none;
}


#social_contact_login a {
    display: inline-block;
    margin: 0px 6px;
    color: #8A95AA;
}

#social_contact_login div {
    float: right;
}

#social_contact_login img {
    float: left;
}

#social_contact_login span {
    float: left;
}

#btn_dow_app {
    text-align: center;
}

#btn_dow_app a {
    width: 400px;
    height: 22px;
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 24px;
    padding: 10px 0px;
    color: #0E8BFF;
}

#btn_dow_app a img {
    width: 22px;
}

#btn_dow_app span {
    position: relative;
    bottom: 5px;
    left: 7px;
}

#content_bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #fff;
}

#content_bottom a:hover {
    text-decoration: underline;
}

#content_bottom img {
    width: 16px;
}

#content_bottom a {
    color: #fff;
}

#content_bottom div {
    margin: 8px;
}

#content_bottom div *:after {
    content: ' · '
}

#content_bottom div *:last-child:after {
    content: ' ';
}