/*声明 WebFont*/
@font-face {
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  src: url('../fonts/SourceHanSansSC-Regular.eot');
  src: url('../fonts/SourceHanSansSC-Regular.eot?#font-spider') format('embedded-opentype'), url('../fonts/SourceHanSansSC-Regular.woff') format('woff'), url('../fonts/SourceHanSansSC-Regular.ttf') format('truetype'), url('../fonts/SourceHanSansSC-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansSC-Bold, bestFont bold';
  src: url('../fonts/SourceHanSansSC-Bold.eot');
  src: url('../fonts/SourceHanSansSC-Bold.eot?#font-spider') format('embedded-opentype'), url('../fonts/SourceHanSansSC-Bold.woff') format('woff'), url('../fonts/SourceHanSansSC-Bold.ttf') format('truetype'), url('../fonts/SourceHanSansSC-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
  src: url('../fonts/SourceHanSansSC-Medium.eot');
  src: url('../fonts/SourceHanSansSC-Medium.eot?#font-spider') format('embedded-opentype'), url('../fonts/SourceHanSansSC-Medium.woff') format('woff'), url('../fonts/SourceHanSansSC-Medium.ttf') format('truetype'), url('../fonts/SourceHanSansSC-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.header {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 80px;
  margin: 0px auto;
  position: relative;
  top: 0;
  z-index: 12;
}
.header.navBg {
  background-color: #0d030b;
  margin-bottom: 80px;
}
.header .header-content {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
  position: relative;
}
.header .header-content .header-content_kefu {
  color: #444;
}
.header-content_logo {
  display: inline-block;
  width: 160px;
  color: #fff;
  font-size: 24px;
  line-height: 70px;
  padding-left: 60px;
  position: relative;
}
.header-content_logo a {
  color: #fff;
  text-decoration: none;
}
.header-content_logo img {
  vertical-align: middle;
}
.header-content_logo:before {
  content: '';
  width: 42px;
  height: 29px;
  background: url('../images/logo.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 20px;
}
.header-content_menuSarch .searchButtom {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0px;
}
.header-content_menuSarch #searchValueMenu {
  color: #999;
}
.header-content_naviList {
  width: calc(100% - 400px);
  text-align: right;
  padding-right: 82px;
  float: right;
}
.header-content_naviList li {
  display: inline-block;
  position: relative;
}
.header-content_naviList li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 18px;
  box-sizing: border-box;
}
.header-content_naviList li a i {
  font-size: 14px;
  margin-left: 5px;
}
.header-content_naviList li a:hover,
.header-content_naviList li a.active {
  font-weight: bold;
  position: relative;
}
.header-content_naviList li a:hover::after,
.header-content_naviList li a.active::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef433a;
  position: absolute;
  bottom: 15%;
  left: calc(50% - 3px);
}
.header-content_naviList li .indexCurrent {
  color: #ef433a;
}
.header-content_topSearch {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 560px;
  height: 70px;
  overflow: hidden;
  color: #bbb;
  z-index: 3;
}
.header-content_topSearch i {
  position: absolute;
  left: 6px;
  top: 25px;
  font-size: 20px;
  cursor: pointer;
}
.header-content_topSearch #searchValueId {
  border: none;
  border-bottom: 1px solid #bbb;
  background: none;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #eee;
  padding: 10px 100px 0 50px;
  width: 410px;
}
.header-content_topSearch .searchButtom {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0px;
}
.header-content_topSearchImg {
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 18px;
  z-index: 2;
}
.header-content_topSearchImg img {
  cursor: pointer;
}
.header-content_topSearchImg:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.header_dark {
  border-bottom: 1px solid #e5f0f4;
}
.header_dark .header-content_logo a {
  color: #000;
}
.header_dark a.header-content_logo {
  color: #000;
}
.header_dark .header-content_naviList li a {
  color: #000;
}
.header_dark .header-content_topSearch #searchValueId {
  color: #999;
}
.footer {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0px auto;
  background-color: #f4f5f8;
}
.footer .footer-content {
  width: 1200px;
  margin: 0px auto;
  color: #666;
}
.footer .footer-content .friendlink {
  padding: 20px 0;
  border-bottom: 1px solid #eceef1;
}
.footer .footer-content .friendlink a {
  color: #666;
}
.footer-footMenu {
  padding: 50px 0 30px;
}
.footer-footMenu .logo {
  padding-top: 40px;
}
.footer-footMenu .logo img {
  vertical-align: middle;
}
.footer-footMenu .menuItem {
  position: relative;
  text-align: center;
}
.footer-footMenu .menuItem p {
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 20px;
}
.footer-footMenu .menuItem ul {
  line-height: 26px;
}
.footer-footMenu .menuItem ul a {
  color: #000;
}
.footer-copyright {
  text-align: center;
  background-color: #eceef1;
}
.footer-copyright .content {
  padding: 10px 0;
}
.footer-copyright .content > p {
  padding: 5px 0;
}
.footer-copyright .content a {
  color: #000;
}
.footer-copyright .content a:hover {
  color: #ef433a;
}
.idx-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 710px;
  background: url('../images/banner.png') no-repeat;
  position: relative;
  top: -80px;
}
.idx-banner .idx-banner-content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 80px;
  color: #fff;
  text-align: center;
}
.idx-banner .idx-banner-content h1 {
  font-size: 76px;
}
.idx-banner .idx-banner-content .title {
  font-size: 32px;
  line-height: 32px;
  padding-top: 22px;
}
.idx-banner .idx-banner-content .desc {
  font-size: 26px;
  line-height: 30px;
  padding-top: 62px;
}
.idx-banner .idx-banner-content a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}
.idx-banner .idx-banner-content a.buy {
  display: inline-block;
  background-color: #ef433a;
  border-radius: 4px;
  margin-top: 95px;
}
.idx-banner .idx-banner-content a.download {
  display: block;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 5px;
}
.idx-banner .idx-banner-content a.download i {
  display: inline-block;
  width: 10px;
  transition: width 0.5s;
}
.idx-banner .idx-banner-content a.download:hover i {
  width: 20px;
}
.idx-banner .idx-banner-content p {
  padding-top: 50px;
}
.idx-why {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.idx-why .content {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
  padding-top: 35px;
}
.idx-why .content h2 {
  font-size: 42px;
}
.idx-why .content .desc {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  padding-top: 20px;
}
.idx-why .content .swiper {
  padding-top: 90px;
}
.idx-why .content .swiper .contentGallery {
  text-align-last: left;
}
.idx-why .content .swiper .contentGallery > div {
  height: 410px;
}
.idx-why .content .swiper .contentWrapper {
  position: relative;
  padding-left: 100px;
}
.idx-why .content .swiper .contentWrapper > div.swiper-wrapper {
  height: 410px;
  padding-top: 80px;
}
.idx-why .content .swiper .contentWrapper .nextPage {
  width: 40px;
  height: 40px;
  background-image: none;
  position: absolute;
  left: 0;
  top: 40%;
}
.idx-why .content .swiper .contentWrapper .nextPage::after {
  content: '';
  width: 2px;
  height: 400px;
  background-color: #fdece9;
  position: absolute;
  left: 20px;
  top: -210px;
  z-index: -1;
}
.idx-why .content .swiper .contentWrapper .pagination {
  height: 80px;
  top: 0;
  font-size: 24px;
  line-height: 26px;
  padding: 35px 0 0 100px;
  text-align: left;
}
.idx-why .content .swiper .contentWrapper .pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  color: #ffdad8;
  background-color: transparent;
  margin-right: 30px;
  opacity: 1;
  cursor: pointer;
}
.idx-why .content .swiper .contentWrapper .pagination .swiper-pagination-bullet-active {
  color: #ef433a;
  font-size: 36px;
}
.idx-why .content .swiper .contentWrapper .swiper-slide {
  text-align: left;
  padding-top: 5px;
}
.idx-why .content .swiper .contentWrapper .swiper-slide .title {
  font-size: 36px;
}
.idx-why .content .swiper .contentWrapper .swiper-slide .desc {
  width: 80%;
  margin: auto auto auto 0;
  font-size: 18px;
  line-height: 27px;
  color: #666;
  padding-top: 22px;
}
.idx-why .content .swiper .contentWrapper .swiper-slide a.more {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ef433a;
  background-color: #fdeceb;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
}
.idx-why .content .swiper .contentWrapper .swiper-slide a.more i {
  display: inline-block;
  width: 10px;
  transition: width 0.5s;
}
.idx-why .content .swiper .contentWrapper .swiper-slide a.more:hover i {
  width: 20px;
}
.idx-adv {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 65px auto 0;
}
.idx-adv .content {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
  background: url('../images/idx_adv_bg.png') no-repeat top center;
  padding-top: 75px;
  color: white;
}
.idx-adv .content h2 {
  font-size: 36px;
}
.idx-adv .content .desc {
  width: 46%;
  margin: 28px auto 0;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.8;
}
.idx-adv .content .masonry {
  padding-top: 125px;
}
.idx-adv .content .masonry .item {
  display: inline-block;
  width: 292px;
  height: 336px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 50px rgba(239, 68, 59, 0.1);
  margin: 15px;
  vertical-align: top;
  text-align: left;
  padding: 15px 8px;
}
.idx-adv .content .masonry .item:nth-child(3n+2) {
  margin-top: -45px;
}
.idx-adv .content .masonry .item .title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  padding: 0 20px;
}
.idx-adv .content .masonry .item .desc {
  width: 100%;
  line-height: 27px;
  padding: 0 20px;
  font-size: 18px;
  color: #666;
  opacity: 1;
  margin-top: 15px;
}
.idx-platform {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.idx-platform .content {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
  padding-top: 95px;
  padding-bottom: 80px;
}
.idx-platform .content h2 {
  font-size: 36px;
}
.idx-platform .content .wrapper {
  display: flex;
  padding-top: 30px;
}
.idx-platform .content .wrapper .item {
  flex: 1;
  text-align: center;
}
.idx-platform .content .more {
  display: block;
  width: 200px;
  height: 30px;
  margin: 48px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: #ef433a;
}
.idx-platform .content .more i {
  display: inline-block;
  width: 10px;
  transition: width 0.5s;
}
.idx-platform .content .more:hover i {
  width: 20px;
}
.idx-platform .content .img {
  text-align: center;
  padding-top: 50px;
}
.idx-platform .content .desc {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 32px;
  padding-top: 110px;
}
.idx-platform .content .desc span {
  font-size: 36px;
}
.idx-comment {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #222532;
}
.idx-comment .swiper-slide {
  height: 600px;
}
.idx-comment .swiper-slide .content {
  width: 1200px;
  margin: 0px auto;
  padding-right: 600px;
  padding-top: 100px;
  color: white;
  font-size: 18px;
  line-height: 26px;
}
.idx-comment .swiper-slide .content .name {
  font-size: 26px;
  font-weight: bold;
  margin-top: 45px;
}
.idx-comment .swiper-slide .content .post {
  padding-top: 10px;
}
.idx-comment .swiper-slide .content .comment {
  padding-top: 44px;
}
.idx-comment .swiper-slide .content .more {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: #ef433a;
  border: 2px solid #ef433a;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 65px;
}
.idx-comment .swiper-slide .content .more i {
  display: inline-block;
  width: 10px;
  transition: width 0.5s;
}
.idx-comment .swiper-slide .content .more:hover i {
  width: 20px;
}
.idx-comment .swiper-slide:nth-of-type(1) {
  background: url('../images/idx_swiper2_img1.png') no-repeat top right;
}
.idx-comment .swiper-slide:nth-of-type(2) {
  background: url('../images/idx_swiper2_img2.jpg') no-repeat top right;
}
.idx-comment .swiper-slide:nth-of-type(3) {
  background: url('../images/idx_swiper2_img3.jpg') no-repeat top right;
}
.idx-comment .arrow_content {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}
.idx-comment .arrow_content > div {
  width: 42px;
  height: 42px;
  margin-top: -42px;
}
.idx-comment .arrow_content .left {
  background: url('../images/idx_arrow_left.png');
}
.idx-comment .arrow_content .right {
  background: url('../images/idx_arrow_right.png');
  right: auto;
  left: 60px;
}
.idx-news {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.idx-news .content {
  width: 1200px;
  margin: 0px auto;
  padding: 110px 0;
}
.idx-news .content h2 {
  font-size: 42px;
  text-align: center;
}
.idx-news .content .wrapper {
  padding-top: 30px;
}
.idx-news .content .wrapper .left {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.idx-news .content .wrapper .left ul {
  margin-bottom: 50px;
}
.idx-news .content .wrapper .left li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  padding: 2px 10px;
  cursor: pointer;
}
.idx-news .content .wrapper .left li.active {
  background-color: #ef433a;
  color: white;
  border-radius: 4px;
}
.idx-news .content .wrapper .left .item {
  margin: 34px 0;
}
.idx-news .content .wrapper .left .item .date {
  display: inline-block;
  padding-right: 20px;
}
.idx-news .content .wrapper .left .item .date span {
  display: block;
  color: #d6dbe1;
  font-size: 26px;
}
.idx-news .content .wrapper .left .item .date span:first-child {
  font-size: 36px;
}
.idx-news .content .wrapper .left .item .news {
  display: inline-block;
  padding-left: 20px;
  border-left: 2px solid #d6dbe1;
}
.idx-news .content .wrapper .left .item .news .title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.idx-news .content .wrapper .left .item .news .title:hover {
  color: #ef433a;
}
.idx-news .content .wrapper .left .item .news .desc {
  color: #666;
  padding: 10px 0;
  opacity: 0.7;
}
.idx-news .content .wrapper .left .item .news span {
  display: inline-block;
  padding-top: 10px;
  color: #666;
}
.idx-news .content .wrapper .right {
  display: inline-block;
  width: 40%;
  margin-left: -5px;
  vertical-align: top;
}
.idx-news .content .wrapper .right .wrapper {
  width: 380px;
  background-color: #fff7f7;
  padding: 0 0 40px;
  text-align: center;
}
.idx-news .content .wrapper .right .wrapper .title {
  color: #ef433a;
  font-size: 26px;
  font-weight: bold;
  padding-top: 45px;
}
.idx-news .content .wrapper .right .wrapper .desc {
  font-size: 26px;
  font-weight: bold;
  padding-top: 8px;
}
.idx-news .content .wrapper .right .wrapper .buy {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: white;
  background-color: #ef433a;
  border-radius: 4px;
  margin-top: 35px;
}
.idx-news .content .wrapper .right .wrapper .buy i {
  display: inline-block;
  width: 10px;
  transition: width 0.5s;
}
.idx-news .content .wrapper .right .wrapper .buy:hover i {
  width: 20px;
}
.prod-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 560px;
  background: url('../images/prod_banner.png') no-repeat;
  position: relative;
  top: -80px;
}
.prod-banner .content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 135px;
  color: #fff;
  text-align: center;
}
.prod-banner .content h1 {
  font-size: 76px;
}
.prod-banner .content .title {
  font-size: 26px;
  line-height: 32px;
  padding-top: 48px;
  font-weight: 200;
}
.prod-banner .content .desc {
  font-size: 26px;
  line-height: 30px;
  padding-top: 35px;
  font-weight: 200;
}
.prod-banner .content a.buy {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background-color: #ef433a;
  border-radius: 4px;
  margin-top: 70px;
}
.prod-intro {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
}
.prod-intro .content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 35px;
}
.prod-intro .content h2 {
  font-size: 42px;
  text-align: center;
}
.prod-intro .content .desc {
  width: 83%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-top: 30px;
}
.prod-intro .content .wrapper {
  padding-top: 80px;
}
.prod-intro .content .wrapper > div {
  text-align: center;
}
.prod-intro .content .wrapper > div span {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  color: #ef433a;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prod-intro .content .wrapper > div.active span {
  border-bottom: 2px solid #ef433a;
}
.prod-intro-content {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 720px;
  background: url('../images/prod_tapBg.png') no-repeat;
  margin-top: 70px;
}
.prod-intro-content .content {
  width: 1200px;
  margin: 0px auto;
  color: white;
  padding-top: 80px;
}
.prod-intro-content .content h2 {
  font-size: 36px;
  padding-left: 20px;
}
.prod-intro-content .content .contentWrapper {
  padding-top: 65px;
}
.prod-intro-content .content .contentWrapper .layui-row > div {
  padding: 25px 40px 0 20px;
  font-size: 16px;
  line-height: 27px;
}
.prod-intro-content .content .contentWrapper .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.prod-intro-content .content .contentWrapper .desc {
  height: 140px;
}
.prod-compare {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
}
.prod-compare .content {
  width: 1200px;
  margin: 0px auto;
  padding: 110px 0 120px;
}
.prod-compare .content h2 {
  font-size: 42px;
  text-align: center;
}
.prod-compare .content .wrapper {
  margin-top: 50px;
}
.prod-compare .content table {
  width: 100%;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
}
.prod-compare .content table th {
  color: white;
  background-color: #2b2b2b;
  padding: 10px 0;
  font-weight: normal;
  position: relative;
}
.prod-compare .content table th:first-child {
  text-align: left;
  padding-left: 20px;
  font-weight: normal;
}
.prod-compare .content table tr td:first-child {
  text-align: left;
  padding-left: 20px;
}
.prod-compare .content table tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.prod-compare .content table td {
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.prod-compare .content table td .price {
  display: block;
  color: #ef433a;
  font-weight: bold;
  padding: 5px 0;
}
.prod-compare .content table td a.download,
.prod-compare .content table td a.buy {
  display: inline-block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: white;
  text-align: center;
  border-radius: 4px;
}
.prod-compare .content table td .download {
  background-color: #60b3f2;
}
.prod-compare .content table td .buy {
  background-color: #ef433a;
}
.prod-compare .content table td.point::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background-color: #979797;
  border-radius: 50%;
}
.prod-compare .content table td i.layui-icon-help {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #ef433a;
  background-color: #fdeceb;
  border-radius: 50%;
  cursor: pointer;
}
.prod-compare .content table td i.layui-icon-help div {
  display: none;
  min-width: 300px;
  line-height: 20px;
  padding: 15px;
  border-radius: 6px;
  color: white;
  background-color: #333;
  font-size: 12px;
  text-align: left;
  position: absolute;
  top: -20px;
  left: 40px;
  z-index: 10;
}
.prod-compare .content table td i.layui-icon-help div::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  left: -20px;
  top: 20px;
}
.prod-compare .content table td i.layui-icon-help:hover div {
  display: inline-block;
}
.dl-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 560px;
  background: url('../images/dl_banner.png') no-repeat;
  position: relative;
  top: -80px;
}
.dl-banner .content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 150px;
  color: #fff;
  text-align: left;
}
.dl-banner .content h1 {
  font-size: 76px;
}
.dl-banner .content .desc {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
  font-weight: 200;
}
.dl-banner .content .qq {
  font-size: 18px;
  padding-top: 10px;
}
.dl-banner .content .qq a {
  color: #00a2e6;
  text-decoration: underline;
}
.dl-banner .content .download {
  margin-top: 78px;
  padding: 0;
  background-color: transparent;
}
.dl-banner .content .download > div {
  display: inline-block;
  position: relative;
}
.dl-banner .content .download > div span {
  display: inline-block;
  width: 147px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  color: #a85002;
  background: url('../images/dl_apply_tag.png') no-repeat center center;
  animation: shakeX 1s 1;
  position: absolute;
  top: -10px;
  right: -130px;
}
.dl-banner .content .download button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border: 0;
  color: white;
  background-color: #ef433a;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.dl-banner .content .download button i {
  width: 20px;
  height: 50px;
  color: #ef433a;
  background-color: #efc8c6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.dl-banner .content .download button.dl {
  background-color: #00a2e6;
  margin-right: 30px;
}
.dl-banner .content .download .layui-nav-bar {
  display: none;
}
.dl-banner .content .download ul {
  width: 310px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 5px;
  border: 0;
}
.dl-banner .content .download ul li:last-child {
  margin-bottom: 10px;
}
.dl-banner .content .download ul li a {
  color: white;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.dl-banner .content .download ul li a:hover {
  background-color: transparent;
  border-bottom: 1px solid white;
}
.dl-banner .content .download ul li a span {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-banner .content .pcDownload {
  display: none;
}
/* 下载页 申请私有化部署 */
.apply_deploy {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
.apply_deploy .main {
  display: flex;
  width: 840px;
  height: 530px;
  background-color: white;
  border-radius: 4px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apply_deploy .main .left {
  width: 300px;
  height: 100%;
  color: white;
  background: url('../images/apply_deploy_left.png') no-repeat center center;
  padding: 140px 30px 0;
}
.apply_deploy .main .left .title {
  font-size: 32px;
  line-height: 48px;
  font-family: 'SourceHanSansSC-Bold, bestFont bold';
}
.apply_deploy .main .left .desc {
  font-size: 14px;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 20px;
}
.apply_deploy .main .right {
  width: calc(100% - 300px);
  height: 100%;
  position: relative;
}
.apply_deploy .main .right .closeDownloadBoxBtn {
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.apply_deploy .main .right .title {
  width: 488px;
  margin: 50px auto 0;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color: #ef433a;
  background-color: rgba(239, 67, 58, 0.06);
  border-radius: 4px;
  font-size: 20px;
  font-family: 'SourceHanSansSC-Bold, bestFont bold';
}
.apply_deploy .main .right .content {
  margin: 0 auto;
  background-color: transparent;
}
.apply_deploy .main .right .content #showXieyiBtn {
  color: #09f;
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.dl-support {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto 100px;
}
.dl-support .content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 35px;
}
.dl-support .content h2 {
  font-size: 36px;
  text-align: center;
}
.dl-support .content .menu {
  margin-top: 52px;
  display: flex;
}
.dl-support .content .menu .item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}
.dl-support .content .menu .item img {
  display: block;
  margin: 0 auto 10px;
}
.dl-support .content .menu .item span {
  font-size: 20px;
}
.dl-support .content .menu .item.active {
  background-color: #f7fafe;
  position: relative;
}
.dl-support .content .menu .item.active::after {
  content: '';
  width: 0;
  height: 0;
  border: 30px solid;
  border-color: #f7fafe transparent transparent transparent;
  position: absolute;
  left: calc(50% - 30px);
  bottom: -50px;
}
.dl-support .content .wrapper {
  background-color: #f7fafe;
  padding: 50px;
  margin-top: 45px;
}
.dl-support .content .wrapper .item img {
  max-width: 520px;
}
.dl-support .content .wrapper .item .left {
  padding-right: 50%;
}
.dl-support .content .wrapper .item .right {
  width: 50%;
  float: right;
  text-align: center;
}
.dl-support .content .wrapper .item .right img {
  max-width: 520px;
}
.dl-support .content .wrapper .item .title {
  font-size: 26px;
  padding-top: 15px;
}
.dl-support .content .wrapper .item ul {
  padding-left: 30px;
  padding-top: 45px;
}
.dl-support .content .wrapper .item ul li {
  list-style-image: url('../images/yes.png');
  font-size: 16px;
  margin-bottom: 20px;
}
.dl-support .content .wrapper .item p {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
}
.dl-support .content .wrapper .item a.download {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  color: white;
  background-color: #ef433a;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}
.dl-support .content .wrapper .item .dlWrapper {
  padding: 0;
  background-color: transparent;
}
.dl-support .content .wrapper .item .dlWrapper button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border: 0;
  color: white;
  background-color: #ef433a;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.dl-support .content .wrapper .item .dlWrapper button i {
  width: 20px;
  height: 50px;
  color: #ef433a;
  background-color: #efc8c6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.dl-support .content .wrapper .item .dlWrapper .layui-nav-more,
.dl-support .content .wrapper .item .dlWrapper .layui-nav-bar {
  display: none;
}
.dl-support .content .wrapper .item .dlWrapper ul {
  width: 310px;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 22px;
  border: 0;
  overflow-y: scroll;
}
.dl-support .content .wrapper .item .dlWrapper ul li {
  margin-bottom: 0;
  list-style-image: none;
}
.dl-support .content .wrapper .item .dlWrapper ul li:last-child {
  margin-bottom: 10px;
}
.dl-support .content .wrapper .item .dlWrapper ul li a {
  color: white;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.dl-support .content .wrapper .item .dlWrapper ul li a:hover {
  background-color: transparent;
  border-bottom: 1px solid white;
}
.dl-support .content .wrapper .item .dlWrapper ul li a span {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.buy-content {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
}
.buy-content .content {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 130px;
}
.buy-content .content h2 {
  font-size: 32px;
}
.buy-content .content .desc {
  font-size: 18px;
  padding: 30px 0;
}
.buy-content .content .item {
  width: 95%;
  height: 526px;
  border: 2px solid #e5f0f4;
  border-radius: 4px;
  text-align: left;
  padding: 120px 45px 0;
  margin-top: 50px;
  position: relative;
}
.buy-content .content .item .title {
  font-size: 26px;
}
.buy-content .content .item .itemDesc {
  width: 88%;
  height: 90px;
  font-size: 18px;
  line-height: 26px;
  padding-top: 10px;
}
.buy-content .content .item .price {
  height: 50px;
  color: #ef433a;
  font-size: 46px;
}
.buy-content .content .item .price span {
  font-size: 26px;
}
.buy-content .content .item a.buy {
  display: inline-block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  color: white;
  background-color: #ef433a;
  border-radius: 4px;
  margin-top: 18px;
}
.buy-content .content .item .point {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}
.buy-content .content .item .point i {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url('../images/yes.png') no-repeat center center;
  margin-right: 5px;
}
.buy-content .content .item .point > div {
  margin-bottom: 10px;
}
.buy-content .content .item .tag {
  width: 214px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  font-size: 18px;
  color: #ef3e1a;
  background-color: #fdeceb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  left: 0;
  top: 58px;
}
.buy-content .content .item:hover {
  background-color: #fffafa;
  border: 2px solid #edc4c4;
}
.help-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 450px;
  background: url('../images/supportBanner.png') no-repeat;
  position: relative;
  top: -80px;
}
.help-banner .help-banner-content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 140px;
  color: #fff;
  text-align: center;
}
.help-banner .help-banner-content h2 {
  font-size: 60px;
}
.help-banner .help-banner-content .searchWrapper {
  padding-top: 50px;
}
.help-banner .help-banner-content .searchWrapper input {
  display: inline-block;
  width: 500px;
  height: 50px;
  line-height: 50px;
  border: 0;
  font-size: 16px;
  color: #666;
  padding: 0 0 0 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  vertical-align: middle;
}
.help-banner .help-banner-content .searchWrapper button {
  display: inline-block;
  width: 100px;
  height: 52px;
  line-height: 50px;
  color: #fff;
  background-color: #ef433a;
  font-size: 16px;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -5px;
  vertical-align: middle;
  cursor: pointer;
}
.help-banner .help-banner-content .searchWrapper button img {
  width: 20%;
}
.help-banner .help-banner-content .searchWrapper .tag {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}
.help-banner .help-banner-content .searchWrapper .tag a {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}
.help-banner .help-banner-content .searchWrapper .tag a:hover {
  color: #ef433a;
}
.help-pos {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  background-color: #f6f9fa;
  margin-top: -80px;
}
.help-pos .help-pos-content {
  width: 1200px;
  margin: 0px auto;
  padding: 55px 0 45px;
  font-size: 16px;
}
.help-pos .help-pos-content span {
  color: #ef433a;
}
.help-news {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  background-color: #f6f9fa;
}
.help-news .help-news-content {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 120px;
}
.help-news .help-news-content .help-news_list {
  display: inline-block;
  width: 755px;
  padding: 38px 20px 95px 38px;
  background-color: #fff;
  box-shadow: 0 8px 35px rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  vertical-align: top;
}
.help-news .help-news-content .help-news_list .title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 28px;
  border-left: 4px solid #ef433a;
}
.help-news .help-news-content .help-news_list .pageInfo {
  padding: 20px 0 0;
}
.help-news .help-news-content .help-news_list .pageInfo a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 2px 15px;
  margin: 0 2px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.help-news .help-news-content .help-news_list .pageInfo a.active {
  color: #fff;
  background-color: #ef433a;
}
.help-news .help-news-content .help-news-menu {
  display: inline-block;
  width: 395px;
  margin-left: 45px;
  vertical-align: top;
}
.help-news .help-news-content .help-news-menu .menu {
  display: flex;
  flex-wrap: wrap;
}
.help-news .help-news-content .help-news-menu .menu > a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 35px rgba(38, 14, 70, 0.08);
  margin: 0 17px 20px 0;
  cursor: pointer;
}
.help-news .help-news-content .help-news-menu .menu > a:nth-child(3n) {
  margin-right: 0;
}
.help-news .help-news-content .help-news-menu .menu > a.active {
  color: #fff;
  background-color: #ef433a;
}
.help-news .help-news-content .help-news-menu .adv {
  display: inline-block;
  width: 395px;
  height: 284px;
  background: url('../images/supportAdv.png') no-repeat center center;
  background-size: 100% 100%;
  margin-top: 20px;
  padding-top: 70px;
  text-align: center;
}
.help-news .help-news-content .help-news-menu .adv > div {
  font-size: 30px;
  color: #fff;
}
.help-news .help-news-content .help-news-menu .adv > div:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}
.help-news .help-news-content .help-news-menu .adv .buy {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #ef433a;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  margin-top: 30px;
}
.help-news .help-news-content .help-news-menu .qq {
  display: inline-block;
  width: 395px;
  height: auto;
  background-color: #fff;
  margin-top: 50px;
  padding: 35px 20px;
  border-radius: 4px;
  box-shadow: 0 8px 35px rgba(38, 14, 70, 0.08);
}
.help-news .help-news-content .help-news-menu .qq > div:first-child {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.help-news .help-news-content .help-news-menu .qq > div:first-child img {
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.help-news .help-news-content .help-news-menu .qq > div:last-child {
  font-size: 18px;
  padding: 30px 0;
}
.help-news .help-news-content .help-news-menu .qq > div:last-child a {
  display: inline-block;
  margin-left: 20px;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f6d8e1;
  color: #ef433a;
  border-radius: 4px;
}
.help-news .help-news-content .help-news-menu .hot {
  padding-top: 70px;
}
.help-news .help-news-content .help-news-menu .hot .title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 28px;
  border-left: 4px solid #ef433a;
}
.help-news_item {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}
.help-news_item:last-of-type {
  border-bottom: none;
}
.help-news_item > img {
  width: 180px;
  height: 146px;
  display: inline-block;
  vertical-align: top;
}
.help-news_item .wrapper {
  display: inline-block;
  width: calc(100% - 190px);
  padding: 0 25px;
}
.help-news_item .wrapper .itemTitle {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-news_item .wrapper .itemTitle:hover {
  color: #ef433a;
  font-weight: bold;
}
.help-news_item .wrapper .desc {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-news_item .wrapper .more {
  font-size: 14px;
  color: #da285f;
}
.help-news_item .wrapper .tag {
  width: 100%;
  padding-top: 40px;
  color: rgba(51, 51, 51, 0.5);
}
.help-news_item .wrapper .tag > div {
  display: inline-block;
  font-weight: bold;
  padding-left: 40px;
}
.help-news_item .wrapper .tag > div a {
  color: rgba(51, 51, 51, 0.5);
}
.help-news_hotItem {
  margin-bottom: 35px;
}
.help-news_hotItem .left {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.help-news_hotItem .left .itemTitle {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-news_hotItem .left .desc {
  width: 100%;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-news_hotItem .right {
  display: inline-block;
  width: 30%;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.5);
  margin-left: -5px;
  text-align: right;
  vertical-align: top;
}
.about {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  background-color: #f6f9fa;
}
.about .about-content {
  width: 1200px;
  margin: 0px auto;
  padding: 30px 0 80px;
}
.about .about-content .menu {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.about .about-content .menu ul {
  font-size: 20px;
}
.about .about-content .menu ul li {
  display: inline-block;
  width: 80%;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}
.about .about-content .menu ul li.active a,
.about .about-content .menu ul li:hover a {
  color: #ef433a;
}
.about .about-content .content {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.about .about-content .content p {
  padding: 15px 0;
}
.about .about-content .content_yinsi {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.about .about-content .content_yinsi h1 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.about .about-content .content_yinsi p {
  padding: 15px 0;
  text-indent: 2em;
}
.about .about-content .content_map {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.about .about-content .content_map .sitemapHTML {
  min-height: 700px;
}
.about .about-content .content_map .sitemapHTML h2 {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #C2BEBE;
  margin: 0 0 10px 0;
}
.about .about-content .content_map .sitemapHTML .sitemapCategory {
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 1px #C2BEBE dashed;
  margin: 0 0 10px 0;
}
.about .about-content .content_map .sitemapHTML h3 {
  font-size: 14px;
  text-indent: 28px;
  float: left;
}
.about .about-content .content_map .sitemapHTML .openSitemap {
  cursor: pointer;
  font-size: 12px;
  float: right;
}
.about .about-content .content_map .sitemapHTML .sitemapNews {
  clear: both;
  display: none;
}
.about .about-content .content_map .sitemapHTML .sitemapNews li {
  font-size: 14px;
  text-indent: 56px;
  line-height: 25px;
}
.friendlink {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
}
.friendlink .friendlink-content {
  width: 1200px;
  min-height: 500px;
  margin: 0px auto;
}
.friendlink .friendlink-content h2 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 20px;
}
.friendlink .friendlink-content ul {
  padding: 20px 0 50px;
  line-height: 30px;
  overflow: hidden;
}
.friendlink .friendlink-content ul li {
  display: inline-block;
  margin: 0 10px;
}
/*搜索结果样式（勿删）*/
.searchResult li {
  border-bottom: 1px dashed #bbb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.searchResult a {
  color: #09f;
}
.searchResult a .keywords {
  background: #38d878;
  color: #fff;
}
.news_content .news_detail a {
  color: #ef433a;
}
.news_content .news_detail a:hover {
  text-decoration: underline;
}
.news_content a:hover {
  color: #ef433a;
  text-decoration: underline;
}
/* doufu start*/
.buy_doufu {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0px auto;
  background-color: #f9fafc;
  overflow: hidden;
}
.buy_doufu .buy_doufu_icon {
  width: 1200px;
  margin: 0px auto;
}
.buy_doufu_pingjia {
  color: #A7A7A7;
}
.buy_doufu_pingjia:hover {
  color: #1582f7;
}
.buy_doufu .buy_doufu_icon .buy_doufu_subject {
  font-size: 36px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  vertical-align: top;
  padding-left: 75px;
}
.buy_doufu .buy_doufu_icon .Buy_Tab {
  text-align: center;
  padding-bottom: 100px;
  height: 70px;
}
.buy_doufu .buy_doufu_icon .Buy_Tab .active {
  color: #fff;
  border-color: #3781fb;
  background-color: #2575e8;
}
.buy_doufu .buy_doufu_icon .Buy_Tab li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  color: #2575e8;
  background-color: #EFF2F7 /*#e9f2ff*/;
  border-radius: 4px;
}
.buy_doufu .buy_doufu_icon .Buy_Tab li:first-child {
  margin-right: 10px;
}
.buy_doufu .buy_doufu_icon .Buy_Tab li .tag {
  display: inline-block;
  width: 52px;
  height: 22px;
  background: url(../images/3.png) no-repeat center center;
  position: absolute;
  top: -25px;
  right: -20px;
}
.buy_doufu .buy_doufu_icon .Buy_Tab li:last-child {
  position: relative;
  margin-right: 10px;
}
.buy_doufu .buy_doufu_content {
  margin-top: 30px;
  position: relative;
  padding-bottom: 80px;
}
.buy_doufu .buy_doufu_content .active {
  margin-top: 0 !important;
  height: 520px !important;
}
.buy_doufu .buy_doufu_content .active .buy_doufu_icon_2 {
  padding-top: 25px !important;
  height: 520px !important;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods {
  height: 520px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 {
  height: 520px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_title {
  vertical-align: top;
  padding-top: 20px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_title img {
  width: 52px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_tel {
  vertical-align: top;
  padding-top: 15px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_tel h3 {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 8px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_tel h3 div {
  font-size: 12px;
  padding-top: 8px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_tel h3 div span {
  display: inline-block;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #BBBBBB;
  color: #666;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_dec {
  height: 60px;
  width: 490px;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  padding-top: 10px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price {
  margin-top: 20px;
  font-size: 42px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .price {
  position: relative;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .price span:first-child {
  font-size: 24px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .price label {
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  position: relative;
  top: -20px;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  background: #FAEDE5;
  color: #f44336;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .goumai {
  position: relative;
  bottom: 8px;
  left: 8px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .goumai a {
  text-decoration: none;
  border-radius: 5px;
  background: #F7411C;
  border: 1px solid #F7401C;
  color: #fff;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  width: 135px;
  height: 37px;
  line-height: 37px;
  margin-right: 10px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .goumai a:hover {
  background: #e63b19;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao {
  font-size: 15px;
  padding-top: 28px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao p {
  font-size: 15px;
  font-weight: bold;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao .zengsong {
  color: #666;
  height: 128px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao .zengsong div {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  margin-left: -10px;
  font-size: 15px;
}
.buy_doufu .buy_doufu_content .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao .zengsong div span {
  border: 1px solid red;
  width: 7%;
  text-align: center;
  color: red;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 5px;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
  margin-right: 7px;
}
.buy_doufu .buy_doufu_content_2 {
  margin-top: 4px;
  position: relative;
}
.buy_doufu .buy_doufu_content_2 .active {
  margin-top: 0 !important;
  height: 560px !important;
}
.buy_doufu .buy_doufu_content_2 .active .buy_doufu_icon_2 {
  padding-top: 50px !important;
  height: 560px !important;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods {
  position: relative;
  margin-top: 25px;
  vertical-align: top;
  width: 33%;
  height: 520px;
  display: inline-block;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 {
  height: 520px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_title {
  vertical-align: top;
  padding-top: 20px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_title img {
  width: 52px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_tel {
  vertical-align: top;
  padding-top: 15px;
  padding-left: 15px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_tel h3 {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 8px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_tel h3 div {
  font-size: 13px;
  padding-top: 9px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_header .buy_doufu_tel h3 div span {
  display: inline-block;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #BBBBBB;
  color: #666;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_dec {
  height: 56px;
  width: 100%;
  color: #666;
  font-size: 13px;
  line-height: 23px;
  padding-top: 10px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price {
  margin-top: 18px;
  font-size: 44px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .price {
  position: relative;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .price span:first-child {
  font-size: 24px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .price label {
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
  position: relative;
  top: -20px;
  display: inline-block;
  padding: 2px;
  background: #FAEDE5;
  color: #f44336;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .goumai {
  position: relative;
  bottom: 8px;
  left: 8px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .goumai a {
  text-decoration: none;
  border-radius: 5px;
  background: #F7401C;
  border: 1px solid #F7411C;
  color: #fff;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  width: 100px;
  height: 37px;
  line-height: 37px;
  margin-right: 10px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_price .goumai a:hover {
  background: #e63b19;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao {
  font-size: 15px;
  padding-top: 36px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao p {
  font-size: 15px;
  font-weight: bold;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao .zengsong {
  color: #666;
  margin-left: -10px;
  height: 128px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao .zengsong div {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  font-size: 15px;
}
.buy_doufu .buy_doufu_content_2 .buy_doufu_goods .buy_doufu_icon_2 .buy_doufu_cuxiao .zengsong div span {
  border: 1px solid red;
  width: 10%;
  text-align: center;
  color: red;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 5px;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
  margin-right: 7px;
}
.doufu_ayoa_m3 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  height: 280px;
  margin-top: 40px;
}
.doufu_ayoa_m3 .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.doufu_ayoa_m3 .content .title {
  font-size: 26px;
  font-family: 'bestFont medium';
  text-align: center;
  font-weight: bold;
}
.doufu_ayoa_m3 .content .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0px;
}
.doufu_ayoa_m3 .content .wrapper .item {
  width: 25%;
  text-align: center;
  font-family: 'bestFont regular';
  padding-top: 55px;
  padding-bottom: 20px;
}
.doufu_ayoa_m3 .content .wrapper .item .v_title {
  font-size: 20px;
  margin-top: 20px;
}
.lim_buy_c {
  background: #E33C1A;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.lim_buy_b {
  position: absolute;
  top: 0px;
  left: 0px;
}
.lim_buy_b1 {
  position: absolute;
  top: 25px;
  left: 0px;
}
.lim_buy_d {
  position: absolute;
  top: 0px;
  right: 0px;
}
.lim_buy_d1 {
  position: absolute;
  top: 25px;
  right: 0px;
}
.buy_doufu_img {
  width: 220px;
  height: 220px;
}
.buy_doufu_hover {
  background: none;
  border: 1px solid #e94518;
  color: #e94518;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.buy_doufu_hover:hover {
  background-color: #F8401C;
  color: #fff !important;
}
.doufu_buyList2 > div > div {
  background-color: #fff;
  height: 220px;
}
.doufu_buyList2 .buyList2_price {
  position: absolute;
  left: 0;
  top: 114px;
}
.doufu_buyList2 .buyList2_btn {
  position: absolute;
  left: 0;
  top: 170px;
}
.doufu_buyList2 .supbg {
  background-color: #fdc043;
}
/* doufu end*/
/*评价 start */
.pingjia_header_title {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0px auto;
  height: 70px;
  position: relative;
  z-index: 998;
  text-align: right;
  border-top: solid #F4F4F4 1px;
}
.pingjia_header_title .pingjia {
  width: 160px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 135px;
}
.pingjia_header_title .pingjia span {
  font-size: 16px;
}
.pingjia_header_title .duibi {
  width: 80px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 320px;
}
.pingjia_header_title .duibi a {
  font-size: 16px;
  color: #000;
}
.pingjia_header_title .goumai {
  width: 140px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 440px;
}
.pingjia_header_title .goumai a {
  background: #F7411C;
  border: 1px solid #e94518;
  color: #fff;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  width: 160px;
  line-height: 40px;
  border-radius: 5px;
}
.pingjia_header_title.prod-menu_fixed60 {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
  z-index: 101;
  background-color: #fff;
}
.pingjia_header_title.prod-menu_fixed30 {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  z-index: 101;
  background-color: #fff;
}
.pingjia_content {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
  background-color: #F9FAFC;
}
.pingjia_content .v1 {
  width: 1200px;
  margin: 0 auto;
}
/*.pingjia_content .v1 div {margin-top: 4px;position: relative !important;}*/
.pingjia_content .v2 {
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative !important;
  border-radius: 4px;
  min-height: 200px;
  background-color: #fff;
}
.pingjia_content .v3 {
  border-bottom: solid #F6F6F6 1px;
  width: 800px;
  height: 50px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.pingjia_content .comment_pingjia {
  margin-top: 10px;
  margin: 0 auto;
}
.pingjia_content .comment_pingjia .item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: solid #F6F6F6 1px;
}
.pingjia_content .comment_pingjia .item .user {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.pingjia_content .comment_pingjia .item .userComment {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  font-size: 14px;
  padding-left: 20px;
}
.pingjia_content .comment_pingjia .item .userComment .uname {
  font-size: 14px;
  font-weight: bold;
}
.pingjia_content .comment_pingjia .item .userComment .evacontent {
  font-size: 14px;
  padding-top: 6px;
}
.pingjia_content .comment_pingjia .item .userComment .goods {
  font-size: 14px;
  padding-top: 12px;
  color: #999;
  padding: 0 0 10px;
}
.pingjia_content .comment_pingjia .item .userComment .replay {
  padding: 12px 0 15px 20px;
  background-color: #F7F7F7;
}
.pingjia_content .comment_pingjia .item .userComment .replay .mairuan {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.pingjia_content .comment_pingjia .item .userComment .replay .replay_comment {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  font-size: 14px;
  padding-left: 20px;
}
.pingjia_content .comment_pingjia .item .userComment .replay .replay_comment .replay_user {
  font-size: 14px;
  font-weight: bold;
}
.pingjia_content .comment_pingjia .item .userComment .replay .replay_comment .replay_content {
  font-size: 14px;
  padding-top: 6px;
}
.pingjia_content .showMore {
  text-align: center;
  padding-top: 30px;
}
.pingjia_count_all {
  float: right;
}
.pingjia_count_all .pingjia_count {
  padding-left: 50px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative !important;
  border-radius: 4px;
  background-color: #fff;
}
.pingjia_count_all .pingjia_count .pie {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: pink;
  position: relative;
}
.pingjia_count_all .pingjia_count .pie .circle {
  width: 115px;
  height: 115px;
  line-height: 25px;
  text-align: center;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  font-size: 36px;
  padding-top: 30px;
  font-weight: bold;
}
.pingjia_count_all .pingjia_count .pie .circle span {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.pingjia_count_all .pingjia_count .pie .left {
  border-radius: 140px 0 0 140px;
  width: 70px;
  height: 140px;
  float: left;
  overflow: hidden;
}
.pingjia_count_all .pingjia_count .pie .left .left-deg {
  width: 70px;
  height: 140px;
  background: #F7401D;
  transform-origin: right center;
  transform: rotate(0deg);
}
.pingjia_count_all .pingjia_count .pie .right {
  border-radius: 0 140px 140px 0;
  width: 70px;
  height: 140px;
  float: left;
  overflow: hidden;
}
.pingjia_count_all .pingjia_count .pie .right .right-deg {
  width: 70px;
  height: 140px;
  background: #F7401D;
  transform-origin: left center;
  transform: rotate(0deg);
}
.pingjia_count_all .pingjia_count .count {
  margin-top: 15px;
}
.pingjia_count_all .pingjia_count .count span:first-child {
  font-size: 30px;
  font-weight: bold;
}
/*评价 end*/
/* buy.html页面 商品技术参数 */
.doufu .buyList1_s1 {
  border-bottom: 0;
}
.doufu .layui-collapse {
  position: relative;
  border: 0;
}
.doufu .layui-colla-title {
  height: 36px;
  line-height: 36px;
  border: 0;
  padding: 0 15px 0 10px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #fff;
  overflow: visible;
  text-align: left;
  color: #9A9A9A;
}
.doufu .layui-colla-title .layui-colla-icon {
  left: auto;
  right: 20px;
  transform: rotate(90deg);
}
.doufu .layui-colla-title span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: white;
  background-color: #bfbfbf;
  font-size: 12px;
  font-weight: normal;
  border-radius: 50%;
  position: relative;
}
.doufu .layui-colla-title span:hover::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  top: -11px;
  left: 0;
  z-index: 1;
}
.doufu .layui-colla-title span:hover i {
  position: relative;
  z-index: 2;
}
.doufu .layui-colla-title span:hover i::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #f4f4f4 transparent transparent transparent;
  position: absolute;
  top: -12px;
  left: -10px;
  z-index: 1;
}
.doufu .layui-colla-title span:hover::after {
  content: '提供设备数、换机机制、系统支持、更新说明等参数';
  width: 290px;
  height: 26px;
  line-height: 26px;
  color: #666;
  background-color: #f4f4f4;
  border: 1px solid #999;
  border-radius: 4px;
  position: absolute;
  top: -38px;
  left: -40px;
}
.doufu .layui-colla-title .rotate {
  transform: rotate(-180deg);
}
.doufu .layui-collapse .layui-show {
  width: 100%;
  border: 0;
  background-color: #fff;
  padding-top: 5px;
  /*position: absolute;*/
  top: 36px;
  left: 0;
  z-index: 1;
}
.doufu .layui-collapse .layui-show ul {
  padding-left: 15px;
}
.doufu .layui-collapse .layui-show li {
  margin-bottom: 7px;
}
.doufu .layui-collapse .layui-show li label {
  display: inline-block;
  width: 70px;
  vertical-align: top;
}
.doufu .layui-collapse .layui-show li span {
  display: inline-block;
  width: calc(100% - 75px);
  vertical-align: top;
  text-align: left;
}
/* 新 buy.html end */
