/**
 * Created by PhpStorm.
 * User: zhangsf
 * Date: 2016/8/31
 * Time: 17:40
 */

html {
    font: 12px/150% Arial, Verdana, "\5b8b\4f53";
}

body {
    background: #e8e8e8;
    color: #3d3d3d;
    font-weight: normal;
    font-size: 1rem;
}

a, a:link, a:visited, a:hover, a:active {
    color: #3d3d3d;
    text-decoration: none;
}

ul, li, dl, dd, dt {
    list-style: none;
}

html, body {
    height: 100%;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

b, strong {
    font-weight: normal;
}

.font08 {
    font-size: 0.8rem;
}

.font05 {
    font-size: 0.5rem;
}

.font1 {
    font-size: 1rem;
}

.font1_2 {
    font-size: 1.2rem;
}

.font1_5 {
    font-size: 1.5rem;
}

.font2 {
    font-size: 2rem;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font30 {
    font-size: 30px;
}

.font-bold {
    font-weight: bolder;
}

.font12 {
    font-size: 120%;
}

/*.border-top, .border-right, .border-left, .border-bottom{ position:relative;}*/
.border-top:before, .border-bottom:after {
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.border-left:before, .border-right:after {
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.border-top:before {
    left: 0;
    top: -1px;
    border-top: 1px solid;
    width: 100%;
    height: 1px;
}

.border-bottom:after {
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid;
    width: 100%;
    height: 1px;
}

.border-left:before {
    left: -1px;
    top: 0;
    border-left: 1px solid;
    width: 1px;
    height: 100%;
}

.border-right:after {
    right: -1px;
    top: 0;
    border-right: 1px solid;
    width: 1px;
    height: 100%;
}

.border-top:before, .border-bottom:after, .border-left:before, .border-right:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-color: #ccc;
}

.border-top-1rem {
    border-top: 1rem #e8e8e8 solid;
}

.border-bottom-1rem {
    border-bottom: 1rem #e8e8e8 solid;
}

.border-tl-radius-none, .border-tl-radius-none:before, .border-tl-radius-none:after {
    border-top-left-radius: 0 !important;
}

.border-tr-radius-none, .border-tr-radius-none:before, .border-tr-radius-none:after {
    border-top-right-radius: 0 !important;
}

.border-bl-radius-none, .border-bl-radius-none:before, .border-bl-radius-none:after {
    border-bottom-left-radius: 0 !important;
}

.border-br-radius-none, .border-br-radius-none:before, .border-br-radius-none:after {
    border-bottom-right-radius: 0 !important;
}

.box-shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.left50 {
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top50 {
    margin-top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.middle50 {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.pl0_3rem {
    padding-left: 0.3rem;
}

.pl-03rem {
    padding-left: 0.3rem !important;
}

.pr-03rem {
    padding-right: 0.3rem !important;
}

.pt-1rem {
    padding-top: 1rem !important;
}

.pb-1rem {
    padding-bottom: 1rem !important;
}

.pl-1rem {
    padding-left: 1rem !important;
}

.pr-1rem {
    padding-right: 1rem !important;
}

.pt-1_5rem {
    padding-top: 1.5rem !important;
}

.pb-1_5rem {
    padding-bottom: 1.5rem !important;
}

.pl-1_5rem {
    padding-left: 1.5rem !important;
}

.pr-1_5rem {
    padding-right: 1.5rem !important;
}

.pt-2rem {
    padding-top: 2rem !important;
}

.pb-2rem {
    padding-bottom: 2rem !important;
}

.pl-2rem {
    padding-left: 2rem !important;
}

.pr-2rem {
    padding-right: 2rem !important;
}

.mt-03rem {
    margin-top: 0.3rem !important;
}

.mb-03rem {
    margin-bottom: 0.3rem !important;
}

.ml-03rem {
    margin-left: 0.3rem !important;
}

.mr-03rem {
    margin-right: 0.3rem !important;
}

.mt-05rem {
    margin-top: 0.5rem !important;
}

.mb-05rem {
    margin-bottom: 0.5rem !important;
}

.ml-05rem {
    margin-left: 0.5rem !important;
}

.mr-05rem {
    margin-right: 0.5rem !important;
}

.mt-1rem {
    margin-top: 1rem !important;
}

.mb-1rem {
    margin-bottom: 1rem !important;
}

.ml-1rem {
    margin-left: 1rem !important;
}

.mr-1rem {
    margin-right: 1rem !important;
}

.mt-1_5rem {
    margin-top: 1.5rem !important;
}

.mb-1_5rem {
    margin-bottom: 1.5rem !important;
}

.ml-1_5rem {
    margin-left: 1.5rem !important;
}

.mr-1_5rem {
    margin-right: 1.5rem !important;
}

.mt-2rem {
    margin-top: 2rem !important;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.ml-2rem {
    margin-left: 2rem !important;
}

.mr-2rem {
    margin-right: 2rem !important;
}

.mt-3rem {
    margin-top: 3rem !important;
}

.mb-3rem {
    margin-bottom: 3rem !important;
}

.ml-3rem {
    margin-left: 3rem !important;
}

.mr-3rem {
    margin-right: 3rem !important;
}

.height-4rem {
    height: 4rem;
    line-height: 4rem;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.c-pointer {
    cursor: pointer;
}

.transform-rotate-180deg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transform-rotate-0deg {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.color-gray {
    color: #3d3d3d !important;
}

.color-lgray {
    color: #999999 !important;
}

.color-blue {
    color: #138a9e !important;
}

.color-white {
    color: white !important;
}

.color-red {
    color: red !important;
}

.color-green {
    color: #1fb085 !important;
}

.color-yellow {
    color: #f7a22e !important;
}

.bg-green {
    background: #1fb085 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-blue {
    background: #138a9e !important;
}

.bg-gray {
    background: #e8e8e8 !important;
}

.bg-ggray {
    background: #cccccc !important;
}

.bg-yellow {
    background: #f7a22e !important;
}

/* 仿bootstrap */
.pull-right, .f-right {
    float: right !important;
}

.pull-left, .f-left {
    float: left !important;
}

.hide, .hidden {
    display: none
}

.show, .display-block {
    display: block
}

.clearfix {
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}

.container {
    padding: 0 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container-fuild {
    margin: 0;
    padding: 0;
}

.width5 {
    width: 5%;
    float: left;
}

.width8 {
    width: 8%;
    float: left;
}

.width10 {
    width: 10%;
    float: left;
}

.width15 {
    width: 15%;
    float: left;
}

.width20 {
    width: 20%;
    float: left;
}

.width25 {
    width: 25%;
    float: left;
}

.width30 {
    width: 30%;
    float: left;
}

.width33 {
    width: 33.33%;
    float: left;
}

.width35 {
    width: 35%;
    float: left;
}

.width40 {
    width: 40%;
    float: left;
}

.width50 {
    width: 50%;
    float: left;
}

.width60 {
    width: 60%;
    float: left;
}

.width65 {
    width: 65%;
    float: left;
}

.width70 {
    width: 70%;
    float: left;
}

.width75 {
    width: 75%;
    float: left;
}

.width80 {
    width: 80%;
    float: left;
}

.width90 {
    width: 90%;
    float: left;
}

.width100 {
    width: 100%;
    float: left;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.form-control {
    height: 34px;
    padding: 0.5rem 0.8rem;
    line-height: 1.4;
    border-radius: 2px;
    background-image: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
    border-color: #138a9e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(19, 138, 158, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(19, 138, 158, 0.6);
}

.form-control.green:focus {
    border-color: #1fb085;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(31, 176, 133, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(31, 176, 133, 0.6);
}

[data-choose] .icon:before {
    color: #138a9e
}

.has-right-icon {
    position: relative;
}

.has-right-icon [class^="icon-"] {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* global*/
.icon {
    font-size: 3rem;
    color: #999999;
}

header {
    height: 4rem;
    background: white;
    line-height: 4rem;
    overflow: hidden;
}

header .icon {
    height: 4rem;
    line-height: 4rem;
}

header h4 {
    font-size: 1.6rem;
}

header .icon-th-list {
    font-size: 1.8rem;
}

article img {
    max-width: 100%;
    margin: 5px 0;
}

article p {
    margin-bottom: 3px;
    text-indent: 2em;
}

/* 顶部弹出导航 */
.tsm-box {
    width: 80%;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    right: -80%; /*隐藏*/
    right: 0;
    z-index: 12;
}

.tsm-box a:active, .tsm-box a:hover {
    color: #fa9a31;
}

.shadow-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    display: none;
}

.tsm-box .top {
    height: 4rem;
    width: 100%;
    line-height: 4rem;
}

.tsm-box .top .width10 {
    line-height: 4rem;
}

.tsm-box .top .width10 .icon {
    height: 4rem;
    line-height: 4rem;
}

.tsm-box .top .top-show-more {
    font-size: 2rem;
}

.tsm-box .b {
    height: 4rem;
    line-height: 4rem;
}

.tsm-box .h-4 {
    height: 4rem;
    line-height: 4rem;
}

.tsm-box .h-3 {
    height: 3rem;
    line-height: 3rem;
}

/* index */
.index-banner {
    height: 15rem;
}

.index-banner img {
    width: 100%;
    height: 13rem;
}

.banner-p {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0
}

.index-banner .swiper-pagination.swiper-pagination-clickable {
    text-align: right;
    bottom: 2.6rem;
}

.index-banner .swiper-pagination-bullet {
    background: #e4e4e4;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
}

.index-box .title {
    height: 45px;
    line-height: 45px;
}

.index-box .title b {
    font-size: 1.2rem;
}

.index-box .top {
    height: 45px;
}

.index-box .top .swiper-container {
    width: 100%;
}

.index-box .top .swiper-slide {
    height: 45px;
    line-height: 45px;
    font-size: 1.1rem;
}

.index-box .top .swiper-slide.active {
    border-bottom: 1px solid #138a9e;
    color: #138a9e;
}

.index-box .top .swiper-slide.active a {
    color: #138a9e;
}

.index-box .top .swiper-slide.green.active {
    border-bottom: 1px solid #1fb085;
    color: #1fb085;
}

.index-box .top .swiper-slide.green.active a {
    color: #1fb085;
}

.index-video-speek li {
    height: 8rem;
}

.index-video-speek .pull-left {
    width: 30%;
}

.index-video-speek .pull-left span.icon {
    font-size: 3rem;
    color: white;
}

.index-video-speek .pull-left img {
    width: 100%;
    height: 6rem;
}

.index-video-speek .pull-right {
    width: 68%;
    margin-left: 2%;
}

.index-video-speek .pull-right b {
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    display: block;
}

.index-video-speek .p {
    height: 2rem;
    line-height: 2rem;
    margin-top: 1rem;
    overflow: hidden;
}

.index-box .container ul:first-child {
    display: block;
}

.index-do-message li > div {
    height: 2rem;
    line-height: 2rem;
}

.index-judicative-paper li .text {
    line-height: 1.5rem;
    max-height: 3rem;
    display: block;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

/* login */
.login-box {
    clear: both;
}

.login-box .container {
    height: 34px;
    line-height: 34px;
}

img.verify {
    width: 100%;
    height: 34px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}

.login-box i.icon {
    position: relative;
    top: -2px;
    display: block;
}

.login-box span.ml-03rem {
    height: 34px;
    line-height: 34px;
}

.weui_btn.bg-blue:active {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(19, 138, 158, 0.8);
}

.login-box > .container {
    clear: both;
}

.login-box .bg1 {
    background: url("../images/login1.png") no-repeat -5px 0;
    padding-left: 28px;
    background-size: 32px;
}

.login-box .bg2 {
    background: url("../images/login2.png") no-repeat -5px 0;
    padding-left: 28px;
    background-size: 32px;
}

.login-box .bg3 {
    background: url("../images/login3.png") no-repeat -5px 0;
    padding-left: 28px;
    background-size: 32px;
}

.login-box .bg4 img, .login-box .bg5 img {
    width: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.login-box .bg4, .login-box .bg5 {
    position: relative;
}

/* register */
.reg-type-choose {
    height: 3rem;
    line-height: 3rem;
}

.reg-type-choose .active {
    background: #138a9e;
    color: white;
}

.reg-type-choose .width50 {
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #138a9e;
}

.weui_actionsheet_cell {
    height: 3rem;
    line-height: 3rem;
    padding: 0;
    font-size: 1rem;
}

/* 注册协议 */
.agreement-box p {
    text-indent: 2em;
    margin-bottom: 0.2rem;
}

/* 公示公告 */
.case-information-search .text {
    height: 35px;
    border: none;
}

.case-information-search .button {
    height: 35px;
    border-radius: 2px;
}

.case-information-search .button:active {
    opacity: 0.9;
}

.recommend-image-news img {
    width: 100%;
    height: 13rem;
}

.img-text-news-ul li {
    padding: 1rem 0;
    position: relative;
    height: 7rem;
}

.img-text-news-ul ul li:first-child:before {
    border: none;
}

.img-text-news-ul li > .pull-left img {
    width: 100%;
    height: 5rem;
}

.img-text-news-ul li p {
    line-height: 1.5rem;
    max-height: 3rem;
    overflow: hidden;
}

/* 视听诉讼 */
.onelinetwopic-news-ul {
    overflow: hidden;
}

.onelinetwopic-news-ul li {
}

.onelinetwopic-news-ul li:nth-child(2n+1) {
    padding-right: 0.3rem;
}

.onelinetwopic-news-ul li:nth-child(2n) {
    padding-left: 0.3rem;
}

.onelinetwopic-news-ul li p {
    line-height: 1.5rem;
    margin-top: 0.2rem;
}

.onelinetwopic-news-ul li img {
    width: 100%;
    height: 8.2rem;
}

/* 视听诉讼 详情 */
.s-con-title {
    border-bottom: 1rem solid #e8e8e8;
}

.s-content .con > div .width90 {
    padding-left: 0.5rem;
}

/* 视频诉讼 搜索结果 */
.s-search-result li:last-child:after {
    border-bottom: none;
}

/* 诉讼工具 */
.object-rbm span {
    position: absolute;
    top: 0;
    right: 1rem;
}

.object-rbm input {
    padding-right: 3rem;
}

.ssgj-banner {
    border-bottom: 1rem solid #e8e8e8;
}

.dialog-box {
    width: 100%;
    min-height: 20rem;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 20;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dialog-box .h-4 {
    height: 4rem;
    line-height: 4rem;
}

.dialog-box li {
    padding: 1rem 0 0 0;
    height: 5rem;
}

/* 诉讼知识库 */
.top-search-box {
    height: 5rem;
}

/* 诉讼指南 */
.text-lr {
    height: 4rem;
    line-height: 4rem;
}

div > .text-lr:last-child:after {
    border-bottom: none;
}

.text-lr .icon-angle-right {
    font-size: 2rem;
}

/* 诉论指引 */
.text-img-lr {
    height: 8rem;
}

.text-img-lr img {
    width: 6rem;
    height: 6rem;
}

.text-img-lr .icon {
    top: 1.5rem;
    right: 0;
}

.text-img-lr .con {
    padding-left: 7rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

div > .text-img-lr:last-child:after {
    border-bottom: none;
}

/* 选择法院 */
.choose-court-box dd {
    margin: 0 15px;
}

.choose-court-box dl dd:last-child:after {
    border-bottom: none;
}

.choose-court-box dl {
    border-bottom: 1rem solid #e8e8e8;
}

.choose-court-box dl:last-child {
    border-bottom: none;
}

/*  执行信息 */
.do-message-ul ul {
    display: none;
}

.do-message-ul ul:first-child {
    display: block;
}

.do-message-ul p {
    line-height: 2rem;
}

.do-message-ul ul > li:last-child:after {
    border-bottom: none !important;
}

.do-message-ul ul > li .icon-angle-right {
    top: 3.5rem;
    right: 1rem;
    font-size: 2rem;
}

.do-message-ul li .a {
    position: absolute;
    bottom: 0.7rem;
    right: 1rem;
}

.do-message-ul li .do-message-sd {
    width: 100%;
    height: 10rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.do-message-sd .bg-white {
    float: right;
    width: 120px;
    height: 10rem;
    padding: 10px 10px;
}

.do-message-sd .bg-white > a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px;
    text-align: center;
}

.do-message-sd .bg-white a.active, .do-message-sd .bg-white a:active {
    background: #f7a22e;
    color: white;
    border-color: #f7a22e;
}

.do-message-ul li:last-child {
    /*border-bottom:none;*/
}

/* 我的案件 */
.edoring {
    height: 3rem;
    line-height: 3rem;
}

.edoring .active {
    background: #1fb085 !important;
    color: white;
}

.edoring .width50, .edoring .width33 {
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #1fb085;
    background: white;
}

.edoring .width33:nth-child(2) {
    border-left: none;
    border-right: none;
}

.my-case-search {
    background: #e8e8e8 !important;
}

/* 案件详情 */
.case-icon .width25 {
    padding: 0 10px;
    overflow: hidden;
}

.h-6rem {
    height: 6rem;
    resize: none;
}

.reply-box {
    height: 100%;
    margin-bottom: 6rem;
}

.reply-time span {
    background: #d3d3d3;
    color: white;
    display: inline-block;
    padding: 3px 20px;
    text-align: center;
    border-radius: 3px;
}

.reply-box .pull-right {
    border-radius: 3px;
    padding: 5px 10px;
    max-width: 60%;
    clear: both;
}

.reply-box .pull-right:before {
    border-color: transparent transparent transparent #1fb085;
    border-image: none;
    border-style: solid;
    border-width: 8px 8px;
    content: "";
    display: block;
    position: absolute;
    right: -16px;
    top: 20%;
}

.reply-box .pull-left {
    border-radius: 3px;
    padding: 5px 10px;
    max-width: 60%;
    clear: both;
}

.reply-box .pull-left:before {
    border-color: transparent white transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px 8px;
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 20%;
}

.reply-bottom {
    height: 4rem;
    background: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.reply-bottom input {
    width: 80%;
    height: 3rem;
    padding: 0 1rem;
    margin-top: 0.5rem;
    border-radius: 3px;
    border: none;
}

.reply-bottom button {
    width: 18%;
    margin-left: 2%;
    height: 3rem;
    background: #f7a22e;
    border-radius: 3px;
    border: none;
    color: white;
    cursor: pointer;
}

.reply-bottom button:focus {
    opacity: 0.8;
}

.choose-add-data > .width50 {
    border: 1px solid #1fb085;
    height: 3rem;
    margin-left: 25%;
    text-align: center;
    line-height: 3rem;
}

.proposer-identity li span {
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #1fb085;
    border-radius: 3px;
    display: inline-block;
    padding: 0 1rem;
    margin-right: 0.5rem;
}

.proposer-identity li.active span {
    color: white;
    background: #1fb085;
}

.proposer-identity li {
    margin-bottom: 0.5rem;
}

/* 案件详情 联系法官  */
.ajcontent-box .pull-left {
    width: 20%;
}

.ajcontent-box .pull-left img {
    width: 100%;
    height: 6rem;
}

.ajcontent-box .pull-right {
    width: 75%;
    margin-left: 5%;
}

.ajcontent-box .p {
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
}

/* 绑定事件 */
.add.icon-plus {
    border: 1px solid #ccc;
    display: block;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3px;
    color: #ccc;
    padding: 0.5rem 0.6rem;
}

/* 非案件当事人 */
.read-reply-btn {
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #ccc;
    width: 8rem;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
}

.hl-2_5rem {
    height: 2.5rem;
    line-height: 2.5rem;
}

.weui-icon-green:before {
    color: #1fb085 !important;
}

/* 立案服务 */

/* 立案详情 */
.s-img-ul li {
    margin-right: 5%;
    margin-bottom: 1rem;
}

.s-img-ul li:nth-child(3n) {
    margin-right: 0;
}

.s-img-ul li img {
    height: 6rem;
    max-width: 100%;
}

/* 立案编辑 */
.edit-box .width25 {
    line-height: 3rem;
}

.edit-text-ul li {
    border: 1px solid #ccc;
    display: block;
    height: 3rem;
    line-height: 1rem;
    border-radius: 3px;
    color: #ccc;
    padding: 1rem;
    width: 30%;
    float: left;
    margin: 0 5% 1rem 0;
    text-align: center;
}

.edit-text-ul > li:nth-child(3n) {
    margin-right: 0;
}

.legal-materials-box .width30 {
    margin: 0 5% 1rem 0;
}

.legal-materials-box .width30:nth-child(3n) {
    margin-right: 0;
}

.legal-materials-box .width30 img {
    max-width: 100%;
    height: 8rem;
}

.edit-box .add.icon-plus {
    margin-bottom: 1rem;
}

/* 诉讼指引 */
.lh-2rem {
    line-height: 2rem;
}

/* 我的消息 */
.my-message .text > p {
    line-height: 1.8rem;
}

.my-message .img img {
    width: 6rem;
    height: 6rem;
    top: 0.6rem;
    position: relative;
}

.my-message li {
    position: relative;
    height: 8.2rem;
    margin-bottom: 1rem;
}

.my-message .w {
    height: 8.2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 7rem;
}

.my-message .w > div {
    height: 7.2rem;
    width: 100%;
}

.my-message li .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-height: 7.2rem;
    overflow: hidden;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.my-message ul > li:last-child:after {
    border-bottom: none !important;
}

/* 申请阅卷 */
.apply-read li {
    margin-bottom: 1rem;
}

.apply-read li .icon-pass {
    display: inline-block;
    width: 65px;
    height: 25px;
}

.apply-read li.pass .icon-pass {
    background: url("../images/pass.png") no-repeat;
    background-size: 65px 25px;
}

.apply-read li.not-pass .icon-pass {
    background: url("../images/notpass.png") no-repeat;
    background-size: 65px 25px;
}

.apply-read .has-pass {
    height: 25px;
    line-height: 25px;
}

.apply-read .bottom span {
    width: 6rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block !important;
    margin-left: 1rem;
}

.jyyt > div {
    line-height: 3rem;
}

/* 案件详情 */
.left-position {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 3rem;
    z-index: 3;
    padding: 0.2rem 0;
}

.left-position img {
    width: 3rem;
}

.left-position p {
    width: 3rem;
}

.aj-ul ul:before {
    left: 1.5rem;
}

.aj-ul li {
    min-height: 7rem;
}

.aj-ul li .width100 {
    padding-left: 4rem;
}

/* 历史记录 */
.history-record li {
    padding-top: 1rem;
    position: relative;
    border-bottom: 1rem #f2f2f2 solid;
}

.history-record li b, .history-record li p {
    height: 2rem;
    line-height: 2rem;
    display: block;
    padding: 0 1rem;
}

.history-record li p {
    margin-top: 0.5rem;
}

.history-record li .container {
    height: 2rem;
    line-height: 2rem !important;
}

.history-record li > span {
    border: 1px solid red;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 5rem;
    height: 2rem;
    line-height: 1.8rem;
    text-align: center;
}

.history-record li.yellow b {
    color: #f7a22e;
}

.history-record li.yellow > span {
    color: #f7a22e;
    border-color: #f7a22e;
}

.history-record li.blue b {
    color: #138a9e;
}

.history-record li.blue > span {
    color: #138a9e;
    border-color: #138a9e;
}

.history-record li.red b {
    color: red;
}

.history-record li.red > span {
    color: red;
    border-color: red;
}

/* 弹出滚动条 */
.weui_actionsheet_menu {
    max-height: 200px;
    overflow-y: auto;
}

/* 上传图片的删除按钮 */
.delete-pic {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(204, 204, 204, 0.8);
    line-height: 20px;
    text-align: center;
}

.empty {
    text-align: center;
    width: 100%;
    padding-top: 100px;
}

.empty img {
    display: inline-block;
    width: 36px;
    height: 42px;
}

.empty p {
    margin-top: 10px;
}

.nl-forget-pas a {
    display: inline-block;
    height: 15px;
    line-height: 15px;
}

.nl-forget-pas a:first-child {
    border-right: 1px solid #ccc;
    margin-right: 10px;
    padding-right: 10px;
}








