body {
    padding: 0;
    margin: 0;
    background: #336699;
    overflow: hidden;
}

.valid_error {
    color: #f5222d;
    font-size: 14px
}

.content {
    height: 100vh;
    background: #336699;
}

.header {
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 22%;
    left: 50%;
    margin-top: -88px;
    transform: translateX(-50%);
    z-index: 2;
}

.header a {
    text-decoration: none;
}

.header .logo {
    vertical-align: top;
    margin-right: 16px;
    width: 105px;
}

.header .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .titles {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    z-index: 3;
}

.header .titles .main_title {
    font-size: 42px;
    white-space: nowrap;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    text-shadow: 0.1em 0.1em 0.05em #333;
}

.main {
    width: 100%;
    height: 310px;
    position: absolute;
    background-image: url('./images/building.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 22%;
    z-index: 1;
    display:none;
}

/*.main2 {
    width: 100%;
    height: 360px;
    position: absolute;
    background-image: url('./images/building.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 27%;
    z-index: 1;
}*/
.main2 {
    width: 100%;
    height: 404px;
    position: absolute;
    background-image: url('./images/building.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 22%;
    z-index: 1;
    box-shadow: 0px 2px 20px 6px rgba(0,0,0,0.5);
}

.body {
    width: 310px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    z-index: 2;
    right: 10%;
    top: 25.5%;
    position: absolute;
}

.body .close_icon {
    display: none;
}

.body .body_title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
	color:#338cdf;
}

.body_header {
    height: 45px;
    position: relative;
    font-family: microsoft yahei
}

.body_header .switch {
    height: 40px;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #1890FF;
}

.body_header .switch #switch_password {
    margin-right: 105px
}

.body_header .switch .switch_btn {
    color: rgba(0, 0, 0, .65);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    outline: none;
    text-decoration: none;
    cursor: default;
    *hide-focus: expression(this.hideFocus=true);
    font-size: 16px;
}

.body_header .switch .switch_btn_focus {
    color: #1890FF;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    outline: none;
    text-decoration: none;
    cursor: default;
    *hide-focus: expression(this.hideFocus=true);
    font-size: 16px;
}

.body_header .switch .switch_btn {
    text-decoration: none;
}

.body_header .switch .switch_btn:hover {
    color: rgb(64, 169, 255);
    text-decoration: none
}

.body_header .switch .switch_btn_focus:hover {
    text-decoration: none
}

.body_header .switch {
    left: 30px
}

#switch_bottom {
    position: absolute;
    bottom: -1px;
    width: 90px !important;
    left: -10px;
    border-bottom: 2px solid #1890FF;
}

.hide {
    display: none;
}

.ant-input-affix-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: start;
}

.forms {
    margin-top: 15px;
}

.controls_form-group {
    display: flex;
    justify-content: space-between
}

.controls_form-group .form-group {
    display: flex;
    flex-direction: column;
    width: 60%
}

#btnSendMsg {
    width: 35%;
    font-size: 15px;
    padding: 0;
    cursor:pointer
}

.controls {
    display: block;
    margin-bottom: 10px;
}


.cw_input {
    box-sizing: border-box;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all 0.3s;
    height: 40px;
    padding: 6px 11px 6px 30px;
    font-size: 16px;
}

.cw_input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #d9d9d9;
}

.cw_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d9d9d9;
}

.cw_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d9d9d9;
}

.cw_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d9d9d9;
}

.cw_input:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
}

#loginName {
    background: url("./images/user.png") no-repeat 8px center;
    background-size: 18px;
}

#password, #mobilePassword {
    background: url("./images/lock.png") no-repeat 8px center;
    background-size: 18px;
}

#mobile {
    background: url("./images/mobile.png") no-repeat 8px center;
    background-size: 18px;
}

#captcha, #captcha {
    background: url("./images/captcha.png") no-repeat 8px center;
    background-size: 18px;
}

.link {
    text-align: right;
    font-size: 14px;
    color: #1890FF;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.return_link {
    display: flex;
    margin-top: 10px;
}

.return_link a {
    font-size: 14px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    color: #1890FF;
    margin-top: 3px;
    padding-left: 6px;
}

.return_link:before {
    content: url("./images/arrow.png");
}

.cw_btn {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    color: rgba(0, 0, 0, 0.65);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    color: #fff;
    background-color: #1890FF;
    border: 1px solid #1890FF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    width: 100%;
    margin-top: 20px;
    text-transform: none;
}


.footer {
    position: absolute;
    top: 25%;
    width: 100%;
    margin-top: 390px;
}

.footer ul {
    display: flex;
    justify-content: center;
    list-style: none;
    color: #fff;
}

.footer ul li {
    box-sizing: content-box;
    margin: 0 20px;
    padding: 12px 24px;
    font-size: 22px;
    white-space: nowrap;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
}

.footer ul li :hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}


.error_box {
    display: none;
    z-index: 99;
    position: absolute;
    top: 24px;
    right: 24px;
    min-width: 330px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 17px 16px;
    box-sizing: border-box;
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    word-wrap: break-word;
    border-radius: 4px;
}


.error_box .error_box_body {
    position: relative;
}

.error_box .error_box_body .icon_close {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: -2px;
}

.error_msg {
    padding-left: 45px;
    padding-right: 24px;
    font-size: 14px;

}

.error_box .error_box_body .btn_close {
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.data_code {
    border: 1px solid #d9d9d9;
    height: 38.5px;
    width: 35%;
    border-radius: 4px;
    cursor:pointer;
}

@keyframes rotatefresh {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
        transition: all 1s;
    }
}

.btn_loading {
    display: none;
    position: absolute;
    width: 18px;
    transform: translate(-38%);
    left: 38%;
    margin-top: 31px;
    z-index: 11;
    animation: rotatefresh 1s infinite linear;
}

@media screen and (max-width: 768px) {
    .header {
        top: 15%;
    }

    .header .titles .main_title {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .main {
        width: 100%;
        background-size: cover;
        top: 15%;
    }

    .main2 {
        height: 220px;
        background-size: contain;
        top: 30%;
    }

    .footer {
        top: 15%;
    }

    .footer ul {
        flex-wrap: wrap;
    }

    .footer ul li {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .header {
        height: 22px;
        line-height: 22px;
        top: 15%;
        margin-top: -40px;
    }

    .header .logo {
        vertical-align: top;
        margin-right: 8px;
        width: 50px;
    }

    .header .title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header .titles .main_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .main {
        width: 100%;
        height: 180px;
        background-size: cover;
        top: 15%;
    }

    .main2 {
        height: 120px;
        background-size: contain;
        top: 30%;
    }

    .body {
        width: 315px;
        left: 50%;
        transform: translateX(-50%);
        top: 27.5%;
    }

    .body .body_title {
        font-size: 18px;
       
    }

    .body .close_icon {
        display: block;
        float: right;
        font-size: 20px;
        padding: 5px;
        margin-top: -15px;
        margin-right: -10px;
    }

    .footer {
        position: absolute;
        top: 30%;
        margin-top: 125px;
    }

    .footer ul {
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .footer ul li {
        margin: 8px;
        padding: 5px 10px;
        font-size: 16px;
        width: 125px;
        text-align: center;
    }



     .mobileTitle {
            flex-direction: column;
        }

            .mobileTitle .logo {
                width: 70px;
            }

            .mobileTitle .main_title {
                margin: 10px 0;
            }
}

.animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

