.mail-box{
    width:100%;
    min-height:1230px;
    margin:10px auto;
    background-color: #fff;
}
.mail-box .mail-box_left{
    width:380px;
    height: 855px;
    position: relative;
    border-right:1px dashed #d3e8fb;
}
.mail-box .mail-box_right{
    width:928px;
    height:720px;
}
.mail-box .mail-box_main{
    margin:0 20px 20px 20px;
}
.mail-box .mail-box_t{
    width:200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    /*color:#DB3B40;*/
    color: #2461b1;
    /*border-bottom:1px dashed #DB3B40;*/
    border-bottom: 1px dashed #2461b1;
    text-align: center;
    /*border-right:3px solid #DB3B40;*/
    border-right: 3px solid #2461b1;
    background-image: url(../img/icon-ta.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 40px center;
}
.mail-box .mail-box_left p{
    font-size: 14px;
    font-weight: 600;
    width: 200px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    color:#4a4a4a;
    cursor: pointer;
    padding-left:5px;
}
.mail-box .mail-box_left p:nth-of-type(1){
    margin-top:30px;
}
.mail-box .mail-box_left p:hover{
    /*color:#DB3B40;*/
    color: #2461b1;
}
.mail-box .mail-box_line1{
    width:1px;
    height:55px;
    /*background-color:#DB3B40;*/
    background-color: #2461b1;
    position: absolute;
    left:50px;
    top:94px;
}
.mail-box .mail-box_line2{
    width:20px;
    height:1px;
    /*background-color:#DB3B40;*/
    background-color: #2461b1;
    position: absolute;
    left:50px;
    top:94px;
}
.mail-box .mail-box_line3{
    position: absolute;
    left:50px;
    top:146px;
}
.mail-box .mail-box_dot1{
    width:8px;
    height:8px;
    /*background-color: #DB3B40;*/
    background-color: #2461b1;
    border-radius: 50%;
    position: absolute;
    left:47px;
    top:91px;
}
.mail-box .mail-box_dot2{
    position: absolute;
    left:47px;
    top:142px;
}
.mail-box .mail-box_title{
    width:100%;
    height:50px;
    padding-left: 24px;
    line-height: 50px;
    background: linear-gradient(180deg,#f2f8ff, #ffffff);
    margin-top: 10px;
    /*border-bottom:1px dashed #DB3B40;*/
    /*border-bottom: 1px dashed #2461b1;*/
}
.mail-box .mail-box_title p{
    width: 135px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333333;
}
.mail-box .mail-box_notice{
    width:100%;
    /*height: 340px;*/
    margin:45px 0;
}
.mail-box .mail-box_notice p{
    color:#373737;
    font-size:18px;
    width:100%;
    /*height: 40px;*/
    line-height: 40px;
    text-indent: 2em;
}
.mail-box .mail-box_accept input, .mail-box-js{
    display: inline-block;
    width: 96px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    /*background: #DB3B40;*/
    /*border: 1px solid #DB3B40;*/
    background: #2461b1;
    border: 1px solid #2461b1;
}
.mail-box .mail-box_accept:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}
.mail-box .mail-box_accept .mail-box_rewrite{
    color: #333;
    margin-left: 10px;
    background: #ffffff;
    border: 1px solid #8a94a6;
    display: inline-block;
    width: 96px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
.mail-box .mail-box_content{
    width: 800px;
    height: 100%;
    font-size: 14px;
    color:#555;
    margin:20px 0;
}
.mail-box .mail-box_content p{
    width: 100%;
    height: 50px;
}
.mail-box .mail-box_content span{
    display: inline-block;
    width:70px;
    height: 30px;
    text-align: right;
}
.mail-box .mail-box_content p input{
    display: inline-block;
    width: 385px;
    height: 35px;
    padding: 4px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 35px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-left:10px;
}
.mail-box .mail-box_content p select{
    display: inline-block;
    width: 270px;
    height: 35px;
    padding-left: 4px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 35px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-left:10px;
}
.mail-box .mail-box_content p i{
    display: inline-block;
    width: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color:red;
}
.mail-box .mail-box_content div:last-child{
    margin-top:20px;
}
.mail-box .mail-box_content div textarea{
    width: 485px;
    height: 110px;
    padding:10px;
    margin-left:20px;
    border:1px solid #ccc;
}
.mail-box .mail-box_foot{
    width:100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.mail-box .mail-box_foot div{
    display: inline-block;
    margin-right:20px;
}
.mail-box .mail-box_right3>ul{
    width: 928px;
    height: 100%;
    padding: 20px;
}
.mail-box .mail-box_right3>ul li {
    width: 90%;
    height: 50px;
    line-height:50px;
    line-height:30px;
    list-style: none;
    border-bottom:1px solid #e2e2e2;
    padding-left:30px;
    background-image: url(../img/icon-list.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}
.mail-box .mail-box_right3>ul li a{
    text-decoration: none;
    color:#555;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 11px;
}
.mail-box .mail-box_right3>ul li p span{
    font-size: 14px;
    font-weight: 100;
    color: rgb(85, 85, 85);
}
.mail-box .mailListBox{
    width:90%;
    min-height:175px;
    background-color: #fff;
    border:1px dashed #ccc;
    font-size: 12px;
    position: absolute;
    top:50px;
    left:0;
    z-index: 999;
    display: none;
}
.mail-box .mailListBox>p{
    background-color: #d7d7d7;
    width:100%;
    height:30px;
    line-height:30px;
    /*font-size:14px;*/
    border-bottom:1px solid #ccc;
    padding:0 20px;
}
.mail-box .mailListBox div{
    width:100%;
    min-height:140px;
    padding:20px;
    background-color: #fff;
}
.mail-box .mailListBox div p{
    width: 100%;
    min-height:30px;
    line-height: 30px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.mail-box .mailListBox div p span{
    margin-right:50px;
}
.mail-box .lyBox{
    position: relative;
}
.mail-box .lyBox .countBox{
    width:305px;
    position: absolute;
    right:0;
    top:95px;
}
.mail-box_right3 .mail-box_title div{
    width:55%;
    height:100%;
    /*margin-top:8px;*/
}
.mail-box_right3 .mail-box_title div input:nth-of-type(1){
    display: inline-block;
    width: 270px!important;
    height: 35px;
    padding: 4px;
    font-size: 13px;
    line-height: 35px;
    color: #555555;
    border: 1px solid #cccccc;
}
.mail-box_right3 .mail-box_title div input:nth-of-type(2),.mail-box_right3 .mail-box_title div input:nth-of-type(3){
    display: inline-block;
    width: 60px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-left:10px;
    white-space: nowrap;
    border-radius: 2px;
    cursor: pointer;
    /*background: #DB3B40;*/
    /*border: 1px solid #DB3B40;*/
    background: #2461b1;
    border: 1px solid #2461b1;
}
.mail-box_right3 .mail-box_title div input:nth-of-type(3){
    background-color: #fff!important;
    border: 1px solid #ccc;
    color: #555;
}
.display {
    display: none;
}
/*#test li {*/
    /*margin-bottom: 32px;*/
/*}*/

/*!* 咨询详情样式 *!*/
/*.content_zxxq {*/
    /*width: 1000px;*/
    /*margin: 0 auto;*/
/*}*/
/*.lybh_p {*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*padding: 24px 0;*/
    /*color: #3e464c;*/
/*}*/
/*.content_border {*/
    /*border: 1px solid #dcdfe6;*/
    /*padding: 32px 32px 16px 32px;*/
/*}*/
/*.content_border_p {*/
    /*height: 35px;*/
    /*border-bottom: 1px dashed #dcdfe6;*/
    /*margin-bottom: 16px;*/
/*}*/
/*.content_border_span1 {*/
    /*font-size: 18px;*/
    /*font-weight: 500;*/
    /*text-align: justify;*/
    /*color: #333333;*/
    /*line-height: 18px;*/
    /*padding-left: 16px;*/
/*}*/
/*.content_border_span2 {*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*float: right;*/
    /*color: #8591a6;*/
    /*line-height: 20px;*/
/*}*/
/*.content_border_span3 {*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*color: #8591a6;*/
    /*line-height: 24px;*/
/*}*/
/*.restoreUl {*/
    /*text-align: right;*/
    /*margin-top: 16px;*/
/*}*/
/*.restoreUl button {*/
    /*height: 32px;*/
    /*border: 1px solid #dcdfe6;*/
    /*background: #fff;*/
    /*border-radius: 5px;*/
    /*padding: 5px 13px;*/
    /*font-size: 12px;*/
    /*color: #8591a6;*/
    /*line-height: 12px;*/
    /*cursor: pointer;*/
    /*margin-left: 8px;*/
/*}*/
/*.restoreUl i{*/
    /*position: relative;*/
    /*top: 1px;*/
/*}*/
