@charset "UTF-8";
/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0; }

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none; }

/*去掉input等聚焦时的蓝色边框*/
ul,
ol {
  list-style: none; }

ul,
li {
  list-style: none; }

input {
  padding-top: 0;
  padding-bottom: 0; }

select,
input {
  vertical-align: middle; }

select,
input,
textarea {
  font-size: 12px;
  margin: 0; }

textarea {
  resize: none; }

/*防止拖动*/
img {
  border: 0;
  vertical-align: middle; }

/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table {
  border-collapse: collapse; }

body {
  font: 12px/150% Arial, Verdana, "\5b8b\4f53";
  font-family: "Helvetica Neue", PingFangSC-regular, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", " sans-serif";
  color: #666;
  background: #fff; }

html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.clearfix:before,
.clearfix:after {
  /*清楚浮动*/
  content: "";
  display: block; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

a {
  color: #666;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%; }

/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,
i,
em {
  font-style: normal;
  text-decoration: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track-piece {
  background-color: #E0E0E0;
  -webkit-border-radius: 6px; }

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #676869;
  -webkit-border-radius: 6px; }

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #676869;
  -webkit-border-radius: 6px; }

.iconfont {
  vertical-align: middle; }

.qrcode-wrapper {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 0 13px 0 rgba(177, 177, 177, 0.5);
  right: -156px;
  top: -52px;
  padding: 10px 16px;
  border-radius: 10px;
  display: none; }
  .qrcode-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: #fff;
    box-shadow: -3px 2px 5px 0 rgba(177, 177, 177, 0.1);
    left: -6px;
    top: 70px;
    transform: rotate(45deg); }
  .qrcode-wrapper img {
    width: 108px; }
  .qrcode-wrapper span {
    font-size: 16px;
    color: #666666 !important;
    letter-spacing: 0;
    line-height: 16px;
    padding-top: 5px;
    display: block;
    text-align: center;
    margin: 0 !important; }

.container {
  background-image: url("../../images/0211/banner_background.png?v=1");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
  min-width: 1200px; }
  .container .header-opucation {
    height: 70px;
    padding: 20px 0 0 0; }
  .container .header-wrapper {
    width: 100%;
    transition: all 0.2s; }
    .container .header-wrapper .button-group_header {
      display: none; }
    .container .header-wrapper #logo {
      height: 50px;
      float: left;
      padding: 10px 0 10px; }
      .container .header-wrapper #logo img {
        height: 50px; }
    .container .header-wrapper.fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 9999;
      box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.19); }
      .container .header-wrapper.fixed-header .button-group_header {
        display: block;
        float: right;
        padding: 10px 0; }
        .container .header-wrapper.fixed-header .button-group_header .button + .button:hover .qrcode-wrapper {
          display: block !important;
          top: 63px;
          left: 26px;
          width: 130px; }
        .container .header-wrapper.fixed-header .button-group_header .button + .button:hover .qrcode-wrapper::after {
          left: 72px;
          top: -6px; }
        .container .header-wrapper.fixed-header .button-group_header .button + .button {
          margin-left: 20px; }
  .container .banner-content h1 {
    font-size: 54px;
    color: #026FC2;
    letter-spacing: 0;
    line-height: 54px;
    padding-top: 51px; }
  .container .banner-content .sub-slogan {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 31px;
    width: 538px;
    margin-top: 23px; }
  .container .banner-content .item-lists {
    margin-top: 24px;
    overflow: hidden; }
    .container .banner-content .item-lists img {
      height: 30px;
      float: left; }
    .container .banner-content .item-lists span {
      font-size: 18px;
      color: #026FC2;
      letter-spacing: 0;
      line-height: 18px;
      padding-left: 10px; }
    .container .banner-content .item-lists li {
      float: left;
      overflow: hidden; }
      .container .banner-content .item-lists li span {
        line-height: 30px;
        float: left; }
      .container .banner-content .item-lists li + li {
        margin-left: 58px; }
  .container .button-group {
    margin-top: 65px; }
    .container .button-group .button + .button {
      margin-left: 20px; }
    .container .button-group .button + .button:hover .qrcode-wrapper {
      display: block !important;
      top: 63px;
      left: 26px;
      width: 130px; }
    .container .button-group .button + .button:hover .qrcode-wrapper::after {
      left: 72px;
      top: -6px; }

.button {
  width: 221px;
  height: 50px;
  display: inline-block;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  font-size: 18px; }
  .button span {
    margin-left: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px; }
  .button .iconfont {
    font-size: 18px; }
  .button:active .iconfont {
    opacity: 0.75; }

.button-fill {
  background: #026FC2; }
  .button-fill:hover {
    background: #198AE0; }
  .button-fill:active {
    background: #198AE0; }
    .button-fill:active span {
      opacity: 0.75; }
  .button-fill span {
    color: #fff; }
  .button-fill .iconfont {
    color: #fff; }

.button-pale {
  border: 1px solid #026FC2; }
  .button-pale:hover {
    background: #198AE0; }
    .button-pale:hover span {
      color: #fff; }
    .button-pale:hover .iconfont {
      color: #fff; }
  .button-pale:active {
    background: #198AE0; }
    .button-pale:active span {
      opacity: 0.75;
      color: #fff; }
  .button-pale span {
    color: #026FC2; }
  .button-pale .iconfont {
    color: #026FC2;
    font-size: 18px; }

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

.mobile-types_wrapper {
  padding-top: 120px;
  padding-bottom: 100px; }
  .mobile-types_wrapper .section-title {
    font-size: 40px;
    color: #026FC2;
    line-height: 40px; }
  .mobile-types_wrapper .type-section {
    box-sizing: border-box;
    width: 530px;
    height: 314px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #D1DBE3;
    padding: 30px 24px;
    float: left; }
    .mobile-types_wrapper .type-section .type-bg {
      position: absolute;
      width: 100px;
      top: -30px;
      right: 22px; }
    .mobile-types_wrapper .type-section .type-content {
      padding-top: 20px;
      display: none; }
      .mobile-types_wrapper .type-section .type-content p {
        font-size: 16px;
        color: #666666;
        letter-spacing: 0;
        line-height: 31px; }
      .mobile-types_wrapper .type-section .type-content.active {
        display: block; }
    .mobile-types_wrapper .type-section .ios-type_wrapper {
      font-family: Roboto-Regular;
      font-size: 18px;
      color: #026FC2;
      letter-spacing: -0.5px;
      line-height: 18px;
      margin-top: 34px;
      overflow: hidden; }
      .mobile-types_wrapper .type-section .ios-type_wrapper li {
        float: left;
        cursor: pointer;
        opacity: 0.42;
        filter: Alpha(opacity=42); }
        .mobile-types_wrapper .type-section .ios-type_wrapper li.active {
          color: #026FC2;
          text-decoration: underline;
          opacity: 1;
          filter: Alpha(opacity=100); }
      .mobile-types_wrapper .type-section .ios-type_wrapper li + li {
        margin-left: 40px; }
  .mobile-types_wrapper .types-wrapper {
    margin-top: 84px; }
    .mobile-types_wrapper .types-wrapper .type-name {
      font-size: 14px;
      color: #9DAFBD;
      letter-spacing: 0;
      line-height: 14px;
      font-weight: bold; }
  .mobile-types_wrapper .az-types {
    margin-left: 140px; }
    .mobile-types_wrapper .az-types .az-types-content {
      margin-top: 60px; }
    .mobile-types_wrapper .az-types .az-type {
      height: 20px; }
    .mobile-types_wrapper .az-types p {
      margin-bottom: 30px; }
    .mobile-types_wrapper .az-types .more-type {
      height: 7px;
      margin-top: 12px; }

.operations-wrapper {
  background-image: url("../../images/0211/operatingsteps_background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 48px; }
  .operations-wrapper .section-title {
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    padding-top: 50px; }
  .operations-wrapper .content {
    margin-top: 55px;
    overflow: hidden; }
  .operations-wrapper .az-opration_wrapper {
    margin-left: 95px; }
  .operations-wrapper .ios-opration_wrapper {
    margin-left: 353px; }
  .operations-wrapper .opration-wrapper {
    width: 500px;
    float: left; }
    .operations-wrapper .opration-wrapper .img-wrapper {
      width: 500px;
      height: 351px;
      position: relative; }
    .operations-wrapper .opration-wrapper .pic-bg {
      width: 500px;
      height: 351px; }
    .operations-wrapper .opration-wrapper .pic-play {
      position: absolute;
      width: 50px;
      top: 50%;
      left: 50%;
      margin: -25px 0 0 -25px;
      cursor: pointer; }
    .operations-wrapper .opration-wrapper .operation-name {
      font-size: 18px;
      color: #FFFFFF;
      line-height: 18px;
      padding-top: 24px;
      text-align: center;
      font-weight: bold;
      position: relative;
      padding-bottom: 16px; }
      .operations-wrapper .opration-wrapper .operation-name::after {
        content: "";
        display: block;
        width: 105px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -52.5px;
        bottom: 0; }

.data-types_wrapper {
  padding-bottom: 91px; }
  .data-types_wrapper .section-title {
    font-size: 40px;
    color: #026FC2;
    text-align: center;
    line-height: 40px;
    padding-top: 50px; }
  .data-types_wrapper .content {
    padding-top: 51px; }
  .data-types_wrapper .text-content {
    float: left; }
    .data-types_wrapper .text-content .goods-name {
      font-size: 30px;
      color: #026FC2;
      letter-spacing: 0;
      line-height: 30px;
      padding-top: 28px; }
    .data-types_wrapper .text-content .goods-type {
      padding-top: 16px;
      font-size: 20px;
      color: #9DAFBD;
      letter-spacing: 0;
      line-height: 20px; }
    .data-types_wrapper .text-content .goods-text {
      padding-top: 19px;
      font-size: 16px;
      color: #666666;
      letter-spacing: 0;
      line-height: 31px;
      width: 568px; }
  .data-types_wrapper .data-type_goods {
    float: left;
    width: 500px;
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.11);
    margin-bottom: 40px; }
  .data-types_wrapper .data-types-ios .data-type_goods {
    margin-left: 132px; }
  .data-types_wrapper .data-types-az {
    margin-top: 72px; }
    .data-types_wrapper .data-types-az .goods-text {
      width: 621px; }
    .data-types_wrapper .data-types-az .data-type_goods {
      width: 250px;
      box-shadow: none;
      margin: 0 208px 40px 100px; }
  .data-types_wrapper .button-ios {
    display: block;
    margin: 0 auto; }
  .data-types_wrapper .button-group {
    text-align: center; }
  .data-types_wrapper .data-type_list {
    overflow: hidden; }
    .data-types_wrapper .data-type_list li {
      float: left;
      line-height: 40px; }
      .data-types_wrapper .data-type_list li img {
        width: 40px; }
      .data-types_wrapper .data-type_list li span {
        font-size: 16px;
        color: #666666;
        line-height: 40px;
        margin-left: 10px; }
  .data-types_wrapper .button-mobile {
    position: relative; }
    .data-types_wrapper .button-mobile:hover .qrcode-wrapper {
      display: block; }
    .data-types_wrapper .button-mobile .iconfont {
      font-size: 20px; }

.evaluate-container {
  background-image: url(../../images/0211/operatingsteps_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 95px; }
  .evaluate-container .container {
    position: relative; }
  .evaluate-container .swiper-container {
    width: 1200px;
    overflow: hidden; }
  .evaluate-container .module-title {
    transform: translateY(50px);
    transition: transform .35s ease-in-out .3s, opacity .35s ease-in-out .3s; }
  .evaluate-container .evaluate-content {
    transform: translateY(50px);
    transition: transform .35s ease-in-out .3s, opacity .35s ease-in-out .3s; }
  .evaluate-container .module-title {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center; }
  .evaluate-container .more-text {
    margin-top: 100px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    display: flex;
    justify-content: center; }
    .evaluate-container .more-text span {
      line-height: 38px;
      padding: 0 38px; }
    .evaluate-container .more-text img {
      width: 27px;
      height: 19px; }
  .evaluate-container .swiper-slide {
    width: 360px;
    height: 265px;
    position: relative;
    float: left; }
    .evaluate-container .swiper-slide img {
      position: absolute;
      width: 90px;
      height: 90px;
      z-index: 2;
      left: 50%;
      top: 0;
      margin-left: -45px; }
  .evaluate-container .evaluate-content {
    margin-top: 90px; }
    .evaluate-container .evaluate-content .content {
      width: 360px !important;
      height: 220px;
      color: #fff;
      position: relative;
      z-index: 1;
      margin-top: 45px; }
      .evaluate-container .evaluate-content .content p {
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        padding-top: 59px; }
      .evaluate-container .evaluate-content .content div {
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
        padding: 14px 40px 0; }
      .evaluate-container .evaluate-content .content::before {
        color: #fff;
        background: #fff;
        opacity: 0.4;
        filter: Alpha(opacity=40);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }

.slogan-wrapper {
  overflow: hidden;
  padding-top: 80px; }
  .slogan-wrapper li {
    text-align: center;
    width: 200px;
    float: left; }
    .slogan-wrapper li + li {
      margin-left: 133px; }
    .slogan-wrapper li > div {
      font-size: 14px;
      color: #999999;
      letter-spacing: 0.1px;
      text-align: center;
      line-height: 23px; }
  .slogan-wrapper img {
    width: 60px;
    margin-bottom: 20px; }
  .slogan-wrapper .item-header {
    font-size: 21px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    margin-bottom: 15px; }

.subslogan-wrapper {
  padding-top: 94px;
  margin-bottom: 40px; }
  .subslogan-wrapper p {
    font-size: 30px;
    color: #016FC2;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px; }
  .subslogan-wrapper .button-group {
    text-align: center;
    margin-top: 40px; }
    .subslogan-wrapper .button-group .button + .button {
      margin-left: 20px; }
    .subslogan-wrapper .button-group .button + .button:hover .qrcode-wrapper {
      display: block !important;
      top: -51px;
      right: -180px;
      width: 130px; }

.footer {
  font-size: 14px;
  color: #3C3C3C;
  letter-spacing: 0;
  line-height: 89px;
  height: 89px;
  min-width: 1200px;
  text-align: center;
  border-top: 1px solid rgba(2, 111, 194, 0.27); }

.footer-block {
  background-image: url("../../images/0211/end_background.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto; }

.steps-layer_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999; }
  .steps-layer_wrapper.active {
    display: block; }
  .steps-layer_wrapper .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background: #000000;
    z-index: 999999; }
  .steps-layer_wrapper .payer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    margin: -270px 0 0 -423px; }
    .steps-layer_wrapper .payer-content .player {
      position: relative;
      float: left; }
      .steps-layer_wrapper .payer-content .player.isplaying .pic-play {
        display: none; }
      .steps-layer_wrapper .payer-content .player .pic-bg {
        width: 720px;
        height: 506px; }
      .steps-layer_wrapper .payer-content .player .pic-play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -50px 0 0 -50px;
        cursor: pointer; }
  .steps-layer_wrapper .step-text {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    padding-top: 18px;
    padding-left: 126px;
    clear: both;
    text-align: center; }
  .steps-layer_wrapper .paginations-wrapper {
    overflow: hidden;
    width: 101px;
    float: left;
    margin-right: 25px; }
    .steps-layer_wrapper .paginations-wrapper li {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      font-size: 0; }
      .steps-layer_wrapper .paginations-wrapper li + li {
        margin-top: 23px; }
      .steps-layer_wrapper .paginations-wrapper li.active::after {
        display: none; }
      .steps-layer_wrapper .paginations-wrapper li img {
        width: 86px;
        height: 60px;
        float: right;
        margin-left: 5px;
        display: block; }
      .steps-layer_wrapper .paginations-wrapper li p {
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        float: left;
        line-height: 16px; }
      .steps-layer_wrapper .paginations-wrapper li::after {
        content: "";
        display: block;
        opacity: 0.4;
        background: #000000;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: 60px;
        width: 86px; }

.gototop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none; }
  .gototop img {
    width: 87px;
    height: 87px; }

/*# sourceMappingURL=0211.css.map */
