* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Microsoft YaHei'; */
}

ul {
  list-style: none;
}

html{
  font-size: calc(100vw/19.2);
}
body {
  height: 100%;
  background-color: #f6f6f6;
  font-family: 'Microsoft YaHei' !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::placeholder{
  line-height: normal;
}

input[ type="number"] {
  -moz-appearance: textfield;
}


a {
  text-decoration: none;
  color: inherit !important;
}

.ivu-table-popper:nth-child(1){
  height: 300px;
  top: 285px !important;
  left: 343px !important;
}

.ivu-table-popper .ivu-table-filter-list-single{
  height: 180px;
overflow-y: auto;
}

.ivu-table-popper .ivu-table-filter-list-single::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.ivu-table-popper .ivu-table-filter-list-single::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: #dce1e5;
}


.v-transfer-dom .ivu-modal-content {
  padding-top: 14px;
}

.v-transfer-dom .ivu-modal-header {
  border-bottom: none;
  padding: 0px 24px !important;
  color: #333;
}

.v-transfer-dom .ivu-modal-body {
  padding: 30px 24px;
  color: #333;
}

.v-transfer-dom .ivu-modal-body h3 {
  margin-bottom: 14px !important;
}

/* .v-transfer-dom .ivu-modal-body p {
  line-height: 26px !important;
  letter-spacing: 2.2px;
  font-size: 14px;
  margin-bottom: 24px;
  color: #666;
} */

.v-transfer-dom .ivu-modal-body .reject {
  padding: 0px;
}

.v-transfer-dom .ivu-modal-body button {
  width: 296px;
  height: 48px;
  /* line-height: 48px; */
  color: #fff;
  border: none;
  font-size: 18px;
  background: #8d8f94;
  border-radius: 2px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 31px;

}

.v-transfer-dom .ivu-modal-body .tip {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.v-transfer-dom .ivu-modal-body button {
  width: 127px;
  height: 48px;
  line-height: 47px;
  background-color: #fff;
  color: #333;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DCDEE2;
  margin: 0;
  cursor: pointer;
}

.v-transfer-dom .ivu-modal-body .active {
  background-color: #5489FF;
  color: #fff;
  margin-left: 40px;
  width: 165px;
}

.v-transfer-dom .ivu-modal-header>.ivu-modal-header-inner {
  font-size: 20px;
  padding: 12px 0;
  box-sizing: content-box;
  font-weight: 400;
  border-bottom: 1px solid #DCDEE2;
  color: #333;
}





/* 驳回理由弹框 */
/* .reject .ivu-modal-header>.ivu-modal-header-inner {
  font-size: 19px;
  padding: 12px 0;
  box-sizing: content-box;
  font-weight: 400;
  border-bottom: 1px solid #DCDEE2;
}

.reject .ivu-modal-body {
  padding: 20px 24px;
  color: #333;
}

.reject .ivu-modal-body p {
  padding: 0px;
  letter-spacing: 0px;
  margin-bottom: 127px;
}

.reject .ivu-modal-body .btnGroup {
  text-align: center;
  padding-left: 150px;
  margin-bottom: 44px;
}

.reject .ivu-modal-body button {
  width: 127px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #333;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DCDEE2;
  margin: 0;
  cursor: pointer;
}

.reject .ivu-modal-body .active {
  background-color: #5489FF;
  color: #fff;
  margin-left: 24px;
  width: 127px !important;
} */

/* 无子账号弹框 */
/* .notSubaccounts .ivu-modal-body {
  padding: 70px 90px 36px;
  color: #333;
}

.notSubaccounts .content {
  display: flex;
  margin-bottom: 50px;
}

.notSubaccounts .content img {
  width: 66px;
  height: 66px;
  margin-right: 20px !important;
}

.notSubaccounts .content .right h3 {
  font-size: 18px;
  line-height: 40px;
  margin: 0px !important;
}

.notSubaccounts .content .right .tips {
  font-size: 14px;
  line-height: 20px;
  margin: 0px !important;
  color: #333;
  letter-spacing: 0px !important;
}


.notSubaccounts .content .right .tips a {
  color: #DB2831;
}

.notSubaccounts .content .right .tips a:hover {
  color: #DB2831;
}

.notSubaccounts .content .right .phone {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin: 0px !important;
}

.notSubaccounts .content .right .phone span {
  color: #DB2831;
}

.notSubaccounts .btnGroup {
  text-align: center;
}

.notSubaccounts .btnGroup a {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #DB2831;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;

}

.notSubaccounts .btnGroup a:nth-child(2) {
  margin-left: 30px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e2e0e0;
} */

/* 发布页面定时发布弹框 */
/* .interval{
  position: relative;
  font-family: 'Microsoft YaHei';
} 
.interval .tips{
  position: absolute;
  top: 23px;
  left: 118px;
  font-size: 14px;
  color: #999;
  letter-spacing: 0px !important;
}
.interval .ivu-modal-body .content .title{
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: 400;
  margin-bottom: 36px !important;
}

.interval .pbulicTime{
  width: 420px;
  margin: 0 auto;
}

.interval .pbulicTime .label{
  font-size: 13px;
  margin-right: 8px;
}

.interval .text{
  color: #999;
  padding-left: 124px;
    margin-top: 12px;
    margin-bottom: 48px;
}

.interval .text .time{
  color:#5489FF;
}
.interval .valid{
  color:red;
  padding-left: 124px;
  margin-top: 5px;
}

.interval .btnGroup{
  padding-left: 182px;
}
.interval .ivu-modal-body button {
  width: 127px;
  height: 48px;
  line-height: 47px;
  background-color: #fff;
  color: #333;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DCDEE2;
  margin: 0;
  cursor: pointer;
}

.interval .ivu-modal-body .active {
  background-color: #5489FF;
  color: #fff;
  margin-left: 40px;
  width: 165px;
} */


/* 发布变更和中标弹框 */
/* .postMsg .btnGroup{
  padding-left: 145px;
}

.postMsg .ivu-modal-body .active {
  width: 127px;
  margin-left: 24px;
}
.postMsg .ivu-modal-body{
  padding-bottom: 64px;
}
.postMsg .ivu-modal-body .text {
  font-size: 20px;
  color: #333;
  line-height: 33px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

.postMsg .ivu-modal-body button{
  margin: 0;
} */


/* 发布信息提交成功弹框 */
/* .submitSuccess .btnGroup{
  padding-left: 145px;
}

.submitSuccess .ivu-modal-body .active {
  width: 127px;
  margin-left: 24px;
}
.submitSuccess .ivu-modal-body{
  padding-bottom: 64px;
}
.submitSuccess .ivu-modal-body .ftitle{
  text-align: center;
  font-size: 20px;
}

.submitSuccess .ivu-modal-body .ftitle  img{
  width: 40px;
  height: 40px;
  vertical-align: -16px;
  margin-right: 12px;
}
.submitSuccess .ivu-modal-body .text {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding-top: 29px;
  padding-bottom: 60px;
  letter-spacing: 1px;
}

.submitSuccess .btnGroup{
  padding-left: 203px;
} */

/*没入驻弹框 */
/* .notReg .btnGroup{
  padding-left: 145px;
}
.notReg .btnGroup1{
  padding-left: 204px;
} */

/* .notReg .pl205{
  padding-left: 205px;

} */

/* .notReg .ivu-modal-body .active {
  width: 127px;
  margin-left: 24px;
}
.notReg .ivu-modal-body{
  padding-bottom: 64px;
}
.notReg .ivu-modal-body button{
  margin: 0;
}
.notReg .ivu-modal-body .text1 {
  font-size: 20px;
  color: #333;
  line-height: 33px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 24px;
}
.notReg .ivu-modal-body .text2 {
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding-bottom: 50px;
}
.notReg .ivu-modal-body .text3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
} */





