@import './normalize.css';
body,
html {
  height: 100%;
  /* user-select: none; */
  -webkit-tap-highlight-color: transparent; /* webkit是苹果浏览器引擎，tap点击，highlight背景高亮，color颜色，颜色用数值调节 */
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.register_free {
}
input {
  border: none;
  outline: none;
}
button {
  border: none;
}
i {
  font-style: normal;
}
@font-face {
  font-family: 'fonts';
  src: url('../fonts/Roadgeek\ 2005\ Engschrift.ttf') format('truetype');
}

.container {
  position: relative;
  z-index: 10;
}
.container .pc-header .nav-section,
.container .pc-header-fixed .nav-section {
  padding: 0;
  background: #fff;
  position: relative;
}
.container .pc-header .nav-section .wrap .logo,
.container .pc-header-fixed .nav-section .wrap .logo {
  padding: 16px 0;
}
.container .pc-header .nav-section .wrap .nav-box .nav>a, 
.container .pc-header .nav-section .wrap .nav-box .nav>span,
.container .pc-header-fixed .nav-section .wrap .nav-box .nav>a, 
.container .pc-header-fixed .nav-section .wrap .nav-box .nav>span {
  padding: 24px 24px 20px;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  margin: 0;
}
.container .pc-header .nav-section .wrap .nav-box .nav>a:hover, 
.container .pc-header .nav-section .wrap .nav-box .nav>span:hover,
.container .pc-header-fixed .nav-section .wrap .nav-box .nav>a:hover, 
.container .pc-header-fixed .nav-section .wrap .nav-box .nav>span:hover {
  color: #3370ff;
  border-bottom: 4px solid #3370ff;
}
.button {
  background: bisque;
  color: #fff;
  padding: 10px 25px;
}

.modal {
  position: relative;
  z-index: 20;
}
.modal > input {
  display: none;
}

.modal > input ~ * {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.modal .overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  margin: 0;
  border-radius: 0;
  background: rgba(17, 17, 17, 0.6);
  transition: all 0.3s;
  z-index: 999;
}

.modal .overlay ~ * {
  border: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.2, 0.2);
  z-index: 1000000;
  transition: all 0.3s ease;
}

.main {
  background: #fff;
  /* padding: 10px; */
  border-radius: 5px;
  position: relative;
}

.modal > input:checked ~ * {
  display: block;
  opacity: 1;
  max-height: 10000px;
}

.modal > input:checked ~ .overlay ~ * {
  max-height: 90%;
  overflow: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) scale(1, 1);
}
.mainTop {
  width: 417px;
  height: 70px;
  border-bottom: 0.5px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.mainTopRigthImg {
  width: 20px;
  height: 20px;
  padding-left: 20px;
  cursor: pointer;
  background-image: url('/img/close.png');
}
.mainTopLeft {
  width: 34%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #222426;
}
.mainTopRigth {
  width: 7%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 40px;
  color: #ccc;
}
.formmain input {
  width: 250px;
  border-bottom: 0.5px solid #ccc;
  padding-bottom: 5px;
}
.formmain input[type='radio'] {
  width: 32px;
  margin-left: 32px;
}
.formmain input[type='radio'] + label {
  text-align: left;
}

.formmain {
  width: 100%;
}
.formmain label {
  display: inline-block;
  width: 119px;
  text-align: right;
  margin-right: 10px;
  font-size: 16px;
  color: #222426;
  padding-right: 15px;
}
.formmain select {
  width: 250px;
  border: none;
  border-bottom: 0.5px solid #ccc;
  outline: none;
  padding-bottom: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* background: url("../img/arrow-down.png") no-repeat scroll right center transparent; */
  background: url('../img/arrow-down.png') no-repeat scroll right center
    transparent;
  background-size: 15px;
}
.formmain .form-item:first-child {
  margin-top: 40px;
}
.formmain .form-item {
  padding-bottom: 40px;
  position: relative;
}
.formmain .form-item .validate {
  color: #ff405c;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  bottom: 16px;
  left: 129px;
  display: none;
}
.mainFooter {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.footerbtn {
  width: 80%;
  height: 35%;
  border: none;
  outline: none;
  border-radius: 17px;
  background-color: #3370ff;
  border-radius: 28px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.required-b {
  color: red;
}
.validate {
}
#select_o {
  color: rgb(121, 116, 116);
}
#select_op {
  color: black;
  padding-top: 10px;
  margin-top: 10px;
}
#select_oa {
  color: rgb(121, 116, 116);
}
#select_opb {
  color: black;
}
.container {
}
.container .btn {
  /* pointer-events: none; */
  text-align: center;
  vertical-align: middle;
}
.container .btntxt {
  text-align: center;
  vertical-align: middle;
}
.container .loadimg {
  height: 16px;
  vertical-align: middle;
  display: none;
}
*[data-animation='ripple'] {
  height: 100%;
  width: 350px;
  display: block;
  outline: none;
  padding: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #3370ff;
  box-sizing: border-box;
  text-align: center;
  line-height: 14px;
  font-family: roboto, helvetica;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  /*border-radius: 50px;*/
  -webkit-tap-highlight-color: transparent;
  border-radius: 20px;
}

*[data-animation='ripple']:focus {
  outline: none;
}

*[data-animation='ripple']::selection {
  background: transparent;
  pointer-events: none;
}
.Mask {
  width: 100%;
  height: 100%;
  background-color: red;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.6);
  z-index: 2;
  display: none;
}
.modal1 {
  width: 417px;
  position: fixed;
  z-index: 3;
  display: none;
  top: 200px;
  left: 750px;
}
.yuyue {
  width: 196px;
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  margin-top: 40px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  cursor: pointer;
}
.yuyue:hover {
  background: #3370ff;
  color: #fff;
}
.yuyue img {
  width: 20px;
  margin-left: 3px;
}
.popup {
  width: 240px;
  background: white;
  height: 80px;
  position: absolute;
  z-index: 100001;
  left: 50%;
  margin-left: -120px;
  right: 50%;
}
.loadding {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /* background: rgba(17, 17, 17, 0.6); */
  z-index: 100;
  overflow: hidden;
  line-height: 578px;
  text-align: center;
}
.loadding .loadimg {
  display: inline-block;
}

/* 提示弹框start */
.messageBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  /* line-height: 1.5715; */
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}

.messageBox .msg-content-box {
  padding: 8px;
  text-align: center;
}

.messageBox .msg-content-box:first-child {
  margin-top: -8px;
}

.messageBox .move-up-enter {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-name: antMoveUpIn;
  animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}

.messageBox .move-up-leave {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
  -webkit-animation-name: MessageMoveOut;
  animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

.messageBox .msg-content {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
  font-size: 0;
  min-width: 216px;
  text-align: center;
}

.messageBox .msg-content .msg-anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  /* line-height: 0; */
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/img/success.svg);
  position: relative;
  margin-right: 7px;
  float: left;
}

.messageBox .msg-content .msg-txt {
  font-size: 13px;
  color: #27a4ff;
  vertical-align: middle;
  float: left;
}

/* 成功 */
.messageBox .msg-content.msg-success {
  background: #dffad1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
}

.messageBox .msg-content.msg-success .msg-anticon {
  background-image: url(/img/success.svg);
}

.messageBox .msg-content.msg-success .msg-txt {
  color: #4c9368;
}

/* 失败 */
.messageBox .msg-content.msg-error {
  background: #ffe9ef;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
}

.messageBox .msg-content.msg-error .msg-anticon {
  background-image: url(../img/error.svg);
}

.messageBox .msg-content.msg-error .msg-txt {
  color: #fb4949;
}

/* 提示 */
.messageBox .msg-content.msg-info {
  background: #e8f4ff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
}

.messageBox .msg-content.msg-info .msg-anticon {
  background-image: url(../img/info.svg);
}

.messageBox .msg-content.msg-info .msg-txt {
  color: #27a4ff;
}

/* 终止 */
.messageBox .msg-content.msg-warning {
  background: #ffe8d4;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
}

.messageBox .msg-content.msg-warning .msg-anticon {
  background-image: url(/img/warning.svg);
}

.messageBox .msg-content.msg-warning .msg-txt {
  color: #ff8312;
}
/* 提示弹框end */
.majorLogo {
  display: none;
}

.header-desc a:visited{
  color: white;
}
.header-desc a:hover{
  color: #3370ff;
}
.header-desc a{
  color: white;
}