body{
    background-image: url('../img/132.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.c_header{
    width: 100%;
    height: 1rem;
    background-image: url('../img/p_bj.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.c_header_left{
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 0.6rem;
}
.c_header_left_logo{
    width: 1.62rem;
    height: 0.43rem;
}
.c_header_left_logo a{
    display: block;
}
.c_header_left_logo a img{
    width: 100%;
    font-size: 0;
}
.c_header_left_nav{
    display: flex;
    margin-left: 0.53rem;
    text-align: center;
}
.c_header_left_nav a{
    padding:0 0.3rem;
    border-right: 1px solid #d9d0d0;
}
.c_header_left_nav a:last-child{
    border-right: none;
}
.c_header_left_nav a p:nth-of-type(1){
    color: #d9d0d0;
    font-size: 0.2rem;
    margin-bottom: 0.09rem;
}
.c_header_left_nav a p:nth-of-type(2){
    color: #d9d0d0;
    font-size: 0.14rem;
}
.c_header_left_nav a.active{
    font-weight: bold;
}
.c_header_left_nav a.active p{
    color: #fff;
}
.c_header_right{
    padding-right: 0.6rem;
    display: flex;
    align-items: center;
}
.c_header_right_btn{
    width: 3rem;
    height: 0.35rem;
    border-radius: 0.18rem;
    overflow: hidden;
    display: flex;
}
.c_header_right_btn a{
    display: block;
    width: 1.5rem;
    height: 0.35rem;
    line-height: 0.35rem;
    color: #0020a9;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255, 255, 255, .64);
}
.c_header_right_btn a span{
    font-size: 0.14rem;
}
.c_header_right_btn a:nth-of-type(2){
    background-color: rgba(255, 255, 255, .5);
}
.c_body{
    width: 12.1rem;
    margin: auto;
    margin-top: 0.53rem;
}
.title{
    font-size: 0.24rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-family: '宋体';
}
.desc{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #ffffff;
    text-indent: 0.4rem;
    font-family: '宋体';
}
.desc p{
    margin-top: 0.1rem;
    text-align: justify;
}
.desc p.en{
    text-indent: 0;
    font-family: 'TimesNewRoman';
    color: #aaa;
}
.c_imgs{
   margin-top: 0.2rem;
   display: flex;
   flex-wrap: wrap;
   
}
.c_imgs img{
    height: 1.83rem;
    margin-bottom: 0.12rem;
    width: auto;
    border: 0.03rem solid #00779a;
    margin-right: 0.12rem;
    border-radius: 0.03rem;
    box-sizing: border-box;
    display: block;
}
.title_02{
    font-size: 0.24rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-family: '宋体';
    text-align: center;
    font-weight: bolder;
}
.c_foot{
    color: #0058af;
    font-size: 0.16rem;
    text-align: center;
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
    padding: 0.4rem 0 0.2rem 0;
}
.c_zj_main{
    width: 12rem;
    margin: auto;
    margin-top: 0.6rem;
    position: relative;
}
.c_zj_banner{
    width: 100%;
}
.c_zj_banner img{
    display: block;
    font-size: 0;
    width: 100%;
}
.c_zj_topics{
    margin-top: 0.6rem;
}
.c_zj_title{
    color: #ffffff;
    font-size: 0.24rem;
    font-family: '宋体';
    margin-bottom: 0.28rem;
}
.c_zj_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c_zj_item{
    width: 5.85rem;
    background: rgba(255, 255, 255, .8);
    border-radius: 0.1rem;
    margin-bottom: 0.3rem;
    padding:0.2rem 0.3rem 0.05rem 0.3rem;
    box-sizing: border-box;
}
.c_zj_item h4{
    font-size: 0.2rem;
    font-weight: bold;
    font-family: '微软雅黑';
    color: #0c3589;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}
.c_zj_item .text{
    color: #0c3589;
    font-size: 0.18rem;
    line-height: 0.3rem;
}
.c_zj_item .text a{
    color: #595f6c;
    font-size: 0.16rem;
}
.c_zj_item .c_zj_bottom{
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.c_zj_item .c_zj_bottom span{
    margin-right: 0.32rem;
    font-size: 0.12rem;
    color: #2b4d95;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.c_zj_item .c_zj_bottom span img{
    margin-right: 0.04rem;
}
.c_zj_claim{
    position: absolute;
    top: 1.8rem;
    right: -2.75rem;
    width: 2.52rem;
}
.c_zj_claim h5{
    color: #ffffff;
    font-size: 0.16rem;
    margin-bottom: 0.3rem;
}
.c_zj_claim div{
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.3rem;
}
.copyright{
    position: absolute;
    bottom: 0.32rem;
    right: -2.75rem;
    width: 2.52rem; 
    color: #0058af;
    font-size: 0.16rem;
}
.c_video_main{
    width: 12rem;
    margin: auto;
	margin-top: 0.4rem;
}
.c_video_desc{
    margin-top: 0.3rem;
}
.c_video_desc h5{
    font-size: 0.24rem;
    color: #ffffff;
    font-family: '宋体';
}
.c_video_desc div{
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.3rem;
    font-family: '宋体';
    text-indent: 0.4rem;
    margin-top: 0.2rem;
}
.c_video_desc div p{
    margin-bottom: 0.1rem;
    text-align: justify;
}
.c_video_desc div p.en{
    text-indent: 0;
    font-family: 'TimesNewRoman';
    color: #aaa;
}
.c_video_desc div p.img{
    text-indent: 0;
}
.c_video_desc div p img{
    max-width: 11rem;
}
.c_video_desc div p.img img{
    max-width: 100%;
}
.c_video_copyright{
    color: #0058af;
    font-size: 0.16rem;
    text-align: center;
    margin-bottom: 0.3rem;
}
.c_left_nav{
    width: 2rem;  
    position: absolute;
    top: 1.3rem; 
    left: 0;
}
.c_left_nav>div{
    margin-bottom: 0.01rem;
    height: 0.78rem;
    position: relative;
}
.c_left_nav>div>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #855a7f;
    font-size: 0.2rem;
    background: rgba(255, 255, 255, .2);
    text-align: center;
    padding-top: 0.15rem;
    line-height: 0.24rem;
}
.c_left_nav>div>a>p:nth-of-type(2){
    font-size: 0.16rem;
}
.c_left_nav>div>a.active{
    background: rgba(177, 118, 247, .5);
    color: #fff;
    font-weight: bold;
    font-size: 0.24rem;
}
.c_left_nav>div>a.active>p:nth-of-type(2){
    font-size: 0.18rem;
}
.question_nav:hover .subnav{
    display: block;
}
.subnav{
    display: none;
    position: absolute;
    width: 1.4rem;
    background: #e7ecf4;
    z-index: 11;
    left: 1.6rem;
    top: 0.3rem;
}
.subnav a{
    display: block;
    height: 0.74rem;
    border-bottom: 1px solid #d9e1ec;
    width: 100%;
    padding-top: 0.17rem;
    box-sizing: border-box;
}
.subnav a{
    font-size: 0.2rem;
    color: #6682a9;
    text-align: center;
}
.subnav a>p:nth-of-type(2){
    font-size: 0.16rem;
    text-align: center;
}
.subnav a.active{
    color: #0c3589;
}
.c_zj_top{
    color: #ffffff;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.36rem;
}
.c_zj_top p:nth-of-type(2){
    font-weight: normal;
    margin-top: 0.1rem;
}
.c_zj_top p:nth-of-type(3){
    font-weight: normal;
    font-size: 0.24rem;
}
.c_zj_top a{
    color: #fff;
}
.c_yp_list{
    margin-top: 0.3rem;
}
.c_yp_item{
    width: 100%;
    background: rgba(170, 185, 210, .8);
    border-radius: 0.1rem;
    box-shadow: 0px 0px 17.1px 0.9px rgba(255, 193, 132, 0.6);
    padding:0.3rem 0.36rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}
.c_yp_item_top{
    font-size: 0.16rem;
    color: #0c3589;
    display: flex;
    align-items: center;
}
.c_yp_item_top img{
    width: 0.18rem;
    margin-right: 0.1rem;
}

.c_yp_item .c_zj_bottom{
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.c_yp_item .c_zj_bottom span{
    margin-right: 0.32rem;
    font-size: 0.12rem;
    color: #2b4d95;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.c_yp_item .c_zj_bottom span img{
    margin-right: 0.04rem;
}
.c_yp_content{
    margin-top: 0.13rem;
}
.c_yp_content h6{
    color: #0c3589;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.c_yp_content p{
    color: #0c3589;
    font-size: 0.16rem;
    line-height: 0.3rem;
    white-space: pre-line;
    text-align: left;
}
.c_yp_content p.content_hide{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.c_yp_content p span{
    background: transparent url(../img/jxface2.gif) no-repeat scroll left top;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 3px;
}
.c_yp_content a{
    color: #5270a9;
    font-size: 0.14rem;
    line-height: 0.36rem;
}
.c_zj_imgs img{
    width: 2rem;
    margin-right: 0.15rem;
    margin-top: 0.1rem;
}
.zhuti{
    padding-left: 0.23rem;
}
.zhuti a{
    display: block;
    text-align: left;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
    color: #fff;
}
.zhuti a.active{
    font-size: 0.32rem;
}
.new_btn{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #46f8eb;
    text-align: center;
    color: #002899;
    font-size: 0.18rem;
    font-weight: bold;
    padding-top: 0.25rem;
    box-sizing:border-box;
    position: fixed;
    right: 0.2rem;
    bottom: 2.45rem;
}
.list_copyright{
    text-align: center;
    font-size: 0.16rem;
    color: #0058af;
    height: 0.2rem;
    line-height: 0.2rem;
}


.swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper_video .swiper-slide{
    cursor: pointer;
    height:1.1rem !important;
    opacity: 0.3;
}
.swiper_video .swiper-slide div>div.num{
    color: #ffffff;
    font-size: 0.24rem;
    font-family: '微软雅黑';
    font-weight: bold;
    margin-right: 0.05rem;
}
.swiper_video .swiper-slide>div:nth-of-type(1){
    display: flex;
}
.swiper_video .swiper-slide div .c_text{
    color: #ffffff;
    font-size: 0.24rem;
    font-family: '微软雅黑';
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.swiper_video .swiper-slide div .e_text{
    color: #ffffff;
    font-size: 0.18rem;
    font-family: '微软雅黑';
}
.c_list_main{
    width: 12rem;
    height: calc(100vh - 1rem - 0.2rem);
    overflow: hidden;
    margin: auto;
}
.img_play_btn{
    position: relative;
    display: none;
    margin-top: 0.18rem;
}
.img_play_btn img:nth-of-type(1){
    width: 100%;
    height: 4.1rem;
}
.img_play_btn img.play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.swiper_video .swiper-slide-active{
    height: 5.12rem !important;
    opacity:1;
}
.swiper_video .swiper-slide-active .img_play_btn{
    display: block;
}
.xx_btn{
    width: 2.14rem;
    height: 0.48rem;
    background: #b21523;
    border-radius: 0.24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -0.24rem;
    margin-left: -1.07rem;
}
.xx_btn p:nth-of-type(1){
    color: #ffe8d3;
    font-size: 0.2rem;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0.08rem;
}
.xx_btn p:nth-of-type(2){
    color: #ffe8d3;
    font-size: 0.14rem;
    display: block;
    width: 100%;
    text-align: center;
}
.question_content{
    width: 100%;
}
.question_content .btn{
    display: block;
    width: 3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: #ff5535;
    color: #fff;
    border-radius: 0.1rem;
    font-size: 0.22rem;
}
.question_content .again{
    background: rgba(177, 118, 247, .5);
}
.c_yp_editor{
    width: 100%;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
    background: #d5e7fc;
    padding: 0.2rem;
    border: 1px solid #2b4d95;
    position: relative;
}
.c_yp_editor_top img{
    display: block;
    width: 0.18rem;
    float: left;
}
.c_yp_editor_top span{
    font-size: 0.16rem;
    margin-left: 0.1rem;
    color: #333;
}
.c_yp_editor_content{
    margin-top: 0.05rem;
}
.c_yp_editor_content textarea{
    display: block;
    width: 100%;
    height: 0.85rem;
    padding: 0.15rem 0 0.05rem 0;
    border: 0;
    outline:none;
    background: none;
}
.c_yp_editor_bottom{
    margin-top: 0.1rem;
}
.c_yp_editor_bottom .left{
    float: left;
}
.c_yp_editor_bottom .left a{
    color: #2b4d95;
    float: left;
}
.c_yp_editor_bottom .left a.upload_img{
    margin-top: 0.02rem;
    margin-left: 0.28rem;
}
.c_yp_editor_bottom .left a.upload_video{
    margin-left: 0.28rem;
}
.c_yp_editor_bottom .left a span{
    float: left;
    margin-left: 0.05rem;
    margin-top: 0.01rem;
}
.c_yp_editor_bottom .left a.emotion span{
    margin-top: 0.02rem;
}
.c_yp_editor_bottom .left a.upload_video span{
    margin-top: 0.05rem;
}
.c_yp_editor_bottom .left a img{
    display: block;
    width: 0.23rem;
    float: left;
}
.c_yp_editor_bottom .left a.upload_img img{
    width: 0.22rem;
}
.c_yp_editor_bottom .right{
    float: right;
}
.c_yp_editor_bottom .right p{
    color: #666;
    float: left;
    margin-top: 0.08rem;
}
.c_yp_editor_bottom .right .editor_content_nums{
    padding: 0 0.1rem;
}
.c_yp_editor_bottom .right .editor_submit{
    display: block;
    width: 1.15rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    float: left;
    margin-left: 0.3rem;
    color: #fff;
    border-radius: 0.2rem;
    background: #ec87a3;
    font-size: 0.2rem;
}
.c_yp_editor_bottom .img_lists{
    margin-top: 0.1rem;
}
.c_yp_editor_bottom .img_lists a{
    float: left;
    margin-right: 0.5rem;
    position: relative;
}
.c_yp_editor_bottom .img_lists img.img{
    display: block;
    width: 1.5rem;
    margin-bottom: 0.1rem;
}
.c_yp_editor_bottom .img_lists img.delete_img{
   position: absolute;
    top: 0;
    right: -0.33rem;
    width: 0.25rem;
}
.c_yp_editor_bottom .video{
    margin-top: 0.1rem;
}
.c_yp_editor_bottom .video span{
    float: left;
    margin-top: 0.03rem;
}
.c_yp_editor_bottom .video img.delete_video{
    display: block;
    width: 0.25rem;
    float: left;
    margin-left: 0.1rem;
}
.c_yp_editor_bottom .emotion_lists{
    border: 1px solid #ccc;
    background: #fff;
    width: 463px;
}
.c_yp_editor_bottom .emotion_lists p{
    border-bottom: 1px solid #ccc;
    float: left;
}
.c_yp_editor_bottom .emotion_lists p:nth-of-type(8){
    border-bottom: none;
}
.c_yp_editor_bottom .emotion_lists p a{
    display: block;
    float: left;
    padding: 3px;
    border-right: 1px solid #ccc;
}
.c_yp_editor_bottom .emotion_lists p a:nth-of-type(11){
    border-right: none;
}
.c_yp_editor_bottom .emotion_lists p a span{
    background: transparent url(../img/jxface2.gif) no-repeat scroll left top;
    width: 35px;
    height: 35px;
    display: block;
}
.c_yp_children{
    margin-top: 0.2rem;
    border-top: 1px solid #2b4d95;
}
.c_yp_children .item{
    margin-top: 0.2rem;
}
.c_yp_children .item .item_top {
    font-size: 0.16rem;
    color: #333;
    display: flex;
    align-items: center;
}
.c_yp_children .item .item_top img {
    width: 0.18rem;
    margin-right: 0.1rem;
}
.c_yp_children .item .item_top span{
    margin-left: 0.3rem;
     color: #0c3589;
}
.c_yp_children .item_content{
    margin-top: 0.1rem;
}
.c_yp_children .item_content p {
    color: #0c3589;
    font-size: 0.16rem;
    line-height: 0.3rem;
    white-space: pre-line;
    text-align: left;
}
.c_yp_children .item_content p span{
    background: transparent url(../img/jxface2.gif) no-repeat scroll left top;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 3px;
}
.c_yp_children .item_imgs {
    margin-top: 0.1rem;
}
.c_yp_children .item_imgs img {
    width: 2rem;
    margin-right: 0.15rem;
    margin-top:0.1rem;
}
.c_yp_editor_bottom .video .video_progress{
    width: 100%;
    height: 0.4rem;
    background: #eee;
}
.c_yp_editor_bottom .video .video_progress .progress{
    width: 5%;
    min-width: 5%;
    height: 0.4rem;
    line-height: 0.4rem;
    text-indent: 10px;
    color: #333;
    background: #0baea2;
}
.page_html{
    text-align: center;
    color: #bfccd5;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.page_html span{
    margin-left: 3px;
}
.page_html a{
    padding: 3px 10px 3px 10px;
    color: #bfccd5;
}
.page_html a.active{
    background: #0c3589;
    color: #fff;
    border-radius: 10px;
}
.page_html a:hover{
    background: #0c3589;
    color: #fff;
    border-radius: 10px;
}
.c_zj_imgs{
    margin-top: 0.1rem;
}
.c_yp_videos{
    width: 4.6rem;
    height: 2.6rem;
    background: #000;
    position: relative;
    margin-top: 0.1rem;
}
.c_yp_videos img {
    width: 4.6rem;
    height: 2.6rem;
}
.c_yp_videos img.play {
    width: 0.68rem;
    height: 0.68rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-45%);
}
.swiper-wrapper {
    display: block;
    transition: transform 0.3s;
}
.flex_box {
    display: flex;
}
.c_zj_main_left{
    width: 7.3rem;
    float: left;
}
.c_zj_main_right{
    width: 4.4rem;
    float: left;
    margin-left: 0.3rem;
}
.c_yp_prime{
    background: #d5e7fc;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
}
.c_yp_prime_title {
    font-size: 0.24rem;
    color: #333;
    padding: 0.2rem;
    border-bottom: 1px solid #a9c2e0;
    font-family: '宋体';
}
.c_yp_jd_video{
    margin-top: 0.3rem;
}
.c_yp_jd_video .poster_box{
    position: relative;
}
.c_yp_jd_video .poster_box img{
    width: 100%;
    height: 2.7rem;
    border-radius: 0.1rem;
    border: 2px solid #899ac0;
}
.c_yp_jd_video .poster_box img.play {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-45%);
    border-radius:0;
    border: none;
    cursor: pointer;
}
.c_yp_jd_video .poster_box .text {
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    font-size: 0.22rem;
    color: #fff;
}
.c_yp_jd_video .video video{
    width: 100%;
    height: 100%;
}
.c_zj_item_empty{
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #333;
    padding: 0.3rem 0;
}
.comment_poster{
    position: relative;
}
.comment_poster img{
    width: 100%;
}
.comment_poster_btn{
    position: absolute;
    top: 4.63rem;
    left: 4.15rem;
    display: block;
    width: 3.8rem;
    height: 0.8rem;
}
.modal_comment_poster img{
    width: 100%;
}
.modal_comment_poster .comment_poster_alert_btn{
    position: absolute;
    top: 4.28rem;
    left: 4.9rem;
    display: block;
    width: 2.2rem;
    height: 0.6rem;
}
.review_poster{
    position: relative;
}
.review_poster img{
    display: block;
    width: 100%;
    border: none;
}
.review_content{
    background: #9f9fff;
    padding: 0.6rem 0.5rem;
}
.review_items{
    position: relative;
    background: #FFFDE8;
    border: 0.06rem solid #2F238F;
    border-radius: 0.3rem;
    padding-bottom: 0.6rem;
}
.review_items .yuan{
    width: 0.4rem;
    height: 0.4rem;
    background: #F1D246;
    border: 0.06rem solid #2F238F;
    border-radius: 50%;
    position: absolute;
    top: -0.23rem;
}
.review_items .yuan1{
    left: 2.7rem;
}
.review_items .yuan2{
    right: 2.7rem;
}
.review_item{
    margin-top: 0.45rem;
    padding: 0 0.45rem;
}
.review_item .top{

}
.review_item .top .top_left{
    float: left;
}
.review_item .top .top_left .cn{
    font-size: 0.2rem;
    color: #020202;
    font-family: 'SourceHanSansCN_Bold';
}
.review_item .top .top_left .en{
    font-size: 0.16rem;
    color: #999999;
    font-family: 'SourceHanSansCN_Regular';
    margin-top: 0.1rem;
}
.review_item .top .top_right{
    float: right;
}
.review_item .top .top_right img{
    width: 0.3rem;
    display: block;
    float: left;
}
.review_item .top .top_right span{
    float: left;
    font-size: 0.16rem;
    color: #001EFF;
    font-family: 'SourceHanSansCN_Regular';
    margin-left: 0.05rem;
    margin-top: 0.03rem;
}
.review_item .imgs {
    margin-top: 0.2rem;
}
.review_item .imgs img {
    width: 2.25rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
}

.review_item .address{
    margin-top: 0.25rem;
}
.review_item .address img{
    width: 0.3rem;
    display: block;
    float: left;
}
.review_item .address span{
    float: left;
    font-size: 0.16rem;
    color: #323232;
    font-family: 'SourceHanSansCN_Regular';
    margin-left: 0.1rem;
    margin-top: 0.04rem;
}
.modal_content_review_detail {
    width: 14rem;
    min-height: 6rem;
    top: 0.4rem;
    transform: translate(-50%,0%);
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.45rem 0;
}
.modal_close {
    position: absolute;
    top: 0.4rem;
    right: 0.3rem;
}
.modal_close img {
    width: 0.41rem;
}
.star_detail_media{
    padding: 0 0.5rem;
}
.star_detail_media .title{
    font-size: 0.18rem;
    color: #333;
    border-bottom: 1px solid #d3d2fe;
    padding-bottom: 0.15rem;
}
.swiper_review .swiper-slide {
    text-align: center;
}
.swiper_review .swiper-slide img {
    max-width: 100%;
    max-height: 8rem;
}
.swiper_media_left{
    position: absolute;
    left: -2rem;
    top: 3.7rem;
}
.swiper_media_left img{
    width: 0.6rem;
}
.swiper_media_right{
    position: absolute;
    right: -2rem;
    top: 3.7rem;
}
.swiper_media_right img{
    width: 0.6rem;
}