* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
*[hidefocus],
input,
textarea,
a {
  outline: 0;
}
@font-face {
  font-family: 'jinrong';
  src: local('jinrong'), url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/4af0eb16e98e533a458264a0d76e3b91.otf);
}
@font-face {
  font-family: 'jinrongBold';
  src: local('jinrongBold'), url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/13266c821bd7aea26bcc7830893a17f7.otf);
}
* {
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  outline: 0;
}
fieldset,
img,
html,
body,
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
caption,
th {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
em,
strong {
  font-style: normal;
}
a,
button {
  cursor: pointer;
}
i {
  font-style: normal;
}
textarea {
  resize: none;
  overflow: auto;
}
a {
  color: #666;
  text-decoration: none;
}
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
pre {
  white-space: pre-wrap;
}
body,
textarea,
select,
input {
  font-family: 'MI Lan Pro', 'HanHei SC', 'PingFang SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-size: 14px;
  color: #000;
}
body {
  font-size: 14px;
  line-height: 1.72;
  background: #fff;
  color: #000000a6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
html,
body {
  width: 100%;
}

/*!
* @jSlider - a jQuery Plugin
* @version 1.0.1
*
* @author Thuy Nguyen ducthuy@gmail.com
* @website http://startjs.com/
* @github https://github.com/copthuy/jSlider
* MIT License
* Copyright (c) 2018 Thuy Nguyen
*/
.jSlider {
  position: relative;
  height: auto;
}
.jSlider div,
.jSlider span {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.jSlider img {
  width: 100%;
  height: auto;
  display: block;
}
.jSlider > div > * {
  /* hide all image at first */
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.jSlider > img:first-child {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.jSlider .slider-content {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jSlider .slider-content-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jSlider .slider-slides {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.jSlider .grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.jSlider.fade-transition .slider-slides,
.jSlider.fade-transition .grabbing {
  cursor: e-resize;
}
.jSlider.background-transition .slider-slides,
.jSlider.background-transition .grabbing {
  cursor: default;
}
.jSlider .slider-slides > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.webkit-slider .slider-content,
.webkit-slider .slider-content div,
.webkit-slider .slider-content img {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.webkit-slider .controller span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.jSlider [class*=appear-] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.jSlider .cssAnimation {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/**********************************************
CONTROLLERS - PURE CSS 3 THEME
//
/**********************************************/
.jSlider .controller {
  display: block;
  visibility: hidden;
}
.jSlider .controller > div {
  width: auto;
  height: auto;
  display: none;
}
.jSlider .controller span {
  cursor: pointer;
}
.jSlider .indicator {
  visibility: hidden;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}
.jSlider .indicator span {
  font-size: 0;
  line-height: 0;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  display: none;
  visibility: visible;
}
.jSlider .indicator span:first-child {
  margin-left: 0;
}
.jSlider .indicator span.selected {
  background: rgba(255, 255, 255, 0.8);
}
.jSlider .navigator {
  visibility: hidden;
}
.jSlider .navigator span {
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: rgba(255, 255, 255, 0.5);
  /* border-radius: 50%;
	-webkit-border-radius: 50px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); */
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: visible;
}
/* .jSlider .navigator span:hover {
	background: rgba(0, 0, 0, 0.5);
} */
.jSlider .navigator .disabled {
  display: none;
  cursor: default;
}
.jSlider .navigator .prev {
  left: 5%;
  width: 68px;
  height: 68px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAACIBAMAAADOlL5hAAAAKlBMVEUUGSXW19qYmZ77+/u7vcF5e4OytLhwc3rr6+3k5ebT1NeWl55OUFv////8Xq9kAAAADXRSTlNmypr4soqshuTbx5l4a9kAzgAAAHpJREFUaN7t0zENgDAQheEbQAArIysCmJDAhIFKqAUsYAkJTbqdF9amAwm96/Z/Al7+5QkAAAAAAOhpjGJ3bg4he4r2ENVgD9FMSI+QeymtTSGVJL896jAyeIzIoXpNpVmaUjYxO7S+Hyl+KcEhJYvdEAQAAAAAAHx7ASehVyX67r6GAAAAAElFTkSuQmCC) center no-repeat;
}
.jSlider .navigator .next {
  right: 5%;
  width: 68px;
  height: 68px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAACIBAMAAADOlL5hAAAAJFBMVEUUGSWZmp/W19rl5uctMj35+fptcXi/wMTc3d+kpqtOUFv///9WTQmkAAAAC3RSTlNmmsrcbfWEttCieB+MuO8AAAB/SURBVGje7dOxCYQAEETRCYSLLzwuuxrMTA7swcREbMPcCmzAGkQQtjnBSAUD3dXovwKGn4wAAAAAAMATOvm9hr/cGkvllllASm4BKQkpi/699ikvpXxtL40YmSJGCp1W/zZKGyv3BZcQp4aQG0KUBYQoDwhR0goAAAAAAByYAY4fTOgXcJSGAAAAAElFTkSuQmCC) center no-repeat;
}
/* .jSlider .navigator span:before
, .jSlider .navigator span:after {
	content: '';
	display: block;
	position: absolute;
} */
/* .jSlider .navigator span:before {
	width: 20px;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, .35);
}
.jSlider .navigator span:hover:before {
	border-top-color: rgba(255, 255, 255, .35);
}
.jSlider .navigator span:after {
	height: 20px;
	width: 0;
	border-left: 1px solid rgba(0, 0, 0, .35);
}
.jSlider .navigator span:hover:after {
	border-left-color: rgba(255, 255, 255, .35);
}
.jSlider .navigator .prev:before
, .jSlider .navigator .prev:after {
	top: 18px;
	left: 18px;
}
.jSlider .navigator .next:before
, .jSlider .navigator .next:after {
	bottom: 18px;
	right: 18px;
} */
/* ie8 fix */
/* .jSlider .msie8 .navigator span:before {
	width: 0;
	height: 0;
	border-width: 10px 15px;
	border-style: solid;
	border-color: transparent;
	top: 15px;
	bottom: auto;
}

.jSlider .msie8 .navigator span:after {
	display: none;
}

.jSlider .msie8 .navigator .prev:before {
	border-left-width: 0;
	border-right-color: #ccc;
	left: 15px;
}

.jSlider .msie8 .navigator .next:before {
	border-right-width: 0;
	border-left-color: #ccc;
	right: 15px;
} */
.jSlider .controller .page {
  font-size: 36px;
  color: #a7a7ad;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 16px;
  right: 24px;
  display: block;
  visibility: visible;
}
.jSlider .page .current {
  font-size: 36px;
  color: #FFFFFF;
}
/* responsive rules */
@media (max-width: 767px) {
  .jSlider .indicator span {
    width: 7px;
    height: 7px;
    margin-left: 7px;
  }
}
@media (max-width: 480px) {
  .jSlider .indicator span {
    width: 5px;
    height: 5px;
    margin-left: 5px;
  }
}

/**
 * banner图下的大标题以及其描述
*/
/**
 * 卡片样式
 */
.banner-wrap {
  margin: auto;
  width: 1002px;
  position: relative;
  min-height: 547px;
  margin-top: 6px;
}
.banner-wrap .banner-info {
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  height: 193px;
  opacity: 0.8;
  background: #151826;
  padding: 23px 43px 30px 31px;
  border-radius: 18px 18px 0 0;
  position: absolute;
  bottom: 0;
}
.banner-wrap .banner-info .title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-wrap .banner-info .time {
  opacity: 0.3;
  margin-top: 10px;
}
.banner-wrap .jSlider img {
  max-height: 547px;
}
@media screen and (max-width: 768px) {
  .banner-wrap {
    width: 100vw;
    min-height: 248px;
  }
  .banner-wrap .banner-info {
    height: 90px;
    padding: 23px 24px 25px;
  }
  .banner-wrap .banner-info .title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .banner-wrap .banner-info .time,
  .banner-wrap .banner-info .desc {
    display: none;
  }
  .banner-wrap .jSlider img {
    height: 248px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-wrap .jSlider .controller .page {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    right: 16px;
    bottom: 10px;
  }
  .banner-wrap .jSlider .controller .page .current {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }
}
.consumer-protection-wrap {
  padding-top: 90px;
  width: 1002px;
  margin: auto;
  overflow: hidden;
}
.consumer-protection-wrap h2 {
  font-size: 42px;
  line-height: 56px;
  color: #000A1F;
  text-align: center;
  margin-bottom: 53px;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
}
.consumer-protection-wrap .article-list {
  width: 1034px;
  min-height: 550px;
}
.consumer-protection-wrap .article-list > li {
  float: left;
  width: 485px;
  margin-bottom: 32px;
  background: #F7FBFF;
  margin-right: 32px;
}
.consumer-protection-wrap .article-list > li:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
}
.consumer-protection-wrap .article-list > li .new-banner {
  width: 485px;
  height: 265px;
  vertical-align: bottom;
  border-radius: 0 0 18px 18px;
}
.consumer-protection-wrap .article-list > li .article {
  color: #000A1F;
  font-size: 18px;
  padding: 30px 38px;
  height: 285px;
  position: relative;
}
.consumer-protection-wrap .article-list > li .article h4 {
  font-size: 28px;
  line-height: 37px;
  max-height: 74px;
  margin-bottom: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 600;
}
.consumer-protection-wrap .article-list > li .article .desc {
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.consumer-protection-wrap .article-list > li .article .other {
  opacity: 0.3;
  position: absolute;
  bottom: 30px;
  left: 38px;
}
.consumer-protection-wrap .article-list > li .article .source {
  margin-left: 40px;
}
.consumer-protection-wrap .consumer-more {
  font-size: 18px;
  color: #116EFF;
  width: 145px;
  height: 42px;
  line-height: 42px;
  border-radius: 39px;
  text-align: center;
  background: #f2f6ff;
  background: rgba(17, 110, 255, 0.06);
  margin: 30px auto 32px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .consumer-protection-wrap {
    width: 100vw;
    padding-top: 32px;
  }
  .consumer-protection-wrap h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
  }
  .consumer-protection-wrap .article-list {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 348px;
  }
  .consumer-protection-wrap .article-list > li {
    width: 311px;
    background-color: #fafafa;
    margin: 16px auto 0;
  }
  .consumer-protection-wrap .article-list > li .new-banner {
    width: 311px;
    height: 170px;
    border-radius: 0 0 8px 8px;
  }
  .consumer-protection-wrap .article-list > li .article {
    height: unset;
    padding: 24px;
    padding-bottom: 0;
  }
  .consumer-protection-wrap .article-list > li .article h4 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #000a1f;
    margin-bottom: 10px;
  }
  .consumer-protection-wrap .article-list > li .article .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
  }
  .consumer-protection-wrap .article-list > li .article .other {
    font-size: 12px;
    line-height: 16px;
    position: static;
    margin-top: 10px;
    margin-bottom: 22px;
  }
  .consumer-protection-wrap .consumer-more {
    background: unset;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    width: unset;
    height: unset;
    margin: 16px auto 0;
    position: relative;
  }
  .consumer-protection-wrap .consumer-more::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #116eff;
    top: calc(50% - 2.5px);
    right: 40%;
  }
}
.c_footer {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .c_footer {
    margin-top: 32px;
  }
}
.credit-wrap {
  height: 80px;
  background: #394365;
  color: #fff;
  padding: 0 30px;
  font-size: 16px;
  line-height: 80px;
  margin-top: 6px;
  position: relative;
}
.credit-wrap .service-phone {
  display: inline-block;
}
.credit-wrap .serve-title::after {
  content: '：';
}
.credit-wrap .service-email {
  display: inline-block;
  margin-left: 20px;
}
.credit-wrap .credit-btn {
  outline: 0;
  width: 160px;
  height: 48px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  font-size: 16px;
  line-height: 44px;
  position: absolute;
  right: 30px;
  top: calc(50% - 24px);
}
.credit-wrap .credit-btn:hover {
  background-color: #5f698c;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .credit-wrap {
    height: auto;
    padding: 14px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .credit-wrap .service-phone {
    line-height: 18px;
    text-align: left;
    font-size: 13px;
    vertical-align: bottom;
  }
  .credit-wrap .service-email {
    display: none;
  }
  .credit-wrap .serve-time {
    color: #838AA3;
    display: block;
    font-size: 11px;
    margin-top: 3px;
    font-weight: 500;
  }
  .credit-wrap .serve-title {
    font-size: 13px;
    color: #D4D7E1;
    font-weight: 500;
  }
  .credit-wrap .serve-title::after {
    content: '';
  }
  .credit-wrap .serve-phone-number {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-left: 4px;
    vertical-align: bottom;
  }
  .credit-wrap .credit-btn {
    position: unset;
    margin-left: 0;
    padding: 0 6px;
    border-color: transparent;
    color: #fff;
    background-color: #5F698C;
    border-radius: 100px;
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 34px;
  }
}
@media screen and (max-width: 360px) {
  .credit-wrap {
    padding: 14px 4px;
  }
}
.modal {
  display: none;
}
.modal input,
.modal textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 12px;
  background-color: #fff;
  color: #212529;
  border-radius: 4px;
}
.modal input:focus,
.modal textarea:focus {
  border-color: #337dff;
  outline: 0;
}
.modal .modal-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.modal .modal-content-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  outline: 0;
  z-index: 1000;
}
.modal .modal-content-wrap .modal-content {
  width: 720px;
  position: relative;
  top: 100px;
  margin: 0 auto;
  padding: 0 0 24px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.modal .modal-content-wrap .modal-content .close-btn {
  position: absolute;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #BDBDBD;
  top: 21px;
  right: 21px;
  padding: 0;
  width: 16px;
}
.modal .modal-content-wrap .modal-content .modal-header {
  padding: 18px 26px;
  background: #f5f9ff;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
}
.modal .modal-content-wrap .modal-content .modal-body {
  padding: 24px 0;
  width: 428px;
  margin: 0 auto;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item {
  font-size: 14px;
  color: #7D7D7D;
  margin-bottom: 20px;
  display: inline-block;
  /******** start图片上传相关 **********/
  /******** end图片上传相关 **********/
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .label-wrap {
  display: inline-block;
  vertical-align: top;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .form-control {
  display: inline-block;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .form-control .error-tips {
  color: #F81046;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .form-control .error-tips span {
  display: inline-block;
  -webkit-transform: scale(0.833);
      -ms-transform: scale(0.833);
          transform: scale(0.833);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item label {
  width: 70px;
  display: inline-block;
  text-align: right;
  line-height: 32px;
  margin-top: 1.2px;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item input.error {
  border-color: #F81046;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item input,
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item textarea {
  width: 352px;
  color: #000A1F;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item input::-webkit-input-placeholder, .modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item textarea::-webkit-input-placeholder {
  color: #999;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item input::-moz-placeholder, .modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item textarea::-moz-placeholder {
  color: #999;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item input:-ms-input-placeholder, .modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item textarea:-ms-input-placeholder {
  color: #999;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item input::-ms-input-placeholder, .modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item textarea::-ms-input-placeholder {
  color: #999;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item input::placeholder,
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item textarea::placeholder {
  color: #999;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item textarea {
  resize: vertical;
  position: relative;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .show-count {
  position: relative;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .show-count:after {
  display: block;
  position: absolute;
  bottom: -22px;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  text-align: right;
  content: attr(data-count);
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 4px;
  color: #7D7D7D;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-btn:hover {
  color: #337DFF;
  border-color: #337DFF;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-btn.disable {
  opacity: 0.5;
  cursor: not-allowed;
  color: #7D7D7D;
  border-color: #7D7D7D;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-btn svg {
  vertical-align: middle;
  padding-right: 4px;
  width: 20px;
  height: 20px;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .uplpad-tips {
  width: 352px;
  font-size: 12px;
  color: #999;
  -webkit-transform: scale(0.833);
      -ms-transform: scale(0.833);
          transform: scale(0.833);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-list .upload-list-item-wrap .upload-list-item {
  position: relative;
  margin-top: 8px;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-list .upload-list-item-wrap .upload-list-item:hover {
  background-color: #f7f7f7;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-list .upload-list-item-wrap .upload-list-item img {
  vertical-align: middle;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-list .upload-list-item-wrap .upload-list-item .delete-icon {
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .upload-list .upload-list-item-wrap .upload-list-item .delete-icon:hover {
  color: #ff4d4f;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .verify-code-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .verify-code-input-wrap input {
  width: 232px;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item .verify-code-input-wrap .verify-code-img {
  width: 110px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
  cursor: pointer;
}
.modal .modal-content-wrap .modal-content .modal-body .credit-form .form-item.error-items {
  margin-bottom: 0;
}
.modal .modal-content-wrap .modal-content .modal-body .tips {
  font-size: 12px;
  color: #7D7D7D;
  margin-top: 10px;
}
.modal .modal-content-wrap .modal-content .modal-body .result-container {
  text-align: center;
  margin-top: 34px;
}
.modal .modal-content-wrap .modal-content .modal-body .result-container .result-title {
  font-size: 22px;
  color: #000A1F;
  font-weight: 500;
  line-height: 36px;
  margin-top: 6px;
}
.modal .modal-content-wrap .modal-content .modal-body .result-container .result-desc {
  font-size: 14px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.6);
  margin-top: 12px;
  text-align: center;
}
.modal .modal-content-wrap .modal-content .modal-body .result-container .result-desc .result-desc-inline {
  text-align: left;
  display: inline-block;
}
.modal .modal-content-wrap .modal-content .modal-body .result-container .btn-primary {
  background-color: #337DFF;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  width: 146px;
  margin-top: 30px;
}
.modal .modal-content-wrap .modal-content .modal-footer {
  width: 428px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.modal .modal-content-wrap .modal-content .modal-footer .cancel-btn {
  background-color: #fff;
  border: 1px solid rgba(0, 10, 31, 0.3);
  width: 146px;
  height: 40px;
  border-radius: 4px;
  color: rgba(0, 10, 31, 0.4);
}
.modal .modal-content-wrap .modal-content .modal-footer .submit-btn-pc {
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #337DFF;
  width: 146px;
  height: 40px;
  color: #fff;
  margin-left: 10px;
}
.modal .modal-content-wrap .modal-content .modal-footer .submit-btn-pc.disable {
  opacity: 0.5;
  cursor: not-allowed;
}
.toast-container-pc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  min-width: 104px;
  height: 30px;
  padding: 0 16px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: visible;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
          box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
*[hidefocus],
input,
textarea,
a {
  outline: 0;
}
@font-face {
  font-family: 'jinrong';
  src: local('jinrong'), url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/4af0eb16e98e533a458264a0d76e3b91.otf);
}
@font-face {
  font-family: 'jinrongBold';
  src: local('jinrongBold'), url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/13266c821bd7aea26bcc7830893a17f7.otf);
}
* {
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  outline: 0;
}
fieldset,
img,
html,
body,
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
caption,
th {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
em,
strong {
  font-style: normal;
}
a,
button {
  cursor: pointer;
}
i {
  font-style: normal;
}
textarea {
  resize: none;
  overflow: auto;
}
a {
  color: #666;
  text-decoration: none;
}
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
pre {
  white-space: pre-wrap;
}
body,
textarea,
select,
input {
  font-family: 'MI Lan Pro', 'HanHei SC', 'PingFang SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-size: 14px;
  color: #000;
}
body {
  font-size: 14px;
  line-height: 1.72;
  background: #fff;
  color: #000000a6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
html,
body {
  width: 100%;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.c_container {
  min-width: 1002px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_container {
    min-width: unset;
    width: 100vw;
  }
}
.c_header-wrapper {
  height: 76px;
}
.c_header {
  background-color: #fff;
  z-index: 4;
  height: 76px;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.c_header-shadow {
  -webkit-box-shadow: 0 1px 4px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 4px rgba(32, 33, 36, 0.28);
}
.header-menu-wrap {
  width: 1002px;
  font-size: 16px;
  margin: auto;
  background-color: #fff;
}
.header-menu-wrap img {
  width: 190px;
  height: 42px;
  margin-top: 16px;
}
.header-menu-wrap .pc-logo {
  display: inline-block;
  margin-top: 16px;
}
.header-menu-wrap .pc-logo img {
  width: 37px;
  height: 37px;
  float: left;
  margin-top: 3px;
}
.header-menu-wrap .pc-logo .title-desc {
  margin-left: 47px;
  color: #000a1f;
}
.header-menu-wrap .pc-logo .title-desc h1 {
  font-size: 22px;
  line-height: 29px;
}
.header-menu-wrap .pc-logo .title-desc h2 {
  line-height: 14px;
  font-size: 11px;
}
.header-menu-wrap .pc-logo .title-desc h2 span {
  letter-spacing: 10px;
}
.header-menu-wrap .pc-logo .title-desc h2 span + span {
  float: right;
  margin-right: -8px;
}
.header-menu-wrap .mobile-menu-button {
  display: none;
}
.header-menu-wrap .menu-list {
  float: right;
}
.header-menu-wrap .menu-list > li {
  float: left;
  margin-left: 30px;
  padding: 27px 0;
  line-height: 22px;
}
.header-menu-wrap .menu-list > li a {
  color: #000a1f;
}
.header-menu-wrap .menu-list > li.active {
  color: #000a1f;
  font-weight: bold;
  position: relative;
}
.header-menu-wrap .menu-list > li.active a {
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 600;
  color: #000a1f;
}
.header-menu-wrap .menu-list > li.active:after {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background-color: #116eff;
  position: absolute;
  margin-left: 14px;
  bottom: 16px;
}
.header-menu-wrap .menu-list > li.active.home:after {
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .c_header-wrapper {
    height: 56px;
  }
  .c_header {
    height: 56px;
  }
  .header-menu-wrap {
    width: 100vw;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .header-menu-wrap:after {
    content: unset;
  }
  .header-menu-wrap .menu-list {
    position: absolute;
    float: unset;
    right: -100%;
    top: 0;
    height: 100vh;
    background-color: #fff;
    padding-left: 48px;
    padding-right: 76px;
    line-height: 22px;
    color: #333b4c;
    padding-top: 51px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3;
  }
  .header-menu-wrap .menu-list > li {
    float: unset;
    font-size: 16px;
    margin-left: 0;
  }
  .header-menu-wrap .menu-list > li.active a {
    color: #116eff;
    font-weight: 400;
  }
  .header-menu-wrap .menu-list > li.active:after {
    content: unset;
  }
  .header-menu-wrap .menu-list > li.active:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggNEM1Ljc5MDg2IDQgNCA1Ljc5MDg2IDQgOEM0IDUuNzkwODYgMi4yMDkxNCA0IDAgNEMyLjIwOTE0IDQgNCAyLjIwOTE0IDQgMEM0IDIuMjA5MTQgNS43OTA4NiA0IDggNFoiIGZpbGw9IiMxMTZFRkYiLz4KPC9zdmc+Cg==);
    width: 8px;
    height: 8px;
    position: relative;
    left: -8px;
  }
  .header-menu-wrap .pc-logo {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .header-menu-wrap .pc-logo .title-desc {
    margin-left: 40px;
    color: #000a1f;
  }
  .header-menu-wrap .pc-logo .title-desc h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .header-menu-wrap .pc-logo .title-desc h2 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 8.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-menu-wrap .pc-logo .title-desc h2 span {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
  .header-menu-wrap .pc-logo img {
    margin-top: 0;
    width: 32px;
    height: 32.5px;
    float: left;
  }
  .header-menu-wrap .mobile-menu-button {
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgb3BhY2l0eT0iMC4wMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMkMwIDEuNDQ3NzIgMC40NDc3MTUgMSAxIDFIMTVDMTUuNTUyMyAxIDE2IDEuNDQ3NzIgMTYgMkMxNiAyLjU1MjI4IDE1LjU1MjMgMyAxNSAzSDFDMC40NDc3MTUgMyAwIDIuNTUyMjggMCAyWk0wIDhDMCA3LjQ0NzcyIDAuNDQ3NzE1IDcgMSA3SDE1QzE1LjU1MjMgNyAxNiA3LjQ0NzcyIDE2IDhDMTYgOC41NTIyOCAxNS41NTIzIDkgMTUgOUgxQzAuNDQ3NzE1IDkgMCA4LjU1MjI4IDAgOFpNMSAxM0MwLjQ0NzcxNSAxMyAwIDEzLjQ0NzcgMCAxNEMwIDE0LjU1MjMgMC40NDc3MTUgMTUgMSAxNUgxNUMxNS41NTIzIDE1IDE2IDE0LjU1MjMgMTYgMTRDMTYgMTMuNDQ3NyAxNS41NTIzIDEzIDE1IDEzSDFaIiBmaWxsPSIjMzMzQjRDIi8+Cjwvc3ZnPgo=) no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 14px;
    z-index: 4;
  }
}
.parner-container {
  padding-top: 90px;
  padding-bottom: 120px;
  text-align: center;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
}
.parner-container h2 {
  font-size: 42px;
  line-height: 56px;
  color: #000a1f;
}
.parner-container .parner-list {
  max-width: 1002px;
  margin: 48px auto 0;
}
.parner-container .parner-list .parner-item {
  display: inline-block;
  width: 190px;
  height: 84px;
  text-align: center;
  background-size: contain;
}
.parner-container .mobile-parner-list {
  display: none;
}
.parner-container .parner-item + .parner-item {
  margin-left: 8px;
}
.parner-container .parner-item:nth-child(6) {
  margin-left: 0;
}
.parner-container .parner-list ~ .parner-list {
  margin-top: 14px;
}
@media screen and (max-width: 1100px) {
  .parner-container .parner-item + .parner-item {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .parner-container h2 {
    font-size: 20px;
    font-weight: 600;
    color: #01103e;
    line-height: 27px;
  }
  .parner-container .parner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  .parner-container .parner-list .parner-item {
    width: 155px;
    height: 64px;
    margin-top: 16px;
  }
  .parner-container .parner-list .parner-item:nth-child(1),
  .parner-container .parner-list .parner-item:nth-child(2) {
    margin-top: 0;
  }
  .parner-container .parner-list .parner-item + .parner-item {
    margin-left: 0;
  }
  .parner-container .parner-list .parner-item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 320px) {
  .parner-container .parner-list .parner-item:nth-child(2n) {
    margin-left: 2px;
  }
}
@media \0  {
  .parner-container .parner-item + .parner-item {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .parner-container {
    padding: 32px 0 48px;
  }
}
/* 底部footer */
.c_footer {
  height: 464px;
  color: #fff;
  background: url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/02051fb9e116b29b9aeb503b913a9c09.png) no-repeat;
  background-size: contain;
  background-position-x: 88%;
  background-position-y: center;
  background-color: #1f222c;
  padding: 90px 0;
  overflow: hidden;
}
.c_footer .footer-container {
  line-height: 464px;
  max-width: 1002px;
  margin: 0 auto;
}
.c_footer .footer-container .footer-content {
  line-height: 1.5;
  vertical-align: middle;
}
.c_footer .footer-container .footer-content .footer-content-leftitem {
  display: inline-block;
  text-align: left;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-title {
  font-size: 24px;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
  font-weight: 600;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .footer-bottom-line {
  display: block;
  height: 4px;
  width: 72px;
  background-color: #fff;
  border-radius: 1px;
  margin-top: 20px;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone {
  font-size: 24px;
  margin-top: 20px;
  font-family: 'jinrongBold', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
  font-weight: 600;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone span + span:before {
  content: '|';
  display: inline-block;
  -webkit-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
          transform: scaleX(0.5);
  padding: 0 10px;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-time {
  color: #ffffff66;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-email {
  margin-top: 25px;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .bussiness {
  margin-top: 18px;
}
.c_footer .footer-content-rightitem {
  float: right;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.c_footer .footer-content-rightitem .nav-list {
  display: inline-block;
  padding-top: 30px;
  text-align: right;
}
.c_footer .footer-content-rightitem .nav-list li {
  display: inline-block;
  font-size: 16px;
}
.c_footer .footer-content-rightitem .nav-list li:after {
  display: inline;
  content: '|';
  padding-left: 9px;
}
.c_footer .footer-content-rightitem .nav-list li a {
  color: #fff;
}
.c_footer .footer-content-rightitem .nav-list li a:hover {
  color: #588DFF;
}
.c_footer .footer-content-rightitem .nav-list li.last-item:after {
  display: none;
}
.c_footer .footer-content-rightitem .nav-list li + li {
  padding-left: 9px;
}
.c_footer .footer-content-rightitem .footer-img-container {
  margin-top: 56px;
  text-align: right;
}
.c_footer .footer-content-rightitem .footer-img-container .footer-img-wrapper {
  display: inline-block;
  text-align: center;
}
.c_footer .footer-content-rightitem .footer-img-container .footer-img-wrapper .footer-weibo {
  width: 120px;
  height: 120px;
}
.c_footer .footer-content-rightitem .footer-img-container .footer-img-wrapper .footer-img-text {
  margin-top: 10px;
}
.c_footer .footer-content-rightitem .footer-img-container .footer-img-wrapper + .footer-img-wrapper {
  margin-left: 25px;
}
.c_footer .copyright,
.c_footer .info-display {
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
}
.c_footer .copyright a,
.c_footer .info-display a {
  color: #fff;
}
.c_footer .copyright .copyright_privacy_link:hover,
.c_footer .info-display .copyright_privacy_link:hover {
  color: #588DFF;
}
.c_footer .copyright .beian-link:hover,
.c_footer .info-display .beian-link:hover {
  color: #588DFF;
}
.c_footer .info-display {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c_footer {
    padding: 32px 0;
    height: unset;
  }
  .c_footer .footer-container .footer-content {
    padding-left: 32px;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .contactus-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .footer-bottom-line {
    height: 3px;
    width: 66px;
    margin-top: 16px;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone {
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone span + span {
    margin-top: 8px;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone span + span:before {
    content: unset;
    display: none;
  }
  .c_footer .footer-container .footer-content .contactus-time {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
  .c_footer .footer-container .footer-content .contactus-email {
    margin-top: 30px;
  }
  .c_footer .footer-container .footer-content .contactus-address {
    font-size: 12px;
    line-height: 17px;
    max-width: 230px;
    margin-top: 16px;
  }
  .c_footer .footer-container .footer-content-rightitem {
    float: unset;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c_footer .footer-container .footer-content-rightitem .friend-link {
    display: none;
  }
  .c_footer .footer-container .footer-content-rightitem .nav-list {
    text-align: left;
    font-size: 12px;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.83);
        -ms-transform: scale(0.83);
            transform: scale(0.83);
  }
  .c_footer .footer-container .footer-content-rightitem .footer-img-container {
    margin-top: 32px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  .c_footer .footer-container .footer-content-rightitem .footer-img-container .footer-img-wrapper {
    text-align: left;
  }
  .c_footer .footer-container .footer-content-rightitem .footer-img-container .footer-weibo {
    width: 88px;
    height: 88px;
  }
  .c_footer .footer-container .footer-content-rightitem .footer-img-container .footer-img-wrapper + .footer-img-wrapper {
    margin-left: 32px;
  }
  .c_footer .copyright {
    text-align: left;
    font-size: 12px;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.83);
        -ms-transform: scale(0.83);
            transform: scale(0.83);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    margin-top: 9px;
  }
  .c_footer .copyright .split-line {
    display: none;
  }
  .c_footer .copyright .last-br {
    display: none;
  }
  .c_footer .copyright a {
    color: rgba(255, 255, 255, 0.5);
  }
  .c_footer .copyright .copyright_privacy_link:hover {
    color: #588DFF;
  }
  .c_footer .copyright .beian-link:hover {
    color: #588DFF;
  }
}

