html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    font-family: "微软雅黑";
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

nav ul {
    list-style: none;
}

ol, ul, li {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    text-decoration:none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
    font-family: "微软雅黑"
}

input:not([type]), input[type="email"], input[type="number"], input[type="password" ], input[type="tel"], input[type="url"], input[type="text"] {
    padding: 0px 0px;
}

a, button, input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clear{
    clear: both;
}



.itemBoxItem_txt{
    position: relative;
}
.centerZone{
    position : absolute;
    top : 50%;
    transform : translate(0,-50%);
}
.centerZone_1{
    position : absolute;
    top : 50%;
    left : 50%;
    transform : translate(-50%,-50%);
}
.centerZone_1>img{
    width: 25px;
    height: 22px;
}


.itemBoxBg.titB .centerZone p:nth-child(1){
    font-size: 0.34rem;
}
.itemBoxBg.single{
    padding: 0rem;
    background: none;
    justify-content: space-between;
}
.itemBoxBg.single .itemBoxItem{
    width: 48.5%;
    border: none;
    padding: 0.05rem 0.2rem;
    background: #fff;
    border-radius: .15rem;
}

.bottomNav{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.1rem;
    background: #fff;
    box-sizing: border-box;
    border-top:1px solid #ddd;
}
.bottomNav li{
    height: 100%;
    flex: 1;
    text-align: center;
    border-right: 1px solid #ddd;
}
.bottomNav li:last-child{
    border-right:none;
}
.bottomNav li a{
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
}
.bottomNav li a img{
    width: 0.5rem;
}
.bottomNavTxt{
    font-size: 0.22rem;
    color: #999;
    margin-top: 0.1rem;
}
.bottomNav li.active{
    pointer-events: none;
}
.bottomNav li.active .bottomNavTxt{
    color: #0668b3;
}

.container{
    overflow: hidden;
}

.container_main{
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* 全屏显示时 */
.container.fullScreen .container_main{
    bottom: 0rem;
}
/* 全屏显示时，底部隐藏 */
.container.fullScreen .bottomNav{
    display: none;
}

.title{
    height:1rem;
    width:100%;
    background-color: #3ba0eb;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0px 5px;
    border-bottom: 1px solid #ddd;
}
/* 隐藏标题栏，内容区域上边距0rem*/
.container.hideTitle .container_main{
    top: 0.9rem;
}
/* 隐藏标题栏*/
.container.hideTitle .title{
    display: none;
}

/*-------摸索标题栏样式--------*/
.icon_back{
    background: url(../../../../../global/images/icon_back.png) no-repeat center;
    width: 0.5rem;
    height: 0.6rem;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
}
.backTxt{
    display: inline-block;
    font-size: 0.4rem;
    vertical-align: middle;
    color: #ffffff;
}
.titleTxt{
    display: inline-block;
    font-size: 0.45rem;
    vertical-align: middle;
    color: #ffffff;
    margin: 0 7px;
    white-space:nowrap;
    text-overflow:ellipsis;overflow:hidden;
    /*max-width: 55%;*/
}

.icon_more{
    background: url(../../../../../global/images/icon_more.png) no-repeat center;
    width: 0.5rem;
    height: 0.6rem;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

/*微信专题4-1-sxr20180807*/
.criticismMain{
    background: url('../../../../../global/images/sxr/criticismBg.png') no-repeat center top/100% 100%;
    /*padding-top: 4.16rem;*/
}
.criticismBgT img{
    vertical-align: middle;
}
.criticismMain p{
    color: #000000;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-indent: 2em;
    text-align: justify;
    padding:0.42rem 0.37rem 0;
    height: auto;
}
.criticismBtn{
    text-align: center;
    padding:0.38rem 0 0.49rem;
}
.criticismBtn input{
    color: #ffffff;
    font-size: 0.3rem;
    background: url('../../../../../global/images/sxr/bntBg1.png') repeat-x center/2.69rem 0.64rem;
    height: 0.64rem;
    line-height: 0.64rem;
    border:none;
    padding: 0;
    text-align: center;
    width: 2.69rem;
    vertical-align: middle;
    margin: 0 0.2rem;
}
.criticismBtn input.ButtonWhite{
    color: #888;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #888;
}
/*微信专题4-2-sxr20180807*/
.adviceMain{
    background: url('../../../../../global/images/sxr/adviceBg.png') no-repeat center top/100% 100%;
    padding:0.1rem 0.2rem 0;
}
.question{
    color: #888888;
    font-size: 0.3rem;
    padding:0.19rem 0.29rem 0.19rem 0.54rem;
    background: #ffffff;
    border:1px solid #cacaca;
    border-radius: 5px;
    margin-top: 0.2rem;
    line-height: 0.36rem;
}
.question i{
    position: absolute;
    width: 0.49rem;
    height: 0.36rem;
    background: url('../../../../../global/images/sxr/packUp.png') no-repeat center/100% 100%;
    margin-left: -0.58rem;
}
.question.active{
    background: #4d75bb;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #a0b5db;
}
.question.active i{
    background: url('../../../../../global/images/sxr/dropDown.png') no-repeat center/100% 100%;
}
.anwser{
    background: #ffffff;
    padding:0 0.19rem;
    border:1px solid #cacaca;
    border-top: none;
    border-radius: 0 0 5px 5px;
}
.eachInfor{
    border-bottom: 1px solid #e6e6e6;
    padding:0.25rem 0;
    display: flex;
}
.eachInfor label{
    color: #333333;
    font-size: 0.3rem;
    width: 1.63rem;
    padding-left: 0.13rem;
}
.eachInfor select,.eachInfor input,.eachInfor textarea{
    flex: 1;
    color: #666666;
    font-size: 0.3rem;
    border:0 none;
    padding:2px 0 0 0.26rem;
}
.eachInfor textarea{
    padding-top: 2px;
}
.blueBlock{
    border-bottom:0.09rem solid #4d75bb;
    border-radius: 0 0 5px 5px;
    margin:0 -0.19rem;
}
.adviceBtn{
    padding:0.39rem 0 0.4rem;
}
.adviceBtn input{
    font-size: 0.4rem;
    background: url('../../../../../global/images/sxr/bntBg2.png') repeat-x center/4rem 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 4.0rem;
}
/*微信专题4-3-sxr20180807*/
.bgColor{
    background: #f3f3f3;
}
.criticismInfor{
    padding:0.2rem 0.56rem 0.2rem 0.74rem;
    color: #333;
    font-size: 0.3rem;
    line-height: 0.36rem;
}
.criticismInfor i{
    position: absolute;
    width: 0.49rem;
    height: 0.36rem;
    background: url('../../../../../global/images/sxr/one.png') no-repeat center/100% 100%;
    margin-left: -0.58rem;
}
.criticismAnwser{
    background: #ffffff;
    padding:0 0.39rem;
}
.eachInfor div{
    flex: 1;
    padding-left: 0.26rem;
    color: #4d7abe;

}
.eachInfor:last-child{
    border-bottom: 0 none;
}
.eachInfor .unfilled{
    color: #aaaaaa;
}
.two i{
    background: url('../../../../../global/images/sxr/two.png') no-repeat center/100% 100%;
}
.replyBtn{
    padding:0.29rem 0 0.22rem;
}
.replyBtn input{
    width: 3.0rem;
    margin:0 0.22rem;
}
.replyBtn input:first-child{
    background: url('../../../../../global/images/sxr/bntBg3.png') repeat-x center/3rem 0.8rem;
}
.leftDay{
    text-align: center;
    color: #555555;
    font-size: 0.3rem;
    margin-bottom: 0.22rem;
}
.leftDay span{
    color: #f50000;
    font-size: 0.42rem;
    padding:0 0.14rem;
}
/*微信专题4-4-sxr20180807*/
.result{
    background: #f7fff6;
    color: #4db840;
    font-size: 0.3rem;
    padding: 0.36rem 0.2rem 0.4rem 0.77rem;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
.result i{
    position: absolute;
    width: 0.49rem;
    height: 0.36rem;
    background: url('../../../../../global/images/sxr/result.png') no-repeat center/100% 100%;
    margin-left: -0.58rem;
}
.result .leftDay{
    position: absolute;
    right: 0.2rem;
    top: 0.1rem;
    font-weight: normal;
    margin-bottom: 0;
}
.result .leftDay:before{
    content: '';
    position: absolute;
    border-top: 0.24rem solid #ededed;
    bottom: -0.3rem;
    width: 1.91rem;
    right: 1.91rem;
}
.result .leftDay:after{
    content: '';
    position: absolute;
    border-top: 0.24rem solid #38b344;
    bottom: -0.3rem;
    width: 1.91rem;
    right: 0;
}
.deal{
    border:0 none;
    border-radius: 0;
    padding:0 0.39rem;
}
.deal label {
    width: 1.4rem;
}
.deal input,.deal select,.deal textarea{
    color: #aaa;
}
.scrollWater{
    -webkit-overflow-scrolling: touch;
}

/* 群众批评 */
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.top_0{
    top: 0;
}
.paddingTop_0{
    padding-top: 0;
}
.criticismMain p{
    padding: 0 0.37rem 0.42rem;
}
.touchOneS{
    width: 100%;
    height: 100%;
    position: relative;

}
.noScrollY{
    overflow-y: hidden;
}
.noBackground{
    background: none;
}
.criticismMain.top_0 p {
    padding: 0 0.37rem 0.3rem;
}
.touchOneS_1{
    background: url(../../../../../global/images/sxr/criticismBg.png) no-repeat center top/100% 100%;
}
.touchOneS_2{
    background: url(../../../../../global/images/criticism_list_bg.png) no-repeat center top/100% 100%;
}
.touchOneS2_tit{
    padding-top: 0.56rem;
    text-align: center;
}
.touchOneSTit_main{
    display: inline-block;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
    background: #21357a;
    padding: 0 0.33rem;
    position: relative;
}
.touchOneSTit_main::before{
    content: '';
    position: absolute;
    top: 0;
    left: -0.15rem;
    bottom: 0;
    width: 0.08rem;
    background: #21357a;
}
.touchOneSTit_main::after{
    content: '';
    position: absolute;
    top: 0;
    right: -0.15rem;
    bottom: 0;
    width: 0.08rem;
    background: #21357a;
}
.touchOneS2_cont{
    position: absolute;
    top: 1.44rem;
    left: 0.2rem;
    right: 0.2rem;
    bottom: 0.17rem;
    overflow: auto;
    background: #fff;
    height: auto;
    box-sizing: border-box;
    border-top: 1px solid #aaa;
}
.touchOneS2_cont li{
    padding: 0 0.2rem 0.22rem 0.25rem;
    height: auto;
    border-bottom: 1px solid #aaaaaa;
}
.touchOneS2_cont li h3{
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
    /* font-weight: normal; */
    color: #333;
    margin-top: 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.touchOneS2_item_otherInfo{
    height: 0.3rem;
    line-height: 0.35rem;
}
.infosBtn{
    display: inline-block;
    height: 100%;
    padding: 0 0.12rem;
    font-size: 0.2rem;
    color: #fff;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
}
.addressAdate{
    font-size: 0.22rem;
    color: #777;
}
.addressAdate span{
    margin: 0 0.09rem;
}
.touchOneS2_cont li.red .infosBtn{
    background: #f50000;
}
.touchOneS2_cont li.blue .infosBtn{
    background: #0072e7;
}

.next_arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.4rem;
    background: url('../../../../../global/images/arrow_bottom.png') no-repeat center top/0.42rem 0.23rem;
    animation: next_arrow 1s ease-in-out;
    -webkit-animation: next_arrow 1.5s ease-in-out infinite;
}
@keyframes next_arrow{
    0%{
        bottom: 0;
    }
    50%{
        bottom: 0.13rem;
    }
    100%{
        bottom: 0;
    }
}
.previous_arrow{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 0.4rem;
    background: url('../../../../../global/images/arrow_top.png') no-repeat center bottom/0.42rem 0.23rem;
    animation: previous_arrow 1.5s ease-in-out infinite;
    -webkit-animation: previous_arrow 1.5s ease-in-out infinite;
}
@keyframes previous_arrow{
    0%{
        top: 0;
    }
    50%{
        top: 0.13rem;
    }
    100%{
        bottom: 0;
    }
}

.listData{
    margin-top: -100%；
}

/*司法部满意度评价引导页*/
.mode_bag {
    /*overflow: hidden;*/
    /*background: url(../../../../../global/images/sjn/case2.png) no-repeat center top/100% 100%;*/
}
.model_logo {
    width: 7.5rem;
    height: 12.03rem;
    background: url(../../../../../global/images/sjn/case1.png) no-repeat center top/100% 100%;
    margin: 0 auto;
}
.touchOneS_posi {
    top: -11.5rem;/*
    margin-top: -10.4rem;*/
}
.img_posi {
    margin-top: 4.90rem;
    text-align: center;
    margin-bottom: 0.25rem;
}
.img_posi img {
    width: 6.68rem;
}
.criticismMain .touchOneS_posi p {
    color: #333333;
    font-size: 0.3rem;
    padding: 0 0.7rem 0;
    line-height: 0.56rem;
}
.criticismMain .touchOneS_posi .new_inpt {
    margin-top: 0.5rem;
}






/*20180802新评价入口*/
.supervise {
    height: 1.98rem;
    background: #fff;
    padding: 0 0.24rem 0.19rem;
}
.Parts {
    margin-bottom: 0.1rem;
}
.Parts .partTit {
    padding-top: 0.18rem;
}
.partTit {
    text-align: center;
    font-size: 0.28rem;
    color: #445aa6;
    background: #fff;
}
.partTit_txt {
    display: inline-block;
    position: relative;
}
.partTit_txt::before {
    content: '';
    position: absolute;
    top: 0.05rem;
    right: 115%;
    bottom: 0.05rem;
    width: 1.36rem;
    background: url("../../../../../global/images/sjn/case4.png") no-repeat center;
    background-size: 100% 100%;
}
.partTit_txt::after {
    content: '';
    position: absolute;
    top: 0.05rem;
    left: 115%;
    bottom: 0.05rem;
    width: 1.36rem;
    background: url("../../../../../global/images/sjn/case5.png") no-repeat center;
    background-size: 100% 100%;
}
.part_list {
    font-size: 0;
    margin-top: 0.16rem;
    text-align: center;
}
.part_list div {
    width: 3.40rem;
    height: 1.08rem;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
}
.list_right {
    margin-left: 2.53%;
}