.sd {
    margin-top: 0.375rem;
}
.seiya-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 1rem;
}
.sd .p1 {
    background-color: #9d0101;
}
.sd .p {
    display: block;
    width: 32%;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
}
.sd .video {
	display:flex;
	align-items: center;
	justify-content: center;
}
.sd .video img{
	height:50%;
	margin-right:2px;
}

.sd .p2 {
    background-color: #E60011;
}
.sd .p2 img {
    width: 1.6rem;
    vertical-align: middle;
    display: inline;
}

div.new_hot {
    position: relative;
    /* box-shadow: 0 0.05rem 0.25rem #ffe4e1; */
    box-shadow: 0 0 0.3rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 0.3rem rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 0.3rem rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 0.3rem rgb(0 0 0 / 10%);
    border-radius: 1rem;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
    width: 98%;
    margin-left: 1%;
}
div.new_hot ul.hot_line {
    margin-top: 0.5rem;
    border-radius: 0.175rem;
    justify-content: space-evenly;
}
div.new_hot ul.hot_line {
    margin-top: 0.5rem;
    border-radius: 0.175rem;
    justify-content: space-evenly;
    padding-top: 1rem;
    /* width: 100%; */
    margin: 0 0.3rem;
}
div.new_hot ul.hot_line li img {
    position: absolute;
    right: 0.8rem;
    top: 0.3rem;
    width: 1.3rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
div.new_hot ul.hot_line li p {
    font-size: 1.1rem;
    padding-top: 1.3rem;
    padding-left: 0.5rem;
    font-weight: bold;
    color: #333;
}

div.new_hot ul.hot_line li {
    position: relative;
    width: 14%;
    height: 3rem;
    border: 0.1rem solid #c8c8c8;
    border-radius: 0.125rem;
    margin-bottom: 0.7rem;
}

div.new_hot ul.hot_line li p.tip{color:#9d0101;}

div.new_hot ul.hot_line li.light img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.nav_rs {
    box-sizing: border-box;
    height: 4.5rem;
    border: 1px solid #eee;
    padding: 1rem 0.5rem;
        margin: 0.5rem 0.54rem;
    justify-content: left;
}
.nav_rs h3 {
    font-size: 1.4rem;
    color: #9d0101;
    line-height: 2.5rem;
}
.nav_rs a {
font-size: 1.4rem;
    padding: 0 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #9d0101;
    color: #fff;
    margin: 0 0.2rem;
    border-radius: 0.5rem;
    margin-top: -0.15rem;
}
.seiya-upblcok1 {
    background-color: #fff;
    margin-top: 1rem;
}