
.banner {
    width: 100%;
    overflow: hidden;
}

.search {
    height: 70px;
    overflow: hidden;
    background-color: #e20000;
    
}

.search > .w1280 {
    display: flex;
    align-items: center;
    height: 70px;
}

.search > .w1280 > p.search-labe {
    padding-left: 17px;
    font-size: 14px;
    color: #fff;
}

.search > .w1280 > .search-select {
    width: 75px;
    height: 25px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #e20000;
}

.search > .w1280 > div > .search-t {
    margin: 0px 2px;
}

.search > .w1280 > .search-btn {
    margin-left: 23px;
    width: 80px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background-color: #b48403;
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.container-tit {
    line-height: 32px;
    color: #fff;
    background: #e20000;
    text-indent: 24px;
}

.login {
    width: 390px;
    height: 300px;
    border: 1px solid #e20000;
    display: flex;
    flex-direction: column;
}

.login-user {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.login-user > span {
    display: block;
    width: max-content;
    text-align: right;
    line-height: 32px;
    color: #e20000;
}

.login-user > input {
    width: 209px;
    height: 30px;
    float: left;
    border: 1px solid #e20000;
    margin-left: 12px;
    text-indent: 12px;
}

.login-btn {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.login-btn > .login_btn {
    display: inline-block;
    width: 103px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background-color: #e20000;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.login-btn > .register {
    display: inline-block;
    width: 103px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background-color: #e20000;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.login-btn > .register > a {
    color: #ffffff;
}

.login-info {
    text-align: center;
    padding-bottom: 30px;
}

.login-info > p:nth-child(1) {
    color: #e20000;
    font-weight: bold;
    font-size: 24px;
    padding-top: 20px;
}

.login-info > p:nth-child(2) {
    color: #e20000;
    font-size: 16px;
    line-height: 3;
}

.login-info > p:nth-child(3) {
    padding-top: 30px;
}

.login-info > p:nth-child(3) > a {
    color: #e20000;
}

.login-tips {
    text-align: center;
    font-size: 14px;
    color: #e20000;
    padding-top: 30px;
}

.login-search {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.login-search > p {
    width: max-content;
    color: #e20000;
    line-height: 32px;
}

.login-search > input:nth-child(2) {
    width: 121px;
    height: 30px;
    border: 1px solid #e20000;
    text-indent: 12px;
}

.login-search > input:nth-child(3) {
    width: 85px;
    height: 33px;
    text-align: center;
    border: none;
    background-color: #e20000;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.activity {
    width: 556px;
    height: 300px;
    border: 1px solid #e20000;
}

.activity-lis {
    padding: 0px 15px;
}

.activity-lis > p {
    line-height: 2;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed;
}

.query {
    width: 300px;
    height: 300px;
    border: 1px solid #e20000;
}

.query-lis {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.query-lis > a {
    width: 120px;
    line-height: 70px;
    margin: 7px 12px;
    text-align: center;
    border: 1px solid #e20000;
    background: #fef2f2;
    border-radius: 5px;
}

.about {
    background: #fef2f2;
}

.about > .w1280 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}

.about-pic {
    width: 430px;
    height: 320px;
}

.about-lis {
    width: 830px;
    overflow: hidden;
}

.about-lis > p:nth-child(1) {
    line-height: 72px;
    font-size: 30px;
    color: #e20000;
}

.about-lis > p:nth-child(1) > span {
    font-size: 14px;
    color: #6c6c6c;
    margin-left: 15px;
}

.about-lis > p:nth-child(2) {
    line-height: 2;
}

.info-tit {
    text-align: center;
    line-height: 72px;
    font-size: 30px;
    color: #e20000;
    position: relative;
}

.info-tit > a {
    position: absolute;
    right: 0;
    top: 26px;
    width: 185px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #e20000;
    border-radius: 12px;
    font-size: 20px;
}

.info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.info-item {
    width: 580px;
    overflow: hidden;
    border: 1px solid #FF5879;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
}

.info-item > a.more {
    color: #89598E;
    display: block;
    text-align: right;
    line-height: 36px;
    margin-bottom: 10px;
    border-bottom: 1px #333333 dashed;
}

.info-item > p {
    font-size: 16px;
    display: flex;
    line-height: 2;
}

.info-item > p > span:nth-child(1) {
    display: block;
    width: 160px;
}