/* pageContent */
.pageContent {
  width: 100%;
  background-color: #f5f8ff;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.pageContent .box {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.pageContent .box img {
  max-width: 100%;
  height: auto !important;
}
.pageContent .contBox {
  width: 100%;
  border: 1px solid rgba(52, 112, 255, 0.29);
  border-radius: 20px;
  background: #fff url(../images/submission_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.pageContent .contBox .txt {
  width: 82%;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}
.pageContent .contBox .btn {
  display: block;
  width: 286px;
  height: 64px;
  border-radius: 32px;
  background: #3470ff;
  margin: 40px auto 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  text-align: center;
}
.pageContent .submissionBox {
  width: 100%;
  margin-top: 50px;
  border: 1px solid rgba(51, 112, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff -68.28%, #fbfcfe 100%);
}
.pageContent .submissionBox .title {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
}
.pageContent .submissionBox .title p {
  color: #3470ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-left: 4px solid #3470ff;
  padding-left: 8px;
}
.pageContent .submissionBox .submissionLists {
  width: 100;
  padding: 0 30px;
}
.pageContent .submissionBox .submissionLists li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  align-items: center;
  position: relative;
}
.pageContent .submissionBox .submissionLists li .tip {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  display: none;
}
.pageContent .submissionBox .submissionLists li:last-child {
  border-bottom: none;
}
.pageContent .submissionBox .submissionLists li .img {
  width: 180px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.pageContent .submissionBox .submissionLists li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pageContent .submissionBox .submissionLists li .txt {
  width: calc(100% - 542px);
  padding: 0 20px 0 30px;
}
.pageContent .submissionBox .submissionLists li .txt .t1 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.pageContent .submissionBox .submissionLists li .txt .t2 {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  margin-top: 14px;
}
.pageContent .submissionBox .submissionLists li .txt .t3 {
  color: #999999;
  font-size: 16px;
  line-height: 20px;
  margin-top: 14px;
}
.pageContent .submissionBox .submissionLists li .btnBox {
  width: 362px;
  font-size: 18px;
}
.pageContent .submissionBox .submissionLists li .btnBox > div {
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  padding: 0 20px;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn1 {
  color: #3470ff;
  border: 1px solid #3470ff;
  transition: all 0.6s ease;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn1 a {
  color: #3470ff;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn1.btn4 {
  cursor: pointer;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn1.btn4:hover {
  background-color: #3470ff;
  color: #fff;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn1.btn4:hover a {
  color: #fff;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn2 {
  color: #de5c18;
  border: 1px solid #de5c18;
  transition: all 0.6s ease;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn2 a {
  color: #de5c18;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn2.btn2_p {
  background-color: #de5c18;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn3 {
  color: #6b0ba2;
  border: 1px solid #6b0ba2;
  transition: all 0.6s ease;
  cursor: pointer;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn3 a {
  color: #6b0ba2;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn3:hover {
  color: #fff;
  background-color: #6b0ba2;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn3:hover a {
  color: #fff;
}
.pageContent .submissionBox .submissionLists li .btnBox .btn3.btn3_p {
  background-color: #6b0ba2;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
}
.pageContent .registerBox {
  width: 100%;
  border: 1px solid rgba(51, 112, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff -68.28%, #fbfcfe 100%);
}
.pageContent .registerBox .title {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
}
.pageContent .registerBox .title p {
  color: #3470ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-left: 4px solid #3470ff;
  padding-left: 8px;
}
.pageContent .registerBox .registerCont {
  width: 100;
  padding: 30px 40px 40px;
}
.pageContent .registerBox .registerCont .tit {
  margin-bottom: 26px;
}
.pageContent .registerBox .registerCont .tit .t1 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.pageContent .registerBox .registerCont .tit .t2 {
  color: #999999;
  font-size: 16px;
  line-height: 20px;
  margin-left: 30px;
}
.pageContent .registerBox .registerCont .txt {
  margin-bottom: 14px;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
}
.pageContent .registerBox .registerCont .txt div {
  margin-right: 20px;
}
.pageContent .registerBox .registerCont .txt span {
  color: #333;
  margin-right: 20px;
}
.pageContent .formBox {
  width: 1180px;
  border-radius: 20px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 40px;
}
.pageContent form {
  width: 100%;
}
.pageContent form .title {
  width: 100%;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #3370ff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(51, 112, 255, 0.3) 128.818%);
  position: relative;
  padding: 12px 20px 0 20px;
  margin-bottom: 40px;
}
.pageContent form .title::after {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(208.81deg, rgba(51, 112, 255, 0) -4.864%, #3370ff 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageContent form .title1 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 30px;
}
.pageContent form .title2 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 40px;
}
.pageContent form .add {
  font-size: 16px;
  line-height: 30px;
  color: #3370ff;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  padding-left: 42px;
  margin-bottom: 40px;
}
.pageContent form .add p {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3370ff;
}
.pageContent form .add p::after {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageContent form .add p::before {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageContent form .rowBigBox {
  width: 100%;
}
.pageContent form .rowBox {
  width: 100%;
}
.pageContent form .rowBox > .between {
  margin-bottom: 20px;
}
.pageContent form .rowBox .del {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #de5c18;
  position: relative;
  margin-top: 35px;
  cursor: pointer;
}
.pageContent form .rowBox .del::after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageContent form .rowBox1 {
  width: 100%;
  margin-bottom: 30px;
}
.pageContent form .row.row9 {
  width: 530px;
}
.pageContent form .row.row8 {
  width: 500px;
}
.pageContent form .row.row7 {
  width: 560px;
}
.pageContent form .row.row6 {
  width: 510px;
}
.pageContent form .row.row5 {
  width: 360px;
}
.pageContent form .row.row4 {
  width: 300px;
}
.pageContent form .row.row3 {
  width: 340px;
}
.pageContent form .row.row2 {
  width: 710px;
}
.pageContent form .row.row1 {
  width: 100%;
  margin-bottom: 20px;
}
.pageContent form .row.radioBox {
  margin-top: 30px;
}
.pageContent form .row.radioBox .p {
  line-height: 44px;
}
.pageContent form .row.radioBox .radio {
  width: 150px;
}
.pageContent form .row.radioBox input {
  display: block;
  margin-left: 20px;
}
.pageContent form .row.radioBox input[type="radio"] {
  margin-top: 12px;
}
.pageContent form .row.radioBox label {
  display: block;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  margin-left: 10px;
}
.pageContent form .row.radioBox1 {
  width: 530px;
  margin-bottom: 40px;
}
.pageContent form .row.radioBox1 .radio {
  margin-top: 20px;
}
.pageContent form .row.radioBox1 .radio p {
  width: 80px;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
}
.pageContent form .row.radioBox1 .radio p.p {
  width: 110px;
}
.pageContent form .row.radioBox1 input {
  display: block;
  margin-right: 10px;
}
.pageContent form .row.radioBox1 label {
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  margin-right: 20px;
}
.pageContent form .row .p {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.pageContent form .row .p em {
  color: red;
}
.pageContent form .row .txt {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background-color: #f4f5f9;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
}
.pageContent form .row select {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  background-color: #f4f5f9;
  color: #333;
  font-size: 16px;
  padding: 0 20px;
  margin-top: 10px;
  border: none;
}
.pageContent form .row textarea {
  width: 100%;
  height: 130px;
  border-radius: 4px;
  background-color: #f4f5f9;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  resize: none;
}
.pageContent form .row.upload {
  width: 100%;
}
.pageContent form .row.upload .between {
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.pageContent form .row.upload .t1 {
  width: calc(100% - 250px);
  margin-right: 30px;
}
.pageContent form .row.upload .eg {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
}
.pageContent form .row.upload .eg a {
  color: #3370ff;
  text-decoration: underline;
}
.pageContent form .row.upload .pic {
  width: 220px;
  height: 60px;
  border-radius: 4px;
  background-color: #f4f5f9;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.pageContent form .row.upload .pic .t {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  color: #999999;
  padding-left: 40px;
}
.pageContent form .row.upload .pic .t p {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #3370ff;
  position: absolute;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
}
.pageContent form .row.upload .pic .t p::after {
  content: '';
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageContent form .row.upload .pic .t p::before {
  content: '';
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageContent form .row.upload .pic .success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f5f9;
  z-index: 2;
  display: none;
}
.pageContent form .row.upload .pic .success p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 10px;
  color: #3370ff;
  font-size: 16px;
  line-height: 20px;
}
.pageContent form .row.upload .pic .loading {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.pageContent form .row.upload .pic .loading .d {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pageContent form .row.upload .pic .loading img {
  width: 35%;
  display: block;
}
.pageContent form .row.upload .pic .loading p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-top: 20px;
}
.pageContent form .link {
  color: #3470ff;
  font-size: 18px;
  line-height: 22px;
  text-decoration-line: underline;
}
.pageContent form .buttonBox {
  width: 100%;
  margin-top: 50px;
}
.pageContent form .buttonBox button {
  display: block;
  width: 48%;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  background-color: #3370ff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
.pageContent form .buttonBox button:nth-child(1) {
  background-color: #de5c18;
}
.pageContent form .ajaxformbtn {
  display: block;
  margin-top: 50px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  background-color: #3370ff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
.pageContent .layui-input {
  height: 44px !important;
  border-radius: 4px !important;
  background-color: #f4f5f9 !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 10px 20px !important;
  margin-top: 10px !important;
  border: none !important;
}
.pageContent .layui-form-radio,
.pageContent .layui-form-checkbox {
  display: none !important;
}
.pageContent .layui-form-select dl dd.layui-this {
  background-color: #3370ff;
}
/* pageLogin */
.pageLogin {
  width: 100%;
  height: 100vh;
  background: url(../images/login_bg.jpg) bottom center no-repeat;
  background-size: cover;
  padding-top: 180px;
}
.pageLogin .title {
  margin: 0 auto;
  color: #fff;
  font-size: 56px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
}
.pageLogin .title img {
  width: 100%;
  display: block;
}
.pageLogin form {
  width: 540px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 70px auto 0;
  padding: 30px 60px 40px;
}
.pageLogin form .tit {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.pageLogin form .txt {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background-color: #f4f5f9;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  border: none;
  margin-bottom: 30px;
}
.pageLogin form .checkbox {
  width: 100%;
  margin-top: 10px;
}
.pageLogin form .checkbox input {
  cursor: pointer;
}
.pageLogin form .checkbox .p {
  width: calc(100% - 30px);
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-left: 10px;
}
.pageLogin form .checkbox .p a {
  color: #3470ff;
}
.pageLogin form .checkbox .p a:hover {
  text-decoration: underline;
}
.pageLogin form .but {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background-color: #3470ff;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  border: none;
  margin-top: 20px;
}
.pageLogin form .forget {
  display: block;
  text-align: center;
  color: #3470ff;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}
.pageLogin .layui-input {
  height: 44px !important;
  border-radius: 4px !important;
  background-color: #f4f5f9 !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 10px 20px !important;
  margin-top: 10px !important;
  border: none !important;
}
.pageLogin .layui-form-radio {
  display: none !important;
}
/* pageForget */
.pageForget {
  width: 100%;
  height: 100vh;
  background: #f5f8ff;
  position: relative;
}
.pageForget .box {
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageForget .title {
  width: 100%;
}
.pageForget .title p {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  margin: 0 30px;
}
.pageForget .title p.on {
  color: #3470ff;
}
.pageForget form {
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 50px auto 0;
  padding: 30px 110px 80px;
}
.pageForget form .tit {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.pageForget form .txt {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background-color: #f4f5f9;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  border: none;
  margin-bottom: 30px;
}
.pageForget form .but {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background-color: #3470ff;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.pageForget .cont {
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 50px auto 0;
  padding: 30px 80px 50px;
}
.pageForget .cont .tit {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.pageForget .cont .t1 {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.pageForget .cont .t2 {
  color: #333;
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}
.pageForget .cont .t2 span {
  color: #3470ff;
  font-weight: bold;
}
.pageForget .cont .btn {
  width: 48%;
  height: 44px;
  border-radius: 4px;
  background-color: #3470ff;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  border: none;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}
.pageForget .cont .btn.btn1 {
  background-color: #de5c18;
}
.pageForget .layui-input {
  height: 44px !important;
  border-radius: 4px !important;
  background-color: #f4f5f9 !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 10px 20px !important;
  margin-top: 10px !important;
  border: none !important;
}
.pageForget .layui-form-radio {
  display: none !important;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input[type="radio"],
input[type="checkbox"] {
  /* 移除默认样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 添加自定义样式 */
  width: 20px;
  height: 20px;
  background: #e5e8eb;
  border-radius: 50%;
  /* 圆形 */
  outline: none;
  /* 移除点击时的轮廓 */
  position: relative;
}
input[type="radio"]::after,
input[type="checkbox"]::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/icon.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-color: #3370ff;
  /* 选中时的颜色 */
}
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
  display: block;
}
/* popupArticle */
.popupArticle {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.popupArticle .articleBox {
  width: 800px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.popupArticle .articleBox .close {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 14px 20px;
}
.popupArticle .articleBox .close p {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
}
.popupArticle .articleBox .close p::after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupArticle .articleBox .close p::before {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupArticle .articleBox .close p:hover {
  background-color: #eee;
}
.popupArticle .articleBox .text {
  width: 100%;
  max-height: 500px;
  padding: 20px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.popupArticle .articleBox .btn {
  width: 100%;
  padding: 14px 20px;
  box-shadow: 0 -3px 6px -4px #c1c8dd;
  -webkit-box-shadow: 0 -3px 6px -4px #c1c8dd;
  -moz-box-shadow: 0 -3px 6px -4px #c1c8dd;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.popupArticle .articleBox .btn p {
  display: inline-block;
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
  background-color: #3370ff;
  color: #fff;
  font-size: 16px;
}
.noData {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 8% 0;
}
/* 分页 */
.pages {
  width: 100%;
  margin-top: 30px;
}
.pages .total {
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.pages .pagination {
  display: inline-block;
  padding-left: 0;
}
.pages .pagination li {
  display: inline;
}
.pages .pagination li > a,
.pages .pagination li > span {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 8px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #E6ECF3;
  border-radius: 2px;
}
.pages .pagination li:first-child > a,
.pages .pagination li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pages .pagination li > a:hover,
.pages .pagination li > span:hover,
.pages .pagination li > a:focus,
.pages .pagination li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3470ff;
  border-color: #3470ff;
}
.pages .pagination .active > a,
.pages .pagination .active > span,
.pages .pagination .active > a:hover,
.pages .pagination .active > span:hover,
.pages .pagination .active > a:focus,
.pages .pagination .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3470ff;
  border-color: #3470ff;
}
.pages .pagination .disabled > span,
.pages .pagination .disabled > span:hover,
.pages .pagination .disabled > span:focus,
.pages .pagination .disabled > a,
.pages .pagination .disabled > a:hover,
.pages .pagination .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #E6ECF3;
}
.pages .layui-input-block {
  width: 98px;
  margin-right: 10px;
}
.pages .layui-input {
  width: 92px !important;
  height: 30px;
  line-height: 30px;
  padding: 0 6px !important;
  font-size: 14px;
}
.page .layui-form-select .layui-edge {
  right: 14px;
}
.pages .input {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.pages .input input {
  width: 50px;
  color: #333;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #E6ECF3;
}
.pages .input .btn {
  width: 60px;
  color: #333;
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px;
  border: 1px solid #E6ECF3;
  background-color: unset;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.pages .layui-form-select dl {
  top: auto;
  bottom: 44px;
}
.pages .layui-form-select dd {
  font-size: 14px;
}
.pages .layui-form-select dl dd.layui-this {
  background-color: #3470ff;
  color: #fff;
}
