@CHARSET "UTF-8";

.container {
    min-width: 1042px;
}

.container .main {

}

.container .form {
    position: relative;
}

.login {
    background: #fff;
    width: 328px;
    height: 334px;
    position: absolute;
    top: 100px;
    right: 200px;
    z-index: 10;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.login-top {
    width: 328px;
    height: 334px;
    position: absolute;
    top: 70px;
    right: 200px;
    z-index: 10;
}

.homepage-notice {
    background: #fff;
    width: 328px;
    height: 250px;
    position: absolute;
    top: 100px;
    right: 1000px;
    z-index: 10;
    border: solid 1px #ccc;
    border-radius: 15px;
    opacity: 0.9;
}

.login dt, .login dd {
    margin: 10px 0;
}

.login dt {
    float: left;
}

.login dl {
    overflow: hidden;
    width: 290px;
    margin: 20px auto;
}

.login dt span {
    display: block;
    width: 37px;
    height: 38px;
    border: solid 1px #ccc;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.login dt span.user {
    background: #FCF8F5 url("../images/login/user.png") no-repeat center center;
}

.login dt span.mobile {
    background: #FCF8F5 url("../images/login/mobile.png") no-repeat center center;
}

.login dt span.psd {
    background: #FCF8F5 url("../images/login/password.png") no-repeat center center;
}

.login dt span.vcode {
    background: url("../images/login/vcode.png") no-repeat center center;
    vertical-align: middle;
}

.login dd {
    float: left;
}

.login dd input {
    height: 38px;
    line-height: 38px;
    width: 240px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border: solid 1px #ccc;
    border-left: none;
    padding: 0 5px;
    color: #aaa;
    font-size: 14px;
}

.login input.loginBtn {
    background: url("../images/login/loginbtn.jpg") no-repeat center center;
    width: 287px;
    height: 40px;
    display: block;
    border: none;
    margin: auto;
}

.login dd {
    float: left;
}

.container .main .middle .left {
    background: #FFE49D url("../images/login/leftswing.jpg") no-repeat left top;
    width: 323px;
    height: 60px;
}

.container .main .middle .right {
    background: #FFE49D url("../images/login/rightswing.jpg") no-repeat right top;
    width: 323px;
    height: 60px;
}

.container .main .middle .classical {
    background: #FFE49D url("../images/block/classical.jpg") no-repeat top center;
    height: 538px;
    margin: 0 auto;
}

.container .main .middle #table .description {
    background: url("../images/block/descbg.png") repeat top left;
    width: 288px;
    position: absolute;
    font-family: '微软雅黑';
    line-height: 27px;
    padding: 5px 6.5px;
    top: -302px;
    color: #fff;
    font-size: 16px;
}

.container .main .notice {
    background: url("../images/login/notice.jpg") no-repeat center center;
    background-color: #FFE49D;
    height: 72px;
    width: 882px;
    margin: auto;
}

.container .foot {
    background-color: #ec9d59;
}

.login-tabs {
    list-style-type: none;
    padding-top: 15px;
    display: flex;
}

.login-tabs li {
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}

.login-tabs li.active {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}

.login-form {
    display: none;
    margin-top: 20px;
}

.login-form.active {
    display: block;
}

.login-ca {
    margin: 30px auto 30px;
}
.city-title::before {
    content: '';
    background-image: url("/images/login/trumpet.png");
    display: inline-block;
    width: 14px;
    height: 14px;
    left: -5px;
    top: 3px;
    position: relative;
}
