/* 服务首页 */

.service_banner {
  width: 100%;
  position: relative;
  font-size: 0;
  height: 6.666667rem;
  overflow: hidden;
}

.service_banner .banner_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service_banner .service_banner_inner {
  width: 13.333333rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -6.666667rem;
}

.service_banner .service_banner_inner .banner_txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.service_banner .service_banner_inner .banner_txt h3 {
  font-size: 0.533333rem;
  line-height: 0.746667rem;
  color: rgba(51, 46, 46, 0.8);
  font-weight: bold;
}

.service_banner .service_banner_inner .banner_txt p {
  font-size: 0.266667rem;
  line-height: 0.64rem;
  color: rgba(51, 46, 46, 0.8);
}

.service_banner .service_banner_inner .banner_txt .search_input {
  width: 6.626667rem;
  height: 0.64rem;
  background: #ffffff;
  border-radius: 0.066667rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.service_banner .service_banner_inner .banner_txt .search_input input {
  width: 80%;
  border: none;
  outline: none;
  padding: 0.173333rem 0.226667rem;
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: rgba(51, 46, 46, 0.8);
}

.service_banner .service_banner_inner .banner_txt .search_input input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.3);
}

.service_banner .service_banner_inner .banner_txt .search_input input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.3);
}

.service_banner .service_banner_inner .banner_txt .search_input input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.3);
}

.service_banner .service_banner_inner .banner_txt .search_input input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.3);
}

.service_banner .service_banner_inner .banner_txt .search_input input::placeholder {
  color: rgba(153, 153, 153, 0.3);
}

.service_banner .service_banner_inner .banner_txt .search_input .search_btn {
  width: 0.266667rem;
  height: 0.266667rem;
  position: absolute;
  right: 0.24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.service_banner .service_banner_inner .banner_txt .search_input .search_btn img {
  width: 100%;
  height: 100%;
}

.service_banner .service_nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(51, 51, 51, 0.58);
}

.service_banner .service_nav a {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.333333rem;
  color: #ffffff;
  margin: 0.373333rem 0.573333rem;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}

.service_banner .service_nav a.active,
.service_banner .service_nav a:hover {
  opacity: 1;
}

.use_guide {
  width: 13.333333rem;
  margin: 0 auto;
  padding-top: 1.666667rem;
}

.use_guide .guide_tit {
  font-size: 0.533333rem;
  line-height: 0.746667rem;
  text-align: center;
  color: rgba(8, 8, 8, 0.9);
}

.use_guide .guide_list {
  margin-top: 0.826667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.use_guide .guide_list li {
  width: 4.213333rem;
  height: 2.946667rem;
  background: #F7F7F7;
  text-align: center;
  padding: 0.573333rem 0.133333rem 0.133333rem 0.133333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.use_guide .guide_list li .guide_icon {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
}

.use_guide .guide_list li .guide_icon img {
  width: 100%;
  height: 100%;
}

.use_guide .guide_list li h3 {
  font-size: 0.306667rem;
  line-height: 0.426667rem;
  color: rgba(51, 51, 51, 0.9);
  font-weight: bold;
  margin-top: 0.146667rem;
}

.use_guide .guide_list li h4 {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  margin-top: 0.053333rem;
  color: #666666;
}

.use_guide .guide_list li p {
  margin-top: 0.32rem;
}

.use_guide .guide_list li p a {
  font-size: 0.16rem;
  color: #CD835A;
}

.use_guide .guide_list li p a img {
  width: 0.146667rem;
  height: 0.146667rem;
  margin-left: 0.053333rem;
  vertical-align: middle;
  margin-top: -0.04rem;
}

.download_center {
  width: 13.333333rem;
  margin: 0 auto;
  padding-top: 1.333333rem;
}

.download_center .download_tit {
  font-size: 0.533333rem;
  line-height: 0.746667rem;
  text-align: center;
  color: rgba(8, 8, 8, 0.9);
}

.download_center .download_main {
  height: 2.546667rem;
  text-align: center;
  background: #F7F7F7;
  margin-top: 0.826667rem;
  overflow: hidden;
}

.download_center .download_main h3 {
  font-size: 0.306667rem;
  line-height: 0.426667rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.653333rem;
}

.download_center .download_main h4 {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  color: #666666;
  margin-top: 0.053333rem;
}

.download_center .download_main p {
  margin-top: 0.453333rem;
}

.download_center .download_main p a {
  font-size: 0.16rem;
  color: #CD835A;
}

.download_center .download_main p a img {
  width: 0.146667rem;
  height: 0.146667rem;
  margin-left: 0.053333rem;
  vertical-align: middle;
  margin-top: -0.04rem;
}

.video_center {
  width: 13.333333rem;
  margin: 0 auto;
  padding-top: 1.733333rem;
}

.video_center .video_tit {
  font-size: 0.533333rem;
  line-height: 0.746667rem;
  text-align: center;
  color: rgba(8, 8, 8, 0.9);
}

.video_center .video_nav {
  margin-top: 0.986667rem;
  border-bottom: 0.013333rem solid rgba(121, 121, 121, 0.2);
}

.video_center .video_nav .video_tab {
  float: left;
}

.video_center .video_nav .video_tab a {
  display: inline-block;
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #333333;
  margin-right: 0.533333rem;
  padding-bottom: 0.24rem;
  position: relative;
}

.video_center .video_nav .video_tab a.active::after,
.video_center .video_nav .video_tab a:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.04rem;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.video_center .video_nav .video_link {
  float: right;
  font-size: 0.186667rem;
  color: #999999;
}

.video_center .video_nav .video_link a {
  color: #999999;
}

.video_center .video_nav .video_link i {
  padding: 0 0.253333rem;
  color: rgba(153, 153, 153, 0.2);
}

.video_center .video_list {
  overflow: hidden;
  margin-top: 0.733333rem;
}

.video_center .video_list li {
  float: left;
  width: 4.16rem;
  margin-right: 0.413333rem;
  margin-bottom: 0.666667rem;
}

.video_center .video_list li:nth-child(3n) {
  margin-right: 0;
}

.video_center .video_list li .video_img {
  width: 100%;
  height: 2.946667rem;
  position: relative;
}

.video_center .video_list li .video_img img {
  width: 100%;
  height: 100%;
}

.video_center .video_list li .video_img::after {
  content: '';
  width: 0.493333rem;
  height: 0.493333rem;
  background: url(../images/play_icon_white.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.28rem;
  right: 0.306667rem;
}

.video_center .video_list li .video_txt {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  height: 0.533333rem;
  color: #333333;
  margin-top: 0.2rem;
}

.video_center .more_video_btn {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  cursor: pointer;
  padding: 0.346667rem 0;
  text-align: center;
}

.video_center .more_video_btn a {
  color: #333333;
}

.service_center {
  width: 13.333333rem;
  margin: 0 auto;
  padding-top: 1.026667rem;
  padding-bottom: 0.96rem;
}

.service_center .service_tit {
  font-size: 0.533333rem;
  line-height: 0.746667rem;
  text-align: center;
  color: rgba(8, 8, 8, 0.9);
}

.service_center .service_list {
  margin-top: 0.826667rem;
}

.service_center .service_list li {
  float: left;
  width: 4.333333rem;
  height: 3.306667rem;
  background: #F7F7F7;
  text-align: center;
  padding: 0.88rem 0.133333rem 0.133333rem 0.133333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.133333rem;
  overflow: hidden;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
}

.service_center .service_list li a {
  display: block;
}

.service_center .service_list li:nth-child(3n) {
  margin-right: 0;
}

.service_center .service_list li .service_icon {
  width: 0.533333rem;
  height: 0.533333rem;
  display: inline-block;
}

.service_center .service_list li .service_icon img {
  width: 100%;
  height: 100%;
}

.service_center .service_list li h3 {
  font-size: 0.266667rem;
  line-height: 0.373333rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.293333rem;
}

.service_center .service_list li h4 {
  font-size: 1p4x;
  line-height: 0.226667rem;
  margin-top: 0.066667rem;
  color: #666666;
}

.sidebar_right {
  position: fixed;
  top: 50%;
  right: 0.946667rem;
}

.sidebar_right .sidebar_customer {
  position: relative;
  padding-top: 0.4rem;
}

.sidebar_right .sidebar_customer .icon {
  width: 0.586667rem;
  height: 0.586667rem;
  background-image: url('../images/set_customer_default.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  cursor: pointer;
}

.sidebar_right .sidebar_customer .sidebar_nav {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0.906667rem;
  width: 2.88rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.026667rem 0.133333rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026667rem 0.133333rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.28rem 0;
}

.sidebar_right .sidebar_customer .sidebar_nav a {
  display: block;
  margin: 0.133333rem 0;
  padding: 0.066667rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar_right .sidebar_customer .sidebar_nav a .icon {
  width: 0.4rem;
  height: 0.4rem;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.sidebar_right .sidebar_customer .sidebar_nav a .txt {
  margin-left: 0.56rem;
}

.sidebar_right .sidebar_customer .sidebar_nav a .txt h3 {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #000000;
}

.sidebar_right .sidebar_customer .sidebar_nav a .txt p {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  color: #999999;
}

.sidebar_right .sidebar_customer .sidebar_nav a.hotline .icon {
  background-image: url('../images/customer_icon_1.png');
}

.sidebar_right .sidebar_customer .sidebar_nav a.hotline:hover {
  background: #CD835A;
}

.sidebar_right .sidebar_customer .sidebar_nav a.hotline:hover .icon {
  background-image: url('../images/customer_icon_1_1.png');
}

.sidebar_right .sidebar_customer .sidebar_nav a.hotline:hover .txt h3,
.sidebar_right .sidebar_customer .sidebar_nav a.hotline:hover .txt p {
  color: #ffffff;
}

.sidebar_right .sidebar_customer .sidebar_nav a.customer_time .icon {
  background-image: url('../images/customer_icon_2.png');
}

.sidebar_right .sidebar_customer .sidebar_nav a.customer_time:hover {
  background: #CD835A;
}

.sidebar_right .sidebar_customer .sidebar_nav a.customer_time:hover .icon {
  background-image: url('../images/customer_icon_2_1.png');
}

.sidebar_right .sidebar_customer .sidebar_nav a.customer_time:hover .txt h3,
.sidebar_right .sidebar_customer .sidebar_nav a.customer_time:hover .txt p {
  color: #ffffff;
}

.sidebar_right .sidebar_customer .sidebar_nav a.wechat_time .icon {
  background-image: url('../images/customer_icon_3.png');
}

.sidebar_right .sidebar_customer .sidebar_nav a.wechat_time:hover {
  background: #CD835A;
}

.sidebar_right .sidebar_customer .sidebar_nav a.wechat_time:hover .icon {
  background-image: url('../images/customer_icon_3_1.png');
}

.sidebar_right .sidebar_customer .sidebar_nav a.wechat_time:hover .txt h3,
.sidebar_right .sidebar_customer .sidebar_nav a.wechat_time:hover .txt p {
  color: #ffffff;
}

.sidebar_right .sidebar_customer:hover .icon {
  background-image: url('../images/set_customer_hover.png');
}

.sidebar_right .sidebar_customer:hover .sidebar_nav {
  display: block;
}

.sidebar_right .sidebar_top {
  width: 0.586667rem;
  height: 0.586667rem;
  background-image: url('../images/set_top_default.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin-top: 0.186667rem;
  cursor: pointer;
}

.sidebar_right .sidebar_top:hover {
  background-image: url('../images/set_top_hover.png');
}

/* 操作教程 */

.operate_study {
  width: 13.333333rem;
  margin: 0.88rem auto 1.106667rem;
}

.operate_study .study_tit {
  font-size: 0.6rem;
  line-height: 0.84rem;
  color: rgba(51, 46, 46, 0.9);
  text-align: center;
  margin-bottom: 0.586667rem;
  font-weight: bold;
}

.operate_study ul li {
  width: 4.08rem;
  height: 2.453333rem;
  background: #F7F7F7;
  float: left;
  margin-right: 0.546667rem;
  margin-bottom: 0.493333rem;
  text-align: center;
  padding: 0.52rem 0.133333rem 0.133333rem 0.133333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.066667rem;
}

.operate_study ul li:nth-child(3n) {
  margin-right: 0;
}

.operate_study ul li h3 {
  font-size: 0.306667rem;
  line-height: 0.426667rem;
  font-weight: bold;
  color: #17172E;
}

.operate_study ul li h4 {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  color: #666666;
  margin-top: 0.053333rem;
}

.operate_study ul li p {
  margin-top: 0.306667rem;
  text-align: center;
}

.operate_study ul li p a {
  display: inline-block;
  width: 0.733333rem;
  height: 0.333333rem;
  line-height: 0.333333rem;
  border-radius: 0.04rem;
  background: #17172E;
  font-size: 0.213333rem;
  color: #FFFFFF;
  text-align: center;
}

.operate_study .add_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: 0.613333rem;
}

.operate_study .add_more .add_icon {
  width: 0.266667rem;
  height: 0.266667rem;
}

.operate_study .add_more .add_icon img {
  width: 100%;
  height: 100%;
}

.operate_study .add_more .add_txt {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #332E2E;
  margin-top: 0.066667rem;
}

.operate_study .paging_main {
  padding-top: 0.533333rem;
  text-align: center;
}

/* 联系我们 */

.service_concatUs {
  width: 13.333333rem;
  margin: 0 auto;
}

.service_concatUs .concatUs_banner {
  width: 100%;
  position: relative;
}

.service_concatUs .concatUs_banner .banner_img {
  width: 100%;
}

.service_concatUs .concatUs_banner .banner_img img {
  width: 100%;
}

.service_concatUs .concatUs_banner .banner_tit {
  position: absolute;
  left: 2.293333rem;
  top: 50%;
  font-size: 0.306667rem;
  line-height: 0.373333rem;
  color: #ffffff;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_concatUs .concatUs_container {
  margin-top: 1.24rem;
  margin-bottom: 1.24rem;
}

.service_concatUs .concatUs_container .concatUs_tit {
  font-size: 0.533333rem;
  line-height: 0.666667rem;
  color: #080808;
  text-align: center;
  font-weight: bold;
}

.service_concatUs .concatUs_container .concatUs_list {
  margin-top: 0.866667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_concatUs .concatUs_container .concatUs_list li {
  width: 4.266667rem;
  height: 4.693333rem;
  background: #F7F7F7;
  border-radius: 0.133333rem;
  overflow: hidden;
  text-align: center;
  padding: 0.893333rem 0.133333rem 0.133333rem 0.133333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_concatUs .concatUs_container .concatUs_list li .icon {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
}

.service_concatUs .concatUs_container .concatUs_list li .icon img {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.service_concatUs .concatUs_container .concatUs_list li .icon.email_icon img {
  width: 0.746667rem;
}

.service_concatUs .concatUs_container .concatUs_list li .icon.tel_icon img {
  width: 0.706667rem;
}

.service_concatUs .concatUs_container .concatUs_list li .txt {
  margin-top: 0.28rem;
  height: 1.386667rem;
}

.service_concatUs .concatUs_container .concatUs_list li .txt h3 {
  font-size: 0.266667rem;
  color: #333333;
  line-height: 0.373333rem;
  font-weight: bold;
}

.service_concatUs .concatUs_container .concatUs_list li .txt h4 {
  font-size: 0.173333rem;
  color: #CD835A;
  line-height: 0.24rem;
  margin-top: 0.146667rem;
}

.service_concatUs .concatUs_container .concatUs_list li h6 {
  font-size: 0.173333rem;
  line-height: 0.24rem;
  color: #666666;
}

.service_concatUs .concatUs_container .concatUs_list li p {
  margin-top: 0.16rem;
  line-height: 0.24rem;
}

.service_concatUs .concatUs_container .concatUs_list li p a {
  font-size: 0.173333rem;
  color: #CD835A;
}

.service_concatUs .concatUs_container .concatUs_list li p a img {
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.053333rem;
  vertical-align: middle;
  margin-top: -0.04rem;
}

.service_concatUs .concatUs_container .concatUs_list li p a:hover {
  opacity: 0.6;
}

/* 客服 */

.service_customer {
  width: 13.333333rem;
  margin: 0.866667rem auto;
}

.service_customer .customer_inner {
  width: 9.466667rem;
  height: 12rem;
  margin: 0 auto;
  background: #fbfbfc;
  border-radius: 0.066667rem;
}

/* 积分换购 */

.service_integral {
  width: 13.333333rem;
  margin: 0 auto;
  text-align: center;
}

.service_integral .integral_img {
  display: inline-block;
  margin: 3.56rem auto 0.893333rem;
  width: 4.333333rem;
}

.service_integral .integral_img img {
  width: 100%;
}

.service_integral h3 {
  font-size: 0.533333rem;
  line-height: 0.666667rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 3.333333rem;
}

/* 常见问题 */

.service_question {
  width: 13.333333rem;
  margin: 1.24rem auto;
}

.service_question .question_top {
  padding-bottom: 0.76rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_question .question_top .top_tit {
  font-size: 0.666667rem;
  line-height: 0.933333rem;
  color: #333333;
  font-weight: bold;
  margin-left: 0.56rem;
}

.service_question .question_top .top_search {
  width: 4.986667rem;
  border: 0.013333rem solid #999999;
  border-radius: 0.026667rem;
  position: relative;
  background: #C8C8C8;
}

.service_question .question_top .top_search input {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #333333;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.066667rem 0.133333rem;
  border: none;
  outline: none;
}

.service_question .question_top .top_search input::-webkit-input-placeholder {
  color: #999999;
}

.service_question .question_top .top_search input::-moz-placeholder {
  color: #999999;
}

.service_question .question_top .top_search input:-ms-input-placeholder {
  color: #999999;
}

.service_question .question_top .top_search input::-ms-input-placeholder {
  color: #999999;
}

.service_question .question_top .top_search input::placeholder {
  color: #999999;
}

.service_question .question_top .top_search span {
  display: block;
  width: 0.173333rem;
  height: 0.173333rem;
  position: absolute;
  right: 0.12rem;
  top: 50%;
  margin-top: -0.086667rem;
}

.service_question .question_top .top_search span img {
  width: 100%;
  height: 100%;
}

.service_question .question_list {
  margin-top: 0.76rem;
}

.service_question .question_list li {
  margin-bottom: 0.76rem;
}

.service_question .question_list li .question_q {
  padding: 0.12rem 0.56rem;
  background: #F7F7F7;
  font-size: 0.306667rem;
  line-height: 0.426667rem;
  color: #333333;
}

.service_question .question_list li .qeustion_img {
  margin-top: 0.386667rem;
}

.service_question .question_list li .qeustion_img img {
  width: 100%;
}

.service_question .question_list li .question_a {
  font-size: 0.173333rem;
  line-height: 0.24rem;
  color: #333333;
  padding: 0.386667rem 0.56rem;
}

.service_question .paging_main {
  text-align: center;
}

/* 下载中心 */

.service_download .download_banner {
  width: 100%;
  position: relative;
  height: 6.666667rem;
  overflow: hidden;
}

.service_download .download_banner .banner_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service_download .download_banner .banner_content {
  width: 13.333333rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -6.666667rem;
}

.service_download .download_banner .banner_content .txt_tit {
  position: absolute;
  left: 0.506667rem;
  top: 50%;
  font-size: 0.8rem;
  line-height: 1.12rem;
  color: #ffffff;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_download .download_list {
  width: 13.333333rem;
  margin: 0.88rem auto 1.106667rem;
}

.service_download .download_list .download_tit {
  font-size: 0.6rem;
  line-height: 0.84rem;
  color: rgba(51, 46, 46, 0.9);
  text-align: center;
  margin-bottom: 0.586667rem;
  font-weight: bold;
}

.service_download .download_list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.013333rem solid rgba(23, 23, 46, 0.1);
  padding: 0.186667rem 0;
}

.service_download .download_list ul li .show_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.68rem;
      -ms-flex: 0 0 3.68rem;
          flex: 0 0 3.68rem;
  margin-left: 0.64rem;
}

.service_download .download_list ul li .show_img img {
  width: 100%;
}

.service_download .download_list ul li .download_info {
  margin-left: 1.76rem;
}

.service_download .download_list ul li .download_info h3 {
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #333333;
}

.service_download .download_list ul li .download_info h4 {
  font-size: 0.266667rem;
  line-height: 0.293333rem;
  color: rgba(102, 102, 102, 0.9);
  margin-top: 0.226667rem;
}

.service_download .download_list ul li .download_info p {
  padding-top: 0.493333rem;
}

.service_download .download_list ul li .download_info p a {
  display: block;
  width: 1.733333rem;
  height: 0.586667rem;
  background: #CD835A;
  border-radius: 0.026667rem;
  overflow: hidden;
  font-size: 0.213333rem;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_download .download_list ul li .download_info p a img {
  width: 0.266667rem;
  margin-right: 0.093333rem;
}

.service_download .download_list ul li .download_info p a.download_btn_finish {
  background: #17172E;
}

.service_download .download_list .paging_main {
  padding-top: 1.093333rem;
  text-align: center;
}

/* 售后服务保障 */

.service_salesAfter {
  width: 13.333333rem;
  margin: 0 auto;
}

.service_salesAfter .salesAfter_banner {
  width: 100%;
  position: relative;
}

.service_salesAfter .salesAfter_banner .banner_img {
  width: 100%;
}

.service_salesAfter .salesAfter_banner .banner_tit {
  font-size: 0.306667rem;
  line-height: 0.373333rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.306667rem;
}

.service_salesAfter .salesAfter_content {
  text-align: center;
  margin: 1rem auto;
}

.service_salesAfter .salesAfter_content .salesAfter_tit {
  font-size: 0.466667rem;
  line-height: 0.653333rem;
  font-weight: bold;
  color: rgba(8, 8, 8, 0.9);
}

.service_salesAfter .salesAfter_content .content_list {
  text-align: center;
  margin-top: 0.64rem;
}

.service_salesAfter .salesAfter_content .content_list .salesAfter_item {
  display: inline-block;
  margin: 0 0.666667rem;
}

.service_salesAfter .salesAfter_content .content_list .salesAfter_item .icon {
  display: inline-block;
  width: 0.853333rem;
  height: 0.853333rem;
  margin-bottom: 0.28rem;
  font-size: 0;
}

.service_salesAfter .salesAfter_content .content_list .salesAfter_item .icon img {
  width: 100%;
  height: 100%;
}

.service_salesAfter .salesAfter_content .content_list .salesAfter_item h3 {
  font-size: 0.266667rem;
  line-height: 0.373333rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.066667rem;
}

.service_salesAfter .salesAfter_content .content_list .salesAfter_item p {
  font-size: 0.173333rem;
  line-height: 0.24rem;
  color: #666666;
}

.service_salesAfter .salesAfter_explain {
  padding: 0.88rem 0 0.906667rem 0;
  border-top: 0.013333rem solid rgba(23, 23, 46, 0.1);
}

.service_salesAfter .salesAfter_explain h3 {
  font-size: 0.266667rem;
  color: #666666;
  margin-bottom: 0.293333rem;
}

.service_salesAfter .salesAfter_explain p {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #666666;
}

/* 增值服务 */

.service_valueAdded {
  width: 13.333333rem;
  margin: 0 auto;
}

.service_valueAdded .valueAdded_banner {
  width: 100%;
  position: relative;
}

.service_valueAdded .valueAdded_banner img {
  width: 100%;
}

.service_valueAdded .valueAdded_banner .banner_text {
  position: absolute;
  left: 1.306667rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_valueAdded .valueAdded_banner .banner_text h3 {
  font-size: 0.373333rem;
  line-height: 0.426667rem;
  margin-bottom: 0.053333rem;
  color: #333333;
  font-weight: bold;
}

.service_valueAdded .valueAdded_banner .banner_text p {
  font-size: 0.213333rem;
  line-height: 0.373333rem;
  color: #666666;
}

.service_valueAdded .valueAdded_content ul {
  margin: 0.266667rem 0;
}

.service_valueAdded .valueAdded_content ul li {
  padding: 0.733333rem 0;
  border-bottom: 0.013333rem solid rgba(102, 102, 102, 0.2);
}

.service_valueAdded .valueAdded_content ul li h3 {
  font-size: 0.373333rem;
  line-height: 0.426667rem;
  font-weight: bold;
  margin-bottom: 0.32rem;
}

.service_valueAdded .valueAdded_content ul li p {
  font-size: 0.213333rem;
  line-height: 0.373333rem;
  color: #666666;
}

.service_valueAdded .valueAdded_content ul li:nth-last-child(1) {
  border-bottom: none;
}

/* 媒体评测 */

.service_media {
  width: 100%;
  position: relative;
}

.service_media .media_banner {
  width: 100%;
  position: relative;
  height: 6.666667rem;
  overflow: hidden;
}

.service_media .media_banner .banner_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service_media .media_banner .banner_content {
  width: 13.333333rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -6.666667rem;
}

.service_media .media_banner .banner_content .banner_txt {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service_media .media_banner .banner_content .banner_txt h3 {
  font-size: 0.373333rem;
  line-height: 0.426667rem;
  color: #333333;
  font-weight: bold;
}

.service_media .media_banner .banner_content .banner_txt p {
  font-size: 0.213333rem;
  line-height: 0.373333rem;
  color: #666666;
  margin-top: 0.053333rem;
}

.service_media .media_banner .banner_content .search {
  width: 3.893333rem;
  position: absolute;
  left: 50%;
  bottom: 0.52rem;
  margin-left: -1.946667rem;
  border: 0.013333rem solid #ffffff;
}

.service_media .media_banner .banner_content .search input {
  border: none;
  outline: none;
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #ffffff;
  margin: 0.08rem 0.12rem;
  width: 80%;
  background: none;
}

.service_media .media_banner .banner_content .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.service_media .media_banner .banner_content .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.service_media .media_banner .banner_content .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.service_media .media_banner .banner_content .search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.service_media .media_banner .banner_content .search input::placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.service_media .media_banner .banner_content .search i {
  width: 0.173333rem;
  height: 0.173333rem;
  position: absolute;
  right: 0.133333rem;
  top: 50%;
  margin-top: -0.086667rem;
}

.service_media .media_banner .banner_content .search i img {
  width: 100%;
  height: 100%;
}

.service_media .media_content {
  width: 13.333333rem;
  margin: 1.186667rem auto;
  position: relative;
}

.service_media .media_content::before {
  content: '';
  width: 0.013333rem;
  height: 100%;
  background: rgba(23, 23, 46, 0.2);
  position: absolute;
  left: 5.28rem;
  top: 0;
}

.service_media .media_content .media_left {
  width: 4.546667rem;
  float: left;
  padding-right: 0.733333rem;
}

.service_media .media_content .media_left li {
  border-bottom: 0.013333rem solid rgba(23, 23, 46, 0.2);
  margin-bottom: 0.346667rem;
}

.service_media .media_content .media_left li a {
  display: block;
}

.service_media .media_content .media_left li h3 {
  font-size: 0.293333rem;
  line-height: 0.373333rem;
  color: #333333;
  font-weight: bold;
}

.service_media .media_content .media_left li .article {
  padding: 0.306667rem 0 0.413333rem 0;
}

.service_media .media_content .media_left li .article .article_img {
  float: left;
  width: 1.946667rem;
  height: 1.4rem;
  overflow: hidden;
}

.service_media .media_content .media_left li .article .article_img img {
  width: 100%;
  height: 100%;
}

.service_media .media_content .media_left li .article .article_txt {
  margin-left: 2.413333rem;
}

.service_media .media_content .media_left li .article .article_txt h4 {
  font-size: 0.213333rem;
  line-height: 0.373333rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.106667rem;
}

.service_media .media_content .media_left li .article .article_txt h5 {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #666666;
  height: 0.533333rem;
}

.service_media .media_content .media_left li .article .article_txt p {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  color: rgba(102, 102, 102, 0.5);
  margin-top: 0.173333rem;
}

.service_media .media_content .media_right {
  width: 7.466667rem;
  float: right;
}

.service_media .media_content .media_right li {
  margin-bottom: 0.733333rem;
}

.service_media .media_content .media_right li a {
  display: block;
}

.service_media .media_content .media_right li .article_img {
  width: 100%;
  margin-bottom: 0.426667rem;
}

.service_media .media_content .media_right li .article_img img {
  width: 100%;
}

.service_media .media_content .media_right li h3 {
  font-size: 0.266667rem;
  line-height: 0.373333rem;
  color: #333333;
  font-weight: bold;
}

.service_media .media_content .media_right li h4 {
  font-size: 0.186667rem;
  line-height: 0.373333rem;
  color: #666666;
}

.service_media .media_content .media_right li p {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  color: #999999;
  margin-top: 0.093333rem;
}

.service_media .media_content .media_right .paging_main {
  text-align: center;
  padding-top: 0.506667rem;
}

/* 媒体评测详情 */

.service_media_detail {
  width: 13.333333rem;
  margin: 1.266667rem auto 1.906667rem;
}

.service_media_detail .detail_top {
  padding-bottom: 0.56rem;
}

.service_media_detail .detail_top a {
  display: inline-block;
  width: 1.64rem;
  height: 0.573333rem;
  line-height: 0.573333rem;
  font-size: 0.213333rem;
  color: #666666;
  text-align: center;
  border: 0.013333rem solid rgba(205, 205, 205, 0.68);
}

.service_media_detail .detail_title {
  font-size: 0.333333rem;
  line-height: 0.466667rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.386667rem;
}

.service_media_detail .detail_source {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #666666;
}

.service_media_detail .detail_source span {
  margin-right: 0.653333rem;
}

.service_media_detail .detail_content {
  margin-top: 0.56rem;
}

.service_media_detail .detail_content video,
.service_media_detail .detail_content img {
  max-width: 100%;
  margin-bottom: 0.866667rem;
}

.service_media_detail .detail_content p {
  font-size: 0.2rem;
  line-height: 0.373333rem;
  color: #555555;
  margin-bottom: 0.4rem;
}

/* 产品建议 */

.service_suggestForm {
  width: 100%;
  position: relative;
}

.service_suggestForm .suggestForm_top {
  width: 100%;
  height: 1.333333rem;
  background: #DCDCDC;
}

.service_suggestForm .suggestForm_top .suggestForm_inner {
  width: 13.333333rem;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_suggestForm .suggestForm_top .suggestForm_inner span {
  font-size: 0.333333rem;
  line-height: 0.466667rem;
  font-weight: bold;
  color: #333333;
  margin-left: 0.533333rem;
}

.service_suggestForm .suggestForm_main {
  width: 13.333333rem;
  margin: 0.653333rem auto 0.933333rem;
  position: relative;
}

.service_suggestForm .suggestForm_main .suggestForm_tit {
  font-size: 0.6rem;
  line-height: 0.84rem;
  color: rgba(51, 46, 46, 0.9);
  text-align: center;
  margin-bottom: 1.226667rem;
  font-weight: bold;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner {
  width: 9.013333rem;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item {
  padding-bottom: 0.386667rem;
  position: relative;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .item_tit {
  width: 0.746667rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 0.173333rem;
  line-height: 0.24rem;
  color: #333333;
  float: left;
  margin: 0.08rem 0;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .item_input {
  margin-left: 0.933333rem;
  border: 0.013333rem solid rgba(153, 153, 153, 0.5);
  max-width: 3.36rem;
  border-radius: 0.066667rem;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .item_input input {
  width: 3.04rem;
  border: none;
  outline: none;
  margin: 0.08rem 0.16rem;
  font-size: 0.186667rem;
  color: #333333;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .item_input input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .item_input input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .item_input input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .item_input input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .item_input input::placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item .error_msg {
  display: none;
  position: absolute;
  left: 1.093333rem;
  bottom: 0.08rem;
  font-size: 0.16rem;
  line-height: 0.226667rem;
  color: #B72424;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.error .item_input {
  border: 0.013333rem solid #B72424;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.error .error_msg {
  display: block;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select {
  max-width: inherit;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input {
  border: none;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select {
  position: relative;
  width: 2rem;
  display: inline-block;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.373333rem;
  border: 0.013333rem solid rgba(153, 153, 153, 0.5);
  cursor: pointer;
  overflow: hidden;
  padding: 0 0.2rem 0 0.16rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_input span {
  width: 80%;
  display: inline-block;
  font-size: 0.173333rem;
  line-height: 1;
  color: #333333;
  vertical-align: middle;
  margin-top: -0.04rem;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_input span.active {
  color: #000000;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_input em {
  position: absolute;
  right: 0.16rem;
  top: 0.133333rem;
  width: 0.146667rem;
  height: 0.133333rem;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_input em img {
  display: block;
  width: 100%;
  height: 100%;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_input em.selectAnim2 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.4rem;
  display: none;
  background: #ffffff;
  max-height: 2.666667rem;
  overflow-y: scroll;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_ul li {
  cursor: pointer;
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.173333rem;
  padding: 0 0.16rem;
  color: #999999;
  border-top: 0.013333rem solid rgba(153, 153, 153, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select .select_ul li:hover {
  color: #333333;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select.select_active {
  -webkit-box-shadow: 0 0.026667rem 0.133333rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026667rem 0.133333rem 0 rgba(0, 0, 0, 0.1);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select.select_active .select_input {
  border: none;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_select .item_input .select.select_active .select_ul {
  -webkit-box-shadow: 0 0.026667rem 0.133333rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026667rem 0.133333rem 0 rgba(0, 0, 0, 0.1);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message {
  width: 100%;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message .item_input {
  max-width: inherit;
  border: none;
  position: relative;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message .item_input textarea {
  width: 100%;
  height: 2.666667rem;
  border: 0.013333rem solid rgba(153, 153, 153, 0.5);
  resize: none;
  outline: none;
  padding: 0.16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.186667rem;
  color: #333333;
  border-radius: 0.066667rem;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message .item_input textarea::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message .item_input textarea::-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message .item_input textarea:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message .item_input textarea::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message .item_input textarea::placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_message .item_input .font_num {
  position: absolute;
  right: 0;
  bottom: -0.373333rem;
  font-size: 0.173333rem;
  line-height: 0.24rem;
  color: rgba(153, 153, 153, 0.5);
  text-align: right;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_yzm {
  width: 100%;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_yzm .item_tit {
  margin: 0.106667rem 0;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_yzm .item_input {
  max-width: inherit;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_yzm .item_input input {
  border: 0.013333rem solid rgba(153, 153, 153, 0.5);
  border-radius: 0.066667rem;
  margin: 0;
  padding: 0.106667rem 0.16rem;
  width: 1.986667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_yzm .item_input img {
  height: 0.453333rem;
  margin-left: 0.12rem;
  border: 0.013333rem solid rgba(153, 153, 153, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.066667rem;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_yzm .item_input a {
  margin-left: 0.133333rem;
  font-size: 0.173333rem;
  line-height: 0.24rem;
  color: #CD835A;
  text-decoration: underline;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.form_yzm .item_input a:hover {
  opacity: 0.6;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.error .select_input {
  border: 0.013333rem solid #B72424 !important;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.error textarea {
  border: 0.013333rem solid #B72424 !important;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_item.error .yzm {
  border: 0.013333rem solid #B72424 !important;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_btn {
  text-align: right;
  margin-top: 0.146667rem;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_btn span {
  display: inline-block;
  width: 1.373333rem;
  height: 0.453333rem;
  line-height: 0.453333rem;
  text-align: center;
  border: 0.013333rem solid #17172E;
  margin-left: 0.146667rem;
  font-size: 0.173333rem;
  color: #17172E;
  cursor: pointer;
  border-radius: 0.066667rem;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_btn span:hover {
  opacity: 0.6;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_btn .submit {
  display: inline-block;
  width: 1.373333rem;
  height: 0.453333rem;
  line-height: 0.453333rem;
  text-align: center;
  border: 0.013333rem solid #17172E;
  margin-left: 0.146667rem;
  font-size: 0.173333rem;
  color: #17172E;
  cursor: pointer;
  border-radius: 0.066667rem;
  border: 0.013333rem solid #CD835A;
  color: #CD835A;
  background: transparent;
}

.service_suggestForm .suggestForm_main .suggestForm_main_inner .form_btn .submit:hover {
  opacity: 0.6;
}

/* 其他知识 */

.service_other .service_other_banner {
  width: 100%;
  position: relative;
  height: 5.333333rem;
  overflow: hidden;
}

.service_other .service_other_banner .banner_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service_other .service_other_banner .banner_content {
  width: 13.333333rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -6.666667rem;
}

.service_other .service_other_banner .banner_content .banner_txt {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.service_other .service_other_banner .banner_content .banner_txt h3 {
  font-size: 0.373333rem;
  line-height: 0.52rem;
  color: #333333;
  font-weight: bold;
}

.service_other .service_other_banner .banner_content .banner_txt p {
  font-size: 0.213333rem;
  line-height: 0.373333rem;
  color: #666666;
  margin-top: 0.146667rem;
}

.service_other .service_other_banner .banner_content .top_search {
  width: 3.893333rem;
  position: absolute;
  left: 50%;
  bottom: 0.786667rem;
  margin-left: -1.946667rem;
  border: 0.013333rem solid rgba(153, 153, 153, 0.77);
  background: #C8C8C8;
}

.service_other .service_other_banner .banner_content .top_search input {
  border: none;
  outline: none;
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #333333;
  margin: 0.08rem 0.12rem;
  width: 80%;
  background: none;
}

.service_other .service_other_banner .banner_content .top_search input::-webkit-input-placeholder {
  color: #999999;
}

.service_other .service_other_banner .banner_content .top_search input::-moz-placeholder {
  color: #999999;
}

.service_other .service_other_banner .banner_content .top_search input:-ms-input-placeholder {
  color: #999999;
}

.service_other .service_other_banner .banner_content .top_search input::-ms-input-placeholder {
  color: #999999;
}

.service_other .service_other_banner .banner_content .top_search input::placeholder {
  color: #999999;
}

.service_other .service_other_banner .banner_content .top_search span {
  width: 0.173333rem;
  height: 0.173333rem;
  position: absolute;
  right: 0.133333rem;
  top: 50%;
  margin-top: -0.086667rem;
}

.service_other .service_other_banner .banner_content .top_search span img {
  width: 100%;
  height: 100%;
}

.service_other .service_other_main {
  width: 13.333333rem;
  margin: 1.213333rem auto;
}

.service_other .service_other_main .other_tit {
  font-size: 0.6rem;
  line-height: 0.84rem;
  color: rgba(51, 46, 46, 0.9);
  text-align: center;
  margin-bottom: 0.586667rem;
  font-weight: bold;
}

.service_other .service_other_main ul li {
  padding: 0.773333rem 0 0.573333rem 0;
  border-bottom: 0.013333rem solid #dedede;
}

.service_other .service_other_main ul li .other_img {
  width: 100%;
  position: relative;
}

.service_other .service_other_main ul li .other_img .img_bg {
  width: 100%;
  height: 9.28rem;
}

.service_other .service_other_main ul li .other_img .buy_info {
  width: 3.773333rem;
  height: 1.146667rem;
  position: absolute;
  bottom: 0.493333rem;
  left: 0.546667rem;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.226667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_other .service_other_main ul li .other_img .buy_info .info_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.72rem;
      -ms-flex: 0 0 0.72rem;
          flex: 0 0 0.72rem;
  width: 0.72rem;
}

.service_other .service_other_main ul li .other_img .buy_info .info_img img {
  width: 100%;
}

.service_other .service_other_main ul li .other_img .buy_info .info_txt {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-left: 0.08rem;
}

.service_other .service_other_main ul li .other_img .buy_info .info_txt h3 {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.08rem;
}

.service_other .service_other_main ul li .other_img .buy_info .info_txt p {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #D21A1A;
}

.service_other .service_other_main ul li .other_img .buy_info .info_btn {
  font-size: 0.186667rem;
  color: #ffffff;
  padding: 0 0.133333rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  background: #CD835A;
  display: block;
  position: absolute;
  bottom: 0.173333rem;
  right: 0.213333rem;
}

.service_other .service_other_main ul li .other_info {
  margin-top: 0.733333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_other .service_other_main ul li .other_info .info_head {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  overflow: hidden;
}

.service_other .service_other_main ul li .other_info .info_head img {
  width: 100%;
  height: 100%;
}

.service_other .service_other_main ul li .other_info .info_name {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #333333;
  margin-left: 0.186667rem;
}

.service_other .service_other_main ul li .other_txt {
  font-size: 0.173333rem;
  color: #666666;
  line-height: 0.293333rem;
  margin-top: 0.346667rem;
}

.service_other .service_other_main .add_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: 0.613333rem;
}

.service_other .service_other_main .add_more .add_icon {
  width: 0.266667rem;
  height: 0.266667rem;
}

.service_other .service_other_main .add_more .add_icon img {
  width: 100%;
  height: 100%;
}

.service_other .service_other_main .add_more .add_txt {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #332E2E;
  margin-top: 0.066667rem;
}

.service_other .service_other_main .look_more {
  text-align: center;
  padding-top: 0.88rem;
}

.service_other .service_other_main .look_more a {
  font-size: 0.173333rem;
  line-height: 0.24rem;
  color: #333333;
}

.service_other .service_other_main .look_more a:hover {
  text-decoration: underline;
}

.service_video .service_video_banner {
  width: 100%;
  position: relative;
  height: 5.333333rem;
}

.service_video .service_video_main {
  width: 13.333333rem;
  margin: 1.213333rem auto;
}

.service_video .service_video_main .video_tit {
  font-size: 0.6rem;
  line-height: 0.84rem;
  color: rgba(51, 46, 46, 0.9);
  text-align: center;
  margin-bottom: 0.586667rem;
}

.service_video .service_video_main .video_list {
  overflow: hidden;
  margin-top: 0.733333rem;
}

.service_video .service_video_main .video_list li {
  float: left;
  width: 4.16rem;
  margin-right: 0.413333rem;
  margin-bottom: 0.666667rem;
}

.service_video .service_video_main .video_list li:nth-child(3n) {
  margin-right: 0;
}

.service_video .service_video_main .video_list li .video_img {
  width: 100%;
  height: 2.946667rem;
  position: relative;
}

.service_video .service_video_main .video_list li .video_img img {
  width: 100%;
  height: 100%;
}

.service_video .service_video_main .video_list li .video_img::after {
  content: '';
  width: 0.493333rem;
  height: 0.493333rem;
  background: url(../images/play_icon_white.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.28rem;
  right: 0.306667rem;
}

.service_video .service_video_main .video_list li .video_txt {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  height: 0.533333rem;
  color: #333333;
  margin-top: 0.2rem;
}

.service_video .service_video_main .add_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: 0.613333rem;
}

.service_video .service_video_main .add_more .add_icon {
  width: 0.266667rem;
  height: 0.266667rem;
}

.service_video .service_video_main .add_more .add_icon img {
  width: 100%;
  height: 100%;
}

.service_video .service_video_main .add_more .add_txt {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #332E2E;
  margin-top: 0.066667rem;
}

@media only screen and (max-width: 1000px) {
  /* 服务首页 */

  .service_banner {
    height: 4rem;
  }

  .service_banner .service_banner_inner {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }

  .use_guide {
    width: auto;
    margin: 0 0.266667rem;
    padding-top: 0.866667rem;
  }

  .use_guide .guide_list li {
    width: 32%;
  }

  .download_center {
    width: auto;
    margin: 0 0.266667rem;
  }

  .video_center {
    width: auto;
    margin: 0 0.266667rem;
    padding-top: 0.933333rem;
  }

  .video_center .video_nav .video_tab {
    float: inherit;
  }

  .video_center .video_nav .video_link {
    float: inherit;
    margin: 0.266667rem 0;
  }

  .video_center .video_list {
    margin-top: 0.466667rem;
  }

  .video_center .video_list li {
    width: 48%;
    margin-right: 4%;
  }

  .video_center .video_list li:nth-child(3n) {
    margin-right: 4%;
  }

  .video_center .video_list li:nth-child(2n) {
    margin-right: 0;
  }

  .service_center {
    width: auto;
    margin: 0 0.266667rem;
  }

  .service_center .service_list li {
    width: 48%;
    margin-right: 4%;
  }

  .service_center .service_list li:nth-child(3n) {
    margin-right: 4%;
  }

  .service_center .service_list li:nth-child(2n) {
    margin-right: 0;
  }

  /* 联系我们 */

  .service_concatUs {
    width: auto;
  }

  .service_concatUs .concatUs_container {
    margin-top: 0.84rem;
    margin-bottom: 0.84rem;
    margin-left: 0.266667rem;
    margin-right: 0.266667rem;
  }

  .service_concatUs .concatUs_container .concatUs_list li {
    width: 32%;
  }

  /* 客服 */

  .service_customer {
    width: auto;
    margin: 0.866667rem 0.266667rem;
  }

  .service_customer .customer_inner {
    width: 100%;
  }

  /* 下载中心 */

  .service_download .download_banner {
    height: 4rem;
  }

  .service_download .download_banner .banner_content {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }

  .service_download .download_list {
    width: auto;
    margin: 0 0.266667rem 1.533333rem 0.266667rem;
  }

  .service_download .download_list ul li .show_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.346667rem;
        -ms-flex: 0 0 2.346667rem;
            flex: 0 0 2.346667rem;
    margin-left: 0;
    padding: 0.266667rem 0;
  }

  .service_download .download_list ul li .download_info {
    margin-left: 0.266667rem;
  }

  /* 积分换购 */

  .service_integral {
    width: auto;
    margin: 0 0.266667rem;
  }

  .service_integral .integral_img {
    width: 3rem;
  }

  .service_integral h3 {
    font-size: 0.4rem;
  }

  /* 媒体评测详情 */

  .service_media_detail {
    width: auto;
    margin: 0.866667rem 0.266667rem 1.373333rem 0.266667rem;
  }

  /* 媒体评测 */

  .service_media .media_banner {
    height: 4rem;
  }

  .service_media .media_banner .banner_content {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }

  .service_media .media_content {
    width: auto;
    margin: 1.186667rem 0.266667rem;
  }

  .service_media .media_content::before {
    display: none;
  }

  .service_media .media_content .media_left {
    width: 100%;
    float: inherit;
    padding-right: 0;
  }

  .service_media .media_content .media_right {
    width: 100%;
    float: inherit;
  }

  /* 操作教程 */

  .operate_study {
    width: auto;
    margin: 1.306667rem 0.266667rem 1.186667rem 0.266667rem;
  }

  .operate_study ul li {
    width: 48%;
    margin-right: 4%;
  }

  .operate_study ul li:nth-child(3n) {
    margin-right: 4%;
  }

  .operate_study ul li:nth-child(2n) {
    margin-right: 0;
  }

  /* 其他知识 */

  .service_other .service_other_banner {
    height: 4rem;
  }

  .service_other .service_other_main {
    width: auto;
    margin: 1.213333rem 0.266667rem;
  }

  .service_other .service_other_main ul li .other_img .img_bg {
    height: auto;
  }

  /* 常见问题 */

  .service_question {
    width: auto;
    margin: 0.84rem 0.266667rem;
  }

  .service_question .question_top {
    padding-bottom: 0.493333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .service_question .question_top .top_tit {
    font-size: 0.533333rem;
    margin-left: 0;
  }

  .service_question .question_top .top_search {
    width: 4rem;
  }

  /* 售后服务保障 */

  .service_salesAfter {
    width: auto;
  }

  .service_salesAfter .salesAfter_content {
    text-align: center;
    margin: 1rem auto;
  }

  .service_salesAfter .salesAfter_content .content_list .salesAfter_item {
    margin: 0 0.266667rem;
  }

  .service_salesAfter .salesAfter_explain {
    padding: 0.88rem 0.266667rem 0.906667rem 0.266667rem;
  }

  /* 产品建议 */

  .service_suggestForm .suggestForm_top .suggestForm_inner {
    width: auto;
  }

  .service_suggestForm .suggestForm_main {
    width: auto;
    margin: 0.653333rem 0.266667rem 0.933333rem 0.266667rem;
  }

  .service_suggestForm .suggestForm_main .suggestForm_main_inner {
    width: 100%;
  }

  /* 增值服务 */

  .service_valueAdded {
    width: auto;
  }

  .service_valueAdded .valueAdded_content ul {
    margin: 0.266667rem;
  }
}