* {
  padding: 0;
  margin: 0;
}
ul {
  padding-left: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none !important;
}
a:focus {
  outline: none;
  /* color: #ffc480 !important; */
}
a:hover {
  color: #ffc800 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
body{
  position: relative;
}
.layui-input-inline .select{
  width: 100%!important;
}
.position-relative {
  position: relative!important;
}
.position-absolute {
  position: absolute!important;
}
.btn-c {
  background: #ff7800;
  color: #fff;
  text-shadow: none;
  border: 0;
}
.btn-c:hover,
.btn-c:visited,
.btn-c:focus {
  background: #ef7000;
  color: #fff;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}

html {
  font-size: 16px;
}

footer {
  bottom: 0;
  width: 100%;
}
.d-flex {
  display: flex;
}
.min-w {
  width: min-content;
}
.mx-auto {
  margin: 0 auto;
}
.nav > li > a {
  padding: 0;
}
.nav > li {
  margin-right: 55px;
  line-height: 60px;
}
.nav-primary > li > a {
  border: none !important;
  font-size: 16px ;
  color: #ccc !important;
  font-weight: 400;
  white-space: nowrap;
}

.nav > li:first-child > a {
  border: 0 !important;
}
nav > li > a:focus,
.nav > li > a:hover {
  background: unset !important;
  color: #ffc800 !important;
}

.nav > li:hover .dropdown-menu {
  display: block;
}

.nav-primary > li:first-child > a {
  border-radius: 0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #35322e;
}
.dropdown-menu {
  background: #35322e;
  min-width: 110px;
  left: -24px;
  top: 95%;
}
.dropdown-menu > li > a {
  display: block;
  /* padding: 3px 20px; */
  clear: both;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  height: 36px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #575e66;
  text-decoration: none;
  background-color: #403d38 !important;
}

.nav .regist {
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 16px;
  height: 60px;
}
/* .nav .regist a{color: #fff;} */

nav > ul > li > a {
  color: #626a73 !important;
}
nav > ul > li > a:hover,
.nav > li > a:focus {
  background-color: #35322e !important;
  color: #ffc800 !important;
  border-bottom: 3px solid #ffc800 !important;
}

nav > ul > li > a.active {
  background-color: unset !important;
  color: #ffc800 !important;
  border-bottom: 3px solid #ffc800 !important;
}

.banner {
  margin-bottom: 20px;
  /*!*height: 481px;*!*/
  /*background-image: url('http://static.ibodao.com/Public/uploads/images/2021/0823/612351708f774.jpg');*/
  /*background-size: 100% 100%;*/
  /*background-repeat: no-repeat;*/
  /*!*background-position-x: 50%;*!*/
  /*!* background-color: #e8341c; *!*/
}
.js-banner {
  margin-bottom: 20px;
}
/* .banner div{
    margin: 0 auto;
} */
.banner img {
  width: 100%;
  object-fit: cover;
  height: 560px;
}

.flex_bet_box {
  display: flex;
  justify-content: space-between;
}

footer {
  padding: 25px 0 26px 421px;
}

.back_btn {
  width: 126px;
  height: 40px;
  line-height: 40px;
  background-color: #f06e00;
  border-radius: 4px;
  color: #f4f4f4;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

.content-box {
  width: 1200px;
  margin: 0 auto;
  /* flex: 1; */
}

.indent {
  text-indent: 2em;
}

.breadcrumb {
  padding-left: 0;
}
.breadcrumb li:first-child > a {
  color: #999;
}
.breadcrumb.match li:nth-child(2) > a {
  color: #999;
}
.breadcrumb li:last-child > a {
  color: #40dd9f;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1e9fff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.pagination > li.active > span:focus,
.pagination > li.active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1e9fff;
  border-color: #0086ea;
}

.competition_describe,
.competition_explain,
.competition_schedule,
.help_center {
  width: 66%;
}

.izl-rmenu {
  position: fixed;
  left: 50%;
  margin-left: 605px;
  bottom: 60px;
  z-index: 999;
}

.izl-rmenu .btn {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
  border: 0;
}

.izl-rmenu .btn-top {
  background: url(../images/r_top.png) center no-repeat;
  background-size: 40px 40px;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  border-radius: 50px;
}

.izl-rmenu .btn-top:hover {
  background-color: rgba(0, 0, 0, 0.95);
}

.breadcrumb > .active {
  color: #0052d9 !important;
}

.upload_file_box .file-span {
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 0 30px 0 5px;
}
.upload_file_box .file-span .icon.icon-times {
  position: absolute;
  right: 2px;
  top: 4px;
  color: #666;
  padding: 4px;
  cursor: pointer;
}

.modal-dialog {
  border-radius: 0;
}

.menu-user-center {
  position: absolute;
  left: 35px;
  color: #ccc;
  display: none;
}

.in .menu-user-center {
  display: block;
}

/* zui图标样式修改 */
.icon-lightbulb:before {
  color: #ffa66b;
}

/* 引导博导 */
.go-ibodao {
  color: #ffa22c;
  /* font-weight: bold; */
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
}

.survey-list-ul {
}
.survey-list-ul li {
  height: 38px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.survey-list-ul li:last-child {
  border-bottom: none;
}
.survey-list-ul li .row-title {
  line-height: 37px;
  color: #666;
  float: left;
}
.survey-list-ul li .row-title i.layui-icon {
  font-size: 12px;
  color: #bbb;
  margin-right: 5px;
}
.survey-list-ul li .row-btns {
  float: left;
  margin-left: 20px;
  margin-top: 7px;
}

.survey-list-ul li .row-btns .layui-btn-green {
  background: green;
}
.notice {
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin: 15px 24px 0 0;
  cursor: pointer;
  flex-shrink:0;
}
.icon {
  display: inline-block;
  background-image: url(../../../images/icons.png);
}
.icon-notice {
  width: 16px;
  height: 16px;
  background-position: -140px 0;
}
.notice:hover {
  background: rgba(255, 255, 255, 0.2);
}
.notice .layui-badge-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f6685d;
  box-shadow: 0px 0px 6px 1px rgba(246, 104, 93, 0.2);
  top: 1px;
  right: 2px;
}
.notice_list {
  position: absolute;
  right: 0;
  top: 40px;
  width: 128px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 1px rgba(36, 41, 51, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e1e6f0;
  padding: 8px;
  display: none;
}
.notice_list li {
  width: 112px;
  line-height: 20px;
  border-radius: 6px 6px 6px 6px;
  color: #242933;
  font-size: 14px;
  position: relative;
  text-align: left;
  padding:10px 0;
}
.notice_list li a{
  width:100%;
  height:100%;
  display: block;
  padding-left: 12px;
}
.notice_list li:hover {
  background: rgba(0, 82, 217, 0.1);
}
.notice_list li:hover a {
  color: #0052d9 !important;
}
.notice_list li .layui-badge-dot {
  top: 16px;
  right: 9px;
}
.layui-form-select dl dd {
  text-align: left;
}
@media screen and (max-width: 450px) {
  .bc_deepgrey .min-w{
    width:auto;
  }
  .navbar-header {
    position: relative;
    width:100vw;
    clear:both;
  }
  .notice {
    position: absolute;
    top: 0;
    left: 230px;
  }
  .notice-pc {
    display:none;
  }
  .navbar-collapse-example{
    background:#35322e !important;
    position:absolute;
    right:0;
    top:60px;
    width:140px;
  }
  .nav.pc_nav {
    display: block !important;
  }
  .nav.pc_nav .item{
    margin-right:0!important;
    line-height: 44px;
    min-height: 44px;
    margin-left:0;
  }
  .nav-primary>li>a{
    line-height: 44px;
    height: 44px;
    padding: 0!important;
    text-align: center;
    font-size:14px;
  }
  .nav .drop-phone-show{
    position:relative!important;
  }
}
@media screen and (min-width: 768px) {
  .notice {
    margin: 15px -10px 0 90px;
  }
  .notice-mobile {
    display: none;
  }
}
