@font-face {
    font-family: "DIN-Regular";
    src: url("/fonts/DIN-Regular/DIN-Regular.woff2") format("woff2"), url("/fonts/DIN-Regular/DIN-Regular.woff") format("woff"), url("/fonts/DIN-Regular/DIN-Regular.ttf") format("truetype"), url("/fonts/DIN-Regular/DIN-Regular.eot") format("embedded-opentype"), url("/fonts/DIN-Regular/DIN-Regular.svg") format("svg"), url("/fonts/DIN-Regular/DIN-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DIN-Medium";
    src: url("/fonts/DIN-Medium/DIN-Medium.woff2") format("woff2"), url("/fonts/DIN-Medium/DIN-Medium.woff") format("woff"), url("/fonts/DIN-Medium/DIN-Medium.ttf") format("truetype"), url("/fonts/DIN-Medium/DIN-Medium.eot") format("embedded-opentype"), url("/fonts/DIN-Medium/DIN-Medium.svg") format("svg"), url("/fonts/DIN-Medium/DIN-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
}

.main-body-bg {
    width: 100%;
    min-height: 100%;
    background-image: url('/Images/loginRegister/bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.login-content {
    width: 100%;
    padding-top: 36px;
    margin-bottom: 100px;
    padding-bottom: 100px;
}

.login-content .white-logo {
    width: 141px;
    height: 29px;
}

.login-content .white-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.event-content {
    margin-top: 104px;
}

.event-content .img-tips {
    width: 322px;
    height: 133px;
    margin: 0 auto;
}

.event-content .img-tips img {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-tips {
    font-size: 16px;
    color: #fff;
    font-family: "DIN-Regular" !important;
    text-align: center;
    line-height: 64px;
    margin-bottom: 48px;
}

.btn-wrap-list {
    /*display: flex;
    display: -webkit-flex;
    justify-content: center;*/
}

.item-gr {
    float: left;
    /*margin-right: 82px;*/
    margin-left: 358px;
}

.item-qy {
    float: right;
    /*margin-left: 82px;*/
    margin-right: 358px;
}

.itme-btn {
    min-height: 164px;
}

.itme-btn .hover-parent {
    width: 160px;
    height: 48px;
    background: #f75959;
    font-size: 16px;
    color: #fff;
    font-family: "DIN-Regular" !important;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    border-radius: 2px;
}

.corner {
    margin-top: 2px;
    margin-left: 4px;
    margin-right: -14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 0px;
    height: 0px;
    border: 6px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.link-content {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.link-content li {
    margin-top: 10px;
}

.link-content li a {
    display: block;
    width: 160px;
    height: 48px;
    background: #f75959;
    font-size: 16px;
    color: #fff;
    font-family: "DIN-Regular" !important;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.link-content li a:hover {
    background: #ff3838;
}

.itme-btn>div:hover .link-content {
    height: 116px;
}

.footer-min {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.insupai-link>* {
    display: inline-block;
    vertical-align: top;
}

.insupai-link a {
    color: #fff;
}

.insupai-link span {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
}

.friends-link,
.insupai-link,
.sp-copyright {
    line-height: 26px;
    color: #fff;
}

.friends-link>* {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
}

.friends-link>a {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-min a:hover {
    text-decoration: underline !important;
}

.main-content {
    width: 900px;
    min-height: 400px;
    margin: 68px auto 200px;
}

.main-content .login-top-content {
    height: 68px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 8px;
}

.login-title-left {
    float: left\9;
}

.login-title-left a.return-prev {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    margin-top: 20px\9;
    margin-right: 4px;
    background-image: url(/Images/loginRegister/arr-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.login-title-left a.a-herf-logo {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 20px\9;
    margin-top: 2px;
}

.login-title-left h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 20px\9;
}

.login-link-qiye a {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    float: right\9;
    margin-top: 20px\9;
}

.login-insupai-logo {
    margin-left: -54px;
}

.login-tte {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.login-link-qiye a:hover {
    text-decoration: underline !important;
}

.login-center-content {
    background: rgba(250, 250, 250, 1);
    min-height: 330px;
}

.insupai-login-wrap {
    width: 300px;
    margin: 0 auto;
}

.nav-table-wrap {
    min-height: 38px;
    padding-top: 10px;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    text-align: center\9;
}

.nav-table-wrap>div {
    display: inline-block\9;
    vertical-align: top\9;
    width: 80px\9;
}

.nav-table-wrap>div+div {
    margin-left: 36px;
}

.nav-table-wrap>div span {
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    cursor: pointer;
    transition: all 120ms ease-in-out;
    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    padding: 0 8px;
}

.hover-anima::after {
    content: '';
    position: relative;
    bottom: 0;
    border-top: 2px solid #f75959;
    display: block;
    margin: 0 auto;
    transition: all 120ms ease-in-out;
    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    width: 0;
}

.login-tab>span,
.hover-anima:hover>span {
    color: #f75959 !important;
}

.hover-anima:hover::after {
    width: 100%;
}

.login-tab::after {
    width: 100%;
}

.input-parent-wrap {
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}

.input-parent-wrap input {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0 12px;
    height: 36px;
    border: none;
    line-height: 34px;
    color: #333;
    font-size: 14px;
    width: 100%;
}

.input-width-btn {
    position: relative;
}

.input-width-btn input {
    padding-right: 120px;
}

.input-width-btn button {
    position: absolute;
    right: 0;
    top: 0;
    width: 118px;
    background: #e5e5e5;
    border: none;
    border-left: 1px solid #fff;
    height: 36px;
    color: #999;
    font-size: 14px;
}

.forget-password {
    text-align: right;
    min-height: 42px;
    padding-top: 6px;
}

.forget-password label.frm-checkbox-label {
    float: left;
    color: #666;
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
    line-height: 30px;
}

.forget-password label .icon_checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-top: -2px;
    *margin-top: 0;
    background-image: url('../../Images/loginRegister/icon-min.png');
    background-position: -17px 0;
}

.forget-password label.selected .icon_checkbox {
    background-position: 0 0;
}

.forget-password p {
    /*float: left;*/
    font-size: 12px;
    color: #f75959;
    line-height: 30px;
    margin-bottom: 12px;
    text-align: left;
}

.forget-password a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #f75959;
}

.forget-password a:hover {
    text-decoration: underline !important;
}

.submit-login>* {
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 2px;
    background: #f75959;
    font-size: 14px;
    color: #fff;
}

.qita-login-register {
    height: 26px;
    margin-top: 14px;
    margin-bottom: 32px;
}

.qita-login-link {
    float: left;
}

.qita-login-link a {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

.qita-login-link a+a {
    margin-left: 20px;
}

.qita-login-link a:hover {
    text-decoration: underline !important;
}

.register-link {
    float: right;
}

.register-link a {
    display: inline-block;
    vertical-align: top;
    color: #f75959;
    font-size: 14px;
    line-height: 26px;
}

.register-link a:hover {
    text-decoration: underline !important;
}

.input-tips-wrap {
    height: 30px;
}

.input-tips-wrap p {
    line-height: 30px;
    color: #f75959;
    font-size: 12px;
    white-space: nowrap;
}

.checkbox-wrap .checkbox-input {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border-radius: 2px;
    outline: none;
    background-image: url(/Images/loginRegister/icon-min.png);
    background-position: -17px 0;
    margin: 2px 6px 0 2px;
    cursor: pointer;
}

.checkbox-wrap .checkbox-input:checked {
    background-position: 0 0
}

.checkbox-wrap label {
    color: #666;
}

.checkbox-wrap label {
    display: block;
    width: 500px;
    max-width: 500%;
    margin-top: 20px;
    margin-bottom: 28px;
    font-weight: normal;
}

.checkbox-wrap label span {
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.checkbox-wrap label a {
    color: #f75959;
}

.third-login div {
    padding-top: 12px;
    padding-bottom: 54px;
    text-align: center;
}

.third-login div>* {
    display: inline-block;
    vertical-align: middle;
}

.loading-keyframs {
    text-align: center;
}

.loading-keyframs .letter-holder {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
}

.letter {
    float: left;
    font-size: 14px;
    color: #fff;
}

.loading-keyframs .letter {
    animation-name: loading;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.l-1 {
    animation-delay: .48s;
}

.l-2 {
    animation-delay: .6s;
}

.l-3 {
    animation-delay: .72s;
}

.l-4 {
    animation-delay: .84s;
}

.l-5 {
    animation-delay: .96s;
}

.l-6 {
    animation-delay: 1.08s;
}

.l-7 {
    animation-delay: 1.2s;
}

.l-8 {
    animation-delay: 1.32s;
}

.l-9 {
    animation-delay: 1.44s;
}

.l-10 {
    animation-delay: 1.56s;
}

@keyframes loading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 12px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 12px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 12px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 12px;
}

#dx_captcha_basic_link_1,
#dx_captcha_clickword_link_2 {
    display: none;
}