:root {
  --theme-color: #1eaa39;
  --theme-bg-color: linear-gradient(90.00deg, rgb(14, 193, 144), rgb(30, 170, 57) 100%);
  --theme-color-hover: #0F9729;
  --theme-bg-color-hover: linear-gradient(90.00deg, #04B484, #0F9729 100%);
}

.header .header-top {
  background-color: #fff;
}

.header-cont {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-cont .theme {
  display: flex;
  align-items: center;
}

.header-cont .theme .qr {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.header-cont .theme img {
  width: 80px;
}

.header-cont .theme .txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

.header-cont .select .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.header-cont .select .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-cont .select .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.header-cont .select .cn {
  margin-bottom: 10px;
}

.header-cont .select .cn .icon {
  background: rgb(230, 0, 17);
  color: rgb(254, 217, 97);
}

.header-cont .select .en .icon {
  background: rgb(29, 35, 127);
  color: rgb(255, 0, 0);
}

.header-cont .select a {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
}

.header .header-nav {
  height: 80px;
  background: var(--theme-bg-color);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.header .header-nav .header-question {
  width: 640px;
}

.header .header-nav .header-question div {
  display: inline-block;
  vertical-align: middle;
}

.header .header-nav .header-question .why_box {
  background-color: #fff;
  display: block;
  margin: 20px -20px -20px;
  height: 310px;
}

.header .header-nav .header-question .why_box .tip {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: lighter;
  color: #333;
}

.header .header-nav .header-question .why_logo {
  display: block;
  height: 90px;
  text-align: center;
}

.header .header-nav .header-question .why_logo img {
  max-width: 200px;
}

.header .header-nav .header-question .why_view {
  display: block;
  text-align: center;
}

.header .header-nav .header-question .question-icon {
  width: 80px;
  height: 80px;
  background: url(../images/question.png) no-repeat 50%;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 30px;
}

.header .header-nav .header-question .question {
  font-size: 16px;
  color: #fff;
  line-height: 80px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.header .header-nav .header-question .question #question_content {
  cursor: pointer;
}

.header .header-nav .header-question .question .qusetion-content {
  display: none;
  position: absolute;
  width: 770px;
  background-color: #639bd4;
  color: #fff;
  padding: 20px;
  z-index: 200;
  left: -33px;
  font-size: 16px;
}

.header .header-nav .header-question .question .qusetion-content .close {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: url(../images/question-close.png) no-repeat 50%;
}

.header .header-nav .header-question .question .qusetion-content h1,
.header .header-nav .header-question .question .qusetion-content p {
  padding-top: 26px;
  line-height: 24px;
}

.header .header-nav .header-question .question .qusetion-content h1:before {
  content: "问：";
  display: inline-block;
  vertical-align: middle;
}

.header .header-nav .header-question .question .qusetion-content p:before {
  content: "答：";
  display: inline-block;
  vertical-align: middle;
}

.header .header-nav .header-question .question span {
  padding-right: 20px;
}

.header .header-nav .nav {
  margin-top: 28px;
}

.header .header-nav .nav li {
  float: left;
  margin: 0 30px;
  cursor: pointer;
}

.header .header-nav .nav li:last-child {
  margin-right: 0;
}

.header .header-nav .nav li a {
  color: #fff;
  cursor: pointer;
}

.header .header-nav .nav .other {
  position: relative;
  padding-left: 22px;
}

.header .header-nav .nav .other:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  background: url(../images/other.png) no-repeat 50%;
}

.qrcodeDownload {
  margin-left: 40px;
  width: 78px;
}

.qrcodeDownload img {
  display: block;
  width: 100%;
}

.privacy {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}

.privacy .privacy_cont {
  padding: 10px 30px;
  background-color: #fff;
  width: 20%;
  height: 400px;
  overflow-y: scroll;
  margin: 250px auto;
}

.privacy .privacy_cont p {
  margin: 10px 0;
}

.privacy .privacy_cont h1 {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.privacy .privacy_cont h2 {
  font-weight: 600;
  font-size: 20px;
}

.privacy .privacy_btn {
  display: block;
  margin: 0 auto;
  background: var(--theme-bg-color);
  width: 100px;
  border: 1px solid;
  padding: 9px 15px;
  color: #fff;
  transition: background-color 0.5s;
  margin-top: 50px;
}

.privacy .privacy_btn:hover {
  background: var(--theme-bg-color-hover);
}

@media only screen and (min-width: 640px) and (max-width: 1420px) {
  .header .header-nav .header-question {
    width: 560px;
  }

  .header .header-nav .header-question .question-icon {
    margin-right: 10px;
  }

  .header .header-nav .nav li {
    margin: 0 18px;
  }
}

input[type="checkbox"] {
  position: relative;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

input[type="checkbox"]:checked:before {
  background-image: url(../images/checkbox.png);
  background-color: var(--theme-color);
}

input[type="checkbox"]:before {
  content: "";
  display: block;
  background-color: #816d4c;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 14px;
  height: 14px;
}

.footer {
  background: var(--theme-bg-color-hover);
  color: #fff;
  padding: 14px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .fl div {
  padding: 6px 0;
}

.footer .fr li {
  float: left;
  margin-left: 10px;
}

.search-area {
  text-align: center;
  margin-top: 214px;
}

.search-area form {
  display: inline-block;
}

.search-area .search_input {
  float: left;
  border: 1px solid #969696;
  width: 417px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 2px 53px 2px 5px;
}

.search-area .btn {
  width: 116px;
  height: 36px;
  float: left;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: #c8c8c8;
}

.search-result-content .title {
  font-size: 18px;
  color: #004386;
  line-height: 32px;
}

.search-error,
.search-result-empry {
  text-align: center;
  width: 100%;
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto 100px;
}

.search-result-content {
  max-width: 1200px;
  margin: auto;
}

.search-item {
  padding: 20px 0;
  border-bottom: 1px dashed #333;
}

.posAbs {
  position: absolute;
}

.section h2 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
}

.sections {
  position: relative;
}

.sections .section_c {
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  min-height: 610px;
  opacity: 0;
}

.section-query {
  padding: 50px 0 80px;
  background-color: #f4f4f4;
}

.section-query .query-box {
  width: 1000px;
  margin-right: 20px;
  float: left;
}

.section-query .inputView {
  padding: 20px 40px;
  /* width: 418px; */
  width: 100%;
  border: 1px solid #d2d2d2;
  height: 38px;
  line-height: 38px;
  float: left;
  outline: none;
}

.section-query .inputView+.inputView {
  border-left: none;
}

.section-query .number {
  font-family: "AdriaGrotesk ExtraLight";
}

.section-query .selected {
  position: relative;
  cursor: pointer;
  z-index: 101;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACZSURBVHjadMsxCsQgFIThiSx5lWAdch7P4BUUUu8dTLt3SPc8lWVAeKWgW20IS5xu4P8QYwzGmJxSshgspWSNMTnGGFStdS6lLM654wkxs3XOHaWUpdY6Q0RUCGEH0InovCNmtkR0Auje+11EFABARJT3/kLMbIfxb3+oE1Efxk9oFL/uR2vdROS9rmuepqlt2/bRWrd78x0AXA5kzxjRXmcAAAAASUVORK5CYII=) no-repeat 95% 50%;
}

.section-query .selected .option-box {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: -1px;
  background-color: #f4f4f4;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 1px 0 8px 0 #d1d1d1;
  -moz-box-shadow: 1px 0 8px 0 #d1d1d1;
  -ms-box-shadow: 1px 0 8px 0 #d1d1d1;
  box-shadow: 1px 0 8px 0 #d1d1d1;
}

.section-query .selected .option-box .option {
  padding: 0 40px;
  line-height: 40px;
}

.section-query .selected .option-box .option:hover {
  background: var(--theme-bg-color);
  color: #fff;
}

.section-query .query-btn {
  float: right;
  width: 380px;
  height: 80px;
  line-height: 80px;
  background: var(--theme-bg-color);
  color: #fff;
  border: none;
  outline: none;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.section-query .query-btn:hover {
  background: var(--theme-bg-color-hover);
}

.section-list {
  position: absolute;
  padding-bottom: 80px;
  z-index: -1;
}

.section-list .page-cen {
  position: relative;
  z-index: 10;
}

.section-list .prev,
.section-list .next {
  position: absolute;
  top: 10px;
  width: 36px;
  height: 36px;
  background: url(../images/index-arrow.png) no-repeat;
  right: 0;
  cursor: pointer;
}

.section-list .prev {
  right: 60px;
}

.section-list .next {
  background-position: -56px 0;
}

.section-list .linkList {
  height: 504px;
}

.section-list .linkList ul {
  float: left;
}

.section-list .linkList li {
  opacity: 0;
  width: 676px;
  height: 100px;
  background-color: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  margin-top: 26px;
  margin-right: 48px;
  float: left;
}

.section-list .linkList li.odd {
  margin-right: 0;
}

.section-list .linkList li a {
  color: #000;
  display: block;
}

.section-list .linkList li.animated {
  opacity: 1;
}

.section-login {
  height: 610px;
  background: url(../images/index.jpg) no-repeat 50%;
  background-size: cover;
}

.section-login .page-cen {
  position: relative;
  height: 100%;
}

.section-login .view {
  position: absolute;
  right: 0;
  top: 80px;
  width: 378px;
  /* background: url(../images/bg1.png); */
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-login .view .view-title {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: default;
}

.section-login .view .view-title li {
  float: left;
  width: 50%;
}

.section-login .view .view-title li+li div {
  border-left: none;
}

.section-login .view .view-title li div {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-login .view .view-title li.active {
  background-image: url(../images/bg2.png);
}

.section-login .view .box li {
  display: none;
  padding-top: 20px;
}

.section-login .view .box li.active {
  display: block;
}

.section-login .view .box li form>label {
  position: relative;
  display: block;
  width: 320px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 auto 20px;
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
}

.section-login .view .box li form>label:before {
  position: absolute;
  left: 20px;
  top: 10px;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/lgoin-input.png) no-repeat;
}

.section-login .view .box li form>label.verification {
  position: relative;
}

.section-login .view .box li form>label.verification span {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

cursor:ppointer .section-login .view .box li form>label.verification span:hover {
  text-decoration: underline;
}

.section-login .view .box li form>label.verification input {
  width: 50%;
}

.section-login .view .box li form>label.verification:before {
  background-position-x: -24px;
}

.section-login .view .box li form>label.password:before {
  background-position-x: -48px;
}

.section-login .view .box li form>label input {
  color: #fff;
  width: 215px;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4); */
  padding: 12px 30px 10px 75px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

.section-login .view .box li form>label input::-moz-placeholder {
  color: #ccc;
}

.section-login .view .box li form>label input::-webkit-input-placeholder {
  color: #ccc;
}

.section-login .view .box li form>label input::-ms-input-placeholder {
  color: #ccc;
}

.section-login .view .box button {
  display: block;
  width: 320px;
  height: 48px;
  line-height: 48px;
  background: var(--theme-bg-color);
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-login .view .box .expansion {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 30px;
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.section-login .view .box .expansion a {
  color: #c6c6c6;
  display: block;
  text-align: center;
}

.section-login .view .box .expansion a span {
  color: var(--theme-bg-color);
}

.section-login .view .box .expansion label {
  color: #c6c6c6;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.section-org {
  padding: 60px 0 80px;
}

.section-org .tip {
  float: right;
  font-size: 12px;
  line-height: 12px;
  margin-top: 20px;
}

.section-org .listView li {
  width: 16.66666667%;
  float: left;
  text-align: center;
}

.section-org .listView li div {
  border: 1px solid #e6e8ec;
  padding: 20px 0;
  height: 58px;
  line-height: 58px;
}

.section-org .listView li img {
  max-height: 58px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.section-org .listView li+li div {
  border-left: none;
}

.section-org .listView+.listView li div {
  border-top: none;
}

.main-wrap-3D {
  transition: transform 0.6s, opacity 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.main-wrap-3D-hide {
  transform: scale3d(0.8, 0.8, 1);
  opacity: 0;
}

.main-inner {
  position: absolute;
  width: 100%;
  height: 50%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.main-inner-up {
  background: #f4f4f4;
  transform: translate3d(0, -100%, 0);
}

.main-inner-down {
  top: 50%;
  background: #f4f4f4;
  transform: translate3d(0, 100%, 0);
}

.main-wrap-3D.main-inner-open {
  z-index: 100;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.main-wrap-3D-hide .main-inner,
.main-inner-open .main-inner {
  transform: translate3d(0, 0, 0);
}

.footer .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 640px) and (max-width: 1420px) {
  .section-query .inputView {
    padding: 16px 30px;
    /* width: 368px; */
    width: 100%;
  }

  .section-query .query-box {
    width: 860px;
  }

  .section-query .query-btn {
    width: 290px;
    height: 72px;
    line-height: 72px;
  }

  .section-list .linkList li {
    width: 572px;
    height: 80px;
    line-height: 80px;
    margin-right: 26px;
  }

  .section-login {
    height: 572px;
  }

  .sections .section_c {
    min-height: 572px;
  }
}

/* 抖动 */
@keyframes shake {

  10%,

  90% {

    transform: translate3d(-1px, 0 0);

  }

  20%,

  80% {

    transform: translate3d(2px, 0, 0);

  }

  30%,

  50%,

  70% {

    transform: translate3d(-4px, 0, 0);

  }

  40%,

  60% {

    transform: translate3d(4px, 0, 0);

  }

}

.apply-shake {

  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;

}

.verifyImg_wrap {
  position: relative;
}

.verifyImg_wrap::before {
  content: '点击刷新验证码';
  position: absolute;
  bottom: -13px;
  left: 9px;
  font-size: 12px;
}

/* 抖动 */