.header-wrapper .logo-a.mob-pr {
  display: inline-block; }
.header-wrapper .logo-a.mob-wh {
  display: none; }
.header-wrapper .nav-list .h-li.active > a {
  color: #366dff; }
  .header-wrapper .nav-list .h-li.active > a:hover::after {
    background-color: #366dff; }
.header-wrapper .nav-list .h-li > a {
  color: #1f2227; }
  .header-wrapper .nav-list .h-li > a:hover {
    color: #366dff; }
  .header-wrapper .nav-list .h-li > a:hover::after {
    background-color: #366dff; }
.header-wrapper .nav-list .h-li:hover > a {
  color: #366dff;
  opacity: 1; }
  .header-wrapper .nav-list .h-li:hover > a::after {
    background-color: #366dff;
    opacity: 1; }
.header-wrapper .nav-list .h-li .h-li-icon.iswhite, .header-wrapper .nav-list .h-li .h-li-icon.isblue {
  display: none; }
.header-wrapper .nav-list .h-li .h-li-icon.isblack {
  display: inline-block; }
.header-wrapper .nav-list .h-li:hover .iswhite,
.header-wrapper .nav-list .h-li:hover .isblack {
  display: none; }
.header-wrapper .nav-list .h-li:hover .isblue {
  display: inline-block; }
.header-wrapper .h-login a {
  color: #1f2227; }
.header-wrapper .h-login a:hover {
  color: #366dff;
  opacity: 1; }
.header-wrapper .h-demo {
  background-color: #366dff;
  color: #fff; }
  .header-wrapper .h-demo:hover {
    background-color: #366dff;
    opacity: 0.8; }
.header-wrapper .h-menu.mob .mob-pr {
  display: inline-block; }
.header-wrapper .h-menu.mob .mob-wh {
  display: none; }

.header-wrapper {
  border-bottom: 1px solid #f1f2f2; }

.privacy {
  margin-top: 155px;
  margin-bottom: 100px; }
  .privacy .privacy-container .left-wrapper {
    width: 100%;
    height: 180px;
    border: 1px solid #f1f2f6;
    border-radius: 4px;
    margin-bottom: 30px; }
    .privacy .privacy-container .left-wrapper .list-type {
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #1f2227;
      font-size: 14px;
      padding: 0 14px;
      cursor: pointer; }
      .privacy .privacy-container .left-wrapper .list-type .list-icon {
        width: 20px;
        height: 20px;
        margin-right: 8px; }
      .privacy .privacy-container .left-wrapper .list-type .list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .privacy .privacy-container .left-wrapper .list-type .right-icon {
        height: 18px; }
    .privacy .privacy-container .left-wrapper .list-type.actived {
      background: #f5f9fc; }
    .privacy .privacy-container .left-wrapper .list-type:hover {
      background: #f5f9fc; }
    .privacy .privacy-container .left-wrapper .list-type + .list-type {
      border-top: 1px solid #f1f2f6; }
  .privacy .privacy-container .content .box {
    display: none; }
  .privacy .privacy-container .content .actived {
    display: block; }
  .privacy .privacy-container .content .box-title {
    font-size: 14px;
    font-weight: 400;
    color: #1f2227;
    margin-bottom: 28px;
    line-height: 60px;
    border-bottom: 1px solid #f1f2f2;
    position: fixed;
    left: 0%;
    top: 65px;
    padding: 0 24px;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
  .privacy .privacy-container .content .box-content {
    font-size: 16px; }

.mobile_style {
  width: 85% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  height: 100% !important;
  border-radius: 0px !important;
  overflow: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.menu-show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.menu-icon {
  width: 23px;
  height: 23px;
  margin-right: 8px;
  pointer-events: none; }

.pc_title {
  display: none; }
