/*********************************************************************
****************************** 通用 **********************************
**********************************************************************/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  letter-spacing: 1px
}

body,
button,
input,
select,
textarea {
  font: 0.14rem/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

/* code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
} */

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.w-118 {
  width: 118px;
  text-align: center;
}

.m-auto {
  margin: 0 auto;
}

.inline-block {
  display: inline-block;
}

/* Extra small devices (portrait phones, less than 640px) */
/*********************************************************************
************************** max-width: 991px 移动端 *****************
**********************************************************************/
/* 移动端 */
@media (max-width: 991px) {
  .mask-mobile {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .scan-code-box-mobile {
    /* position: fixed;
    right: 25px;
    bottom: 65px; */
    width: 60px;
    border-radius: 5px;
    background: #0092fc;
    color: #FFFFFF;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }

  .scan-code-mobile {
    position: fixed;
    right: 1%;
    bottom: 12%;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #0092fc;
    color: #FFFFFF;
    text-align: center;
    z-index: 99;
    font-size: 12px;
    cursor: pointer;
  }

  .scan-code-logo-mobile {
    width: 30px;
    height: 25px;
    display: block;
    margin: 10px auto 4px;
  }
  .qrcode-mobile {
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .mark-mobile {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .qrcode-mobile img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    z-index: 9999;
  }



  .totrial-mobile {
    position: fixed;
    right: 1%;
    bottom: 24%;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #0092fc;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    z-index: 99;
    cursor: pointer;
  }

  .totrial-mobile img {
    width: 30px;
    height: 25px;
    display: block;
    margin: 10px auto 4px;
  }

    .alert-mobile-none {
        display: none;
    }

  .alert-mobile-block {
    display: block;
  }

  /* 头部样式 */
  .nav-item .active {
    border: 0;
    color: #0092fc !important;
  }

  .container {
    max-width: 992px;
  }

  .moblie-btn {
    width: 90px;
    height: 40px;
    line-height: 33px;
    margin: 5px auto;
  }


  /* 首页 */
  /* 首页中的产品与服务 */
  /* 改版样式首页 */
  .buy-section {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }

  /* 联系我们按钮样式 */
  .contact .contactBnt a {
    background-color: #198AF3;
    color: #fff;
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 5px;
    border-color: #198AF3;
    cursor: pointer;
    display: inline-block;
  }

  .contactBnt {
    text-align: center;
  }

  .experience {
    margin-right: 30px;
  }

  .price {
    margin-left: 30px;
  }

  .productFeatures {
    margin-top: 10%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .content {
    text-align: center;
    font-size: 12px;
    color: #888888;
    margin-bottom: 10px;
  }

  .bg-middle {
    margin-top: 25px;
    position: relative;
  }


  .bg-registered {
    position: absolute;
    top: 13%;
    right: 8%;
  }

  .bg-middle img {
    width: 100%;
  }

  .bg-middle .introduce {
    color: #fff;
    font-size: 16px;
  }

  .bg-middle .describe {
    color: #fff;
    font-size: 12px;
  }

  .bg-middle .registered {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    width: 63px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin-top: 10%;
    font-size: 12px;
    cursor: pointer;
  }

  .experience {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #198AF3;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    border-color: #198AF3;
    color: #fff;
    margin: 70px auto 0;
  }

  .customer-service {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 99;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;

  }

  .customer-service img {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 500;
    transform: translate(-100px, -100px);
  }

  /* 品牌客户中的按钮 */
  .useFans {
    text-align: center;
    margin-top: 25px;
  }

  .useFans a {
    width: 140px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #198AF3;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    border-color: #198AF3;
    cursor: pointer;
  }

  .useFans a:hover {
    background: #0069d9;
    border-color: #0062cc;
    color: #fff;
  }


  /* 联系客服弹窗 */
  .businessAlert {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 50%;
    right: -40%;
  }

  .businessAlert img {
    width: 100%;
  }

  /* 移动端弹窗 */
  .mobile_BusinessAlert {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .mobile_BusinessAlert img {
    width: 200px;
    height: 200px;
    position: fixed;
    transform: translate(-100px, -100px);
    top: 50%;
    left: 50%;
  }


  .sz-product-serve {
    width: 100%;
    margin-top: 50px;
  }

  .sz-product-item>.products {
    display: block;
    margin: 0 auto;
    height: 50px;
  }

  .tagging-hidden {
    display: none;
  }

  .p-frist {
    font-size: 24px;
    color: #444444;
    text-align: center;
  }

  .my-box-W .p-else {
    font-size: 14px;
    color: #444444;
    text-align: center;
  }


  .datacenter_pc {
    display: none;
  }

  .image_mobile {
    width: 100%;
  }

  .image_mobile img {
    width: 100%;
  }

  .mobile-hiiden {
    display: none;
  }

  .image_mobile {
    margin-top: 5%;
    display: block;
  }

  .image_PC {
    display: none;
  }

  /* 首页点击购买区块 */
  .tobuy {
    position: fixed;
    right: 1%;
    bottom: 36%;
    width: 60px;
    height: 60px;
     border-radius: 5px;
    background: #0092fc;
    color: #FFFFFF;
    text-align: center;
    z-index: 99;
    font-size: 12px;
  }

  .tobuy img {
    width: 30px;
    height: 25px;
    display: block;
    margin: 10px auto 4px;
  }

  .buy {
    border-left: 0.01rem solid #999999;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    /* min-height: 100vh; */
    overflow: scroll;
    padding-bottom: 20px;
  }

  .buy-content {
    width: 100%;
    height: 141px;
    text-align: center;
  }

  /* 价格 */
  .price-box {
    width: 100%;
    max-width: 400px;
    height: 480px;
    margin: 0 auto;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  }

  .price-header {
    width: 100%;
    height: 100px;
    background-color: #198AF3;
    text-align: center;
    margin-top: 10%;
    border-radius: 10px 10px 0px 0px;
  }

  .price-span_1 {
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    position: absolute;
    left: 31%;
    top: 9px;
  }

  .price-header_2 {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 10%;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #ccc;
  }

  /* 联系客服显示二维码 */
  .fixPrice {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 20%;
    top: 320px;
  }

  .button-btn {
    margin-top: 40px;
    width: 80%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #007CF5;
    color: #007CF5;
    font-size: 20px;
    font-weight: 400;

    border-radius: 4px;
    cursor: pointer;
  }

  .my-btn {
    display: block;
    text-align: center;
    width: 80%;
    max-width: 400px;
    height: 50px;
    line-height: 50px;
    background: #198AF3;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;

    border-radius: 5px;
  }

  .ft-left {
    float: left;
  }

  .price-modile-show {
    display: block;
  }

  .price-modile-hide {
    display: none;
  }

  .hide {
    display: none !important;
  }

  .block {
    display: block !important;
  }

  .table-hidden {
    display: none;
  }

  .btn-center {
    margin: 60px auto 10%;
  }

  /* 客户 */
  /* 商务合作 */
  /* 商务合作中的 代理商合作条件 */
  .advantage-title {
    font-size: 25px;

    font-weight: 800;
    height: 56px;
    line-height: 56px;
  }

  .agent-cooperation {
    padding: 20px 5%;
    background: transparent;
  }

  .agent-advantage {
    padding: 50px 0;
    background: rgba(247, 247, 247, 1);
  }

  .agent {
    width: 100%;
  }

  .text_left {
    text-align: center;
  }

  .price-table {
    width: 100%;
    max-width: 600px;
  }

  .media-icon {
    width: 30px;
    height: 33px;
  }

  .media-title {
    font-size: 16px;
    font-weight: 400;
    color: #007CF5;
    line-height: 33px;
    height: 33px;
  }

  .pd-7 {
    padding: 0 7%;
  }

  /* 商务合作中的 代理商申请流程 */
  .agent-application {
    padding: 30px 0;
  }

  .mr-40 {
    margin-top: 40px;
  }

  .application-icon {
    font-size: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #007CF5;
    display: inline-block;
    margin-right: 20px;
  }

  .application-icon span {
    display: inline-block;
  }

  .dashed-mt {
    margin-top: 35px;
  }

  .hidden-lg {
    display: none;
  }

  /* 商务合作中 联系表单区块 */
  .contact-input {
    width: 91%;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    padding: 7px;
  }

  .myfans-title p {
    font-size: 16px;
    font-weight: 200;
  }

  .submit-btn {
    width: 100%;
  }

  .mt-33 {
    text-indent: 5%;
  }

  /* 专属定制 */
  .handtailor-process-wrap {
    max-width: 1025px;
    margin: 0 auto;
  }

  .handtailor-desc p {
    font-size: 16px;
    line-height: 30px;

    font-weight: 100;
    padding-left: 10px;
    padding-right: 10px;
  }

  .handtailor-desc img {
    width: 100%;
  }

  .process-icon {
    font-size: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: #fff;
  }

  .arrow-icon {
    width: 21px;
    height: 7px;
    margin-top: 40px;
  }

  .handtailor-contact {
    padding: 67px 0 0px;
  }

  .text-indent {
    text-indent: 4.8% !important;
  }

  /* 首页改版样式 */


  /* 友情链接 */
  /* 字体 外边距 内边距 等公共样式 */
  .fz-40 {
    font-size: 20px;

    font-weight: 800;
    height: 40px;
    line-height: 40px;
  }

  .fz-24 {
    font-size: 16px;
    line-height: 33px;

    height: 33px;
  }

  .fz-22 {
    font-size: 14px;

  }

  .mt-38 {
    margin-top: 20px;
  }

  .mt-67 {
    margin-top: 50px;
  }

  .mr-35 {
    margin-right: 25px;
  }

  .mt-73 {
    margin-top: 50px;
    padding: 0 20px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mb-87 {
    margin-bottom: 50px;
  }
}


/* PC端 */
/*********************************************************************
************************** min-width: 992px pc端 *********************
**********************************************************************/

@media (min-width: 992px) {
    .height-76 {
      height: 76px;
    }
    .alert-pc-block {
        display: block;
    }


  .alert-pc-none {
    display: none;
  }

  .product-icon {
    margin-right: 15px;
    position: relative;
    top: -2px;
  }

  .navbar .pc-hiddened {
    display: none !important;
  }

  .pc-hidden {
    display: none;
  }

  .mr-18 {
    margin-right: 18px;
  }

  .myfans-title p {
    font-size: 22px;
    font-weight: 200;
  }

  .navbar-btn li {
    display: inline-block;
    /*padding: 0.5rem 0;*/
  }

  .buy-section {
    width: 100%;
    margin: 0 auto;
    /* margin-top: 20px; */
  }

  /* 联系我们按钮样式 */

  .experience {
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #198AF3;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    border-color: #198AF3;
    color: #fff;
    margin: 70px auto 0;
  }

  .customer-service {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .customer-service img {
    width: 250px;
    height: 250px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 500;
    transform: translate(-50%, -50%);
  }

  .productFeatures {
    margin-top: 108px;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 800;
    margin-bottom: 25px;
  }

  .content {
    text-align: center;
    font-size: 20px;
    color: #888888;
    margin-bottom: 30px;
  }

  .bg-middle {
    margin-top: 70px;
    position: relative;
  }

  .bg-middle img {
    width: 100%;
  }

  .bg-registered {
    position: absolute;
    top: 25%;
    right: 27%;
  }

  .bg-middle .introduce {
    color: #fff;
    height: 42px;
    line-height: 42px;
    font-size: 30px;
  }

  .bg-middle .describe {
    margin-top: 5%;
    color: #fff;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
  }

  .bg-middle .registered {
    margin-top: 50px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    width: 100px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
  }

  /* 品牌客户中的按钮 */
  .useFans {
    text-align: center;
    margin-top: 57px;
  }

  .useFans a {
    width: 280px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #198AF3;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    border-color: #198AF3;
    cursor: pointer;
  }

  .useFans a:hover {
    background: #0069d9;
    border-color: #0062cc;
    color: #fff;
  }

  /* 底部样式 */
  .footers-registered {
    background-color: #198AF3;
    width: 100%;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
    justify-content: -moz-space-between;
    justify-content: space-between;
    align-items: center;
    align-items: -webkit-center;
    align-items: -ms-center;
    align-items: -moz-center;
    padding: 0 20%;
  }

  .footers-registered img {
    height: 35px;
  }

  .footers-registered p {
    color: #fff;
  }

  .footers-registered a {
    color: #fff;
    border: 1px solid #fff;
    width: 95px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
  }

  .footers-registered a:hover {
    background: #fff;
    color: #000;
  }

  /* 联系客服弹窗 */
  .businessAlert {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 50%;
    right: -40%;
    display: none;
  }

  .businessAlert img {
    width: 100%;
  }


  /* 首页中的产品与服务 */
  .sz-product-serve {
    width: 100%;
    margin-top: 67px;
  }

  .tagging-moblie {
    width: 20px;
  }

  .tagging {
    width: 20px;
    margin-top: 50px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -10px;
    display: none;
  }

  .sz-product-item>.products {
    display: block;
    margin: 0 auto;
    height: 80px;
  }

  .p-frist {
    font-size: 24px;
    color: #444444;
  }

  .my-box-W .p-else {
    font-size: 14px;
    color: #444444;
  }

  /* 首页数据区块
  .sz-datacenter {
    max-width: 1280px;
    height: 580px;
    padding-top: 67px;
    background-image: url(https://cdn.myfans.cc/107_9c1l6qijsl.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
  } */

  .datacenter_mobile {
    display: none;
  }

  .datacenter_pc {
    display: block;
  }

  .sz-fontSize {
    display: inline-block;
    text-align: center;
  }

  .sz-customer-oul li {
    display: inline-block;
    margin-top: 4%;
  }

  .image_mobile {
    display: none;
  }

  .image_PC {
    display: block;
  }

  /* 首页点击购买区块 */
  .tobuy {
    position: fixed;
    right: 25px;
    bottom: 255px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #0092fc;
    color: #FFFFFF;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }

  .tobuy img {
    width: 40px;
    height: 33px;
    display: block;
    margin: 12px auto 4px;
  }

  .totrial {
    position: fixed;
    right: 25px;
    bottom: 160px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #0092fc;
    color: #FFFFFF;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }

  .totrial img {
    width: 40px;
    height: 33px;
    display: block;
    margin: 12px auto 4px;
  }

  .scan-code-box {
    /* position: fixed;
    right: 25px;
    bottom: 65px; */
    width: 80px;
    border-radius: 5px;
    background: #0092fc;
    color: #FFFFFF;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }

  .scan-code {
    position: fixed;
    right: 25px;
    bottom: 65px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #0092fc;
    color: #FFFFFF;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }

  .scan-code-logo {
    width: 40px;
    height: 33px;
    display: block;
    margin: 12px auto 4px;
  }
  .qrcode {
    position: absolute;
    left: -160px;
    top: -80px;
    z-index: 999;
  }

  .qrcode img {
    width: 150px;
    height: 150px;
    z-index: 999;
  }


 
  .buy {
    border-left: 0.01rem solid #999999;
    background: #FFFFFF;
    width: 100%;
    min-height: 100vh;
  }

  .buy-content {
    width: 100%;
    height: 141px;
    padding-top: 30px;
    /* margin-top: 30px; */
    text-align: center;
  }

  /* 价格 */
  .priceWidth {
    width: 850px;
    margin: 0 auto;
  }

  .price-box {
    width: 400px;
    height: 480px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  }

  .price-header {
    width: 100%;
    background-color: #198AF3;
    height: 80px;
    text-align: center;
    margin-top: -80px;
    border-radius: 10px 10px 0 0;
  }

  .price-span_1 {
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    position: absolute;
    left: 130px;
    top: 9px;
  }

  .price-header_2 {
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: -80px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #ccc;
  }

  /* 联系客服显示二维码 */
  .fixPrice {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 90px;
    top: 320px;
  }

  .button-btn {
    margin-top: 40px;
    width: 300px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #007CF5;
    color: #007CF5;
    font-size: 20px;
    font-weight: 400;

    border-radius: 4px;
    cursor: pointer;
  }

  .my-btn {
    display: block;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #198AF3;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;

    border-radius: 5px;
  }

  .price-modile-show {
    display: none;
  }

  .price-modile-hide {
    display: block;
  }

  .price-table {
    width: 850px;
  }

  .btn-center {
    margin: 60px auto 73px;
  }

  /* 客户 */
  /* 商务合作 */
  /* 商务合作中的 代理商合作条件 */
  .agent-cooperation {
    padding: 67px 13%;
    background: #fff;
  }

  .agent-advantage {
    padding: 67px 15%;
    background: rgba(247, 247, 247, 1);
  }

  .agent {
    width: 200px;
  }

  .text_left {
    text-align: left
  }

  .media-icon {
    width: 50px;
    height: 50px;
  }

  .media-title {
    font-size: 24px;
    font-weight: 400;
    color: #007CF5;
    line-height: 33px;
    height: 33px;
  }

  /* 商务合作中的 代理商申请流程 */
  .advantage-title {
    font-size: 40px;

    font-weight: 800;
    height: 56px;
    line-height: 56px;
    margin-bottom: 40px;
  }

  .agent-application {
    padding: 67px 15%;
    background: #fff;
  }

  .application-icon {
    font-size: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #007CF5;
    position: relative;
    left: 50%;
    margin-left: -40px;
  }

  .dashed-mt {
    margin-top: 35px;
  }

  .hidden-col {
    display: none;
  }

  /* 商务合作中 联系表单区块 */
  .contact-input {
    width: 87.3%;
    margin-top: 33px;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    padding: 7px;
  }

  .submit-btn {
    width: 300px;
  }

  .mt-33 {
    margin-top: 33px;
    text-indent: 5%;
  }

  /* 专属定制 */
  .handtailor-process-wrap {
    max-width: 1025px;
    margin: 0 auto;
  }

  .handtailor-desc p {
    font-size: 22px;
    line-height: 30px;

    font-weight: 100;
  }

  .handtailor-desc img {
    width: 450px;
    height: 338px;
  }

  .process-icon {
    font-size: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-color: #fff;
  }

  .arrow-icon {
    width: 21px;
    height: 7px;
    margin-top: 55px;
  }

  .handtailor-contact {
    padding: 67px 10% 100px;
  }

  .text-indent {
    text-indent: 2.8% !important;
  }

  #yourDemand {
    width: 95%;
  }

  .your-demand {
    padding-left: 6% !important;
  }

  /* 友情链接 */
  /* 字体 外边距 内边距 等公共样式 */
  .container {
    max-width: 1280px;
  }

  .fz-40 {
    font-size: 40px;

    font-weight: 800;
    height: 56px;
    line-height: 56px;
  }

  .fz-24 {
    font-size: 24px;

    line-height: 33px;
    height: 33px;
  }

  .fz-22 {
    font-size: 22px;

  }

  .mt-38 {
    margin-top: 38px;
  }

  .mt-67 {
    margin-top: 67px;
  }

  .mt-73 {
    margin-top: 73px;
  }

  .mr-35 {
    margin-right: 35px;
  }

  .mb-49 {
    margin-bottom: 49px;
  }

  .mb-87 {
    margin-bottom: 87px;
  }
}

/* General style */
body {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 14px;
  /* font-family: 'SourceHanSerifCNRegular' !important; */
}

.mr-7 {
  margin-right: 1%;
  margin-left: 1%;
}

.mt-55 {
  margin-top: -55px;
}

.pt-20 {
  padding-top: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-51 {
  margin-top: 51px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-95 {
  margin-top: 10%;
}

.mb-59 {
  margin-bottom: 59px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-41 {
  padding-bottom: 41px;
}

/* 二级标题 */
.fz-36 {
  font-size: 36px;

  font-weight: 800;
}

.fz-32 {
  font-size: 32px;
  font-weight: 800;

}

.fz-14 {
  font-size: 14px;

  color: #A1A1A1;
}

.round {
  padding-right: 5px;
}

.com-button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 400;
  color: #fff;

  border-radius: 5px;
  cursor: pointer;
}

.com-button-index {
  color: #3C3C3C !important;
  border-color: #3C3C3C !important;
}

.commmon-btn {
  height: 50px;
  line-height: 50px;
  background: #198AF3;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;

  border-radius: 5px;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.max-1280 {
  margin: 0 auto;
}


/* 页面购买咨询区块 */
.buy-position {
  width: 100%;
  max-width: 450px;
  height: 100vh;
  position: fixed;
  left: 100%;
  top: 0;
  background: #FFFFFF;
  z-index: 400;
}

.buy-transition1 {
  transform: translateX(-100%);
  transition: transform 1s;
}

.buy-transition2 {
  transform: translateX(100%);
  transition: transform 1s;
}

.qrcode-transition1 {
  transform: translateX(-30px);
  transition: transform 1s;
}

.qrcode-transition2 {
  transform: translateX(30px);
  transition: transform 1s;
}
.buy-header {
  width: 100%;
  /* margin-top: 25px; */
  margin-bottom: 15px;
  /* height: 251px; */
}

.buy-phone {
  margin-top: 9.5%;
  margin-bottom: 2.5%;
}

.buy-erweima {
  width: 140px;
  height: 140px;
  vertical-align: top;
}


.buy-section .title {
  margin-bottom: 15px;
}

.group {
  width: 236px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.group input {
  width: 100%;
  height: 36px;
  opacity: 0.7;
  padding: 6px 12px;
  background: #eeeeee;
  border: 0.01rem solid #cccccc;
  border-radius: 8px;
}

.group input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(102, 175, 233, .6);
}

.buy-btn {
  width: 100%;
  max-width: 236px;
  font-size: 18px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 4%;
  border-radius: 8px;
}

.buy-btn2 {
  width: 100%;
  max-width: 236px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #007CF5;
  color: #007CF5;
  font-size: 20px;
  border-radius: 8px;
}

.index-wrap {
  background: transparent;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
}

.aWeight {
  z-index: 200;
}

.color-white {
  color: #fff;
}

.color-a {
  color: #198AF3;
}

.color-888 {
  color: #888;
}

.color-15 {
  color: #151515 !important;
}

/* @media (min-width: 992px) {
  .header-box {
    transition: all 0.3s;
  }
} */
.button-index-blue {
  border-color: #007bff !important;
  background-color: #007bff !important;
  color: #fff !important;
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.button-index-white {
  border-color: #fff ;
  background-color: transparent;
  color: #fff ;
}

.button-index-white:hover {
  border-color: #007bff !important;
  background-color: #007bff !important;
  color: #fff !important;
}

.relative {
  position: relative;
}

.top--2 {
  top: -2px;
}

.hidden-fixed {
  display: none;
}
.show-fixed {
  display: block;
}
.header-fff {
  background-color: #fff;
}
