body {
    font-family: 'PingFangSC-Regular','HelveticaNeue-Light','Helvetica Neue Light','Microsoft YaHei','sans-serif', 'Simsun';
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 14px;
}

* {
    margin:0;
    padding:0;
    list-style:none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #343434;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.covers {
    margin: 66px 0 0 0;
    display: flex;
    flex-flow: wrap;
}

.covers li {
    margin: 0 80px 20px 80px;
}

.covers .img {
    width: 240px;
    height: 300px;
    display: block;
}

.covers2 {
    margin: 66px 0 0 0;
    display: flex;
    flex-flow: wrap;
}

.covers2 li {
    margin: 0 20px 10px 20px;
}

.covers2 .img {
    width: 220px;
    /*height: 300px;*/
    object-fit: cover;
    max-height: 200px;
    display: block;
}

.headerContainer {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #fdf9ee;
}

.header {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    align-items: center;
    height: 78px;
}

.user-menu {
    display: flex;
    color: #666;
    align-items: center;
}

.user-menu a {
    color: #666;
}

.vertical-line {
    border-right: 1px solid #c7c7c7;
    height: 12px;
    margin: 0 10px;
}

.contentContainer {
    width: 1200px;
}

.copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #b3b3b3;
    margin: 26px 0 26px 0;
}

.footerContainer {
    background-color: #fdf9ee;
    width: 100%;
    margin-top: 66px;
    border-top: 4px solid #d6b785;
}

.info {
    margin: 66px 0 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.regContainer {
    display: flex;
    justify-content: center;
    margin: 66px 0 0 0;
    color: #606266;
}

.regContainer > form > div {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    width: 600px;
    margin-left: 200px;
}

.regContainer label {
    width: 120px;
    display: flex;
    justify-content: flex-end;
    margin: 0 12px 0 0;
}

.regContainer label > span {
    color: red;
}

.regContainer input[type="password"],
.regContainer input[type="text"] {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 280px;
}

.regContainer button[type="submit"] {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #cea86c;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background: #cea86c;
    border-color: #cea86c;
    width: 280px;
}

.alert {
    margin-left: 10px;
    color: red;
}

.agreement a {
    color: red;
}

.error {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}