﻿.foort {
  background: #f2f2f2;
  padding: 55px 0;
}

.foort .above {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 16px;
  max-width: 1005px;
  text-align: center;
  margin: auto;
}

.foort .under {
  text-align: center;
}

.foort .under .p {
  font-size: 14px;
  color: #9b9795;
  display: flex;
  justify-content: center;
}

.foort .under a {
  margin-left: 10px;
}

.video-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5555;
  top: 0;
  left: 0;
  display: none;
}

.video-pop .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
}

.video-pop .cont {
  /* height: 450px; */
  left: 50%;
  max-height: 600px;
  max-width: 800px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-pop .cont video {
  width: 100%;
}



.video-pop .cle {
  background: url(../images/close.png) no-repeat;
  background-position: 50%;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all .4s;
  width: 40px;
  z-index: 5;
}




.clear::after {
  content: '';
  clear: both;
  display: block;
}

.banner {
  width: 100%;
  height: 615px;
  position: relative;
}

.banner .w1280 {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner .animated {
  display: none;
  animation-delay: 0.3s;
}

.banner .swiper-slide-active .animated {
  display: block;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .videoBg {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .videoBg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.banner .videoBg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.banner .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner .cont {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner .cont.bantxt2 {
  left: 0;
  right: auto;
}

.banner .cont.bantxt3 {
  left: 0;
  right: auto;
  top: 63%;
}

.banner .cont.bantxt3 h3 {
  color: #928389;
}

.banner .cont.bantxt2 h3 {
  color: #646464;
}

.banner .cont.bantxt2 h5 {
  color: #262e89;
}

.banner .cont h3 {
  font-size: 18px;
  color: #ffc000;
  font-family: 'MideaTypeGlobal-Regular';
}

.banner .cont h5 {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin-top: 15px;
  font-weight: 300;
}

.banner .swiper-pagination {
  height: 4px;
  position: absolute;
  width: 1280px;
  margin: auto;
  left: 0;
  bottom: 46px;
  top: auto;
  right: 0;
  z-index: 200;
  text-align: left;
}

.banner .swiper-pagination span {
  height: 4px;
  width: 26px;
  background-color: #808aba;
  margin: 0 5px 0 0;
  border-radius: 0;
  opacity: 1;
  transition: all .4s;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 74px;
  background-color: #ffd15a;
}

.banner .next,
.banner .prev {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
  border: 2px solid #FFF;
  opacity: 0;
  outline: none;
  z-index: 100;
  cursor: pointer;
}

.banner .next {
  right: 20px;
  background: url(../images/nexton.png) no-repeat 50%;
  transform: translateX(100%);
}

.banner .next:hover {
  border-color: #20377d;
  background: #20377d url(../images/nexton.png) no-repeat 28px;
}

.banner .prev {
  left: 20px;
  background: url(../images/prevon.png) no-repeat 50%;
  transform: translateX(-100%);
}

.banner .prev:hover {
  border-color: #20377d;
  background: #20377d url(../images/prevon.png) no-repeat 12px;
}

.banner:hover .next {
  opacity: 1;
  transform: translateX(0);
}

.banner:hover .prev {
  opacity: 1;
  transform: translateX(0);
}

.pop-remind .cont {
  max-width: 600px;
  width: 90%;
  height: 285px;
  background: #fff;
  position: absolute;
  top: calc(100%);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 20px 40px;
}

.pop-remind .cont .top {
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
}

.pop-remind .cont .top .fl {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1;
  color: #333333;
}

.pop-remind .cont .top .fr {
  background: url(../images/awards/cle.png) no-repeat;
  background-position: center right;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.pop-remind .cont .bot {
  margin-top: 10px;
  width: calc(135%);
  margin-left: -17.5px;
  height: 180px;
  overflow-y: auto;
}

.pop-remind .cont .bot p {
  line-height: 40px;
  color: #666666;
  transform: all .4s;
  padding: 0 17.5px;
}

.pop-remind .cont .bot p:hover {
  color: #333;
  background: #ffd25a;
}

.headSearchBox {
  display: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
}

.headSearchBox .box {
  width: 640px;
  height: 80px;
  margin: 50px auto 0;
  padding-top: 60px;
  position: relative;
}

.headSearchBox .inp {
  display: block;
  width: 100%;
  padding-right: 50px;
  height: 56px;
  color: #e3e3e3;
  font-size: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  margin-top: -21px;
  font-weight: bold;
}

.headSearchBox .inp::placeholder {
  color: #e3e3e3;
}

.headSearchBox .btn {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 60px;
  background: url(../images/headSearchBox-ic1.png) no-repeat right top;
  z-index: 10;
  cursor: pointer;
}

#header {
  width: 100%;
  min-width: 1100px;
  margin: auto;
  height: 100px;
  padding: 0 50px 0 35px;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#header .color_line {
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  height: 66px;
  background: #ffc000;
  transition: all 0.6s;
  display: none;
}

#header .logo {
  float: left;
  margin: 20px 0 0 0;
  width: 113px;
  height: 70px;
  position: relative;
  background: url(../images/logo1.svg) no-repeat;
  background-size: 100% !important;
}

#header:hover .logo,
#header.onsb .logo,
#header.ondata .logo {
  background: url(../images/logo.svg) no-repeat;
}

#header.ondata .logo {
  background: url(../images/logo.svg) no-repeat;
}

#header .logo img {
  display: block;
  transition: all 0.3s;
}

#header .logo img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

#header .nav {
  float: right;
  height: 100%;
}

#header .nav br {
  display: none !important;
}

#header .nav ul {
  float: left;
  position: relative;
  padding-right: 35px;
  z-index: 5;
}

#header .nav li {
  float: left;
  text-align: center;
  position: relative;
  margin-left: 40px;
}

#header .nav li:nth-child(1):after {
  opacity: 0;
}

#header .nav li::after {
  content: '';
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: -23px;
}

#header.onsb .nav li::after,
#header.ondata .nav li::after {
  background: #cdcdcd;
}

#header .nav .dt {
  line-height: 100px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

#header.onsb .nav .dt,
#header.ondata .nav .dt {
  color: #535353;
}

#header.onsb,
#header:hover,
#header.ondata {
  background: #fff;
}

#header .nav .dt:hover {
  color: #fff;
}

#header:hover .nav .dt {
  color: #535353;
}

#header:hover .head-ri .logconsole .txt {
  color: #535353;
}

#header.onsb .nav .dt:hover {
  color: #535353;
}

#header .nav .sub-a {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 1200px;
  height: 80px;
  text-align: left;
}

#header .nav .sub-a a {
  float: left;
  font-size: 17px;
  color: #333;
  opacity: 1;
  line-height: 66px;
  font-weight: bold;
  transition: all 0.4s;
  margin-right: 50px;
}

#header .nav .sub-a a:hover {
  color: #262e89;
}

#header .nav .sub-a .subActive,
#header .nav .sub-a a:hover,
#header .nav .sub-a .on {
  opacity: 1;
}

#header .nav .inner-bor {
  height: 3px;
  background: #ffc000;
  position: absolute;
  bottom: 0px;
  left: 0;
  pointer-events: none;
}

#header .bom-color {
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 100%;
  transition: all 0.4s;
  overflow: hidden;
}

#header .bom-color.on {
  height: 80px;
}

#header .bom-color .icon {
  position: absolute;
  top: 30px;
  left: 10%;
  opacity: 0;
  transition: all 0.4s;
}

#header .bom-color.type2 .icon {
  opacity: 1;
}

#header .head-ri {
  position: relative;
  float: right;
  height: 100px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

#header.onsb .head-ri,
#header.ondata .head-ri,
#header:hover .head-ri {
  color: #535353;
}

#header .head-ri .logconsole {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
  margin-top: 15px;
}

#header .head-ri .logconsole .dowtxt {
  width: 165px;
  position: absolute;
  top: 100%;
  right: -13px;
  display: none;
}

#header .head-ri .logconsole .dowtxt .a {
  background: #fff;
  padding: 20px 25px;
  border: 1px solid #ebebeb;
  clear: both;
  position: relative;
  top: -1px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#header .head-ri .logconsole .dowtxt i {
  float: right;
  margin-right: 23px;
  background: url(../images/awards/ico11.png) no-repeat;
  width: 17px;
  height: 10px;
  display: block;
  position: relative;
  z-index: 3;
}

#header .head-ri .logconsole .dowtxt a {
  font-size: 14px;
  margin-bottom: 10px;
  color: #808080;
  transition: all 0.4s;
}

#header .head-ri .logconsole .dowtxt a:hover {
  color: #262e89;
}

#header .head-ri .logconsole .dowtxt a:last-child {
  margin-bottom: 0;
}

#header .head-ri .logconsole .txt {
  font-size: 16px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.7);
}

#header.onsb .head-ri .logconsole .txt {
  color: #535353;
}

#header .head-ri .logconsole .img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .head-ri .logconsole .img img {
  max-width: 80%;
}

#header .head-ri .language {
  display: flex;
  margin-right: 30px;
  position: relative;
  top: -1px;
}

#header .head-ri .language a {
  font-size: 16px;
  line-height: 1;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  transition: all 0.4s;
}

#header.onsb .head-ri .language a,
#header:hover .head-ri .language a,
#header.ondata .head-ri .language a {
  color: #535353;
}

#header .head-ri .language a:hover {
  color: #262e89;
}

#header .head-ri .language a:nth-child(1) {
  border-left: 1px solid #fff;
  padding-left: 35px;
}



#header .head-ri .language a.on {
  color: #fff;
}

#header.onsb .head-ri .language a:nth-child(1),
#header.ondata .head-ri .language a:nth-child(1),
#header:hover .head-ri .language a:nth-child(1) {
  border-left: 1px solid #535353;
}

#header.onsb .head-ri .language a.on,
#header.ondata .head-ri .language a.on,
#header:hover .head-ri .language a.on {
  color: #262e89;
}

#header .head-ri .load {
  background: url(../images/head-ri1.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
  transition: all 0.4s;
  margin-right: 10px;
}

#header.onsb .head-ri .load,
#header.ondata .head-ri .load,
#header:hover .head-ri .load {
  background: url(../images/head-ri1.png) no-repeat;
  background-size: 100%;
}

#header .head-ri .load:hover {
  background: url(../images/head-ri1.png) no-repeat;
  background-size: 100%;
}

#footer {
  position: relative;
  z-index: 99;
  background: #061b31 url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  padding-top: 40px;
  height: 260px;
}

#footer .fl {
  margin-top: 25px;
}

#footer .fl .img {
  max-width: 115px;
}

#footer .fl a {
  font-size: 17px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

#footer .fl .p {
  display: flex;
  margin: 20px 0 5px;
}

#footer .fl .p a {
  float: left;
  position: relative;
  transition: all 0.4s;
  padding-left: 35px;
}

#footer .fl .p a::after {
  content: "";
  border-radius: 50%;
  background: #ffd25a;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 15px;
  top: 35%;
  transform: translateY(-50%);
}

#footer .fl .p a:nth-child(1) {
  padding-left: 0;
}

#footer .fl .p a:nth-child(1):after {
  display: none;
}

#footer .fl .p a:hover {
  color: #fff;
}

#footer .fl .p p {
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 45px;
}

#footer .fr {
  display: flex;
  align-items: center;
  font-family: 'RAJDHANI_BOLD';
  font-size: 18px;
  color: #ffd25a;
  text-transform: uppercase;
}

#footer .fr .social_icon_wechat {
  width: 36px;
  height: 36px;
  margin-left: 7px;
  position: relative;
}

#footer .fr .wx {
  background: url(../images/wx.png) no-repeat;
}

#footer .fr .dy {
  background: url(../images/dy.png) no-repeat;
}

#footer .fr .social_icon_wechat .weChat_img {
  position: absolute;
  top: -204px;
  left: -63px;
  width: 161px;
  height: 187px;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  will-change: opacity;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  padding: 20px 20px 14px;
  box-sizing: border-box;
  box-shadow: 0 -5px 17px -3px rgba(0, 0, 0, 0.15);
}

#footer .fr .social_icon_wechat .weChat_img::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -12px;
  left: 0px;
  right: 0px;
  border-width: 13px 13px 13px;
  border-style: solid solid none;
  border-image: initial;
  border-bottom: none;
  margin: auto;
}

#footer .fr .social_icon_wechat .weChat_img .i {
  border: 1px solid #cfcece;
  display: flex;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin: auto;
  align-items: center;
}

#footer .fr .social_icon_wechat .weChat_img p {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 18px;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 10px;
}

#footer .fr .social_icon_wechat:hover .weChat_img {
  opacity: 1;
  transform: scale(1, 1);
}


.subBan {
  height: 425px;
  background: url(../images/subBan.jpg) no-repeat center;
  background-size: cover;
}

.subBan .w1280 {
  display: flex;
  height: 100%;
  padding-bottom: 75px;
  align-items: flex-end;
}


.subBan .ri h5 {
  font-size: 18px;
  color: #bdafa0;
  line-height: 1;
  font-family: 'MideaTypeGlobal-Regular';
  text-transform: uppercase;
}

.subBan .ri h2 {
  font-size: 48px;
  letter-spacing: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
}

.crumbs {
  background: #f5f5f5;
}

.crumbs .w1280 {
  display: flex;
  height: 84px;
}

.crumbs .list {
  position: relative;
  margin-left: auto;
}

.crumbs .list a {
  float: left;
  font-size: 16px;
  color: #535353;
  line-height: 84px;
  margin-right: 48px;
}

.crumbs .list a:last-child {
  margin-right: 0;
}

.crumbs .list a.on {
  color: #262e89;
}

.crumbs .list .inner-bor {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #ffd25a;
}

.home p {
  font-size: 17px;
  line-height: 24px;
  color: #535353;
}

.home .home-npm1 {
  background: url(../images/home/line1.png) no-repeat;
  background-position: left bottom;
  padding: 65px 0 45px;
  min-height: 485px;
  max-width: 2200px;
  margin: auto;
}

.home .home-npm1 .p h5 {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 25px;
  color: #262e89;
  font-weight: bold;
}

.home .home-npm1 .p h6 {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #13186e;
}

.home .home-npm1 .p p {
  opacity: 0.7;
}


.home .home-npm1 .more {
  margin-top: 25px;
  overflow: hidden;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  color: #636363;
  font-weight: bold;
}

.home .home-npm1 .more .i {
  margin-left: 10px;
  transition: all 0.4s;
}

.home .home-npm1 .more:hover {
  color: #212b73;
}

.home .home-npm1 .more:hover .i {
  margin-left: 20px;
}

.home .home-npm1 .more img {
  float: right;
}

.home .home-npm2 {
  background: url(../images/home/bg1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0 50px;
}

.home .home-npm2 .above h5 {
  color: #fff;
  font-weight: 300;
  font-size: 38px;
}

.home .home-npm2 .above p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}

.home .home-npm2 .below {
  display: flex;
  justify-content: space-between;
}

.home .home-npm2 .below .li {
  width: 32.7344%;
  height: 456px;
  padding: 0 30px 0 60px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.home .home-npm2 .below .li p {
  color: #e6d5b9;
  text-align: center;
  margin-top: 20px;
}

.home .home-npm2 .below .li:nth-child(2) {
  width: 66.33%;
  justify-content: flex-end;
}

.home .home-npm2 .below .li .play {
  margin-right: 28%;
  cursor: pointer;
}

.home .home-npm2 .below .li .play .ico {
  text-align: center;
}

.home .home-npm2 .below .li:hover .txt .i i {
  width: 260px;
}

@keyframes jump {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.home .home-npm2 .below .txt h5 {
  font-size: 36px;
  line-height: 40px;
  color: #e6d5b9;
}

.home .home-npm2 .below .txt h6 {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  line-height: 24px;
}

.home .home-npm2 .below .txt .i {
  position: relative;
  height: 18px;
  margin-top: 15px;
  display: table;
}

.home .home-npm2 .below .txt .i::after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(../images/about/ico3.png);
  position: absolute;
  right: 0;
  top: 0;
}

.home .home-npm2 .below .txt .i i {
  display: block;
  width: 27px;
  height: 2px;
  background: #ffc03f;
  margin-top: 6px;
  transition: all 0.4s;
}

.home .home-npm3 {
  padding: 60px 0 0;
}

.home .home-npm3 .above h5 {
  font-size: 36px;
  margin-bottom: 25px;
  color: #262e89;
  font-weight: 300;
}

.home .home-npm3 .below {
  height: 397px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home .home-npm3 .below .text {
  width: 43.4%;
  float: right;
  margin-top: 25px;
}

.home .home-npm3 .below .text h5 {
  font-size: 40px;
  color: #484848;
  font-family: 'MideaTypeGlobal-Bold';
  text-transform: uppercase;
}

.home .home-npm3 .below .text p {
  font-size: 17px;
  margin-top: 15px;
  font-family: 'MideaTypeGlobal-Regular';
  color: #616161;
}

.home .home-npm4 {
  padding: 60px 0 80px;
}

.home .home-npm4 .above {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.home .home-npm4 .above h5 {
  font-size: 38px;
  color: #262e89;
  font-weight: 300;
}

.home .home-npm4 .above a {
  overflow: hidden;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  color: #636363;
  font-weight: bold;
}

.home .home-npm4 .above a:hover {
  color: #212b73;
}

.home .home-npm4 .below {
  width: 100%;
  position: relative;
}

.home .home-npm4 .below .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.home .home-npm4 .below .ul::after {
  content: '';
  width: 29.3%;
}

.home .home-npm4 .below .list {
  width: 29.3%;
}

.home .home-npm4 .below .list:nth-child(3n) {
  margin-right: 0;
}

.home .home-npm4 .below .list:hover .i {
  left: 10px;
}

.home .home-npm4 .below .list .top {
  border-bottom: 3px solid #e9e7e3;
  padding-bottom: 20px;
}

.home .home-npm4 .below .list .bot {
  margin-top: 17px;
  color: #535353;
  opacity: .7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
}

.home .home-npm4 .below .list h4 {
  font-size: 18px;
  line-height: 1;
  color: #aba6a0;
  font-family: 'MideaTypeGlobal-Bold';
}

.home .home-npm4 .below .list h5 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  min-height: 48px;
  color: #212b73;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .home-npm4 .below .list p {
  opacity: 0.8;
}

.home .home-npm4 .below .list p:last-child {
  margin-bottom: 0;
}

.home .home-npm4 .below .list .i {
  margin-top: 25px;
  position: relative;
  left: 0;
  transition: all 0.4s;
}

.pop-text .cont {
  background: #fff;
  max-width: 1280px;
  width: 90%;
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  height: 542px;
}

.pop-text .cont .cle,
.pop-up .cont .cle {
  background: url(../images/awards/cle.png) no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 40px;
}

.pop-up .cont .cle {
  top: 5px;
  right: 5px;
}

.pop-sub .cont,
.pop-drafts .cont {
  background: #fff;
  max-width: 500px;
  width: 90%;
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  min-height: 260px;
  border-radius: 5px;
  padding: 60px 0 35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pop-sub .cont .img,
.pop-drafts .cont .img {
  text-align: center;
}

.pop-sub .cont h5,
.pop-drafts .cont h5 {
  font-size: 18px;
  margin-top: 20px;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
}

.pop-sub .confirm {
  padding: 0 40px;
  margin: 20px auto 0;
  font-size: 16px;
  color: #3f4252;
  line-height: 54px;
  background: #ffc400;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all .4s;
}

.pop-sub .confirm:hover {
  background-color: #c99b03;
}

.pop-drafts .cont a {
  text-align: center;
  border-radius: 5px;
  width: 350px;
  line-height: 65px;
  color: #292929;
  margin: 30px auto 0;
  background: #ffc400;
}

.pop-text .cont .fl {
  width: 32.2%;
}

.pop-text .cont .fr {
  width: 67.8%;
  padding: 50px;
}

.pop-text .cont .fr h3 {
  color: #b2b2b2;
  font-weight: 300;
  font-family: "Rajdhani-SemiBold";
  font-size: 36px;
}

.pop-text .cont .fr h5 {
  font-size: 20px;
  margin: 30px 0 15px;
  color: #333333;
}

.pop-text .cont .fr .p {
  max-height: 320px;
  overflow-y: auto;
}

.awards .pop-text .cont .fr p {
  margin-bottom: 15px;
}

.awards .awar-npm1 {
  padding: 75px 0 85px;
}

.awards .awar-npm1 .fr {
  width: 59.7%;
}

.awards .awar-npm1 .above .fl h5 {
  font-size: 36px;
  line-height: 48px;
  color: #262e89;
}

.awards .awar-npm1 .img {
  background: url(../images/awards/bg7.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 397px;
  padding-top: 10px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.awards .awar-npm1 .slidul .fl {
  font-size: 36px;
  line-height: 40px;
  color: #484848;
}

.awards .awar-npm1 .slidul h5 {
  font-size: 24px;
  color: #484848;
}

.awards .awar-npm1 .slidul p {
  color: #484848;
  margin: 10px 0 20px;
}

.awards .awar-npm1 .slidul .more {
  font-size: 16px;
  color: #333333;
  padding-right: 35px;
  background: url(../images/awards/ico1on.png) no-repeat;
  background-position: right center;
  display: table;
}

.awards .awar-npm1 .below {
  margin-top: 55px;
  position: relative;
}

.awards .awar-npm1 .below .prev,
.awards .awar-npm2 .slidul .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
  left: -42px;
  background: url(../images/awards/prev.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.awards .awar-npm2 .slidul .prev {
  background: url(../images/awards/prevon.png) no-repeat;
  background-size: 100%;
}

.awards .awar-npm1 .below .next,
.awards .awar-npm2 .slidul .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
  right: -42px;
  background: url(../images/awards/next.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.awards .awar-npm2 .slidul .next {
  background: url(../images/awards/nexton.png) no-repeat;
  background-size: 100%;
}

.awards .awar-npm2 .slidul {
  background: url(../images/awards/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 397px;
  border-radius: 5px;
  margin-top: 40px;
  position: relative;
}

.awards .awar-npm2 .slidul .box {
  height: 100%;
  display: flex;
  cursor: pointer;
}

.awards .awar-npm2 .slidul .box:hover .fr .more {
  padding-right: 30px;
}

.awards .awar-npm2 .slidul .box .fl {
  width: 35.94%;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.awards .awar-npm2 .slidul .box .fr {
  width: 58.3%;
  padding-top: 80px;
  display: flex;
  align-items: center;
}

.awards .awar-npm2 .slidul .box .fr h3 {
  font-size: 36px;
  color: #0f3567;
  font-weight: 300;
  font-family: "Rajdhani-SemiBold";
}

.awards .awar-npm2 .slidul .box .fr h5 {
  font-size: 24px;
  margin: 30px 0 10px;
  color: #fff;
}

.awards .awar-npm2 .slidul .box .fr p {
  color: #fff;
}

.awards .awar-npm2 .slidul .box .fr .more {
  color: #fff;
  font-size: 16px;
  padding-right: 37px;
  margin-top: 25px;
  display: table;
  background: url(../images/awards/ico1on.png) no-repeat;
  background-position: center right;
  transition: all 0.4s;
}

.awards .awar-npm2 {
  background: url(../images/awards/bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0 80px;
}

.awards .awar-npm2 .fl {
  padding-top: 14px;
}

.awards .awar-npm2 .fl h5 {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
}

.awards .awar-npm2 .above {
  position: relative;
  z-index: 5;
}

.awards .awar-npm2 .fr {
  width: 412px;
}

.awards .awar-npm2 .drop-down {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 58px;
  position: relative;
  cursor: pointer;
}

.awards .awar-npm2 .drop-down .drop-txt {
  color: #fff;
  line-height: 58px;
  width: 100%;
  display: block;
  position: relative;
}

.awards .awar-npm2 .drop-down .drop-txt::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 7px;
  background: url(../images/awards/ico4on1.png) no-repeat;
  background-size: 100%;
}

.awards .awar-npm2 .drop-down .ul {
  display: none;

  position: absolute;
  top: calc(100% + 5px);
  width: 100%;

  padding: 10px 0;
  border-radius: 5px;
}

.awards .awar-npm2 .drop-down ul {
  overflow-y: auto;
  background: #fff;
  max-height: 150px;
  padding: 10px 0;
  border-radius: 5px;
}

.awards .awar-npm2 .drop-down .ul::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
}

.awards .awar-npm2 .drop-down ul li {
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  transition: all .4s;
}

.awards .awar-npm2 .drop-down ul li:hover {
  color: #262e89;
}

.awards .awar-npm2 .below {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.awards .awar-npm2 .below .item {
  width: 32.2%;
  margin: 0 1.7% 1.7% 0;
  cursor: pointer;
}

.awards .awar-npm2 .below .item:nth-child(3n) {
  margin: 0 0 1.7% 0;
}

.awards .awar-npm2 .below .item:hover .txt::after {
  right: 35px;
}

.awards .awar-npm2 .below .img {
  height: 400px;
  overflow: hidden;
}

.awards .awar-npm2 .below .img img {
  width: 100%;
}

.awards .awar-npm2 .below .txt {
  background: #fff;
  height: 84px;
  padding: 0 30px;
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
}

.awards .awar-npm2 .below .txt::after {
  content: "";
  width: 25px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  background: url(../images/awards/ico2.png) no-repeat;
  background-size: 100%;
}

.awardeedata .awar-npm1 {
  padding: 45px 0 30px;
}

.awardeedata .awar-npm1 .li {
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0 40px;
}

.awardeedata .awar-npm1 .li:last-child {
  border-bottom: none;
}

.awardeedata .awar-npm1 .li:nth-child(1) .fl {
  font-size: 36px;
  color: #262e89;
}

.awardeedata .awar-npm1 .li .fl {
  font-size: 24px;
  color: #333333;
}

.awardeedata .awar-npm1 .li .fr {
  width: 64.1%;
}

.awardeedata .awar-npm1 .li .fr p {
  margin-bottom: 15px;
}

.awardeedata .awar-npm1 .li .fr p:last-child {
  margin-bottom: 0;
}

.awardeedata .awar-npm2 {
  padding-bottom: 100px;
}

.awardeedata .awar-npm2 video {
  width: 100%;
}

.awardeedata .awar-npm2 .w1280 {
  position: relative;
}

.awardeedata .awar-npm2 p {
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}

.awardeedata .awar-npm2 .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

.awardee .awar-npm1 {
  padding: 100px 0 110px;
}

.awardee .awar-npm1 .item {
  padding: 25px 0;
  border-top: 1px solid #e6e6e6;
}

.awardee .awar-npm1 .item:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.awardee .awar-npm1 .item.on .top .fr {
  background: #ffd25a;
}

.awardee .awar-npm1 .item.on .top .fr::after {
  background: url(../images/awards/ico4on.png) no-repeat;
}

.awardee .awar-npm1 .top {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.awardee .awar-npm1 .top .fl {
  font-size: 36px;
  color: #262e89;
  font-family: 'MideaTypeGlobal-Bold';
}

.awardee .awar-npm1 .top .fr {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
  transition: all 0.4s;
}

.awardee .awar-npm1 .top .fr::after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(../images/awards/ico4.png) no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transition: all 0.4s;
}

.awardee .awar-npm1 .bot {
  display: none;
  margin: 25px 0 10px;
}

.awardee .awar-npm1 .bot .ul {
  display: flex;
  flex-wrap: wrap;
}

.awardee .awar-npm1 .bot .box {
  display: flex;
  cursor: pointer;
  background: url(../images/awards/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 460px;
  margin-bottom: 20px;
}

.awardee .awar-npm1 .bot .box:hover .fr .more {
  padding-right: 30px;
}

.awardee .awar-npm1 .bot .box .fl {
  width: 35.94%;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.awardee .awar-npm1 .bot .box .fr {
  width: 58.3%;
  padding-top: 30px;
  display: flex;
  align-items: center;
}

.awardee .awar-npm1 .bot .box .fr h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  font-family: "Rajdhani-SemiBold";
}

.awardee .awar-npm1 .bot .box .fr h5 {
  font-size: 20px;
  margin: 30px 0 10px;
  color: #fff;
}

.awardee .awar-npm1 .bot .box .fr p {
  color: #fff;
}

.awardee .awar-npm1 .bot .box .fr .more {
  color: #fff;
  font-size: 16px;
  padding-right: 37px;
  margin-top: 50px;
  display: table;
  background: url(../images/awards/ico1.png) no-repeat;
  background-position: center right;
  transition: all 0.4s;
}

.lawdata .law-npm1 {
  background: #f2f2f2;
  padding: 80px 0 90px;
  margin-top: 100px;
}

.lawdata .law-npm1 h3 {
  font-size: 36px;
  padding-bottom: 25px;
  margin-bottom: 23px;
  border-bottom: 1px solid #dedede;
  color: #333333;
}

.lawdataat .law-npm1 h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #333333;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
}




.lawdata .law-npm1 h2 {
  font-size: 36px;
  padding-bottom: 25px;
  margin: 23px 0;
  border-bottom: 1px solid #dedede;
  color: #333333;
}



/* wang */
.vdoPop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

.vdoPop .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}

.vdoPop .cnt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%)
}

.vdoPop video {
  display: block;
  width: 92vw;
  max-width: 1280px;
  background: #000
}

.vdoPop .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 26px;
  top: 8px;
  z-index: 50;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAX0lEQVQokYXRSw7AIAgE0MH7H4072dSGRnAGWSov/MzdJ74w3GPlji1tXsj/P0oFBfd3i0odTKC2x+ABKuoqpiVVdCSwrTLUzUSRailBdacAFAaSQzP4og5QqO6kIYAH+hgXfWPp9XIAAAAASUVORK5CYII=) no-repeat center;
  transition: all 0.4s
}

.vdoPop .close:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF42lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTA5LTAzVDE2OjQ2OjE0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wOS0wNFQxNDoyNjozNiswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0wOS0wNFQxNDoyNjozNiswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpmNzkxNmRlNy0xODc0LTc4NGQtODBhZC02Y2Q1ZTAyZDMwMTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTgxZWMzY2MtOGNlZC1kNTQ0LWJmOWQtYWQ5NmI5YWU0OGM3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MTgxZWMzY2MtOGNlZC1kNTQ0LWJmOWQtYWQ5NmI5YWU0OGM3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxODFlYzNjYy04Y2VkLWQ1NDQtYmY5ZC1hZDk2YjlhZTQ4YzciIHN0RXZ0OndoZW49IjIwMjQtMDktMDNUMTY6NDY6MTQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6Zjc5MTZkZTctMTg3NC03ODRkLTgwYWQtNmNkNWUwMmQzMDE2IiBzdEV2dDp3aGVuPSIyMDI0LTA5LTA0VDE0OjI2OjM2KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Eb/GyAAAAG1JREFUKJGF0sERgCAMRNGf9ENDWp8NaUHx4Ohg2ADHwJtsAItzCwDaYazWtQeA58IKPKjvUMG+3g7zIVqGCfzjKSgAgEWkRCpiuiRfHVC3OqLZTBIVM2So3+kFBfRphwLa940UKKLrd1Kr278BSnNBlisfV4UAAAAASUVORK5CYII=)
}

.activityCnt1 {
  padding: 100px 0 70px;
}

.activityCnt1 .ul {
  display: flex
}

.activityCnt1 .ul a {
  width: 32.2%;
  max-width: 412px;
  margin-right: 1.7%
}

.activityCnt1 .ul a:last-child {
  margin-right: 0
}


.activityCnt1 .ul a:hover h4 {
  color: #f4c64c
}

.activityCnt1 .ul a:hover .icon {
  width: 55px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAKCAYAAAAQP8Y1AAAAaklEQVRIiWP8//8/A8ngcjTpeqgJdJeiGnY5GuIJ3aWMyMJMA+tKKgOYJ6FgeHgOOcaQPDh8Yg6LBxn/X4oiI9MNDTC88hwaGB6lJQwgFyi6SxmHT8yheYxh2CRLLB4DgeGV55BLTAYGBgAF5SI2Nu3VvwAAAABJRU5ErkJggg==)
}

.activityCnt1 .ul .dt {
  overflow: hidden;
  height: 214px;
}

.activityCnt1 .ul .dt img {
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activityCnt1 .ul .dd {
  height: 264px;
  padding: 36px 40px 0;
  background: #f5f5f5
}

.activityCnt1 .ul .dd .time {
  font-size: 24px;
  color: #f4c64c;
  line-height: 30px;
  font-family: "RAJDHANI_BOLD";

}

.activityCnt1 .ul .dd h4 {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  transition: all 0.4s;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
}

.activityCnt1 .ul .dd p {
  color: #808080;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
}

.activityCnt1 .ul .dd .icon {
  width: 35px;
  height: 10px;
  margin-top: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAKCAYAAAAQP8Y1AAAAXklEQVRIiWP8//8/AzWBtl41Vc0jEsA8wYisnGkgXEJDgBJTw8VzyDEG9+BwijkMDzJq6VZRN9MNIjDc8hwKGC6lJQwge4ZxOMUciscYhlGyxPAYCAy3PIcoMRkYGAC0ZhCEY+bYUQAAAABJRU5ErkJggg==) no-repeat right center;
  transition: all 0.4s
}

.activityCnt2 {
  height: 500px;
  background: url(../images/activity/newsC2Bg.jpg) no-repeat center;
  background-size: cover;
}


.activityCnt2 h4 {
  font-size: 18px;
  color: #fff;
  line-height: 28px
}

.activityCnt2 .ul {
  padding-top: 180px
}

.activityCnt2 .ul h5 {
  font-size: 18px;

  color: #f4c64c;
  line-height: 1;
  font-family: 'MideaTypeGlobal-Regular';
  text-transform: uppercase;
}

.activityCnt2 .ul h2 {
  font-size: 60px;
  margin-top: 15px;
  color: #fff;
}

.activityCnt2 .ul a {
  position: relative;
  z-index: 5;
  float: left;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 44px;
  padding-right: 10px;
  transition: all 0.4s
}

.activityCnt2 .ul a:hover {
  color: rgb(255, 255, 255)
}

.activityCnt2 .ul a:hover:after {
  width: 100%
}

.activityCnt2 .ul a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 0;
  transition: all 0.6s;
  background: #ffd25a
}

.activityCnt3 {
  padding: 70px 0 100px
}

.activityCnt3 .ul {
  border-top: 1px solid #ebebeb
}

.activityCnt3 .ul a {
  position: relative;
  display: flex;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.4s
}

.activityCnt3 .ul a:hover {
  padding-left: 40px;
  background: #ffd25a
}

.activityCnt3 .ul a:hover:after {
  right: 40px;
  opacity: 1
}

.activityCnt3 .ul a:hover .time {
  color: #262e89
}

.activityCnt3 .ul a:after {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  width: 35px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAKCAYAAAAQP8Y1AAAAXklEQVRIiWP8//8/AzWBtl41Vc0jEsA8wYisnGkgXEJDgBJTw8VzyDEG9+BwijkMDzJq6VZRN9MNIjDc8hwKGC6lJQwge4ZxOMUciscYhlGyxPAYCAy3PIcoMRkYGAC0ZhCEY+bYUQAAAABJRU5ErkJggg==) no-repeat right center
}

.activityCnt3 .ul a .time {
  width: 110px;
  font-size: 24px;
  color: #f4c64c;
  height: 79px;
  line-height: 79px;
  letter-spacing: -1px;
  font-family: "RAJDHANI_BOLD";
  transition: all 0.4s
}

.activityCnt3 .ul a h4 {
  flex: 1;
  max-width: 70%;
  margin-right: 100px;
  font-size: 18px;
  color: #333;
  height: 79px;
  line-height: 79px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end
}

.pagination button {
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #808080;
  font-family: 'MideaTypeGlobal-Bold';
  margin: 0 0 0 10px;
  line-height: 44px;
  float: left;
  text-align: center;
  border-radius: 4px;
  background: #f3f4f7 no-repeat center;
  transition: all 0.4s
}

.pagination button:hover,
.pagination button.active,
.pagination .btn-prev:hover,
.pagination .btn-prev.is-active,
.pagination .btn-next:hover,
.pagination .btn-next.is-active {
  color: #262e89;
  background-color: #ffd25a
}

.pagination .more {
  display: none
}

.pagination .prev {
  background: #f3f4f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAQ0lEQVQYlXWOUQ4AMARDa/c/iytaFtlSU77Ee4W5O0TFGa0JKBjUG8MCONnAhRJMDxXINm95SSnw2ib8N4ugHkoBwAYwYAwhoxk1IAAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat
}

.pagination .btn-prev .el-icon {
  opacity: 0
}

.pagination .prev:hover {
  background: #f3f4f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTA5LTAzVDExOjAzOjUwKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wOS0wM1QxMTowNDo0MCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0wOS0wM1QxMTowNDo0MCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ZWE5YzhiZS00NDlkLTBiNGQtOWQyZS0zZDZiYTFkMzQzMjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NmVhOWM4YmUtNDQ5ZC0wYjRkLTlkMmUtM2Q2YmExZDM0MzIyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmVhOWM4YmUtNDQ5ZC0wYjRkLTlkMmUtM2Q2YmExZDM0MzIyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2ZWE5YzhiZS00NDlkLTBiNGQtOWQyZS0zZDZiYTFkMzQzMjIiIHN0RXZ0OndoZW49IjIwMjQtMDktMDNUMTE6MDM6NTArMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4A7g8FAAAATklEQVQYlWP8//8/AzpQ1+/6z8DAwMCESwJDElni5sUyRiZcEnCd2CQYGBgYmJev58IqgdVBKJLIqpGNh+vEpQBuLDYFjOghhDMQ0E0AAHPcKlAbU5NYAAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat
}

.pagination .next {
  background: #f3f4f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAQ0lEQVQYlX2PUQoAMAhCdfc/S1dssBFItvkXz0QZEYkromnJmRPky1Cfo0FjzaDQDB1aIZUW4mvKiS9ooOAIflMAABtNnAwil0t9sAAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat
}

.pagination .next .el-icon {
  opacity: 0
}

.pagination .btn-next:hover {
  background: #f3f4f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTA5LTAzVDExOjAzOjUwKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wOS0wM1QxMTowNDo1NiswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0wOS0wM1QxMTowNDo1NiswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkYWFkN2QwMC1hZjRjLWRkNGUtOGE4ZC1iZWIwZTVkYTY3MTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZGFhZDdkMDAtYWY0Yy1kZDRlLThhOGQtYmViMGU1ZGE2NzE0IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZGFhZDdkMDAtYWY0Yy1kZDRlLThhOGQtYmViMGU1ZGE2NzE0Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkYWFkN2QwMC1hZjRjLWRkNGUtOGE4ZC1iZWIwZTVkYTY3MTQiIHN0RXZ0OndoZW49IjIwMjQtMDktMDNUMTE6MDM6NTArMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz44NzhJAAAAV0lEQVQYlWNU0+v8z8DAwHDzYhkjAxpggjHU9bv+Y0gi60BXwIRuJLICuLHYFDD+/49qFVad2ACKJLKumxfLGLF6BWY/Ey4JBgYGBubl67mwSuD0CgwAAK4mKXEBcKa7AAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat
}

.activityDetails {
  padding: 90px 0 110px
}

.activityDetails .tilBox {
  margin-bottom: 20px
}

.activityDetails .tilBox .time {
  font-size: 28px;
  color: #f4c64c;
  line-height: 1.1;
  font-family: "RAJDHANI_BOLD"
}

.activityDetails .tilBox h2 {
  font-size: 22px;
  color: #333;
  line-height: 32px
}

.activityDetails .tilBox .bom {
  margin-top: 10px;
  display: flex;
  align-items: center
}

.activityDetails .tilBox .bom .line {
  flex: 1;
  margin-right: 12px;
  border-bottom: 2px solid #ebebeb
}

.activityDetails .tilBox .bom .i {
  font-size: 14px;
  color: #b2b2b2;
  line-height: 34px;
  margin-right: 30px
}

.activityDetails .tilBox .bom .bshare-custom {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #b2b2b2;
  align-items: center
}

.activityDetails .tilBox .bom .bshare-custom a {
  width: 34px;
  height: 34px;
  background: no-repeat center;
  transition: all 0.3s;
  margin-left: 10px
}

.activityDetails .tilBox .bom .bshare-custom .bshare-weixin {
  background-image: url(../images/activity/iconWx.png)
}

.activityDetails .tilBox .bom .bshare-custom .bshare-weixin:hover {
  background-image: url(../images/activity/iconWxOn.png)
}

.activityDetails .tilBox .bom .bshare-custom .sinaminiblog {
  background-image: url(../images/activity/iconWb.png)
}

.activityDetails .tilBox .bom .bshare-custom .sinaminiblog:hover {
  background-image: url(../images/activity/iconWbOn.png)
}

.activityDetails .cnt p {
  color: #808080;
}

.activityDetails .cnt p:last-child {
  margin-bottom: 0
}

.activityDetails .cnt p img {
  margin: 10px 0;
  display: inline-block;
  vertical-align: top
}

.activityDetails .operate {
  margin-top: 60px;
  display: flex;
  border-radius: 5px;
  padding: 3px;
  background: #f0f0f0
}

.activityDetails .operate a {
  flex: 1;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #666;
  border-radius: 5px;
  background: #f0f0f0;
  transition: all 0.4s
}

.activityDetails .operate a:hover {
  color: #262e89;
  background: #fff
}

.awardee .aboutCnt1 {
  background: #fff;
}

.awardee .aboutCnt2 .txt {
  width: 100%;
}

.awardee .aboutCnt2 .txt h3 {
  font-family: 'MideaTypeGlobal-Regular';
  text-transform: uppercase;
  font-size: 21px;
  color: #ffc000;
}

.awardee .aboutCnt2 .txt h2 {
  margin-bottom: 0;
  font-size: 58px;
  margin-top: 20px;
}

.aboutCnt1 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 90px 0;
  background: url(../images/about/aboutC1Bg.jpg) no-repeat top center
}

.aboutCnt1 .w1280 {
  display: flex
}

.aboutCnt1 .le {
  max-width: 30%
}

.aboutCnt1 .le h2 {
  font-size: 38px;
  color: #262e89;
  line-height: 40px
}

.aboutCnt1 .ri {
  margin-left: auto;
  width: 70%
}

.aboutCnt1 .ri h1 {
  font-size: 28px;
  margin-bottom: 80px;
}

.aboutCnt1 .ri h2 {
  font-size: 22px;
  margin-top: 35px;
}

.aboutCnt1 .ri h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #333333;
  font-weight: bold;
}

.aboutCnt1 .ri .text {
  margin-top: 40px;
  color: #262e89;
  text-align: right;
  position: relative;
}

.aboutCnt1 .ri .text::after {
  content: '';
  width: calc(100% - 145px);
  left: 0;
  height: 1px;
  top: 10px;
  background: #e0e0e0;
  position: absolute;
}

.aboutCnt1 .ri .text::before {
  content: '';
  width: 42%;
  right: 100%;
  height: 1px;
  top: 10px;
  background: #e0e0e0;
  position: absolute;
}

.aboutCnt1 .ri h5 {
  font-size: 18px;
  font-weight: bold;

}

.aboutCnt1 .ri h6 {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}

.aboutCnt1 .ri h4 {
  font-size: 19px;
  color: rgba(83, 83, 83, 0.8);
  line-height: 30px;
  margin-bottom: 30px
}


.aboutCnt1 .ri p:last-child {
  margin-bottom: 0
}

.aboutCnt2 {
  height: 624px;
  background: url(../images/about/aboutC2Bg.jpg) no-repeat center;
  background-size: cover;
}

.aboutCnt2 .w1280 {
  height: 100%;
  display: flex;
  align-items: center
}

.aboutCnt2 .txt {
  width: 70%;
  margin-left: auto
}

.aboutCnt2 .txt h2 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  margin-bottom: 26px;
  font-weight: 300
}

.aboutCnt2 .txt h3 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-family: "MyriadPro-Regular"
}

.about2 .aboutCnt2 {
  height: 624px;
  background: url(../images/about/about2C2Bg.jpg) no-repeat center;
  background-size: cover;
}

.about2 .aboutCnt2 .w1280 {
  height: 100%;
  display: flex;
  align-items: flex-end
}

.about2 .aboutCnt2 .txt {
  width: 100%;
  margin-left: auto;
  height: 56%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about2 .aboutCnt2 .txt h2 {
  font-size: 60px;
  color: #bdafa0;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 100;
}

.about2 .aboutCnt2 .txt .p {
  max-width: 52%;
  margin-top: 40px;
}

.about2 .aboutCnt2 .txt .img {
  margin-left: -330px;
  margin-top: 20px;
  mix-blend-mode: overlay;

}

.about2 .aboutCnt2 .txt .img img {
  opacity: .5;
}

.about2 .aboutCnt2 .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'MideaTypeGlobal-Regular';
}

.about2 .aboutCnt2 .txt h5 {
  font-size: 19px;
  margin-bottom: 5px;
  color: #fff;
}

.aboutCnt2 .txt p {
  color: #bdafa0;
  opacity: .8;
}

.about2 .aboutCnt2 .txt .btn {
  background: #ededed;
  border-radius: 50px;
  padding: 0 9px 0 30px;
  line-height: 80px;
  margin-top: 55px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 265px;
  color: #1b0a84;
  font-size: 18px;
  overflow: hidden;
  transition: all 0.4s;
}

.about2 .aboutCnt2 .txt .btn .i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #bdafa0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}

.about2 .aboutCnt2 .txt .btn:hover .i {
  background: #fff;
}

.about2 .aboutCnt2 .txt .btn:hover {
  background: #bdafa0;
}

.problem {
  background: #f5f6f7;
  padding: 0 0 70px;
}

.passworddata {
  background: #f5f6f7;
  padding: 0 0 120px;
}

.problem .frbg,
.passworddata .frbg {
  background: #ffffff;
  width: 72.4%;
  border: 1px solid #f0f1f2;
  border-radius: 10px;
  padding: 85px 55px 30px 50px;
}

.passworddata .frbg {
  padding: 85px 55px 120px 50px;
}

.languagedatata .frbg {
  padding: 85px 55px 50px 50px;
}

.problem .awar-npm1 .item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.problem .awar-npm1 .top {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 15px;
  background: #262e89;
}

.problemcopy .awar-npm1 {
  padding-top: 70px;
}

.problemcopy .awar-npm1 .fll {
  font-size: 38px;
  line-height: 46px;
  color: #262e89;
  width: 22%;
  float: left;
}

.problemcopy .titl-top .txt {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.problem .awar-npm1 .top .fl {
  line-height: 32px;
  color: #fff;
  background: url(../images/awards/ico5.png) no-repeat;
  padding-left: 55px;
}

.problem .awar-npm1 .bot {
  display: none;
  background: #f8f8f9;
  border: 1px solid #e6e9ea;
  border-top: none;
  padding: 25px 25px 25px 20px;
}

.problem .awar-npm1 .bot .p {
  background: url(../images/awards/ico6.png) no-repeat;
  padding-left: 50px;
}

.landnomination {
  background: #f5f6f7;
  padding: 0 0 120px;
}

.landnomination .inp #xl2.error-message {
  font-size: 16px;
  top: 10px;
  font-weight: bold;
  position: relative;
}

.landnomination .levelul {
  width: 66.4%;
  margin-top: 15px;
}

.landnomination .levelul .li {
  cursor: pointer;
  color: #787878;
  margin-bottom: 20px;
  display: flex;
}

.landnomination .levelul .li i {
  display: block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  transition: all .2s;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
}

.landnomination .levelul .li i::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/xzg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all .4s;
}

.landnomination .levelul .li.on i::after {
  opacity: 1;
}

.landnomination .levelul .li.on i {
  border: 1px solid #0e46c7;
  background: #0e46c7;
}

.landnomination .ensure {
  font-size: 15px;
  margin-bottom: 45px;
  color: #324cc0;
  display: flex;
  font-weight: bold;
}

.landnomination .ensure.err {
  color: red;
  animation: shake .6s;
}

.landnomination .ensure .i {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 5px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
}

.landnomination .ensure .i::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/xzg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all .4s;
}

.landnomination .ensure .i.on {
  border: 1px solid #0e46c7;
  background: #0e46c7;
}

.landnomination .ensure .i.on::after {
  opacity: 1;
}

.landnomination .save {
  position: fixed;
  z-index: 555;
  right: 20px;
  bottom: 40vh;
  cursor: pointer;
}

.landnomination .save span {
  font-size: 14px;
  color: #815b12;
  position: absolute;
  width: 100%;
  bottom: 33px;
  left: 0;
  line-height: 1;
  text-align: center;
}

.landnomination .law-npm1 .frbg {
  background: #ffffff;
  width: 72.4%;
  border: 1px solid #f0f1f2;
  border-radius: 10px;
  padding: 85px 55px;
}

.titl-top {
  margin-bottom: 25px;
}

.titl-top .txt {
  border-top: 2px solid #eff1f2;
  margin-top: 90px;
  padding-top: 25px;
}

.titl-top .txt .cn {
  font-size: 17px;
  color: #787878;
}

.titl-top .txt .en {
  font-size: 16px;
  line-height: 18px;
  color: #787878;
  font-family: 'MideaTypeGlobal-Regular';
}

.titl-top h6 {
  font-size: 24px;
  color: #45433b;
}

.titl-top h5 {
  margin-bottom: 10px;
  color: #ffa200;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "BrutalType-ExtraBold";
}

.landnomination .law-npm1 .item {
  border-top: 2px solid #dedede;
  padding: 30px 30px 35px 0;
  position: relative;
}

.landnomination .law-npm1 .item.item5 {
  padding: 30px 30px 10px 0;
}

.landnomination .law-npm1 .item .a1 {
  position: absolute;
  right: 20px;
  pointer-events: none;
  top: 90px;
}

.landnomination .law-npm1 .item .text {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}

.landnomination .law-npm1 .item .text .p {
  font-size: 18px;
  margin-left: 15px;
  line-height: 1;
  color: #324cc0;
}


.landnomination .law-npm1 .item5 .text .p {
  margin-left: 0;
}

.landnomination .law-npm1 .item .text .p span {
  font-size: 14px;
  color: #ffa200;
}

.landnomination .law-npm1 .item::after {
  content: "";
  width: 17.1%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #00af7c;
}

.landnomination .law-npm1 .item::before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  left: 17.1%;
  top: -2px;
  background: #fff;
}

.landnomination .law-npm1 .item.item1 {
  padding: 30px 0 35px;
}

.landnomination .law-npm1 .item.item1::after,
.landnomination .law-npm1 .item.item1::before {
  display: none;
}

.landnomination .law-npm1 .item .en {
  font-size: 16px;
  line-height: 18px;
  color: #787878;
  font-family: 'MideaTypeGlobal-Regular';
}

.landnomination .law-npm1 .item .cn {
  font-size: 17px;
  color: #787878;
}

.landnomination .law-npm1 .item .fl {
  color: #4c4c4c;
  font-size: 16px;
  width: 100%;
  float: none;
}

.landnomination .law-npm1 .item6 {
  display: flex;
  padding: 50px 30px 35px 0;
}

.landnomination .law-npm1 .at {
  min-width: 165px;
  line-height: 75px;
  border-radius: 5px;
  background: #ffd25a url(../images/awards/submitto1.png) no-repeat;
  background-position: 10px center;
  padding: 0 35px 0 65px;
  color: #2a2a2a;
  cursor: pointer;
}



.landnomination .law-npm1 .drafts {
  background: #0e46c7 url(../images/awards/submitto.png) no-repeat;
  background-position: 10px center;
  color: #fff;
  margin-left: 10px;
}

.landnomination .law-npm1 .submitto.on {
  pointer-events: none;
  background: #bbbbbb url(../images/awards/submitto1.png) no-repeat;
  background-position: 10px center;
}

.landnomination .law-npm1 .item .fr {
  width: 100%;
  float: none;
}

.landnomination .law-npm1 .item .drop-down {
  height: 60px;
  width: 66.4%;
  border-radius: 5px;
  background: #f2f2f2;
  position: relative;
  z-index: 3;
  display: flex;
}

.landnomination .law-npm1 .item .drop-down .txt {
  background: #f4f4f4;
  padding: 0 20px;
  color: #787878;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

.landnomination .law-npm1 .drop-down .drop-txt {
  line-height: 60px;
  font-size: 17px;
  color: #787878;
  padding-left: 20px;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #ebebeb;
  border-radius: 0 5px 5px 0;
}

.landnomination .law-npm1 .item.item3 .fr .inp .txt {
  min-width: 227px;
}

.landnomination .law-npm1 .item.item3 .drop-down .ul {
  width: calc(100% - 227px);
}

.landnomination .law-npm1 .drop-down .ul {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  width: calc(66.4% + 10px);
  right: 0;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 #e3e3e3;
}

.landnomination .law-npm1 .drop-down .ul::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 20px;
  top: -12px;
}

.landnomination .law-npm1 .drop-down .drop-txt::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 9px;
  background: url(../images/awards/ico4on2.png) no-repeat;
  background-size: 100%;
}

.landnomination .law-npm1 .drop-down ul {
  overflow-y: auto;
  background: #fff;

  max-height: 150px;
  padding: 10px 0;
  border-radius: 5px;
  display: block !important;
}

.landnomination .law-npm1 .drop-down ul li {
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  color: #787878;
  transition: all .4s;
}

.landnomination .law-npm1 .drop-down ul li:hover {
  color: #262e89;
}

.landnomination .law-npm1 .item .fr .textarea {
  width: 66.4%;
  margin-bottom: 45px;
  position: relative;
}

.landnomination .law-npm1 .item .fr .textarea .error-message {
  top: 95%;
}

.landnomination .law-npm1 .item .fr .textarea p {
  text-align: right;
  color: #787878;
  line-height: 1;
}

.landnomination .law-npm1 .item .fr textarea {
  width: 100%;
  height: 190px;
  border-radius: 5px;
  border: none;
  background: #f2f2f2;
  padding: 17px 20px;
}

.landnomination .law-npm1 .item .fr textarea::placeholder {
  color: #bfbfbf;
  font-size: 14px;
}

.inp .error-message,
.textarea .error-message {
  position: absolute;
  top: calc(100% + 3px);
  left: 20px;
  line-height: 1;
  font-size: 12px;
  color: #ff0000;
  display: none;
}

.landnomination .law-npm1 .item .fr .wflex {
  display: flex;
  justify-content: space-between;
}

.landnomination .law-npm1 .item .fr .inp {
  border-radius: 5px;
  min-height: 60px;
  margin-bottom: 20px;

  position: relative;
}

.landnomination .law-npm1 .item .fr .inp .txtbox {
  display: flex;
  width: 66.4%;
}

.landnomination .law-npm1 .item .fr .inp.on {
  z-index: 5;
}



.landnomination .law-npm1 .item .fr .inp .upload {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.landnomination .law-npm1 .item .fr .inp .el-upload-list__item {
  transform: none;
  margin-top: 5px;
  background: #e3eaf4;
  padding: 10px 20px;
}

.landnomination .law-npm1 .item .fr .inp .el-upload-list {
  margin: 0;
}

.landnomination .law-npm1 .item .fr .inp.inpload {
  background: none;
  max-width: 100%;
}

.landnomination .law-npm1 .item .fr .inp.inpload .flexw {
  display: flex;
  height: 60px;
  justify-content: space-between;

}

.landnomination .law-npm1 .item .fr .inp.inpload .file-info {
  width: 66.4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.landnomination .law-npm1 .item .fr .inp.inpload .file-item {
  background: #e3eaf4;
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52%;
  padding: 17px 20px;
}

.landnomination .law-npm1 .item .fr .inp.inpload .file-item h5 {
  font-size: 13px;
}

.landnomination .law-npm1 .item .fr .inp.inpload .file-item .delete-btn,
.landnomination .law-npm1 .item .fr .inp.inpload .file-item a {
  font-size: 13px;
  color: #0f60a5;
  cursor: pointer;
  white-space: nowrap;
}



.landnomination .law-npm1 .item .fr .inp.inpload .file-item .flexa {
  display: flex;
}

.landnomination .law-npm1 .item .fr .inp.inpload .file-item .texta {
  margin-left: 5px;
  width: 80%;
}

.landnomination .law-npm1 .item .fr .inp.inpload .file-item .p {
  display: flex;
  margin-top: 3px;
}

.landnomination .law-npm1 .item .fr .inp.inpload .file-item .p dd {
  color: #b0b0bf;
  font-size: 13px;
  margin-right: 3px;
}

.landnomination .law-npm1 .item .fr .inp.inpload .file-item .p dt {
  color: #3d882d;
  font-size: 13px;
}

.landnomination .law-npm1 .item .fr .inp.inpload .fleip {
  width: 66.4%;
  background: #f2f2f2;
  border-radius: 5px;
  line-height: 60px;
  color: #787878;
  padding-left: 20px;
  font-size: 17px;
}

.landnomination .law-npm1 .item .fr .inp.inpload .attachments {
  width: 32.8%;
  background: #00af7c;
  position: relative;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.landnomination .law-npm1 .item .fr .inp.inpload .attachments input {
  position: absolute;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}


.landnomination .law-npm1 .item .fr .inp .el-upload-list__item-name:hover {
  color: #262e89;
}

.landnomination .law-npm1 .item .fr .inp .el-upload {
  float: right;
}

.landnomination .law-npm1 .item .fr .inp .el-upload .el-button {
  height: 66px;
  background: #00af7c;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  border-width: 0;
  transition: all 0.4s;
}

.landnomination .law-npm1 .item .fr .inp .el-upload .el-button:hover {
  background: #0b8f69;
}

.landnomination .law-npm1 .item .fr .inp .el-upload-list {
  float: left;
  width: calc(100% - 310px);
  margin-top: 75px;
}

.landnomination .law-npm1 .item .fr .inp .el-select {
  width: 100%;
  line-height: 66px;
}

.landnomination .law-npm1 .item .fr .inp .el-input__wrapper {
  height: 66px;
  padding: 0;
  background-color: transparent;
  box-shadow: none !important;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.landnomination .law-npm1 .item .fr .inp .el-input__inner::placeholder,
.landnomination .law-npm1 .item .fr .inp .el-input__inner {
  color: #787878;
}

.landnomination .law-npm1 .item .fr .inp .el-icon {
  color: #009057;
  opacity: 1;
  font-size: 1.4em;
  font-weight: bold;
}

.landnomination .law-npm1 .item .fr .inp .el-icon.el-icon--close {
  right: 20px;
}

.landnomination .law-npm1 .item .fr .inp .el-icon--document {
  color: #787878;
}

.landnomination .law-npm1 .item .fr .inp .el-upload-list__item-name {
  padding: 0;
}

.landnomination .law-npm1 .item .fr .inp .el-upload-list__item-info {
  margin-left: 0;
}

.landnomination .law-npm1 .item .fr .inp .el-upload-list__item-status-label {
  right: 20px;
}

.landnomination .law-npm1 .item .fr .inp.w50 {
  width: 48.8%;
}

.landnomination .law-npm1 .item .fr .inp em {
  color: #ff2d2d;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 60px;
}

#uploadArea1,
#uploadArea2,
#uploadArea3,
#uploadArea4,
#uploadArea5 {
  width: 100%;
}

.landnomination .law-npm1 .item .fr .inp input {
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 0 20px;
  background: #ebebeb;
  border-radius: 0 5px 5px 0;
}

.landnomination .law-npm1 .item .fr .inp .txt {
  background: #f4f4f4;
  padding: 0 20px;
  color: #787878;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

.landnomination .law-npm1 .item.item2 .fr .inp .txt {
  min-width: 108px;

}

.landnominationlayui .law-npm1 .item .fr .inp .tidate {
  background: #f4f4f4;
  padding: 0 20px;
  color: #787878;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

#test3,
#test4 {
  height: 100%;
  width: calc(100% - 142px);
  opacity: 0;
  position: absolute;
  left: 142px;
  top: 0;
}

.landnominationlayui .law-npm1 .item.item2 .fr .inp .time {
  min-height: 60px;
  position: relative;
}

.landnominationlayui .law-npm1 .item.item2 .fr .inp #yea3 {
  width: 100%;
  height: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #ebebeb;
  border-radius: 0 5px 5px 0;
  position: relative;
  pointer-events: none;
}

.landnominationlayui .law-npm1 .drop-down .ul {
  width: calc(74.4% + 10px);
}

.landnominationlayui .law-npm1 .item.item2 .fr .inp #yea3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 9px;
  background: url(../images/awards/ico4on2.png) no-repeat;
  background-size: 100%;
}

.laydate-time-list>li {
  width: 50% !important;
}

.laydate-time-list>li:last-child {
  display: none !important;
}

.laydate-time-list p {
  padding-left: 30px;
}



#layui-laydate1 .layui-laydate-footer span[lay-type=date],
#layui-laydate1 .layui-laydate-footer span:hover {
  color: #324cc0;
}

.laydate-footer-btns span:hover {
  color: #324cc0 !important;
}

.layui-laydate-header i.laydate-next-m,
.layui-laydate-header i.laydate-prev-m {
  text-indent: -9999px;
  background: url(../images/next.png) no-repeat;
  background-size: 30%;
  background-position: center;
}

.laydate-btns-time {
  display: none !important;
}

.laydate-btns-time:hover {
  color: #fff !important;
  background-color: #324cc0;
}

.layui-laydate-header i.laydate-prev-m {
  transform: rotate(180deg);
}

.layui-laydate-header i.laydate-next-y,
.layui-laydate-header i.laydate-prev-y {
  text-indent: -9999px;
  background: url(../images/nextarr.png) no-repeat;
  background-size: 60%;
  background-position: center;
}

.layui-laydate-header i.laydate-prev-y {
  transform: rotate(180deg);
}

.layui-laydate-header i {
  width: 28px;
}

.landnominationlayui .law-npm1 .item.item2 .fr .inp .txt,
.landnominationlayui .law-npm1 .item .fr .inp .tidate {
  min-width: 142px;
}

input:focus,
textarea:focus {
  outline: none;
  /* 移除默认的轮廓线 */
  border: 1px solid #b5bacf;


}

textarea:focus {
  border-radius: 5px;
}

input:focus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.landnomination .law-npm1 .item .fr .inp input::placeholder {
  font-size: 17px;
  color: #787878;
}

.landnomination .law-npm1 .item1 .ul {
  margin-top: 25px;
}

.landnomination .law-npm1 .item1 .ul .li {
  float: left;
  width: 48.4%;
  margin-right: 3.2%;
  cursor: pointer;
  font-size: 14px;
  color: #808080;
  background: #f8f8f9;
  border: 1px solid #e6e9ea;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 25px;
  transition: all 0.4s;
}

.landnomination .law-npm1 .item .ul .li:last-child {
  margin-right: 0;
}

.landnomination .law-npm1 .item .ul .li em {
  font-size: 24px;
  color: #787878;
}

.landnomination .law-npm1 .item .ul .li i {
  display: inline-block;
  border-radius: 50%;
  width: 47px;
  height: 47px;

  background: #dddddd;
  position: relative;
}

.landnomination .law-npm1 .item .ul .li i::after {
  content: "";
  width: 17px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/awards/ico12.png) no-repeat;
  opacity: 0;
  transition: all 0.4s;
}

.landnomination .law-npm1 .item .ul .li.on {
  background-image: linear-gradient(to bottom, #486bdc, #3e5ed0, #314bbe);
}

.landnomination .law-npm1 .item .ul .li.on em {
  color: #fff;
}

.landnomination .law-npm1 .item .ul .li.on i {
  background: #fff;
}

.landnomination .law-npm1 .item .ul .li.on i::after {
  opacity: 1;
}

.logonnbv .crumbsa {

  background: #f5f6f7;
}

.logonnbv .crumbsa .w1450 {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.logonnbv .crumbsa .w1450::after {
  display: none;
}

.logonnbv .crumbsa .a {
  display: flex;
  position: relative;
  padding: 25px 0 20px;
}

.logonnbv .crumbsa a {
  padding: 10px 0;
  font-size: 16px;
  color: #565656;
  margin-right: 30px;
  position: relative;
}

.logonnbv .crumbsa .a1 a {
  margin-left: 17px;
}

.logonnbv .crumbsa .a a:last-child {
  margin-right: 0;
}

.logonnbv .crumbsa a::after {
  content: '';
  width: 4px;
  height: 7px;
  background: url(../images/home_a.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
}

.logonnbv .crumbsa a:nth-child(1)::after {
  background: url(../images/home.png) no-repeat;
  width: 10px;
  height: 10px;
}

.logonnbv .crumbsa a.on {
  color: #262e89;
}

.logonnbv .crumbsa .inner-bor {
  height: 3px;
  position: absolute;
  top: 0;
  background: #ffa200;
}

.logonnbv {
  position: relative;
  z-index: 5555;
}

.logonnbv .logonnbv-b {
  position: relative;
  height: 175px;
  padding: 0 40px 40px 40px;
  background: url(../images/subBan.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 3;
}

.logonnbv .logo {
  position: absolute;
  left: 37px;
  bottom: 40px;
}

.logonnbv .logconsole {
  position: absolute;
  right: 50px;
  bottom: 40px;
  display: flex;
  align-items: center;
}

.logonnbv .logconsole .txt {
  font-size: 16px;
  margin-right: 10px;
  text-align: right;
  line-height: 24px;
  color: #fff;
}

.logonnbv .logconsole .txt em {
  font-size: 14px;
  display: block;
  text-align: right;
}

.logonnbv .logconsole .img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logonnbv .logconsole .dowtxt {
  width: 167px;
  position: absolute;
  top: 100%;
  right: -13px;
  display: none;
}

.logonnbv .logconsole .dowtxt .a {
  background: #fff;
  padding: 20px 25px;
  border: 1px solid #ebebeb;
  clear: both;
  position: relative;
  top: 10px;
  border-radius: 10px;
}

.logonnbv .logconsole .dowtxt a {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 25px 0 0;
  color: #808080;
  transition: all 0.4s;
  text-align: right;
  position: relative;
}

.logonnbv .logconsole .dowtxt a em {
  width: 21px;
  height: 21px;
  background: #fe705a;
  color: #fff;
  text-align: center;
  line-height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 8px;
}

#header .head-ri .logconsole .dowtxt a em {
  width: 21px;
  height: 21px;
  background: #fe705a;
  color: #fff;
  text-align: center;
  line-height: 21px;
  border-radius: 8px;
  margin-left: 5px;
  display: inline-block;
}

.logonnbv .logconsole .dowtxt a:last-child {
  margin-bottom: 0;
}

.logonnbv .logconsole .dowtxt a:hover {
  color: #1d3085;
}

.logonnbv .ri {
  float: right;
  padding-right: 15px;
}

.logonnbv .logonnbv-b .w1450 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 80%;
}

.logonnbv .ri h5 {
  font-family: 'AlimamaShuHeiTi';
  font-size: 30px;
  color: #fff;
  text-align: right;
}

.logonnbv .ri h2 {
  font-family: "BrutalType-ExtraBold";
  font-size: 30px;
  color: #ffa200;
  text-transform: uppercase;
}

.w1450:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.cTil2 h6 {
  font-size: 24px;
  color: #45433b;
}

.cTil2 h5 {
  margin-bottom: 10px;
  color: #ffa200;
  font-size: 30px;
  font-family: "BrutalType-ExtraBold";
  text-transform: uppercase;
}

.cRole {
  float: left;
  width: 25.5%;
  position: sticky;
  top: 30px;
}

.cRole .dl {
  overflow: hidden;
  border-radius: 10px;
}

.cRole .dt {
  height: 226px;
  padding: 50px;
  background: url(../images/accountBg.jpg) no-repeat center;
  background-size: cover;
}

.cRole .dt .img {
  overflow: hidden;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 0 15px;
}

.cRole .dt .tilEn {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-family: "BrutalType-ExtraBold";
  text-transform: uppercase;
}

.cRole .dt .tilCn {
  font-size: 17px;
  color: #fff;
  line-height: 27px;
}

.cRole .dd {
  padding: 14px 30px 20px;
  background: #fff;
  border: 1px solid #eaeced;
  border-radius: 0 0 10px 10px;
}

.cRole .dd .li {
  position: relative;
  display: flex;
  padding-left: 26px;
  align-items: center;
  height: 58px;
  font-size: 17px;
  color: #787878;
  line-height: 20px;
  border-bottom: 2px solid #eff1f2;
  cursor: pointer;
}

.cRole .dd .li .prompt {
  position: relative;
}

.cRole .dd .li em {
  width: 21px;
  height: 21px;
  background: #fe705a;
  color: #fff;
  text-align: center;
  line-height: 21px;
  position: absolute;
  right: -30px;
  top: 0;
  border-radius: 8px;
}

.cRole .dd .li:last-child {
  border-bottom: 0 none;
}

.cRole .dd .li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  background: #c4c4c4;
  border-radius: 50%;
}

.cRole .dd .li.on {
  color: #203288;
}

.cRole .dd .li.on:after {
  background: #ffa200;
}

.operatingFloor {
  padding-bottom: 60px;
  background: #f5f6f7;
}

/* .secretary .w1450 {
  display: flex;
  justify-content: space-between;
} */

.secretaryCnt .ri {
  float: right;
  width: 72.7%;
  padding: 50px;
  background: #fff;
  border: 1px solid #eaeced;
  border-radius: 10px;
}

.secretaryCnt .roleRTop {
  position: relative;
  z-index: 55;
  padding: 30px 0 80px;
}

.roleRTop .filtrate {
  margin-top: 20px;
  z-index: 5;
  position: relative;
}

.roleRTop .filtrate .c_down {
  margin-left: 0;
  width: 162px;
}

.roleRTop .filtrate .c_down span {
  background: #ffc400;
  height: 64px;
  line-height: 64px;
  padding: 0 37px 0 17px;
  color: #393939;
}

.roleRTop .filtrate .c_down ul {
  top: 64px;
}

.loginbody #footer .pchide {
  width: 92%;
  max-width: 1450px;
}

.roleRTop .filtrate .c_down span::after {
  background: url(../images/dwon1.png) no-repeat center;
  right: 22px;
}

.c_down {
  float: left;
  position: relative;
  width: 144px;
  z-index: 50;
  margin-left: 12px;
}

.c_down span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 17px;
  border-radius: 5px;
  font-size: 17px;
  color: #1e3085;
  background: #e4eaec;
  cursor: pointer;
}

.c_down span:after {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  background: url(../images/dwon.png) no-repeat center;
}

.c_down ul {
  display: none;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 54px;
  width: 100%;
  background: #fff;
  border: 1px solid #e4eaec;
  border-radius: 5px;
  padding: 10px 0;
}

.c_down li {
  padding: 0 16px;
  font-size: 17px;
  color: #787878;
  line-height: 36px;
  cursor: pointer;
  transition: all .4s;
}

.c_down li:hover {
  color: #262e89;
}

.secretaryCnt .box2 {
  padding: 30px 0 18px;
  border-top: 2px solid #eff1f2;
}

.secretaryCnt .box2 .til {
  font-size: 18px;
  color: #787878;
  line-height: 1.7;
}

.secretaryCnt .box2 p {
  color: #787878;
}

.secretaryCnt .box3 {
  display: flex;
  padding: 30px 0;
  border-top: 2px solid #eff1f2;
}

.secretaryCnt .box3 .createBtn {
  width: 214px;
  height: 64px;
  padding-left: 77px;
  line-height: 64px;
  border-radius: 5px;
  font-size: 16px;
  color: #393939;
  background: #ffc400 url(../images/secretary/iconKey.png) no-repeat 14px 12px;
  cursor: pointer;
  transition: all .4s;
}

.secretaryCnt .box3 .createBtn:hover {
  background-color: #c99b03;
}

.secretaryCnt .box3 ul {
  display: flex;
  margin-left: auto;
}

.secretaryCnt .box3 li {
  width: 50px;
  text-align: center;
  height: 64px;
  border: 1px solid #e6e9ea;
  border-radius: 5px;
  line-height: 62px;
  font-size: 36px;
  color: #333;
  /* background: #f8f8f9; */
  margin-left: 11px;
  /* font-family: "BrutalType-ExtraBold"; */
}

.secretaryCnt .box4 {
  padding: 30px 0 0;
  border-top: 2px solid #eff1f2;
}

.secretaryCnt .form .row {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.secretaryCnt .form input {
  width: calc(100% - 170px);
  max-width: 600px;
  height: 64px;
  line-height: 20px;
  padding: 20px;
  background: #ebebeb;
  border: 2px solid #f2f2f2;
  font-size: 17px;
  color: #787878;
  border-radius: 0 5px 5px 0;
  transition: all .4s;
}

.secretaryCnt .form .txt {
  background: #f4f4f4;
  padding: 0 20px;
  color: #787878;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
  min-width: 110px;
}

.secretaryCnt .form input:focus {
  border-color: #b3bceb;
}

.secretaryCnt .form .btn {
  margin-left: 14px;
  width: 120px;
  height: 64px;
  padding: 20px 0;
  font-size: 16px;
  color: #3f4252;
  line-height: 24px;
  background: #ffc400;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all .4s;
}

.secretaryCnt .form .btn:hover {
  background-color: #c99b03;
}

.secretaryCnt .tabberWr {
  margin: 0 -30px;
}

.secretaryCnt .tabberWr table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.secretaryCnt .tabberWr table tbody {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}

.secretaryCnt .tabberWr table thead {
  position: relative;
  /* z-index: 5; */
  width: 100%;
  background: #f0f0f0;
}

/* .secretaryCnt .tabberWr table thead:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background: #f0f0f0
} */

.secretaryCnt .tabberWr table tbody tr {
  position: relative;
  cursor: pointer;
  background: transparent;
  width: 100%;
}

.operatingFloor .secretaryCnt .tabberWr table tbody tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.secretaryCnt .tabberWr table th,
.secretaryCnt .tabberWr table td {
  padding: 10px 0;
  padding-left: 30px;
  height: 58px;
  font-size: 17px;
  color: #aeaeae;
  transition: all .4s;
}

.secretaryCnt .tabberWr .c_downhref {
  color: #4169e8;
  width: 10%;
}

.secretaryCnt .tabberWr table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 195px;
  float: left;
}

.secretaryCnt .tabberWr table th:last-child,
.secretaryCnt .tabberWr table td:last-child {
  padding-right: 20px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table th:last-child {
  padding-left: 10px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td.c_down {
  padding: 3px 0;
  width: auto;
  /* margin-right: 30px; */
  overflow: inherit;
  width: calc(12% - 30px);
}

.reviewList1 .secretaryCnt .tabberWr table td.c_down {
  padding: 3px 0;
  width: auto;
  margin-left: 30px;
  overflow: inherit;
  width: 95px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table .i {
  width: 30px;
  height: 30px;
  line-height: 0;
  padding: 0;
  top: 14px;
  left: 3px;

  position: absolute;

}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table .i::after {
  content: '';
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border: 2px solid #aeaeae;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}

.nominateList1.operatingFloor .filtrate {
  display: none;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table .i.on::after {
  /* background: #aeaeae; */
  border: 2px solid #ffa200;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td.c_down span {
  padding: 0 16px 0 10px;
}

.reviewList1 .secretaryCnt .tabberWr table td.c_down span {
  padding: 0 16px 0 10px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td.c_down span:after {
  right: 5px;
}

.reviewList1 .secretaryCnt .tabberWr table td.c_down span:after {
  right: 10px;
}

.secretaryCnt .tabberWr table th {
  height: 60px;
  color: #787878;
  float: left;
}

.secretaryCnt .tabberWr table tr {
  position: relative;
  display: block;
  width: 100%;
}

.nominateList .secretaryCnt .tabberWr table th {
  line-height: 38px;
}

.secretaryCnt .tabberWr tbody tr:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  border-bottom: 2px solid #eff1f2;
}

.secretaryCnt .tabberWr table tr:hover td {
  color: #ffa200;
}

.secretaryCnt .tabberWr table tr .not,
.secretaryCnt .tabberWr table tr:hover .not {
  color: #f1543f;
}

.secretaryCnt .tabberWr table td:nth-child(1) {
  color: #212121;
}

.operatingFloor .secretaryCnt .tabberWr table td {
  max-width: none;
  line-height: 38px;
}

.operatingFloor .secretaryCnt .tabberWr table td:nth-child(1) {
  width: 10%;
}

.operatnominate.operatingFloor .secretaryCnt .tabberWr table td:nth-child(2) {
  width: 25%;
}

.operatnominate2.operatingFloor .secretaryCnt .tabberWr table td:nth-child(2) {
  width: 15%;
}

.operatnominate.operatingFloor .secretaryCnt .tabberWr table td:nth-child(4) {
  width: 20%;
}

.operatnominate.operatingFloor .secretaryCnt .tabberWr table td:nth-child(5) {
  width: 20%;
}

.secretaryCnt .tabberWr table tr:hover td.c_downhref {
  color: #4169e8;
}

.operatingFloor .secretaryCnt .tabberWr table td:nth-child(2) {
  width: 27%;
}

.operatingFloor.nominateListbody .secretaryCnt .tabberWr table td:nth-child(2) {
  width: 20%;
}

.operatingFloor.nominateListbody .secretaryCnt .tabberWr table td:nth-child(3) {
  width: 17%;
}

.operatingFloor .secretaryCnt .tabberWr table td:nth-child(3) {
  width: 10%;
}

.operatingFloor .secretaryCnt .tabberWr table td:nth-child(4) {
  width: 15%;
}

.operatingFloor .secretaryCnt .tabberWr table td:nth-child(5) {
  width: 23%;
}

.operatingFloor .secretaryCnt .tabberWr table td:nth-child(6) {
  width: 15%;
}

.secretaryCnt .tabberWr .bomWr {
  display: flex;
  margin: 30px 30px 0;
}

.secretaryCnt .tabberWr .bomWr .c {
  font-size: 30px;
  color: #f1543f;
  font-family: "BrutalType-ExtraBold";
  line-height: 1;
}

.secretaryCnt .tabberWr .bomWr .p {
  font-size: 17px;
  color: #787878;
  line-height: 20px;
}

.secretaryCnt .tabberWr .pagination {
  margin-left: auto;
  margin-top: 0;
}

.pagination .spage-number {
  display: flex;
  justify-content: flex-end
}

.pagination .spage-number button {
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #808080;
  font-family: 'MideaTypeGlobal-Bold';
  margin: 0 0 0 10px;
  line-height: 44px;
  float: left;
  text-align: center;
  border-radius: 5px;
  background: #f3f4f7 no-repeat center;
  transition: all 0.4s
}

.pagination .spage-number button:hover,
.pagination .spage-number button.active {
  color: #262e89;
  background-color: #ffd25a
}

.pagination .spage-number .prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAQ0lEQVQYlXWOUQ4AMARDa/c/iytaFtlSU77Ee4W5O0TFGa0JKBjUG8MCONnAhRJMDxXINm95SSnw2ib8N4ugHkoBwAYwYAwhoxk1IAAAAABJRU5ErkJggg==)
}

.pagination .spage-number .prev:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTA5LTAzVDExOjAzOjUwKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wOS0wM1QxMTowNDo0MCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0wOS0wM1QxMTowNDo0MCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ZWE5YzhiZS00NDlkLTBiNGQtOWQyZS0zZDZiYTFkMzQzMjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NmVhOWM4YmUtNDQ5ZC0wYjRkLTlkMmUtM2Q2YmExZDM0MzIyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmVhOWM4YmUtNDQ5ZC0wYjRkLTlkMmUtM2Q2YmExZDM0MzIyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2ZWE5YzhiZS00NDlkLTBiNGQtOWQyZS0zZDZiYTFkMzQzMjIiIHN0RXZ0OndoZW49IjIwMjQtMDktMDNUMTE6MDM6NTArMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4A7g8FAAAATklEQVQYlWP8//8/AzpQ1+/6z8DAwMCESwJDElni5sUyRiZcEnCd2CQYGBgYmJev58IqgdVBKJLIqpGNh+vEpQBuLDYFjOghhDMQ0E0AAHPcKlAbU5NYAAAAAElFTkSuQmCC)
}

.pagination .spage-number .next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAQ0lEQVQYlX2PUQoAMAhCdfc/S1dssBFItvkXz0QZEYkromnJmRPky1Cfo0FjzaDQDB1aIZUW4mvKiS9ooOAIflMAABtNnAwil0t9sAAAAABJRU5ErkJggg==)
}

.pagination .spage-number .next:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTA5LTAzVDExOjAzOjUwKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wOS0wM1QxMTowNDo1NiswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0wOS0wM1QxMTowNDo1NiswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkYWFkN2QwMC1hZjRjLWRkNGUtOGE4ZC1iZWIwZTVkYTY3MTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZGFhZDdkMDAtYWY0Yy1kZDRlLThhOGQtYmViMGU1ZGE2NzE0IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZGFhZDdkMDAtYWY0Yy1kZDRlLThhOGQtYmViMGU1ZGE2NzE0Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkYWFkN2QwMC1hZjRjLWRkNGUtOGE4ZC1iZWIwZTVkYTY3MTQiIHN0RXZ0OndoZW49IjIwMjQtMDktMDNUMTE6MDM6NTArMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz44NzhJAAAAV0lEQVQYlWNU0+v8z8DAwHDzYhkjAxpggjHU9bv+Y0gi60BXwIRuJLICuLHYFDD+/49qFVad2ACKJLKumxfLGLF6BWY/Ey4JBgYGBubl67mwSuD0CgwAAK4mKXEBcKa7AAAAAElFTkSuQmCC)
}

.passworddata .modification .inp {
  display: flex;
  align-items: center;
  position: relative;
  height: 65px;
  margin-bottom: 20px;
}

.passworddata .modification .inp .p {
  min-width: 105px;
  height: 100%;
  background: #f4f4f4;
  padding: 0 20px;
  color: #787878;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

.passworddata .modification .inp input {
  height: 65px;
  border-radius: 0 5px 5px 0;
  background: #ebebeb;
  width: calc(100% - 94px);
  padding: 0 20px;
}

.passworddata .modification .inp input::placeholder {
  color: #cccccc;
}

.passworddata .modification .inp .error-message {
  left: 91px;
}

.passworddata .modification .inp .code {
  cursor: pointer;
  line-height: 65px;
  border-radius: 5px;
  background: #f2f2f2;
  width: 130px;
  margin-left: 10px;
  color: #262e89;
  text-align: center;
}

.passworddata .modification .inp .code.disabled {
  pointer-events: none;
}

.passworddata .modification .confirm {
  width: 130px;
  line-height: 65px;
  text-align: center;
  color: #292929;
  background: #ffc400;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin: 40px 0 0 106px;
}

.passworddata .modification {
  margin-top: 90px;
  padding-top: 30px;
  border-top: 2px solid #eff1f2;
}

.passworddata .modification.Basicmod .inp {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
  height: auto;
}

.passworddata .modification.Basicmod .inp:nth-child(4) input {
  width: 150px;
}

.passworddata .modification.Basicmod .inp:nth-child(3) input {
  width: 250px;
}

.passworddata .modification.Basicmod .inp:nth-child(2) input {
  width: 100px;
}

.passworddata .modification.Basicmod .inp input {
  width: fit-content;
  padding: 0;
  background: none;
}

.passworddata .modification.Basicmod .inp.on {
  margin-bottom: 10px;
}

.passworddata .modification.Basicmod .inp.on input {
  padding: 0 15px;
  background: #f2f2f2;
  min-width: 100px;
}

.passworddata .modification.Basicmod .inp.on input:focus {
  outline: none;
  /* 移除默认的轮廓线 */
  border: 2px solid #b3bceb;
  border-radius: 5px;
}


.passworddata .modification.Basicmod .inp input::placeholder {
  color: #4c4c4c;
}

.passworddata .modification.Basicmod .inp input:focus {
  border: none;
}

.passworddata .modification.Basicmod .below {
  display: none;

}

.passworddata .modification.Basicmod .below>div {
  cursor: pointer;
  color: #999999;
  float: left;
}

.passworddata .modification.Basicmod .below>div:hover {
  color: #4169e8;
}

.passworddata .modification.Basicmod .below .save {
  margin-right: 12px;
}

.passworddata .modification.Basicmod .modify {
  cursor: pointer;
}

.passworddata .modification.Basicmod .p {
  background: none;
  min-width: 56px;
  margin-right: 15px;
  color: #808080;
  padding: 0;
}

.passworddataname .modification.Basicmod .p {
  min-width: 70px;
}

.passworddata .modification.Basicmod .modifyinformation {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.landindex .land-npm1 {
  background: url(../images/awards/bg4.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 120px;
}

.landindex .land-npm1 .fl {
  max-width: 40%;
}

.landindex .land-npm1 .fl .en {
  font-family: "BrandonGrotesque-Regular";
  color: #ffd25a;
  font-size: 60px;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.landindex .land-npm1 .fl .en em {
  font-family: 'MideaTypeGlobal-Bold';
}

.landindex .land-npm1 .fl .cn {
  font-size: 22px;
  margin-top: 10px;
  color: #4c4c4c;
}

.landindex .land-npm1 .fl .txtloin {
  color: #262e89;
  margin-top: 50px;
}

.landindex .land-npm1 .flbox {
  margin-left: 57px;
  padding-left: 40px;
  border-left: 1px solid #e8e8e8;
}

.landindex .land-npm1 .flbox.retrieve {
  display: none;
}

.landindex .land-npm1 .flbox .h5 {
  font-size: 32px;
  color: #333333;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 35px;
}

.landindex .land-npm1 .flbox .top {
  display: flex;
  margin: 0 0 20px;
}

.landindex .land-npm1 .flbox .top .item {
  color: #999999;
  margin-right: 30px;
  cursor: pointer;
}

.landindex .land-npm1 .flbox .top .item.on {
  color: #2d327b;
}

.landindex .land-npm1 .flbox .bot {
  min-width: 400px;
}

.landindex .land-npm1 .flbox .bot .item {
  display: none;
}

.landindex .land-npm1 .flbox .bot .item:nth-child(1) {
  display: block;
}

.landindex .land-npm1 .flbox .bot .inp {
  position: relative;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
}

.landindex .land-npm1 .flbox .bot .inp .txt {
  background: #f4f4f4;
  padding: 0 20px;
  color: #787878;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

.landindex .land-npm1 .flbox .bot .inp.i1 .txt,
.landindex .land-npm1 .flbox .bot .inp.i2 .txt {
  padding: 0 20px 0 35px;
}

.landindex .land-npm1 .flbox .bot .inp.i1 .txt::after,
.landindex .land-npm1 .flbox .bot .inp.i2 .txt::after {
  content: "";
  width: 18px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/awards/ico7.png) no-repeat center;
}

.landindex .land-npm1 .flbox .bot .inp input {
  width: 100%;
  height: 100%;

  padding-left: 20px;
  background: #ebebeb;
  border-radius: 0 5px 5px 0;
}

.landindex.register .land-npm1 .flbox .bot .inp input {
  min-width: 290px;
}

.landindex .land-npm1 .flbox .bot .inp#code input {
  min-width: initial;
}

.landindex .land-npm1 .flbox .bot .inp input::placeholder {
  color: #a6a6a6;
}

.landindex .land-npm1 .flbox .bot .inp.i2 .txt::after {
  background-image: url(../images/awards/ico8.png);
}

.landindex .land-npm1 .flbox .bot .inp.i8 .txt {
  min-width: 125px;
}

.landindex.register .land-npm1 .flbox .bot .inp.i6 .txt {
  min-width: 182px;
}

.landindex.register .land-npm1 .flbox .bot .inp.i6 .btn {
  margin-left: 14px;
  min-width: 105px;
  height: 54px;
  padding: 16px 0;
  font-size: 16px;
  color: #3f4252;
  line-height: 24px;
  background: #ffc400;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all .4s;
}

.landindex .land-npm1 .flbox .bot .inp.i6 .btn.disabled {
  pointer-events: none;
}

.landindex .land-npm1 .flbox .bot .inp.i6 .btn:hover {
  background-color: #c99b03;
}

.landindex .land-npm1 .flbox .bot .inp.i2 .ico,
.landindex .land-npm1 .flbox .bot .inp.i8 .ico,
.landindex .land-npm1 .flbox .bot .inp.i6-2 .ico {
  cursor: pointer;
  width: 19px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/awards/ico9.png) no-repeat;
  background-position: center;
}

.landindex .land-npm1 .flbox .bot .inp.i2 .ico.on,
.landindex .land-npm1 .flbox .bot .inp.i8 .ico.on,
.landindex .land-npm1 .flbox .bot .inp.i6-2 .ico.on {
  background: url(../images/awards/ico10.png) no-repeat;
  background-position: center;
}

.landindex .land-npm1 .flbox .bot .inp.i3::after {
  background-image: url(../images/land/registerIconMobile.png);
}

.landindex .land-npm1 .flbox .bot .inp.i4 {
  display: flex;
  background: transparent;
}

.landindex .land-npm1 .flbox .bot .inp.i4 input {
  flex: 1;
}

.landindex .land-npm1 .flbox .bot .inp.i4 .btn {
  width: 27%;
  height: 54px;
  margin-left: 10px;
}

.landindex .land-npm1 .flbox .bot .inp.i3 .txt,
.landindex .land-npm1 .flbox .bot .inp.i5 .txt,
.landindex .land-npm1 .flbox .bot .inp.i6 .txt {
  min-width: 125px;
}

.landindex .land-npm1 .flbox .bot .inp.i4 .btn {
  cursor: pointer;
  line-height: 54px;
  text-align: center;
  color: #262e89;
  background: #f2f2f2;
  transition: all 0.4s;
  border-radius: 5px;
}

.landindex .land-npm1 .flbox .bot .inp.i4 .btn.disabled {
  pointer-events: none;
}

.landindex .land-npm1 .flbox .bot .inp.i4 .btn:hover {
  background: #ffd25a;
}

.landindex .land-npm1 .flbox .bot .inp.i4::after {
  background-image: url(../images/land/registerIconSafety.png);
}

.landindex .land-npm1 .flbox .bot .inp.i5 input,
.landindex .land-npm1 .flbox .bot .inp.i6 input,
.landindex .land-npm1 .flbox .bot .inp.i8 input {
  padding-left: 20px;
}

.landindex .land-npm1 .flbox .bot .inp.i5::after,
.landindex .land-npm1 .flbox .bot .inp.i6::after,
.landindex .land-npm1 .flbox .bot .inp.i8::after {
  display: none;
}

.landindex .land-npm1 .flbox .bot .forpassword {
  display: flex;
  justify-content: space-between;
  color: #a6a6a6;
}

.landindex .land-npm1 .flbox .bot .forpassword .p {
  margin-top: 0;
}

.landindex .land-npm1 .flbox .bot .forpassword input {
  border: 1px solid #a6a6a6;
  margin-right: 2px;
}

.landindex .land-npm1 .flbox .bot .forpassword label {
  cursor: pointer;
  transition: all 0.4s;
}

.landindex .land-npm1 .flbox .bot .forpassword label:hover {
  color: #262e89;
}

.landindex .land-npm1 .flbox .bot .forpassword .forget {
  cursor: pointer;
  transition: all 0.4s;
}

.landindex .land-npm1 .flbox .bot .forpassword .forget:hover {
  color: #262e89;
}

.landindex .land-npm1 .flbox .p {
  margin-top: 50px;
}

.landindex .land-npm1 .flbox .p p {
  color: #b2b2b2;
  line-height: 24px;
}

.landindex .land-npm1 .flbox .p em {
  font-size: 16px;
  font-family: 'MideaTypeGlobal-Bold';
}

.landindex .land-npm1 .flbox .handleSubmit {
  border-radius: 5px;
  text-align: center;
  line-height: 54px;
  margin-top: 25px;
  color: #262e89;
  cursor: pointer;
  background: #ffd25a;
}

.landindex .land-npm1 .flbox .handleSubmit.on {
  pointer-events: none;
}

.sendPop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.sendPop .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sendPop .cnt {
  position: absolute;
  width: 600px;
  height: 340px;
  padding: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: #fff;
}

.sendPop .cnt .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 26px;
  top: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAX0lEQVQokYXRSw7AIAgE0MH7H4072dSGRnAGWSov/MzdJ74w3GPlji1tXsj/P0oFBfd3i0odTKC2x+ABKuoqpiVVdCSwrTLUzUSRailBdacAFAaSQzP4og5QqO6kIYAH+hgXfWPp9XIAAAAASUVORK5CYII=) no-repeat center;
  transition: all 0.4s;
}

.sendPop .cnt .close:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTA5LTAzVDE2OjQ2OjE0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wOS0wM1QxNjo0Njo0MSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0wOS0wM1QxNjo0Njo0MSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxODFlYzNjYy04Y2VkLWQ1NDQtYmY5ZC1hZDk2YjlhZTQ4YzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTgxZWMzY2MtOGNlZC1kNTQ0LWJmOWQtYWQ5NmI5YWU0OGM3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MTgxZWMzY2MtOGNlZC1kNTQ0LWJmOWQtYWQ5NmI5YWU0OGM3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxODFlYzNjYy04Y2VkLWQ1NDQtYmY5ZC1hZDk2YjlhZTQ4YzciIHN0RXZ0OndoZW49IjIwMjQtMDktMDNUMTY6NDY6MTQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6OCxDJAAAAcUlEQVQokYXSwRGAIAxE0Z8Uozftjh60O49WE0/OQNwIx8CbbABbtiMA7qsZk7XuZwB4LswAgPcdKtjX76uZ52gZZjDEU1ABAIsYE6mI+ZJ8dkDd6gf9zSRRNUOG8p1eUEH/61BBe7+RAlV0+U5q9fsPfvZQrMW9FCgAAAAASUVORK5CYII=);
}

.sendPop .cnt .icon {
  width: 80px;
  margin: 0 auto 20px;
}

.sendPop .cnt h4 {
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
  line-height: 28px;
}

.sendPop .cnt p {
  font-size: 14px;
  color: #808080;
  text-align: center;
  line-height: 26px;
}

.sendPop .cnt .btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  color: #262e89;
  text-align: center;
  border-radius: 5px;
  background: #ffd25a;
  margin: 50px auto 0;
  cursor: pointer;
  transition: all 0.4s;
}

.sendPop .cnt .btn:hover {
  background: #d8b350;
}

/* wang */
.entranceTicket {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.entranceTicket .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.entranceTicket .cnt {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 600px;
  min-height: 420px;
  padding: 45px;
  background: #fff;
  border-radius: 10px;
}

.entranceTicket .til {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin-bottom: 4px;
}

.entranceTicket .p {
  color: #808080;
  text-align: center;
  line-height: 24px;
}

.entranceTicket .p em {
  color: #3370ff;
}

.entranceTicket ul {
  display: flex;
  justify-content: center;
  margin: 35px 0 15px;
}

.entranceTicket input[readonly] {
  cursor: default;
  /* 隐藏光标 */
}

.entranceTicket input {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  text-align: center;
}

.entranceTicket li {
  position: relative;
  width: 50px;
  height: 66px;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  color: #333;
  border: 1px solid #e6e9ea;
  border-radius: 5px;
  margin: 0 6px;
  cursor: pointer;
}

.entranceTicket li:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 60%;
  border-bottom: 2px solid #b8b8b8;
}

.entranceTicket li.on {
  border-color: #3370ff;
}

.entranceTicket li.on:after {
  display: block;
  animation: import 1.4s infinite;
}

.entranceTicket .p2 {
  opacity: 0;
  color: red;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 13px 0 23px;
}

.entranceTicket .btn {
  width: 352px;
  margin: 0 auto;
  cursor: pointer;
  height: 66px;
  background: #ffc400;
  text-align: center;
  color: #292929;
  line-height: 66px;
  border-radius: 5px;
  transition: all .4s;
}

.entranceTicket .p {
  text-align: center;
  justify-content: center;
  margin-top: 15px;
  display: flex;
}

.entranceTicket .p a {
  color: #3370ff;
}

.entranceTicket .btn:hover {
  background: #c99b03;
}

.entranceTicket.warning .p2 {
  opacity: 1;
}

.entranceTicket.warning ul {
  animation: shake .6s;
}

.entranceTicket.warning li {
  background: #e9e9e9;
  border-color: red;
}

.register .land-npm1 .flbox .bot .forpassword label:hover {
  color: #a6a6a6;
}

.register .land-npm1 .flbox .bot .forpassword a {
  display: inline;
  color: #262e89;
}

@keyframes import {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.register .land-npm1 .flbox .bot .inp input {
  padding-left: 20px;
}

.register .land-npm1 .flbox .bot .inp::after {
  display: none;
}

.register .land-npm1 .flbox .handleSubmit {
  transition: all .4s;
}

.register .land-npm1 .flbox .handleSubmit:hover {
  background: #c99b03;
}

.register .land-npm1 .flbox .bot .inp:nth-child(1) .error-message,
.register .land-npm1 .flbox .bot .inp:nth-child(2) .error-message {
  display: block !important;
  color: #bbb;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table tbody tr {
  display: block;
  justify-content: space-between;
  width: 100%;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table tr {
  display: flex;
  justify-content: space-between;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table th {
  display: flex;
  align-items: center;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td {
  line-height: 38px;
  max-width: none;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td:nth-child(2) {
  width: 10%;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td:nth-child(3) {
  width: 15%;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td:nth-child(4) {
  width: 15%;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td:nth-child(5) {
  width: 23%;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td:nth-child(6) {
  width: 10%;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table td:nth-child(7) {
  width: 15%;
}

.register .land-npm1 .flbox .bot .inp.err .error-message {
  display: block;
  color: #ff0000;
}

.register .land-npm1 .flbox .bot .forpassword.err {
  animation: shake .6s;
}

.register .land-npm1 .flbox .bot .forpassword.err label,
.register .land-npm1 .flbox .bot .forpassword.err label a {
  color: red;
}




.infoPop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

.infoPop .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}

.infoPop .cnt {
  position: absolute;
  width: 92%;
  max-width: 800px;
  height: 490px;
  padding: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: #fff;
  border-radius: 10px;
}

.infoPop .cnt .til {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 15px 0 4px;
}

.infoPop .cnt .p {
  font-size: 14px;
  color: #808080;
  text-align: center;
  line-height: 24px
}

.infoPop .cnt .form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: space-between;
}

.infoPop .cnt .ipt {
  width: 48.6%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.infoPop .cnt .ipt .txt {
  padding: 0 20px;
  color: #787878;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f4f4f4;
}

.infoPop .cnt .ipt input {
  display: block;
  width: 100%;
  background: #ebebeb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px;
  height: 54px;
  line-height: 34px;
  font-size: 17px;
  color: #333;
}

.infoPop .cnt .fileBox .box {
  display: flex;
}

.infoPop .cnt .fileBox input {
  flex: 1;
  border-radius: 0;
}

.infoPop .cnt .fileBox .up {
  position: relative;
  width: 90px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #00af7c;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}

.infoPop .cnt .fileBox .up input {
  width: 200%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 0;
  cursor: pointer;
  opacity: 0;
}

.infoPop .cnt .fileBox .hint {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 23px;
  margin: 2px 0 0;
  text-align: right;
  position: absolute;
  right: 0;
  top: 100%;
}

.infoPop .cnt .btn {
  width: 100%;
  max-width: 400px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #262e89;
  text-align: center;
  border-radius: 5px;
  background: #ffd25a;
  margin: 8px auto 0;
  cursor: pointer;
  transition: all 0.4s
}

.infoPop .cnt .btn:hover {
  background: #d8b350
}

.guide .law-npm1 {
  padding: 70px 0 110px;
}

.guide .text {
  margin-top: 40px;
  color: #262e89;
  text-align: right;
  position: relative;
}

.guide .text::after {
  content: '';
  width: calc(100% - 145px);
  left: 0;
  height: 1px;
  top: 10px;
  background: #e0e0e0;
  position: absolute;
}

.guide .text::before {
  content: '';
  width: 42%;
  right: 100%;
  height: 1px;
  top: 10px;
  background: #e0e0e0;
  position: absolute;
}

.guide .text h5 {
  font-size: 18px;
  font-weight: bold;

}

.guide .text h6 {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}

.guide .law-npm1 h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #333333;
  font-weight: bold;
}

.guide .law-npm1 h3:nth-child(1) {
  margin-top: 0;
}

.guide .law-npm1 .fl {
  font-size: 38px;
  line-height: 46px;
  color: #262e89;
  width: 29.7%;
}

.guide .law-npm1 .fr {
  width: 70.3%;
}

.guide .law-npm1 h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #262e89;
}




.guide .law-npm1 strong {
  color: #262e89;
}

.languagedatata .langtxt {
  margin-top: 90px;
  padding-top: 30px;
  border-top: 2px solid #eff1f2;
}

.languagedatata .langtxt .above {
  font-size: 16px;
  color: #393939;
  display: flex;
  align-items: center;
}

.languagedatata .langtxt .above .on {
  background: #ffc400;
  color: #fff;
  line-height: 40px;
  border-radius: 36px;
  margin-left: 5px;
  padding: 0 20px;
  text-align: center;
}

.languagedatata .langtxt .txt {
  margin-top: 40px;
}

.languagedatata .langtxt .txt .en {
  font-size: 16px;
  line-height: 18px;
  color: #787878;
  font-family: 'MideaTypeGlobal-Regular';
}

.languagedatata .langtxt .txt .cn {
  font-size: 17px;
  color: #787878;
}

.languagedatata .langtxt .ul {
  display: flex;
  margin-top: 25px;
}

.languagedatata .langtxt .ul .li {
  cursor: pointer;
  border: 1px solid #e6e9ea;
  background: #f8f8f9;
  border-radius: 5px;
  width: 230px;
  height: 95px;
  margin-right: 10px;
  padding-left: 30px;
  color: #787878;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .4s;
}

.languagedatata .langtxt .ul .li h6 {
  margin-top: 5px;
}

.languagedatata .langtxt .ul .li.on {
  background-image: linear-gradient(to bottom, #486bdc, #3e5ed0, #314bbe);
  color: #fff;
}

.languagedatata .langtxt .language {
  border-top: 2px solid #eff1f2;
  padding-top: 26px;
  margin-top: 36px;
}

.languagedatata .langtxt .a {
  padding: 0 25px 0 65px;
  border-radius: 5px;
  line-height: 65px;
  font-size: 16px;
  color: #393939;
  background: #ffc400 url(../images/language.png) no-repeat;
  background-position: 10px center;
  transition: all .4s;
  display: table;
  cursor: pointer;
}

.languagedatata .langtxt .a:hover {
  background: #ebb605 url(../images/language.png) no-repeat;
  background-position: 10px center;
}

.websitemap .law-npm1 {
  background: #f2f2f2;
  padding: 80px 0 90px;
  margin-top: 100px;
}

.websitemap .law-npm1 h3 {
  font-size: 36px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
  color: #333333;
}

.websitemap .law-npm1 .list .li {
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}

.websitemap .law-npm1 .list .li>a {
  font-size: 20px;
  font-weight: bold;
  color: #262e89;
}

.websitemap .law-npm1 .list .li .dd {
  margin-top: 10px;
}

.websitemap .law-npm1 .list .li .dd a {
  margin-right: 20px;
  color: #808080;
  display: inline-block;
}

.nominateDetails.passworddata .modification {
  margin-top: 0;
}

.nominateDetails .retBtn {
  position: absolute;
  right: 0;
  top: -28px;
  color: #999;
  line-height: 30px;
  cursor: pointer;
  transition: all .4s;
}

.nominateDetails .retBtn:hover {
  color: #ffa200;
}

.nominateDetails .modification {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nominateDetails .modification.Basicmod .inp.on {
  margin-bottom: 0;
}

.nominateDetails .modification .inp:nth-child(odd) {
  width: 54%;
}

.nominateDetails .modification .inp:nth-child(odd) .p {
  width: 200px;
  margin-right: 0;
  line-height: 24px;
}

.nominateDetails .modification .inp:nth-child(even) {
  width: 41%;
}

.nominateDetails .modification .inp:nth-child(even) .p {
  width: 80px;
  margin-right: 0;
  line-height: 24px;
}

.nominateDetails .modification .inp {
  min-height: 65px;
  color: #4c4c4c;
  line-height: 24px;
}

.nominateDetails .modification .inp input {
  display: none;
  flex: 1;
}

.nominateDetails .modification .inp.on .val {
  display: none;
}

.nominateDetails .modification .inp.on input {
  display: block;
}

.nominateDetails .modification .inp.file .p {
  min-width: 115px;
  white-space: nowrap;
}

.nominateDetails .modification .inp.file .val {
  flex: 1;
  padding-left: 42px;
  height: 32px;
  line-height: 32px;
  background: url(../images/secretary/nominateDetailsPdf.png) no-repeat left center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nominateDetails .modification .inp.file .amend {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 24px;
  min-width: 14px;
  background: url(../images/awards/modify.png) no-repeat center;
  cursor: pointer;
  overflow: hidden;
}

.nominateDetails .modification .inp.file .amend input {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 300%;
  height: 100%;
  font-size: 0;
  flex: none;
  border: 0 none;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
}

.nominateDetails .modification .inp.text {
  width: 100%;
  align-items: flex-start;
  margin-top: 21px;
  padding: 5px 0 20px;
}

.nominateDetails .modification .inp.text .p {
  width: 184px;
  margin-right: 0;
}

.nominateDetails .modification .inp.text .textRi {
  flex: 1;
}

.nominateDetails .modification .inp.text textarea {
  width: 100%;
  height: 160px;
  display: none;
  max-height: 160px;
  padding: 21px 15px;
  background: #f2f2f2;
  border: 0 none;
  border-radius: 5px;
}

.nominateDetails .modification .inp.text.on textarea {
  display: block;
}

.nominateDetails .modification.Basicmod .inp.text .modifyinformation {
  margin-left: 0;
  margin-top: 6px;
}

.contact .cont-npm1 {
  padding: 80px 0 65px;
}

.contact .cont-npm1 .box h3 {
  font-size: 36px;
  color: #262e89;
}

.contact .cont-npm1 .box h5 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  color: #808080;
}

.contact .cont-npm1 .box .li {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 40px;
}

.contact .cont-npm1 .box .li .fl {
  font-size: 18px;
  color: #333333;
}

.bottomsta {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  border-bottom: 5px solid #bdb0a0;
  background: #f6f6f6;
}

.bottomsta .w1280 {
  display: flex;
  padding-top: 30px;
  justify-content: space-between
}

.bottomsta .fll {
  width: 56%;
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0 !important;
}

.bottomsta .fll a {
  display: inline-block;
  color: #262e89;
  border-bottom: 1px solid #262e89;
}

.bottomsta .frr {
  display: flex;
}

.bottomsta .frr>div {
  background: #e6e6e6;
  width: 72px;
  color: #999999;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border-radius: 36px;
  margin-left: 20px;
  font-size: 16px;
}

.bottomsta .frr .btn1 {
  background: #bdafa0;
  color: #fff;
}

.contact .cont-npm1 .box .li .fl:nth-child(2) {
  margin-left: 310px;
}

.contact .cont-npm1 .box .li:nth-child(1) {
  border-top: none;
}

.contact .cont-npm1 .box .p {
  margin-bottom: 30px;
}

.contact .cont-npm1 .box .img {
  width: 114px;
  height: 114px;
  margin-bottom: 7px;
  background: #dedfe8;
}

.contact #contactMap {
  height: 610px;
}

.gdMap-marker .ic {
  position: relative;
  animation: Tmouse .6s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.gdMap-marker .pos {
  width: 120px;
  color: #161616;
  position: absolute;
  left: -52px;
  top: 30px;
  padding: 6px 10px;
  background-color: #d8161f;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 18px;
  text-align: center;
}

@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@media screen and (max-width:1560px) {
  .cRole .dt {
    padding: 50px 20px;
  }
}

@media screen and (max-width:1360px) {
  .home .home-npm2 .below .li {
    padding: 0 20px;
  }

  .home .home-npm2 .below .li:nth-child(1) .item {
    padding: 0 20px;
  }

  .banner .swiper-pagination {
    width: 1000px;
  }

  .landnomination .law-npm1 .item .ul .li em {
    font-size: 20px;
  }

  .cRole .dt .tilEn {
    font-size: 25px;
  }
}

@media screen and (max-width:850px) {
  .landnomination .law-npm1 .frbg .languagedatata {
    margin-top: -.5rem !important;
  }

  html {
    font-size: calc(100vw / 7.5);
    font-size: -moz-calc(100vw / 7.5);
    font-size: -webkit-calc(100vw / 7.5);
  }

  body {
    min-width: 100%;
  }

  .vdoPop .close {
    width: 0.4rem;
    height: 0.4rem;
    right: 0.26rem;
    top: 0.1rem;
    background-size: 0.13rem
  }

  .activityCnt1 {
    padding: 1rem 0
  }



  .activityCnt1 .ul a {
    width: 90%;
    flex-shrink: 0
  }

  .activityCnt1 .ul a .dd {
    height: 4rem;
    padding: 0.36rem 0.4rem 0;
    pointer-events: none;
  }

  .activityCnt1 .ul a .dd .time {
    font-size: 0.24rem;
    line-height: 0.3rem
  }

  .activityCnt1 .ul a .dd h4 {
    font-size: 0.28rem;
    line-height: 1.4;
    margin-bottom: 0.15rem
  }

  .activityCnt1 .ul a .dd p {
    font-size: 0.24rem;
    line-height: 1.4
  }

  .activityCnt1:deep(.swiper-pagination) {
    display: flex !important;
    justify-content: center;
    bottom: 0
  }

  .activityCnt1:deep(.swiper-pagination) span {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.04rem
  }

  .activityCnt1:deep(.swiper-pagination) .swiper-pagination-bullet-active {
    background-color: #ffd15a
  }

  .activityCnt2 {
    height: 4rem;
    background-size: cover
  }

  .activityCnt2 .w1280 {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .activityCnt2 h4 {
    font-size: 0.28rem;
    line-height: 1.4
  }

  .activityCnt2 .ul {
    padding-top: 0
  }

  .activityCnt2 .ul h5 {
    font-size: 0.24rem;
  }

  .activityCnt2 .ul h2 {
    font-size: 0.36rem;
    margin-top: .15rem;
  }

  .activityCnt2 .ul .li {
    margin-bottom: 0.4rem
  }

  .activityCnt2 .ul a {
    font-size: 0.36rem;
    line-height: 0.44rem;
    padding-right: 0.1rem
  }

  .activityCnt2 .ul a:after {
    height: 0.08rem
  }

  .activityCnt3 {
    padding: 0.9rem 0 1rem
  }

  .activityCnt3 .ul a {
    height: 0.9rem
  }

  .activityCnt3 .ul a:after {
    right: 0.3rem;
    opacity: 1;
    width: 0.4rem;
    background: url(../images/home/ico31.png) no-repeat right center;
    background-size: auto 0.2rem;
  }

  .activityCnt3 .ul a .time {
    width: 1.4rem;
    font-size: 0.3rem;
    height: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: -0.01rem
  }

  .activityCnt3 .ul a h4 {
    max-width: 70%;
    margin-right: 1rem;
    font-size: 0.28rem;
    height: 0.9rem;
    line-height: 0.9rem
  }

  #pagination {
    margin-top: 0.4rem;
    justify-content: center
  }

  #pagination button,
  #pagination .prev,
  #pagination .next {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0.24rem;
    margin: 0 0 0 0.1rem;
    line-height: 0.8rem;
    background-size: 0.07rem
  }

  .activityDetails {
    padding: 0.9rem 0 1.1rem
  }

  .activityDetails .tilBox {
    margin-bottom: 0.3rem
  }

  .activityDetails .tilBox .time {
    font-size: 0.38rem
  }

  .activityDetails .tilBox h2 {
    font-size: 0.32rem;
    line-height: 1.4
  }

  .activityDetails .tilBox .bom {
    margin-top: 0.1rem
  }

  .activityDetails .tilBox .bom .line {
    display: none;
    margin-right: 0.2rem
  }

  .activityDetails .tilBox .bom .i {
    font-size: 0.24rem;
    line-height: 0.5rem;
    margin-right: 0.4rem
  }

  .activityDetails .tilBox .bom .bshare-custom {
    font-size: 0.24rem;
    line-height: 1.4;
    display: none;
  }

  .activityDetails .tilBox .bom .bshare-custom a {
    width: 0.46rem;
    height: 0.46rem;
    margin-left: 0.1rem;
    background-size: contain
  }

  .activityDetails .cnt p {
    color: #808080;
    margin-bottom: 0.3rem
  }

  .activityDetails .cnt p img {
    margin: 0.1rem 0
  }

  .activityDetails .operate {
    margin-top: 0.6rem;
    padding: 0.03rem
  }

  .activityDetails .operate a {
    height: 0.66rem;
    line-height: 0.66rem;
    font-size: 0.26rem;
  }

  .activityDetails .operate a:hover {
    background: none;
  }

  .aboutCnt1 {
    padding: 0.9rem 0;
    background-size: auto 5.6rem;
    background-position: 30% bottom
  }

  .aboutCnt1 .w1280 {
    flex-wrap: wrap
  }

  .aboutCnt1 .le {
    width: 100%;
    max-width: none;
    margin-bottom: 0.3rem
  }

  .awardee .aboutCnt1 .le {
    display: none;
  }

  .awardee .aboutCnt1 .le h2 {
    text-align: center;
  }

  .aboutCnt1 .le h2 {
    font-size: 0.36rem;
    line-height: 0.4rem;

  }

  .aboutCnt1 .le h2 br {
    display: none;

  }

  .aboutCnt1 .ri {
    width: 100%;
    max-width: none
  }

  .aboutCnt1 .ri h4 {
    font-size: 0.29rem;
    line-height: 1.4;
    margin-bottom: 0.3rem
  }

  .aboutCnt1 .ri h1 {
    font-size: .3rem;
    margin-bottom: .8rem;
  }

  .aboutCnt1 .ri h3 {
    font-size: .26rem;
    margin-bottom: .15rem;
    margin-top: .3rem;
  }

  .aboutCnt1 .ri h2 {
    font-size: .28rem;
    margin-top: .35rem;
  }

  .guide .law-npm1 .fl {
    width: 100%;
    font-size: .36rem;
    line-height: .46rem;
    margin-bottom: .35rem;
  }

  .guide .law-npm1 h3 {
    font-size: .28rem;
    margin-bottom: 0.15rem;
    margin-top: 0.3rem;
  }

  .guide .text::after,
  .aboutCnt1 .ri .text::after {
    width: calc(100% - 2.5rem);
  }

  .guide .law-npm1 {
    padding: .7rem 0 1.1rem;
  }

  .guide .text::before,
  .aboutCnt1 .ri .text::before {
    opacity: 0;
  }

  .guide .text h5,
  .aboutCnt1 .ri .text h5 {
    font-size: .28rem;
  }

  .guide .text h6,
  .aboutCnt1 .ri .text h6 {
    font-size: .24rem;
    margin-top: .05rem;
  }

  .guide .law-npm1 .fr {
    width: 100%;
  }

  .about2 .aboutCnt2 {
    min-height: 5rem;
    height: auto;
    background-size: cover;
    background-position-x: 78%;
    position: relative;
    background: none;
    margin-bottom: .3rem;
  }

  .about2 .aboutCnt2 .txt .img {
    margin-top: .2rem;
    margin-left: 0;
    display: none;
  }

  .about2 .aboutCnt2 .w1280 {
    display: block;
  }

  .about2 .aboutCnt2 .txt {
    margin: .35rem 0 .8rem 0;
    display: none;
  }

  .aboutCnt2 .txt p {
    font-size: .24rem;
    line-height: 1.4;
    color: #808080;
  }

  .about2 .aboutCnt2 .txt h5 {
    font-size: .28rem;
    margin-bottom: .05rem;
  }

  .aboutCnt2 .txt {
    width: 100%
  }

  .about2 .aboutCnt2 .txt h2,
  .aboutCnt2 .txt h2 {
    font-size: 0.48rem;
    line-height: 1.2;
    margin-bottom: 0.05rem;
    color: #fff;
  }

  .about2 .aboutCnt2 .txt h2 {
    color: #333;
  }

  .about2 .aboutCnt2 .txt h3,
  .aboutCnt2 .txt h3 {
    font-size: 0.24rem;
    line-height: 1.4
  }

  .aboutCnt2 {
    height: 5rem;
    background-size: cover
  }

  .aboutCnt2 .txt {
    width: 100%;
    margin-left: auto;
    margin-top: -0.5rem
  }

  .about2 .aboutCnt2 .txt .p {
    max-width: 100%;
    margin-top: .2rem;
  }

  .awardee .aboutCnt2 .txt h2 {
    font-size: 0.6rem;
    line-height: 1.2;
    margin-top: 0.26rem
  }

  .awardee .aboutCnt2 .txt h3 {
    font-size: 0.26rem;
    line-height: 1.4
  }

  .about2 .aboutCnt2 .txt .btn {
    border-radius: 0.5rem;
    padding: 0.1rem 0.1rem 0.1rem 0.3rem;
    line-height: 0.8rem;
    margin-top: 0.45rem;
    width: 3rem;
    font-size: 0.26rem;
    height: 1rem;
  }

  .about2 .aboutCnt2 .txt .btn .i {
    width: .8rem;
    height: .8rem;
  }

  #header .head {
    /* background: #fff; */
    height: 1.2rem;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    padding: 0 0.3rem;
  }

  #header .head-ri .logconsole {
    margin-top: -5px;
  }

  #header .mobhead-ri {
    position: absolute;
    right: 1rem;
    top: .3rem;


  }

  #header .mobhead-ri .load {
    margin-left: 0;
    width: .6rem;
    height: .6rem;
    background-size: 100%;
  }

  .head_nav_btn {
    width: 0.6rem;
    height: 0.7rem;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    cursor: pointer;
    z-index: 9999;
    /* transition: background-color .3s; */
    transform: translateY(-50%);
  }

  .head_nav_btn span {
    display: inline-block;
    width: 0.3rem;
    height: 0.05rem;
    background-color: #fff;
    position: absolute;
    top: 0.32rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: background-color 0.3s ease-out 0.1s;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
  }

  .onsb .head_nav_btn span,
  .onsb .head_nav_btn span:before,
  .onsb .head_nav_btn span::after {
    background-color: #333333;
  }

  .head_nav_btn span:before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.05rem;
    background-color: #fff;
    position: absolute;
    top: -0.15rem;
    left: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  #header:hover {
    background: none;
  }

  #header:hover .head-ri .logconsole .txt {
    color: rgba(255, 255, 255, 0.7);
    font-size: .26rem;
  }

  #header.onsb .head-ri .logconsole .txt {
    color: #535353 !important;
  }

  .head_nav_btn span:after {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.05rem;
    background-color: #fff;
    position: absolute;
    top: 0.15rem;
    left: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  .head_nav_btn.open span {
    background-color: transparent !important;
  }

  .head_nav_btn.open span:before {
    top: 0;
    background: #333;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
  }

  .head_nav_btn.open span:after {
    width: 0.3rem;
    top: 0;
    background: #333;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  #header .header-wrap .head-right {
    z-index: 9998;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
  }

  .no-scroll #header .header-wrap .head-right {
    opacity: 1;
    pointer-events: all;
  }

  #header .header-ri {
    display: none;
  }

  #header .header-wrap .lanflex {
    display: flex;
    margin-top: 0.4rem;
  }

  #header .header-wrap .lanflex a {
    font-size: 0.24rem;
    border-radius: 50%;
    border: 1px solid #666;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin-right: 0.2rem;
  }

  #header .header-wrap .nav {
    float: none;
    padding: 2rem 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
    transform: translateX(100%);
    background: url(../images/mobg.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 30;
    overflow-x: hidden;
    position: absolute;
    transition: all 0.5s 0s ease-out;
    width: 60%;
  }

  .no-scroll #header .header-wrap .nav {
    transform: translateX(0);
  }

  .no-scroll #header .mobhead-ri {
    opacity: 0;
    pointer-events: none;
  }

  #header .header-wrap .navboxat {
    float: none;
    height: 100%;
  }

  #header .header-wrap .nav dl {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }

  #header .header-wrap .nav .load {
    display: none;
  }

  #header .header-wrap .nav .head-ri a {
    display: none;
  }

  #header .header-wrap .nav .language a {
    display: block;
    padding-left: 0;
    margin-right: .3rem;
    font-size: .24rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    border-left: none;
    text-align: center;
    line-height: .8rem;
    color: #333;
  }

  #header .header-wrap .nav .language a.on {
    background: #bdafa0;
    color: #fff;
    border-left: none;
  }

  #header .header-wrap .nav .language a:nth-child(4) {
    display: none;
  }

  #header .header-wrap .nav .language {
    margin-top: .35rem;
  }

  #header .header-wrap .nav dt a {
    width: 100%;
    display: block;
    color: #666;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.9rem;
  }

  #header .header-wrap .nav dd a {
    display: block;
    color: #ffcb8d;
    font-size: 0.28rem;
    line-height: 0.6rem;
    text-align: left;
    float: none;
    margin-right: 0;
    height: auto;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
  }

  #header {
    height: 1.2rem;
    min-width: 100%;
  }

  #header.onsb {
    background: #fff;
  }

  #header .logo {
    width: 1.13rem;
    height: .7rem;
    margin: 0.24rem 0 0 0;
    background-size: 100% !important;
  }

  #header:hover .logo {
    background: url(../images/logo1.svg) no-repeat;
  }

  #header.onsb .logo {
    background: url(../images/logo.svg) no-repeat !important;
  }

  .no-scroll #header.onsb .logo {
    background: url(../images/logo1.svg) no-repeat !important;
  }

  #header .nav li {
    float: none;
    margin-left: 0;
    text-align: left;
  }

  #header .nav .dt {
    display: table;
    color: #666;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.9rem;
  }

  #header .nav .sub-a {
    position: relative;
    width: 100%;
    height: auto;
  }

  #header .nav .sub-a a {
    float: none;
    color: #666;
    line-height: 0.6rem;
  }

  #header .nav .sub-a a.on {
    color: #262e89;
  }

  #header .nav .inner-bor {
    display: none;
  }

  #header .nav ul {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  #header .head-ri {
    float: none;
    height: auto;
  }

  #header .head-ri a {
    display: flex;
    float: left;
  }

  #header:hover .head-ri {
    color: rgba(255, 255, 255, 0.7);
  }

  #header.onsb .head-ri,
  #header.ondata .head-ri {
    color: #535353;
  }

  #header .head-ri a:nth-child(2) {
    line-height: .6rem;
  }

  .header-wrap {
    z-index: 9998;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
  }

  .no-scroll .header-wrap {
    opacity: 1;
    pointer-events: all;
  }

  .no-scroll .header-wrap .logconsole {
    display: none !important;
  }

  .banner {
    height: 9rem;
  }

  .banner .cont.bantxt3 {
    top: 65%;
  }

  .banner .next,
  .banner .prev {
    display: none;
  }

  .banner .swiper-pagination {
    width: calc(100% - 0.6rem);
    bottom: 0.3rem;
    display: flex;
  }

  .banner .swiper-pagination span {
    width: 0.26rem;
    height: 0.04rem;
  }

  .banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.74rem;
  }

  .banner .cont h3 {
    font-size: 0.28rem;
  }

  .banner .cont h5 {
    font-size: 0.6rem;
    margin-top: 0.15rem;
  }

  .home p {
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .home .home-npm1 {
    padding: 0.8rem 0;
    background-size: auto 40%;
  }

  .home .home-npm1 .p h5 {
    font-size: 0.36rem;
    margin-bottom: 0.25rem;
    line-height: .4rem;
  }

  .home .home-npm1 .p h6 {
    font-size: .28rem;
    margin-bottom: .3rem;
    line-height: 1.4;
  }

  .home .home-npm1 .more {
    margin-top: 0.4rem;
    font-size: 0.26rem;
  }

  .home .home-npm1 .more .i {
    margin-left: .1rem;
    width: .35rem;
  }


  .home .home-npm2 {
    padding: 0.85rem 0;
  }

  .home .home-npm2 .above h5 {
    font-size: 0.36rem;
  }

  .home .home-npm2 .above p {
    margin-top: 0.1rem;
    line-height: 1.6;
  }

  .home .home-npm2 .below {
    display: block;
  }

  .home .home-npm2 .below .li {
    width: 100%;
    height: auto;
    min-height: 4rem;
    margin-bottom: 0.2rem;
  }

  .home .home-npm2 .below .li:hover .txt .i i {
    width: 0.5rem;
  }

  .home .home-npm2 .below .li:nth-child(2) {
    width: 100%;
  }


  .home .home-npm2 .below .txt h5 {
    font-size: 0.34rem;
    line-height: .4rem;
  }

  .home .home-npm2 .below .txt h6 {
    font-size: 0.26rem;
    margin-top: 0.2rem;
    line-height: 1.4;
  }

  .home .home-npm2 .below .txt .i {
    height: 0.18rem;
    margin-top: 0.25rem;
  }

  .home .home-npm2 .below .li .play {
    margin-right: 1.5rem;
  }

  .home .home-npm2 .below .li .play .ico img {
    width: .78rem;
  }

  .home .home-npm2 .below .li p {
    margin-top: .2rem;
  }

  .home .home-npm2 .below .txt .i i {
    width: 0.5rem;
  }

  .home .home-npm3 {
    padding: 0.6rem 0 0;
  }

  .home .home-npm3 .above h5 {
    font-size: 0.36rem;
    margin-bottom: 0.25rem;
  }

  .home .home-npm3 .below {
    display: block;
    padding: 0;
    height: auto;
    overflow: hidden;
    background-size: cover;
    background-position: center left;
    background-image: none !important;
  }

  .home .home-npm3 .below .img {
    height: 3.5rem;
  }

  .home .home-npm3 .below .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home .home-npm3 .below .text {
    width: 100%;
    margin-top: 0;
    padding: .5rem .4rem .4rem;
    float: none;
    border: .02rem solid #e6e6e6;
  }

  .home .home-npm3 .below .text h5 {
    font-size: 0.5rem;
    line-height: 0.46rem;
    color: #808080;
  }

  .home .home-npm3 .below .text p {
    font-size: 0.26rem;
    margin-top: 0.15rem;
    line-height: 1.6;
    text-align: left;
  }

  .home .home-npm4 {
    padding: .6rem 0 0.8rem;
  }

  .home .home-npm4 .above h5 {
    font-size: 0.36rem;
  }

  .home .home-npm4 .below {
    padding-bottom: 0.5rem;
    overflow: hidden;
  }

  .home .home-npm4 .below :deep(.swiper-pagination) {
    display: flex !important;
    justify-content: center;
    bottom: 0;
  }

  .home .home-npm4 .below :deep(.swiper-pagination) span {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.04rem;
  }

  .home .home-npm4 .below :deep(.swiper-pagination) .swiper-pagination-bullet-active {
    background-color: #ffd15a;
  }

  .home .home-npm4 .below .ul {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    flex-wrap: nowrap;
  }

  .home .home-npm4 .below .ul .list {
    width: 3rem;
    margin-right: 0;
    flex-shrink: 0;

  }

  .home .home-npm4 .below .list .i {
    margin-top: .5rem;
    width: .4rem;
    height: .2rem;
    background: url(../images/home/ico31.png) no-repeat right center;
    background-size: 100%;
  }

  .home .home-npm4 .below .list .i img {
    display: none;
  }

  .home .home-npm4 .swiper-pagination {
    display: flex !important;
    justify-content: center;
    bottom: 0;
  }

  .home .home-npm4 .swiper-pagination span {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.04rem;
  }

  .home .home-npm4 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffd15a;
  }

  .home .home-npm4 .below .ul .list h4 {
    font-size: 0.26rem;
  }

  .home .home-npm4 .below .ul .list h5 {
    font-size: 0.28rem;
    margin-top: 0.15rem;
    line-height: 1.4;
    min-height: 0.48rem;
  }

  .home .home-npm4 .below .ul .list p {
    margin-bottom: 0.15rem;
  }

  .home .home-npm4 .below .ul .list .bot {
    margin-top: 0.18rem;
  }

  .home .home-npm4 .below .ul .list .top {
    border-bottom: 0.03rem solid #e9e7e3;
    padding-bottom: 0.15rem;
  }

  .home .home-npm4 .below .ul::after {
    display: none;
  }

  .subBan {
    height: 3.5rem;
    background-size: cover;
  }

  .subBan .w1280 {
    padding-bottom: .75rem;
  }

  .subBan .ri h5 {
    font-size: 0.24rem;
  }

  .subBan .ri h2 {
    font-size: 0.36rem;
    letter-spacing: .1rem;
    margin-top: .1rem;
  }

  .crumbs .w1280 {
    height: 1rem;
  }

  .crumbs .list a {
    font-size: 0.24rem;
    height: 1rem;
    line-height: 1rem;
    margin-right: 0.4rem;
  }

  .crumbs .list .inner-bor {
    height: 0.04rem;
  }



  .pop-text .cont {
    height: 80vh;
    top: calc(50% + 0.5rem);
  }

  .pop-text .cont .cle {
    right: 0.2rem;
    top: 0.2rem;
  }

  .pop-text .cont .fl {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }

  .pop-text .cont .fr {
    width: 100%;
    padding: 0.5rem;
  }

  .pop-text .cont .fr h3 {
    font-size: 0.36rem;
  }

  .pop-text .cont .fr h5 {
    font-size: 0.26rem;
    margin: 0.3rem 0 0.15rem;
  }

  .pop-text .cont .fr .p {
    height: 4rem;
  }

  .awards .awar-npm1 {
    padding: 0.95rem 0 1rem;
  }

  .awards .awar-npm1 .fl h5 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
    line-height: 0.48rem;
  }

  .awards .awar-npm1 .fr p {
    margin-bottom: 0.1rem;
  }

  .awards .awar-npm1 .below {
    margin-top: 0.55rem;
  }

  .awards .awar-npm1 .below .sildean {
    display: none;
  }

  .awards .awar-npm2 .slidul {
    height: 8rem;
  }

  .awards .awar-npm2 .slidul .box {
    display: block;
    padding: 0.5rem 0.3rem 0.8rem 0.3rem;
  }

  .awards .awar-npm2 .slidul .box .fl {
    margin-bottom: 0.2rem;
    width: 2rem;
  }

  .awards .awar-npm2 .slidul .box .fl h5 {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }

  .awards .awar-npm2 .slidul .box .fr {
    width: 100%;
    padding-top: 0.2rem;
  }

  .awards .awar-npm2 .slidul .box .fr h3 {
    font-size: 0.36rem;
  }

  .awards .awar-npm2 .slidul .box .fr h5 {
    font-size: 0.26rem;
    margin: 0.3rem 0 0.1rem;
  }

  .awards .awar-npm2 .slidul .box .fr .more {
    margin-top: 0.5rem;
    font-size: 0.26rem;
    padding-right: 0.37rem;
    background-size: 0.25rem;
  }

  .awards .awar-npm2 {
    padding: 0.85rem 0 1.2rem;
  }

  .awards .awar-npm2 .fl {
    padding-top: 0.2rem;
    float: left;
  }

  .awards .awar-npm2 .fl h5 {
    font-size: 0.36rem;
  }

  .awards .awar-npm2 .fr {
    float: right;
    width: 50%;
  }

  .awards .awar-npm2 .fr .el-select {
    width: 100%;
    line-height: 0.8rem;
  }

  .awards .awar-npm2 .fr .el-input__wrapper {
    height: 0.8rem;
  }

  .awards .awar-npm2 .fr .el-input__inner::placeholder,
  .awards .awar-npm2 .fr .el-input__inner {
    font-size: 0.24rem;
  }

  .awards .awar-npm2 .below {
    margin-top: 0.35rem;
  }

  .awards .awar-npm2 .below .img {
    height: 3.5rem;
  }

  .awards .awar-npm2 .below .txt {
    height: 0.85rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
  }

  .awards .awar-npm2 .below .txt::after {
    width: 0.25rem;
    height: 0.14rem;
    right: 0.3rem;
  }

  .awards .awar-npm2 .below .item {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .awards .awar-npm2 .below .item:hover .txt::after {
    right: 0.3rem;
  }

  .awards .awar-npm2 .below .item:nth-child(2n) {
    margin: 0 0 4% 0;
  }

  .awards .awar-npm3 {
    padding: 1rem 0 1.2rem;
  }

  .awards .awar-npm3 .box {
    display: block;
    height: auto;
  }

  .awards .awar-npm3 .box .item {
    height: 3.5rem;
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.5rem 0.4rem 0.4rem;
  }

  .awards .awar-npm3 .box .item h4 {
    font-size: 0.28rem;
  }

  .awards .awar-npm3 .box .item h5 {
    font-size: 0.36rem;
    margin-top: 0.1rem;
  }

  .awards .awar-npm3 .box .item .p p {
    font-size: 0.24rem;
  }

  .awards .awar-npm3 .box .item:last-child {
    margin-bottom: 0;
  }

  .awards .awar-npm2 .drop-down {
    height: .8rem;
  }

  .awards .awar-npm2 .drop-down .drop-txt {
    line-height: .8rem;
    font-size: .24rem;
  }

  .awards .awar-npm2 .drop-down ul li {
    line-height: .6rem;
    font-size: .24rem;
  }

  .awardee .awar-npm1 {
    padding: 1rem 0 1.1rem;
  }

  .awardee .awar-npm1 .item {
    padding: 0.25rem 0;
  }

  .awardee .awar-npm1 .item .top .fl {
    font-size: 0.36rem;
  }

  .awardee .awar-npm1 .item .top .fr {
    width: 0.5rem;
    height: 0.5rem;
  }

  .awardee .awar-npm1 .item .top .fr::after {
    width: 0.12rem;
    height: 0.07rem;
    background-size: 100% !important;
  }

  .awardee .awar-npm1 .item .bot .ul .box {
    display: block;
    height: 8rem;
    padding: 0.5rem 0.3rem 0.8rem 0.3rem;
  }

  .awardee .awar-npm1 .item .bot .ul .box .fl {
    margin-bottom: 0.2rem;
    width: 2rem;
  }

  .awardee .awar-npm1 .item .bot .ul .box .fl h5 {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }

  .awardee .awar-npm1 .item .bot .ul .box .fr {
    width: 100%;
    padding-top: 0.2rem;
  }

  .awardee .awar-npm1 .item .bot .ul .box .fr h3 {
    font-size: 0.36rem;
  }

  .awardee .awar-npm1 .item .bot .ul .box .fr h5 {
    font-size: 0.26rem;
    margin: 0.3rem 0 0.1rem;
  }

  .awardee .awar-npm1 .item .bot .ul .box .fr .more {
    margin-top: 0.5rem;
    font-size: 0.26rem;
    padding-right: 0.37rem;
    background-size: 0.25rem;
  }

  #footer {
    height: auto;
    padding: 0.9rem 0 .75rem;
    background-position: center top;
    background-size: auto 50%;
  }

  #footer .theewm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 555;
  }

  #footer .theewm .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  #footer .theewm .img {
    background: #fff;
    padding: 0.1rem;
    max-width: 2rem;
    max-height: 2rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }

  #footer .fl {
    margin-top: 0.25rem;
  }

  #footer .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0;
    border-bottom: .02rem solid rgba(255, 255, 255, 0.15);
    border-top: .02rem solid rgba(255, 255, 255, 0.15);
  }

  #footer .top .fl .p {
    margin: 0;
  }

  #footer .top .fr,
  #footer .top .fl {
    margin: 0;
  }

  #footer .bot {
    margin-top: .5rem;
  }

  #footer .pchide {
    display: none;
  }

  #footer .bot .img {
    width: 1.36rem;
  }

  #footer .bot p {
    color: rgba(255, 255, 255, 0.5);
    font-size: .24rem;
    margin-top: .2rem;
  }

  #footer .top .p a:last-child:after {
    display: none;
  }

  #footer .fl .img {
    width: 1.36rem;
  }

  #footer .fl a {
    font-size: 0.24rem;
  }

  #footer .fl .p {
    margin: 0.2rem 0 0.1rem;
    flex-wrap: wrap;
  }

  #footer .fl .p p {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 0.15rem;
  }

  #footer .fl .p a {
    padding-left: 0.35rem;
    display: inline-block;
  }

  #footer .fl .p a::after {
    width: 0.06rem;
    height: 0.06rem;
    right: 0.15rem;
    left: 0.15rem;
    top: 50%;
  }

  #footer .fl .p a:last-child::after {
    display: block;
  }

  #footer .fr {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }

  #footer .fr .social_icon_wechat {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100%;
  }

  #footer .fr .weChat_img {
    display: none;
  }

  .bottomsta .w1280 {
    display: block;
  }

  .bottomsta .fll {
    width: 100%;
    font-size: .24rem;
    line-height: 1.4;
    margin-bottom: .25rem;
  }

  .bottomsta {
    height: auto;
    padding-bottom: .3rem;
    border-bottom: .05rem solid #bdb0a0;
  }

  .bottomsta .frr>div {
    width: 1.5rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .28rem;
    margin-left: 0;
    margin-right: .25rem;
  }

  .contact .cont-npm1 {
    padding: .8rem 0 .65rem;
  }

  .contact .cont-npm1 .box .li {
    margin-top: .3rem;
    padding-top: .4rem;
  }

  .contact .cont-npm1 .box h3 {
    font-size: .36rem;
  }

  .contact .cont-npm1 .box h5 {
    font-size: .28rem;
    margin-top: .2rem;
  }

  .contact .cont-npm1 .box .li .fl {
    font-size: .28rem;
    margin-bottom: .3rem;
  }

  .contact .cont-npm1 .box .li .fl:nth-child(2) {
    margin-left: 0;
  }

  .contact .cont-npm1 .box .p {
    margin-bottom: .3rem;
  }

  .websitemap .law-npm1,
  .lawdata .law-npm1 {
    background: #f2f2f2;
    padding: 1.8rem 0 .9rem;
    margin-top: 0;
  }

  .lawdata .law-npm1 p {
    line-height: 1.4;
  }

  .websitemap .law-npm1 h3,
  .lawdata .law-npm1 h3 {
    font-size: .36rem;
    padding-bottom: .25rem;
  }

  .ondata .head_nav_btn span,
  .ondata .head_nav_btn span:before,
  .ondata .head_nav_btn span::after {
    background: #333;
  }

  .ondata#header .head {
    background: #fff;
  }

  .no-scroll .ondata#header .head {
    background: none;
  }

  .ondata#header:hover .logo {
    background: url(../images/logo.svg) no-repeat;
  }

  .ondata#header:hover {
    background: #fff !important;
  }

  .lawdataat .law-npm1 h3 {
    font-size: .26rem;
    margin-bottom: 0.15rem;
    margin-top: 0.3rem;
  }

  .lawdataat .law-npm1 h3 {
    font-size: .28rem;
    margin-top: 0.35rem;
  }

  .problemcopy .awar-npm1 {
    padding-top: .7rem;
  }

  .problemcopy .awar-npm1 .fll {
    width: 100%;
    float: none;
  }

  .problemcopy .awar-npm1 .frbg {
    width: 100%;
    margin-top: .45rem;
    border-radius: .1rem;
    padding: .85rem .3rem;
  }

  .problemcopy .titl-top .txt {
    padding-top: 0;
  }

  .problem .awar-npm1 .top .fl {
    padding-left: .55rem;
    background-size: .3rem;
    background-position: left center;
  }

  .problem .awar-npm1 .bot .p {
    padding-left: .5rem;
    background-size: .3rem;
    background-position: left top;
  }

  .titl-top {
    margin-bottom: .25rem;
  }

  .titl-top .txt .cn {
    font-size: .26rem;
  }

  .lawdata .law-npm1 h2 {
    font-size: .36rem;
    padding-bottom: 0.25rem;
  }

  .activityCnt1 .ul .dd .icon {
    width: .4rem;
    height: .2rem;
    margin-top: .25rem;
    background: url(../images/home/ico31.png) no-repeat right center;
    background-size: 100%;
  }

  .activityCnt1 .ul .dt {
    height: 3.5rem;
  }

  /* 登陆移动端 */
  .logonnbv .logonnbv-b {
    height: 3rem;
    padding: 0 .4rem .4rem .4rem;
  }

  .logonnbv .logonnbv-b .w1450 {
    width: 100%;
  }

  .logonnbv .ri h5 {
    font-size: .3rem;
  }

  .logonnbv .ri h2 {
    font-size: .3rem;
    margin-top: .1rem;
  }

  .logonnbv .logconsole {
    right: .5rem;
    top: .2rem;
  }

  .logonnbv .logconsole .dowtxt {
    top: 1.5rem;
  }

  .logonnbv .logconsole .txt {
    font-size: .26rem;
    margin-right: .1rem;
    line-height: 1.4;
  }

  .logonnbv .logconsole .img {
    width: .7rem;
    height: .7rem;
  }

  .logonnbv .logo {
    left: .4rem;
    bottom: .4rem;
    width: 1.13rem;
  }

  .logonnbv .crumbsa .a1 a {
    margin-left: .17rem;
  }

  .logonnbv .crumbsa a {
    margin-right: .3rem;
    font-size: .26rem;
    padding: .1rem 0;
  }

  .logonnbv .crumbsa .a {
    padding: .25rem 0 .2rem;
  }

  .logonnbv .crumbsa a::after {
    left: -.17rem;
  }

  .logonnbv .crumbsa a:nth-child(1)::after {
    width: .2rem;
    height: .2rem;
    background-size: 100%;
    left: -.25rem;
  }

  .cRole {
    width: 100%;
    float: none;
    margin: 0 0 .3rem;
    padding-top: .8rem;
    position: relative;
    top: auto;
  }

  .problem .frbg,
  .passworddata .frbg {
    width: 100%;
  }

  .passworddata.languagedatata .frbg {
    padding: .85rem .3rem;
  }

  .cRole .dt {
    height: auto;
    min-height: 3.5rem;
    padding: .5rem .2rem;
  }

  .cRole .dt .img {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 0 .35rem;
  }

  .cRole .dl {
    border-radius: .1rem;
  }

  .cRole .dt .tilEn {
    font-size: .3rem;
  }

  .cRole .dt .tilCn {
    font-size: .38rem;
    line-height: 1.4;
  }

  .passworddata {
    padding: 0 0 1.2rem;
  }

  .cRole .dd {
    border-radius: 0 0 .1rem .1rem;
    padding: .15rem .3rem .2rem;
  }

  .cRole .dd .li {
    padding-left: .26rem;
    font-size: .28rem;
    line-height: .2rem;
    height: .8rem;
    border-bottom: .02rem solid #eff1f2;
  }

  .cRole .dd .li:after {
    width: .07rem;
    height: .07rem;
  }

  .secretaryCnt .ri {
    width: 100%;
    padding: .5rem .3rem;
  }

  .secretaryCnt .roleRTop {
    padding: .3rem 0 .8rem;
  }

  .cTil2 h5 {
    font-size: .3rem;
    margin-bottom: .1rem;
  }

  .cTil2 h6 {
    font-size: .26rem;
    margin-bottom: 0.3rem;
  }

  .roleRTop .filtrate .c_down {
    width: 3rem;
  }

  .roleRTop .filtrate {
    display: flex;
  }

  .roleRTop .filtrate .c_down ul {
    top: .9rem;
  }

  .roleRTop .filtrate .c_down span {
    font-size: .26rem;
    line-height: .9rem;
    height: .9rem;
  }

  .c_down {
    width: 2.5rem;
  }

  .c_down span {
    font-size: .26rem;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .2rem;
  }

  .c_down li {
    font-size: .24rem;
    padding: 0 .16rem;
    line-height: .6rem;
  }

  .c_down ul {
    top: calc(100% + 3px);
  }

  .secretaryCnt .box2 {
    padding: .3rem 0 .2rem;
    border-top: .02rem solid #eff1f2;
  }

  .secretaryCnt .box2 .til {
    font-size: .28rem;
    margin-bottom: .1rem;
  }

  .secretaryCnt .box3 {
    padding: .3rem 0;
    flex-wrap: wrap;
  }

  .secretaryCnt .box3 ul {
    width: 100%;
    margin-top: .15rem;
    justify-content: space-between;
  }

  .secretaryCnt .box3 .createBtn {
    width: 3rem;
    height: .9rem;
    padding-left: .9rem;
    font-size: .26rem;
    line-height: .9rem;
    border-radius: .1rem;
    background: #ffc400 url(../images/secretary/iconKey.png) no-repeat .14rem .3rem;
    background-size: .48rem;
  }

  .secretaryCnt .box3 li {
    border-radius: .1rem;
    line-height: 1rem;
    height: 1rem;
    font-size: .36rem;
    width: 15%;
    margin-left: 0;
  }

  .secretaryCnt .form .row {
    margin-bottom: .2rem;
  }

  .secretaryCnt .form .txt {
    border-radius: .1rem 0 0 .1rem;
    min-width: 1.6rem;
    padding: 0 .2rem;
  }

  .secretaryCnt .form input {
    width: 100%;
    line-height: .9rem;
    height: .9rem;
    padding: .2rem;
  }

  .secretaryCnt .form .btn {
    font-size: .24rem;
    width: 4rem;
    margin-left: .1rem;
    height: .9rem;
    padding: .2rem 0;
    border-radius: .1rem;
  }

  .pop-sub .cont,
  .pop-drafts .cont {
    padding: .6rem 0 .35rem;
    border-radius: .1rem;
    top: calc(50% + .5rem);
  }

  .landindex .land-npm1 {
    padding: .9rem 0 1.2rem;
  }

  .landindex .land-npm1 .fl {
    max-width: 100%;
  }

  .landindex .land-npm1 .fl .en {
    font-size: .6rem;
    line-height: .55rem;
    margin-bottom: .2rem;
  }

  .landindex .land-npm1 .fl .cn {
    font-size: .28rem;
    margin-top: .1rem;
    display: none;
  }

  .landindex .land-npm1 .fl .txtloin {
    margin: .5rem 0;
  }

  .landindex .land-npm1 .flbox {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .landindex .land-npm1 .flbox .bot {
    min-width: 100%;
  }

  .landindex .land-npm1 .flbox .h5 {
    font-size: .32rem;
    margin-bottom: .35rem;
  }

  .landindex .land-npm1 .flbox .p p {
    line-height: 1.4;
  }

  .landindex .land-npm1 .flbox .p em {
    font-size: .28rem;
  }

  .landindex .land-npm1 .flbox .bot .inp.i3 .txt,
  .landindex .land-npm1 .flbox .bot .inp.i5 .txt,
  .landindex .land-npm1 .flbox .bot .inp.i6 .txt {
    min-width: 105px;
  }

  .sendPop .cnt {
    width: 92%;
    height: 285px;
    padding: .5rem .3rem;
  }

  .sendPop .cnt h4 {
    font-size: .28rem;
    line-height: 1.4;
  }

  .infoPop .cnt {
    padding: .3rem;
  }

  .infoPop .cnt .form {
    margin-top: .25rem;
  }

  .infoPop .cnt .ipt {
    width: 100%;
    margin-bottom: .2rem;
  }

  .infoPop .cnt .til {
    margin: 15px 0 5px;
    font-size: .28rem;
    line-height: 1;
  }

  .infoPop .cnt .p {
    font-size: .24rem;
    line-height: 1.2;
  }

  .infoPop .cnt .ipt input {
    height: .9rem;
  }

  .infoPop .cnt .fileBox .up {
    height: .9rem;
    line-height: .9rem;
  }

  .infoPop .cnt .btn {
    margin: 15px auto 0;
  }

  .titl-top h5 {
    font-size: .3rem;
    margin-bottom: .1rem;
  }

  .titl-top h6 {
    font-size: .26rem;
  }

  .languagedatata .langtxt {
    margin-top: .9rem;
    padding-top: .3rem;
    border-top: .02rem solid #eff1f2;
  }

  .languagedatata .langtxt .txt {
    margin-top: .4rem;
  }

  .languagedatata .langtxt .txt .en,
  .languagedatata .langtxt .txt .cn,
  .titl-top .txt .en,
  .landnomination .law-npm1 .item .en,
  .landnomination .law-npm1 .item .cn {
    font-size: .26rem;
    line-height: 1.4;
  }

  .languagedatata .langtxt .ul {
    justify-content: space-between;
  }

  .languagedatata .langtxt .ul .li {
    width: 32%;
    padding-left: .3rem;
    height: 1.6rem;
    margin-right: 0;
  }

  .languagedatata .langtxt .a {
    font-size: .26rem;
    line-height: .9rem;
    padding: 0 .25rem 0 .65rem;
    background-size: .33rem;
    background-position: .1rem center;
  }

  .languagedatata .langtxt .language {
    border-top: .02rem solid #eff1f2;
    padding-top: .26rem;
    margin-top: .36rem;
  }

  .passworddata .frbg {
    padding: .85rem .3rem;
  }

  .passworddata .modification,
  .titl-top .txt {
    margin-top: .9rem;
    padding-top: .3rem;
    border-top: .02rem solid #eff1f2;
  }

  .passworddata .modification .inp .p {
    min-width: 1.4rem;
    padding: 0 .2rem;
  }

  .passworddata .modification .inp {
    height: .9rem;
    margin-bottom: .2rem;
  }

  .passworddata .modification .inp input {
    height: .9rem;
    border-radius: 0 .1rem .1rem 0;
    background: #ebebeb;
    width: calc(100% - 1.6rem);
    padding: 0 .2rem;
  }

  .passworddata .modification .inp .code {
    line-height: .9rem;
  }

  .passworddata .modification .confirm {
    width: 1.6rem;
    line-height: .9rem;
    font-size: .28rem;
    border-radius: .1rem;
    margin: .4rem 0 0 1.6rem;
  }

  .inp::placeholder {
    font-size: .24rem;
  }

  .problem .frbg,
  .passworddata .frbg {
    padding: .85rem .3rem;
    border-radius: .1rem;
  }

  .passworddata .modification.Basicmod .inp:nth-child(4) input {
    width: 2rem;
  }

  .passworddata .modification.Basicmod .inp:nth-child(3) input,
  .passworddata .modification.Basicmod .inp:nth-child(5) input {
    width: 2.5rem;
  }

  .passworddata .modification.Basicmod .p {
    margin-right: 0;
    min-width: 1.3rem;
  }

  .passworddata.passworddataname .modification.Basicmod .p {
    min-width: 1.6rem;
  }

  .landindex .land-npm1 .flbox .bot .inp {
    margin-bottom: .4rem;
    height: .9rem;
  }

  .landindex .land-npm1 .flbox .bot .inp input {
    min-width: inherit;
  }

  .landindex.register .land-npm1 .flbox .bot .inp input {
    min-width: inherit;
  }

  .landindex .land-npm1 .flbox .bot .inp.i4 .btn {
    line-height: .9rem;
  }

  .landindex .land-npm1 .flbox .bot .inp.i4 .btn {
    height: .9rem;
  }

  .landindex .land-npm1 .flbox .bot .inp.i1 .txt::after,
  .landindex .land-npm1 .flbox .bot .inp.i2 .txt::after {
    width: .2rem;
    height: .24rem;
    background-size: 100%;
    left: .3rem;
  }

  .landindex .land-npm1 .flbox .handleSubmit {
    line-height: .9rem;
  }

  .secretaryCnt .tabberWr {
    overflow-x: auto;
    margin: 0;
  }

  .secretaryCnt .tabberWr table tr {
    display: flex;
  }

  .cRole .dd .li em {
    width: .3rem;
    height: .3rem;
    border-radius: 0.08rem;
    line-height: 1.3;
    font-size: .24rem;
    right: -0.4rem;
    top: -2px;
  }

  .logonnbv .logconsole .dowtxt a em,
  #header .head-ri .logconsole .dowtxt a em {
    width: .3rem;
    height: .3rem;
    border-radius: 0.08rem;
    line-height: 1.3;
    font-size: .24rem;
    top: 2px;
  }

  .secretaryCnt .tabberWr table {
    width: 18rem;
  }

  .secretaryCnt .tabberWr table th,
  .secretaryCnt .tabberWr table td {
    font-size: .28rem;
  }

  .secretaryCnt .tabberWr .bomWr {
    flex-wrap: wrap;
  }

  .nominateList1.operatingFloor .secretaryCnt .tabberWr table td.c_down {
    height: 43px;
  }

  .nominateDetails .modification .inp:nth-child(odd) {
    width: 100%;
  }

  .nominateDetails .modification .inp:nth-child(even) {
    width: 100%;
  }

  .nominateDetails .modification .inp:nth-child(odd) .p,
  .nominateDetails .modification .inp:nth-child(even) .p {
    width: 100px;
  }

  .passworddata .modification.Basicmod .inp:nth-child(1) .p {
    width: 80px;
  }

  .passworddata .modification.Basicmod .inp:nth-child(1) .p {
    width: 1.3rem;
  }

  .nominateDetails .modification .inp.text {
    flex-wrap: wrap;
  }

  .nominateDetails .modification .inp.text .p {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .nominateDetails .retBtn {
    top: 0;
  }

  .landnomination .law-npm1 .frbg {
    width: 100%;
    padding: .85rem .3rem;
  }

  .landnomination .law-npm1 .item1 .ul .li {
    width: 100%;
    height: 1.6rem;
    padding: 0 .25rem 0 .2rem;
  }

  .landnomination .law-npm1 .item .ul .li em {
    font-size: .32rem;
  }

  .landnomination .law-npm1 .item .fr .inp .txtbox {
    width: 100%;
  }

  .landnomination .law-npm1 .item,
  .landnomination .law-npm1 .item.item5 {
    border-top: .02rem solid #dedede;
    padding: .3rem 0 .35rem 0;
  }

  .landnomination .law-npm1 .item .fr .inp {
    margin-bottom: .4rem;
  }

  .landnomination .levelul {
    width: 100%;
  }

  .landnomination .law-npm1 .item.item3 .drop-down .ul {
    width: calc(100% - 175px);
  }

  .landnomination .law-npm1 .item .fr .inp em {
    left: .1rem;
  }

  .landnomination .law-npm1 .item .text {
    margin-bottom: .25rem;
  }

  .landnomination .law-npm1 .item .text .ico {
    width: .4rem;
  }

  .landnomination .law-npm1 .item .text .p {
    font-size: .26rem;
    margin-left: .1rem;
  }

  .landnomination .law-npm1 .item .text .p span {
    font-size: .24rem;
  }

  .landnomination .law-npm1 .item .drop-down {
    width: 100%;
  }

  .landnomination .law-npm1 .item.item3 .fr .inp .txt {
    min-width: 175px;
  }

  .landnomination .ensure {
    font-size: .24rem;
    margin-bottom: .45rem;
  }

  .landnominationlayui .law-npm1 .item.item2 .fr .inp #yea3::after,
  .landnomination .law-npm1 .drop-down .drop-txt::after {
    width: .15rem;
    height: .09rem;
    right: .2rem;
    background-size: 100%;
  }

  .landnomination .law-npm1 .item .fr .inp.inpload .fleip {
    font-size: .26rem;
  }

  .landnomination .law-npm1 .item .fr .inp.inpload .attachments {
    font-size: .24rem;
    width: 50%;
    margin-left: .1rem;
    line-height: 1.3;
  }

  .landnomination .law-npm1 .item .fr .inp.inpload .file-item {
    width: 100%;
  }

  .landnomination .law-npm1 .item .fr .inp.inpload .file-info {
    width: 100%;
  }

  .landnomination .law-npm1 .item .fr .textarea {
    width: 100%;
    margin-bottom: .5rem;
  }

  .landnomination .law-npm1 .at {
    min-width: auto;
    line-height: .9rem;
    background-size: .44rem;
    width: auto;
    background-position: .1rem center;
    padding: 0 .35rem 0 .7rem;
  }

  .landnomination {
    padding: 0 0 1.2rem;
  }

  .landnomination .law-npm1 .item .a1 {
    width: 1.8rem;
    top: .9rem;
  }

  .pop-drafts .cont a {
    width: 90%;
  }

  .pop-sub .cont h5,
  .pop-drafts .cont h5 {
    font-size: .28rem;
  }

  .pop-sub .confirm {
    padding: 0 .4rem;
    font-size: .24rem;
    line-height: .64rem;
  }

  .landnomination .law-npm1 .drop-down ul li {
    line-height: .6rem;
    padding: 0 .2rem;
  }

  .entranceTicket .btn {
    width: 100%;
    height: .9rem;
    line-height: .9rem;
  }

  .entranceTicket .p {
    line-height: 1.4;
  }

  .entranceTicket .cnt {
    padding: .45rem .3rem;
    height: auto;
    min-height: auto;
  }

  .entranceTicket li {
    width: 15%;
    height: .9rem;
    line-height: .9rem;
    font-size: .28rem;
  }

  .entranceTicket .p2 {
    margin: .13rem 0 .23rem;
  }
}


/* 全屏新增 */
.operatingFloor {
  position: relative;
}

.fullBtn {
  float: right;
  overflow: hidden;
  padding-top: 30px;
}

.fullBtn span {
  float: right;
  padding-left: 16px;
  background: url(../images/quxBtn.png) no-repeat left center;
  margin-bottom: 20px;
  cursor: pointer;
  color: #333333;
}

.fullTabberWr {
  display: none;
  padding: 35px 54px 70px;
  height: calc(100% + 89px);
  position: absolute;
  left: 0;
  top: -89px;
  width: 100vw;
  background-color: #f5f6f7;
  z-index: 10000;
}

.fullTabberWr .tableVis {
  overflow: auto;
  padding-bottom: 20px;
}

/* .el-table--scrollable-x .el-table__body-wrapper{
  padding-bottom: 30px;
} */
.el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar-thumb,
.fullTabberWr .tableVis::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #f0f0f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0
}

.el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar-thumb,
.fullTabberWr .tableVis::-webkit-scrollbar-thumb {
  background-color: #ffa200;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0
}

.fullTabberWr .tableBox {
  background-color: #FFF;
  border-radius: 10px;
  background-color: #FFF;
  padding: 40px 15px 70px;
  clear: both;

}

.fullTabberWr .tableBox td p {
  font-size: 14px;
}

.fullTabberWr .tableBox2 td a,
.fullTabberWr .tableBox2 td p {
  font-size: 15px;
  margin: 0;
  color: #808080;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.el-select-dropdown {
  z-index: 20000 !important;
}

/* .fullTabberWr .thead th{
  background-color: #f0f0f0 !important;
} */
.el-table th.el-table__cell {
  background-color: #f0f0f0 !important;
  color: #4c4c4c;
  font-size: 17px;
  /* font-weight: bold; */
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background-color: #f0f0f0 !important;
}

.fullTabberWr .tableBox2 th:nth-child(1) {
  padding-left: 4px;
}

.fullTabberWr .tableBox2 td:nth-child(1),
.fullTabberWr .tableBox2 th:nth-child(1) {
  font-size: 0;
}

.fullTabberWr .tableBox .c_down {
  margin-left: 0;

}

.fullTabberWr .tableBox .c_down span {
  margin-top: 5px;
}

.fullTabberWr .fxBtn {
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-top: 25px;
  color: #262e89;
  cursor: pointer;
  margin-top: 0;
  background: #ffd25a;
}

.fullTabberWr .tableBox table {
  width: 100%;
}

.fullTabberWr .tableBox td,
.fullTabberWr .tableBox th {
  height: 60px !important;
  background-color: #f0f0f0;
  text-overflow: ellipsis;
  padding: 0 10px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 50px;
}

.fullTabberWr .tableBox td:nth-child(1),
.fullTabberWr .tableBox th:nth-child(1) {
  min-width: 40px;
  padding-left: 15px !important;
}

.fullTabberWr .tableBox td:last-child,
.fullTabberWr .tableBox th:last-child {
  min-width: 70px;
  /* width: 70px; */
}

.fullTabberWr .tableBox2 td {
  color: #808080;
}

.fullTabberWr .tableBox2 tr:nth-child(2n) td {
  background-color: #FFF;
}

.fullTabberWr .che {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
  /* background: url(../images/fullTabberWr-che2.png) no-repeat center; */
}

.fullTabberWr .che::before {
  content: '';
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border: 2px solid #aeaeae;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}

.fullTabberWr .che.on::before {
  border: 2px solid #ffa200;
  /* background: url(../images/fullTabberWr-che.png) no-repeat center; */
}

.fullTabberWr .sxBtn {
  float: left;
  /* display: none; */
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  margin-top: 25px;
  color: #262e89;
  cursor: pointer;
  margin-top: 0;
  padding: 0 30px;
  margin-bottom: 20px;
  background: #ffd25a;
}

.fullTabberWr .bomWr {
  display: flex;
  margin: 30px 30px 0;
  justify-content: space-between;
}

.fullTabberWr .bomWr .c {
  font-size: 30px;
  color: #f1543f;
  font-family: "BrutalType-ExtraBold";
  line-height: 1;
}

.fullTabberWr .bomWr .p {
  font-size: 17px;
  color: #787878;
  line-height: 20px;
}

.fullTabberWr .pagination {
  margin-top: 0;
}

.fullTabberWr .fxBtn.disabled {
  cursor: not-allowed !important;
  opacity: .5 !important;
}

/* jiang  */
.landnomination .law-npm1 #toperr4 .fr>p,
.landnomination .law-npm1 #toperr2 .fr>p {
  /* font-size: 15px;*/
  margin-bottom: 15px;
}

.landnomination .law-npm1 .item5 .txt-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.landnomination .law-npm1 .item5 .fr {
  width: 66.4%;
}

.landnomination .law-npm1 .item5 .li {
  border-bottom: 2px solid #dedede;
  padding-top: 25px;
}

.landnomination .law-npm1 .item5 .li:nth-last-child(1) {
  border-bottom: 0;
}

.landnomination .law-npm1 .item5 .li:nth-child(1) {
  padding-top: 0;
}

.landnomination .law-npm1 .item5 .txt-p h6 {
  font-size: 17px;
  color: #333333;
  padding-left: 20px;
  position: relative;

}

.landnomination .law-npm1 .item5 .txt-p h6::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffa200;
  border-radius: 50%;
}

.landnomination .law-npm1 .item5 .txt-p .num {
  font-size: 30px;
  letter-spacing: -2px;
  color: #405fd1;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #2875e2 -40%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "BrutalType-ExtraBold";
  line-height: 1;
}

.landnomination .law-npm1 .item5 .fr .inp .txtbox {
  width: 100%;
}

.landnomination .law-npm1 .item5 .fr .inp .txt {
  width: 55.4%;
}

.landnomination .law-npm1 .item5 .i_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  overflow: hidden;
}

.nominate-d .law-npm1 .i_submit,
.landnomination .law-npm1 .item5 .i_sub .i_submit {
  width: 220px;
  background-image: url(../images/awards/submitto2.png);
}

.landnomination .law-npm1 .i_sub .i_sub—cont {
  display: flex;
}

.landnomination .law-npm1 .i_sub .i_sub—cont .tips1 {
  margin-right: 10px;
}

.landnomination .law-npm1 .item5 .i_sub .tips .p:nth-child(1) {
  display: block;
}

.landnomination .law-npm1 .item5 .i_sub .tips .p:nth-child(2) {
  display: none;
}

.landnomination .law-npm1 .item5 .i_sub .tips.on .p:nth-child(1) {
  display: none;
}

.landnomination .law-npm1 .item5 .i_sub .tips.on .p:nth-child(2) {
  display: block;
}

.landnomination .law-npm1 .item5 .i_sub .tips .p {
  padding-left: 20px;
  font-size: 15px;
  color: #b2b2b2;
  background: url(../images/awards/tip_ic1.png) no-repeat left center;
}

.landnomination .law-npm1 .item5 .i_sub .tips.on .p {
  background: url(../images/awards/tip_ic2.png) no-repeat left center;
  color: #00b884;
}

.landnomination .law-npm1 .item5 .i_sub .i_time {
  font-size: 17px;
  color: #aeaeae;
  margin-left: 10px;
  display: inline-block;
}

.landnomination .law-npm1 .item .down_click {
  position: absolute;
  right: 0;
  top: 50px;
  width: 32px;
  height: 32px;
  background: url(../images/awards/ico18.png) no-repeat center center;
  cursor: pointer;
  z-index: 1000;
  transition: all .6s;
  transform: rotate(180deg);

}

.landnomination .law-npm1 .item .down_click.on {
  transform: rotate(0);
}

.landnomination .law-npm1 .item .down_Box {
  display: none;
}

.landnomination .law-npm1 .item2 .down_Box {
  display: block;
}

.landnomination .law-npm1 #toperr4 .fr .toperr4_download {
  display: inline-block;
  padding-left: 15px;
}

.nominate-d .law-npm1 .item1 .ul {
  margin-top: 0;
}

.nominate-d .law-npm1 .item2 .fl .text p {
  color: #666;
}

.nominate-d .law-npm1 .item.item2 .fr {
  width: 66.4%;
}

.nominate-d .law-npm1 .item .fr .inp .txtbox {
  width: auto;
}

.nominate-d .law-npm1 .item.item2 .fr .inp .txt,
.nominate-d .law-npm1 .item .fr .inp .tidate {
  min-width: 220px;
}

.Beitimingrenlistgo .law-npm1 .item.item5 .li {
  padding-bottom: 30px;
}

.Nominatetuijie .law-npm1 .frbg {
  float: none;
  margin: 0 auto;
}

.landnomination .law-npm1 .item .fr .textBox {
  width: 625px;
  background: #ebebeb;
  margin-bottom: 24px;
}

.landnomination .law-npm1 .item .fr .textBox h6 {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 17px;
  color: #666666;
}

.landnomination .law-npm1 .item .fr .textBox h6 span {
  font-size: 15px;
  color: #999999;
}

.landnomination .law-npm1 .item .fr .textBox textarea {
  background: #ebebeb;
  margin-top: 10px;
  padding-top: 0;
  height: 175px;
}

.nominate-d .law-npm1 .sign {
  overflow: hidden;
  border-top: none;
  padding: 0;
  position: unset;
  display: flex;
  justify-content: right;
  width: 66.4%;
  margin-top: 40px;
}

.nominate-d .ensure {
  margin-bottom: 10px;
}

.nominate-d .law-npm1 .sign .inp {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ebebeb;
  float: left;

  padding-bottom: 10px;
}

.nominate-d .law-npm1 .sign .inp input::placeholder {
  color: #666666;
  font-size: 32px;
}

.nominate-d .law-npm1 .sign .inp:nth-child(1) {
  /* width: 24%;
  margin-right: 20px; */
}

.nominate-d .law-npm1 .sign .inp p {
  font-size: 32px;
  line-height: 1;
  /* font-family: 'MoonStarsKai-Regular'; */
  width: 140px;
}

.nominate-d .law-npm1 .sign .inp:nth-child(2) {
  width: 33%;
}

.nominate-d .law-npm1 .sign .inp .sign-name:focus {
  background: #fff;
}

.nominate-d .law-npm1 .sign .inp .txt {
  font-size: 17px;
  color: #666666;
  line-height: 1;
  min-width: 100px;
}

.nominate-d .law-npm1 .sign .inp span {
  display: block;
}

.nominate-d .law-npm1 .sign .inp input {
  width: 150px;
  height: 100%;
  min-height: 60px;
  padding: 0 0 0 0;
  border-radius: 0 5px 5px 0;
  border: none;
  outline: none;
  font-size: 32px;
  color: #808080;
}

.nominate-d .law-npm1 .item6 {
  border-top: none;
}

.nominate-d .law-npm1 .item6::after {
  content: unset;
}

.landnomination.nominate-dd .law-npm1 .frbg {
  float: none;
  margin: 0 auto;
}

.landnomination.nominate-dd .law-npm1 .titl-top h6 {
  text-align: center;
}

.landnomination.nominate-dd .law-npm1 .item6 .at {
  background-image: none;
  text-align: center;
  padding: 0 35px;
}

.landnomination.nominate-dd .law-npm1 .item6 {
  border: 0;
  width: 60%;
  margin: 0 auto;
  padding: 50px 0 0;
  justify-content: center;
}

.landnomination.nominate-dd .law-npm1 .item::after,
.landnomination.nominate-dd .law-npm1 .item::before {
  content: unset;
}

@media screen and (max-width:1500px) {

  .landnomination .law-npm1 .item .fr .inp input,
  .landnomination .law-npm1 .item .fr .inp .txt {
    font-size: 15px;
  }

  .landnomination .law-npm1 .item .fr .inp.inpload .fleip {
    font-size: 14px;
  }
}

@media screen and (max-width:1280px) {
  .landnomination .law-npm1 .item .fr .inp.inpload .fleip {
    font-size: 13px;
  }
}

/* jiang  */
.landnomination .law-npm1 #toperr4 .fr>p,
.landnomination .law-npm1 #toperr2 .fr>p {
  /* font-size: 15px;*/
  margin-bottom: 15px;
}

.landnomination .law-npm1 .item5 .txt-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.landnomination .law-npm1 .item5 .fr {
  width: 66.4%;
}

.landnomination .law-npm1 .item5 .li {
  border-bottom: 2px solid #dedede;
  padding-top: 25px;
}

.landnomination .law-npm1 .item5 .li:nth-last-child(1) {
  border-bottom: 0;
}

.landnomination .law-npm1 .item5 .li:nth-child(1) {
  padding-top: 0;
}

.landnomination .law-npm1 .item5 .txt-p h6 {
  font-size: 17px;
  color: #333333;
  padding-left: 20px;
  position: relative;

}

.landnomination .law-npm1 .item5 .txt-p h6::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffa200;
  border-radius: 50%;
}

.landnomination .law-npm1 .item5 .txt-p .num {
  font-size: 30px;
  letter-spacing: -2px;
  color: #405fd1;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #2875e2 -40%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "BrutalType-ExtraBold";
  line-height: 1;
}

.landnomination .law-npm1 .item5 .fr .inp .txtbox {
  width: 100%;
}

.landnomination .law-npm1 .item5 .fr .inp .txt {
  width: 55.4%;
}

.landnomination .law-npm1 .item5 .i_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  overflow: hidden;
}

.nominate-d .law-npm1 .i_submit,
.landnomination .law-npm1 .item5 .i_sub .i_submit {
  width: 220px;
  background-image: url(../images/awards/submitto2.png);
}

.landnomination .law-npm1 .i_sub .i_sub—cont {
  display: flex;
}

.landnomination .law-npm1 .i_sub .i_sub—cont .tips1 {
  margin-right: 10px;
}

.landnomination .law-npm1 .item5 .i_sub .tips .p:nth-child(1) {
  display: block;
}

.landnomination .law-npm1 .item5 .i_sub .tips .p:nth-child(2) {
  display: none;
}

.landnomination .law-npm1 .item5 .i_sub .tips.on .p:nth-child(1) {
  display: none;
}

.landnomination .law-npm1 .item5 .i_sub .tips.on .p:nth-child(2) {
  display: block;
}

.landnomination .law-npm1 .item5 .i_sub .tips .p {
  padding-left: 20px;
  font-size: 15px;
  color: #b2b2b2;
  background: url(../images/awards/tip_ic1.png) no-repeat left center;
}

.landnomination .law-npm1 .item5 .i_sub .tips.on .p {
  background: url(../images/awards/tip_ic2.png) no-repeat left center;
  color: #00b884;
}

.landnomination .law-npm1 .item5 .i_sub .i_time {
  font-size: 17px;
  color: #aeaeae;
  margin-left: 10px;
  display: inline-block;
}

.landnomination .law-npm1 .item .down_click {
  position: absolute;
  right: 0;
  top: 50px;
  width: 32px;
  height: 32px;
  background: url(../images/awards/ico18.png) no-repeat center center;
  cursor: pointer;
  z-index: 1000;
  transition: all .6s;
  transform: rotate(180deg);

}

.landnomination .law-npm1 .item .down_click.on {
  transform: rotate(0);
}

.landnomination .law-npm1 .item .down_Box {
  display: none;
}

.landnomination .law-npm1 .item2 .down_Box {
  display: block;
}

.landnomination .law-npm1 #toperr4 .fr .toperr4_download {
  display: inline-block;
  padding-left: 15px;
}

.nominate-d .law-npm1 .item1 .ul {
  margin-top: 0;
}

.nominate-d .law-npm1 .item2 .fl .text p {
  color: #666;
}

.nominate-d .law-npm1 .item.item2 .fr {
  width: 66.4%;
}

.nominate-d .law-npm1 .item .fr .inp .txtbox {
  width: auto;
}

.nominate-d .law-npm1 .item.item2 .fr .inp .txt,
.nominate-d .law-npm1 .item .fr .inp .tidate {
  min-width: 220px;
}

.Beitimingrenlistgo .law-npm1 .item.item5 .li {
  padding-bottom: 30px;
}

.Nominatetuijie .law-npm1 .frbg {
  float: none;
  margin: 0 auto;
}

.landnomination .law-npm1 .item .fr .textBox {
  width: 625px;
  background: #ebebeb;
  margin-bottom: 24px;
}

.landnomination .law-npm1 .item .fr .textBox h6 {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 17px;
  color: #666666;
}

.landnomination .law-npm1 .item .fr .textBox h6 span {
  font-size: 15px;
  color: #999999;
}

.landnomination .law-npm1 .item .fr .textBox textarea {
  background: #ebebeb;
  margin-top: 10px;
  padding-top: 0;
  height: 175px;
}

.nominate-d .law-npm1 .sign {
  overflow: hidden;
  border-top: none;
  padding: 0;
  position: unset;
  display: flex;
  justify-content: right;
  width: 66.4%;
  margin-top: 40px;
}

.nominate-d .ensure {
  margin-bottom: 10px;
}

.nominate-d .law-npm1 .sign .inp {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ebebeb;
  float: left;

  padding-bottom: 10px;
}

.nominate-d .law-npm1 .sign .inp input::placeholder {
  color: #666666;
  font-size: 32px;
}

.nominate-d .law-npm1 .sign .inp:nth-child(1) {
  /* width: 24%;
  margin-right: 20px; */
}

.nominate-d .law-npm1 .sign .inp p {
  font-size: 32px;
  line-height: 1;
  /* font-family: 'MoonStarsKai-Regular'; */
  width: 140px;
}

.nominate-d .law-npm1 .sign .inp:nth-child(2) {
  width: 33%;
}

.nominate-d .law-npm1 .sign .inp .sign-name:focus {
  background: #fff;
}

.nominate-d .law-npm1 .sign .inp .txt {
  font-size: 17px;
  color: #666666;
  line-height: 1;
  min-width: 100px;
}

.nominate-d .law-npm1 .sign .inp span {
  display: block;
}

.nominate-d .law-npm1 .sign .inp input {
  width: 150px;
  height: 100%;
  min-height: 60px;
  padding: 0 0 0 0;
  border-radius: 0 5px 5px 0;
  border: none;
  outline: none;
  font-size: 32px;
  color: #808080;
}

.nominate-d .law-npm1 .item6 {
  border-top: none;
}

.nominate-d .law-npm1 .item6::after {
  content: unset;
}

.landnomination.nominate-dd .law-npm1 .frbg {
  float: none;
  margin: 0 auto;
}

.landnomination.nominate-dd .law-npm1 .titl-top h6 {
  text-align: center;
}

.landnomination.nominate-dd .law-npm1 .item6 .at {
  background-image: none;
  text-align: center;
  padding: 0 35px;
}

.landnomination.nominate-dd .law-npm1 .item6 {
  border: 0;
  width: 60%;
  margin: 0 auto;
  padding: 50px 0 0;
  justify-content: center;
}

.landnomination.nominate-dd .law-npm1 .item::after,
.landnomination.nominate-dd .law-npm1 .item::before {
  content: unset;
}

@media screen and (max-width:1500px) {

  .landnomination .law-npm1 .item .fr .inp input,
  .landnomination .law-npm1 .item .fr .inp .txt {
    font-size: 15px;
  }

  .landnomination .law-npm1 .item .fr .inp.inpload .fleip {
    font-size: 14px;
  }
}

@media screen and (max-width:1280px) {
  .landnomination .law-npm1 .item .fr .inp.inpload .fleip {
    font-size: 13px;
  }
}

.landnomination .law-npm1 .item5 .i_sub .at {
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

@media screen and (max-width: 850px) {
  .landnomination .law-npm1 .item5 .fr {
    width: 100%;
    margin-top: 1rem;
  }

  .landnomination .law-npm1 .item .fr .inp .txt {
    white-space: unset;
    font-size: 12px;
    text-wrap: auto;
    line-height: 1.2;
  }

  .landnomination .law-npm1 .item5 .i_sub {
    flex-wrap: wrap;
  }

  .landnomination .law-npm1 .item5 .i_sub .at {
    margin-bottom: .4rem;
  }

  .landnomination .law-npm1 .item5 .i_sub—cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .landnomination .law-npm1 .item .fr .inp.inpload .flexw {
    height: 2rem;
  }
}

.operatingFloor .secretaryCnt .tabberWr table td .cBtn {
  padding: 10px;
  line-height: 1;
  background-color: #ffa200;
  text-align: center;
  display: inline-block;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}

/* ===== review1 */
.review .cTil2 {
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 2px solid #dedede;
}

.review .h4 {
  color: #203288;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px;
}

.review .xBox {
  margin-bottom: 40px;
}

.review .xBox h5 {
  color: #333333;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.review .xBox p {
  color: #808080;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.review .soxCard {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.review .soxCard .ca {
  margin-bottom: 20px;
  height: auto;
  padding: 37px 28px 90px;
  border-radius: 5px;
  width: calc(50% - 10px);
  background-color: #f5f6f7;
  background-repeat: no-repeat;
  background-position: left 28px bottom 20px;
}

.review .soxCard .s1 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: bold;
}

.review .soxCard .s2 {
  color: #808080;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

.review .ysTable {
  margin-top: 30px;
  background-color: #f5f6f7;
  padding: 30px;
}

.review .ysTable table {
  width: 100%;
}

.review .ysTable td {
  width: 50%;
  height: 66px;
  border-bottom: 1px solid #e1e2e3;
  color: #4c4c4c;
}

.review .ysTable td:nth-child(1) {
  border-right: 20px solid transparent;
}

.review .ysTable td em {
  color: #999999;
}

.review .ysTable .lus {
  color: #999999;
  padding: 10px 0 20px;
}

.review .ysTable .taxBtn {
  width: 430px;
  background-color: #4669da;
  height: 72px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.review .ysTable .taxBtn span {
  color: #ffffff;
  font-size: 20px;
  margin-right: 14px;
}

.review .uoaItem {
  padding: 10px;
  background-color: #f2f4f5;
}

.review .to {
  padding: 25px 20px;
}

.review .bo {
  padding: 25px 20px;
  background-color: #ffffff;
}

.review .hs1 {
  margin-bottom: 8px;
}

.review .kla {
  margin-top: 20px;
  display: flex;
  align-items: center;

}

.review .kla span {
  color: #808080;
  font-size: 15px;
  line-height: 1;
}

.review .kla span em {
  color: #f31e1e;
  margin-right: 4px;
}

.review .kla input {
  height: 45px;
  padding: 0 15px;
  border: 1px solid #dee0e0;
  width: 80px;
  margin-left: 10px;
  border-radius: 3px;
}

.review .uoaItem {
  margin-bottom: 30px;
}

.review .t1 {
  margin-bottom: 18px;
  color: #333333;
  font-size: 17px;
  line-height: 1.3;
}

.review .xBox>.zoKla {
  margin: -10px 0 20px 28px;
}

.review .reviewTextarea {
  padding: 20px 28px;
  border: 1px solid #dee0e0;
  border-radius: 5px;
}

.review .reviewTextarea .t1 {
  color: #808080;
  font-size: 15px;
  line-height: 1.3;
}

.review .reviewTextarea .t1 em {
  color: #f31e1e;
  margin-right: 4px;
}

.review .reviewTextarea textarea {
  display: block;
  width: 100%;
  height: 120px;
  border: 0;
}

.review .reviewTextarea textarea::placeholder {
  color: #999999;
}

.review .item6 {
  display: flex;
}

.review .item6 .at {
  min-width: 165px;
  line-height: 75px;
  border-radius: 5px;
  background: #ffd25a url(../images/awards/submitto1.png) no-repeat;
  background-position: 10px center;
  padding: 0 35px 0 65px;
  color: #2a2a2a;
  cursor: pointer;
}

.review .item6 .drafts {
  background: #0e46c7 url(../images/awards/submitto.png) no-repeat;
  background-position: 10px center;
  color: #fff;
  margin-left: 10px;
}

.reviewUfxTable {
  width: 100%;
  border: 1px solid #f0f0f0;
}

.reviewUfxTable th {
  height: 60px;
  background-color: #f0f0f0;
  padding: 0 20px;
  color: #4c4c4c;
  font-size: 17px;
}

.reviewUfxTable td {
  height: 60px;
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #808080;
  font-size: 15px;
}

/* .review4Table th{
    display: table-cell !important;
float: none !important;
  width: auto !important;
}
.review4Table tr{
  display: table-row !important;
}
.review4Table  td{
  display: table-cell !important;
float: none !important;
width: auto !important;
} */
.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td {
  margin-left: 0;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(3) {
  width: 12%;
  margin-left: 2px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(2) {
  width: 10%;
  margin-left: 2px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(4) {
  width: 12%;
  margin-left: 2px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(5) {
  width: 8%;
  margin-left: 2px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(6) {
  width: 12%;
  margin-left: 2px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(7) {
  width: 8%;
  margin-left: 2px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(8) {
  width: 12%;
  margin-left: 4px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(9) {
  width: 8%;
  margin-left: 2px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(10) {
  width: 8%;
  margin-left: 2px;
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr.review4Table table td:nth-child(11) {
  width: 8%;
}

.secretaryCnt .tabberWr.review4Table table th {
  padding-left: 10px;
}

.nominateList1 .kuxSelete {
  float: right;
  margin-bottom: 30px;
  margin-top: -50px;
  margin-right: -30px;
  position: relative;
  z-index: 100;
}

.nominateList1 .kuxSelete::after {
  content: "";
  display: block;
  clear: both;
}

.nominateList1 .kuxSelete .ttk {
  float: left;
  color: #888686;
  line-height: 50px;
}

.accreditaion .nav{
    height: 85px;
    width: 100%;
    background-color: #f5f5f5;
  }
  .accreditaion .cont{
    padding-top: 70px;
  }
  .accreditaion{
    padding-bottom: 100px;
  }
  .accreditaion .cont .w1280{
    width: 1285px;
    margin: 0 auto;
  }
  .accreditaion .list{
    padding:25px 0 5px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
  }
  .accreditaion .list.fixed{
    position: fixed;
      top: 0;
      background: #fff;
      width: 1285px;
      border: 0;
      box-shadow: 0px 0px 31px rgba(0,0,0,.05);
      padding-bottom: 15px;
  }
  .accreditaion  .list a{
  border: 1px solid #eeebe3;
    border-radius: 25px;
    height: auto;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    transition: all .5s;
  }
  .accreditaion .list a.on ,
  .accreditaion .list a:hover{
    color: #333333;
    background-color: #ffa200;
    border: 1px solid #ffa200;
  }
  .accreditaion .list a.on em,
  .accreditaion .list a:hover em{
    color: #333333;
  }
  .accreditaion .list a em{
    font-size: 20px;
    font-family: 'Gilroy-Bold';
    color: #ffa200;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 600;
    margin-right: 9px;
    transition: all .5s;
  }
  .accreditaion .ct li{
    margin-bottom: 40px;
  }
  

@media (max-width:1000px) {
  .nominateList1 .kuxSelete .ttk {
    line-height: .8rem;
    font-size: .26rem;
  }

  .nominateList1 .kuxSelete {
    float: none;
    margin-right: 0;
    margin-top: -.5rem;
    margin-bottom: .2rem;
  }

  .review4Table {
    width: 100%;
  }
  
  .reviewUfxTableWrap {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
  }

  .reviewUfxTable {
    width: 720px;
  }

  .review .h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .review .xBox h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .review .xBox p {
    font-size: 12px;
    line-height: 1.6;
  }

  .review .xBox {
    margin-bottom: 25px;
  }

  .review .soxCard .ca {
    padding: 20px 15px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    background-position: left 10px bottom 20px;
  }

  .review .soxCard .s1 {
    font-size: 15px;
  }

  .review .soxCard .s2 {
    font-size: 12px;
    line-height: 1.5;
    height: 220px;
  }

  .review .ysTable {
    padding: 15px;
  }

  .review .ysTable .taxBtn {
    width: 100%;
    padding: 0 15px;
    height: 50px;
  }

  .review .ysTable .taxBtn span {
    font-size: 14px;
  }

  .review .t1 {
    font-size: 14px;
  }

  .review .to {
    padding: 15px 10px;
  }

  .review .bo {
    padding: 15px 10px;
  }

  .review .ysTable td {
    display: flex;
    width: 100%;
    align-items: center;
    height: auto;
    padding: 10px 0;
  }

  .review .kla span {
    font-size: 12px;
  }

  .review .kla input {
    height: 34px;
  }

  .review .reviewTextarea {
    padding: 15px 10px;
  }

  .review .t1 {
    margin-bottom: 10px;
  }

  .review .item6 {
    transform: scale(.8);
    transform-origin: 0 0;
  }

  .review .item6>div {
    font-size: 16px;
  }

  .reviewUfxTable th {
    font-size: 14px;
    height: 50px;
  }

  .reviewUfxTable td {
    font-size: 13px;
    height: 40px;
  }


}


/* 1.18 */
.uyaxYxBox .ti {
  padding: 30px 0;
}

.uyaxYxBox .lit {
  margin-right: 34px;
  color: #4c4c4c;
  font-size: 17px;
  cursor: pointer;
}

.uyaxYxBox .lit.on {
  color: #0e46c7;
}

.uyaxYxBox .uyaxDd {
  display: none;
}

.uyaxYxBox .uyaxDd:nth-child(1) {
  display: block;
}

.CRS_far {
  overflow: hidden;
}

.CRS_far h3 {
  color: #333333;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.CRS_far p {
  color: #808080;
  font-size: 15px;
  line-height: 26px;
}

.CRS_far .gkx {
  margin-bottom: 30px;
}

.CRS_far .gkx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.CRS_far .gkx li {
  display: flex;
  align-items: center;
  margin-right: 34px;
  font-size: 15px;
}

.CRS_far .gkx em {
  color: #f31e1e;
}

.CRS_far .gkx li input {
  height: 46px;
  border-radius: 3px;
  border: 1px solid #dee0e0;
  padding: 0 14px;
}

.CRS_far .gkx li:nth-child(1) input {
  width: 200px;
}

.CRS_far .gkx li:nth-child(2) input {
  width: 300px;
}

.CRS_far h5 {
  color: #333333;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.CRS_far .tup {
  padding-bottom: 45px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.CRS_far .hxCa {
  float: right;
  color: #808080;
  font-size: 15px;
  text-align: right;
}

.canvasQmWrap {
  float: left;
  display: none;
}

.canvasQm {
  display: flex;
}

.canvasQm button {
  background-color: #e9e9e9;
  border: 1px solid #aeacac;
  border-top: 0;
  padding: 10px 4px;
  font-size: 14px;
}

.canvasQm button:nth-child(1) {
  border-top: 1px solid #aeacac;
}

.canvasQm .handler {
  display: grid;
}

.CRS_far .hxCa .qmImg {
  width: 126px;
  height: 50px;
  border: 1px solid #dee0e0;
  border-radius: 3px;
  /* overflow: hidden; */
  margin-left: 10px;
}

.CRS_far .hxCa .qm {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.submitBtn {
  height: 74px;
  background-color: #ffd25a;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  font-size: 20px;
  cursor: pointer;
  margin-top: 37px;
}

.submitBtn img {
  margin-right: 6px;
}

@media (max-width:1000px) {
  .uyaxYxBox .ti {
    padding: 20px 0;
  }

  .uyaxYxBox .ti span {
    font-size: 14px;
    margin-right: 15px;
  }

  .CRS_far .gkx li {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .CRS_far .gkx li input {
    width: 140px !important;
  }

  .CRS_far h3 {
    font-size: 20px;
  }

  .submitBtn {
    height: 55px;
    font-size: 16px;
  }

  .canvasQm {
    margin-bottom: 30px;
  }

  .canvasQm button {
    font-size: 12px;
    width: 46px;
    padding: 6px 4px;

  }
}

.sczfBtn {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #CCC;
  line-height: 1;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 20px;
}


/* jiaNg */
/* 快捷入口 enter.html */
.enter{
  background-color: #f5f6f7;
}
.enter .crumbsa .w1450{
  height: 89px;
  align-items: center;
}
.enterCont{
  padding-bottom: 120px;

}
.enterCont .w1450{
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 40px;
}
.enterCont ul{
 overflow: hidden;
}
.enterCont ul li{
  width: 23.86%;
  max-width: 327px;
  float: left;
  text-align: center;
  margin-right: 20px;
  border-radius: 0 0 8px 8px;
}
.enterCont ul li:nth-last-child(1){
  margin-right: 0;
}
.enterCont ul li a{
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
.enterCont ul li a:hover{
  color: #ff6600;
}
.enterCont ul li .tit{
  height: 100px;
  padding: 0 25px;
  background: linear-gradient(to top, #314bbf , #5172e0);
  border-radius:  8px 8px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.enterCont ul li .tit::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/enter_ic.png) no-repeat center/cover;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.enterCont ul li .tit .i{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center; justify-content: center;
  
}
.enterCont ul li .tit h6{
  padding-left: 15px;
  color: #fff;
}
.enterCont ul li .list{
  padding: 0 20px;
  border: 1px solid #e6e7e8;
  border-top: 0;
  height: 196px;
}
.enterCont ul li .list a{
  height: 65px;
  line-height: 65px;
  padding-left: 20px;
  position: relative;
  text-align: left;
  font-size: 16px;
  color: #808080;
  border-bottom: 1px solid #e6e7e8;
  transition: all .5s;
}
.enterCont ul li .list a:nth-child(3){
  border-bottom: 0;
}
.enterCont ul li .list a::after{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c4c4c4;
  border-radius: 50%;
  transition: all .5s;
}
.enterCont ul li .list a::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 6px;
  height: 10px;
  background: url(../images/enter_ic5.png) no-repeat center/cover;
  transition: all .5s;
}
.enterCont ul li .list a:hover{
  color: #ff6600;
}
.enterCont ul li .list a:hover:after{
  background-color: #ff6600;
}
.enterCont ul li .list a:hover:before{
  right: 4px;

}

@media screen and (max-width: 1500px) {
  .enterCont ul li {
    width: 23.6%;
  }
}
@media screen and (max-width: 1280px) {
  .enterCont ul li {
    width: 49%;
    max-width: none;
    margin-bottom: 1.5%;
    margin-right: 1.5%;
  }
  .enterCont ul li:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .enterCont ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .enterCont .w1450{
    padding: .8rem .4rem;

  }
  .enterCont{
    padding-bottom: .8rem;
  }
  .enter .crumbsa .w1450{
    height: 1.2rem;
  }
}
.landnomination .law-npm1 .i_sub .i_sub—cont{
    overflow: hidden;
    display: block;
    float: left;
    width: auto;
    margin-top: 11px;

}
.landnomination .law-npm1 .i_sub .i_sub—cont .tips{
    float: left;
}
.landnomination .law-npm1 .item5 .i_sub{
    display: block;
    width: 60vw;
    max-width: 940px;
}
.nominate-d .law-npm1 .i_submit, .landnomination .law-npm1 .item5 .i_sub .i_submit{
    float: left;
    margin-right: 20px;
}
.landnomination .law-npm1 .item5 .i_sub .ps{
    color: #787878;
    width: 60%;
    float: left;
    font-size: 15px;
}
.landnomination .frbg .ps{
    color: #787878;
    font-size: 15px;
}



/* jiang 修改 2025.2.7 */
.review1 .echats_Box{
    position: relative;
    overflow: hidden;
}
.review1 .echats_Box .item{
    float: left;
    width: calc(50% - 10px);
    position: relative;
}
.review1 .echats_Box .item:nth-child(1){
    margin-right: 20px;
}
.review1 .echats_Box .list{
    position: absolute;
    left: 270px;
    top: 45px;
}
.review1 .echats_Box .list li{
    margin-bottom: 15px;
    font-size: 15px;
    color: #808080;
    position: relative;
}
.review1 .echats_Box .list li:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.review1 .echats_Box #chart,.review1 .echats_Box #chart2{
    position: relative;
    left: -20px;
    overflow: hidden;
}
.review1 .echats_Box #chart::before,.review1 .echats_Box #chart2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 255px;
    height: 255px;
    background: url(../images/review/yuan.jpg) no-repeat center/200px 200px;
    overflow: hidden;
}
@keyframes yuan {
    0%{
        transform: scale(0.4);
    }
    100%{
        transform: scale(1);
    }
}
#chart2.animated::before,
#chart.animated::before {
    animation: yuan 1.5s  forwards;
}
.review1 .echats_Box .list li:nth-child(1):after{
    background-color: #b5c6f8;
}
.review1 .echats_Box .list li:nth-child(2):after{
    background-color: #5b7be5;
}
.review1 .echats_Box .list li:nth-child(3):after{
    background-color: #1442e2;
}
.review1 .echats_Box .list li:nth-child(4):after{
    background-color: #1519b9;
}
.review1 .echats_Box .item:nth-child(1) h2{
    position: absolute;
       top: 108px;
    left: 46px;
}
.review1 .echats_Box .item:nth-child(2) h2{
    position: absolute;
    top: 93px;
    left: 29px;
    line-height: 20px;
}
.review1 .echats_Box h2{
    text-align: center;
    font-size: 12px;
    color: #808080;
}
.review1 .echats_Box h2 em{
    font-size: 42px;
    font-family: "DIN";
    color: #ffa200;
    letter-spacing: -2px;
    line-height: 1;
}
@keyframes scaleAnimation {
    0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);

  }
}
#chart2.animated,
#chart.animated {
    animation: scaleAnimation 1.5s forwards;
}
.review1 .uoaItem {
    position: relative;
}
.review1 .uoaItem .down_click {
       cursor: pointer;
    z-index: 100;
    transition: all .6s;
    color: #ffa200;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 19px;
}
.review .bo{
    display: none;
}
.review1-1 .bo{
    display: block;
    margin: 0 20px 20px;
}
.review1-2 .bo{
    display: none;
    margin: 0 20px 20px;
}
    /* .review1 .uoaItem .down_click.on {
        transform: rotate(0);
    } */
.review1-2 .xBox .ysTable{
    padding: 00;
    background-color: transparent;
}
.review1 .uoaItem .bo .txt p>em{
    display: inline-block;
    width: 75px;
}
.review1-2 .reviewTextarea2 {
   border: 0;
   margin: 20px;
   background-color: #fff;
   border: 1px solid #dee0e0;
   border-radius: 5px;

}
.review1-2 .reviewTextarea2 textarea{
   min-height: 20px;
   border: 0;
   overflow: hidden;
   height: auto;

}
.review1-2 .form-item{
    margin-top: 40px;
}
.review1-2 .form-item ul li{
    height: 60px;
    padding: 0 30px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review1-2 .form-item ul li > div{
    color: #808080;
        width: 33%;
    text-align: center;
        font-size: 16px;
}
.review1-2 .form-item ul li:nth-child(odd){
    background-color: #f0f0f0;
}
.review1-2 .form-item ul li:nth-child(even){
    background-color: #fff;
}
.review1-2 .form-item ul li .btn{
    padding: 7px ;
    color: #d0d0d0;
    text-align: center;
    border: 1px solid #dee0e0;
}
.review1-2 .form-item ul li .inp em,
.review1-2 .form-item ul li .btn em:nth-child(1){
    display: block;
}
.review1-2 .form-item ul li .inp input,
.review1-2 .form-item ul li .btn em:nth-child(2){
    display: none;
}
@media screen and (max-width:878px) {
    .review1 .echats_Box .item{
            float: none;
            width: 100%;
            margin-right: 0;
    }
    .review1 .uoaItem .down_click{
        width: 24px;
        height: 24px;
        background-size: cover;
    }
}
@media screen and (max-width:600px) {
    .review1 .echats_Box .list{
        left: 250px;
    }
}

.topReturnBtnW {
  text-align: right;
  height: 0;
  position: relative;
  z-index: 1000;
}

.topReturnBtn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffa200;
  color: #FFF;
  border-radius: 5px;
}

@media screen and (max-width:900px) {
  .topReturnBtn {
    padding: 6px 10px;
    font-size: 12px;
    height: auto;
  }
}