html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

.bck {
    width: 100%;
    height: 6.8rem;
}

.nav ul a:nth-child(8) {
    font-weight: bold;
    border-bottom: 0.03rem solid #B30000;
}

.bck>div {
    position: relative;
    margin: 0 auto;
    max-width: 14rem;
}

.d-page>div {
    cursor: pointer;
}

.d-page>span {
    cursor: pointer;
}

.bck>div>span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 3.98rem;
}

.d1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 14rem;
    position: relative;
    margin: 0 auto;
}

.d1-fx {
    display: flex;
    align-items: center;
    max-width: 14rem;
    height: 1rem;
    justify-content: space-between;
}

.d1-fx1 {
    display: flex;
    align-items: center;
}

.d1-fx1>div {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #262626;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
    height: 1.01rem;
    flex: 0 0 0.72rem;
    cursor: pointer;
}

.w1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #B30000 !important;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
    width: 0.72rem;
    height: 1.01rem;
    flex: 0 0 0.72rem;
    border-bottom: 0.04rem solid #B30000;
}

.d1-fx1>span {
    width: 0.72rem;
    height: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #262626;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: 0 0 1.22rem;
}

.d1-fx2 {
    display: flex;
    align-items: center;
}

.d1-fx2>div {
    width: 0;
    height: 0;
    border-top: 0.061rem solid transparent;
    border-bottom: 0.061rem solid transparent;
    border-left: 0.07rem solid #888888;
    ;
    margin-left: 0.06rem;
}

.d1-fx2>span {
    cursor: pointer;
}

.w2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #888888;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 0.06rem;
}

.w3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #B30000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 0.06rem;
}

.d1-l1 {
    width: 14rem;
    height: 0rem;
    border: 0.01rem solid #E6E6E6;
}

.d2 {
    width: 100%;
    background: #F9F9F9;
    padding-bottom: 1rem;
}

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

.d2-fx1 {
    display: flex;
    gap: 1.36rem;
    margin-top: 0.8rem;
}

.d2-fx2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}

.d2-fx2:hover {
    cursor: pointer;
}
.yuan {
    width: 0.76rem;
    height: 0.76rem;
    border: 0.01rem solid #C8C8C8;
    border-radius: 100% 100% 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.d2-fx2:hover>.yuan{
    background: #B30000;
}
.d2-fx2:hover>.yuan>img{
    filter: brightness(0) invert(1);
}
.d2-fx1>div>P {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #262626;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-top: 0.15rem;
}

.d2-l1 {
    width: 0.21rem;
    height: 0rem;
    border: 0.02rem solid #B2B2B2;
    margin-top: 0.2rem;
}

.d2-fx1>div>span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #3D3D3D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.15rem;
    transition: 0.8s;
}

/*.d2-fx2:hover>.yuan {*/
/*    background-color: #B30000;*/
/*}*/

.d2-fx2:hover>.d2-l1 {
    margin-top: 0.32rem;
    transition: 0.5s;
}

.d2-fx1:hover>div>P {
    margin-top: 0.21rem;
}

.d2-fx2:hover>span {
    color: #B30000;
    margin-top: 0.24rem;
}

.ditu {
    width: 14rem;
    height: 6rem;
    margin-bottom: 1rem;
        margin-top: 0.6rem;
}

.ditu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}