* {
  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;
}

.text-danger,
.text-red {
    color: red !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.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%;
}

.nav > li > a {
  padding: 0;
}
.nav > li {
  margin-right: 55px;
  line-height: 50px;
}
.nav-primary > li > a {
  border: none !important;
  font-size: 16px !important;
  color: #ccc !important;
  font-weight: 400;
}

.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 {
  min-width: 110px;
  left: -24px;
}
.dropdown-menu > li > a {
  display: block;
  /* padding: 3px 20px; */
  clear: both;
  font-weight: 400;
  line-height: 32px;
  color: #353535;
  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: #f3f2f0 !important;
}

.nav .regist {
  float: right;
}
/* .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: 80px;
  /*height: 481px;*/
  /*background-image: url('../../images/banner.png');*/
  background-position-x: 50%;
  /* background-color: #e8341c; */
}
/* .banner div{
    margin: 0 auto;
} */
.banner img {
  max-width: none;
  height: 481px;
}

.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;
}

.text-muted {
    color: #aaa;
}

.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: #f06e00 !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;
}

.team-ul {
    margin-top: 15px;
    padding:0;
}

.team-ul li {
    border: 1px dashed #eee;
    background: #faf9f9;
    padding: 15px;
    border-radius: 5px;
}
.team-ul li:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.06);
    border-color: #e2e2e2;
}

.team-ul li div {
    margin-bottom: 15px;
    color: #666;
}
.team-ul li div span {
    color: #333;
}
.team-ul li div:last-of-type {
    margin-bottom: 0;
}


.team-ul li div.shop-info {
    position: relative;
}
.team-ul li div.shop-info>a {
    position: absolute;
    right: 10px;
    top: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
    border-radius: 15px;
}
.team-ul li div.shop-info>a:hover {
    border-color: red;
    color: red !important;
}

@media screen and (max-width: 450px) {
    .team-ul li div.shop-info>a {
        padding: 3px 10px;
        font-size: 12px;
        right: 0;
    }
}
