@charset "utf-8";

/* 底部栏 */
.footer {
  position: relative;
  height: 200px;
  font-size: 14px;
  text-align: center;
  min-width: 1300px;
  padding-top: 46px;
  box-sizing: border-box;
}
.footer-login{
  background-color: #FFFFFF;
  color: #2A2A2A;
}
.footer-login a {
  color: #2A2A2A;
}
.footer-home{
  background-color: #585858;
  color: #fff;
}
.footer-home a {
  color: #fff;
}
.footer .footer-main{
  margin: 0 auto;
  width: 1300px;
  line-height: 18px;
  font-size: 14px;
}
.footer .f-line{
  padding-right: 16px;
}
.footer .padding {
  padding-left: 16px;
}
.footer p{
  /* vertical-align: middle; */
  line-height: 14px;
  margin-bottom: 23px;
}
.footer span{
  vertical-align: middle;
}
.footer a{
  font-size: 14px;
  vertical-align: middle;
}
.footer .f-sp {
  margin-left: 5px;
}



/* 公共头部 */
.w1240{
  width: 1240px;
  margin: auto;
}
.w1300{
  width: 1300px;
  margin: auto;
}
.w1366{
  width: 1366px;
  margin: auto;
}
.w1600{
  width: 1600px;
  margin: auto;
}
.wAuto{
  width: 90%;
  margin: auto;
}

.container{
  background: #F4FFF5;
}
.container-gery{
  background-color: #F4F4F4;
}
.layout-header {
  height: 80px;
  background: linear-gradient(135deg, #019365 0%, #0D9800 100%);
}
.layout-header-transparent{
  background: transparent;
}
.layout-inner{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  height: 100%;
  color: #FFFFFF;
}
.layout-logo a{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF !important;
  padding-left: 100px;
}
.layout-logo .icon-logo-title{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 14px;
  margin-left: 10px;
  border-left: 1px solid #fff;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.layout-header-title{
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.layout-right{
  font-size: 18px;
}
.layout-right .readCenter{
  margin-right: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 0px 16px;
  border-radius: 3px 3px 3px 3px;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.layout-right .layout-login {
  display: inline-block;
  width: 101px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-weight: 400;
  color: #029463;
  text-align: center;
}
.layout-login a{
  color: #029463;
}
.layout-right .layout-sj{
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 53px;
  width: 97px;
  height: 39px;
  line-height: 35px;
  border-radius: 3px 3px 3px 3px;
  border: 2px solid #FFFFFF;
  text-align: center;
  box-sizing: border-box;
}
.layout-right .user {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.layout-right .user span{
  display: inline-block;
  vertical-align: middle;
}
.layout-right .user .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 38px;
  width: 180px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #ffffff;
  font-size: 14px;
  color: #000000;
  z-index: 10;
  box-shadow: 0px 3px 6px 0px #d6d6d6;
}
.user .dropdown-menu li{
  line-height: 38px;
  text-align: center;
}
.user .dropdown-menu li a{
  color: #000000;
}
.user .dropdown-menu li:hover{
  /* background-color: #0D9800; */
  color: #0D9800;
}
.user .dropdown-menu li:hover a{
  color: #0D9800;
}
.layout-right .user:hover .dropdown-menu{
  display: block;
}
.layout-main{
  box-sizing: border-box;
  padding: 30px 0px;
}
.layout-single{
  box-sizing: border-box;
  padding: 65px 0 0;
}
.layout-main-con{
  height: 100%;
  margin:  auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 1px #EBEBEB;
  border-radius: 16px 16px 16px 16px;
  min-height: calc(100vh - 140px);
  box-sizing: border-box;
}
/* 内部页面底部 */
.internal-footer{
  margin-top: 30px;
}
.internal-footer .footer-main p{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  line-height: 18px;
  margin-bottom: 8px;
}
.internal-footer a {
  vertical-align: middle;
}
.internal-footer .f-sp {
  margin-left: 5px;
}
/* 表格样式 */
table {
  width: 100%;
  margin-bottom: 36px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border: 2px solid #EBEBEB;
}
table th {
  height: 50px;
  border-right: 1px solid #EBEBEB;
  background-color: #EBEBEB;
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}
/* 审校订单页 */
.sj-orderList-main table th{
  min-width: 150px;
}
table tbody tr{
  border-bottom: 2px solid #EBEBEB;
}
table tbody tr td{
  padding: 20px 0px;
  color: rgba(80, 80, 80, 0.8);
  font-size: 16px;
  position: relative;
}
.table-success-text{
  color: #1E9E3B;
}
.table-error-text{
  color: #FF4428;
}
/* 审校中心表格 */
.layout-table tbody tr td:first-child{
  width: 270px;
}
.layout-table tbody tr td:first-child p{
  text-align: left;
  padding-left: 20px;
  max-width: 270px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.layout-table tbody tr{
  height: 122px;
  box-sizing: border-box;
}
.layout-table tbody tr td:nth-child(2){
  width: 150px;
  box-sizing: border-box;
}
.layout-table tbody tr td:nth-child(4),
.layout-table tbody tr td:nth-child(5),
.layout-table tbody tr td:nth-child(6) {
  min-width: 100px;
}


/* 分页样式 */
.pages {
  position: relative;
  text-align: center;
}
.pages .pageSizeList{
  display: inline-block;
  margin-right: 20px;
}
.pages .pageSizeList select{
  border: 1px solid #E2E0E0;
  width: 97px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
}
.pageSize-con{
  position: relative;
  display: inline-block;
}
.pageSize-con .pageSize-label{
  border: 1px solid #E2E0E0;
  width: 100px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #A6A6A6;
  cursor: pointer;
}
.pageSize-con .pageSize-label:hover{
  border: 1px solid #029463;
}
.pageSize-con .pageSize-label em{
  margin-left: 5px;
}
.pageSize-dropdown{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-sizing: border-box;
  display: none;
}
.pageSize-dropdown ul li{
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.pageSize-dropdown ul li.active{
  color: #029463;
  background-color: #f5f7fa;
}
.pageSize-dropdown ul li:hover{
  background-color: #f5f7fa;
}
.pages .pageNumList{
  display: inline-block;
}
.pages .pageNumList > a, .pages .pageNumList > span {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  border-radius: 15px;
  background-color: #eef1f7;
  text-align: center;
  color: #333333;
}
.pages .pageNumList > a.active {
  background-color: #029463;
  color: #ffffff;
}


/* 弹框 */
.layout-dialog-wrap{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 2223;
}
.layout-dialog-wrap .layout-dialog{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  background-color: #ffffff;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  z-index: 2224;
}
.layout-dialog-head{
  padding: 20px;
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}
.layout-dialog-body{
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.layout-dialog-body .layout-b-text {
  font-size: 20px;
  font-weight: 400;
  color: #464646;
}
.layout-dialog-footer{
  padding: 0px 20px 20px;
  text-align: right;
  box-sizing: border-box;
}
.layout-dialog-footer-center{
  text-align: center;
}

/* 退出登录弹框 */
.layout-dialog-logout .layout-dialog{
  width: 400px;
}
/* 注销账号弹窗 */
.layout-dialog-logout .cancel-dialog {
  width: 980px;
  border-radius: 30px 30px 0px 0px;
}
/* 删除弹窗 */
.layout-dialog-delete .delete-dialog {
  width: 515px;
}
.cancel-dialog-head {
  height: 85px;
  background: #049544;
  border-radius: 30px 30px 0px 0px;
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.modal-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url('../images/icon/icon-close.png');
}
.delete-dialog-head{
  height: 50px;
  position: relative;
}
.modal-close-grey {
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 22px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url('../images/icon/icon-colse-grey.png');
}
.cancel-dialog-body{
  margin: 22px 44px 45px;
}
.cancel-dialog-body p{
  word-break: break-all;
  font-size: 16px;
  line-height: 23px;
  color: #2A2A2A;
}
.cancel-tips{
  font-size: 18px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 24px;
}
.cancel-tip2{
  margin-top: 22px;
}
.cancel-p{
  margin-top: 15px;
}

/* 按钮 */
.button{
  display: inline-block;
  width: max-content;
  height: 61px;
  line-height: 61px;
  background: #D7D7D7;
  border: 1px solid #D7D7D7;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #9D9D9D;
  text-align: center;
  cursor: pointer;
}
.button.button-round{
  border-radius: 94px;
}
.button em{
  margin-right: 10px;
}
.button+.button{
  margin-left: 20px;
}
.button a{
  display: block;
  padding: 0px 30px;
}
.button-wid{
  width: 223px;
  box-sizing: border-box;
}


.button-medium{
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.button-medium a{
  padding: 0px 20px;
}

.button-small{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.button-small a{
  padding: 0px 20px;
}

.button-mini{
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
.button-mini a{
  padding: 0px 20px;
}



.button-info{
  background: #D7D7D7;
  border: 1px solid #D7D7D7;
  color: #9D9D9D;
}
.button-info a{
  color: #9D9D9D;
}


.button-primary{
  background: #4BAF28;
  border: 1px solid #4BAF28;
  color: #FFFFFF;
}
.button-primary a{
  color: #FFFFFF !important;
}
/* .button-primary-blue {
  background: #5C92FF;
  border: 1px solid #5C92FF;
  color: #FFFFFF;
}

.button-primary-blue a {
  color: #FFFFFF;
} */

.button-default{
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
}
.button-default a{
  color: #606266;
}

.button-warning{
  background: #FF6632;
  border: 1px solid #FF6632;
  color: #FFFFFF;
}
.button-warning a{
  color: #FFFFFF;
}



/* 向下悬浮框 */
.sj-tooltip-bottom{
  display: inline-block;
  position: relative;
}
.sj-tooltip-bottom > span{
  cursor: pointer;
  vertical-align: middle;
}
.sj-tooltip-bottom-popper{
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 356px;
  font-size: 12px;
  font-weight: 400;
  color: #8F8F8F;
  border-radius: 3px 3px 3px 3px;
  background: #F0F0F0;
  box-shadow: 0px 4px 10px 0px rgba(143,143,143,0.302);
  padding: 10px;
  text-align: left;
  margin-top: 8px;
}
.sj-tooltip-bottom-popper:before {
  content: "";
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #F0F0F0;
  border-right: 8px solid transparent;
}
.sj-tooltip-bottom:hover .sj-tooltip-bottom-popper{
  display: block;
}
/* 查看审校报告页 */
.sj-tooltip-bottom .sj-tooltip-bottom-wid {
  max-width: 210px;
}

/* 右侧悬浮框 */
.sj-tooltip-right{
  display: inline-block;
  position: relative;
}
.sj-tooltip-right > span{
  cursor: pointer;
}
.sj-tooltip-right-popper{
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 20vw;
  min-width: 358px;
  font-size: 12px;
  font-weight: 400;
  color: #8F8F8F;
  border-radius: 3px 3px 3px 3px;
  background: #F0F0F0;
  box-shadow: 0px 4px 10px 0px rgba(143,143,143,0.302);
  padding: 10px 15px;
  margin-left: 8px;
}
.sj-tooltip-right-popper:before {
  content: "";
  width: 0;
  height: 0;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid #F0F0F0;
  border-bottom: 8px solid transparent;
}
.sj-tooltip-right:hover .sj-tooltip-right-popper{
  display: block;
}


/* 上传页面悬浮框 */
.sj-tooltip-custom{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-right: 40px;
}
.sj-tooltip-custom > span{
  font-size: 16px;
  font-weight: 400;
  color: #4F56ED;
}
.sj-tooltip-custom .sj-tooltip-custom-popper{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(180deg, #F0FFF8 0%, #DCDBFC 100%);
  width: max-content;
  max-width: 26vw;
  min-width: 350px;
  margin-top: 10px;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.302);
  transform-origin: center top;
  z-index: 2222;
  cursor: default;
}
.sj-tooltip-custom .sj-tooltip-custom-popper:before {
  content: "";
  width: 0;
  height: 0;
  left: 20px;
  top: -10px;
  position: absolute;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F0FFF8;
  border-left: 10px solid transparent;
}
.sj-tooltip-custom:hover .sj-tooltip-custom-popper{
  display: block;
}


/* 弹窗 */
#alertMessage {
  z-index: 999;
  display: none;
  min-width: 380px;
  max-width: 50vw;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: #edf2fc;
  transition: opacity .3s,transform .4s,top .4s;
  padding: 15px 15px 15px 20px;
  color: #000000;
  font-size: 14px;
}
.alertMessage-warning{
  background-color: #fdf6ec !important;
  border-color: #faecd8 !important;
  color: #e6a23c !important;
}
.layout-service{
  display: block;
  position: fixed;
  width: 55px;
  height: 133px;
  background: linear-gradient(180deg, #029463 0%, #4BA530 100%);
  border-radius: 13px 0px 0px 13px;
  bottom: 10%;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF !important;
  text-align: center;
  z-index: 2225;
}
.layout-service .service-img {
  margin-top: 20px;
}
.layout-service .service-text {
  width: 14px;
  word-break: break-all;
  margin: 0 auto;
}