.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row-center {
  justify-content: center;
}
.flex-row-sa {
  justify-content: space-around;
}
.flex-row-sp {
  justify-content: space-between;
}
.flex-col-center {
  align-items: center;
}
.flex-col-sa {
  align-items: space-around;
}
.flex-col-sp {
  align-items: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  html body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  html body {
    font-size: 12px;
  }
  #goTopBtn {
    display: none;
  }
}
html body {
  color: #333;
}
html body img {
  border: 0 none;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
html body a {
  text-decoration: none;
  color: inherit;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 400;
}
html body a,
html body b,
html body blockquote,
html body dd,
html body div,
html body dl,
html body dt,
html body em,
html body fieldset,
html body form,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body i,
html body img,
html body input,
html body li,
html body ol,
html body p,
html body pre,
html body span,
html body strong,
html body tbody,
html body td,
html body textarea,
html body th,
html body tr,
html body ul {
  padding: 0;
  margin: 0;
  font-style: normal;
}
.clearfix::before {
  content: '';
  display: table;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.seo-link {
  display: none !important;
}
.gray-bg {
  background-color: #f0f0f0;
}
#goTopBtn {
  position: fixed;
  text-align: center;
  width: 130px;
  bottom: 1px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
  right: 1px;
  z-index: 10000;
  background-color: #117ef5;
  color: #ffffff;
  line-height: 28px;
}
#goTopBtn > i {
  margin-right: 10px;
}
#goTopBtn > span {
  font-size: 1.25em;
}
.single-line {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-copyright {
  background-color: #333;
  padding: 0;
}
.page-copyright > .content {
  width: 1080px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
.page-copyright > .content .cn {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.page-copyright > .content .en {
  display: inline-block;
  float: left;
}
.page-copyright > .content a {
  display: inline-block;
}
@media (max-width: 768px) {
  .page-copyright {
    background-color: #222;
    padding: 10px 20px;
  }
  .page-copyright > .content {
    width: 100%;
    text-align: center;
  }
  .page-copyright > .content .cn,
  .page-copyright > .content .en {
    text-align: center;
    line-height: 1.25em;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .page-copyright > .content .cn > .label,
  .page-copyright > .content .en > .label {
    display: none;
  }
  .page-copyright > .content .cn .line,
  .page-copyright > .content .en .line {
    display: block;
  }
  .page-copyright > .content a {
    margin-top: 10px;
  }
}
.carousel-container {
  position: relative;
}
.carousel-container .btn_prev,
.carousel-container .btn_next {
  position: absolute;
  top: 180px;
  opacity: 0.3;
}
.carousel-container .btn_prev > i,
.carousel-container .btn_next > i {
  font-size: 3rem;
  color: white;
}
.carousel-container .btn_prev {
  left: 0px;
}
.carousel-container .btn_next {
  right: 0px;
}
.carousel-items {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.carousel-items ul {
  width: 9999px;
  height: 422px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-items ul li {
  float: left;
  width: 100%;
  height: 422px;
}
@media (min-width: 769px) {
  .carousel-controls {
    position: absolute;
    top: 360px;
    left: 50%;
    z-index: 999;
    width: 300px;
    height: 21px;
    margin: 0 0 0 -50px;
  }
  .carousel-controls a {
    float: left;
    padding: 0;
    display: block;
    text-indent: -1000px;
    width: 12px;
    margin-right: 8px;
    height: 3px;
    opacity: 0.6;
    background: #ffffff;
    border-radius: 5px;
  }
  .carousel-controls a.on {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .carousel-controls {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 360px;
    z-index: 999;
    width: 100%;
    height: 21px;
    align-items: flex-end;
  }
  .carousel-controls a {
    width: 2px;
    height: 9px;
    opacity: 0.6;
    background: #c8c8c8;
    margin: 0 4px;
    padding: 0;
    display: block;
    text-indent: -1000px;
    border-radius: 0;
  }
  .carousel-controls a.on {
    opacity: 1;
    height: 17px;
    background: #126bf2;
  }
  .btn_prev,
  .btn_next {
    position: absolute;
    top: 180px;
    opacity: 0.3;
  }
  .btn_prev > i,
  .btn_next > i {
    font-size: 1rem;
    color: white;
  }
}
.more-case {
  position: relative;
  height: auto !important;
  background: #e4eff9;
  padding-bottom: 190px;
  overflow: hidden;
}
.more-case .detail-box {
  width: 1200px;
  margin: 0 auto;
}
.more-case .detail-box h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 80px 0;
}
.more-case .detail-box .detail-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-case .detail-box .detail-list li {
  width: 360px;
  height: 400px;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
.more-case .detail-box .detail-list li .list-img {
  width: 100%;
}
.more-case .detail-box .detail-list li .list-img img {
  width: 100%;
  height: 250px;
}
.more-case .detail-box .detail-list li .list-content {
  width: 360px;
  height: 400px;
  position: absolute;
  top: 270px;
  left: 0;
  z-index: 9;
  overflow: hidden;
  background: #ffffff;
  text-align: left;
}
.more-case .detail-box .detail-list li .list-content .list-logo {
  display: inline-block;
  width: 73px;
  height: 70px;
  background-size: contain;
  margin: 0 0 12px 12px;
}
.more-case .detail-box .detail-list li .list-content .list-tip {
  font-size: 18px;
  color: #222121;
  padding-left: 25px;
  margin-bottom: 20px;
}
.more-case .detail-box .detail-list li .list-content .list-text {
  font-size: 16px;
  color: #333;
  padding: 0 25px;
  margin-bottom: 20px;
  line-height: 26px;
}
.more-case .note {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}
/*产品介绍*/
.try-box {
  width: 100%;
  /*height:90px;*/
  background-color: #fafafa;
  padding: 50px 0;
}
.try-box .try-name {
  float: left;
  margin-right: 30px;
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
}
.try-box .experience {
  float: left;
  border-radius: 20px;
  background-color: #4F8BF5;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  padding: 5px 20px;
}
.try-box .experience a {
  color: #fff;
}
@media (max-width: 768px) {
  .common-block {
    padding-top: 30px;
  }
  .common-block .title_niu {
    margin-bottom: 28px;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333;
    line-height: 25px;
    letter-spacing: 2px;
  }
}
@media (min-width: 769px) {
  .common-block {
    padding-top: 60px;
    min-height: 580px;
  }
  .common-block .title_niu {
    margin-bottom: 60px;
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 42px;
  }
}
.light-blue {
  background: #f3f7ff;
}
.deep-blue {
  background: #3f65d2;
}
.deep-blue .title_niu {
  color: white;
}
@media (min-width: 769px) {
  .more-case-mobile {
    height: 667px;
  }
  .more-case-mobile .carousel-container {
    padding: 0 10px;
    height: 520px;
  }
  .more-case-mobile .carousel-container #moreCase4M {
    height: 520px;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-controls {
    align-items: flex-end;
    top: 574px;
    width: calc(90%);
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items {
    height: 520px;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content {
    width: 354px;
    height: 520px;
    background: #ffffff;
    margin: 0 auto;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content .poster {
    width: 355px;
    height: 246px;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content .logo {
    margin-top: 5px;
    max-width: 98px;
    margin-left: 20px;
    height: 58px;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content > .title_niu {
    margin-top: 10px;
    height: 21px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content .content {
    margin-top: 6px;
    margin-left: 20px;
    width: 315px;
    height: 137px;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 768px) {
  .more-case-mobile {
    height: 667px;
  }
  .more-case-mobile .carousel-container {
    padding: 0 10px;
    height: 520px;
  }
  .more-case-mobile .carousel-container #moreCase4M {
    height: 520px;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-controls {
    align-items: flex-end;
    top: 574px;
    width: calc(90%);
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items {
    height: 520px;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content {
    width: 354px;
    height: 520px;
    background: #ffffff;
    margin: 0 auto;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content .poster {
    width: 355px;
    height: 246px;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content .logo {
    margin-top: 5px;
    max-width: 98px;
    margin-left: 20px;
    height: 58px;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content > .title_niu {
    margin-top: 10px;
    height: 21px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .more-case-mobile .carousel-container #moreCase4M .carousel-items .carousel-item-content .content {
    margin-top: 6px;
    margin-left: 20px;
    width: 315px;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 769px) {
  .apply-form {
    padding: 60px 0;
    min-height: 370px;
    background-color: #3e4a54;
    box-sizing: border-box;
  }
  .apply-form .form-container {
    width: 50%;
    margin: 0 auto;
  }
  .apply-form .form-container__header {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 60px;
  }
  .apply-form .form-container .form {
    display: flex;
    flex-direction: column;
  }
  .apply-form .form-container .form .field input {
    box-sizing: border-box;
  }
  .apply-form .form-container .form #checkCode img {
    height: 40px;
  }
  .apply-form .form-container .form .button {
    align-self: center;
    width: 245px;
    border-radius: 7px;
    background-color: #126bf2;
  }
}
@media (max-width: 768px) {
  .apply-form {
    padding: 30px 0;
    min-height: 370px;
    background-color: #3e4a54;
    box-sizing: border-box;
  }
  .apply-form .form-container {
    width: 80%;
    margin: 0 auto;
  }
  .apply-form .form-container__header {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 28px;
  }
  .apply-form .form-container .form {
    display: flex;
    flex-direction: column;
  }
  .apply-form .form-container .form .field input {
    box-sizing: border-box;
  }
  .apply-form .form-container .form #checkCode {
    text-align: center;
    margin-top: 14px;
  }
  .apply-form .form-container .form #checkCode img {
    height: 40px;
  }
  .apply-form .form-container .form .button {
    align-self: center;
    background-color: #126bf2;
  }
}
.common-tabs {
  background: #fff;
  height: 110px;
  padding-bottom: 50px;
}
.common-tabs__content {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  border-bottom: 1px solid #E8E8E8;
}
.common-tabs__content__container {
  width: 620px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  border-bottom: 1px solid #e8e8e8;
}
.common-tabs__content__container__item {
  width: 150px;
  border-bottom: 2px solid transparent;
}
.common-tabs__content__container__item h2 {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 37px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.common-tabs__content__container__item.active {
  border-color: #126BF2;
}
.common-tabs__content__container__item.active h2 {
  color: #126BF2;
}
@media (min-width: 769px) {
  .confirm-container {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 600;
  }
  .confirm-container .confirmbox {
    width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 110;
  }
  .confirm-container .confirmbox .title_niu {
    height: 70px;
    padding-left: 30px;
    line-height: 70px;
    font-size: large;
    font-weight: 500;
    border-bottom: #e4e4e6 1px solid;
    position: relative;
  }
  .confirm-container .confirmbox .close {
    position: absolute;
    cursor: pointer;
    right: 14px;
    top: 17px;
    font-size: larger;
  }
  .confirm-container .confirmbox .content {
    min-height: 60px;
    margin: 20px 30px;
    font-family: PingFangSC, PingFangSC-Medium, Microsoft YaHei, "微软雅黑";
  }
  .confirm-container .confirmbox .footer {
    float: right;
    margin: 20px 30px;
  }
  .confirm-container .confirmbox .footer button {
    height: 35px;
    width: 70px;
    color: #fff;
    background-color: #126bf2;
    border: #126bf2 1px solid;
    border-radius: 8px;
    cursor: pointer;
  }
  .confirm-container::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .confirm-container {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 600;
  }
  .confirm-container .confirmbox {
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 110;
  }
  .confirm-container .confirmbox .title_niu {
    height: 60px;
    line-height: 70px;
    font-size: large;
    text-align: center;
    font-weight: 500;
    border-bottom: #e4e4e6 1px solid;
    position: relative;
  }
  .confirm-container .confirmbox .close {
    position: absolute;
    cursor: pointer;
    right: 14px;
    top: 17px;
    font-size: larger;
  }
  .confirm-container .confirmbox .content {
    min-height: 60px;
    margin: 20px 30px;
    font-family: PingFangSC, PingFangSC-Medium, Microsoft YaHei, "微软雅黑";
    font-size: 15px;
  }
  .confirm-container .confirmbox .footer {
    float: right;
    margin: 20px 30px;
  }
  .confirm-container .confirmbox .footer button {
    height: 35px;
    width: 70px;
    color: #fff;
    background-color: #126bf2;
    border: #126bf2 1px solid;
    border-radius: 8px;
    cursor: pointer;
  }
  .confirm-container::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.pc-footer {
  width: 100%;
  background-color: #333;
  color: #ccc;
  z-index: 99;
}
.pc-footer > .content {
  width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.pc-footer > .content > .qrcode {
  float: left;
  width: 100px;
  height: 200px;
  margin-right: 60px;
}
.pc-footer > .content > .qrcode .label {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.pc-footer > .content > .qrcode .image-container {
  height: 100px;
}
.pc-footer > .content > .qrcode .description {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.pc-footer > .content > .footer-nav {
  float: left;
  width: 920px;
  height: 260px;
}
.pc-footer > .content > .footer-nav > .item {
  float: left;
  width: 120px;
}
.pc-footer > .content > .footer-nav > .item > .label {
  font-size: 16px;
  line-height: 40px;
}
.pc-footer > .content > .footer-nav > .item a,
.pc-footer > .content > .footer-nav > .item span {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.pc-footer > .content > .footer-nav > .item.contact {
  width: 200px;
}
.pc-footer > .content > .footer-nav > .item > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pc-footer > .content > .footer-nav > .item > ul li {
  line-height: 30px;
}
.pc-footer > .content > .footer-nav > .item > ul li:hover a {
  color: #fff;
}
.pc-links {
  background-color: #333;
  padding: 0;
}
.pc-links > .content {
  width: 1080px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
}
.pc-links > .content > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pc-links > .content > ul > li {
  display: inline-block;
  line-height: 30px;
}
.pc-links > .content > ul > li > a {
  margin: 0 20px;
}
.pc-links > .content > ul > li > a:hover {
  color: #ffffff;
}
.pc-links > .content > ul > li:last-of-type > span {
  display: none;
}
.pc-header {
  width: 100%;
  height: 70px;
  background-color: #fafafa;
  position: fixed;
  top: 0;
  z-index: 999;
}
.pc-header #topright {
  float: right;
}
.pc-header #topright > div {
  float: left;
  margin-top: 21px;
  font-size: 16px;
  height: 30px;
  width: 67px;
  line-height: 30px;
  margin-right: 20px;
  text-align: center;
  border-radius: 15px;
}
.pc-header #topright > div a {
  color: #fff;
  text-decoration: none;
}
.pc-header #topright > div.login {
  background-color: #e5a83e;
}
.pc-header #topright > div.regist {
  background-color: #68aade;
  margin-right: 0;
}
.pc-header .content {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
.pc-header .content > .logo {
  width: 250px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.pc-header .content > .logo > a img {
  width: 250px;
}
.pc-header .content .language {
  float: right;
}
.pc-header nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pc-header nav {
  height: 70px;
  list-style-type: none;
  cursor: pointer;
  margin: 0 auto 0 300px;
  float: left;
  padding-top: 1px;
}
.pc-header nav a {
  cursor: pointer;
  text-decoration: none;
}
.pc-header nav a:visited {
  color: inherit;
}
.pc-header nav .pc-menus > li {
  line-height: 70px;
  display: block;
  position: relative;
  float: left;
  color: #555;
  text-decoration: none;
  margin: 0 15px;
  font-size: 16px;
}
.pc-header nav .pc-menus > li.active > a {
  color: #126bf2;
}
.pc-header nav .pc-menus > li:hover {
  color: #126bf2;
  text-decoration: none;
}
.pc-header nav .pc-menus > li:hover > ul {
  display: block;
}
.pc-header nav .pc-menus > li > ul {
  display: none;
  position: absolute;
  left: -40px;
  top: 56px;
  width: 140px;
  text-align: center;
}
.pc-header nav .pc-menus > li > ul > div {
  display: block;
  height: 9px;
}
.pc-header nav .pc-menus > li > ul > li {
  line-height: 40px;
  color: #999;
  background-color: #333;
}
.pc-header nav .pc-menus > li > ul > li:hover {
  display: block;
  color: #fff;
}
/* kefu */
.c-helpdesk {
  position: fixed;
  width: auto;
  height: 300px;
  line-height: 20px;
  right: 0;
  bottom: 10%;
  margin-top: -150px;
  z-index: 1000;
  box-sizing: content-box;
}
.c-helpdesk .d1 {
  width: 20px;
  padding: 10px;
  background: #615f61;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
.c-helpdesk .d2 {
  padding: 16px;
  position: absolute;
  top: 0;
  right: -230px;
  width: 190px;
  height: 170px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c-helpdesk .d2 .shade1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5676767', endColorstr='#E5676767');
  background: rgba(103, 103, 103, 0.9);
  z-index: -1;
}
.c-helpdesk .d2 .info {
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.c-helpdesk .d2 .info .phone {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 20px;
}
.c-helpdesk .d2 .info .phone p {
  /*font-size: 18px;*/
  color: #fff;
  text-align: center;
}
.c-helpdesk .d2 .info h2 {
  font-size: 16px;
  line-height: 40px;
}
.c-helpdesk .d2 .info .consult img {
  display: block;
  margin: 0 auto;
}
.c-helpdesk .d2 .info .close {
  font-size: 12px;
}
.c-helpdesk .d2 .info .phone a {
  color: #fff;
}
.c-helpdesk .d2 .info .phone a {
  display: inline-block;
  width: 48%;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 28px;
  margin-top: 8px;
  color: #fff;
}
.c-helpdesk .d2 .info .reg {
  padding: 20px 0;
}
.c-helpdesk .d2 .info .reg a {
  display: inline-block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  background: #fafafa;
  border-radius: 3px;
}
.c-helpdesk .d2 .info .reg a:hover {
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .pc-footer,
  .pc-header,
  .pc-menus,
  .pc-links,
  .c-helpdesk,
  .c-helpdeska,
  .telLineBox {
    display: none;
  }
}
.wap-header {
  width: 100%;
  height: 50px;
  color: #ccc;
  position: fixed;
  background-color: #fafafa;
  top: 0;
  z-index: 100;
  opacity: 0.95;
}
.wap-header .left-buttons {
  height: 50px;
  box-sizing: border-box;
  padding: 12px 18px;
}
.wap-header .left-buttons {
  position: absolute;
  left: 0;
  top: 0;
}
.wap-header .left-buttons .regist-button {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 8px;
  letter-spacing: 2px;
  color: #999;
  display: inline-block;
}
.wap-header .right_niu-buttons {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 18px 0 0;
}
.wap-header .right_niu-buttons i {
  color: #999;
  font-size: 2rem;
}
.wap-header > .content {
  text-align: center;
}
.wap-header > .content > .logo {
  display: inline-block;
  margin-top: 15px;
  width: 140px;
}
.wap.ui.sidebar.right_niu {
  background-color: #fff;
}
.wap.ui.sidebar.right_niu .wap-menus {
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  font-size: 18px;
  box-sizing: border-box;
}
.wap.ui.sidebar.right_niu .wap-menus > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wap.ui.sidebar.right_niu .wap-menus > ul li > a {
  width: 100%;
  display: inline-block;
}
.wap.ui.sidebar.right_niu .wap-menus > ul > li {
  line-height: 60px;
  border-bottom: #eee 1px solid;
  background: #fff;
  color: #303133;
  font-weight: 500;
}
.wap.ui.sidebar.right_niu .wap-menus > ul > li .ui.accordion > .title_niu > i {
  float: right;
  transition: transform 0.5s ease;
}
.wap.ui.sidebar.right_niu .wap-menus > ul > li .ui.accordion > .title_niu.active > i {
  transform: rotate(180deg);
}
.wap.ui.sidebar.right_niu .wap-menus > ul > li .ui.accordion > .title_niu,
.wap.ui.sidebar.right_niu .wap-menus > ul > li .ui.accordion > .content {
  padding: 0;
}
.wap.ui.sidebar.right_niu .wap-menus > ul > li .ui.accordion > .content {
  line-height: 40px;
}
.wap.ui.sidebar.right_niu .wap-menus > ul > li .ui.accordion > .content > ul > li {
  color: #333;
  font-weight: 400;
  font-size: 16px;
}
.wap.ui.sidebar.right_niu .wap-menus > ul > li .ui.accordion > .content > ul > li.list > span {
  color: #333;
}
.wap.ui.sidebar.right_niu .wap-menus > ul > li .ui.accordion ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.wap-footer {
  width: 100%;
  background-color: #333;
  padding: 20px 0;
  z-index: 99;
  text-align: center;
}
.wap-footer > .label {
  color: #ccc;
  line-height: 40px;
  font-size: 18px;
}
.wap-footer > .item {
  font-size: 16px;
  line-height: 25px;
  color: #999;
}
.wap-toolbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 28px;
  width: 347px;
  height: 48px;
  border-radius: 24px;
  background: #126bf2;
  margin: auto;
  z-index: 100;
}
.wap-toolbar__btns {
  height: 100%;
}
.wap-toolbar__btns__item {
  flex: 1;
  cursor: pointer;
}
.wap-toolbar__btns__item span {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  letter-spacing: 8px;
}
.wap-toolbar__btns__item img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.wap-toolbar__btns .gap-line {
  position: absolute;
  height: 18px;
  left: 50%;
  width: 1px;
  background: #fff;
}
@media (min-width: 769px) {
  .wap-footer,
  .wap-header,
  .wap-menus,
  .wap-toolbar {
    display: none;
  }
}
@media (max-width: 769px) {
  #J_xiaomi_dialog {
    display: none;
  }
}
@media (min-width: 769px) {
  html body > .page-header,
  html body > .page-content {
    min-width: 1280px;
  }
}
@media (max-width: 768px) {
  html body > .page-header,
  html body > .page-content {
    min-width: 375px;
  }
}
