@charset "utf-8";
/* 信箱列表样式 */
.mail-list-search {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mail-list-search dl dt {
  float: left;
  line-height: 38px;
}
.mail-list-search dl dd {
  float: left;
}
.mail-list-search .layui-btn {
  font-size: 16px;
}
.mail-list-search .btn-blue {
  background: #0668d5;
}

.mail-add {
  padding: 0 14px 0 38px;
  background: url(../images/mail_edit.png) no-repeat 14px center;
  background-color: #f0ba32;
}
.mail-add:hover {
  color: #fff;
  background-color: #eb8c05;
}
.mail-list-table {
  border: 0 !important;
  margin-top: 0;
}
.mail-list-table td,
.mail-list-table th {
  font-size: 16px;
}
.mail-list-table thead tr {
  background-color: #eff7ff;
  color: #333;
}
.mail-list-table thead tr th {
  white-space: nowrap;
}
.mail-list-table tbody tr:hover,
.mail-list-table[lay-even] tr:nth-child(even) {
  background-color: #fafafa;
}
.mail-list-table .text-a-c {
  text-align: center;
}
.mail-list-table[lay-size='lg'] td,
.mail-list-table[lay-size='lg'] th {
  padding-left: 15px;
  padding-right: 15px;
}
.mail-list-table .disabled {
  cursor: not-allowed;
  color: #d2d2d2;
}
.mail-list-table .disabled:hover {
  color: #d2d2d2;
}

.com-scrollbar-x {
  overflow-x: auto;
  position: relative;
}
.com-scrollbar-x::-webkit-scrollbar {
  height: 5px;
  width: 1px;
  background: #f0f0f0;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.com-scrollbar-x::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  border-radius: 4px;
  height: 46px;
}
.com-scrollbar-x::-webkit-scrollbar-track {
  border-radius: 10px;
}

@media (max-width: 1280px) {
  .mail-list-search {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mail-list-search dl {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .mail-list-search dl dd {
    float: none;
  }
  .mail-list-search .btn-blue {
    margin-left: 0;
  }
}

/*信件提交样式*/
.mail-form {
  margin: 15px 0;
}
.mail-form .layui-form-label > span {
  color: red;
}

.mail-form .layui-form-item .layui-input-inline.address {
  width: 570px;
}
.mail-form .layui-form-label {
  width: 135px;
}

.mail-form-row .col-6{float: left; width: 50%;}
.mail-form-row .col-4{float: left; width: 33.33333333%;}
.mail-form-row .col-8{float: left; width: 66.66666667%;}
.mail-form-row > dl{position: relative; margin-bottom: 15px;}
.mail-form-row > dl > dt{position: absolute; width: 165px; padding-right: 10px; box-sizing: border-box; text-align: right; line-height: 38px;}
.mail-form-row > dl > dd{margin-left: 165px;}
.mail-form-row .request{color: red; margin-right: 5px;}
.mail-form-row .card-sel{position: relative;}
.mail-form-row .card-sel, .mail-form-row .card-input{display: inline-block;}
.mail-form-row .card-input{margin-left: 5px;}
.mail-form-row .word-aux{padding-right: 155px;}
.mail-form-row .word-aux .tips{position: absolute; right: 0; top: 0; line-height: 38px; color: #C73838;}
@media (max-width: 1280px) {
  .mail-form-row .col-6,
  .mail-form-row .col-4,
  .mail-form-row .col-8{float: none; width: auto;}
}

@media (max-width: 992px) {
  .mail-form-row > dl{border-bottom: 1px dashed #eee; padding-bottom: 10px; padding-top: 10px; margin-bottom: 0;}
  .mail-form-row > dl > dt{position: static; width: auto; text-align: left; margin-bottom: 5px;}
  .mail-form-row > dl > dd{margin-left: 0;}
  .mail-form-row .card-sel, .mail-form-row .card-input{display: block;}
  .mail-form-row .card-sel{margin-bottom: 10px;}
  .mail-form-row .card-input{margin-left: 0;}
  .mail-form-row .word-aux{padding-right: 0; display: flex;}
  .mail-form-row .word-aux input{flex: 1;}
  .mail-form-row .word-aux .tips{position: static; margin-left: 15px;}
}

@media (max-width: 480px) {
  .mail-form-row .word-aux{padding-right: 0; display: block;}
  .mail-form-row .word-aux .tips{margin-left: 0;}
  .mail-list-table td.dfdW,
  .mail-list-table th.dfdW,
  .mail-list-table th.blzt,
  .mail-list-table td.blzt,
  .mail-list-table col.blzt,
  .mail-list-table col.dfdW{display: none;}.mail-list-table col.cz{width: 60px;}
  
}

.title-input,
.con-input {
  margin-left: 165px;
}
.scfj {
  position: relative;
}
.scfj input {
  position: absolute;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.scfj .files-btn {
  position: absolute;
  left: 165px;
  z-index: 0;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background-color: #0177d5;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.scfj .txt-tips {
  position: relative;
  margin-left: 15px;
  color: #999;
}
.scfj .txt-tips i {
  font-style: normal;
}
.scfj .txt-tips .tips {
  cursor: pointer;
  margin-left:5px;
  transition: .2s all;
}
.scfj .txt-tips:hover{color:#2354af}
.tips-box{display: inline-block; position: relative;}
.scfj .txt-tips:hover .tips-cont {
  display: block;
}
.scfj .txt-tips .tips-cont {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 400px;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #666;
  line-height: 1.8;
  box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
}

.tips-arrow {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  transform: translate(-50%);
  bottom: -16px;
  overflow: hidden;
  pointer-events: none;
}
.tips-arrow-cont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: rgba(0,0,0,.75);
  pointer-events: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 3px 3px 7px rgba(0,0,0,.07);
  transform: translateY(-8px) rotate(45deg);
}
@media (max-width: 992px) {
  .scfj .txt-tips{display: block; margin-left: 0; margin-top: 10px;}
}

@media (max-width: 768px) {
  .tips-box{position: static;}
  .scfj .txt-tips .tips-cont{right: 0; width: 300px; left: auto; transform: translateX(0);}
}

.btn-box {
  text-align: center;
  padding-top: 30px;
  /* padding-bottom: 30px; */
}
.btn-box .btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 2px;
}
.btn-box .btn-submit {
  background-color: #0177d5;
  color: #fff;
  margin:0 10px;
}
.fileList {
  margin-left: 5%;
}
.fileList li {
  height: 35px;
  line-height: 35px;
}
.fileList .demo-delete {
  margin-left: 15px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.mail-form .layui-form-radio div{font-size: 16px;}
.mail-form .layui-form-radio>i:hover, 
.mail-form .layui-form-radioed>i{color:#0177d5;}
.mail-form .layui-form-select dl dd.layui-this{background-color: #0177d5;}


/* 信件详情页 */
.mail-detail-cont {
  border-top: 1px solid #e3e3e3;
}
.mail-detail-cont .tr {
  position: relative;
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
  transition: all 0.3s;
}
.mail-detail-cont .tr .td-6{float: right; width: 50%;}
.mail-detail-cont dl {
  position: relative;
  min-height: 48px;
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e3e3e3;
}
.mail-detail-cont dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150px;
  font-weight: bold;
  text-align: center;
  background-color: #fafafa;
  border-left: 1px solid #e3e3e3;
}
.mail-detail-cont dt span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  margin-top: -12px;
  line-height: 24px;
}
.mail-detail-cont dd {
  margin-left: 151px;
  padding: 15px 20px;
  line-height: 2em;
  text-align: justify;
  min-height: 28px;
  border-left: 1px solid #e3e3e3;
}
.mail-detail-cont .odt dt {
  background: #fafafa;
  position: relative;
  display: block;
  min-height: 48px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.mail-detail-cont .odt dd {
  margin-left: 0;
}

@media (max-width: 768px) {
  .mail-detail-cont dt {
    width: 120px;
    font-weight: normal;
  }
  .mail-detail-cont dt span {
    text-align: left;
    padding-left: 20px;
  }
  .mail-detail-cont dd {
    padding: 10px 15px;
    margin-left: 121px;
  }

  .mail-detail-cont .xs-res dt {
    background: #fafafa;
    position: relative;
    display: block;
    min-height: 48px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  .mail-detail-cont .xs-res dd {
    margin-left: 0;
  }
  .mail-detail-cont .tr .td-6{float: none; width: auto;}
}

.mail-form-login-before{padding: 0 0 20px; text-align: center;}
.mail-form-login-before a{color: #f52832; text-decoration: underline;}
.mail-form-login-before a:hover{text-decoration: none;}
body.login-before .mail-form-login-before{display: block;}
body.login-before .btn-box{display: none;}
#captcha{width: 165px; display: inline-block;}
#yzmimg{height: 38px; margin-left: 5px;}
/* 长者版 */
body.useOldFixed form.mail-form{width: 100% !important;box-sizing: border-box;}
body.useOldFixed .mail-form-row .col-6{width: 100% !important;}
body.useOldFixed .mail-form-row > dl > dt{width: 18% !important;line-height: 72px; min-height: 72px;}
body.useOldFixed .mail-form-row > dl > dd{margin-left:10px !important;box-sizing: border-box;}
body.useOldFixed .layui-input:not(.skipAutoFix), body.useOldFixed .layui-textarea, body.useOldFixed .collect-wyzj-form .yzm input[type="text"]:not(.skipAutoFix){width: 60% !important; margin: 0 auto !important;}
body.useOldFixed .mail-form-row dl dd{width: 100% !important;margin: 0 auto !important;}
body.useOldFixed .mail-form-row dl dd .layui-input{line-height: 72px; min-height: 72px;width: 60% !important;margin: 0 auto !important;}
body.useOldFixed .mail-form-row dl dd.con-input{margin-left:0px !important;}
body.useOldFixed .mail-form-row dl dd.con-input .layui-textarea{min-height: 150px !important;}
body.useOldFixed .mail-form-row dl dd.word-aux{padding-right: 0% !important;}
body.useOldFixed .mail-form-row dl dd.word-aux .layui-input,body.useOldFixed .mail-form-row dl dd.word-aux .layui-input:not(.skipAutoFix){width: 30% !important; margin: 0 0 0 20% !important;}
body.useOldFixed .mail-form-row > dl > dd .layui-input:not(.skipAutoFix),body.useOldFixed .mail-form-row > dl > dd .layui-textarea{width: 60% !important; margin: 0 auto !important;}
body.useOldFixed .mail-form-row > dl > dd input[type=radio]{display: none !important;}
body.useOldFixed .mail-form-row > dl > dd .layui-form-radio{margin-left:20% !important;}
body.useOldFixed .mail-form-row > dl > dd .layui-form-select .layui-edge{right: 24% !important;}
body.useOldFixed .mail-form-row > dl > dd #captcha{margin-left: 20% !important;width: 30% !important;}
body.useOldFixed .com-title > .hd .currentname:not(.skipAutoFix),body.useOldFixed .com-title > .hd .currentname{line-height: 36px !important; min-height: 36px !important;padding-bottom: 10px !important;}
body.useOldFixed .mail-list-search dl dd .layui-input:not(.skipAutoFix){width: 90% !important; margin: 0 0 0 0% !important;}
body.useOldFixed .mail-list-search .layui-btn{margin: 2px 3px !important;}
body.useOldFixed .mail-detail-cont dt{width: 15% !important;}
body.useOldFixed .mail-detail-cont dt span{width: auto !important;left: 15px !important;top: 15px !important;margin-top: 0 !important;}
body.useOldFixed .mail-detail-cont dd{margin-left: 15% !important;}
body.useOldFixed .mail-detail-cont .odt dt:not(.skipAutoFix){width: 100% !important;clear: both;float: none;height: 110px !important;}
body.useOldFixed .mail-detail-cont .odt dd{margin-left: 0 !important;}