.form-error-prompt {
  width: 100%;
  position: absolute;
  color: red;
  word-break: break-word;
}
/*选择对话框样式*/
.big-window ul,
.big-window ol,
.big-window li {
  list-style: none;
  list-style-type: none;
}
.big-window div,
.big-window dl,
.big-window dt,
.big-window dd,
.big-window ul,
.big-window ol,
.big-window li,
.big-window a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*输入框获取到焦点时*/
.big-window input:focus {
  box-shadow: 0px 0px 10px #8dc437;
}
.big-window button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}
.mask-Bg {
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0.5;
}
/*选择职位 行业*/
.big-window a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.big-window a:hover {
  color: #000;
}
.big-window {
  width: 980px;
  height: 586px;
  position: absolute;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  border: #FF9F20 3px solid;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 10000;
  background: #fff;
}
.big-window .bg-f0 {
  background: #f0f0f0;
}
.big-window .title {
  width: 100%;
  height: 35px;
  color: #333;
  line-height: 35px;
  background: #fff;
  margin-top: 20px;
  padding-left: 20px;
}
.big-window .title a {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  background: url(/images/close.png) no-repeat center top;
}
.big-window .title .tip {
  font-size: 12px;
  color: #f79b92;
  margin-left: 5px;
  background-color: #FF9F20;
  /*height: 35px;
    line-height: 35px;*/
  padding-left: 5px;
}
.big-window .title a:hover {
  background: url(/images/close.png) no-repeat center bottom;
}
.big-window .sele-tag {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.big-window .sele-tag dl {
  width: 100%;
  line-height: 30px;
  display: table;
  font-size: 12px;
}
.big-window .sele-tag dt {
  width: 50px;
  display: table-cell;
  color: #e05447;
  vertical-align: middle;
}
.big-window .sele-tag dd {
  display: table-cell;
}
.big-window .sele-tag dd span {
  display: inline-block;
  position: relative;
  line-height: 30px;
  height: 30px;
}
.big-window .sele-tag dd b {
  background: url(/images/select111.png) no-repeat right 10px;
  background-size: 10px 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 1px;
}
.big-window .sele-tag dd a {
  padding: 0 20px 0 5px;
  margin: 0 10px 0 0;
  color: #333;
  display: block;
  float: left;
  max-width: 158px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #FF9F20;
  border-radius: 4px;
}
.big-window .sele-tag a.btn {
  background: #f2766a;
  padding: 0 15px;
  color: #fff;
  width: auto;
  border-radius: 4px;
  margin: 3px 0 0 0;
  line-height: 24px;
  float: right;
}
.big-window .sele-tag dd a.btn:hover {
  background: #e05447;
}
.big-window .wraper {
  padding: 10px 10px 0 10px;
}
.big-window .wraper1 {
  padding: 0 10px 10px 10px;
}
.big-window .position-menu {
  width: 100%;
  height: 424px;
  position: relative;
  border: 1px solid #ddd;
  background-color: #FFF5E8;
}
.big-window .position-menu .menu {
  width: 225px;
  position: absolute;
  z-index: 2;
  float: left;
  overflow-y: scroll;
  height: 422px;
  overflow-x: hidden;
  border: 0;
}
.big-window .position-menu .sub-menu {
  width: 734px;
  padding: 10px;
  margin-left: 224px;
  height: 422px;
  overflow: auto;
  float: left;
  background: #fff;
  padding-top: 0;
  border-left: 1px solid #ddd;
}
.big-window .position-menu .menu li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  color: #666;
  border-bottom: #eee 1px solid;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.big-window .position-menu .menu li.sele {
  color: #fff;
  background-color: #FF9F20;
}
.big-window .position-menu .sub-menu dl,
.industry-list dl {
  width: 100%;
  display: table;
  font-size: 12px;
  padding: 4px 0 2px 0;
  border-bottom: #eee 1px dotted;
}
.big-window .position-menu .sub-menu dt,
.industry-list dt {
  display: table-cell;
  width: 170px;
  color: #333;
  padding: 2px 5px 0 0;
  vertical-align: top;
}
.big-window .position-menu .sub-menu dt {
  font-weight: 700;
}
.big-window .position-menu .sub-menu dd,
.industry-list dd {
  display: table-cell;
}
.big-window .position-menu .sub-menu dd a,
.industry-list dd a {
  padding: 5px 0;
  margin: 1px 3px;
  color: #666;
  display: block;
  float: left;
  width: 166px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.big-window .position-menu .sub-menu dd a.sele,
.industry-list dd a.sele {
  color: #fff;
  background-color: #FF9F20;
  text-align: center;
  border-radius: 4px;
}
.big-window .industry-list {
  width: 100%;
  padding: 5px 15px;
  background: #fff;
}
.big-window .industry-list dl {
  padding: 4px 0 2px 0;
}
.big-window .industry-list dt {
  width: 160px;
  padding: 1px 0 0 0;
  font-size: 14px;
}
.big-window .industry-list dd a {
  width: 190px;
}
.big-window .industry-btn {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.big-window .industry-btn a.btn {
  background: #f2766a;
  padding: 5px 15px;
  color: #fff;
  width: auto;
  border-radius: 4px;
}
.big-window .industry-btn a.btn:hover {
  background: #e05447;
}
.big-window .serach_text {
  border: 1px solid #ddd;
  padding-left: 5px;
  font-size: 14px;
  padding: 5px 0 5px 5px;
}
.big-window .search_box {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.big-window .search_box > input {
  width: 170px;
}
.big-window #search_box1 {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 31px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 22222;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
}
.big-window #search_box1 li {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 5px;
}
.big-window .search_close {
  right: -702px;
  position: absolute;
  top: -22px;
}
.big-window .blue {
  background-color: #489DFA;
  color: #fff;
  cursor: pointer;
}
.big-window .btn_btomj {
  text-align: right;
}
.big-window .btn_btomj input {
  border: 0;
  border-radius: 4px;
  padding: 0px 12px;
  margin: 0 10px;
  font-size: 12px;
  width: 50px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: -2px;
}
.big-window .btnOn {
  color: #fff;
  background-color: #FF9F20;
}
.big-window .checkIn {
  margin-left: 0!important;
}
.big-window #secondMenu_01 {
  padding: 20px 10px 0 10px;
}
.big-window #secondMenu_01 > span {
  display: inline-block;
  width: 25.5%;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  margin: 2px 0px 2px 40px;
  padding: 2px 5px;
  font-size: 14px;
}
.big-window #secondMenu_01 > span > a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*二级控件所用样式*/
.big-window #secondMenu_01 {
  padding: 20px 10px 0 10px;
}
.big-window #secondMenu_01 > span {
  display: inline-block;
  width: 25.5%;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  margin: 2px 0px 2px 40px;
  padding: 2px 5px;
  font-size: 14px;
}
.big-window #secondMenu_01 > span > a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big-window .select_01 {
  background-color: #FF9F20;
  color: #fff !important;
  padding: 2px 4px;
  border-radius: 4px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.big-window #secondMenu_01 > span > a {
  padding: 5px;
}
.steps-area {
  padding: 30px;
}
.steps-area:after {
  content: "";
  display: block;
  clear: both;
}
.steps-area-item {
  position: relative;
  padding-left: 40px;
  padding-top: 7px;
  box-sizing: border-box;
  float: left;
}
.steps-area-item > p {
  margin-bottom: 10px;
  margin-top: -6px;
}
.SAI-logo {
  width: 24px;
  height: 24px;
  border: 2px solid #FFB70C;
  background-color: #FFB70C;
  color: #fff;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 5px;
  top: 5px;
  box-sizing: border-box;
}
.SAI-title {
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  padding-top: 15px;
}
.SAI-line {
  display: block;
  border-bottom: 1px solid #ddd;
  margin-top: -9px;
}
.SAI-msg {
  font-size: 13px;
  line-height: 25px;
}
.SAI-carryout .SAI-logo {
  border-color: #ccc;
  background-color: #eee;
}
.SAI-carryout .SAI-title,
.SAI-carryout .SAI-msg,
.SAI-carryout .SAI-logo {
  color: #bbb;
}
/* 重置分页数字样式 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #FF9F20;
}
.layui-table-view {
  border: none;
}
.layui-table thead tr,
.layui-table-header,
.layui-table-total tr {
  background: #F5F7FA;
  border-radius: 5px;
  height: 60px;
  border: none;
}
.layui-table-page {
  display: flex;
  justify-content: center;
  border: 0;
}
.layui-breadcrumb {
  display: inline-block;
  margin: 20px 0 0 20px;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.layui-select-disabled .layui-disabled,
.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
  border-color: #CCCCCC !important;
  background-color: #f8f8f8 !important;
  color: #666666 !important;
}
body {
  background-color: #F5F7FA;
}
h2 {
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}
.layui-card {
  border-radius: 16px;
  padding: 30px;
  margin: 0 20px;
  position: relative;
}
.layui-card .layui-tab {
  position: relative;
}
.layui-card .layui-tab-title {
  border: none;
}
.layui-card .layui-tab-title li {
  height: 45px;
  font-size: 16px;
  color: #666;
  margin-right: 32px;
  transition: none;
}
.layui-card .layui-tab-title .layui-this {
  color: #ffa500;
}
.layui-card .layui-tab-title .layui-this:after {
  border: 0;
}
.lay-search-click .screen {
  width: 80px;
  height: 40px;
  border: 1px solid #CCC;
  border-radius: 5px;
  vertical-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 300px;
  z-index: 3;
}
.lay-search-click .search {
  height: 40px;
  position: absolute;
  right: 35px;
  z-index: 3;
  width: 250px;
}
.lay-search-click .searchTxt {
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  text-indent: 5px;
}
.lay-search-click .searBtn {
  color: #CCC;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 1px;
  cursor: pointer;
}
.lay-search-click .condition {
  position: absolute;
  width: 96.25%;
  top: 70px;
  background: #fff;
  box-shadow: 0 2px 4px #888;
}
.lay-search-click .flexitem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
}
.alert-search .as-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111;
}
.alert-search .condition {
  position: absolute;
  z-index: 112;
  width: calc(100% - 40px);
  left: 20px;
  right: 0;
  top: 180px;
  background: #fff;
  box-shadow: 0 2px 4px #888;
  padding: 20px 0 0 0;
}
.alert-search .layui-input .layui-textarea {
  width: 300px;
}
.alert-search .layui-row {
  margin-top: 20px;
}
.alert-search .item2 {
  padding-bottom: 20px;
}
.alert-search .item2 button:last-child {
  background: orange;
}
.alert-search .row-float {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.alert-search .row-float .col-3 {
  width: 26%;
}
.alert-search .row-float .col-2 {
  width: 32%;
}
.alert-search .row-center {
  display: flex;
  justify-content: center;
}
.alert-search .layui-form-label {
  width: 90px;
}
.alert-search .layui-input-block {
  margin-left: 120px;
}
.alert-search .lb-center {
  display: none;
  background: #ffa500;
}
.alert-search .item2 {
  padding-bottom: 20px;
}
.alert-search .flex-nl {
  display: flex;
  justify-content: space-between;
}
.alert-search .flex-nl .layui-form-mid {
  margin-right: 0;
}
.alert-search .lbs {
  background: #ffa500;
}
.alert-search .nl-s {
  width: 42%;
}
.alert-search .nl-e {
  width: 42%;
}
.alert-search2 .layui-form-label {
  width: 120px;
}
.alert-search2 .layui-input-block {
  margin-left: 155px;
}
.iframe-body {
  min-width: 1600px;
}
.theme-orange .layui-form-select dl dd.layui-this {
  background-color: #FF9F20;
}
.theme-orange .layui-form-select dl dd:hover {
  background-color: #FFF5E8;
}
.all-page-header {
  height: 50px;
  user-select: none;
  padding-left: 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 10px rgba(87, 108, 143, 0.1);
  background-color: #fff;
}
.all-page-header .logo {
  width: 33px;
  height: 33px;
}
.all-page-header .title {
  color: #262727;
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px;
}
.all-page-header .yellow {
  color: #FFA01C;
  font-size: 16px;
}
.emptyPage {
  width: 100%;
  height: 520px;
  text-align: center;
  background-color: #FFFFFF;
  overflow: hidden;
  display: none;
}
.emptyPage .bkimage {
  width: 100%;
  height: 276px;
  text-align: center;
  margin-top: 158px;
}
.emptyPage .text {
  color: #666666;
  margin-top: -19px;
}
.enter-del .layui-layer-btn .layui-layer-btn0 {
  width: auto;
  background-color: #ffa01c;
  border-color: #ffa01c;
}
.enter-del .layui-layer-btn .layui-layer-btn1 {
  width: auto;
}
.enter-del .layui-layer-wrap {
  text-align: center;
}
.enter-del .layui-layer-wrap img {
  margin: 20px 0 32px 0;
}
.enter-del .layui-layer-wrap p {
  font-size: 16px;
  color: #333333;
}
.tab-del-op {
  opacity: 0;
}
.layui-nav-tree .hide-box {
  display: none;
}
.hide-box {
  display: none;
}
.tokenOverTime {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.tokenOverTime .dailog {
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 300px;
  height: 80px;
  font-size: 16px;
  background-color: #ffffff;
  padding: 14px;
}
.tokenOverTime .dailog button {
  margin-top: 20px;
}
.xhx1,
.xhx2,
.xhx3 {
  width: 20px;
  height: 5px;
  background: #FFA01C;
  opacity: 1;
  border-radius: 100px;
  margin: 0 auto;
}
.layui-table-cell .go-detail {
  width: 70px;
  display: inline-block;
  border-radius: 4px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #FFA01C;
  color: #FFA01C;
  cursor: pointer;
}
.isheshi1 {
  color: #4CD964;
}
.isheshi2 {
  color: #ff0000;
}
.isheshi3 {
  color: #5AC8FA;
}
.timecss {
  height: 38px;
}
.timecss #TimeEnd,
.timecss #updataTime {
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #EEE;
}
.detail-title {
  font-weight: 400;
  color: #FF9F20;
  margin-bottom: 20px;
}
.detail-title:before {
  content: '';
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background: #FF9F20;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.height40 {
  height: 40px;
}
/* -----------------------二级下拉控件样式开始--------------------- */
#selectSecondary {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  z-index: 1889;
  border-radius: 3px;
  width: 180px;
  height: 145px;
}
#selectSecondary .left {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-right: 1px solid #E4E7ED;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}
#selectSecondary .left .l-item {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#selectSecondary .left .l-acitve {
  color: #FF9F20;
  background: #FFF5E8;
}
#selectSecondary .left .right {
  display: none;
  position: absolute;
  left: 180px;
  top: 0px;
  height: 100%;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 2px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 4px 4px 0px;
}
#selectSecondary .left .right .r-item {
  width: 176px;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  padding-left: 15px;
}
#selectSecondary .left .right .r-item:hover {
  color: #fff;
  background: #FF9F20;
}
#selectSecondary .left .right .r-acitve {
  color: #fff;
  background: #FF9F20;
}
#selectSecondary .left::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
#selectSecondary .left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #bababa;
}
#selectSecondary .left::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #f6f6f6;
}
#selectSecondary .right::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
#selectSecondary .right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #bababa;
}
#selectSecondary .right::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #f6f6f6;
}
/* -----------------------二级下拉控件样式结束--------------------- */
#changePassword {
  display: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666666;
}
#changePassword .show-password {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
#changePassword .step1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#changePassword .step1 .maqdimg {
  position: absolute;
  right: -45px;
  top: 10px;
}
#changePassword .step2 {
  display: none;
}
#changePassword .step2 .s2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#changePassword .step2 .successimg {
  margin-top: 88px;
}
#changePassword .step2 .t1 {
  margin-top: 5px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
#changePassword .step2 .t2 {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
#changePassword .step2 .jump-confirm {
  margin-top: 36px;
  width: 172px;
  height: 44px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FF9F20;
  color: #FF9F20;
  background-color: #ffffff;
}
#changePassword .tips {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #FFF4E5;
  border-radius: 2px 2px 2px 2px;
  margin-top: 24px;
}
#changePassword .tips div {
  margin-left: 6px;
}
#changePassword .layui-form {
  margin-top: 36px;
}
#changePassword .layui-form .txyzm {
  position: absolute;
  right: 5px;
  top: 2px;
}
#changePassword .layui-form .getcode {
  display: flex;
}
#changePassword .layui-form .getcode .cphone {
  line-height: 37px;
  color: #333333;
}
#changePassword .layui-form .getcode .code-btn {
  padding: 0 8px;
  color: #FF9F20;
  height: 27px;
  background: #FFF4E5;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FF9F20;
  margin: 0 8px;
  margin-top: 3px;
  line-height: 27px;
}
#changePassword .layui-form .getcode .count-down {
  display: none;
  width: 39px;
  height: 27px;
  line-height: 27px;
  background: #F7F7F7;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #CCCCCC;
  color: #999999;
  margin-top: 3px;
  text-align: center;
}
#changePassword .layui-form .layui-form-item {
  margin-bottom: 20px;
}
#changePassword .layui-form .layui-form-label {
  width: 100px;
}
#changePassword .layui-form .layui-input-block {
  margin-left: 130px;
  width: 348px;
}
#changePassword .b-btn {
  display: flex;
}
#changePassword .b-btn .change-zbcl {
  margin-top: 16px;
  width: 164px;
  height: 44px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FF9F20;
  background-color: #ffffff;
  color: #FF9F20;
  margin-right: 20px;
}
#changePassword .b-btn .change-confirm {
  width: 164px;
  height: 44px;
  background: #FF9F20;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  border: none;
  margin-top: 16px;
}
#changePassword .change-confirm {
  width: 348px;
  height: 44px;
  background: #FF9F20;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  border: none;
  margin-top: 16px;
}
.viewField {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 50%;
  /* 左偏移50% */
  transform: translateY(-50%);
  /* 左偏移的一半 */
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #FF9F20;
  border-bottom: 1px solid #FF9F20;
  line-height: 15px;
}
.viewField2 {
  cursor: pointer;
  display: none;
  padding: 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FF9F20;
  text-align: center;
  color: #FF9F20;
}
.zhyft {
  padding: 0 30px !important;
}
.zhyft .top {
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.zhyft .top img {
  margin-right: 10px;
}
.zhyft .center {
  margin-top: 27px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.zhyft .layui-layer-btn {
  padding: 0;
  padding-bottom: 20px;
}
.zhyft .layui-layer-btn .layui-layer-btn0 {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: #FF9F20;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  border: none;
  text-align: center;
  padding: 0;
}
.diaLogsyts .text {
  margin-top: 24px;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.diaLogsyts .layui-layer-btn {
  text-align: center;
}
.diaLogsyts .layui-layer-btn .layui-layer-btn0 {
  width: 118px;
  height: 35px;
  line-height: 35px;
  background: #FF9F20;
  border-radius: 4px 4px 4px 4px;
  border: none;
  color: #FFFFFF;
  padding: 0;
}
.li-relative {
  position: relative;
}
.cityboxshown {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999999999;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.cityboxs {
  width: 1032px;
  width: calc(100vw - 600px);
  box-sizing: border-box;
  padding: 15px 52px 30px 22px;
  background: #ffffff;
  opacity: 1;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ov-hide {
  overflow: hidden;
  padding-right: 17px;
}
.cityclose {
  position: absolute;
  top: 25px;
  right: 27px;
  cursor: pointer;
  user-select: none;
}
.title-ul {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.nav-li {
  float: left;
  line-height: 52px;
  margin-right: 14px;
  list-style: none;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.nav-li:last-child {
  color: #ffa01c;
}
.nav-li:nth-child(n + 2)::before {
  content: '>';
  margin-right: 8px;
  color: #999999;
}
.nav-li:hover,
.main-li:hover {
  color: #ffa01c;
}
.main-ul {
  min-height: 220px;
  max-height: calc(100vh - 300px);
  padding-top: 28px;
  overflow-x: hidden;
}
.main-ul::-webkit-scrollbar {
  width: 4px;
}
.main-ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f2f2f2;
}
.main-li {
  width: 140px;
  margin: 0 50px 27px 0;
  list-style: none;
  float: left;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.city-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.city-btn {
  width: 80px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #ffa01c;
  color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
}
/*导出验证弹框*/
.smgVerifyPopup .smgVerify {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 98px;
}
.smgVerifyPopup .phone-text {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #666666;
}
.smgVerifyPopup .smgVerify .layui-input-block {
  position: relative;
}
.smgVerifyPopup .smgVerify .layui-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 467px;
}
.smgVerifyPopup .smgVerify .layui-form-item {
  width: 100%;
}
.smgVerifyPopup .smgVerify .smgtxyzm {
  position: absolute;
  right: 1px;
  top: 1px;
}
.smgVerifyPopup .smgVerify .getsmg {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #ff9f20;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.smgVerifyPopup .smgVerify .smgline {
  position: absolute;
  right: 124px;
  top: 10px;
  width: 1px;
  height: 18px;
  background-color: #d2d2d2;
}
.smgVerifyPopup .smgVerify .smgqd {
  width: 348px;
  height: 44px;
  background: #ff9f20;
  border-radius: 4px 4px 4px 4px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  margin-top: 30px;
}
.see-pwd{
  -webkit-text-security: disc;
}