.wrapper {
  width: 1200px;
  margin: 0 auto;
}
html,
body {
  font-size: 14px;
  font-family: 'Microsoft Yahei','Arial','sans-serif';
}
li, p, a, div, input, span, font, b, strong, em, small, h1, h2, h3, h4, h5, h6, dt, dd, body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea {
  font-family: 'Microsoft Yahei','Arial','sans-serif';
}
html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
#container {
  margin-bottom: 20px;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: 0.5s;
  z-index: 100000;
  visibility: hidden;
}
.model-pop {
  position: fixed;
  top: 20px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  left: 50%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 150000;
  transform: scale(0.9);
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
}
.model-pop .pop-title {
  font-size: 16px;
  padding: 10px 0 10px 12px;
  border-bottom: 1px solid #e8eaeb;
}
.model-pop .pop-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  background: url(../images/icon-close.png);
}
.model-pop .pop-content {
  font-size: 14px;
  overflow: auto;
}
.model-pop .pop-footer {
  text-align: center;
  padding: 0 0 15px;
}
.model-pop .pop-footer a {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  margin: 0 4px;
  color: #333333;
}
.model-pop .pop-footer a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.model-pop .pop-footer .js-pop-ok {
  color: #ffffff;
  border: 1px solid#FFB301;
  background-color:#FFB301;
}
.model-pop .pop-footer .js-pop-cancel {
  border: 1px solid #e8eaeb;
  background-color: #ffffff;
}
.model-pop .msg {
  padding: 30px 0;
  text-align: center;
  word-break: break-all;
}
body.pop .cover {
  opacity: 0.5;
  visibility: visible;
}
body.pop .model-pop {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#header {
  height: 166px;
}
#header img {
  display: block;
  width: 100%;
}
#header .menu {
  height: 55px;
  background-color:#FFB301;
  line-height: 54px;
}
#header .menu li {
  float: left;
  width: 14.08450704%;
  text-align: center;
}
#header .menu li a {
  color: #ffffff;
  font-size: 20px;
  display: block;
}
.title-bar{
  height: 20px;
  padding: 20px 0;
}
.title-bar a:first-child{
  color:#FFB301;
  cursor: pointer;
}
.title-bar a{
  cursor: default;
  color:rgb(102, 102, 102);
}
.batch-btn{
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
/* .batch-btn::before{
  content: '';
  width: 16px;
  height: 20px;
  background: url('../images/change-btn.png') no-repeat;
  position: absolute;
  top: 0px;
  border-radius: 3px;
  right: 0px;
  background-size: 100% 100%; 
} */
.moreBtn{
  position: relative;
  cursor: pointer;
  display: inline-block;
  width:45px;
  /* color: #FE8C01; */
  color:#333333;
  margin-right: 5px;
  font-size: 12px;
}
.moreBtn:hover{
  color: #FE8C01
}
.moreBtn::before{
  content: '';
  position: absolute;
  top: 2px;
  border-radius: 5px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: url('/images/2020081114524842847.jpg');
  background-size: 100% 100%;
  margin-left: 5px;
  margin-top: 2px;
  /* width: 0;
  height:0;
  border-top:9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #FE8C01; */
} 
.moreBtn :hover{
  color: #fff;
}
.alert {
  background: rgba(255, 70, 0, 0.05);
  color: #FFB301;
  padding: 0 10px;
}
.ui-helper-hidden-accessible div{
  display: none;
}
.mark{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.60);
  z-index: 999999999;
}
.markcont{
  position: fixed;
  top:50%;
  margin-top: -300px;
  background: #FFFFFF;
  width: 850px;
  height: 600px;
  left: 50%;
  margin-left: -425px;
  padding: 24px;
  z-index: 9999999999;
  box-sizing: border-box;
}
.marktop{
  border: 1px solid #E1E1E1;
  width: 100%;
  height: 473px;
  overflow-y: auto;
  /* overflow: hidden; */
  box-sizing: border-box;
}
.marktitle{
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #424754;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
}
.mark-cont{
  padding:0 22px;
  margin-top: 24px;
  height: 420px; 
  box-sizing: border-box;
  /* overflow: auto; */

}
.mark-cont p {
  line-height: 30px;
}
.markbottpm{
  margin-top: 33px;
  text-align: center;
}
.markbottpm button {
  width: 80px;
  height: 30px;
  line-height: 30px;
  /* border: none; */
}
.mark-back{
  margin-right: 20px;
  background: #FFFFFF;
  border: 1px solid #EAEDF1;
  color: #2B3642;
  font-size: 14px;
  border-radius: 4px;
}
.mark-confim {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #777E8C;
  background: #EEEEEE;
  border-radius: 4px; 
  border: 1px solid #EAEDF1;
}
.mark-active {
  background: #FF4600 !important; 
  border-radius: 4px !important;
  font-family: PingFangSC-Regular !important;
  font-size: 14px !important;
  color: #FFFFFF !important ;
}