@media screen and (max-width: 1920px) {

    .support-button{
        border-top: 1px solid #EDEDED;
    }
    .support-button a{
        border: 0;
        background-color: #ffffff;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        float: right;
        padding: 10px 20px;
        cursor: pointer;
    }
    .support-button a:hover{
        border-bottom: 3px solid #000000!important;
    }
    .evaluate_center{
        width: 70%;
        margin: auto;
        overflow: hidden;
    }
    .evaluate_center_bottom{
        margin: 15px 10px;
        cursor: pointer;
    }
    .evaluate_center_bottom:hover{
        box-shadow: 0px 0px 15px #e3e3e3;
    }
    .center_bottom1{
        text-align: center;
        background-repeat: round;
        position: relative;
        height: 198px;
        overflow: hidden;
    }
    .center_bottom1 .img1{
        margin: 25px 0 18px 0;
        width: 77px;
        height: 77px;
        border-radius: 50%;
        border: 1px solid #ffffff;
    }
    .center_bottom1 .img2{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        filter: blur(1px) contrast(.8);
        width: 1000px;
        height: 1000px;
    }
    .upload_div{
        text-align: center;
        background-color: rgba(248,248,248,1);
        color: #999999;
        cursor: pointer;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        width: 205px;
        height: 96px;
    }
    .upload_div img{
        width: 50px;
        height: 50px;
        margin: 10px 0 5px 0;
    }
    .upload_div p{
        padding-bottom: 10px;
        text-align: center;
    }
    .center_bottom1 h2{
        font-size:20px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:24px;
        margin-bottom: 6px;
    }
    .center_bottom1 p{
        font-size:14px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:24px;
        padding-bottom: 25px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    .center_bottom2{
        padding: 13px;
        background-color: #F1F1F1;
        overflow: hidden;
        height: 220px;
    }
    .center_bottom2 .p1{
        font-size:14px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(51,51,51,1);
        line-height:24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }
    .center_bottom2 .p2{
        font-size:14px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(51,51,51,1);
        line-height:24px;
        text-align: right;
        width: 80%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        position: absolute;
        bottom: 30px;
        right: 25px;
    }
    .evaluate_buttpn{
        text-align: center;
    }
    .evaluate_buttpn button{
        font-size:22px;
        font-family:Microsoft YaHei;
        font-weight:bold;
        color:rgba(51,51,51,1);
        line-height:28px;
        padding: 17px 54px;
        margin-top: 60px;
    }

    .label label{
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(51,51,51,1);
    }
    .label .layui-input-block input,.label .layui-input-block select{
        background: #F8F8F8;
        border-radius: 4px;
    }
    .label .layui-inline{
        margin-top: 20px;
        width: 100%;
    }
    .close_div{
        position: absolute;
        top: 120px;
        cursor: pointer;
    }
    body {
        position: relative;
    }

    .zhezhao{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #000000;
        opacity: 0.6;
        display: none;
        z-index: 999999999999;
    }

    .myskin{
        background-image: url("/static/home_news/img/tanchuceng.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        width: 700px;
        height: 725px;
        left: 50%;
        margin-left: -350px;
        z-index: 99999999999999;
        display: none;
        top: 10%;
    }

    .open_img{
        width: 650px;
        margin-left: 23px;
        margin-top: -183px;

    }
    .layui-layer-page .layui-layer-content{
        overflow: initial!important;
    }
    #submit{
        float: right;
        background-color: #FF7019;
        border-radius: 6px;
        width:215px;
        text-align: center;
        height: 43px;
        margin-top: 20px;
        border: 1px solid #FF7019;
        color: #ffffff;
    }
    .form_div{
        margin: 400px 30px 0 30px
    }
    textarea{
        resize: none;
    }
    .textarea1{
        height: 95px;
        background:rgba(248,248,248,1);
        position: relative;
    }
    .textarea2{
        height: 142px;
        background:rgba(248,248,248,1);
        position: relative;
    }
}
@media screen and (max-width: 1300px) {
    .evaluate_center {
        width: 100%;
    }
    .myskin{
        width: 450px!important;
        height: 470px!important;
        margin-left: -225px;
    }
    .form_div{
        margin: 272px 10px 0 10px;
    }
    .textarea1{
        height: 55px;
    }
    .textarea2{
        height: 55px;
    }

    #submit{
        display: block;
        width: 170px;
        height: 28px !important;
        border-radius: 4px;
        margin: 17px auto;
    }
    .upload_div{
        width: 105px;
        height: 55px;
    }
    .upload_div img {
        width: 20PX;
        height: 20PX;
    }
    .label .layui-inline {
        margin-top: 10px;
        width: 100%;
    }
    .close_div {
        position: absolute;
        top: 78px;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 750px) {

}