@charset "utf-8";/* CSS Document */
/** * @description:网站首页样式 * @author:ishang_qjs * @update:ishang_qjs*/
/* common */
* {box-sizing: border-box;}
.is-main .container,.is-report .container{width:1300px;height:100%;margin: 0 auto;}
.block{display:block;}
.text-16{font-size:16px;}
.text-18{font-size:18px;}
.text-24{font-size:24px;}
.text-white{color:#fff;}
.text-black-333{color: #333;}
.text-grey-999{color: #999;}
.text-red-c8{color: #c80000;}
.text-indent-2{text-indent:2em;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.leading-40{line-height:40px;}
.leading-48{line-height:48px;}
.leading-50{line-height:50px;}
.h-48{height: 48px;}
.h-50{height: 50px;}
.w-full{width: 100%;}
.mt-12{margin-top: 12px;}
.mb-20{margin-bottom: 20px;}
.ml-18{margin-left: 18px;}
.my-30{margin-top: 30px;margin-bottom: 30px;}
.px-10{padding: 0 10px;}
.border-none{border: none;}
.outline-none{outline: none;}
.img-cover{width: 100%;height: 100%; object-fit: cover;}
/* 12380举报-首页 */
.report-bg{height: 300px;background:url(../images/report/banner.png) no-repeat center top / cover;}
.m-rep-logo{padding-top:24px;margin-left:5px;}
.m-rep-tit{left:50%;bottom:92px;transform:translateX(-50%);}
.m-report{width:100%;min-height:898px;background-color:#ffffff;border:solid 1px #dddddd;padding:20px;}
.m-report-left{width:294px;height: 100%;min-height: 898px;border-right:1px solid #eaeaea;}
.m-report-right{width:calc(100% - 334px);}
.report-left-box .nav-text-link{width:243px;height:48px;line-height:48px;text-align:center;margin-bottom:10px;background-color:#f0f0f0;}
.report-left-box .nav-text-link:hover,.report-left-box .u-active .nav-text-link{background-color:#c80000;color:white;}

/* 反馈查询 */
.report-fb-box{width:595px;height:296px;background-color:#f5f5f5;margin:82px auto 0;}
.report-fb-box .fb-tit{width:100%;height:48px;line-height:48px;text-align:center;background-color:#eee;}
.report-fb-box .fb-form{padding:10px 0}
.report-fb-box .input-group{margin-top:20px;}
.report-fb-box .fb-form input{padding:0 10px; width: 100%;}
.report-fb-box .fb-form input::placeholder{color: #999;}
.report-fb-box .fb-form .label{width:165px;}
.report-fb-box .fb-form .input{width:320px;height:48px;background-color:#ffffff;border-radius:4px;border:solid 1px #dddddd;}
.report-fb-box .fb-form .input-captcha{width:208px;}
.report-fb-box .ver-img{width:80px;height:30px;margin-left: 16px;margin-top: 9px;}
.report-fb-box .submit-btn{width:110px;height:48px;margin-left: 165px;background-color:#c80000;border-radius:4px;}

/* 我要举报 */
.report-jb-box .btn-group{margin-top: 50px;}
.report-jb-box .btn-item{width:126px;height:45px;line-height:45px;background-color:#e1e1e1;border-radius:4px;color:#333;}
.report-jb-box .btn-item:hover,.report-jb-box .btn-item.u-active{color:white;background-color:#c80000;}

/* 举报写信 */
.lm-tit{border-bottom:1px solid #ddd;}
.w-67b{width: 67.35122105263158%;}
.w-72b{width: 72.70027272727273%;}
.w-170{width: 170px;}
.report-form-box .col-md-6{width:51.40692640692641%;}
.report-form-box .col-md-6 .label,.report-form-box .col-md-12 .label{width:155px;}
.report-form-box .col-md-6:nth-child(2){width:47.56756756756757%;}
.report-form-box .col-md-6:nth-child(2) .label{width:120px;}
.report-form-box .col-md-12 .textarea,.report-form-box .col-md-12 .input{width: calc(100% - 165px);}
.report-form-box .wrap-border{border-radius:4px;border:solid 1px #dddddd;}
.report-form-box .btn-cont{margin-left: 155px;}
.report-form-box .btn-submit{width:110px;background-color:#ffffff;border-radius:4px;border:solid 1px #dddddd;margin-right:20px;cursor: pointer;}
.report-form-box .red-btn{width:110px;height:48px;background-color:#c80000;color: white;}
.report-form-box .is-required:before{content:"*";color:#ff0000;margin-right:4px;}
.report-form-box .vercode{width: 80px; height: 30px; object-fit: cover;margin-top: 9px; margin-left: 16px; cursor: pointer;}

/* 查询结果列表 */
.report-result-box .u-name,.report-result-box .u-desc{line-height: 48px;}
.report-result-box tr td:nth-child(even){padding-left: 10px;}
.report-result-box tr{border-bottom: 1px solid #fff;}

/*pad md*/
@media screen and (max-width: 991px ){
    .container{width: 100%; padding: 0 15px;}
    .report-bg{width: 100%;height: 90px;}
    .m-rep-tit img{height: 16px;}
    .m-rep-logo{text-align: center;padding-top: 5px;}
    .m-rep-logo img{height: 36px;}
    .m-rep-tit{bottom: 12px;}
    .m-report-left,.m-report-right{width: 100%;height: auto;min-height: auto;}
    
    .report-jb-box .btn-item{width: 110px;}

    .report-fb-box{width: 100%;height: auto; margin: 20px 0 0;}
    .report-fb-box .fb-tit{height: auto;line-height: 36px;}
    .report-fb-box .fb-form .label{width: 100%;float: none;display: block;text-align: left;}
    .report-fb-box .fb-form .input{width: 60%;}
    .report-fb-box .fb-form{padding: 10px;}
    .report-fb-box .fb-form .code-wrap{width: 100%;}
    .report-fb-box .submit-btn{margin-left: 0;}
    .report-fb-box .btn-group{text-align: center;}
    
    .report-form-box .text-right{text-align: left;}
    .report-form-box .col-md-6,.report-left-box .nav-text-link{width: 100%;}
    .report-form-box .col-md-6{width:100%;float: none;}
    .report-form-box .col-md-6 .label,.report-form-box .col-md-12 .label{width:100%;float: none;display: block;}
    .report-form-box .col-md-6:nth-child(2){width:100%; float: none;}
    .report-form-box .col-md-6:nth-child(2) .label{width:100%;float:none;}
    .report-form-box .w-67b{width: 100%;}
    .report-form-box .w-72b{width: 100%;}
    .report-form-box .col-md-12 .textarea, .report-form-box .col-md-12 .input{width: 100%;}
    .report-form-box .btn-cont{margin-left: 0;text-align: center;}
}

/*phone sm*/
@media screen and (max-width: 767px) {
}

/*small xs*/
@media screen and (max-width: 638px) {

}

@media print {

}