@charset "UTF-8";
.header {
  height: 36px;
  min-width: 1200px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 20px;
  background: #fff; }
  .header iframe {
    position: relative;
    bottom: 2px; }
  .header .logo {
    float: left; }
  .header .fun {
    float: right;
    height: 32px; }
    .header .fun .link, .header .fun .login {
      display: inline-block;
      color: #54565A;
      height: 32px;
      line-height: 32px;
      font-size: 12px;
      cursor: pointer;
      box-sizing: border-box;
      margin-right: 24px;
      text-decoration: underline; }
      .header .fun .link:hover, .header .fun .link.on, .header .fun .login:hover, .header .fun .login.on {
        color: #0074FF; }
    .header .fun .link:first-child {
      color: #4389FF; }
    .header .fun .login {
      margin-right: 0; }
.header .fun .yet {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  position: relative; }
.header .fun .yet:hover .quit {
  display: inline-block; }
.header .fun .yet span {
  color: #54565A;
  line-height: 32px;
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: underline; }
.header .fun .yet .quit {
  display: none;
  width: 84px;
  min-height: 76px;
  font-size: 12px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 32px;
  left: -20px;
  z-index: 10;
  box-shadow: 0 2px 4px 0 rgba(214, 224, 246, 0.5); }
.quit p{
  font-size: 12px;
  color: #666666;
  line-height: 28px;
}
.quit p:hover{
  color: #4389FF;
}
    .header .fun .more {
      display: inline-block;
      width: 64px;
      height: 24px;
      line-height: 24px;
      margin-left: 24px;
      cursor: pointer;
      color: #fff;
      font-size: 12px;
      text-align: center;
      border-radius: 1px;
      background-color: #0074FF; }
    .header .fun .listMore {
      display: none;
      width: 102px;
      height: 100%;
      padding: 0 11px;
      text-align: center;
      background-color: #f9f9f9;
      border-left: 1px solid #E6E6E6;
      box-shadow: 0 1px 4px 0 rgba(27, 73, 139, 0.21);
      box-sizing: border-box;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000; }
      .header .fun .listMore > span {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        border-bottom: 1px solid #eee; }
      .header .fun .listMore .check {
        display: inline-block;
        width: 100%;
        height: 81px;
        font-size: 12px;
        border-bottom: 2px solid #eee; }
        .header .fun .listMore .check i {
          display: inline-block;
          width: 36px;
          height: 36px;
          margin-top: 12px; }
          .header .fun .listMore .check i.staff {
            background: url("../images/slicing/header-staff.png") no-repeat; }
          .header .fun .listMore .check i.performance {
            background: url("../images/slicing/header-performance.png") no-repeat; }
          .header .fun .listMore .check i.aptitude {
            background: url("../images/slicing/header-aptitude.png") no-repeat; }
          .header .fun .listMore .check i.integrity {
            background: url("../images/slicing/header-integrity.png") no-repeat; }
          .header .fun .listMore .check i.sites {
            background: url("../images/slicing/header-sites.png") no-repeat; }
          .header .fun .listMore .check i.about {
            background: url("../images/slicing/header-about.png") no-repeat; }
        .header .fun .listMore .check:hover {
          color: #4389FF; }
      .header .fun .listMore .allProduct {
        display: inline-block;
        margin-top: 16px;
        font-size: 12px; }

/* 微信扫码弹窗 */
.login_alert{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.8);
  z-index: 999;
  display: none;}
  .login_alert .scan{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 860px;
    height: 400px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: flex-start; }
    .scan .banner {
      width: 460px;
      height: 400px; }
      .scan .banner img {
        width: 100%;
        height: 100%; }

    /*账号登陆*/
    .scan .account_login,
    .scan .reset_password {
      display: none; }
    .scan .code_login,
    .scan .account_login,
    .scan .reset_password{
      width: 400px;
      height: 400px;
      background-color: #fff;
      box-sizing: border-box;
      padding: 4px; }
      .scan .account_login .tip_img,
      .scan .reset_password .tip_img,
      .scan .code_login .tip_img {
        float: right;
        width: 69px;
        height: 22px; }
      .scan .account_login .change_loginMethod,
      .scan .reset_password .change_loginMethod,
      .scan .code_login .change_loginMethod{
        float: right;
        width: 45px;
        height: 45px; }
        .scan .account_login .tip_img img,
        .scan .reset_password .tip_img img,
        .scan .code_login .tip_img img,
        .scan .reset_password .change_loginMethod img,
        .scan .account_login .change_loginMethod img,
        .scan .code_login .change_loginMethod img{
          width: 100%;
          height: 100%; }
      .scan .account_login .account_main,
      .scan .reset_password .reset_main{
        margin: 28px auto;
        width: 336px; }
        .scan .account_login .account_main .underline{
          width: 36px;
          height: 2px;
          background-color: #4389FF;
          margin-bottom: 40px; }
        .scan .account_login .account_main > span,
        .scan .reset_password .reset_main > span{
          display: block;
          text-align: left;
          font-size: 18px;
          color: #333333;
          margin-bottom: 10px; }
        .scan .account_login .account_main > span.forget_password{
          float: right;
          cursor: pointer;
          font-size:12px;
          color:rgba(153,153,153,1);
        }
        .scan .account_login .account_main div.phone_input,
        .scan .reset_password .reset_main div:not(.underline) {
          margin-bottom: 16px; }
        .scan .account_login .account_main div.password_input{
          margin-bottom: 11px;
        }
        .scan .account_login .account_main input,
        .scan .reset_password .reset_main input{
          box-sizing: border-box;
          border: 1px solid #E6E6E6;
          border-radius:2px;
          padding: 11px 12px;
          width: 336px;
          height: 40px; }
        .scan .account_login .account_main input:focus,
        .scan .reset_password .reset_main input:focus{
          border: 1px solid #4389FF; }
        .scan .account_login .account_main input[type='submit']{
          background-color: #4389FF;
          color: #fff;
          border-radius: 2px; }
      /*扫码登录*/
      .scan .code_login .code_main {
        margin: 67px auto;
        width: 184px; }
        .scan .code_login .code_main p:nth-child(1){
          font-size: 16px;
          color: #333333;
          text-align: center;
          display: none; }
        .scan .code_login .code_main p:nth-child(2){
          font-size: 12px;
          color: #999999;
          text-align: center;
          margin: 10px 0 13px 0;
          display: none; }
        .scan .code_login .code_main .login_code {
          width: 184px;
          height: 184px;
          box-sizing: border-box; }
          .scan .code_login .code_main .login_code img {
            width: 100%;
            height: 100%; }
        .scan .code_login .code_main .hint {
          display: block;
          height:21px;
          font-size:12px;
          color:#999999;
          line-height:21px;
          text-align: center; }
        .scan .code_login .code_main .succeed,
        .scan .code_login .code_main .loser {
          display: none;
          font-size: 14px;
          color: #9999B4;
          text-align: center;
          margin-top: 10px; }
          .scan .code_login .code_main .succeed i,
          .scan .code_login .code_main .loser i {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-right: 5px;
            position: relative;
            top: 2px; }
          .scan .code_login .code_main .succeed i{
            background: url("../images/logo/succeed.png") no-repeat; }
          .scan .code_login .code_main .loser i {
            background: url("../images/logo/loser.png") no-repeat; }
      /* 忘记密码 */
      .scan .reset_password .reset_main .underline{
        width: 36px;
        height: 2px;
        background-color: #4389FF;
        margin-bottom: 30px;}
      .scan .reset_password .reset_main input[type='submit']{
        background-color: #4389FF;
        color: #fff;
        border-radius: 2px;}
      .scan .reset_password .reset_main .get_ver_code,
      .scan .reset_password .reset_main .sent{
        position:absolute;
        right:15px;
        top:10px;
        color:#4389FF;
        cursor:pointer;
      }
      .scan .reset_password .reset_main .sent{
        display: none;
      }
      

        /* 弹窗关闭按钮 */
        .login_alert .login_alert_close{
          width: 28px;
          height: 28px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(430px, -230px);
          background: url('../images/slicing/close_solid.png');
          background-size: 100% 100%;}
        /* 密码可看与否 */
        .password_input{
          position: relative; }
        .account_login .password_input img,
        .reset_password .password_input img{
          width: 20px;
          height: 14px;
          position: absolute;
          right: 15px;
          top: 13px;
          cursor: pointer; }
        .password_input img.visible{
          display: none; }

/**
 *页尾
 */
.footer {
  background: #fff;
  min-width: 1200px; }
  .footer .else {
    width: 1200px;
    height: 300px;
    margin: 0 auto; }
    .footer .else .left {
      float: left;
      margin-top: 70px; }
      .footer .else .left p {
        font-size: 30px;
        font-weight: bold;
        margin: 10px 0; }
      .footer .else .left a {
        display: inline-block;
        font-size: 20px;
        color: #333;
        margin-top: 20px; }
        .footer .else .left a i {
          display: inline-block;
          width: 20px;
          height: 20px;
          background: url("../images/slicing/index-more.png") no-repeat;
          vertical-align: middle;
          margin-left: 8px; }
    .footer .else .right {
      float: right;
      margin-top: 70px; }
      .footer .else .right .contact {
        display: inline-block;
        vertical-align: top;
        margin-right: 110px; }
        .footer .else .right .contact .title {
          font-size: 18px;
          font-weight: bold; }
        .footer .else .right .contact .num {
          width: 150px;
          height: 32px;
          line-height: 32px;
          margin-top: 10px;
          border: 1px solid #ccc;
          border-radius: 16px;
          color: #666;
          margin-bottom: 20px; }
          .footer .else .right .contact .num i {
            display: inline-block;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            margin-right: 8px;
            margin-left: 15px; }
          .footer .else .right .contact .num .qq {
            background: url("../images/slicing/index-qq.png") no-repeat; }
          .footer .else .right .contact .num .phone {
            background: url("../images/slicing/index-phone.png") no-repeat; }
      .footer .else .right .QR_code {
        display: inline-block;
        vertical-align: top;
        font-size: 0; }
        .footer .else .right .QR_code .app {
          margin-right: 80px; }
        .footer .else .right .QR_code div {
          display: inline-block;
          width: 130px; }
        .footer .else .right .QR_code p {
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px; }
        .footer .else .right .QR_code img {
          width: 130px; }
  .footer .records {
    padding: 10px 0;
    line-height: 25px;
    background: #F0F1F5;
    text-align: center;
    color: #10142A;
    font-size: 12px; }
    .footer .records img {
      margin-right: 5px;
      vertical-align: middle; }

/*设置页面通用样式*/
body {
  font: 14px "arial","verdana","helvetica","PingFang SC","HanHei SC","STHeitiSC-Light","Microsoft Yahei",sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff; }

/* 重置表单元素 */
button, input, select, textarea {
  outline: none; }

input {
  font-family: inherit; }

/* 清除内外边距 */
h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, button, input, textarea,
th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0; }

/* 重置列表元素 */
ul, ol {
  list-style: none; }

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*重置a标签样式*/
a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #4389FF; }

/*重置图片样式*/
img {
  vertical-align: middle;
  border-style: none; }

/*清除浮动*/
.clear:after {
  content: "";
  display: block;
  clear: both; }

/*表单元素placeholder 样式*/
input::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder {
  color: #999; }

input::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

.main {
  width: 1200px;
  margin: 0 auto; }

.mb40 {
  margin-bottom: 40px; }
