@charset "UTF-8";
/*方兴宏
2022-8-10*/
/*帮助中心start*/
.helpPage {
    display: table;
    width: 100%;
}

.helpPageL {
    display: table-cell;
    width: 240px;
    vertical-align: top;
}

.helpPageLBg {
    position: absolute;
    left: 220px;
    width: 20px;
    height: 100%;
    background: #F7F7F7;
    top: 0;
    display: none;
}

.helpPageLC {
    margin-right: 20px;
    background: #FFF;
}

.helpPageLList dd {
    padding: 0px 0px;
    border-bottom: 1px solid #FFFFFF;
    background: linear-gradient(to right, #FFFFFF, #edf6ee);
}

.helpPageLList dd .yj {
    padding: 0 20px;
    border-left: 4px solid #FFFFFF;
}

.helpPageLList dd .ej {
    padding: 0 20px;
    background: #FFFFFF;
    display: none
}

.helpPageLList dd .yj a {
    display: block;
    min-height: 55px;
    padding: 5px 0;
    line-height: 55px;
    color: #333333;
    font-size: 16px;
}

.helpPageLList dd .ejItem {
    position: relative;
}

.helpPageLList dd .ejItem a {
    display: block;
    min-height: 26px;
    padding: 5px 30px 5px 0;
    line-height: 36px;
    color: #555555;
    font-size: 14px;
}

.helpPageLList dd .ejItem i {
    display: block;
    min-width: 6px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    background: #fdedea;
    color: #ee502f;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-style: normal;
    padding: 0 6px;
    display: none;
}

.helpPageLList dd .ejItem i.show {
    display: block;
}

.helpPageLList dd:hover {
    background: linear-gradient(to left, #FFFFFF, #edf6ee);
    transition: 0.5s
}

.helpPageLList dd:hover .yj {
    border-left: 4px solid #378038;
}

.helpPageLList dd .yj a:hover {
    color: #378038;
}

.helpPageLList dd.hover .yj a {
    color: #378038;
}

.helpPageLList dd .ejItem:hover a {
    color: #378038;
}

.helpPageLList dd .ejItem.hover a {
    color: #378038;
}

.helpPageLList dd:last-child {
    border-bottom: none;
}

.openDd {
    background: linear-gradient(to left, #FFFFFF, #edf6ee) !important;
    transition: 0.5s !important;
}

.openDd .yj {
    border-left: 4px solid #378038 !important;
}

.helpPageR {
    display: table-cell;
    vertical-align: top;
}

.helpRBody {
    min-height: 450px;
}

.helpRHead {
    padding-top: 17px;
    border-bottom: 1px solid #eeeeee;
}

.helpRHead .headL {
    height: 40px;
    line-height: 40px;
    float: left;
    display: inline;
    color: #333333;
    font-size: 16px;
    position: relative;
}

.helpRHead .headL.line:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 2px solid #378038;
}

.helpRHead .headList {
    float: left;
    display: inline;
    overflow: hidden;
}

.helpRHead .headList a {
    float: left;
    display: inline;
    line-height: 40px;
    height: 40px;
    padding-left: 25px;
    margin-left: 24px;
    position: relative;
    color: #777777;
    font-size: 16px;
}

.helpRHead .headList a:hover {
    color: #378038;
}

.helpRHead .headList a.hover {
    color: #378038;
}

.helpRHead .headList a::before {
    display: block;
    content: '';
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-left: 1px solid #b5b5b5;
}

.helpRHead .headR {
    float: right;
    display: inline;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.helpRHead .headR a {
    float: left;
    display: inline;
    margin-left: 15px;
    color: #378038;
    font-size: 14px;
}

/* 左右等高处理start */
.helpPage.sameHeight {
    position: relative;
    background: #FFF;
}

.helpPage.sameHeight .helpPageLBg {
    display: block;
}

/* 左右等高处理end */

/* 右侧处理start */
.borderBox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.helpClassifiy {
    width: 100%;
    height: 55px;
    background: #378038;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 15px;
}

.helpColumn {
    padding: 0 20px;
}

.helpColumn .helpArtTitle {
    font-size: 18px;
    color: rgb(55, 128, 56);
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.helpColumn .helpArtTitle span {
    display: inline-block;
    border-bottom: 1px solid #378038;
    max-width: 200px;
}

.helpColumn .helpArtC {
    padding: 15px 0;
    font-size: 14px;
    color: rgb(85, 85, 85);
    line-height: 30px;
}

.helpColumn .column2Dl {
    padding: 0 20px;
}

.helpColumn .column2Dl dt {
    width: 63px;
}

/* 右侧处理end */
/*帮助中心end*/


/*订单详情start*/
/*commom start*/
.borderBox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mem3-table {
    border-collapse: collapse;
    width: 100%;
}
.mem3-table tr{
    height: 45px;
}
.mem3-table,.mem3-table td {
    border: 1px solid #eeeeee;
}
.mem3-table td{
    padding: 0 20px;
    font-size: 14px;
    color:#333333;
    font-weight: normal;
}
.mem3-table td.c{
    text-align: center;
}
.mem3-table td.r{
    text-align: right;
}
.tableBj {
    background: #f9f9f9;
    font-size: 14px;
    color: #555555;
}


/*commom end*/
/*.mem3-*/
.mem3-orderViewPage {
    display: table;
    width: 100%;
}

.mem3-orderViewR {
    display: table-cell;
    vertical-align: top;
}

.mem3-orderViewBody {
    min-height: 450px;
    padding: 15px 30px
}

.mem3-orderTitle {
    height: 45px;
    font-size: 16px;
    color: rgba(51, 51, 51);
    line-height: 45px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
}

.mem3-table1 {
    width: 100%;
}
.mem3-table2 {
    width: 100%;
}
.mem3-table3 {
    width: 100%;
}

.mem3-table1 tr {
    height: 45px;
}

.mem3-table1 td {
    min-width: 330px;
}
/*订单详情end*/


/*申请仲裁start*/
.mem3-arbitrationTitle{
    height: 45px;
    font-size: 16px;
    color: rgba(51, 51, 51);
    line-height: 45px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
}
.arbitrationPage .mem2-tdconLeft{
    height: 100px;
}
.arbitrationPage .mem3-tableContent td{
    padding: 0 30px;
}
.arbitrationPage .mem3-tableContent td{
    padding: 0 30px;
}
.mem3-valueLeft35{
    margin-left: 35px;
}
.mem3-gua,.mem3-zhai{
    position: relative;
    height: 25px;
    line-height: 25px;
}
.mem3-zhai:before {
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #f9ad00;
    color: #f9ad00;
    display: block;
    content: "摘";
    text-align: center;
}
.mem3-gua:before {
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #378038;
    color:#378038 ;
    display: block;
    content: "挂";
    text-align: center;
}
.arbitrationPage .memTextarea textarea {
    height: 270px;
}
.arbitrationPage .mem3-yzm {
    overflow: hidden;
}
.arbitrationPage .mem3-yzm .input,.arbitrationPage .mem3-yzm input{
    width: 150px;
}
.arbitrationPage .mem3-yzm .pic{
    width: 100px;
    margin-left: 20px;
    cursor: pointer;
}
.arbitrationPage .mem3-yzm span{
    font-size: 16px;
    color: rgb(153, 153, 153);
    line-height:40px;
    margin-left: 20px;
    cursor: pointer;
}
.arbitrationPage .mem3-yzm .pic:before{
    padding-top: 40%;
}



/*申请仲裁end*/


/*仲裁情况start*/
.mem3-appendix{
    display: block;
    font-size: 14px;
    color: rgb(55, 128, 56);
    line-height:35px;
    text-align: left;
    cursor: pointer;
}
.mem3-tdBorder{
    padding: 20px 20px !important;
}
.mem3-stutionIntro{
    line-height: 30px;
}
.mem3-imgList dd{
   margin-right: 10px;
    margin-bottom: 10px;
}
.mem3-imgList .pic{
    width: 60px;
}
.mem3-imgList .pic:before{
    padding-top: 100%;
}
.mem3-tdTitle{

}
/*仲裁情况end*/

