* {
    margin: 0;
    padding: 0;
}

/* body {
    background-color: #eeeeee;
} */

.xmdetail-box {
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.6rem;
    min-height: 54vh;
}

.xmdetail-dingwei {
    font-size: 0.16rem;
    color: #999;
    margin: 0.6rem 0 0.3rem 0;
}

.xmdetail-box span {
    color: #B3216F;
}

/* 图标 */
.xmdetail-icon {
    height: 1.6rem;
    position: relative;
    border-radius: 0.12rem;
    overflow: hidden;
}
.xmdetail-icon img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.ymxmdetail-title{
    position: absolute;
    font-size: 0.38rem;
    color: #FFFFFF;
    top: 0.6rem;
    left: 4.89rem;
}

/* 相关资讯 */
.xmdetail-xgzx-box {
    margin-top: 0.6rem;
}

.xmdetail-xgzx-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.34rem;
}

.xmdetail-xgzx-title div:first-child {
    font-size: 0.3rem;
}

.xmdetail-xgzx-title div:last-child {
    font-size: 0.18rem;
    color: #B3216F;
    cursor: pointer;
}

.xgzx-box {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.xgzx-img {
    width: 3.1rem;
    height: 1.83rem;
    margin-right: 0.5rem;
    cursor: pointer;
    border-radius: 0.06rem;
    overflow: hidden;
}
.xgzx-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.xgzx-type {
    flex: 1;
}

.xgzx-type-title {
    font-size: 0.18rem;
    cursor: pointer;
}

.xgzx-type-name {
    font-size: 0.16rem;
    color: #B3216F;
    margin: 0.18rem 0 0.23rem 0;
}

.xgzx-type-text {
    font-size: 0.14rem;
    color: #999999;
}

.xgzx-box-btn {
    font-size: 0.16rem;
    color: #B3216F;
    margin: 0.74rem auto 1rem;
    border-bottom: 0.01rem solid #B3216F;
    padding-bottom: 0.04rem;
    cursor: pointer;
}

/* 相关问答 */
.wenda-huida-box{
    border: 0.01rem solid #DCDCDC;
    padding: 0.22rem 0.22rem;
    border-radius: 0.06rem;
    margin-bottom: 0.4rem;
}
.wenda-hd-title{
    font-size: 0.24rem;
    font-weight: bold;
    cursor: pointer;
}
.wenda-hd-text-box{
    border-bottom: 0.01rem solid #E5E5E5;
    display: flex;
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
}
.wenda-hd-img{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
.wenda-hd-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.wenda-hd-namebox{
    flex: 1;
}
.wenda-hd-textimg{
    width: 2.1rem;
    height: 1.3rem;
    margin-top: 0.15rem;
    margin-left: 0.05rem;
}
.wenda-hd-textimg img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.wenda-hd-name{
    font-size: 0.16rem;
    color: #6A86A9;
    margin-bottom: 0.2rem;
}
.wenda-hd-text{
    font-size: 0.16rem;
    color: #999;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wenda-hd-text span:first-child{
    color: #000;
    font-weight: bold;
}
.wenda-hd-bbox{
    font-size: 0.18rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.3rem;
}
.wenda-hd-r{
    display: flex;
    align-items: center;
}
.wenda-hd-ll{
    display: flex;
    align-items: center;
    margin-left: 0.15rem;
}
.wenda-hd-llimg{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}
.wenda-hd-llimg img{
    width: 100%;
    height: 100%;
    display: block;
}

/* 相关视频 */
.ymzx-box-t{
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    justify-content: space-between;
}
.ymzx-box-tl{
    font-size: 0.3rem;
}
.ymzx-box-tr{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ymzx-box-tr div:first-child{
    font-size: 0.16rem;
    color: #999999;
}
.ymzx-box-tr div:first-child a{
    font-size: 0.16rem;
    color: #999999;
}
.ymzx-box-tr div:last-child{
    width: 0.16rem;
    height: 0.16rem;
    display: block;
    margin-left: 0.1rem;
}
.ymzx-box-tr div:last-child a{
    width: 0.16rem;
    height: 0.16rem;
    display: block;
    margin-left: 0.1rem;
}
.ymzx-box-tr div:last-child img{
    width: 100%;
    height: 100%;
    display: block;
}

.ymsp-box-cbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ymsp-box-cl{
    width: 3.76rem;
}
.ymsp-box-cl-img{
    width: 3.76rem;
    height: 2.12rem;
    border-radius: 0.06rem;
    /* background-image: url(../../../image/index/sp-1.png);
    background-size: 100% 100%; */
    position: relative;
    cursor: pointer;
}
.ymsp-box-cl-img-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0.06rem;
    overflow: hidden;
}
.ymsp-box-cl-img-btn{
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    right: 0.15rem;
    top: 0.15rem;
    border-top-right-radius: 0.08rem;
    z-index: 2;
}
.ymsp-box-cl-img-btn img{
    width: 100%;
    height: 100%;
}
.ymsp-box-cl-title{
    font-size: 0.18rem;
    margin: 0.18rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
    /*height: 0.52rem;*/
}
.ymsp-box-cl-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ymsp-box-cl-tl{
    font-size: 0.16rem;
    color: #666;
}
.ymsp-box-cl-tr{
    display: flex;
    align-items: center;
}
.ymsp-box-cl-tr-img{
    width: 0.17rem;
    height: 0.17rem;
}
.ymsp-box-cl-tr-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.ymsp-box-cl-tr-num{
    font-size: 0.16rem;
    margin-left: 0.05rem;
}

/* 相关活动 */
.xghd-box{
    margin: 1.46rem 0 0.9rem 0;
}
.xghd-box-t{
    margin-bottom: 0.2rem;
}
.xghd-box-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xghd-imgbox{
    width: 5.8rem;
    height: 2.68rem;
    position: relative;
    border-radius: 0.06rem;
    cursor: pointer;
    overflow: hidden;
}
.xghd-imgbox .pub-item-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.xghd-imgbox div{
    font-size: 0.18rem;
    color: #fff;
    position: absolute;
    bottom: 0.3rem;
    left: 0.3rem;
}