/* 边框 */
.layui-border,
.layui-quote-nm,
.layui-elem-field,
.layui-collapse,
.layui-panel,
.layui-colla-item,
.layui-colla-content,
.layui-badge-rim,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-tab-bar,
.layui-tab-card,
.layui-input,
.layui-textarea,
.layui-select,
.layui-input-split,
.layui-form-pane .layui-form-label,
.layui-form-pane .layui-form-item[pane] {
  border-color: #D9D9D9;
}
.layui-form {
  width: 100%;
}
.layui-form-label {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #4d4d4d;
  float: none;
  padding: 0px;
  text-align: left;
}
.layui-form-label .layui-icon {
  font-size: 17px;
  margin-right: 5px;
}
.layui-form-label-remark {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.layui-form-label-remark .label-text {
  margin-right: 10px;
}
.layui-form-label-remark .label-remark {
  display: flex;
  align-items: stretch;
  color: #808080;
}
.layui-form-label-remark .label-remark .iconfont {
  font-size: 13px;
  margin-right: 3px;
}
.layui-form-label-remark .label-remark .r-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.must {
  color: #E90D2D !important;
}
.layui-input-block {
  margin: 0px;
}
.layui-form-select {
  position: relative;
}
.layui-form-select .layui-input {
  padding-right: 30px;
  cursor: pointer;
}
.layui-input:focus,
.layui-textarea:focus {
  box-shadow: none;
  border-color: #1B4EA1 !important;
}
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #ff5722 !important;
  box-shadow: none;
}
.layui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 20px;
  height: 20px;
  border: none !important;
  margin: 0px !important;
}
.layui-edge:after {
  content: '\e61a';
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3B3B3;
}
.layui-form-selected .layui-edge {
  transform: translateY(-50%) rotate(180deg);
}
.layui-form-select dl dd.layui-this {
  background: #EBF6FF;
  color: #333333;
  font-weight: bold;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  line-height: 32px;
}
.layui-form-item {
  margin-bottom: 12px;
}
.layui-form-item-btn .layui-input-block {
  display: flex;
}
.layui-form-item-btn .layui-input-block .layui-input-wrap {
  flex: auto;
  margin-right: 5px;
}
.layui-form-item-btn .layui-input-block .layui-input-btn .the-btn {
  width: 164px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #F4F5F5;
  color: #1B4EA1;
  font-weight: bold;
  padding: 0px;
}
.layui-form-item-btn .layui-input-block .layui-input-btn .the-btn:hover {
  opacity: 1;
  background: #E5EDFB;
  border: 1px solid #1B4EA1;
}
.layui-form-item-btn .layui-input-block .layui-input-btn .the-after-btn {
  background: #ccc !important;
  border: 1px solid #CCCCCC;
  cursor: not-allowed !important;
  pointer-events: none;
  color: #ffffff;
}
.layui-form-item-btn .layui-input-block .layui-input-btn .the-after-btn:hover {
  border: 1px solid #CCCCCC;
}
@media (max-width: 767px) {
  .layui-form-item-btn .layui-input-block .layui-input-btn .the-btn {
    width: 130px;
  }
}
.layui-login-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.layui-login-other .other-item {
  font-size: 13px;
  color: #808080;
}
.layui-login-other .other-item a {
  font-weight: bold;
  color: #1B4EA1;
}
.layui-login-other .other-item a:hover {
  color: #153162;
}
@media (max-width: 767px) {
  .layui-login-other {
    flex-direction: column;
    align-items: flex-end;
  }
  .layui-login-other .other-item {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .layui-login-other .other-item:last-child {
    margin-bottom: 0px;
  }
}
.layui-login-other-r {
  justify-content: right;
}
.layui-login-remark {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
}
.layui-login-remark a {
  color: #1B4EA1;
}
.disabled-link {
  pointer-events: none;
  background: #ececec !important;
  border: 1px solid #ececec !important;
  color: #999999 !important;
  cursor: not-allowed;
}
.layui-form-item-col {
  width: 100% !important;
}
.layui-form-inline {
  display: flex;
  align-items: center;
}
.layui-form-inline .layui-form-label {
  margin-bottom: 0px;
  width: auto;
  margin-right: 5px;
}
.layui-input-block-radio {
  display: flex;
  justify-content: space-between;
}
.layui-form-radio {
  display: block;
  width: 48%;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  background: #fff;
  margin: 0px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.layui-form-radio > i {
  display: none !important;
}
.layui-form-radioed,
.layui-form-radioed > i,
.layui-form-radio:hover * {
  color: #1B4EA1;
}
.layui-form-radioed {
  background: rgba(5, 136, 255, 0.08);
  border: 1px solid #1B4EA1;
}
.layui-input-block-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layui-input-block-flex .layui-form-select {
  width: 49%;
}
.layui-input-address {
  width: 100%;
  margin-top: 5px;
}
.layui-input-block-tel {
  display: flex;
}
.layui-input-block-tel .layui-form-select {
  width: 80px;
  position: relative;
}
.layui-input-block-tel .layui-form-select:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.layui-input-block-tel .layui-form-select .layui-input {
  border-right: none;
  border-radius: 2px 0px 0px 2px;
}
.layui-input-block-tel .layui-input-wrap {
  flex: 1;
}
.layui-input-block-tel .layui-input-wrap .layui-input {
  border-radius: 0px 2px 2px 0px;
  border-left: none;
  padding-left: 15px;
}
.layui-form-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.layui-form-btn .the-btn {
  width: 100%;
}
.layui-form-btn .cancel-btn {
  margin-right: 15px;
}
.layui-form-btn-l {
  justify-content: left;
}
.layui-form-btn-row {
  justify-content: center;
}
.layui-form-btn-row .the-btn {
  width: auto;
  padding: 0px 80px;
}
/*日期选择*/
.layui-input-block-time {
  position: relative;
  cursor: pointer;
}
.layui-input-block-time input {
  cursor: pointer;
}
.layui-input-block-time .iconfont {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #b3b3b3;
  text-align: center;
  line-height: 20px;
}
.layui-input-time-bg {
  display: flex;
  justify-content: space-between;
}
.layui-input-time-bg .layui-input-block-time {
  flex: auto;
  margin-right: 5px;
}
.layui-input-time-bg .layui-input-block-time:last-child {
  margin-right: 0px;
}
.layui-form-text {
  width: 100%;
}
.layui-form-item-select-inline .layui-form-select dl dd {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  margin: 0px 3px;
}
.layui-form-item-select-inline .layui-form-select dl dd:hover {
  background: #F1F3F6;
}
.layui-form-item-select-inline .layui-form-select dl dd.layui-this {
  background: #1B4EA1;
  color: #fff;
}
.layui-form-item-select-inline .layui-form-select dl dd.layui-select-tips {
  background: none;
  color: #999;
  font-weight: normal;
}
.clear-btn {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  /* 默认隐藏 */
  z-index: 10;
}
.clear-btn:hover {
  color: rgba(0, 0, 0, 0.6);
}
/* 给输入框右侧留出两个图标位置 */
.layui-input-pass {
  padding-right: 70px !important;
}
xm-select > .xm-body .xm-option {
  display: inline-block !important;
  height: 30px;
  line-height: 30px;
  margin: 0px 3px;
  border-radius: 2px;
}
xm-select > .xm-body .xm-option-content {
  width: 100% !important;
}
xm-select > .xm-body .xm-option-content {
  color: #333 !important;
}
xm-select > .xm-tips {
  font-size: 14px !important;
}
.item-check {
  margin: 4px 0px;
}
.item-check .layui-form-checkbox[lay-skin=primary] > i {
  width: 14px;
  height: 14px;
  line-height: 12px;
}
.tips-text {
  font-size: 12px;
  color: #999;
  line-height: 19px;
  margin-top: 8px;
}
.layui-input-icon {
  cursor: pointer;
}
.layui-input-icon input {
  cursor: pointer;
}
.layui-input-icon .layui-edge:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6c3';
}
.layui-upload {
  width: 120px;
  height: 120px;
  border: 1px dashed #CCCCCC;
  border-radius: 5px;
  position: relative;
  background: #FAFAFA;
  margin-bottom: 20px;
}
.layui-upload:hover {
  border: 1px solid #1B4EA1;
}
.layui-upload .layui-upload-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 99;
}
.layui-upload .layui-upload-text img {
  display: block;
  width: 36px;
  height: 36px;
}
.layui-upload .layui-upload-text span {
  display: block;
  margin-top: 10px;
  color: #666;
}
.layui-upload .layui-upload-list {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 199;
  background: #fff;
  border-radius: 5px;
}
.layui-upload .layui-upload-list img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  border-radius: 5px;
}
.layui-upload .layui-upload-list #demoText {
  position: absolute;
  top: 110px;
  left: 0px;
}
.layui-upload .layui-progress-bg {
  position: absolute;
  top: 124px;
  left: 0px;
  width: 100%;
  display: none;
}
.layui-upload .layui-progress-bar.fail {
  background: #FF5722 !important;
}
@media (max-width: 767px) {
  .layui-upload {
    width: 100px;
    height: 100px;
  }
  .layui-upload .layui-upload-text span {
    margin-top: 5px;
    font-size: 12px;
  }
  .layui-upload .layui-progress-bg {
    top: 104px;
  }
}
.layui-progress-bar {
  background: #5FB878;
}
.layui-progress-big,
.layui-progress-big .layui-progress-bar {
  height: 15px;
  line-height: 15px;
}
.form-tips {
  margin-top: 5px;
  font-size: 13px;
  color: red;
}
@media (max-width: 767px) {
  .form-tips {
    margin-top: 3px;
  }
}
.layui-form-checkbox[lay-skin="primary"] {
  padding-left: 18px;
}
.layui-form-checkbox[lay-skin="primary"] i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #D9D9D9;
}
.layui-form-checked[lay-skin="primary"] i {
  border-color: #1B4EA1 !important;
  background-color: #1B4EA1;
}
.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #1B4EA1;
}
.layui-form-checkbox[lay-skin="primary"] span {
  font-weight: bold;
}
.layui-form-checked span {
  color: #1B4EA1 !important;
}
.layui-form-checked .must {
  color: #E90D2D !important;
}
.layui-form-checkbox[lay-skin="primary"] > div {
  padding-left: 5px;
  color: #333;
  white-space: normal;
  padding-right: 0px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
.layui-form-checkbox[lay-skin="primary"] > div a {
  color: #1B4EA1;
  text-decoration: underline;
}
xm-select {
  border: 1px solid #D9D9D9;
}
xm-select > .xm-icon {
  position: absolute;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  margin-top: 0px !important;
}
xm-select > .xm-icon::after {
  content: '\e61a';
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3B3B3;
}
.xm-icon-sousuo:before {
  content: '\e65b' !important;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
xm-select > .xm-icon-expand {
  margin-top: -9px !important;
  transform: rotate(180deg) !important;
}
.xm-icon-expand:before {
  content: "" !important;
}
xm-select > .xm-body .xm-option-icon {
  border: none;
}
.xm-icon-duox:before {
  content: '\e605' !important;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
xm-select .xm-body .xm-option .xm-option-icon {
  width: 16px !important;
  height: 16px !important;
}
xm-select .xm-label .xm-label-block:hover {
  opacity: 0.8;
}
xm-select > .xm-label .scroll .label-content {
  padding: 3px 10px 3px 7px !important;
}
.layui-layer-msg {
  background: #333;
  border: none;
  color: #fff;
}
.layui-icon-face-cry:before {
  content: '';
}
.layui-laydate .layui-this,
.layui-laydate .layui-this > div {
  background-color: #1B4EA1 !important;
}
.layui-laydate-footer span:hover {
  color: #1B4EA1;
}
@media (max-width: 767px) {
  .layui-form-item {
    width: 100%;
    margin-bottom: 8px;
  }
  .layui-form-checkbox > div {
    font-size: 12px;
    line-height: 19px;
  }
  .layui-textarea {
    min-height: 60px;
  }
  .layui-form-label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .layui-form-checkbox[lay-skin="primary"] > div {
    font-size: 12px;
    line-height: 17px;
  }
}
/* 初始化样式 */
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: unset;
  color: unset;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 5155062 */
  src: url('//at.alicdn.com/t/c/font_5155062_0hi18ita2gh.woff2?t=1775804623363') format('woff2'), url('//at.alicdn.com/t/c/font_5155062_0hi18ita2gh.woff?t=1775804623363') format('woff'), url('//at.alicdn.com/t/c/font_5155062_0hi18ita2gh.ttf?t=1775804623363') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font: 14px Helvetica, Helvetica Neue, PingFang SC, Tahoma, Arial, sans-serif;
  position: relative;
  line-height: unset;
  background: #F4F5F5;
  height: 100%;
  word-break: break-word;
}
::-webkit-input-placeholder {
  color: #b2b2b2;
}
:-moz-placeholder {
  color: #b2b2b2;
}
::-moz-placeholder {
  color: #b2b2b2;
}
:-ms-input-placeholder {
  color: #b2b2b2;
}
.the-btn {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: linear-gradient(270deg, #eead21 0%, #8f192b);
  padding: 0px 25px;
  color: #fff;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.5s;
}
.the-btn .text {
  font-size: 15px;
  font-weight: 600;
  margin-right: 5px;
}
.the-btn .iconfont {
  font-size: 17px;
}
.the-btn:hover {
  background: #EE8421;
  color: #fff;
}
.the-btn-30 {
  height: 30px;
  padding: 0px 12px;
  border-radius: 2px;
}
.the-btn-30 .text {
  font-weight: normal;
  font-size: 14px;
}
.the-btn-30 .iconfont {
  font-size: 16px;
}
.the-btn-border {
  border: 1px solid #1B4EA1;
  color: #1B4EA1;
  background: #E5EDFB;
}
.the-btn-border:hover {
  background: #1B4EA1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .the-btn {
    height: 22px;
    font-size: 12px;
    padding: 0px 8px !important;
  }
  .the-btn .iconfont {
    margin-right: 3px;
  }
  .the-btn-30 .text {
    font-weight: normal;
    font-size: 12px;
  }
  .the-btn-30 .iconfont {
    font-size: 14px;
  }
}
.seat-box {
  height: 90px;
}
@media (max-width: 767px) {
  .seat-box {
    height: 50px;
  }
}
@keyframes AnimationSize {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
.page-title {
  margin-bottom: 18px;
}
.page-title .title-item {
  position: relative;
}
.page-title .title-item span {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
  position: relative;
  z-index: 99;
}
.page-title .title-item:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: -2px;
  width: 110px;
  height: 7px;
  background: linear-gradient(270deg, rgba(255, 178, 0, 0) 0%, #FFB200);
}
@media (max-width: 767px) {
  .page-title {
    margin-bottom: 10px;
  }
  .page-title .title-item span {
    font-size: 26px;
  }
  .page-title .title-item:before {
    bottom: 10px;
    height: 4px;
  }
}
.page-title-flex {
  display: flex;
  align-items: center;
}
.page-title-flex .title-item-normal {
  margin-right: 20px;
}
.page-title-flex .title-item-normal:last-child {
  margin: 0px;
}
.page-title-flex .title-item-normal span {
  color: #666666;
  font-size: 20px;
  font-weight: 600;
}
.page-title-flex .title-item-normal:hover span {
  color: #1B4EA1;
}
.page-title-flex .title-item span {
  color: #333333;
  font-size: 24px;
}
.page-title-flex .title-item:hover span {
  color: #333333;
}
@media (max-width: 767px) {
  .page-title-flex .title-item-normal {
    margin-right: 10px;
  }
  .page-title-flex .title-item-normal span {
    font-size: 17px;
  }
  .page-title-flex .title-item span {
    font-size: 18px;
  }
}
.nav-bg {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 10px 0px 30px 0px rgba(0, 0, 0, 0.04), 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}
.nav-con {
  width: 1260px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .nav-con {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .nav-con {
    width: 92%;
  }
}
.nav-con .logo {
  flex: 1;
}
.nav-con .logo img {
  display: block;
  height: 60px;
}
.nav-con .nav-add-btn {
  margin-right: 8px;
}
.nav-con .nav-add-btn .the-btn {
  position: relative;
  border-radius: 5px;
  animation: AnimationSize 0.8s infinite;
}
.nav-con .nav-add-btn .the-btn .add-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 5px;
}
.nav-con .nav-add-btn .the-btn .text {
  margin: 0px;
}
.nav-con .nav-add-btn .the-btn:before {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 46px;
  height: 46px;
  background-image: url("../../images/eeawards/add-icon-bg.svg");
}
.nav-con .nav-add-btn .the-btn {
  height: 26px;
  padding: 0px 10px;
}
.nav-con .nav-add-btn .the-btn:before {
  background: transparent;
}
.nav-con .nav-add-btn .the-btn .add-icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.nav-con .nav-add-btn .the-btn .text {
  font-size: 13px;
  font-weight: 400;
}
.nav-con .nav-user {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-con .nav-user .dropdown-user {
  display: flex;
  align-items: center;
}
.nav-con .nav-user .dropdown-user a {
  display: flex;
  align-items: center;
}
.nav-con .nav-user .dropdown-user a:hover span {
  color: #1B4EA1;
}
.nav-con .nav-user .dropdown-user .user-icon {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.nav-con .nav-user .dropdown-user span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
.nav-con .nav-user .dropdown-menu {
  top: 75px;
  min-width: 220px;
  border-color: #C0CEDF;
  left: auto;
  right: 0px;
  padding: 5px 0px;
  margin: 0px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.nav-con .nav-user .user-menu-item a {
  height: 40px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
.nav-con .nav-user .user-menu-item a:hover {
  background: linear-gradient(90deg, #ffffff, #b7ceec 100%);
}
.nav-con .nav-user .user-menu-item a:hover .text {
  color: #1B4EA1;
  font-weight: 600;
}
.nav-con .nav-user .user-menu-item a:hover .iconfont {
  color: #1B4EA1;
}
.nav-con .nav-user .user-menu-item a .text {
  color: #333333;
  margin-left: 8px;
}
.nav-con .nav-user .user-menu-item a .iconfont {
  color: #5F5F5F;
}
@media (max-width: 767px) {
  .nav-con {
    height: 50px;
  }
  .nav-con .logo img {
    height: 30px;
  }
  .nav-con .nav-user .dropdown-user .user-icon {
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }
  .nav-con .nav-user .dropdown-user span {
    font-size: 13px;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-con .nav-user .dropdown-menu {
    top: 100%;
    min-width: 190px;
  }
  .nav-con .nav-user .user-menu-item a {
    height: 30px;
    padding: 0px 10px;
  }
  .nav-con .nav-user .user-menu-item .iconfont {
    font-size: 14px;
  }
  .nav-con .nav-user .user-menu-item .text {
    font-size: 13px;
    margin-left: 3px;
  }
}
footer {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #000;
  font-size: 13px;
  color: #CCCCCC;
}
@media (max-width: 767px) {
  footer {
    margin: 15px auto 0;
    font-size: 11px;
    font-weight: normal;
  }
}
.record-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0px;
}
.layui-laypage {
  margin: 12px auto 0;
}
.layui-laypage a,
.layui-laypage span {
  margin: 0px 3px;
  padding: 0px 10px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #1B4EA1;
}
.layui-laypage a:hover {
  color: #1B4EA1;
}
.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  background: #F4F5F5;
  border: none;
}
.layer-Nominations-modal {
  width: 1260px;
  border-radius: 5px;
}
.layer-Nominations-modal .layui-layer-content {
  height: 650px;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .layer-Nominations-modal .layui-layer-content {
    height: 800px;
  }
}
.layui-layer-setwin {
  right: 0px;
  top: 0px;
}
.layui-layer-setwin .layui-layer-close2 {
  right: 0px;
  top: -34px;
  background: transparent;
  border: 1.5px solid;
  padding: 0px;
  line-height: 25px;
}
.layui-layer-setwin .layui-layer-close2:hover {
  background: #1B4EA1;
}
.upload-row {
  display: flex;
  align-items: stretch;
}
.upload-row .upload-btn-box {
  width: 120px;
  height: 120px;
  border: 1px dashed #CCCCCC;
  border-radius: 5px;
  position: relative;
  background: #FAFAFA;
  margin-bottom: 20px;
}
.upload-row .upload-btn-box:hover {
  border: 1px solid #1B4EA1;
}
.upload-row .upload-btn-box .layui-upload-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 99;
}
.upload-row .upload-btn-box .layui-upload-text img {
  display: block;
  width: 36px;
  height: 36px;
}
.upload-row .upload-btn-box .layui-upload-text span {
  display: block;
  margin-top: 10px;
  color: #666;
}
.upload-row .upload-btn-box .layui-progress-bg {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: none;
  /* 默认隐藏 */
}
.upload-row .upload-btn-box .layui-progress-bar.fail {
  background: #FF5722 !important;
}
.upload-row .upload-preview {
  width: 120px;
  height: 120px;
  border: 1px #CCCCCC dashed;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.upload-row .upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload-row .upload-preview .del {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
}
@media (max-width: 767px) {
  .upload-row .upload-btn-box {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .upload-row .upload-btn-box .layui-upload-text span {
    margin-top: 5px;
    font-size: 12px;
  }
  .upload-row .upload-btn-box .layui-progress-bg {
    top: 104px;
  }
  .upload-row .upload-preview {
    width: 100px;
    height: 100px;
  }
}
.layui-form-item-danger .upload-btn-box {
  border: 1px solid #FF5722;
}
.layui-form-item-danger .layui-upload {
  border: 1px solid #FF5722;
}
.crumbs {
  margin: 15px 25px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.crumbs a,
.crumbs span {
  margin-right: 3px;
  font-size: 14px;
  color: #333333;
}
.crumbs a:hover {
  color: #1B4EA1;
}
.crumbs .active {
  color: #999999;
}
@media (max-width: 767px) {
  .crumbs {
    margin: 10px 10px;
  }
  .crumbs a,
  .crumbs span {
    font-size: 12px;
    margin: 10px auto 0;
  }
}
html {
  height: 100%;
}
.login-body {
  width: 100%;
  height: calc(100% - 90px);
  background-image: url("../../images/eeawards/login-body.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.page-login {
  width: 1260px;
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .page-login {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .page-login {
    width: 92%;
  }
}
.page-login-con {
  display: flex;
  align-items: stretch;
}
.event-info {
  flex: 1;
  margin-right: 40px;
  background: linear-gradient(294deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  padding: 25px;
}
.event-info .e-title {
  font-size: 39px;
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
}
.event-info .e-title span {
  color: #FFB200;
}
.event-info .ee-other {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.event-info .ee-other .ee-time {
  display: flex;
  align-items: center;
  height: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 100%);
  border-radius: 2px;
  padding: 0px 7px;
  color: #ffffff;
  margin-right: 10px;
}
.event-info .ee-other .ee-time .iconfont {
  font-size: 16px;
  margin-right: 4px;
}
.event-info .ee-other .ee-time .text {
  font-size: 15px;
  font-weight: 500;
}
.event-info .ee-other .state {
  color: #FFB200;
  height: 24px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15));
  border: 1px solid #FFB200;
  border-radius: 2px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .event-info .e-title {
    text-align: center;
  }
  .event-info .ee-other {
    justify-content: center;
  }
  .event-info .ee-more-btn {
    display: flex !important;
    justify-content: center;
  }
  .event-info .ee-more-btn .the-btn {
    height: 36px;
    padding: 0px 15px;
  }
  .event-info .ee-more-btn .the-btn .text {
    font-size: 14px;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .event-info .e-title {
    font-size: 30px;
    line-height: 32px;
    text-align: left;
  }
  .event-info .ee-other {
    margin-top: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 5px;
  }
  .event-info .ee-other .ee-time {
    min-height: 24px;
    height: auto;
    align-items: center;
    margin-bottom: 3px;
  }
  .event-info .ee-other .ee-time .iconfont {
    font-size: 14px;
  }
  .event-info .ee-other .ee-time .text {
    font-size: 13px;
  }
  .event-info .ee-other .state {
    height: 22px;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 12px;
  }
  .event-info .ee-more-btn {
    margin-top: 8px;
    justify-content: flex-start;
  }
  .event-info .ee-more-btn .the-btn {
    height: 30px;
  }
  .event-info .ee-more-btn .the-btn .text {
    font-size: 13px;
  }
  .event-info .ee-more-btn .the-btn .iconfont {
    font-size: 12px;
  }
}
.event-info .ee-introduce {
  margin-top: 12px;
  font-size: 15px;
  color: #ffffff;
  line-height: 21px;
  max-height: 200px;
  overflow: hidden;
}
.event-info .ee-introduce p {
  margin-bottom: 10px;
}
.event-info .ee-introduce p:last-child {
  margin-bottom: 0px;
}
.event-info .ee-more-btn {
  margin-top: 15px;
  display: inline-block;
}
.event-info .ee-more-btn .the-btn {
  background: linear-gradient(270deg, #ff6a00 0%, #7b00ff 50%, #0077ff);
}
.event-info .ee-more-btn .the-btn:hover {
  background: #EE8421;
}
@media (max-width: 767px) {
  .event-info .ee-more-btn {
    margin-top: 8px;
  }
}
.user-form {
  width: 500px;
  min-height: 450px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 25px;
}
.layui-form-btn {
  margin-top: 15px;
}
.layui-form-btn .the-btn {
  height: 44px;
  font-size: 18px;
  font-weight: 600;
}
.layui-form-btn .the-btn:focus {
  color: #ffffff;
}
@media (max-width: 767px) {
  .layui-form-btn {
    margin-top: 5px;
  }
  .layui-form-btn .the-btn {
    height: 38px;
    font-size: 16px;
    padding: 0px 40px !important;
  }
}
@media (max-width: 1200px) {
  .event-info {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .page-login-con {
    width: 100%;
    flex-direction: column;
  }
  .event-info {
    padding: 0px;
    border: none;
    background: transparent;
    margin: 0px;
  }
  .event-info .ee-introduce {
    display: none;
  }
  .user-form {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .user-form {
    width: 100%;
    min-height: auto;
    margin: 20px auto 0;
    padding: 10px 18px 15px 18px;
  }
}
.page-form-row {
  width: 1200px;
  margin: 0 auto;
  margin: 20px auto 80px auto;
  min-height: calc(100% - 260px);
}
@media (max-width: 1240px) {
  .page-form-row {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .page-form-row {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-form-row {
    margin: 12px auto 20px auto;
  }
}
.event-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-title .e-title {
  font-size: 39px;
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
}
.event-title .e-title span {
  color: #FFB200;
}
.event-title .ee-other {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.event-title .ee-other .ee-time {
  display: flex;
  align-items: center;
  height: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 100%);
  border-radius: 2px;
  padding: 0px 7px;
  color: #ffffff;
  margin-right: 10px;
}
.event-title .ee-other .ee-time .iconfont {
  font-size: 16px;
  margin-right: 4px;
}
.event-title .ee-other .ee-time .text {
  font-size: 15px;
  font-weight: 500;
}
.event-title .ee-other .state {
  color: #FFB200;
  height: 24px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15));
  border: 1px solid #FFB200;
  border-radius: 2px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .event-title .e-title {
    text-align: center;
  }
  .event-title .ee-other {
    justify-content: center;
  }
  .event-title .ee-more-btn {
    display: flex !important;
    justify-content: center;
  }
  .event-title .ee-more-btn .the-btn {
    height: 36px;
    padding: 0px 15px;
  }
  .event-title .ee-more-btn .the-btn .text {
    font-size: 14px;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .event-title .e-title {
    font-size: 30px;
    line-height: 32px;
    text-align: left;
  }
  .event-title .ee-other {
    margin-top: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 5px;
  }
  .event-title .ee-other .ee-time {
    min-height: 24px;
    height: auto;
    align-items: center;
    margin-bottom: 3px;
  }
  .event-title .ee-other .ee-time .iconfont {
    font-size: 14px;
  }
  .event-title .ee-other .ee-time .text {
    font-size: 13px;
  }
  .event-title .ee-other .state {
    height: 22px;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 12px;
  }
  .event-title .ee-more-btn {
    margin-top: 8px;
    justify-content: flex-start;
  }
  .event-title .ee-more-btn .the-btn {
    height: 30px;
  }
  .event-title .ee-more-btn .the-btn .text {
    font-size: 13px;
  }
  .event-title .ee-more-btn .the-btn .iconfont {
    font-size: 12px;
  }
}
.event-title .e-title {
  color: #222222;
}
.event-title .e-title span {
  color: #EE8421;
}
.event-title .ee-other .ee-time {
  background: #808080;
  height: 26px;
  padding: 0px 5px;
}
.event-title .ee-other .state {
  background: linear-gradient(270deg, #0897a6 0%, #171c63);
  border: none;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
}
.event-title .event-title-btn .the-btn {
  height: 32px;
  padding: 0px 12px;
  border-radius: 2px;
}
.event-title .event-title-btn .the-btn .text {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 0px;
}
@media (max-width: 1024px) {
  .event-title .e-title {
    text-align: left;
  }
  .event-title .ee-other {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .event-title .ee-other .ee-time {
    height: 22px;
  }
  .event-title .ee-other .state {
    height: 22px;
    line-height: 22px;
  }
}
.page-form-bg {
  margin: 20px auto 0;
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 30px 30px 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 650px;
}
.page-form-bg:before {
  content: '';
  width: 100%;
  height: 350px;
  background-image: url("../../images/eeawards/bg-top.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px 5px 0px 0px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .page-form-bg {
    padding: 10px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .page-form-bg {
    min-height: 600px;
  }
}
.layui-form-company {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
.layui-form-company .layui-form-item {
  width: calc(50% - 15px);
}
.layui-form-company .layui-form-label-remark {
  flex-direction: column;
  align-items: flex-start;
}
.layui-form-company .layui-form-label-remark .label-remark {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .layui-form-company .layui-form-item {
    width: 100%;
  }
}
.layui-form-item-bg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layui-form-item-classify {
  width: auto !important;
  min-width: calc(50% - 15px);
  max-width: 100%;
}
.layui-form-item-classify .layui-form-label {
  font-size: 15px;
  font-weight: bold;
}
.layui-form-item-danger .cascader-input {
  border-color: #ff5722 !important;
}
.cascader-wrap {
  position: relative;
}
.cascader-input {
  height: 42px;
  line-height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
  font-size: 15px;
  color: #999999;
}
.cascader-input .cascader-text {
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cascader-input .layui-icon-down {
  color: #b3b3b3;
}
.cascader-input .cascader-clear {
  position: absolute;
  right: 30px;
  top: 0;
  height: 42px;
  line-height: 40px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: none;
  z-index: 10;
  color: rgba(0, 0, 0, 0.3);
}
.cascader-input .cascader-clear:hover {
  color: rgba(0, 0, 0, 0.6);
}
.layui-form-danger-new .cascader-input {
  border-color: #FF5727 !important;
}
.has-value .cascader-input {
  border: 1.5px solid #1B4EA1;
}
.has-value .cascader-text {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #333333;
}
.has-value .cascader-clear {
  display: block;
}
.cascader-panel {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  border-radius: 5px;
}
.cascader-panel-show {
  display: flex;
}
@media (max-width: 767px) {
  .layui-form-item-classify {
    width: 100% !important;
  }
}
/* 箭头旋转动画 */
.cascader-arrow {
  transition: transform 0.2s ease;
}
.cascader-wrap.open .cascader-arrow {
  transform: rotate(180deg);
}
.cascader-left {
  width: 45%;
  border-right: 1px solid #d9d9d9;
  max-height: 300px;
  overflow-y: auto;
}
.cascader-right {
  width: 55%;
  max-height: 300px;
  overflow-y: auto;
}
.cascader-left,
.cascader-right {
  padding: 5px 0px;
}
.cascader-left li,
.cascader-right li {
  padding: 5px 12px;
  min-height: 40px;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  cursor: pointer;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.cascader-left li:hover,
.cascader-right li:hover {
  background: #E5EDFB;
}
.cascader-left .active,
.cascader-right .active {
  background: #E5EDFB;
  color: #1B4EA1;
  font-weight: bold;
}
.cascader-left .active:before,
.cascader-right .active:before {
  color: #1B4EA1;
}
.cascader-left li {
  position: relative;
  padding: 5px 30px 5px 12px;
}
.cascader-left li:before {
  content: '\e6ee';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #b2b2b2;
}
.page-form-success .success-pic {
  display: block;
  margin: 60px auto 0;
  width: 280px;
}
.page-form-success .success-con-bg {
  position: relative;
  z-index: 199;
}
.page-form-success .success-title {
  font-size: 24px;
  font-weight: 700;
  text-align: CENTER;
  color: #EE8421;
  line-height: 28px;
}
.page-form-success .success-text {
  margin: 10px auto 0;
  font-size: 15px;
  font-weight: 400;
  text-align: CENTER;
  color: #666666;
  line-height: 19px;
}
.page-form-success .success-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
}
.page-form-success .success-btn .the-btn {
  margin-right: 20px;
}
.page-form-success .success-btn .the-btn:last-child {
  margin: 0px;
}
.page-form-success .success-btn .the-add-btn .add-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .page-form-success .success-pic {
    width: 130px;
  }
  .page-form-success .success-title {
    font-size: 18px;
    line-height: 20px;
  }
  .page-form-success .success-text {
    font-size: 13px;
    line-height: 19px;
  }
  .page-form-success .success-btn {
    flex-direction: column;
  }
  .page-form-success .success-btn .the-btn {
    height: 32px;
    line-height: 32px;
    margin-right: 0px;
    margin-bottom: 8px;
    width: 180px;
  }
  .page-form-success .success-btn .the-add-btn .add-icon {
    width: 18px;
    height: 18px;
  }
  .page-form-success .success-btn .the-add-btn .text {
    font-size: 13px;
  }
}
/*# sourceMappingURL=sign.css.map */