.file_pdf_box{
    overflow: hidden;
}

@media screen and (min-width:751px) {
    .wonDeatails_back{
        position: absolute;
        top: 0%;
        right: -15%;
    }

    .wonDeatails_back_text{
        display: block;
        width: 140px;
        height: 30px;
        background: rgb(248, 215, 69);
        text-align: center;
        line-height: 30px;
        color: #000;
        border-radius: 25px;
    }
    .wonDeatails_page {
        padding: 70px 0 200px;
        width: 100%;
        min-height: 100%;
        background-image: url(../img/background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .wonDeatails_box {
        background: white;
        width: 1200px;
        margin: auto;
        min-height: 400px;
        /* background-image: url(../img/border.png); */
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 100% 3px;
        padding: 80px 150px;
        box-sizing: border-box;
        font-size: 16px;
        position: relative;
    }
    /*  */
    .wonDeatails_name {
        overflow: hidden;
    }
    .wonDeatails_name_left {
        overflow: hidden;
        float: left;
        width: 320px;
    }
    .wonDeatails_name_left strong {
        display: block;
        margin-bottom: 10px;
		font-size: x-large;
    }
	.wonDeatails_name_left div {
	    display: block;
	    margin-bottom: 10px;
		font-size: large;
		font-weight: normal;
	}
	.wonDeatails_name_left p {
		font-size: medium;
		color: #646464;
	}
    .wonDeatails_name_left strong:last-of-type {
        margin-bottom: 20px;
    }
    .wonDeatails_name_right {
        float: right;
        width: 550px;
        height: 360px;
    }
    /*  */
    .wonDeatails_img>img,    .wonDeatails_img>video {
        width: 100%;
        height: 600px;
        margin: 60px 0;
    }
    .wonDeatails_img>ul {
        overflow: hidden;
    }
    .wonDeatails_img>ul li {
        float: left;
        cursor: pointer;
        margin-left: 30px;
        box-sizing: border-box;
        width: 155px;
        height: 100px;
        border: 3px solid #999999;
        overflow: hidden;
    }
    .wonDeatails_img>ul li img , .wonDeatails_img>ul  li video  {
        width: 155px;
        height: 100px;

    }
    .wonDeatails_img>ul li:first-child {
        margin-left: 0;
    }
    .wonDeatails_img_active {
        border: 3px solid #d5aa66!important;
    }
    /*  */
  
    .file_pdf_box>a{
        display: block;
        float: left;
        width: 206px;
        height: 120px;
        border: 1px dashed #d2d2d2;
        background: #f8f8f8;
        border-radius: 10px;
        margin-right: 20px;
        margin-top:20px ;
        padding-top: 20px;
        box-sizing: border-box;
        font-size: 18px;
        text-align: center;
    }
    .file_pdf_box>a>div{
        color: #999999;
        margin-bottom: 20px;
    }

    /* 评论区 */
    .clearfix::after {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }
    .wonDeatails_comment{
        margin-top: 68px;
    }
    .wonDeatails_comment_title{
        font-size: 20px;
        font-weight: bold;
        color: #333333;
    }
    .commentVal{
        /* width: 923px; */
        height: 1165px;
        background: #F8F8F8;
        border: 1px solid #D2D2D2;
        border-radius: 5px;
        margin-top: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .commentCanvance{
        width: 370px;
        height: 340px;
        /* background: #FFFFFF; */
        /* border: 1px solid #DCDCDC; */

    }
    .commentLable{
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .commentLable-f{
        /* float: left; */
    }
    .commentRound-f1{
        width: 6px;
        height: 6px;
        background: #1890FF;
        border-radius: 50%;
        float: left;
        margin-top: 8px;
        margin-right: 5px;
    }
    .commentRound-f2{
        width: 6px;
        height: 6px;
        background: #FACC14;
        border-radius: 50%;
        float: left;
        margin-top: 8px;
        margin-right: 5px;
    }
    .commentRound-f3{
        width: 6px;
        height: 6px;
        background: #2FC25B;
        border-radius: 50%;
        float: left;
        margin-top: 8px;
        margin-right: 5px;
    }
    .commentNum{
        font-size: 30px;
        color: #333333;
        margin-top: 10px;
    }
    .commentLable-fM{
        margin-left: 60px;
        margin-right: 60px;
    }
    .grad{
        float: left;
        margin-left: 50px;
    }
    .gradTtile{
        margin-top: 35px;
    }
    .gradLable{
        font-size: 24px;
        color: #333333;
        margin-top: 10px;
        float: left;
    }
    .gradNum{
        width: 52px;
        height: 50px;
        background: #FFFFFF;
        border: 1px solid #D2D2D2;
        border-radius: 5px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
    }
    .gradVal{
        width: 392px;
        height: 129px;
        background: #FFFFFF;
        border: 1px solid #D2D2D2;
        border-radius: 5px;
        resize: none;
        margin-top: 47px;
    }
    .gradRebtn{
        width: 81px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #D2D2D2;
        border-radius: 5px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #333333;
        line-height: 40px;
        float: right;
        margin-right: 20px;
    }
    .gradSubBtn{
        width: 81px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #22BA22;
        border-radius: 5px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #129525;
        line-height: 40px;
        float: right;

    }
    .gradloginSubBtn{
        width: 110px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #D2D2D2;
        border-radius: 5px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #333333;
        line-height: 40px;
        float: right;
    }
    .gradloginSubBtnMar{
        margin-right: 30px;
    }
    .gradlogin{
        margin-top: 50px;
    }
    .gradBtn{
        margin-top: 50px;
    }
    .progressContent{
        margin-top: 60px;
    }
    .progressContent-title{
        font-size: 18px;
        color: #333333;
        line-height: 30px;
    }
    .progressContent-lable{
        font-size: 14px;
        color: #999999;
        line-height: 30px;
    }
    .layui-progress {
        position: relative;
        height: 6px;
        border-radius: 20px;
        background: #FFFFFF !important;
        margin-top: 20px;
    }
    .layui-progress-bar {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        max-width: 100%;
        height: 6px;
        border-radius: 20px;
        text-align: right;
        background: #015478 !important;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .layui-slider {
        background: #A5A5A5 !important;
    }
    .layui-slider-bar {
        background: #015478 !important;
    }
    .layui-slider-wrap-btn {
        border: 2px solid  #015478 !important;
    }
    .demo-slider{
        margin-top: 10px;
    }
    .progressContentGrade{
        margin-top: 20px;
    }


}

@media screen and (max-width:750px) {
    .wonDeatails_page {
        padding: 0.35rem  0.2rem;
        width: 100%;
        min-height: 100%;
        background-image: url(../img/media_background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        box-sizing: border-box;
    }
    .wonDeatails_box {
        background: white;
        min-height: 100vh;
        /* background-image: url(../img/border.png); */
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 100% 3px;
        padding: 0.5rem 0.2rem;
        box-sizing: border-box;
        font-size:0.24rem;
        color: #343434;
        overflow: hidden;
        
    }
    .wonDeatails_name_left>strong{
        display: block;
        margin-bottom: 0.2rem;

    }
    .wonDeatails_name > img{
        width: 100%;
        margin:0.2rem auto;
        /*margin-top: -10rem;*/
    }
    .wonDeatails_name_left>p{
        float: left;
        margin:0.1rem ;
        /*margin-top: 3.2rem;*/
    }

    .wonDeatails_img>img,.wonDeatails_img>video{
        display: none;

    }
    .wonDeatails_img>ul>li>img{
       width: 100%;
       margin-bottom: 0.36rem;
    }
    .file_pdf_box>a{
        display: block;
        float: left;
        width: 2.06rem;
        height: 1.20rem;
        border:.01rem dashed #d2d2d2;
        background: #f8f8f8;
        border-radius: .10rem;
        margin-right: .20rem;
        margin-top:.20rem ;
        padding-top: .20rem;
        box-sizing: border-box;
        font-size: .18rem;
        text-align: center;
    }
    .file_pdf_box>a>div{
        color: #999999;
        margin-bottom: 0.20rem;
    }
    .file_pdf_box>a>div img{
        width: 0.33rem;
        height: 0.3rem;

    }

    /* 评论区 */
    .clearfix::after {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }
    .wonDeatails_comment{
        margin-top: 0.57rem;
    }
    .wonDeatails_comment_title{
        font-size: 0.2rem;
        font-weight: bold;
        color: #333333;
    }
    .commentVal{
        /*width: 923px;
        */height: 100%;
        background: #F8F8F8;
        border: 0.01rem solid #D2D2D2;
        border-radius: 0.05rem;
        margin-top: 0.3rem;
        -webkit-border-radius: 0.05rem;
        -moz-border-radius: 0.05rem;
        -ms-border-radius: 0.05rem;
        -o-border-radius: 0.05rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        padding-bottom: 0.5rem;
    }
    .commentCanvance{
        /* width: 6rem;
        height: 6rem; */
        width: 315px;
        height: 315px;
    }
    .commentLable{
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .commentLable-f{
        /* float: left; */
    }
    .commentRound-f1{
        width: 0.06rem;
        height: 0.06rem;
        background: #1890FF;
        border-radius: 50%;
        float: left;
        margin-top: 0.15rem;
        margin-right: 0.1rem;
    }
    .commentRound-f2{
        width: 0.06rem;
        height: 0.06rem;
        background: #FACC14;
        border-radius: 50%;
        float: left;
        margin-top: 0.15rem;
        margin-right: 0.1rem;
    }
    .commentRound-f3{
        width: 0.06rem;
        height: 0.06rem;
        background:#2FC25B;
        border-radius: 50%;
        float: left;
        margin-top: 0.15rem;
        margin-right: 0.1rem;
    }
    .commentNum{
        font-size: 0.5rem;
        color: #333333;
        margin-top: 0.2rem;
    }
    .commentLable-fM{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .grad{
        float: left;
        width: 100%;
    }
    .gradTtile{
        margin-top: 0.5rem;
    }
    .gradLable{
        font-size: 0.3rem;
        color: #333333;
        margin-top: 0.1rem;
        float: left;
    }
    .gradNum{
        width: 0.6rem;
        height: 0.6rem;
        background: #FFFFFF;
        border: 0.01rem solid #D2D2D2;
        border-radius: 0.05rem;
        line-height: 0.6rem;
        text-align: center;
        font-size: 0.4rem;
    }
    .gradVal{
        width: 100%;
        height: 2rem;
        background: #FFFFFF;
        border: 0.01rem solid #D2D2D2;
        border-radius: 5px;
        resize: none;
        margin-top: 0.2rem;
    }
    .gradRebtn{
        width: 1.5rem;
        height: 0.7rem;
        background: #FFFFFF;
        border: 0.01rem solid #D2D2D2;
        border-radius: 0.05rem;
        text-align: center;
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.74rem;
        float: right;
        margin-right: 0.2rem;
    }
    .gradSubBtn{
        width: 1.5rem;
        height: 0.7rem;
        background: #FFFFFF;
        border: 0.01rem solid #22BA22;
        border-radius: 0.05rem;
        text-align: center;
        font-size: 0.3rem;
        color: #129525;
        line-height: 0.74rem;
        float: right;
    }
    .gradloginSubBtn{
        width: 2rem;
        height: 0.8rem;
        background: #FFFFFF;
        border: 0.01rem solid #D2D2D2;
        border-radius: 0.05rem;
        text-align: center;
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.8rem;
        float: right;

    }
    .gradloginSubBtnMar{
        margin-right: 30px;
    }
    .gradlogin{
        margin-top: 0.5rem;
    }
    .gradBtn{
        margin-top: 0.5rem;

    }
    .progressContent{
        margin-top: 0.6rem;
    }
    .progressContent-title{
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.3rem;
    }
    .progressContent-lable{
        font-size: 0.2rem;
        color: #999999;
        line-height: 0.3rem;
        margin-top: 0.1rem;
    }
    .layui-slider {
        background: #A5A5A5 !important;
    }
    .layui-slider-bar {
        background: #015478 !important;
    }
    .layui-slider-wrap-btn {
        border: 0.03rem solid  #015478 !important;
    }
    .demo-slider{
        margin-top: 0.3rem;
    }

}