/* html,
body {
  min-width: 1200px;
} */
table {
  width: 100%;
  boder-collapse: collapse;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  /* text-align: center; */
}

.layui-bg-blue,
.layui-layer-btn .layui-layer-btn0 {
  background-color: #2757d9 !important;
}

.layui-table-checked,
.layui-table-checked.layui-table-click,
.layui-table-checked.layui-table-hover {
  background-color: #dfe1ff;
}

.layui-form-select dl dd.layui-this {
  color: #2757d9;
}

.nav-tab {
  display: flex;
  justify-content: space-between;
  height: 70px; /* 4.375rem -> 70px */
  line-height: 70px; /* 4.375rem -> 70px */
}

.nav-tab li {
  padding: 0 30px; /* 1.875rem -> 30px */
  font-size: 20px; /* 1.25rem -> 20px */
  background: url("../../image/home/导航按钮-未选中2.png");
  background-size: cover;
  min-width: 180px; /* 11.25rem -> 180px */
  cursor: pointer;
}

.nav-tab li.selected {
  color: #fff;
  background: url("../../image/home/导航按钮-选中2.png");
  background-size: cover;
}

.nav-tab .big-pd {
  background: url("../../image/home/导航按钮-未选中.png");
  background-size: cover;
  text-align: center;
}

.nav-tab .big-pd.selected {
  background: url("../../image/home/导航按钮-选中.png");
  background-size: cover;
}

.nav-tab.purple li {
  background: url("../../image/specailCompete/导航按钮-未选中2.png");
  background-size: cover;
}

.nav-tab.purple .big-pd {
  background: url("../../image/specailCompete/导航按钮-未选中.png");
  background-size: cover;
}

.nav-tab.purple li.selected {
  background: url("../../image/specailCompete/导航按钮-选中.png");
}

.side-bar {
  width: 148px; /* 9.25rem -> 148px */
  height: 474px; /* 28.3125rem -> 453px */
  background: url("../../image/home/侧边栏背景.png");
  background-size: cover;
  position: fixed;
  bottom: 48px; /* 3rem -> 48px */
  right: -181px;
  transition: right 0.5s ease;
  padding: 145px 19px 77px 19px; /* 9.0625rem -> 145px, 1.0625rem -> 17px, 5.3125rem -> 85px */
  z-index: 999;
}

.side-bar > img {
  margin-top: 30px;
  margin-left: 27px;
  cursor: pointer;
}

.side-bar .li-apply {
  height: 31px;
  line-height: 31px;
  background: url("../../image/home/侧边栏-竞赛报名按钮.png");
  background-size: cover;
}

.side-bar.active {
  right: 38px;
}

.side-bar ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.side-bar ul > li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
}

.side-bar ul > li.selected {
  font-weight: 700;
  color: #fcfbca;
}

footer {
  height: 417px;
  background: #f5f7fa;
  padding: 40px 0;
}

footer .footer-split {
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

footer .other-msg {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}

.other-msg .committee-left {
  width: 47%;
}

.committee-left .persons {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666666;
}

.persons > span {
  margin-right: 15px;
}

.committee-left .persons > p {
  width: 60px;
  text-align-last: justify;
  text-align: justify;
}

.other-msg .committee-middle {
  width: 33%;
}

.other-msg .committee-middle p:first-child {
  font-weight: bold;
  color: #333333;
}

.other-msg .committee-middle p > span {
  margin-right: 10px;
}

.footer-div .other-msg .committee-right {
  padding: 10px 0;
  width: 20%;
}

.other-msg .committee-right .code {
  width: 180px;
  height: 180px;
  float: right;
  margin-top: 20px;
}

.other-msg p {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  color: #666666;
}

.compete-company-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.compete-company-table thead {
  background: linear-gradient(270deg, #4689ec 0%, #2f50cb 100%);
}
.compete-company-table.home thead {
  background: linear-gradient(270.00deg, #4689ec 0%, #3786ee 100%);
}

.compete-company-table th,
.compete-company-table td {
  text-align: center;
  width: 160px;
}

.compete-company-table th {
  height: 54px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.compete-company-table th > .rank {
  font-size: 13px;
  font-weight: normal;
}

.compete-company-table td {
  height: 40px;
  font-size: 12px;
}

.compete-company-table tbody tr:nth-child(odd) {
  background: #dfe1ff;
}

.compete-company-table tbody tr:nth-child(even) {
  background: #fff;
}

/*分页样式*/

.bottom_pager {
  width: 1200px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  margin: 0 auto;
}

#ul_pager {
  padding: 0px;
  margin: 0px;
  padding: 60px 0 80px 0;
  list-style: none;
}

#ul_pager li {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  cursor: pointer;
}

#ul_pager .pageindex:hover {
  background-color: #5620bf;
  color: white;
}
.lastpage {
  display: none;
  margin-left: 0px;
}
.pageindex_emtpy {
  background-color: #f0f1f5 !important;
}

#ul_pager li:last-child {
  width: auto;
  background-color: transparent;
  border: none;
  /* font-size: 12px; */
  /* color: #ffffff; */
}

.turnToPage {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 5px;
  outline: none;
  resize: none;
  margin: 0px 3px;
  text-align: center;
}

.page_sure {
  text-decoration: underline;
  cursor: pointer;
}

.page_sure:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #5620bf;
}

#ul_pager li.pageAct {
  background-color: #5620bf !important;
  color: white;
}

.location-nav {
  height: 54px;
  line-height: 54px;
}

.banner-div {
  position: relative;
}

.banner-div .btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 140px);
  cursor: pointer;
}

.cus-btn {
  height: 50px;
  border-radius: 6px;
  line-height: 50px;
  width: 100%;
  background: linear-gradient(270deg, #3d3dfd 0%, #902fd6 100%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
}

.layer-special-login {
  background: #f7f6ff;
}
.layer-special-login .layui-layer-title {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  background: #fff;
}
.layer-special-login .layui-layer-setwin {
  top: 24px;
}
.layer-special-login .layui-icon-close:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../image/home/关闭.png") no-repeat center;
  background-size: contain;
}

.layer-special-login.bg-gray {
  background: #f6f6f6;
}

.commit-prompt {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #333;
  padding: 60px 130px;
}

.commit-prompt .cus-btn {
  font-weight: normal;
  margin-top: 45px;
}

.red {
  color: #d54848 !important;
}
