html,
body {
    margin: 0;
    padding: 0;
    background-color: rgb(249, 249, 249);

}

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: 300px;
    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%;
    font-size: 16px;
    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 75px;
}

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%;
    height: 240px;
    background-image: url(../image/help.png);
}

.centerJz {
    width: 100%;
    margin: -200px auto 0 ;
}

.bar {
    width: 14%;
    font-size: 40px;
    margin: 30px auto;
    color: rgba(0, 0, 0, 0.90);
}

.select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rowFilter {
    display: flex;
    align-items: center;
    height: 50px;
}

.rowFilter>h4 {
    margin: 20px 25px;
}

.rowFilter>span {
    margin-right: 25px;
}

.sele {
    background-color: #CB0200;
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px
}

.productDisplay {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: center;
}

.productDisplayLeft {
    width: 12%;
    height: 144px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.productDisplayLeft>div {
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 7px 0;
}

.productDisplayRight {
    width: 85%;
}

.productDisplayRight>img {
    width: 100%;
}



.entries {
    width: 220px;
    margin-top: 45px;
}

.entries>span {
    height: 43px;
}

.foer {
    width: 100%;
    height: 230px;
    background-color: #25272A;
}

.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;
}

.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_right1 {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
}
.head_quit {
    display: none;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

#top,
#foot {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.container {
    margin: auto;
    width: 90%;
    height: auto;
    position: relative;
}

.sinye {
    background-color: #f7f7f7;
}

.sinye .ann_left {
    width: 2.4rem;
    position: relative;
    margin-top: .5rem;
}

.sinye .ann_right {
    width: calc(100% - 2.4rem);
    margin: .5rem 0 .5rem .5rem;
}

.sinye .ann_daoh {
    width: calc(2.4rem - .4rem);
    background-color: #CB0200;
    position: absolute;
    top: 0rem;
    bottom: auto;
    padding: .2rem;
}

.sinye .ann_daoh .year_list {
    position: relative;
    height: .65rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sinye .ann_daoh .year_list .yuan {
    width: .1rem;
    height: .1rem;
    margin-right: .35rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}

.sinye .ann_daoh .year_list .year {
    font-size: .18rem;
    color: rgba(255, 255, 255, 0.5);
    font-family: "AvantGarde Bk BT";
}

.sinye .ann_daoh .year_list .line {
    height: .65rem;
    width: .01rem;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: .047rem;
    top: 50%;
}

.sinye .ann_daoh .year_list:last-child .line {
    height: .35rem;
}


.sinye .ann_daoh .year_list.active .year {
    font-size: .25rem;
    color: rgba(255, 255, 255, 1);
}

.sinye .ann_daoh .year_list.active .yuan {
    background-color: rgba(255, 255, 255, 1);
}

.sinye .container {
    display: flex;
}

.sinye .ann_right .kuai_list .kuai_year {
    flex-shrink: 0;
    font-family: "AvantGarde Bk BT";
    color: #CB0200;
    font-size: 30px;
    line-height: .48rem;
}

.sinye .ann_right .kuai_list .ann_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .39rem 0;
    font-size: .18rem;
    line-height: .36rem;
    border-bottom: .01rem solid #dddddd;
}

.sinye .ann_right .kuai_list .sadsads {
    width: 100%;
    padding-left:20px;
}

.sinye .ann_right .kuai_list .sadsads .title {
    color: #333;
}

.sinye .ann_right .kuai_list .sadsads .time {
    color: #999;
    font-family: "AvantGarde Bk BT";
}

.sinye .ann_right .kuai_list .sadsads a:hover .title {
    color: #CB0200;
}

.sinye .ann_right .kuai_list .sadsads a:first-child .ann_list {
    padding-top: 0;
}

.sinye .ann_right .kuai_list .ann_list_down {
    width: .28rem;
    height: .32rem;
    margin-left: 10%;
    flex-shrink: 0;
}

.ann_right .dqbg img {
    width: 100%;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}

.dbg_4:hover>img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.dqbgall .sadsads {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.dqbgall .ann_right .kuai_list:first-child {
    margin-top: 0rem;
}

.dqbgall .ann_right .kuai_list {
    margin-top: .5rem;
}

.dbg_1 {
    font-size: 15px;
    margin: 20px 0 10px 0;
}

.dbg_2 {
    font-size: 14px;
    line-height: 25px;
}

.dbg_3 {
    font-size: 14px;
    line-height: 25px;
}

.dbg_4 {
    margin: 50px auto;
    width: 92%;
}

.dbg_5 {
    font-size: 24px;
}

.dbg_7{
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
}