html,
body {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}

.wrap {
    width: 100%;
}

.header {
    width: 100%;
    background: rgba(0, 0, 0, 0.90);

}

.time {
    width: 1200px;
    color: #fff;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.time>span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
}

.heade {
    width: 1200px;
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.headeLeft,
.headeRight {
    display: flex;
    align-items: center;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-weight: 600;
}

.headeRight>input {
    width: 285px;
    height: 39px;
    padding-left: 14px;
    background: #F0F0F0;
    border-radius: 2px 0px 0px 2px;
    border: none;
    outline: none;
}


.headeRight>button {
    width: 100px;
    height: 41px;
    margin-left: -5px;
    background: #990201;
    border-radius: 0px 2px 2px 0px;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    border: none;
}

.headeRight>button:hover {
    background-color: #CB0200;
    transition: .3s
}

.seach {
    vertical-align: middle;
}

.nave {
    width: 100%;
    height: 50px;
    background-color: #990201;
}

nav {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

nav>span {
    width: 25%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 50px;
}

nav>span:hover {
    background-color: #CB0200;
    transition: .3s
}


nav>label {
    position: relative;
    flex: 1;
    text-align: center;
    text-decoration: none;
    z-index: 2;
    color: #FFF;
}

label>a {
    font-weight: bold;
    margin: auto;
    padding: 10px 98px;
}

a {
    color: #fff;
    text-decoration: none;
}

input:checked+label {
    background-color: #CB0200;
    width: 100%;
    text-align: center;
}

nav>label:nth-of-type(1) {
    left: 0;
}

nav>label:nth-of-type(2) {
    left: 100px;
}

nav>label:nth-of-type(3) {
    left: 200px;
}

nav>label:nth-of-type(4) {
    left: 300px;
}

span>input {
    display: none;
}



.centerBox {
    width: 100%;
    background: url(../image/img_列表页.png)no-repeat;
    z-index: 1;
    height: auto;
    overflow: hidden;
    margin-bottom:100px;
}

.centerJz {
    width: 1200px;
    margin: 40px auto 0;
    left: calc(50% - 600px);
}

.bar {
    width: 14%;
    font-size: 40px;
    margin: 30px auto;
    color: rgba(0, 0, 0, 0.90);
}

.select {
    width: 98%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rowFilter_1,
.rowFilter_2,
.rowFilter_3 {
    display: flex;
    align-items: center;
    height: 50px;
}

.rowFilter_1>h4 {
    margin: 20px 25px;
}

.rowFilter_2>h4 {
    margin: 20px 25px;
}



.rowFilter_3>h4 {
    margin: 20px 25px;
}



.rowFilter_1>span,
.rowFilter_2>span,
.rowFilter_3>span {
    padding: 3px 10px;
    margin-right: 25px;
    cursor: pointer;
}

.sele,
.broadHeading,
.minorDefects {
    background-color: #CB0200;
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px;
    transition: 0.2s;
}

.productDisplay {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-self: center;
}

.entries {
    width: 220px;
    margin: 48px 7px 0 0;
    padding: 0 13px 0 0;
}

.entries>span {
    height: 43px;
}

.entries:hover {
    cursor: pointer;
}

.footer {
    width: 100%;
    height: 230px;
    background-color: #25272A;
    position: absolute;
    top: calc(100% + 310%);
    margin-top: 50px 0;
}

.bottomContent {
    width: 1200px;
    margin: auto;
    height: 70%;
    color: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
    border-bottom: 1px solid rgba(64, 67, 72, 1);
}

.bottomLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.bottomLine>label {
    font-size: 14px;
    margin-bottom: 10px;
}

.bottomLine>div {
    font-size: 12px;
    margin-bottom: 10px;
}

.bot {
    width: 700px;
    margin: auto;
    color: #FFFFFF;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.notice-box .more-icon {
    position: fixed;
    right: 0;
    top: 48%;
    z-index: 999999;
}

.notice-box .more-icon .icon1,
.notice-box .more-icon .icon2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    width: 80px;
    height: 66px;
    background: #BB0209;
    margin-top: 3px;
}

.notice-box .more-icon .icon2 {
    background-color: #7F7F7F;
}

.head_1 {
    width: 100%;
    height: 32px;
    background: rgba(0, 0, 0, 0.9);
}

.he {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_left {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
}

.her {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

.head_right {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
}

.head_quit {
    display: none;
}

.foter {
    width: 100%;
    height: 230px;
    background-color: #25272A;
    margin-top: 50px;
}

.bottomContent {
    width: 1200px;
    margin: auto;
    height: 70%;
    color: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
    border-bottom: 1px solid rgba(64, 67, 72, 1);
}

.bottomLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.bottomLine>label {
    font-size: 14px;
    margin-bottom: 10px;
}

.bottomLine>div {
    font-size: 12px;
    margin-bottom: 10px;
}

.select h4 {
    width: 70px;
}

.cpdl,.cpzl,.cpxl{
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.cpxl>span,
.cpzl>span,
.cpdl>span {
    cursor: pointer;
    margin-right: 30px;
    margin-bottom:10px;
}