.banner .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.banner .content ul {
  width: 1200px;
  bottom: -30px;
  left: 0;
  height: 120px;
  background-color: #f5f8fc;
  box-shadow: 0px 6px 30px 0px rgba(1, 58, 144, 0.1);
  border-radius: 10px;
  border: solid 1px #ffffff;
  padding: 10px 0;
}

.banner .content li {
  width: 33.33%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.banner .content li:nth-child(1) {
  padding-left: 128px;
}

.banner .content li:nth-child(2) {
  border: 1px solid #e9ecf0;
  border-top: none;
  border-bottom: none;
  padding-left: 85px;
}

.banner .content li:nth-child(3) {
  padding-left: 70px;
}

.banner .content li>div {
  font-family: 'PingFangBold';
  font-size: 22px;
  height: 30px;
  color: #3e4556;
  margin-bottom: 16px;
}

.banner .content li>div span {
  width: 80px;
  height: 30px;
  background-color: #117ffc;
  box-shadow: 0px 0px 10px 0px rgba(17, 127, 252, 0.3);
  border-radius: 14px;
  color: #ffffff;
  font-family: 'MicrosoftYaHei';
  font-size: 14px;
  color: #ffffff;
  margin-left: 14px;
  cursor: pointer;
  transition: all .3s;
}
.banner .content li>div span:hover{
  background-color: #004a9f;
  transition: all .3s;
}
.banner .content li:nth-child(1)>div {
  font-family: 'BebasNeue';
  font-size: 30px;
  color: #3e4556;
}

.banner .content li p {
  font-family: 'PingFangMedium';
  font-size: 16px;
  line-height: 24px;
  color: #515a70;
}

.banner .report {
  width: 211px;
  height: 230px;
  top: 32px;
  right: 111px;
}

.banner .report .cover img {
  width: 100%;
}


.banner .report .report-icon {
  width: 211px;
  height: 224px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.banner .report .report-icon div{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.banner .report .report-icon>img{
  width: 78px;
  position: absolute;
  opacity: .75;
}
.banner .report .report-icon>img:nth-child(1){
  left: 38px;
    top: 58px;
    z-index: 4;
  animation:infinite 3s rotation1;
}
.banner .report .report-icon>img:nth-child(2){
  left: 56px;
  top: 46px;
  z-index: 3;
  animation:infinite 3s rotation2;
  animation-delay: .2s;
}
.banner .report .report-icon>img:nth-child(3){
  left: 75px;
  top: 37px;
  animation:infinite 3s rotation3;
  z-index: 2;
  animation-delay: .3s;
}
@keyframes rotation1 {
  0% {
    top: 58px;
  }
  20% {
    top: 43px;
  }
  40%{
    top: 58px;
  }
  70%{
    top: 58px;
  }
  80%{
    top: 58px;
  }
  90%{
    top: 58px;
  }
  100% {
    top: 58px;
  }
}
@keyframes rotation2 {
  0% {
    top: 46px;
  }
  20% {
    top: 31px;
  }
  40%{
    top: 46px;
  }
  70%{
    top: 46px;
  }
  80%{
    top: 46px;
  }
  90%{
    top: 46px;
  }
  100% {
    top: 46px;
  }
}
@keyframes rotation3 {
  0% {
    top: 37px;
  }
  20% {
    top: 22px;
  }
  40%{
    top: 37px;
  }
  70%{
    top: 37px;
  }
  80%{
    top: 37px;
  }
  90%{
    top: 37px;
  }
  100% {
    top: 37px;
  }
}

article {
  padding-bottom: 141px;
}

article::after {
  content: "";
  width: 100%;
  height: 750px;
  background-color: #edf3fa;
  position: absolute;
  bottom: 0;
  left: 0;
}

section {
  margin-bottom: 90px !important;
  position: relative;
  z-index: 5;
}

section h2 {
  font-family: 'PingFangBold';
  font-size: 30px;
  height: 29px;
  line-height: 29px;
  color: #3e4556;
  align-items: flex-end !important;
  margin-bottom: 38px;
  font-weight: normal;
}

section h2 img {
  width: 48px;
  margin-right: 19px;
}

section h2 p {
  font-family: 'PingFangMedium';
  font-size: 16px;
  line-height: 24px;
  color: #515a70;
  margin-left: 19px;
  font-weight: normal;
}

.sch_search {
  position: relative;
  z-index: 30;
}

.sch_search .content {
  background-color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(1, 58, 144, 0.1);
  border-radius: 10px;
}

.sch_search .search-box {
  width: 1200px;
  height: 120px;
  background: url(../img/search_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 6px 30px 0px rgba(1, 58, 144, 0.1);
  padding-left: 32px;
  border-radius: 10px;
}

.sch_search .search-box h3 {
  font-size: 26px;
  color: #117ffc;
  margin-right: 27px;
}

.sch_search .search {
  width: 740px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 20px;
  position: relative;
}

.sch_search .search label {
  width: 90px;
  font-size: 14px;
  color: #000000;
  height: 30px;
  border-right: 1px solid #f2f2f2;
  margin-right: 16px;
  flex-shrink: 0;
}

.sch_search .search input {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.sch_search .search input::placeholder {
  color: #b3b3b3;
}

.sch_search .search .btn {
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
  color: #117ffc;
  width: auto;
  position: absolute;
  right: 20px;
}

.sch_search .search .btn>div {
  cursor: pointer;
}
.sch_search .search .btn>div:nth-child(1){
  margin-right: 15px;
}
.sch_search .search .btn>div:hover {
  font-weight: 700;
}

.sch_search .search-btn {
  width: 240px;
  height: 52px;
  background-color: #117ffc;
  box-shadow: 0px 3px 10px 0px rgba(17, 127, 252, 0.3);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.local {
  width: 350px;
  height: 320px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(1, 58, 144, 0.1);
  border-radius: 6px;
  border: solid 1px #e4e7eb;
  overflow: hidden;
  position: absolute;
  top: 74px;
  right: 0;
  display: none;
  z-index: 30;
}

.local .close {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding-left: 0;
  border: none;
  align-items: center;
}
.local .close img{
  width: 14px;
  height: 15px;
}
.local>div {
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-left: 33px;
  align-items: stretch;
}

.local>div span {
  font-size: 18px;
  line-height: 60px;
  color: #000000;
  border-bottom: none;
  margin-right: 20px;
  border-bottom: 3px solid #ffffff;
}

.local>div span.active {
  color: #666666;
  border-bottom: 3px solid #3e4556;
}

.local ul {
  padding-left: 33px;
  padding-top: 10px;
  overflow-y: scroll;
  height: 245px;
}

.local li {
  font-size: 14px;
  line-height: 24px;
  color: #3e4556;
  cursor: pointer;
}

.local li:hover {
  color: #117ffc;
}

.result {
  height: auto;
  padding: 0 40px;
  margin-top: 70px;
  padding-bottom: 50px;
  /* display: none; */
}

.result .title {
  align-items: flex-end;
}

.result .title h3 {
  font-family: 'PingFangBold';
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  color: #3e4556;
  padding-left: 25px;
  position: relative;
}

.result .title h3::before {
  content: "";
  width: 6px;
  height: 26px;
  background-color: #3e4556;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.result .title h3 .initialize{
  cursor: pointer;
}
.result .title h3 .initialize:hover{
  color: #117ffc;
}
.result .title .total,
.result .page .total {
  font-size: 14px;
  color: #3e4556;
}

.result .title .total span,
.result .page .total span {
  color: #117ffc;
}

.case-list .li-case {
  width: 100%;
  height: 220px;
  align-items: stretch;
  position: relative;
  padding: 30px 40px 0 42px;
  border-bottom: dashed 1px #e5e5e5;
}

.case-list .li-case:first-child {
  margin-top: 30px;
}

.case-list .li-case:last-child {
  border-bottom: none;
}

.case-list .li-case .left {
  align-items: stretch;
}

.li-case .logo-time {
  width: 100px;
  margin-right: 58px;
}

.li-case .logo-time .img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(1, 58, 144, 0.1);
  margin-bottom: 43px;
  overflow: hidden;
}

.li-case .logo-time .img img {
  width: 100%;
}

.li-case .logo-time p {
  font-size: 14px;
  color: #000000;
  text-align: center;
}

.li-case .collage-name {
  font-size: 16px;
  color: #3e4556;
  margin-bottom: 30px;
}

.li-case .collage-name b {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.li-case .collage-name span {
  font-size: 16px;
  color: #3e4556;
  margin-left: 25px;
  font-weight: normal;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.li-case .info .item {
  font-size: 14px;
  color: #999999;
  margin-bottom: 13px;
}

.li-case .info .item>div span {
  width: 163px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.li-case .info .item>div.w {
  width: 252px;
}

.li-case .info .item>div i {
  width: 56px;
  text-align: right;
  margin-right: 30px;
}

.li-case .info .item:last-child {
  margin-bottom: 0;
}

.li-case .getlist {
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}

.li-case .filter {
  margin-bottom: 30px;
}

.li-case .filter>div {
  text-decoration: underline;
  font-size: 14px;
  color: #117ffc;
  margin-left: 25px;
  cursor: pointer;
}

.li-case .filter>div:hover {
  font-weight: 700;
}

.li-case .filter>div:first-child {
  margin: 0;
}

.li-case .btn {
  width: 170px;
  height: 42px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: solid 1px #117ffc;
  color: #117ffc;
  transition: all .3s;
}

.li-case .btn.leyu {
  margin-top: 21px;
}

.li-case .btn:hover {
  background-color: #117ffc;
  box-shadow: 0px 0px 10px 0px rgba(17, 127, 252, 0.3);
  color: #ffffff;
  transition: all .3s;
}

.result .case-list{
  min-height: 220px;
  position: relative;
}
.result .case-list>img{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}
.result .case-list>p{
  font-size: 16px;
    color: #a5a5a5;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}
.result .page {
  margin-top: 40px;
  opacity: 0;
}

.result .page-list {
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  margin: 0 25px;
}

.result .page .btn {
  width: 70px;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  color: #999999;
}

.result .page .btn.prev {
  border-right: 1px solid #f2f2f2;
}

.result .page .btn.next {
  border-left: 1px solid #f2f2f2;
}

.result .page .btn:hover {
  color: #117ffc;
}

.result .page-list ul {
  padding: 0 10px;
}

.result .page-list li {
  width: 40px;
  font-size: 14px;
  color: #3e4556;
  text-align: center;
  cursor: pointer;
}

.result .page-list li:hover,
.result .page-list li.active {
  color: #117ffc;
  text-decoration: underline;
}

.result .page-jump {
  font-size: 14px;
  color: #999999;
}

.result .page-jump input {
  width: 50px;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin: 0 10px;
  text-align: center;
}

.result .page-jump .gopage {
  height: 30px;
  width: 60px;
  background: #66adfd;
  color: #ffffff;
  margin-left: 15px;
  cursor: pointer;
  transition: all .3s;
}

.result .page-jump .gopage:hover {
  background: #117ffc;
  transition: all .3s;
}

.position {
  background: #ffffff;
}

.position .content {
  background-color: #d3dff6;
  box-shadow: 0px 0px 50px 0px rgba(1, 58, 144, 0.1);
  border-radius: 10px;
  border: solid 1px #ffffff;
  padding: 35px 50px 40px;
}

.position .content .remark {
  font-size: 14px;
  line-height: 14px;
  color: #5b74a2;
  text-align: right;
  margin-bottom: 23px;
}

.position form>div {
  width: 100%;
  margin-bottom: 40px;
  height: 130px;
  background-color: #ffffff;
  border: solid 1px #e0ecfb;
  align-items: stretch;
  overflow: hidden;
}

.position form .s-title {
  width: 70px;
  height: 130px;
  background-color: #bbccec;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 7px;
  color: #5b74a2;
  writing-mode: vertical-lr;
  padding-top: 8px;
  position: relative;
  flex-shrink: 0;
  margin-right: 50px;
}

.position form .s-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  border: 13px solid #bbccec;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.position form .item label {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #3e4556;
  display: block;
  margin-bottom: 14px;
}

.position .intention .item.w {
  margin-right: 29px;
}

.position .intention .item.w.nomar {
  margin-right: 0;
}

.position .intention .item.w div {
  width: 450px;
  height: 46px;
  justify-content: flex-end;
  position: relative;
}

.position .intention .item.w div input {
  width: 100%;
  height: 100%;
  background: #f0f5fc;
  font-size: 14px;
  padding-left: 16px;
  color: #9ea6b9;
}

.position .intention .item.w div em ,
  .position .person-info .item em {
  font-size: 14px;
  line-height: 24px;
  color: #117ffc;
  cursor: pointer;
  position: absolute;
  right: 20px;
}
.position .person-info .item em{
  top: 39px;
}
.position .person-info {
  height: 240px;
}

.position .person-info .s-title {
  height: 240px;
}

.position .person-info .right {
  flex-wrap: wrap;
  padding: 25px 0 32px 0;
  align-items: flex-start;
}

.position .person-info .item {
  margin-right: 30px;
  position: relative;
}

.position .person-info .item:nth-child(1),
.position .person-info .item:nth-child(2),
.position .person-info .item:nth-child(3) {
  margin-bottom: 35px;
}

.position .person-info .item.nomar {
  margin-right: 0;
}

.position .person-info input,
.position .person-info select {
  width: 290px;
  height: 46px;
  background-color: #f0f5fc;
  font-size: 14px;
  color: #9ea6b9;
  padding-left: 16px;
}

.position .person-info .item.yzm .btn {
  width: 120px;
  height: 46px;
  background-color: #117ffc;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.position .content form .btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  width: 300px;
  height: 52px;
  background-color: #117ffc;
  box-shadow: 0px 3px 10px 0px rgba(17, 127, 252, 0.3);
  border-radius: 3px;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  align-items: center;
}

.position .position-img {
  height: 531px;
  box-shadow: 0px 0px 50px 0px rgb(1 58 144 / 10%);
  border-radius: 0 0 10px 10px;
}

section.ranking-box {
  margin-bottom: 0 !important;
}

section.ranking-box h2 {
  align-items: center !important;
}

section.ranking-box h2 p {
  position: relative;
  top: 4px;
}

section.ranking-box .content {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(1, 58, 144, 0.1);
  border-radius: 10px;
  border: solid 1px #ffffff;
  padding: 30px;
}

section.ranking-box .content a {
  width: 150px;
}

.getcasepop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.getcasepop>div {
  width: 420px;
  height: 340px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(1, 58, 144, 0.1);
  border-radius: 6px;
  border: solid 1px #e4e7eb;
}

.getcasepop .top {
  padding-left: 36px;
  padding-top: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  color: #333333;
}

.getcasepop .top h3 {
  font-size: 20px;
  line-height: 20px;
  color: #117ffc;
  margin-bottom: 8px;
}

.getcasepop form {
  padding: 20px 40px 0 36px;
}

.getcasepop form .item {
  height: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
  position: relative;
  padding-left: 27px;
  overflow: hidden;
}

.getcasepop form .item.yzm {
  margin-bottom: 0;
}

.getcasepop form .item img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.getcasepop form .item input {
  width: 240px;
  height: 40px;
  background-color: #f0f5fb;
  border: solid 1px #e9edf2;
  padding-left: 15px;
}

.getcasepop form .item.yzm .j_getYzm {
  width: 100px;
  height: 40px;
  background-color: #117ffc;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.getcasepop form .btn {
  width: 180px;
  height: 40px;
  background-color: #117ffc;
  box-shadow: 0px 3px 10px 0px rgba(17, 127, 252, 0.3);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  margin: 30px auto 0;
}

.getcasepop .close {
  width: 44px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.chose-pop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.chose-pop>div {
  width: auto;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(1, 58, 144, 0.1);
  border-radius: 6px;
  border: solid 1px #e4e7eb;
  padding-bottom: 30px;
}

.chose-pop .top {
  padding-left: 36px;
  padding-top: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  color: #333333;
}

.chose-pop .top h3 {
  font-size: 20px;
  line-height: 20px;
  color: #117ffc;
  margin-bottom: 8px;
}

.chose-pop .close {
  width: 44px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.chose-pop .select {
  padding: 30px 30px 0;
}

.chose-pop .select>div:nth-child(2) {
  margin-top: 15px;
}

.chose-pop .select label {
  font-size: 14px;
  color: #333333;
  margin-right: 15px;
}

.chose-pop .sc>div:nth-child(1) {
  margin-bottom: 10px;
}

.chose-pop .sc label {
  line-height: 40px;
}

.chose-pop .select select {
  width: 290px;
  height: 40px;
  background: #f0f5fb url(../img/arrow.png) no-repeat;
  background-size: 4%;
  background-position: 97% center;
  border: solid 1px #e9edf2;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chose-pop .select input {
  width: 290px;
  height: 40px;
  background: #f0f5fb;
  border: solid 1px #e9edf2;
  padding-left: 10px;
}

.chose-pop .sc input {
  width: 290px;
  height: 40px;
  background: #f0f5fb no-repeat;
  border: solid 1px #e9edf2;
  padding-left: 10px;
}

.chose-pop .select select option {
  direction: ltr;
}

.chose-pop .select .btn {
  width: 80px;
  height: 40px;
  background-color: #117ffc;
  box-shadow: 0px 3px 10px 0px rgba(17, 127, 252, 0.3);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 30px auto 0;
}

.chose-pop .sc .btn {
  margin: 0 0 0 20px;
}

.chose-pop .table {
  padding: 0 30px;
  font-size: 14px;
  color: #333333;
  margin-top: 30px;
  display: none;
  position: relative;
}

.chose-pop .table>table {
  position: relative;
  width: 590px;
}

.chose-pop .table thead {
  width: 100%;
  height: 40px;
  background-color: #e1ecfa;
}

.chose-pop .table table thead,
.chose-pop .table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  /*重要  表格固定算法*/
}

.chose-pop .table td {
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.chose-pop tbody {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  border-top: none;
  height: 350px;
  display: block;
  overflow-y: scroll;
}

.chose-pop .table img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: none;
}

.chose-pop tbody td {
  line-height: 40px;
}

.chose-pop tbody .confirm {
  height: 40px;
  text-decoration: underline;
  color: #117ffc;
  cursor: pointer;
}

.zhuce-pop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.zhuce-pop .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.zhuce-pop .po_center {
  width: 1000px;
  height: 607px;
  background: url(../img/layout.png) no-repeat;
  background-size: 100%;
  z-index: 10;
}

.zhuce-pop .had {
  padding-top: 194px;
  display: none;
}

.zhuce-pop .had h3 {
  font-family: 'PingFangBold';
  font-size: 50px;
  color: #ffffff;
  line-height: 50px;
  margin-bottom: 66px;
}

.zhuce-pop .had .progress {
  width: 750px;
  height: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(12, 42, 145, 0.5);
  border-radius: 8px;
  margin: 0 auto 33px;
  overflow: hidden;
  position: relative;
}

.zhuce-pop .had .progress img {
  height: 100%;
  animation: progress 3s linear infinite;
  position: absolute;
  left: 0;
  top: 0;

}

@keyframes progress {
  0% {
    left: -750px;
  }

  20% {
    left: 0;
  }

  40%,
  100% {
    left: 750px;
  }
}

.zhuce-pop .had p {
  font-family: 'PingFangMedium';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}

.zhuce-pop .having {
  padding-top: 28px;

}

.zhuce-pop .having h3 {
  font-family: 'PingFangBold';
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  padding-left: 280px;
}

.zhuce-pop .having .progress {
  padding-left: 280px;
}

.zhuce-pop .having .progress>div {
  width: 696px;
  height: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(12, 42, 145, 0.5);
  border-radius: 8px;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

.zhuce-pop .having .progress>div img {
  height: 100%;
  animation: progress 3s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}

.zhuce-pop .having p {
  font-family: 'PingFangMedium';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding-left: 280px;
}

.zhuce-pop form {
  width: 950px;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 30px auto 0;
  padding: 40px;
}

.zhuce-pop form>div {
  width: 100%;
  align-items: stretch;
  overflow: hidden;

}

.zhuce-pop form .s-title {
  width: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 5px;
  color: #5b74a2;
  writing-mode: vertical-lr;
  padding-top: 8px;
  position: relative;
  flex-shrink: 0;
  margin-right: 48px;
}

.zhuce-pop form .item label {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #3e4556;
  display: block;
  margin-bottom: 14px;
}

.zhuce-pop .intention {
  margin-bottom: 40px;
}

.zhuce-pop .intention .item.w {
  margin-right: 10px;
}

.zhuce-pop .intention .item.w.nomar {
  margin-right: 0;
}

.zhuce-pop .intention .item.w div {
  width: 395px;
  height: 46px;
  background-color: #f0f5fc;
  justify-content: flex-end;
  position: relative;
}

.zhuce-pop .intention .item.w div input {
  width: 100%;
  height: 100%;
  background: #f0f5fc;
  font-size: 14px;
  padding-left: 16px;
  color: #000000;
  font-weight: 700;
}

.zhuce-pop .intention .item.w div em {
  font-size: 14px;
  line-height: 24px;
  color: #117ffc;
  cursor: pointer;
  position: absolute;
  right: 20px;
}


.zhuce-pop .person-info .right {
  flex-wrap: wrap;
  align-items: flex-start;
}

.zhuce-pop .person-info .item {
  margin-right: 10px;
  position: relative;
}

.zhuce-pop .person-info .item:nth-child(1),
.zhuce-pop .person-info .item:nth-child(2),
.zhuce-pop .person-info .item:nth-child(3) {
  margin-bottom: 10px;
}

.zhuce-pop .person-info .item.nomar {
  margin-right: 0;
}
.zhuce-pop .person-info .item>em{
  font-size: 14px;
    line-height: 24px;
    color: #117ffc;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 39px;
}
.zhuce-pop .person-info input,
.zhuce-pop .person-info select {
  width: 260px;
  height: 46px;
  background-color: #f0f5fc;
  font-size: 14px;
  padding-left: 16px;
  color: #000000;
}

.zhuce-pop .person-info .item.yzm .btn {
  width: 120px;
  height: 46px;
  background-color: #117ffc;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.zhuce-pop div.btn {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  width: 300px;
  height: 52px;
  background-color: #117ffc;
  box-shadow: 0px 3px 10px 0px rgba(17, 127, 252, 0.3);
  border-radius: 3px;
  margin: 40px auto 0;
  cursor: pointer;
  align-items: center;
}

#pageHelp{
  margin: 0 auto;
}
#pageHelp a.pagehelpAvtive{
  color: #117ffc;
  text-decoration: underline;
}
#pageHelp .layui-laypage a:hover{
  color: #117ffc;

}
#pageHelp .layui-laypage a{
  padding: 0 17px;
  height: 40px;
  line-height: 40px;
}
#pageHelp .layui-laypage span,#pageHelp .layui-laypage button,#pageHelp .layui-laypage input{
  height: 40px;
  line-height: 40px;
}
.layui-laypage input:focus, .layui-laypage select:focus{
  border-color: #117ffc!important;
}