* {
    margin: 0;
    padding: 0;
}

.container .header .listTit {
    color: #000000 !important;
}

.bot-list {
    color: #000000 !important;
}

.detail {
    width: 100%;
    background: #F8F8F8;
    margin-top: 1rem;
    padding-bottom: 1.16rem;
}

.detail .detNav {
    display: flex;
    align-items: center;
    margin-left: 1.33rem;
    padding-top: 0.62rem;
}
.detail .detNav span{
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #8B8888;
}
.detail .detNav img {
    width: 0.17rem;
    height: 0.17rem;
    margin-right: 0.06rem;
}

.detail .detNav a {
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #8B8888;
    max-width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail .detNav a.active {
    color: #414141;
}

.detail .detailTop {
    display: flex;
    margin-left: 1.33rem;
    margin-top: 0.92rem;
}

.detail .detailTop .topSw {
    position: relative;
    width: 8.06rem;
    height: 5.12rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    border: 0.01rem solid #E8E8E8;
    padding: 0 0.93rem;
    box-sizing: border-box;
}

.swCon {
    width: 100%;
}

.swCon .mySwiper a {
    display: flex;
    flex-direction: column;
    /*width: 5.52rem;*/
    width: 100%;
     height: 4.65rem; 
}

.swCon .mySwiper a div {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #292929;
    text-align: center;
}

.swCon .mySwiper a img {
    display: block;
    width: auto;
    height: 100%;
    margin-top: 0.3rem;
}

.swCon .swiper-button-next {
    position: absolute;
    z-index: 999;
    right: 0.51rem;
    color: #BE1E21;

}

.swCon .swiper-button-next:after {
    font-size: 0.24rem;
    /* 修改箭头大小 */
}

.swCon .swiper-button-prev {
    color: #BE1E21;
    left: 0.51rem;
}

.swCon .swiper-button-prev:after {
    font-size: 0.24rem;
    /* 修改箭头大小 */
}

.topTex {
    width: 7.79rem;
    margin-left: 0.56rem;
}

.topTex .texTit {
    padding-bottom: 0.53rem;
    width: 7.87rem;
    border-bottom: 0.01rem solid #D8D8D8;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
    line-height: 0.5rem;
    padding-top: 0.3rem;
}

.topTex .texCon {
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #797979;
    line-height: 0.3rem;
}

.topTex .texNav {
    display: flex;
    margin-top: 0.36rem;
    margin-bottom: 0.45rem;
}

.topTex .texNav .navText {
    margin-right: 0.11rem;
    font-family: Arial, Arial;
    font-size: 0.25rem;
    color: #080808;
    line-height: 0.3rem;
}

.topTex .texNav .navBtn {
    /*width: 1.16rem;*/
    padding: 0 0.15rem;
    height: 0.35rem;
    background: #FFFFFF;
    border-radius: 0.07rem;
    border: 0.01rem solid #E5E5E5;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #797979;
    line-height: 0.35rem;
    text-align: center;
}

.modalBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.62rem;
    height: 0.64rem;
    /* background: #BE1E21; */
    background: #fff;
    padding: 0 0.24rem;
    border-radius: 0.53rem 0.53rem 0.53rem 0.53rem;
    box-sizing: border-box;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 0.2rem;
    color: #BE1E21;
    line-height: 0rem;
    border: 0.02rem solid #BE1E21;
    transition: all 0.3s ease-in-out;
}

.modalBtn:hover {
    background: #BE1E21;
    color: #fff;
}

.modalBtn .btnImg {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 0.27rem;
    height: 0.27rem;
    border: 0.01rem solid #BE1E21;
    border-radius: 50%;
}

.btnImgBor {
    position: absolute;
    left: -0.48rem;
    width: 0.65rem;
    height: 0.01rem;
    /* border: 0.01rem solid #FFFFFF; */
    background: #BE1E21;
    transition: all 0.3s;
}

.modalBtn .btnImg .btnImgCen {
    width: 0.07rem;
    height: 0.07rem;
    background: #BE1E21;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.modalBtn .btnImg .btnImgCen.btnImgCenActive {
    width: 0.17rem;
    height: 0.17rem;
}

.topTex .texBtn {
    display: flex;
    /*justify-content: space-between;*/
}

.topTex .texBtn .texBtn2 {
    display: flex;
    align-items: center;
    /*width: 2.24rem;*/
    height: 0.64rem;
    background: #fff;
    border-radius: 0.53rem;
    padding-left: 0.24rem;
    padding-right: 0.2rem;
    border: 0.02rem solid #BE1E21;
    box-sizing: border-box;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 0.2rem;
    color: #BE1E21;
    transition: all 0.3s ease-in-out;
    margin-left: 0.28rem;
}

.topTex .texBtn .texBtn2:hover {
    background: #BE1E21;
    color: #fff;
}

.texBtn2 img {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.28rem;
}

.topTex .texBtn .texBtn3 {
    /*display: flex;*/
    display: none;
    align-items: center;
    width: 2.48rem;
    height: 0.64rem;
    background: #fff;
    border-radius: 0.53rem;
    padding-left: 0.16rem;
    border: 0.02rem solid #BE1E21;
    box-sizing: border-box;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 0.2rem;
    color: #BE1E21;
    transition: all 0.3s ease-in-out;
}

.texBtn3 img {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0.24rem;
}

.topTex .texBtn .texBtn3:hover {
    background: #BE1E21;
    color: #fff;
}

.detail .detailBottom {
    width: 16.49rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.6rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.2rem;
    margin-left: 1.33rem;
    padding-top: 0.47rem;
    padding-bottom: 0.76rem;
    box-sizing: border-box;
    margin-top: 0.28rem;
}

.detail .detailBottom p{
    display: flex;
    /*justify-content: center;*/
}

.detail .detailBottom p img{
    display: block;
    max-width: 100%;
    height: 100%;
}

.detail .detailBottom .bottonTit {
    display: flex;
    align-items: center;
    margin-left: 0.3rem;
}

.bottonTit .titBor {
    width: 0.09rem;
    height: 0.31rem;
    background: #BE1E21;
    margin-right: 0.21rem;
}

.bottonTit .titTex {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.25rem;
    color: #BE1E21;
}

.detailBottom .bottomTex {
    margin-left: 0.3rem;
    margin-top: 0.26rem;
    margin-bottom: 0.51rem;
    padding-right: 0.3rem;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
}

.detailBottom .bottomTex2 {
    margin-left: 0.3rem;
    margin-top: 0.37rem;
    margin-bottom: 0.51rem;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
}

/*.detailBottom .bottomTex2 span{*/
/*    font-family: Arial, Arial;*/
/*    font-size: 0.2rem !important;*/
/*    color: #000000;*/
/*    line-height: 0.3rem;*/
/*}*/

.deList {
    display: block;
    width: 16.07rem;
    height: 4.18rem;
    margin: 0.5rem auto 0.38rem;
}

.deImg {
    display: block;
    width: 16.19rem;
    height: 18.9rem;
    margin: 0.38rem auto 0.5rem;
}

.deHandoff {
    display: flex;
    justify-content: space-between;
    width: 15.95rem;
    border-top: 0.01rem solid #D5D5D5;
    margin: 0 auto;
    padding-top: 0.15rem;
}

.deHandoff .prev,
.deHandoff .next {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.17rem;
    color: #666666;
}

.deHandoff .prev:hover,
.deHandoff .next:hover {
    color: #B92E29;
}

.deHandoff .prev img,
.deHandoff .next img {
    display: block;
    width: 0.13rem;
    height: 0.11rem;
    margin-right: 0.06rem;
}

.prevImg,
.nextImg {
    transform: rotate(180deg);
}

@media only screen and (max-width:768px) {
    .detail .detNav{
        margin-left: 0.2rem;
        flex-wrap: wrap;
    }
    .detail .detailTop{
            margin-left: auto;
            margin-right: auto;
            flex-wrap: wrap;
            justify-content: space-evenly;
    }
    .detail .detailTop .topSw{
        width: 94%;
    }
    .topTex .texTit{
        width: 100%;
    }
    .topTex{
        width: 94%;
        margin-left: 0;
    }
    .detail .detailBottom{
        width: 94%;
        margin-left: auto;
        margin-right: auto;
            padding-left: 0.2rem;
    padding-right: 0.2rem;
    }
    .detail .detailBottom .bottonTit{
        margin-left: 0;
    }
    .detailBottom .bottomTex{
        margin-left: 0;
    }
    .detail .detailBottom .bottonTit{
        margin-left: 0;
    }
    .detailBottom .bottomTex2{
        margin-left: 0;
    }
    .deHandoff{
        width: 100%;
    }
}
