.yg_main {
  overflow: unset;
}

.ql-editor {
  padding: 0 !important;
}

.yg_card_title {
  text-align: center;
  margin-bottom: 30px;
}

.yg_card_title .title {
  font-size: 30px;
  font-weight: bold;
}

.yg_card_title.yg_absoulte {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}

.yg_swiper {
  padding: 0;
  padding-bottom: 80px;
  overflow: hidden;
}

.yg_swiper .xgcp {
  position: relative;
}

.yg_swiper .xgcp.bleak .swiper-wrapper .swiper-slide .slide-content .slide-card {
  background: transparent !important;
}

.yg_swiper .xgcp.bleak .swiper-wrapper .swiper-slide .slide-content .slide-card .title {
  color: #fff;
}

.yg_swiper .xgcp.bleak .swiper_next_1,
.yg_swiper .xgcp.bleak .swiper_prev_1 {
  background: #fff !important;
  color: #fe893f !important;
}

.yg_swiper .xgcp.bleak .swiper_next_1:hover,
.yg_swiper .xgcp.bleak .swiper_prev_1:hover {
  border: 1px solid #fe893f;
  background: #fe893f !important;
  color: #fff !important;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content {
  padding: 10px;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card {
  background: #f8f8f8;
  padding: 20px 15px;
  border-radius: 4px;
  min-height: 280px;
  cursor: pointer;
  transition: all .3s;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card .slide-img {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card .xuhao {
  font-size: 30px;
  color: #a6bac7;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card .title {
  padding: 30px 0;
  font-size: 18px;
  text-align: center;
  height: 54px;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card .hover_text {
  display: none;
  text-align: center;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card .hover_text span {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  border: 1px solid #dedede;
  border-radius: 4px;
  cursor: pointer;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card .hover_text span:hover {
  background: #f0863d;
  color: #fff;
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card:hover {
  background-color: #fff;
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
  transform: translateY(-10px);
}

.yg_swiper .xgcp.swiper_content .swiper-wrapper .swiper-slide .slide-content .slide-card:hover .hover_text {
  display: block;
}

.yg_swiper .xgcp.swiper_content .swiper_next_1,
.yg_swiper .xgcp.swiper_content .swiper_prev_1 {
  display: inline-block;
  position: absolute;
  bottom: -50px;
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  background: #dedede;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.yg_swiper .xgcp.swiper_content .swiper_next_1 i,
.yg_swiper .xgcp.swiper_content .swiper_prev_1 i {
  font-weight: bold;
  font-size: 20px;
}

.yg_swiper .xgcp.swiper_content .swiper_next_1:hover,
.yg_swiper .xgcp.swiper_content .swiper_prev_1:hover {
  border: 1px solid #727171;
  background: #727171;
  color: #fff;
}

.yg_swiper .xgcp.swiper_content .swiper_next_1 {
  left: 90px;
}

.yg_swiper .xgcp.swiper_content .swiper_prev_1 {
  left: 50px;
}

#firstVideo .xgplayer-replay {
  display: none !important;
}

#firstVideo .xgplayer-start {
  display: none !important;
}

#firstVideo .xgplayer-loading {
  display: none !important;
}

#firstVideo .xgplayer-error {
  display: none !important;
}

#firstVideo .xgplayer-enter {
  display: none !important;
}

#firstVideo .xgplayer-controls {
  display: none !important;
}

.video_content {
  background: transparent;
  height: 100vh;
}

.video_content .el-dialog__body {
  padding-top: 15vh;
}

.video_content .el-dialog__body .video_wrapper .xgplayer {
  margin: 0 auto;
}

.video_content .el-dialog__close {
  font-size: 30px;
  color: #fff;
}

.product_details_top_nav {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0 10%;
  background: #030f22;
  color: #fff;
  font-size: 14px;
  height: 64px;
}

.product_details_top_nav .left {
  line-height: 64px;
  cursor: pointer;
  color: #fff;
}

.product_details_top_nav .left:hover {
  color: #f0863d;
}

.product_details_top_nav .right {
  float: right;
  padding: 15px 0;
}

.product_details_top_nav .right .right_item {
  padding: 6px 20px;
  cursor: pointer;
  color: #fff;
}

.product_details_top_nav .right .right_item:hover {
  background: #f5581d;
  border-radius: 30px;
}

.product_details_top_nav .right .right_item.active {
  background: #f5581d;
  border-radius: 30px;
}

.product_banner {
  position: relative;
}

.product_banner .img_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}

.product_banner .product_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 150px;
}

.product_banner .product_banner_content .product_banner_title {
  font-size: 42px;
  color: #fff;
}

.product_banner .product_banner_content .product_jj {
  font-size: 16px;
  color: #fff;
  padding: 30px 15% !important;
}

.product_banner .product_banner_content .product_jj span {
  display: initial;
}

.product_banner .product_banner_content .btn_list {
  margin-top: 30px;
}

.product_banner .product_banner_content .btn_list .btn_span {
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 7px 30px;
  margin: 0 15px;
  margin-bottom: 150px;
  cursor: pointer;
}

.product_banner .product_banner_content .btn_list .btn_span .bf {
  background: #fff;
  color: #333;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  display: inline-block;
}

.product_banner .product_banner_content .btn_list .btn_span .bf i {
  font-size: 10px;
}

.product_banner .product_banner_content .btn_list .btn_span:hover {
  border: 1px solid #f5581d;
  background: #f5581d;
}

.product_detail {
  padding: 0;
  padding-bottom: 50px;
  padding-top: 30px;
}

.product_detail .prod_1 {
  text-align: center;
  margin-top: 50px;
}

.product_detail .prod_1 .row {
  margin-top: 50px;
  padding: 0 20%;
}

.product_detail .prod_1 .row .img_text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.product_detail .prod_1 .row .c_icon {
  height: 64px;
}

.product_detail .prod_2 {
  padding: 80px 0;
}

.product_detail .prod_2 img {
  width: 100%;
}

.product_detail .prod_2 .title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.product_detail .prod_2 .remake {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
}

.product_detail .prod_3 {
  margin-top: 100px;
}

.product_detail .prod_3 .row {
  margin-bottom: 50px;
}

.product_detail .prod_3 .prod_3_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}

.product_detail .prod_3 .title {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: bold;
}

.product_detail .prod_3 .img_wrapper {
  text-align: center;
}

.product_detail .prod_3 .prod_3_ul strong {
  font-size: 16px !important;
  padding: 0 !important;
  color: #333 !important;
  display: block !important;
  font-weight: bold !important;
}

.product_detail .prod_3 .prod_3_ul span {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.product_detail .prod_3 .prod_3_ul li {
  font-size: 16px;
  padding: 0;
}

.product_detail .prod_3 .prod_3_ul li strong {
  color: #333;
  display: block;
  font-weight: bold;
}

.product_detail .prod_3 .prod_3_ul li span {
  padding-bottom: 30px;
}

.product_detail .prod_3 .prod_3_ul li {
  font-size: 16px;
}

.product_detail .prod_3 .prod_3_ul li .li_title {
  color: #333;
  display: block;
  font-weight: bold;
}

.product_detail .prod_3 .prod_3_ul li .li_text {
  color: #6f6f6f;
}

.product_swiper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.product_swiper .pds .swiper-slide .slide-img {
  padding: 0 15px;
  position: relative;
}

.product_swiper .pds .swiper-slide .slide-img img {
  width: 100%;
}

.product_swiper .pds .swiper-slide .slide-img .bottom_content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 20px 35px;
  font-size: 20px;
}

.product_swiper .pds .swiper-slide .slide-img .bottom_content .slide_title {
  padding-top: 10px;
}

.product_swiper .pds .swiper-slide .slide-img .bottom_content .slide_btn {
  float: right;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

.product_swiper .pds .swiper-slide .slide-img .bottom_content .slide_btn:hover {
  background: #f5581d;
  border: 1px solid #f5581d;
}

.product_bottom {
  margin-top: 150px;
  padding: 0 20%;
  background-color: #fff;
}

.product_bottom .bottom_content {
  text-align: center;
  border-top: 1px solid #c2c7cc;
  padding: 50px 20px;
}

.product_bottom .bottom_content .c_icon {
  height: 42px;
  margin-bottom: 20px;
}

.product_bottom .bottom_content .b_text {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.detail_sm {
  background: #f3f4fa;
  padding: 15px 15%;
  font-size: 14px;
  color: #9f9f9f;
}

.product_footer {
  background: #f5f5f5;
  padding: 50px 20%;
}

.product_footer .f_title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: bold;
}

.product_footer .f_img img {
  width: 100%;
}

.product_footer .f_input {
  padding: 15px 0;
  position: relative;
}

.product_footer .f_input input {
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  background: #fff;
  width: 100%;
}

.product_footer .f_input .f_input_btn {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f0863d;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}

.product_footer .f_input .f_input_btn:hover {
  opacity: .8;
}

.product_footer .f_pj .pj_t {
  padding: 10px 0;
}

.product_footer .f_pj .pj_ul li {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}

.product_footer .f_pj .pj_ul li:last-child {
  border-bottom: none;
}

.product_footer .f_pj .pj_ul li .people {
  width: 50px;
}

.product_footer .f_pj .pj_ul li .content {
  flex: 1;
  padding: 0 10px;
}

.product_footer .f_pj .pj_ul li .content .name {
  display: block;
  padding: 10px 0;
}

.product_footer .f_pj .pj_ul li .content .pj {
  display: block;
  padding-bottom: 20px;
}

.product_footer .f_pj .pj_ul li .content .hf {
  margin-bottom: 10px;
}

.product_footer .f_pj .pj_ul li .content .hf .hf_item {
  padding: 10px;
  background: #ebebeb;
  width: 100%;
}

.product_footer .f_pj .pj_ul li .content .hf .hf_item .hf_name {
  color: #6d7f9a;
}

.product_footer .f_pj .pj_ul li .content .c_bottom .btn_list {
  float: right;
}

.product_footer .f_pj .pj_ul li .content .c_bottom .btn_list .btn_c {
  margin-right: 20px;
  cursor: pointer;
}

.productDetails2 .yg_contain {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.productDetails2 .firstPage .onlyVideoContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding-top: 170px;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.productDetails2 .firstPage .onlyVideoContent .onlyVideoTitle {
  font-size: 60px;
  margin-bottom: 15px;
}

.productDetails2 .firstPage .onlyVideoContent .onlyVideoDesc {
  font-size: 32px;
}

.phone_product .product_view {
  min-height: auto;
}

.phone_product .product_view .view_btn {
  margin-top: 20px;
}

.phone_product .sc1c h2 {
  font-size: 30px;
  padding: 0 20px;
}

.bg_pc {
  background-size: cover !important;
  background-position: center center !important;
}

.product_no_view {
  padding: 25px 0;
}

.product_no_view .ql-editor {
  padding: 0;
}

.product_no_view .view_title .title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.product_no_view .view_image_list {
  padding: 60px 0;
}

.product_no_view .view_image_list .image_card {
  text-align: center;
  padding-bottom: 80px;
  height: 100%;
}

.product_no_view .view_image_list .image_card img {
  height: 64px;
}

.product_no_view .view_image_list .image_card .image_text {
  display: block;
  color: #fff;
  text-align: center;
  word-break: break-all;
}

.product_view .fullPage {
  padding: 25px 0;
  min-height: 100vh;
}

.product_view .noFullPage {
  padding: 25px 0;
}

.product_view .ql-editor {
  padding: 0;
}

.product_view .sticky {
  position: sticky;
  top: 0;
  padding-top: 64px;
  height: 100vh;
  width: 100%;
}

.product_view .box1 {
  height: 100%;
}

.product_view.video_1 .xgplayer-start, .product_view.video_2_1 .xgplayer-start {
  display: none !important;
}

.product_view.video_1 .xgplayer-replay, .product_view.video_2_1 .xgplayer-replay {
  display: none !important;
}

.product_view .box2 {
  min-height: 100vh;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.product_view .box2 .box2_img {
  text-align: center;
}

.product_view .box2 .box2_title {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 160px;
  font-weight: bold;
  color: red;
}

.product_view .view_img {
  text-align: center;
  padding: 25px 0;
}

.product_view .view_text {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
}

.product_view .view_btn {
  text-align: center;
  margin-top: 40px;
}

.product_view .view_btn .btn_gksp {
  font-size: 20px;
  color: #ff7e00;
  border: 3px solid #ff7e00;
  border-radius: 43px;
  padding: 16px 70px;
  margin-bottom: 50px;
  cursor: pointer;
}

.product_view .view_btn .btn_gksp:hover {
  color: #fff;
  background: #ff7e00;
}

.product_view .view_title {
  padding-bottom: 15px;
}

.product_view .view_title .title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.product_view .no_replay .xgplayer-replay {
  display: none !important;
}

.product_view .view_video {
  padding: 30px 0;
}

.product_view .view_video video {
  z-index: 0;
}

.product_view .view_image_list {
  padding: 60px 0;
}

.product_view .view_image_list .image_card {
  text-align: center;
  padding-bottom: 80px;
  height: 100%;
}

.product_view .view_image_list .image_card img {
  height: 64px;
}

.product_view .view_image_list .image_card .image_text {
  display: block;
  color: #fff;
  text-align: center;
  word-break: break-all;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0 0 0;
  letter-spacing: 3px;
}

.product_view .view_video_text {
  font-size: 20px;
  color: #fff;
  padding: 20px 0 0 0;
}

.product_view .qttx {
  padding: 50px 0;
  overflow: hidden;
}

.product_view .qttx .swiper-slide {
  overflow: hidden;
}

.product_view .qttx_nav {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 0;
}

.product_view .qttx_nav .qttx_nav_text {
  position: relative;
}

.product_view .qttx_nav .qttx_nav_text .active_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f0863d;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
  width: 80px;
  transform: translateX(0px);
}

.product_view .qttx_nav .qttx_nav_text .qttx_nav_item {
  max-width: 180px;
  cursor: pointer;
  font-size: 18px;
  padding: 10px;
  letter-spacing: 3px;
}

.product_view .qttx_nav .qttx_nav_text .qttx_nav_item.active {
  color: #f0863d;
}

.product_view .qttx_nav .qttx_nav_text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e7ed;
  z-index: 1;
}

.product_view_footer .view_footer_top {
  padding: 100px 0;
  text-align: center;
}

.product_view_footer .view_footer_top .view_footer_title {
  font-size: 50px;
  font-weight: bold;
}

.product_view_footer .view_footer_top .view_footer_text {
  font-size: 33px;
  font-weight: bold;
}

.product_view_footer .view_footer_top .view_img {
  padding-bottom: 50px;
}

.product_view_footer .view_footer_top .view_btn .footer_btn {
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 18px;
  padding: 5px 20px;
  margin: 10px;
}

.product_view_footer .view_footer_jscs {
  padding-bottom: 50px;
}

.product_view_footer .view_footer_jscs .jscs_title {
  font-weight: bold;
  border-bottom: 2px solid #df8e1a;
  padding: 20px 0;
}

.product_view_footer .view_footer_jscs .jscs_title .title {
  font-size: 40px;
  color: #f0863d;
}

.product_view_footer .view_footer_jscs .jscs_title .title2 {
  margin-left: 20px;
  font-size: 32px;
  color: #b5b4b5;
}

.product_view_footer .view_footer_jscs .jscs_content {
  border-bottom: 2px solid #df8e1a;
  display: flex;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_title {
  display: flex;
  align-items: center;
  width: 30px;
  font-size: 22px;
  color: #df8e1a;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_kv {
  flex: 1;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_kv ul li {
  font-size: 18px;
  color: #333;
  padding: 10px;
  display: flex;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_kv ul li:last-child {
  border-bottom: none;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_kv ul li .jscs_content_key {
  width: 150px;
  border-bottom: 1px solid #dadad9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_kv ul li .jscs_content_value {
  flex: 1;
  border-bottom: 1px solid #dadad9;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_label ul li {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #dadad9;
  padding: 10px;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_label ul li:last-child {
  border-bottom: none;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_value {
  flex: 1;
  margin: 0 10px;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_value ul li {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #dadad9;
  padding: 10px;
}

.product_view_footer .view_footer_jscs .jscs_content .jscs_content_value ul li:last-child {
  border-bottom: none;
}

.product_zs {
  padding: 30px 0 !important;
  color: #999;
  font-size: 14px;
}

.tech {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tech .tech_title {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0;
}

.tech .tech_title .title {
  font-size: 30px;
}

.tech .tech_cs {
  margin-top: 20px;
}

.tech .tech_cs .cs_title {
  padding: 30px 0;
  font-size: 24px;
}

.tech .tech_cs .cs_content li {
  padding: 20px 30px;
}

.tech .tech_cs .cs_content li.cs_p {
  background-color: #f6f6f6;
}

.tech .tech_cs .cs_content li.cs_s {
  background-color: #fbfbfb;
}

.tech .tech_cs .cs_content li .value {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.pro_video {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fafafa;
}

.pro_video .pro_video_title {
  padding: 30px 0;
}

.pro_video .pro_video_title .title {
  font-size: 30px;
}

.pro_video .pro_video_content {
  margin-bottom: 50px;
  padding: 0 36px;
  background: #fff;
}

.pro_video .pro_video_content .content_title {
  font-size: 22px;
  text-align: center;
  padding: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f7f7f7;
}

.pro_video .pro_video_content .video_card {
  margin-bottom: 30px;
  padding: 0 10px;
}

.pro_video .pro_video_content .video_card .img_wrapper {
  position: relative;
}

.pro_video .pro_video_content .video_card .img_wrapper .bg {
  width: 100%;
}

.pro_video .pro_video_content .video_card .img_wrapper .bf {
  position: absolute;
  top: 45%;
  left: 45%;
  cursor: pointer;
}

.pro_video .pro_video_content .video_card:hover .img_text {
  border-bottom: 1px solid #f0863d;
}

.pro_video .pro_video_content .video_card .img_text {
  border-bottom: 1px solid #f1f1f1;
}

.pro_video .pro_video_content .video_card .img_text .card_title {
  padding-top: 20px;
  font-size: 16px;
  display: block;
}

.pro_video .pro_video_content .video_card .img_text .card_time {
  padding: 10px 0;
  font-size: 14px;
  color: #a4a4a4;
}

.pro_down {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fafafa;
}

.pro_down .pro_down_title {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}

.pro_down .pro_down_title .title {
  font-size: 30px;
}

.pro_down .pro_down_content {
  margin-top: 30px;
}

.pro_down .pro_down_content .content_title {
  font-size: 22px;
}

.pro_down .pro_down_content .content {
  padding: 30px;
  background: #fff;
  margin-top: 20px;
  display: flex;
}

.pro_down .pro_down_content .content .content_left img {
  width: 95px;
}

.pro_down .pro_down_content .content .content_right {
  flex: 1;
  padding-left: 30px;
}

.pro_down .pro_down_content .content .content_right .content_r_title {
  font-size: 18px;
  margin-bottom: 20px;
}

.pro_down .pro_down_content .content .content_right .content_r_text {
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}

.pro_down .pro_down_content .content .content_right .content_r_i .i_1_download {
  cursor: pointer;
}

.pro_down .pro_down_content .content .content_right .content_r_i .i_1 {
  display: inline-block;
  margin-right: 45px;
  vertical-align: middle;
}

.pro_down .pro_down_content .content .content_right .content_r_i .i_1 .i_1_t {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.pro_down .pro_down_content .content .content_ui {
  width: 100%;
}

.pro_down .pro_down_content .content .content_ui li {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.pro_down .pro_down_content .content .content_ui li .li_right {
  float: right;
  color: #f0863d;
}

.pro_down .pro_down_content .content .content_ui li .li_right span {
  cursor: pointer;
  margin-right: 15px;
}

.pro_problem {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pro_problem .pro_problem_title {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}

.pro_problem .pro_problem_title .title {
  font-size: 30px;
}

.pro_problem .pro_search {
  padding: 30px;
  text-align: center;
}

.pro_problem .pro_search .input_search {
  position: relative;
}

.pro_problem .pro_search .input_search input {
  width: 300px;
  font-size: 12px;
  padding: 10px 20px;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  background: #fff;
}

.pro_problem .pro_search .input_search input::-webkit-input-placeholder {
  color: #cccccc;
}

.pro_problem .pro_search .input_search i {
  position: absolute;
  right: 5px;
  top: 8px;
  padding: 0 10px;
  border-left: 1px solid #f0f0f0;
  color: #ccc;
}

.pro_problem .pro_collapse {
  margin: 30px 0;
}

.pro_problem .pro_collapse .el-collapse {
  border: none;
}

.pro_problem .pro_collapse .el-collapse .el-collapse-item .el-collapse-item__header {
  font-size: 18px;
  padding: 30px 0;
}

.pro_problem .pro_collapse .el-collapse .el-collapse-item .el-collapse-item__header i {
  font-weight: bold;
}

.pro_problem .pro_collapse .el-collapse .el-collapse-item .el-collapse-item__content {
  background: #f8f8f8;
  padding: 20px;
  font-size: 16px;
}

@media (max-width: 992px) {
  .productDetails2 .yg_contain {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .productDetails2 .firstPage .onlyVideoContent {
    padding-top: 70px;
  }
  .productDetails2 .product_view {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-bottom: 50px;
    min-height: 200px;
  }
  .productDetails2 .product_view .qttx {
    padding: 0;
  }
  .productDetails2 .product_view .fullPage {
    height: auto;
    min-height: auto;
    padding: 0;
  }
  .productDetails2 .product_view .view_img img {
    width: 80% !important;
  }
  .productDetails2 .product_view .view_image_list {
    padding: 0;
  }
  .productDetails2 .product_view .view_image_list .image_card {
    padding-bottom: 40px;
  }
  .productDetails2 .product_view .view_image_list .image_text {
    padding: 0;
    letter-spacing: normal;
  }
  .productDetails2 .product_view .view_image_list .image_text p {
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 10px;
  }
  .productDetails2 .product_view .view_image_list .image_text p span {
    font-size: 16px !important;
    font-weight: 400;
  }
  .productDetails2 .product_view .view_text {
    font-size: 15px;
    font-weight: 400;
  }
  .productDetails2 .product_view .view_btn .btn_gksp {
    font-size: 14px;
    padding: 6px 36px;
    margin-bottom: 60px;
    cursor: pointer;
  }
  .productDetails2 .product_view .view_video {
    padding: 0;
  }
  .productDetails2 .product_view .view_title {
    margin-bottom: 8px;
  }
  .productDetails2 .product_view .view_title .ql-align-center {
    text-align: left !important;
  }
  .productDetails2 .product_view .view_title .title {
    font-size: 30px;
  }
  .productDetails2 .product_view .view_title .title p {
    text-align: left !important;
  }
  .productDetails2 .product_view .view_video_text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .productDetails2 .product_view .view_video_text .ql-align-center {
    text-align: left !important;
  }
  .productDetails2 .product_view .qttx_nav .qttx_nav_text .qttx_nav_item {
    width: auto;
    font-size: 14px;
  }
  .product_details_top_nav {
    margin-top: 0px;
    padding: 0;
    height: 100px;
  }
  .product_details_top_nav span {
    display: inline;
  }
  .product_details_top_nav .left {
    display: block;
    text-align: center;
    height: 50px;
  }
  .product_details_top_nav .right {
    height: 50px;
    text-align: center;
    float: none;
  }
  .product_details_top_nav .right .right_item {
    padding: 2px 10px;
  }
  .product_banner .product_banner_content {
    padding-top: 20px;
  }
  .product_banner .product_banner_content .product_banner_title {
    font-size: 30px;
    padding: 0 30px;
  }
  .product_banner .product_banner_content .product_jj {
    display: none;
  }
  .product_banner .product_banner_content .btn_list .btn_span {
    border-radius: 42px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 3px 20px;
    margin: 0 15px;
    margin-bottom: 150px;
    cursor: pointer;
  }
  .product_banner .product_banner_content .btn_list .btn_span .bf {
    background: #fff;
    color: #333;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    display: inline-block;
  }
  .product_detail .prod_1 {
    margin-bottom: 50px;
  }
  .product_detail .prod_2 {
    margin-bottom: 50px;
    padding: 0 0;
  }
  .product_detail .prod_2:last-child {
    margin-bottom: 0;
  }
  .product_detail .prod_2 .title {
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
  }
  .product_detail .prod_2 .ql-align-center {
    text-align: left;
  }
  .product_detail .prod_2 .remake {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .product_detail .prod_3 {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .product_detail .prod_3:last-child {
    margin-bottom: 0;
  }
  .product_detail .prod_3 p {
    margin-bottom: 0;
  }
  .product_detail .prod_3 .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .product_detail .prod_3 .prod_3_flex {
    padding-left: 15px;
    padding-top: 0;
  }
  .product_detail .prod_3 .ql-align-center {
    text-align: left;
  }
  .product_detail .prod_3 .row {
    margin-bottom: 0;
  }
  .product_detail .prod_3 .row .col-lg-6 {
    margin-bottom: 20px;
  }
  .product_detail .prod_3 .row .col-lg-6:last-child {
    margin-bottom: 0;
  }
  .product_bottom {
    margin-top: 0;
    padding: 0 10px;
  }
  .product_bottom .bottom_content .c_icon {
    height: 36px;
  }
  .product_bottom .bottom_content .b_text {
    font-size: 14px;
  }
  .detail_sm {
    padding: 15px 5%;
  }
  .product_footer {
    padding: 30px 10px;
  }
  .pro_down .pro_down_content .content {
    padding: 20px 4%;
    display: block;
  }
  .pro_down .pro_down_content .content .content_r_title {
    margin: 18px 0;
  }
  .pro_down .pro_down_content .content .content_right {
    padding-left: 0;
  }
  .pro_problem .pro_collapse {
    margin: 10px 0;
  }
  .pro_problem .pro_collapse .el-collapse {
    border: none;
  }
  .pro_problem .pro_collapse .el-collapse .el-collapse-item .el-collapse-item__header {
    font-size: 18px;
    padding: 15px 0;
    height: auto;
    line-height: normal;
  }
  .pro_problem .pro_collapse .el-collapse .el-collapse-item .el-collapse-item__header i {
    font-weight: bold;
  }
  .pro_problem .pro_collapse .el-collapse .el-collapse-item .el-collapse-item__content {
    background: #f8f8f8;
    padding: 20px;
    font-size: 16px;
  }
  .product_view_footer .view_footer_top {
    padding: 30px 0;
    padding-bottom: 0;
    text-align: center;
  }
  .product_view_footer .view_footer_top .view_footer_title {
    font-size: 30px;
    font-weight: bold;
  }
  .product_view_footer .view_footer_top .view_footer_text {
    font-size: 33px;
    font-weight: bold;
  }
  .product_view_footer .view_footer_top .view_img {
    padding-bottom: 30px;
  }
  .product_view_footer .view_footer_top .view_btn .footer_btn {
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 18px;
    padding: 5px 20px;
    margin: 10px;
  }
  .product_view_footer .view_footer_jscs {
    padding-bottom: 30px;
  }
  .product_view_footer .view_footer_jscs .jscs_title {
    font-weight: bold;
    border-bottom: 2px solid #df8e1a;
    padding: 20px 0;
  }
  .product_view_footer .view_footer_jscs .jscs_title .title {
    font-size: 24px;
    color: #f0863d;
  }
  .product_view_footer .view_footer_jscs .jscs_title .title2 {
    margin-left: 20px;
    font-size: 18px;
    color: #b5b4b5;
  }
  .product_view_footer .view_footer_jscs .jscs_content {
    border-bottom: 2px solid #df8e1a;
    display: flex;
  }
  .product_view_footer .view_footer_jscs .jscs_content table {
    table-layout: fixed !important;
    width: 100vw !important;
  }
  .product_view_footer .view_footer_jscs .jscs_content table colgroup {
    display: none;
  }
  .product_view_footer .view_footer_jscs .jscs_content table tr {
    width: 100% !important;
    height: 40px !important;
  }
  .product_view_footer .view_footer_jscs .jscs_content table tr:first-child span {
    font-size: 16px !important;
  }
  .product_view_footer .view_footer_jscs .jscs_content table tr td {
    width: 30vw !important;
    height: 40px !important;
    word-break: break-all;
  }
  .product_view_footer .view_footer_jscs .jscs_content table tr td:first-child {
    width: 15vw !important;
  }
  .product_view_footer .view_footer_jscs .jscs_content table tr td:nth-child(2) {
    width: 15vw !important;
  }
  .product_view_footer .view_footer_jscs .jscs_content table tr td span {
    font-size: 14px !important;
    word-break: break-all;
  }
}

@media (min-width: 992px) {
  .product_details_top_nav.fixedTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
