html,body {
      background: #f7f8fa;
      height: 100%;
  }
  .box {
      min-height: 100%;
      position: relative;
      padding-bottom: 390px;
      box-sizing: border-box;
  }
  
  .container_header {
      width: 100%;
      height: 38px;
      line-height: 38px;
      color: #666666;
      font-size: 14px;
      background: #f1f2f4;
  }
  .rows_header {
      width: 1200px;
      height: 38px;
      margin: 0 auto;
      display: flex;
  }
  .container_header .rows_header img {
      float: left;
      margin-top: 12px;
      margin-right: 5px;
  }
  .rows_header > div:first-child {
      flex: 2;
  }
  .rows_header > div:first-child > p {
      width: 650px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .rows_header > div:first-child > p > img {
      width: 16px;
      height: 14px;
      margin-left: 10px;
  }
  .rows_header > div:first-child > p > span > span {
      color: red;
      padding: 0 5px;
  }
  .rows_header > div:last-child {
      flex: 3;
  }
  .nav_header {
      width: 100%;
      height: 38px;
  }
  .nav_header > li {
      float: right;
      margin-right: 20px;
      cursor: pointer;
      position: relative;
  }
  .nav_header > li > img.icon_img {
      width: 16px;
      height: 16px;
  }
  .nav_header > li img.icon_img_jt {
      width: 8px;
      height: 4px;
  }
  .nav_header p {
      max-width: 200px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      float: left;
  }
  .showMe_the {
      position: absolute;
      top: 22px;
      left: -36px;
      z-index: 99;
      opacity: 0;
      transform: translateY(10px);
      transition: 0.5s;
      z-index: -1;
  }
  .nav_header > li:last-child:hover .showMe_the {
      opacity: 1;
      transform: translateY(-5px);
      transition: 0.5s;
      z-index: 99;
  }
  .showMe_one {
      width: 228px;
      height: 183px;
      position: absolute;
      right: -94px;
      top: 31px;
      opacity: 0;
      transform: translateY(10px);
      transition: 0.5s;
      z-index: -1;
      background: url("../images/bg_qq.png") no-repeat;
      background-size: 100% 100%;
  }
  
  .showMe_one ul {
      width: 195px;
      height: 138px;
      margin-top: 21px;
      margin-left: 16px;
      display: flex;
      flex-direction: column;
  }
  .showMe_one ul li:first-child {
      line-height: normal;
      padding-top: 13px;
  }
  .showMe_one ul li {
      flex: 1;
      line-height: 35px;
  }
  .container_header .rows_header .showMe_one ul li img {
      width: 77px;
      height: 22px;
      float: left;
      margin-top: 6.5px;
      margin-left: 15px;
  }
  .nav_header > li:nth-child(3):hover .showMe_one {
      opacity: 1;
      transform: translateY(-5px);
      transition: 0.5s;
      z-index: 99;
  }
  .showMe_one ul li:first-child > span:first-child {
      color: #374567;
      font-size: 16px;
      font-weight: bold;
      margin-left: 15px;
      margin-right: 15px;
  }
  
  .showMe_one ul li.qqChat:hover {
      cursor: pointer;
      background: #f0f3f5;
  }
  
  .showMe_two {
      width: 166px;
      height: 139px;
      position: absolute;
      right: -10px;
      top: 31px;
      opacity: 0;
      transform: translateY(10px);
      transition: 0.5s;
      z-index: -1;
      background: url("../images/bg_center.png") no-repeat;
      background-size: 100% 100%;
  }
  
  .showMe_two ul {
      width: 135px;
      height: 99px;
      margin-top: 23px;
      margin-left: 16px;
      display: flex;
      flex-direction: column;
  }
  .showMe_two ul li {
      flex: 1;
      line-height: 48px;
  }
  .showMe_two ul li img {
      width: 13px;
      height: 13px;
  }
  .showMe_two ul li a {
      text-decoration: none;
      color: #666666;
  }
  .container_header .rows_header .showMe_two ul li img {
      float: left;
      margin-top: 18px;
      margin-left: 24px;
  }
  .showMe_two ul li:hover {
      cursor: pointer;
      background: #f0f3f5;
  }
  
  .nav_header > li:first-child:hover .showMe_two {
      opacity: 1;
      transform: translateY(-5px);
      transition: 0.5s;
      z-index: 99;
  }
  
  div.nav {
      width: 100%;
      height: 90px;
      background: #fff;
  }
  div.nav > div.mynav {
      width: 1200px;
      height: 90px;
      margin: 0 auto;
      position: relative;
  }
  div.mynav > img {
      display: none;
      position: absolute;
      width: 245px;
      height: 38px;
      top: 26px;
      left: 0;
      cursor: pointer;
  }
  div.mynav > ul {
      position: absolute;
      height: 90px;
      right: 0;
      top: 0;
  }
  div.mynav > ul > li {
      line-height: 90px;
      float: left;
      margin-right: 20px;
      font-size: 16px;
      font-weight: 400;
      color: #0b1d30;
  }
  div.mynav > ul > li:hover {
      cursor: pointer;
      color: #2f7bfa;
  }
  
  .bottomIframes {
      width: 100%;
      height: 390px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      overflow: hidden;
  }
  
  .select_box {
      width: 100%;
      background: #fff;
      box-shadow: 0px 3px 6px rgba(185, 217, 255, 0.16);
  }
  
  
  
  .box .member {
    margin-top: 50px;
  }
  
  .box .member div {
    margin: 0 auto;
    width: 1100px;
  }
  
  .box .member ul {
    margin: 0 auto;
    width: 630px;
  }
  
  .box .member ul li {
    float: left;
    margin: 0 35px;
    width: 140px;
    height: 50px;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 50px;
    text-align: center;
    border-bottom: 3px solid transparent;
  }
  
  .box .member ul li.complete {
    border-bottom-color: #0084ff;
  }
  
  .box .member ul li span.number {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    background: #cccccc;
    border-radius: 50%;
  }
  
  .box .member ul li.complete span.number {
    color: #fff;
    background: #0084ff;
  }
  
  .box .member div.form {
    display: none;
    margin: 50px auto;
    width: 600px;
    border: none;
  }
  
  .box .member div.form.display {
    display: block;
  }
  
  .box .member div.form div {
    width: 480px;
    border: none;
  }
  
  .box .member div.form div p {
    display: inline-block;
  }
  
  .box .member div.form div div.none {
    visibility: hidden;
    padding-left: 115px;
    height: 30px;
    font-size: 14px;
    color: red;
    line-height: 30px;
  }
  
  .box .member div.form div p label {
    display: inline-block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: center;
  }
  
  .box .member div.form div p img {
    display: none;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border: none;
  }
  
  .box .member div.form div p label.prompt {
    vertical-align: top;
    margin-left: 5px;
    width: 95px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #0084ff;
    cursor: pointer;
  }
  
  .box .member div.form div p label.prompt:hover {
    background: #005bb1;
  }
  
  .box .member div.form div p input {
    padding-left: 10px;
    vertical-align: top;
    width: 300px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
  }

  .box .member div.form div p select {
    padding-left: 10px;
    vertical-align: top;
    width: 300px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
  }
  
  .box .member div.form div p input.special {
    width: 300px;
  }
  
  .box .member div.form div p input.short {
    width: 200px;
  }
  
  .box .member div.form div.success p {
    vertical-align: top;
    margin-left: 30px;
    color: #333;
  }
  
  .box .member div.form div.success p img {
    width: 68px;
    height: 68px;
  }
  
  .box .member div.form div.success p span {
    display: block;
    font-size: 14px;
    color: #333;
  }
  
  .box .member div.form div.success p span.three a {
    color: #0084ff;
    cursor: pointer;
    text-decoration: underline;
  }
  
  .box .member div.form button {
    margin: 20px 0 0 163px;
    width: 310px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: none;
    background: #0084ff;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .box .member div.form button:hover {
    background: #005bb1;
  }
  .box .member .alert {
    width: 500px;
    margin: 50px auto 0;
  }
  .box .member .isAlert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #e9f5ff;
    color: #1e9fff;
    overflow: hidden;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: opacity 0.2s;
    border: 1px solid #8bc7ff;
  }
  .box .member .alert__content {
    display: table-cell;
    padding: 0 8px;
  }
  .info-icon{
      width: 16px;
      height: 16px;
  }
  

  .footer {
    width: 100%;
    height: 240px;
    background: #00102a;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}
.foot_rows {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    display: flex;
}
.foot_rows > div {
    position: relative;
}
.foot_rows > div:nth-child(1) {
    flex: 1;
}
.foot_rows > div:nth-child(2) {
    flex: 2;
}
.foot_rows > div:nth-child(3) {
    flex: 1;
}
.foot_rows > div:nth-child(1) > img:nth-child(1) {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 40px;
    left: 5px;
}
.foot_rows > div:nth-child(1) > p:nth-child(2) {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 40px;
    left: 40px;
}
.foot_rows > div:nth-child(1) > p:nth-child(3) {
    position: absolute;
    color: #fff;
    font-size: 26px;
    top: 65px;
    left: 40px;
}
.foot_rows > div:nth-child(1) > p:nth-child(4) {
    position: absolute;
    font-size: 14px;
    color: #b6c3d8;
    opacity: 0.5;
    top: 108px;
    left: 41px;
}
.foot_rows > div:nth-child(1) > div:nth-child(5) {
    position: absolute;
    width: 1px;
    height: 150px;
    border-right: 1px solid #fff;
    opacity: 0.3;
    right: 0;
    top: 40px;
}

.foot_rows > div:nth-child(2) > img:nth-child(1) {
    position: absolute;
    width: 16px;
    height: 15px;
    top: 98px;
    left: 70px;
}
.foot_rows > div:nth-child(2) > img:nth-child(2) {
    position: absolute;
    width: 14px;
    height: 17px;
    top: 134px;
    left: 71px;
}
.foot_rows > div:nth-child(2) > img:nth-child(3) {
    position: absolute;
    width: 15px;
    height: 16px;
    top: 169px;
    left: 70px;
}
.foot_rows > div:nth-child(2) > p:nth-child(4) {
    position: absolute;
    font-size: 16px;
    color: #b6c3d8;
    opacity: 0.5;
    top: 40px;
    left: 70px;
}
.foot_rows > div:nth-child(2) > p:nth-child(5) {
    position: absolute;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    top: 96px;
    left: 95px;
}
.foot_rows > div:nth-child(2) > p:nth-child(6) {
    position: absolute;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    top: 134px;
    left: 95px;
}
.foot_rows > div:nth-child(2) > div:nth-child(7) {
    position: absolute;
    width: 400px;
    height: 20px;
    top: 168px;
    left: 95px;
}
.foot_rows > div:nth-child(2) > div:nth-child(7) > p > span {
    font-size: 14px;
    color: #116efb;
}
.foot_rows > div:nth-child(2) > div:nth-child(7) > p > span:nth-child(2),
.foot_rows > div:nth-child(2) > div:nth-child(7) > p > span:nth-child(4) {
    color: #fff;
    opacity: 0.1;
    padding: 0 5px;
}

.foot_rows > div:nth-child(3) > p:nth-child(1) {
    position: absolute;
    color: #b6c3d8;
    font-size: 16px;
    opacity: 0.5;
    top: 40px;
    left: 117px;
}
.foot_rows > div:nth-child(3) > img:nth-child(2) {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 78px;
    left: 120px;
}

.imgcode {
    position: relative;
}

#code_img {
    position: absolute;
    width: 102px;
    height: 34px;
    right: 2px;
    top: 2px;
    z-index: 1;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    text-align: center;
}