@font-face {
  font-family: 'font_family';
  /* project id 755336 */
  src: url('https://at.alicdn.com/t/font_755336_xnr7tdxhhfa.eot');
  src: url('https://at.alicdn.com/t/font_755336_xnr7tdxhhfa.eot?#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_755336_xnr7tdxhhfa.woff2') format('woff2'), url('https://at.alicdn.com/t/font_755336_xnr7tdxhhfa.woff') format('woff'), url('https://at.alicdn.com/t/font_755336_xnr7tdxhhfa.ttf') format('truetype'), url('https://at.alicdn.com/t/font_755336_xnr7tdxhhfa.svg#font_family') format('svg');
}
.iconsvg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.fonticon {
  font-family: "font_family" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
h1,
.fth1 {
  font-size: 50px;
  font-weight: 800;
}
h2,
.fth2 {
  font-size: 30px;
}
h3,
.fth3 {
  font-size: 18px;
}
h4,
.fth4 {
  font-size: 16px;
}
a:focus {
  outline-offset: 0;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
.clearfix:after {
  content: '';
  height: 0;
  clear: both;
  display: block;
}
.not-button {
  background: none;
  border: none;
}
input,
button,
.btn {
  outline: none!important;
}
.visible-none {
  display: block;
}
.visible-show {
  display: none;
}
.visible-flex {
  display: flex;
}
.btn {
  background: none;
  border: none;
}
.abtn {
  outline: none;
  color: #fff;
  background-color: #276FFF;
  background: -webkit-linear-gradient(left, #07A0FD, #276FFF);
  background: -o-linear-gradient(right, #07A0FD, #276FFF);
  background: -moz-linear-gradient(right, #07A0FD, #276FFF);
  background: linear-gradient(to right, #07A0FD, #276FFF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#07A0FD, endColorstr=#276FFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#07A0FD, endColorstr=#276FFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.abtn:hover,
.abtn:focus {
  color: #fff;
  background-color: #276FFF;
}
.popover {
  border: none;
  background-color: #000;
}
.popover.top > .arrow:after {
  border-top-color: #000;
}
.popover.left > .arrow:after {
  border-left-color: #000;
}
.popover img {
  width: 190px;
}
.popover .contact-us {
  color: #fff;
  width: 120px;
  height: 120px;
  font-weight: 600;
  padding-top: 34px;
  text-align: center;
}
.popover .contact-us b {
  font-size: 18px;
  font-weight: 600;
}
.popover .contact-us p {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 0;
}
.webflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.firflex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header {
  height: 79px;
}
.to-top {
  cursor: pointer;
}
/*顶部banner*/
.top-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-banner img {
  max-width: 100%;
  overflow: hidden;
}
.top-banner .banner-title {
  font-weight: 600;
  position: absolute;
  top: 42%;
  left: 20%;
  width: auto;
  color: #fff;
}
.bg-banner {
  position: relative;
  width: 100%;
  height: 605px;
  overflow: hidden;
}
.banner-radius {
  width: 110%;
  left: -5%;
  position: absolute;
  height: 605px;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 800rem 50rem;
  border-bottom-left-radius: 800rem 50rem;
  background-size: 100% auto;
}
/*媒体资讯banner图*/
.media-banner .banner-radius {
  background-image: url("../images/mediainfo/banner.png");
}
/*关于我们banner图*/
.about-banner .banner-radius {
  background-image: url("../images/about/banner.png");
}
.teamwork-banner .banner-radius {
  background-image: url("../images/cooperation-bg.jpg");
}
/*面包屑*/
.crumbs {
  color: #656565;
  margin: 17px 0 7px;
  font-weight: 400;
}
/*媒体资讯*/
.media-cont p {
  margin-bottom: 10px;
  word-break: break-word;
}
.media-cont .code-img {
  width: 100px;
  margin-top: 36px;
  padding: 6px;
  font-size: 13px;
  z-index: 2;
  color: #202020;
  text-align: center;
  position: absolute;
  background: #ffffff;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.media-cont .code-img.fixedh {
  position: fixed;
}
.media-cont .code-img .to-message {
  display: block;
}
.media-cont .code-img .to-message img {
  width: 29px;
  margin-top: 8px;
}
.media-cont .code-img .txt {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
  color: #404040;
  transform: scale(0.833);
  -webkit-transform: scale(0.833);
  -moz-transform: scale(0.833);
}
.media-cont .code-img .qr-code {
  width: 100%;
}
.media-cont .code-img .qr-code-txt {
  line-height: 17px;
}
.media-cont .code-img .qr-code-txt.txt {
  margin-top: -5px;
}
.media-cont .code-img .to-top img {
  width: 29px;
  margin-top: 14px;
}
.media-cont .code-img .to-top p {
  margin-top: 5px;
}
/*资讯模块*/
.media-infos {
  padding-left: 130px;
}
.media-infos .title {
  margin: 24px 0 30px;
  font-weight: 700;
}
.media-infos .info-list .info-item {
  display: block;
  background: #fff;
  margin-bottom: 15px;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.media-infos .info-list h3 {
  font-weight: 700;
  line-height: 1;
  color: #202020;
  margin: 12px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-infos .info-list .info-title {
  font-weight: 300;
  color: #656565;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0 22px;
}
.media-infos .info-list .info-item-hd {
  position: relative;
  height: 0;
  padding-bottom: 54%;
  overflow: hidden;
}
.media-infos .info-list .info-item-hd .info-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.media-infos .info-list .info-item-bd,
.media-infos .info-list .brands {
  position: relative;
  padding: 0 12px 0 15px;
}
.media-infos .info-list .brands {
  color: #DFDFDF;
  font-size: 14px;
}
.media-infos .info-list .auther {
  float: left;
}
.media-infos .info-list .time {
  float: right;
  margin-bottom: 0;
}
.media-infos .info-list .time img {
  margin-right: 4px;
}
.media-infos .info-xlist .brands {
  padding-bottom: 10px;
}
.media-infos .info-ylist .info-item {
  margin-bottom: 14px;
  padding: 6px 8px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.media-infos .info-ylist h3 {
  margin-top: 0;
}
.media-infos .info-ylist .info-item-hd {
  width: 30.2%;
  float: left;
  padding-bottom: 20%;
}
.media-infos .info-ylist .info-item-hd .info-cover {
  background-repeat: no-repeat;
  background-position: center center;
}
.media-infos .info-ylist .info-y-cont {
  padding: 0 18px 0;
  width: 69.8%;
  float: left;
}
.media-infos .info-ylist .info-item-bd,
.media-infos .info-ylist .brands {
  padding: 0;
}
.media-infos .info-ylist .info-title {
  margin-top: 20px;
}
.media-infos .info-ylist .brands {
  padding-top: 0;
  font-size: 16px;
}
.media-infos .info-zlist .info-item {
  margin-bottom: 30px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.media-infos .info-zlist .info-item-hd {
  width: 30.2%;
  float: left;
  padding-bottom: 20%;
}
.media-infos .info-zlist .info-item-hd .info-cover {
  background-repeat: no-repeat;
  background-position: center center;
}
.media-infos .info-zlist .info-y-cont {
  padding: 8px 18px 0;
  width: 69.8%;
  float: left;
}
.media-infos .info-zlist .info-item-bd,
.media-infos .info-zlist .brands {
  padding: 0;
}
.media-infos .info-zlist .info-title {
  margin-top: 20px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-infos .info-zlist .brands {
  padding-top: 28px;
  font-size: 16px;
}
.media-infos .get-more {
  color: #656565;
  display: none;
  font-size: 14px;
  text-align: center;
}
.media-infos .get-more .not-button {
  margin: 20px 0;
}
.page-content {
  margin-bottom: 160px;
}
/*分页*/
.pagination-tool {
  margin: 20px 0 60px;
  color: #656565;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-tool .tool-cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-tool .page-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  color: #656565;
  font-size: 15px;
  background: #EEEEEE;
  margin-right: 16px;
}
.pagination-tool .page-item.active .page-link {
  background: #9E9E9E;
  color: #fff;
}
.pagination-tool .pagination > li .to-prv,
.pagination-tool .pagination > li .to-next {
  padding: 0;
}
.pagination-tool .all-page {
  margin-right: 30px;
  display: inline-block;
}
.pagination-tool .jump-page {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  border: 1px solid #707070;
  color: #707070;
  border-radius: 5px;
  padding-left: 17px;
}
.pagination-tool .to-page {
  margin-left: 10px;
  width: 50px;
  text-align: center;
  border: none;
  padding: 10px 5px;
  color: #707070;
  background: none;
  border-left: 1px solid #707070;
}
.pagination-tool .btn {
  padding: 10px 20px;
  background: #eee;
  color: #656565;
  margin-left: 20px;
  vertical-align: top;
}
.pagination-tool .pagination > li a:last-child,
.pagination-tool .pagination > li a:first-child {
  padding: 0;
}
.pagination-tool .pagination a,
.pagination-tool .pagination span,
.pagination-tool .pagination span:hover {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: #656565;
  font-size: 15px;
  background: #EEEEEE;
  margin-right: 17px;
}
.pagination-tool .pagination li.active span,
.pagination-tool .pagination li.active a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  background: #9E9E9E;
  margin-right: 17px;
}
.pagination-tool .pagination li.disabled a,
.pagination-tool .pagination li.disabled span {
  opacity: 0.5;
}
/*媒体资讯文章详情*/
.detail-header#header {
  height: 80px;
}
.media-detail .crumbs {
  background: #F8F8F8;
  margin: 0;
  padding: 16px 0;
}
.media-detail .media-cont {
  padding-top: 36px;
  border-top: 1px solid #DFDFDF;
}
.media-detail .detail-title {
  font-size: 40px;
  line-height: 1.6;
  color: #202020;
  margin: 70px 0 27px;
}
.media-detail .detail-brands {
  color: #B4B1B1;
  font-size: 18px;
  margin-bottom: 30px;
}
.media-detail .detail-brands .auther {
  float: left;
}
.media-detail .detail-brands .time {
  float: left;
  margin-left: 32px;
  margin-bottom: 0;
}
.media-detail .detail-brands .time img {
  margin-right: 4px;
}
.media-detail .article {
  width: 70%;
  float: left;
}
.media-detail .article .article-content {
  padding-left: 140px;
  color: #656565;
  font-size: 20px;
}
.media-detail .article .article-content img {
  width: auto;
  max-width: 100%;
  margin: 25px 0;
  display: block;
}
.media-detail .media-infos {
  width: 25%;
  float: right;
  padding-left: 0;
}
.media-detail .media-infos .info-item-bd {
  padding: 0;
}
.media-detail .media-infos .info-item-bd h4 {
  font-size: 14px;
  line-height: 1.6;
  padding: 9px 6px;
  color: #202020;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media-detail .media-infos .info-item-hd {
  padding-bottom: 65%;
}
.media-detail .media-infos .title {
  margin: 10px 0 20px;
  font-size: 25px;
  font-weight: 400;
}
.media-list .row {
  margin-left: 0;
  margin-right: 0;
}
.media-list .media-infos {
  max-width: 1066px;
}
.media-list .media-infos .sto-mode {
  width: 100%;
}
.media-list .info-xlist .col-lg-4 {
  padding-left: 3.5px;
  padding-right: 3.5px;
  max-width: 312px;
}
.media-list .info-left-mode {
  padding-left: 3.5px;
  padding-right: 4%;
  width: 75%;
}
.media-list .info-left-mode .info-title {
  margin-bottom: 14px;
}
.media-list .news-right-mode {
  padding: 0;
  width: 25%;
}
.media-list .news-right-mode .news-section {
  padding: 9px 10px;
  margin-bottom: 42px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.media-list .news-right-mode .mode-title {
  font-size: 16px;
  color: #404040;
  margin-bottom: 5px;
}
.media-list .news-right-mode .new-list {
  padding-left: 10px;
}
.media-list .news-right-mode .new-list .new-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.media-list .news-right-mode .new-item {
  display: block;
  padding: 6px 5px;
  border-bottom: 1px solid #f8f8f8;
}
.media-list .news-right-mode p {
  margin-bottom: 0;
}
.media-list .news-right-mode .new-tit {
  font-size: 12px;
  line-height: 1.6;
  color: #202020;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media-list .news-right-mode .new-time {
  font-size: 12px;
  color: #DFDFDF;
  text-align: right;
  margin-top: 5px;
}
/*关于我们*/
.about-cont {
  margin-top: 60px;
}
/*招商合作*/
.teamwork-cont {
  margin-top: 60px;
}
.teamwork-cont .contact-mode {
  padding-left: 250px;
}
.teamwork-cont .teamwork-code {
  margin-top: 20px;
  margin-left: 20px;
}
.teamwork-cont .teamwork-code img {
  width: 120px;
  max-height: 120px;
}
.teamwork-cont .teamwork-code p {
  color: #202020;
  line-height: 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.link-tab {
  width: auto;
  padding: 6px;
  line-height: 1.4;
  text-align: center;
  background: #fff;
  position: absolute;
}
.link-tab.fixedh {
  position: fixed;
  top: 50%;
  margin-top: -180px;
}
.link-tab .qr-code {
  width: 100%;
}
.link-tab .qr-code-txt {
  line-height: 17px;
}
.link-tab .to-top p {
  margin-top: 5px;
}
.link-tab .list-group {
  border-left: 1px solid #DFDFDF;
}
.link-tab .list-group .list-group-item {
  border: none;
  font-size: 20px;
  text-align: left;
  border-radius: 0;
  color: #ABABAB;
  padding: 0 0 0 27px;
  margin-bottom: 46px;
  border-left: 3px solid transparent;
}
.link-tab .list-group .list-group-item:last-child {
  margin-bottom: 0;
}
.link-tab .list-group .list-group-item.active {
  color: #07A0FD;
  background: none;
  border-left-color: #07A0FD;
}
.link-tab .list-group .list-group-item:hover {
  color: #07A0FD;
}
.contact-mode {
  padding-left: 170px;
}
.contact-mode .section-item {
  margin-bottom: 58px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFDFDF;
}
.contact-mode .section-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.contact-mode .section-item .title {
  font-size: 30px;
  margin-bottom: 25px;
  color: #404040;
  font-weight: 700;
}
.contact-mode .section-item .title img {
  width: 55px;
  margin-right: 18px;
}
.contact-mode .section-item .title span {
  vertical-align: middle;
}
.contact-mode .section-item .cont {
  margin-top: 54px;
  overflow: hidden;
}
.contact-mode .section-item .compony-txt {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
}
.contact-mode .section-item .media-infos {
  padding-left: 0;
}
.contact-mode .section-item .media-infos .get-more {
  display: block;
  font-size: 25px;
  color: #656565;
  line-height: 1.3;
}
.contact-mode .section-item .media-infos .get-more:hover {
  color: #07A0FD;
}
.contact-mode .section-item .media-infos .get-more a {
  color: #656565;
}
.contact-mode .section-item.culture .cont {
  position: relative;
}
.contact-mode .section-item.culture .cont img {
  margin-bottom: 20px;
}
.contact-mode .section-item.culture .cont .fth4 {
  line-height: 1.5;
  margin-bottom: 45px;
}
.contact-mode .section-item.culture .cont .fth4:last-child {
  margin-bottom: 0;
}
.contact-mode .section-item.culture .bg-note {
  position: absolute;
  color: #404040;
  top: 50%;
  margin-top: -85px;
  left: 50%;
}
.contact-mode .section-item.certificate .swiper-container {
  width: 100%;
  height: 100%;
}
.contact-mode .section-item.certificate .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #F1F1F1;
  padding: 11px 72px;
  height: 301px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact-mode .section-item.certificate .swiper-slide img {
  max-width: 199px;
  width: auto;
}
.contact-mode .section-item.certificate .swiper-button-next,
.contact-mode .section-item.certificate .swiper-button-prev {
  outline: none;
  font-weight: 600;
}
.contact-mode .section-item.certificate .swiper-button-next:after,
.contact-mode .section-item.certificate .swiper-button-prev:after {
  color: #656565;
  font-size: 34px;
  font-weight: 700;
}
.contact-mode .section-item.contact .cont {
  position: relative;
}
.contact-mode .section-item.contact .bg-note {
  position: absolute;
  right: 26px;
  background: #fff;
  color: #404040;
  top: 23px;
  bottom: 26px;
  padding: 26px;
  background-image: url('../images/m-map.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-mode .section-item.contact .bg-note h3 {
  margin-bottom: 26px;
}
.contact-mode .section-item.contact .bg-note h3,
.contact-mode .section-item.contact .bg-note .fth3 {
  line-height: 1.46;
}
.contact-mode .section-item.contact .bg-note .fth3 {
  margin-bottom: 20px;
  display: table;
}
.contact-mode .section-item.contact .bg-note .tit {
  width: 84px;
  display: table-cell;
}
.contact-mode .section-item.contact .bg-note .tit-con {
  display: table-cell;
}
.contact-mode .section-item.into-pro .cont {
  background: #F1F1F1;
  padding: 29px 34px;
  font-size: 24px;
  border-radius: 15px;
}
.contact-mode .section-item.into-pro .cont p {
  color: #707070;
  width: 93.2%;
  margin: 0 auto;
}
.contact-mode .section-item.into-pro .cont span {
  display: inline-block;
  text-align: center;
  width: 27%;
  float: left;
}
.contact-mode .section-item.into-pro .cont .has-img {
  text-align: center;
  width: 9%;
}
.contact-mode .section-item.into-pro .cont .m-arrow {
  display: none;
}
.contact-mode .section-item.into-pro .cont .arrow-p2 {
  margin: 20px auto;
}
.contact-mode .section-item.into-pro .cont .arrow-p2 span {
  float: right;
  width: 27%;
  text-align: center;
}
.contact-mode .section-item.project-rule .row {
  margin: 0;
}
.contact-mode .section-item.project-rule .rule-item {
  display: table;
  padding-left: 50px;
  margin-bottom: 40px;
  padding-right: 0;
}
.contact-mode .section-item.project-rule .rule-tit {
  display: table-cell;
  font-size: 24px;
  width: 100px;
  color: #404040;
}
.contact-mode .section-item.project-rule .rule-note {
  display: table-cell;
  padding-left: 31px;
  font-size: 18px;
  font-weight: 300;
}
.contact-mode .section-item.project-rule .rule-note p {
  color: #404040;
  line-height: 1.4;
  margin-bottom: 4px;
}
.contact-mode .section-item.cer .cont {
  background: #F1F1F1;
  padding: 32px;
  border-radius: 15px;
}
.contact-mode .section-item.cer .cer-item {
  display: table;
  color: #404040;
  padding-left: 50px;
}
.contact-mode .section-item.cer .cer-tit {
  display: table-cell;
  border-right: 2px solid #DFDFDF;
  font-size: 24px;
  width: 10px;
  vertical-align: middle;
  padding-right: 32px;
}
.contact-mode .section-item.cer .cer-note {
  display: table-cell;
  padding-left: 31px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 300;
  height: 150px;
}
.contact-mode .section-item.cer .cer-note p {
  margin-bottom: 0;
}
.contact-mode .section-item.cates .cate-lists {
  margin-left: 118px;
  color: #707070;
}
.contact-mode .section-item.cates .cate-lists .cate-item {
  width: 25%;
  float: left;
  margin-bottom: 24px;
}
.contact-mode .section-item.brands .brand-item {
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  height: 74px;
}
.contact-mode .section-item.brands .brand-item img {
  max-width: 100%;
}
.contact-mode .section-item.brands .title {
  margin-bottom: 0;
}
.contact-mode .section-item.brands .cooperation-brand {
  margin-top: 0;
}
.contact-mode .section-item.brands .inner-brands {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
.contact-mode .section-item.brands .inner-shadow {
  width: 26.87%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}
.contact-mode .section-item.brands .inner-shadow-left {
  left: 0;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
}
.contact-mode .section-item.brands .inner-shadow-right {
  right: 0;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff);
  background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff);
}
.contact-mode .section-item.brands .pc-brands {
  position: relative;
  height: 389px;
  display: inline-block;
  overflow-wrap: unset;
  width: 4000px;
  float: left;
}
.contact-mode .section-item.brands .pc-brands img {
  width: 100%;
  background: #fff;
  position: absolute;
  text-align: center;
}
.contact-mode .section-item.brands .brands-scroll {
  line-height: 0;
  width: 8000px;
  text-indent: 0;
  -webkit-animation: movescroll 60s linear 0s infinite normal;
  -moz-animation: movescroll 60s linear 0s infinite normal;
  animation: movescroll 60s linear 0s infinite normal;
}
@keyframes movescroll {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(-4055px);
    -moz-transform: translateX(-4055px);
    transform: translateX(-4055px);
  }
}
.contact-mode .section-item.brands .brand-list {
  margin-top: 29px;
  display: flex;
  justify-content: center;
}
.contact-mode .section-item.brands .brand-list .item {
  position: relative;
  padding: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow linear 0.2s;
  width: 30%;
  margin-right: 18px;
}
.contact-mode .section-item.brands .brand-list .item .item-img img {
  width: 100%;
}
.contact-mode .section-item.brands .brand-list .item .item-img .title {
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
}
.contact-mode .section-item.brands .brand-list .item .item-font .tips {
  padding: 19px 47px 0 20px;
  box-sizing: border-box;
  color: #3E3E3E;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.contact-mode .section-item.brands .brand-list .item .item-font .tips p {
  margin: 0;
}
.contact-mode .section-item.brands .brand-list .item .item-font .connect {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 18px;
  box-sizing: border-box;
  padding-right: 19px;
  margin-top: 5px;
}
.contact-mode .section-item.brands .brand-list .item .item-font .connect .join {
  width: 90px;
  height: 36px;
  background: #07A0FD;
  box-shadow: 2px 2px 10px #e5f5ff;
  opacity: 1;
  border-radius: 18px;
  padding: 8px 17px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin-bottom: 29px;
}
.contact-mode .section-item.brands .brand-list .item .item-font .connect .connect-list img {
  height: 20px;
}
.contact-mode .section-item.brands .brand-list .item .item-font .connect .connect-list span {
  margin: 0 10px;
  color: #DBDBDB;
  width: 17px;
  height: 18px;
}
.contact-mode .section-item.brands .more-brand {
  margin-top: 40px;
}
.contact-mode .section-item.brands .more-brand .item {
  text-align: center;
}
.contact-mode .section-item.brands .mob-brands {
  display: none;
  padding-left: 1%;
  padding-right: 1%;
}
.contact-mode .section-item.brands .mob-brands .set-brand {
  width: 21%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 25px;
  height: 35px;
  overflow: hidden;
}
.contact-mode .section-item.brands .mob-brands .set-brand img {
  max-width: 100%;
  width: 75px;
  height: 35px;
}
.contact-mode .section-item.brands .mob-brands {
  perspective: 800px;
  perspective-origin: 50% 50%;
}
.contact-mode .section-item.brands .inner {
  position: relative;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.contact-mode .section-item.brands .inner div {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  /*-webkit-perspective: 1000;*/
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  overflow: hidden;
}
.contact-mode .section-item.brands .img-font {
  z-index: 2;
}
.contact-mode .section-item.brands .img-back {
  z-index: 1;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.contact-mode .section-item.brands .set-brand.active .img-font {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.contact-mode .section-item.brands .set-brand.active .img-back {
  transform: rotateY(-360deg);
  -webkit-transform: rotateY(-360deg);
}
/*商品详情*/
.fixed-contact {
  width: 71px;
  display: none;
  padding: 6px 0;
  position: fixed;
  background: #fff;
  right: 10%;
  top: 136px;
  border-radius: 0 5px 5px 5px ;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.fixed-contact .fixed-item {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.fixed-contact .fixed-item .fonticon {
  color: #242424;
  font-size: 24px;
}
.fixed-contact .fixed-item p {
  color: #202020;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 0;
}
.fixed-contact .fixed-item:hover .fonticon,
.fixed-contact .fixed-item:hover p {
  color: #07A0FD;
}
.goods-detail-cont .crumbs {
  padding: 36px 0 19px;
}
.goods-detail-cont .detail-info .top-inner {
  padding: 20px 45px;
  margin-bottom: 47px;
}
.goods-detail-cont .detail-info .good-images {
  width: 45%;
  float: left;
  height: 663px;
}
.goods-detail-cont .detail-info .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.goods-detail-cont .detail-info .swiper-slide {
  background-size: cover;
  background-position: center;
}
.goods-detail-cont .detail-info .gallery-top {
  border: 1px solid #dfdfdf;
  height: 78.6%;
  width: 100%;
  margin-bottom: 40px;
}
.goods-detail-cont .detail-info .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
}
.goods-detail-cont .detail-info .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 68.1%;
  opacity: 0.4;
}
.goods-detail-cont .detail-info .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.goods-detail-cont .detail-info .fink {
  color: #F10553;
}
.goods-detail-cont .detail-info .good-area {
  width: 55%;
  float: left;
  padding-left: 20px;
}
.goods-detail-cont .detail-info .good-area .good-title {
  font-size: 30px;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.goods-detail-cont .detail-info .good-area .good-price .price {
  float: left;
  font-weight: 500;
  font-size: 40px;
  color: #F10553;
}
.goods-detail-cont .detail-info .good-area .good-price .fake-sale {
  padding-top: 10px;
  float: right;
  font-size: 25px;
  color: #303030;
  text-align: right;
}
.goods-detail-cont .detail-info .good-spec .tit-h5 {
  display: table-cell;
  width: 20%;
  font-size: 25px;
  color: #333;
  vertical-align: top;
}
.goods-detail-cont .detail-info .good-spec .spec-itm {
  width: 100%;
  padding-bottom: 10px;
  display: table;
  margin-top: 43px;
}
.goods-detail-cont .detail-info .good-spec .spec-itm .sp {
  display: table-cell;
  vertical-align: top;
}
.goods-detail-cont .detail-info .good-spec .spec-has-img.spec-not {
  height: 46px;
}
.goods-detail-cont .detail-info .good-spec .spec-has-img.spec-not .itm-img {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 6px;
}
.goods-detail-cont .detail-info .good-spec .spec-has-img.spec-not img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.goods-detail-cont .detail-info .good-spec .spec-not {
  font-size: 12px;
  color: #656565;
  display: inline-block;
  float: left;
  min-width: 100px;
  max-width: 100%;
  height: 35px;
  line-height: 1;
  vertical-align: middle;
  background: #F8F8F8;
  border: 1px solid #DFDFDF;
  margin-right: 19px;
  border-radius: 3px;
  margin-bottom: 11px;
  margin-left: 0;
}
.goods-detail-cont .detail-info .good-spec .spec-not i {
  font-size: 12px;
  display: none;
}
.goods-detail-cont .detail-info .good-spec .spec-not.spec-checked {
  color: #F10553;
  position: relative;
  border-color: #F10553;
}
.goods-detail-cont .detail-info .good-spec .spec-not.spec-checked i {
  position: absolute;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F10553;
  border-right: 10px solid #F10553;
  bottom: 0;
  right: 0;
}
.goods-detail-cont .detail-info .good-spec .spec-not.spec-checked i::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 10px;
  color: #ffffff;
  border-bottom: 2px solid;
  border-right: 2px solid;
  left: 4px;
  bottom: -11px;
  transform-origin: center;
  transform: translate(-50%, -30%) rotate(45deg);
  -webkit-transform: translate(-50%, -30%) rotate(45deg);
}
.goods-detail-cont .detail-info .good-spec .spec-not.spec-checked::before {
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F10553;
  border-right: 10px solid #F10553;
  position: absolute;
  bottom: 0;
  right: 0;
}
.goods-detail-cont .detail-info .good-spec .spec-has-img {
  text-align: left;
  padding: 4px;
}
.goods-detail-cont .detail-info .good-spec .spec-no-img {
  text-align: center;
}
.goods-detail-cont .detail-info .good-bottom {
  position: relative;
}
.goods-detail-cont .detail-info .good-bottom .tit-h5 {
  vertical-align: middle;
}
.goods-detail-cont .detail-info .good-bottom .number-tool {
  border: 1px solid #dfdfdf;
  height: 41px;
  display: inline-block;
  border-radius: 3px;
}
.goods-detail-cont .detail-info .good-bottom .number-tool .btn {
  display: inline-block;
  width: 46px;
  height: 39px;
  border-radius: 0;
  padding: 0;
  font-size: 26px;
  color: #fff;
  margin-left: 0;
  background: #dfdfdf;
}
.goods-detail-cont .detail-info .good-bottom .number-tool input {
  color: #707070;
  font-size: 22px;
  border: none;
  text-align: center;
  width: 50px;
  vertical-align: top;
  height: 100%;
  padding: 5px;
  display: inline-block;
}
.goods-detail-cont .detail-info .good-bottom .to-fixed-cont {
  display: inline-block;
  position: absolute;
  right: -40px;
}
.goods-detail-cont .detail-info .good-bottom .buy-way {
  padding: 15px 21px;
  font-size: 30px;
  border-radius: 5px;
  margin-left: 40px;
  vertical-align: middle;
}
.goods-detail-cont .detail-info .good-bottom .to-top {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.goods-detail-cont .detail-info .good-bottom .to-top p {
  margin-bottom: 0;
  font-size: 13px;
  color: #202020;
  margin-top: 5px;
}
.goods-detail-cont .detail-inner {
  margin-top: 0;
}
.goods-detail-cont .detail-inner .inner-shop {
  width: 18.9%;
  float: left;
}
.goods-detail-cont .detail-inner .inner-shop .dat-mode {
  border: 1px solid #dfdfdf;
  margin-bottom: 12px;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .store-in {
  cursor: pointer;
  padding-top: 10px;
  position: relative;
  padding-bottom: 18px;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .hover-code {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 40px;
  text-align: center;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .hover-code canvas,
.goods-detail-cont .detail-inner .inner-shop .store-info .hover-code img {
  width: 153px;
  height: 153px;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .title {
  background: #F7F7F7;
  padding: 12px 19px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-left: 1px;
  margin-right: 1px;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .shop-img {
  width: 86px;
  height: 86px;
  border: 1px solid #dfdfdf;
  padding: 5px;
  border-radius: 5px;
  margin: 0 auto 10px;
  display: flex;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .shop-img img {
  max-width: 100%;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .shop-score {
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  margin: 10px 0 20px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transform: scale(0.8);
}
.goods-detail-cont .detail-inner .inner-shop .store-info .shop-score .score {
  margin-left: 12px;
  vertical-align: top;
  padding-top: 2px;
  display: inline-block;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .shop-score .fontic-star {
  margin-left: 5px;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .shop-score b {
  color: #F10553;
  padding-right: 5px;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .shop-score span:first-child {
  display: inline-block;
  padding-top: 2px;
  vertical-align: top;
}
.goods-detail-cont .detail-inner .inner-shop .store-info ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.goods-detail-cont .detail-inner .inner-shop .store-info ul p {
  margin-bottom: 0;
  font-size: 14px;
  color: #000000;
}
.goods-detail-cont .detail-inner .inner-shop .store-info .to-store {
  width: 159px;
  display: block;
  font-size: 11px;
  margin: 18px auto 0;
}
.goods-detail-cont .detail-inner .other-gds {
  padding: 12px 14px;
}
.goods-detail-cont .detail-inner .other-gds .other-item {
  margin-bottom: 15px;
  display: block;
}
.goods-detail-cont .detail-inner .other-gds .other-img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.goods-detail-cont .detail-inner .other-gds .other-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.goods-detail-cont .detail-inner .other-gds .price {
  float: left;
  font-weight: 600;
  color: #F10553;
  font-size: 15px;
}
.goods-detail-cont .detail-inner .other-gds .clearfix {
  margin-top: 5px;
}
.goods-detail-cont .detail-inner .other-gds .fake-sale {
  margin-top: 2px;
  font-size: 12px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  float: right;
  color: #333;
}
.goods-detail-cont .detail-inner .other-gds .gd-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #000;
  margin: 10px 0;
}
.goods-detail-cont .detail-inner .inner-good {
  width: 81.1%;
  float: right;
  padding-left: 20px;
}
.goods-detail-cont .detail-inner .inner-good .gd-link-tab {
  border-bottom: none;
  border: 1px solid #DFDFDF;
  width: 711px;
}
.goods-detail-cont .detail-inner .inner-good .gd-link-tab li {
  width: 50%;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
  background: #F7F7F7;
  border-top: 3px solid transparent;
}
.goods-detail-cont .detail-inner .inner-good .gd-link-tab a {
  color: #A29C9C;
  box-shadow: none;
}
.goods-detail-cont .detail-inner .inner-good .nav-tabs > li.active {
  border-color: #07A0FD;
}
.goods-detail-cont .detail-inner .inner-good .nav-tabs > li.active a {
  color: #07A0FD;
  background: #fff;
}
.goods-detail-cont .detail-inner .inner-good .nav-tabs > li > a,
.goods-detail-cont .detail-inner .inner-good .nav-tabs > li > a:focus,
.goods-detail-cont .detail-inner .inner-good .nav-tabs > li > a:hover {
  background: none;
  box-shadow: none;
  border: none;
}
.goods-detail-cont .detail-inner .inner-good .nav-tabs > li.active > a,
.goods-detail-cont .detail-inner .inner-good .nav-tabs > li.active > a:focus,
.goods-detail-cont .detail-inner .inner-good .nav-tabs > li.active > a:hover {
  border: none;
  box-shadow: none;
  background: #fff;
}
.goods-detail-cont .detail-inner .inner-good h4 {
  font-size: 22px;
  color: #656565;
  margin: 42px 20px 27px 0;
}
.goods-detail-cont .detail-inner .inner-good h4 img {
  margin-left: 20px;
}
.goods-detail-cont .detail-inner .inner-good .good-section {
  display: none;
}
.goods-detail-cont .detail-inner .inner-good .good-section.choose {
  display: block;
}
.goods-detail-cont .detail-inner .inner-good .good-spe-cont {
  border: 1px solid #dfdfdf;
}
.goods-detail-cont .detail-inner .inner-good .good-spe-cont .fe-mod-img-img {
  width: 100%;
}
.goods-detail-cont .detail-inner .inner-good .good-spe-cont p {
  display: table;
  width: 100%;
  border-bottom: 3px solid #fafafa;
  padding: 8px 10px;
  margin-bottom: 0;
}
.goods-detail-cont .detail-inner .inner-good .good-spe-cont p span {
  display: table-cell;
  vertical-align: middle;
}
.goods-detail-cont .detail-inner .inner-good .good-spe-cont p .tit {
  width: 30%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #666666;
}
.goods-detail-cont .detail-inner .inner-good .good-spe-cont p .con {
  width: 70%;
  text-align: left;
  font-size: 18px;
  color: #4A4A4A;
}
.goods-detail-cont .detail-inner .inner-good .good-spe-cont p:last-child {
  border-bottom: 0;
}
/*商品头部*/
/*头部*/
header {
  height: 80px;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  width: 100%;
}
.headers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headers .right {
  display: flex;
  align-items: center;
}
.headers .right .search {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.headers .right .search input {
  width: 453px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 3px 0 0 3px;
  padding-left: 23px;
  box-sizing: boder-box;
  outline: none;
}
.headers .right .search #search {
  width: 77px;
  height: 40px;
  background: #07a0fd;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: -1px;
}
.headers .right .btn-groups {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #07A0FD;
}
.headers .right .btn-groups #login {
  width: 78px;
  height: 36px;
  border: 1px solid #3388ff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.headers .right .btn-groups #registered {
  width: 77px;
  height: 36px;
  background: #07a0fd;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.classify {
  width: 100%;
  background-color: #F3F3F3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 12;
  position: relative;
}
.classify .nav-tabs > li.active > a,
.classify .nav-tabs > li.active > a:focus,
.classify .nav-tabs > li.active > a:hover {
  border: none;
}
.classify .classify-list {
  height: 46px;
  align-items: center;
  padding-left: 16px;
  width: 100%;
}
.classify .classify-list .cate-nav {
  width: 82%;
  display: inline-block;
}
.classify .classify-list .col-15 {
  width: 10.7%;
  text-align: center;
  height: 100%;
  line-height: 46px;
  cursor: pointer;
  display: inline-block;
  float: left;
}
.classify .classify-list .col-15,
.classify .classify-list .col-15 a {
  font-size: 15px;
  font-weight: 400;
  color: #404040;
  display: inline-block;
}
.classify .col-15.active {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #07A0FD;
}
/*商品底部*/
.foot-brand {
  margin: 52px 0;
  padding: 0 140px;
}
.foot-brand li {
  width: 20%;
  float: left;
  text-align: center;
}
.foot-brand li img {
  width: 76px;
  margin-bottom: 34px;
  font-size: 16px;
  color: #707070;
}
.foot-agree {
  background: rgba(7, 160, 253, 0.02);
  border-radius: 18px;
}
.foot-agree .foot-rules {
  margin: 0 49px;
  border-bottom: 1px solid #DFDFDF;
}
.foot-agree .foot-rules .logo {
  margin-top: 40px;
  margin-bottom: 32px;
  padding-left: 15px;
}
.foot-agree .foot-rules .logo img {
  width: 90px;
}
.foot-agree .foot-rules .row {
  margin: 0 0 19px;
  display: table;
  width: 100%;
}
.foot-agree .foot-rules .inner-lef {
  float: none;
  vertical-align: top;
  display: table-cell;
}
.foot-agree .foot-rules .inner-lef > div,
.foot-agree .foot-rules .inner-lef > ul {
  float: left;
}
.foot-agree .foot-rules .inner-lef .active {
  color: #404040;
  font-weight: 400;
}
.foot-agree .foot-rules .inner-lef ul {
  width: 20%;
  display: inline-block;
}
.foot-agree .foot-rules .inner-lef ul li {
  line-height: 17px;
  margin-bottom: 12px;
}
.foot-agree .foot-rules .inner-lef a {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
}
.foot-agree .foot-rules .inner-lef .info {
  width: 209px;
  margin-right: 20px;
}
.foot-agree .foot-rules .inner-lef .info li {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.foot-agree .foot-rules .inner-lef .info a {
  font-weight: 300;
}
.foot-agree .foot-rules .inner-lef p {
  margin-bottom: 16px;
}
.foot-agree .foot-rules .inner-lef p:last-child {
  margin-bottom: 0;
}
.foot-agree .foot-rules .inner-lef img {
  width: 38px;
}
.foot-agree .foot-rules .inner-lef span {
  padding: 0 42px 0 38px;
  font-size: 24px;
  color: #404040;
  vertical-align: middle;
}
.foot-agree .foot-rules .inner-lef .phone {
  font-weight: 700;
}
.foot-agree .foot-rules .inner-rig {
  float: none;
  vertical-align: top;
  display: table-cell;
  text-align: right;
}
.foot-agree .foot-rules .inner-rig .contact {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
.foot-agree .foot-rules .inner-rig .title {
  color: #676767;
  text-align: left;
  margin-bottom: 0;
}
.foot-agree .foot-rules .inner-rig .wx-code,
.foot-agree .foot-rules .inner-rig .compony-logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.foot-agree .foot-rules .inner-rig .wx-code img,
.foot-agree .foot-rules .inner-rig .compony-logo img {
  max-width: 100%;
  width: 85px;
  height: 85px;
  max-height: 100%;
}
.foot-agree .foot-rules .inner-rig .wx-code .downApp,
.foot-agree .foot-rules .inner-rig .compony-logo .downApp {
  max-width: 100%;
  width: 85px;
  height: 85px;
  max-height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-agree .foot-rules .inner-rig .wx-code .title,
.foot-agree .foot-rules .inner-rig .compony-logo .title {
  font-size: 13px;
  margin-top: 5px;
}
.foot-agree .foot-rules .inner-rig .hotline .title,
.foot-agree .foot-rules .inner-rig .servers-time .title {
  color: #404040;
  margin-top: 2px;
  font-size: 14px;
}
.foot-agree .foot-rules .inner-rig .df-gray {
  color: #404040;
  font-size: 14px;
  text-align: left;
}
.foot-agree .all-links {
  padding: 12px 0;
  text-align: center;
  color: #404040;
  font-size: 10px;
}
.foot-agree .all-links .fir {
  vertical-align: top;
}
.foot-agree .all-links .links-list {
  display: inline-block;
}
.foot-agree .all-links a {
  color: #404040;
}
.foot-agree .all-links a:last-child .split {
  display: none;
}
.foot-agree .all-links .split {
  width: 1px;
  height: 8px;
  background: #404040;
  display: inline-block;
  margin: 4px 5px;
  vertical-align: top;
}
.foot-agree .foot-copyright p {
  margin-bottom: 0;
}
.foot-agree .foot-copyright .links {
  box-sizing: border-box;
  line-height: 52px;
  color: #404040;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 0;
  font-weight: 300;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: left top;
  white-space: nowrap;
  align-items: center;
}
.foot-agree .foot-copyright .fir {
  margin-right: 22px;
}
.foot-agree .foot-copyright a {
  color: #676767;
  margin-right: 9px;
}
.foot-agree .foot-copyright a:last-child {
  margin-right: 45px;
}
/*媒体查询*/
@media screen and (max-width: 1920px) {
  .container {
    overflow: hidden;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1281px) {
  .container {
    max-width: 1280px;
    width: 1280px;
  }
}
@media (min-width: 1200px) {
  .media-infos .col-lg-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .media-infos .info-ylist .brands {
    padding-top: 1%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
  h2,
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  #header {
    height: 0;
  }
  .detail-header#header {
    height: 50px;
  }
  .visible-none,
  .visible-flex {
    display: none!important;
  }
  .visible-show {
    display: block!important;
  }
  .top-banner .banner-title {
    right: 20%;
    left: auto;
  }
  .bg-banner,
  .banner-radius {
    height: 194px;
  }
  .about-banner .banner-radius {
    background-size: 100% 100%;
  }
  .page-content {
    margin-bottom: 0;
  }
  .media-cont .media-infos {
    padding-left: 0;
  }
  .media-cont .media-infos .title {
    margin: 20px 5px 12px 15px;
  }
  .media-cont .media-infos .info-title {
    margin: 10px 0;
    font-size: 15px;
  }
  .media-cont .media-infos .info-list h3 {
    margin: 0 0 5px;
    font-weight: 500;
  }
  .media-cont .media-infos .info-list .time img {
    display: none;
  }
  .media-cont .media-infos .info-xlist.row {
    margin-left: 0;
    margin-right: 0;
  }
  .media-cont .media-infos .info-xlist.row .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .media-cont .media-infos .info-xlist h3 {
    padding-top: 10px;
  }
  .media-cont .media-infos .info-xlist .brands {
    padding-bottom: 10px;
  }
  .media-cont .media-infos .info-ylist .info-item {
    padding: 12px;
    margin-bottom: 12px;
  }
  .media-cont .media-infos .info-ylist .info-y-cont {
    padding: 2px 0 2px 14px;
  }
  .media-cont .media-infos .info-ylist .brands {
    padding-top: 0;
    font-size: 14px;
  }
  .media-cont .media-infos .info-ylist .info-item-hd {
    width: 30%;
    padding-bottom: 30%;
  }
  .media-cont .media-infos .info-ylist.row {
    margin-left: 0;
    margin-right: 0;
  }
  .media-cont .media-infos .info-ylist.row .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .media-cont .media-infos .info-zlist .info-item {
    padding: 12px;
    margin: 5px 5px 12px;
  }
  .media-cont .media-infos .info-zlist .info-y-cont {
    padding: 2px 0 2px 14px;
    width: 79%;
  }
  .media-cont .media-infos .info-zlist .info-title {
    margin: 5px 0 8px;
    font-size: 14px;
    height: 22px;
  }
  .media-cont .media-infos .info-zlist .brands {
    padding-top: 0;
    font-size: 12px;
  }
  .media-cont .media-infos .info-zlist .info-item-hd {
    width: 21%;
    padding-bottom: 21%;
  }
  .media-cont .media-infos .info-left-mode {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .media-cont .media-infos .news-section {
    margin-bottom: 15px;
  }
  .media-detail {
    padding: 0 4%;
  }
  .media-detail .crumbs {
    background: #fff;
    padding: 10px 0 0;
    margin-left: -10px;
  }
  .media-detail .detail-title {
    font-size: 20px;
    margin: 20px 0;
  }
  .media-detail .detail-brands {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .media-detail .media-cont {
    border-top: 0;
    padding-top: 0;
  }
  .media-detail .media-cont .media-infos .title {
    margin: 10px 0 6px;
    font-size: 18px;
  }
  .media-detail .article {
    width: 100%;
    float: none;
  }
  .media-detail .article .article-content {
    padding-left: 0;
    font-size: 16px;
  }
  .media-detail .media-infos {
    width: 100%;
    float: none;
  }
  .about-cont .contact-mode,
  .teamwork-cont .contact-mode {
    padding-left: 0;
  }
  .about-cont {
    margin-top: 30px;
  }
  .contact-mode .section-item {
    margin-bottom: 25px;
  }
  .contact-mode .section-item .title {
    font-size: 16px;
  }
  .contact-mode .section-item .title img {
    width: 28px;
    margin-right: 11px;
  }
  .contact-mode .section-item .compony-txt {
    font-size: 15px;
    margin: 0;
  }
  .contact-mode .section-item .cont {
    margin-top: 25px;
  }
  .contact-mode .section-item.media-cont {
    border-bottom: none;
  }
  .contact-mode .section-item.media-cont .get-more .not-button {
    font-size: 12px;
    margin: 10px 0;
  }
  .contact-mode .section-item.culture .fth3 {
    font-size: 12px;
  }
  .contact-mode .section-item.culture .cont > img {
    width: 100%;
  }
  .contact-mode .section-item.culture .cont .fth4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contact-mode .section-item.culture .bg-note {
    position: absolute;
    color: #404040;
    top: 18px;
    margin-top: 0;
    left: 5%;
  }
  .contact-mode .section-item.contact .cont > img.visible-show {
    width: 100%;
  }
  .contact-mode .section-item.contact .bg-note {
    position: absolute;
    color: #404040;
    top: 28%;
    left: 2%;
    right: 11px;
    bottom: 16px;
    padding: 12px 20px;
    background-image: url('../images/p-boxmap.png');
  }
  .contact-mode .section-item.contact .bg-note .tit {
    width: auto;
    min-width: 40px;
  }
  .contact-mode .section-item.contact .bg-note h3,
  .contact-mode .section-item.contact .bg-note .fth3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact-mode .section-item.certificate .swiper-slide {
    height: 104px;
    padding: 3px 15px;
  }
  .contact-mode .section-item.certificate .swiper-slide img {
    max-width: 68px;
  }
  .contact-mode .section-item.certificate .swiper-button-next,
  .contact-mode .section-item.certificate .swiper-button-prev {
    right: 0;
  }
  .contact-mode .section-item.certificate .swiper-button-next:after,
  .contact-mode .section-item.certificate .swiper-button-prev:after {
    font-size: 16px;
  }
  .contact-mode .section-item.certificate .swiper-button-prev,
  .contact-mode .section-item.certificate .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .contact-mode .section-item.into-pro .cont {
    font-size: 15px;
  }
  .contact-mode .section-item.into-pro .cont .m-arrow {
    display: inline-block;
  }
  .contact-mode .section-item.into-pro .cont .b-arrow {
    display: none;
  }
  .contact-mode .section-item.into-pro .cont .arrow-p2 {
    margin: 10px 0;
  }
  .contact-mode .section-item.project-rule .rule-item {
    display: table;
    padding-left: 50px;
    margin-bottom: 24px;
  }
  .contact-mode .section-item.project-rule .rule-tit {
    font-size: 15px;
    width: 80px;
    font-weight: 700;
  }
  .contact-mode .section-item.project-rule .rule-note {
    padding-left: 0;
    font-size: 15px;
    color: #717171;
  }
  .contact-mode .section-item.cer .cer-item {
    display: table;
    color: #404040;
    padding-left: 0;
  }
  .contact-mode .section-item.cer .cer-item:first-child {
    margin-bottom: 50px;
  }
  .contact-mode .section-item.cer .cer-tit {
    font-size: 15px;
    width: 90px;
    padding-right: 20px;
    font-weight: 700;
    vertical-align: top;
  }
  .contact-mode .section-item.cer .cer-note {
    padding-left: 14px;
    font-size: 14px;
    vertical-align: middle;
    height: auto;
  }
  .contact-mode .section-item.cer .cer-note p {
    margin-bottom: 0;
    line-height: 20px;
  }
  .contact-mode .section-item.cer .cer-note p:first-child {
    margin-top: -2px;
  }
  .contact-mode .section-item.cates .cate-lists {
    width: 100%;
    margin-left: 0;
  }
  .contact-mode .section-item.cates .fth3 {
    font-size: 14px;
    text-align: center;
  }
  .contact-mode .section-item.brands .brand-item {
    margin-bottom: 0;
    height: 52px;
    line-height: 52px;
  }
  .contact-mode .section-item.brands .brand-item img {
    max-width: 100%;
  }
  .contact-mode .section-item.brands .mob-brands.row {
    margin-top: 25px;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
/*# sourceMappingURL=comm.css.map */