.main .pro_nav_div {
  position: relative;
}

.main .pro_nav_div button {
  width: .35rem;
  height: .4rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  display: none;
  text-align: right;
}

.main .pro_nav_div button img {
  width: .25rem;
  height: .25rem;
}

.main .title {
  margin-bottom: .19rem;
}

.pro_request {
  display: inline-block;
  width: 100%;
}

.request img {
  width: 100%;
}


/* 产品选型 */

.main .select,
.main .select_center {
  width: 100%;
  margin-top: .25rem;
  padding-top: .15rem;
  padding-bottom: .2rem;
  border-top: 1px solid #069de0;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  background-color: #fcfcfc;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}

.main .select select {
  width: .08rem;
  height: .08rem;
  background-image: url("../images/arr_select.jpg");
  background-position: 95% 48%;
  background-repeat: no-repeat;
  text-indent: 0;
  padding-left: 0rem\9;
  cursor: pointer;
}

.main .select ul {
  font-size: 0;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.main .select ul li {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding-left: .14rem;
  padding-right: .15rem;
  margin-bottom: .05rem;
}

.main .select ul li span {
  display: inline-block;
  width: .04rem;
  height: .04rem;
  background-color: #9d9ba9;
  margin-top: .14rem;
  margin-right: .1rem;
  float: left;
}

.main .select ul li p {
  display: inline-block;
  width: 38%;
  line-height: .2rem;
  font-size: .13rem;
  color: #2a2a2a;
  float: left;
  padding-top: .06rem;
}

.main .select ul li input,
.main .select ul li select {
  box-sizing: border-box;
  width: 1.55rem\9;
  height: .3rem;
  border: 1px solid #d0d1d2;
  float: right;
  width: 54%;
}

.main .select ul li input {
  box-sizing: border-box;
  line-height: .3rem;
  font-size: .13rem;
}

.main .select ul li select option {
  padding: .08rem 0 .08rem .08rem;
  font-size: .13rem;
}

.main .select button {
  font-size: .12rem;
  display: table-cell;
  width: .62rem;
  height: .28rem;
  background-color: #4a93d5;
  color: #ffffff;
  position: absolute;
  right: .2rem;
  bottom: .12rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
}

.main .select .text {
  padding-top: .15rem;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: .15rem;
  color: #666666;
}

.main .select .text b {
  color: #e55039;
}

.main .class_nav {
  width: 100%;
}

.wrapper .main .class_nav ul {
  font-size: 0;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.wrapper .main .class_nav ul li {
  display: inline-block;
  box-sizing: border-box;
  border-top: 1px solid #069de0;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-radius: 3px;
  background-color: #fcfcfc;
  vertical-align: top;
  width: 2.99rem;
  height: 1.27rem;
  padding-top: .3rem;
  padding-left: .2rem;
  margin-top: .19rem;
  margin-right: .19rem;
  margin-right: .12rem\9;
  position: relative;
  overflow: hidden;
}

.wrapper .main .class_nav ul li a {
  display: inline-block;
  text-align: left;
  width: 100%;
  height: .907rem;
  vertical-align: top;
}

@-webkit-keyframes li_scale {
  0% {
    -webkit-transform: scale(1);
  -webkit-opacity: 1;
}

50% {
  -webkit-transform: scale(0.5);
  -webkit-opacity: 0.5;
}

100% {
  -webkit-transform: scale(1.1);
  -webkit-opacity: 1;
}
}

@-moz-keyframes li_scale {
  0% {
    -moz-transform: scale(1);
  -moz-opacity: 1;
}

50% {
  -moz-transform: scale(0.5);
  -moz-opacity: 0.5;
}

100% {
  -moz-transform: scale(1.1);
  -moz-opacity: 1;
}
}

@-o-keyframes li_scale {
  0% {
    -o-transform: scale(1);
  -o-opacity: 1;
}

50% {
  -o-transform: scale(0.5);
  -o-opacity: 0.5;
}

100% {
  -o-transform: scale(1.1);
  -o-opacity: 1;
}
}

@-ms-keyframes li_scale {
  0% {
    -ms-transform: scale(1);
  -ms-opacity: 1;
}

50% {
  -ms-transform: scale(0.5);
  -ms-opacity: 0.5;
}

100% {
  -ms-transform: scale(1.1);
  -ms-opacity: 1;
}
}

@keyframes li_scale {
  0% {
    transform: scale(1);
  opacity: 1;
}

50% {
  transform: scale(0.5);
  opacity: 0.5;
}

100% {
  transform: scale(1.1);
  opacity: 1;
}
}

.wrapper .main .class_nav ul li a img {
  width: .93rem;
  height: .68rem;
  float: left;
  position: relative;
}

.wrapper .main .class_nav ul li a span {
  display: inline-block;
  margin-left: .25rem;
  max-width: 1.44rem;
}

.wrapper .main .class_nav ul li a span p {
  position: relative;
  display: inline-block;
  white-space: normal;
}

.wrapper .main .class_nav ul li a span p:first-child {
  text-align: left;
  color: #2a2a2a;
  font-size: .16rem;
  margin-bottom: .1rem;
}

.wrapper .main .class_nav.pro_center ul li a span p {
  margin-top: .2rem;
  color: #2a2a2a;
  font-size: .16rem;
  padding-bottom: .16rem;
  padding-right: .2rem;
}

.wrapper .main .class_nav ul li a span div.goods-brief {
  color: #888888;
  font-size: .12rem;
  line-height: .2rem;
  white-space: normal;
}

.wrapper .main .class_nav ul li a span div.goods-brief p {
  color: #888888;
  font-size: .12rem;
  line-height: .2rem;
  white-space: normal;
  padding: 0;
  margin: 0;
}

.li_center {
  margin-left: .19rem;
  margin-right: .19rem;
}


/* 产品选型 end */


/* 产品选型--选型中心 */

.select_center {
  padding-left: .35rem;
}

.select_center div {
  width: 100%;
  color: #2a2a2a;
}

.select_center .div_1 ul li {
  height: .35rem;
  text-align: left;
}

.select_center .div_1 ul li i {
  font-size: .2rem;
  line-height: .2rem;
  color: #ffffff;
}

.select_center div ul li span {
  display: block;
  height: .35rem;
  line-height: .35rem;
  font-size: .13rem;
}

.select_center div ul {
  width: 100%;
  font-size: 0;
  text-align: left;
}

.select_center div ul li {
  display: inline-block;
  vertical-align: top;
}

.select_center ul li input {
  box-sizing: border-box;
  width: 1.7rem;
  height: .30rem;
  line-height: .30rem;
  font-size: .13rem;
  border: 1px solid #d0d1d2;
  float: right;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: .2rem;
}

.select_center ul li button {
  display: inline-block;
  width: .36rem;
  height: .30rem;
  background-color: #4a93d5;
  margin-left: .05rem;
  border-radius: 3px;
}

.select_center ul li button img {
  width: .2rem;
  height: .2rem;
}

.select_center .select_center_button {
  text-align: left;
}

.select_center .select_center_button button {
  height: .3rem;
  border-radius: 3px;
  padding: 0 0.10rem;
  margin-right: 0.05rem;
  line-height: .13rem;
  font-size: .13rem;
  vertical-align: middle;
}

.select_center .select_center_button button.button-reset {
  background: #38ada9;
  color: #fff;
}

.select_center .select_center_button button.button-search {
  background: #4a93d5;
  color: #fff;
}

.select_center p {
  display: inline-block;
}

.select_center p.text {
  text-align: left;
}

.select_center p.text b {
  color: #e55039;
}

.select_center .div_2 {
  padding-bottom: .2rem;
}

.select_center .div_2 ul {
  white-space: normal;
}

.select_center .div_2 ul li {
  white-space: normal;
  margin-right: .2rem;
  margin-top: .15rem;
  min-width: 1rem;
}

.select_center .div_2 ul li span,
.select_center .div_2 ul li select,
.select_center .div_2 ul li select option {
  width: 100%;
}

.select_center .div_2 ul li span {
  box-sizing: border-box;
  padding-left: .03rem;
}

.select_center .div_2 ul li select {
  box-sizing: border-box;
  padding-left: 0;
}

.select_center .div_2 ul li select option {
  width: 100%;
  box-sizing: border-box;
  padding-left: .08rem;
  box-sizing: border-box;
  padding-top: .08rem;
  font-size: .12rem;
  height: .25rem;
  line-height: .25rem;
  vertical-align: middle;
}


/* 产品选型 end */


/* 产品简介 */

.description {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-bottom: .5rem;
  line-height: 0;
  position: relative;
}

.description-scroll {
  width: 100%;
}

.description-scroll .left-con {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.description-scroll p {
  display: inline-block;
  color: #666666;
  width: 100%;
  white-space: normal;
  text-align: left;
  line-height: .23rem;
  margin-top: .1rem;
}

.description-scroll img {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  max-width: 140px;
  margin-left: .3rem;
  height: auto;
  margin-top: .2rem;
}

#read-more {
  display: none;
}


/* 产品简介 end */


/* 搜索结果 */

.wrapper .main .result {
  width: 100%;
  margin-top: .15rem;
  width: 100%;
  position: relative;
}

.wrapper .main .result .scroll_box {
  width: 100%;
  width: 100%;
  overflow-y: hidden !important;
  overflow-x: auto;
  position: relative;
}

.wrapper .main .result .tb_1 {
  border-top: 1px solid #069de0;
}

.wrapper .main .result .tb_1,
.wrapper .main .result .tb_2 {
  width: 100%;
  box-sizing: border-box;
  width: 935px;
}

.wrapper .main .result .fixed_col td {
  border-right: none !important;
  border-left: none !important;
  width: 100%;
}

.wrapper .main .result .fixed_col {
  /* width: 155px; */
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  display: none;
}

.show_list {
  display: none;
}

.wrapper .main .result .fixed_col .tb_1 {
  width: 100%;
  overflow: hidden !important;
  background-color: #f5f5f5;
}

.wrapper .main .result .fixed_col .tb_2 {
  width: 100%;
}

.wrapper .main .result .fixed_col .tb_2::-webkit-scrollbar {
  display: none
}

.wrapper .main .result .fixed_col .tb_2 {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.wrapper .main .result .tb_2 {
  max-height: 3.69rem;
  height: 3.69rem\9;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.wrapper .main .result table {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.wrapper .main .result table tr td {
  color: #2a2a2a;
  font-size: .13rem;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  box-sizing: border-box !important;
  word-break: break-all;
}

.wrapper .main .result table tr td .type_img {
  width: .8rem;
  height: .8rem;
  position: absolute;
  left: -.8rem;
  bottom: 0;
}

.wrapper .main .result .tb_1 tr td {
  background-color: #f5f5f5;
  height: .54rem;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.wrapper .main .result .tb_2 td .apk {
  cursor: pointer;
}

.wrapper .main .result .tb_2 tr td.td_1 {
  position: relative;
  padding-left: .15rem;
}

.wrapper .main .result .tb_2 tr td.td_1 p {
  display: inline-block;
}

.wrapper .main .result .tb_2 tr td.td_1 .arr_img {
  width: .08rem;
  height: .08rem;
  margin-left: .05rem;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
  margin-right: .1rem;
}

.show_list {
  background-color: #f2f7fb;
}

.wrapper .main .result .tb_2 tr td.td_1 .img_rotate {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.wrapper .main .result .tb_2 tr td.td_1 .pic_box {
  width: 1rem;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: -1.02rem;
  top: 0;
  background-color: #ffffff;
  display: none;
}

.wrapper .main .result .tb_2 tr td.td_1 .pic_box img {
  width: 1rem;
}

.wrapper .main .result .tb_2 tr td {
  height: .45rem;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.slide_list .td_1 {
  border-bottom: 1px solid #e8e8e8 !important;
}

.tr_hover {
  background-color: #e6eef6 !important;
}

.wrapper .main .result .tb_2 .td_1 {
  box-sizing: border-box;
  padding-left: 20px;
  cursor: pointer;
  text-align: left !important;
}

.wrapper .main .pro_nav.product_class ul li:first-child img {
  display: none;
}

.slide_list {
  display: none;
}

.slide_list tr {
  background-color: #f2f7fb;
}

.slide_p_color {
  background-color: #EAF0FA;
}

.wrapper .main .result .tb_2 .slide_list .td_11 {
  border-right: none;
}

.slide_p .img_hide span {
  display: none;
}

.td_1 {
  width: 150px;
}


/* .td_10 {
width: 70px;
}

.td_11 {
width: 70px;
} */

.td_last {
  width: 19px !important;
}

.wrapper .main .pro_nav.product_class ul li:first-child .arrow_show,
.wrapper .main .pro_nav.product_class ul li:first-child span {
  display: none;
}

.pro_detail_nav {
  width: 100%;
  text-align: center;
  font-size: .14rem;
  position: fixed;
  left: 100%;
  top: .95rem;
  z-index: 1;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.pro_detail_nav .main {
  display: inline-block;
  width: 93%;
  vertical-align: top;
  padding-bottom: 2rem;
  height: auto;
}

.pro_detail_nav .nav_title {
  box-sizing: border-box;
  width: 100%;
  padding-top: .3rem;
  padding-bottom: .25rem;
  text-align: center;
  border-bottom: 1px solid #e0e0d0;
  vertical-align: top;
  position: relative;
}

.pro_detail_nav .nav_title h2 {
  display: block;
  width: 100%;
  font-size: .2rem;
  font-weight: normal;
  line-height: .25rem;
  vertical-align: top;
  text-align: center;
  color: #2a2a2a;
}

.pro_detail_nav .nav_title img {
  width: .18rem;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.05rem;
}

.pro_detail_nav .nav_body {
  width: 100%;
  margin-top: .25rem;
  padding-bottom: .05rem;
}

.pro_detail_nav .nav_body h3 {
  text-align: left;
  font-size: .18rem;
  font-weight: normal;
  color: #2d2d2d;
  margin-bottom: .1rem;
}

.pro_detail_nav .nav_body ul {
  width: 100%;
}

.pro_detail_nav .nav_body ul li {
  float: left;
  width: auto;
  height: auto;
  margin-top: .1rem;
  margin-right: .1rem;
}

.pro_detail_nav .nav_body ul li a {
  display: inline-block;
  color: #646464;
  padding: .08rem .2rem;
  border-radius: 3px;
  background-color: #f3f3f3;
}

.request_layer {
  width: 4rem;
  min-width: 400px\9;
  height: 2.2rem;
  margin-left: -2rem;
  margin-top: -1rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10002;
  font-size: 0.16rem;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  display: none;
}

.request_layer .layer_con {
  text-align: left;
  margin-top: 0.2rem;
  height: 0.85rem;
  margin-top: 0;
  position: relative;
}

.request_layer .layer_con span {
  text-align: left !important;
}

.request_layer .layer_con .blue {
  display: inline-block;
  margin-top: 0.2rem;
  vertical-align: top;
  border-radius: 2px;
  font-size: 0.14rem;
  width: .8rem !important;
  margin-top: 0.2rem;
  vertical-align: top;
  border-radius: 5px;
  height: .3rem;
  text-align: center;
  line-height: .3rem;
}

.request_layer .layer_title {
  font-weight: normal;
  font-size: .16rem;
}

.request_layer .layer_con span {
  font-size: .15rem;
}

.request_layer .layer_title img.close {
  width: .15rem;
  height: .15rem;
}

.request_layer .layer_con .btn {
  text-align: right;
  width: 100%;
}

.request_layer .layer_con button.blue {
  width: .8rem !important;
  margin-top: 0.2rem;
  vertical-align: top;
  border-radius: 5px;
  height: .3rem;
}

.request_layer .layer_con button {
  margin-left: .1rem;
}

.request_layer .layer_con button:nth-child(2) {
  background-color: #546a79;
}

.float_img {
  box-sizing: border-box;
  position: absolute;
  left: -1.55rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.35rem;
  background-color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #c3cdd9;
  border-bottom: 1px solid #c3cdd9;
  border-right: 1px solid #c3cdd9;
  border-left: 3px solid #5e9fd9;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  display: none;
}

.float_img div {
  margin: 0 auto;
  width: 1.10rem;
  height: .8rem;
  margin-top: .13rem;
  overflow: hidden;
}

.float_img div img {
  width: 1.10rem;
  height: .8rem;
}

.float_img p {
  display: inline-block;
  text-align: center;
  width: 90%;
  line-height: .15rem;
  margin-top: .1rem;
  color: #666666;
  font-size: .09rem;
}

.result .tips {
  display: block;
  width: 100%;
  margin-top: .1rem;
  display: block;
  font-size: .13rem;
  color: #9a9a9b;
  text-align: right;
}


/* 搜索结果 end */


/* apk layer begin */

.apk_box {
  box-sizing: border-box;
  width: 55%;
  max-width: 800px;
  width: 800px\9;
  height: 3.5rem;
  height: 350px\9;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 500;
  margin-left: -400px\9;
  margin-top: -125px\9;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 8px #aaa;
  /* padding: .3rem; */
  display: block;
  line-height: 0;
  font-size: 0;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  display: none;
}

.apk_box .close {
  position: absolute;
  color: #eeeeee;
  width: .18rem;
  height: .18rem;
  right: 1%;
  top: 2%;
  cursor: pointer;
}

.apk_box .apk_box_1 {
  width: 100%;
}

.apk_box .apk_wrapper {
  box-sizing: border-box;
  width: 100%;
  padding: 4%;
  /* min-width: 500px; */
}

.apk_box .apk_scroll {
  overflow-y: scroll;
  height: 2.6rem;
  line-height: 0;
}

.apk_box ul {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}

.apk_box ul li {
  box-sizing: border-box;
  display: inline-block;
}

.apk_box ul.apk_tab_b li {
  /* height: .45rem;
  line-height: .45rem; */
}

.apk_box ul.apk_tab_t {
  height: .4rem;
}

.apk_box ul.apk_tab_b {
  /* height: .45rem; */
}

.apk_box ul.apk_tab_t li {
  height: .4rem;
  line-height: .4rem;
}

.apk_box ul.apk_tab_t li {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  height: .4rem;
  line-height: .4rem;
  padding-left: .15rem;
}


/* .apk_box ul:first-child li:first-child {
width: 100%;

height: .45rem;
line-height: .45rem;
} */

.apk_box .apk_tab_b li {
  width: 100%;
  /* width: 85%; */
  padding: .15rem 0;
}

.apk_box ul li img {
  /* vertical-align: top; */
  /* margin-top: .08rem; */
  margin-right: .08rem;
}

.apk_box ul li:first-child a {
  display: inline-block;
  width: 88%;
  /* height: .45rem;
  line-height: .45rem; */
  text-align: left;
  margin-left: 1%;
  font-size: .13rem;
  line-height: .2rem;
  color: #3e3e3e;
  vertical-align: top;
  white-space: normal;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.apk_box ul li:first-child a:hover {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0081cc;
}

.apk_box ul li:first-child+li {
  text-align: center;
  width: 15%;
  padding-right: .1rem;
}

.apk_box ul.apk_tab_t {
  background-color: #a4abb3;
  font-size: .14rem;
  color: #ffffff;
  height: .4rem;
}

.apk_box ul.apk_tab_t li {
  box-sizing: border-box;
}

.apk_box ul.apk_tab_t li:first-child {
  border-right: 1px solid #dddddd;
}

.apk_box ul.apk_tab_b {
  border-bottom: 1px dotted #999999;
}

.result_load {
  height: 0;
  overflow: hidden;
}


/* apk layer end */


/* 飞入购物车 begin */

.fly_to_cart {
  position: absolute;
  left: 0;
  top: 0;
  width: .35rem;
  height: .35rem;
  z-index: 15000;
  border-radius: 50%;
  display: none;
}

.fly_to_cart img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: .35rem;
  height: .35rem;
  border-radius: 50%;
}


/* 飞入购物车 end */

.data_loading {
  position: absolute;
  top: .54rem;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.data_loading img {
  position: absolute;
  width: .32rem;
  height: .32rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  white-space: nowrap;
}


/* media queries */

@media screen and (max-width:900px) {
  .wrapper .main .select ul li {
    box-sizing: border-box;
  width: 40%;
  text-align: left;
  margin-right: 10%;
  /* padding-right: 10%; */
}

.wrapper .main .select ul li.power span,
.wrapper .main .select ul li.NoOfOutput span {
  margin-left: 0;
}

.wrapper .main .select ul li.power p,
.wrapper .main .select ul li.NoOfOutput p {
  width: 35% !important;
}

.wrapper .main .select ul li.power select,
.wrapper .main .select ul li.NoOfOutput select {
  margin-right: 0;
}
}

@media screen and (max-width:1000px) {
  
  .wrapper .main .select ul li.power,
    .wrapper .main .select ul li.NoOfOutput {
    padding-left: .14rem;
  padding-right: .15rem;
}

.apk_box {
  width: 90%;
}

.apk_box .apk_box_1 {
  overflow: hidden;
  overflow-x: scroll;
}
}

@media screen and (max-width:935px) {
  .fixed_col .tb_2::-webkit-scrollbar {
    width: 0 !important
}

.fixed_col .tb_2 {
  overflow: -moz-scrollbars-none;
}

.fixed_col .tb_2 {
  -ms-overflow-style: none;
}

.slide_list {
  display: table-row;
}

.wrapper .main .result table tr td {
  width: auto;
}

.wrapper .main .result .fixed_col {
  display: block;
}

.wrapper .main .result table {
  width: auto;
}

.wrapper .main .result .tb_2 tr td {
  min-width: 60px;
  white-space: nowrap;
  padding: 0 .1rem;
}

.wrapper .main .result .fixed_col .tb_2 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wrapper .main .result .fixed_col .tb_2::-webkit-scrollbar {
  display: none;
  background-color: transparent;
}

.wrapper .main .result .tb_1 tr td:first-child {
  padding-left: .3rem;
}

.result_load {
  width: 100%;
  height: 5.6rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #FFFFFF;
}

.result_load img {
  width: .32rem;
  height: .32rem;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -.16rem;
}

.wrapper .main .result .slide_list .td_1 {
  padding-right: 0;
}
}

@media screen and (min-width:1280px) {
  .wrapper .main .class_nav ul li:nth-child(3n) {
    margin-right: 0;
}
}

@media screen and (min-width:751px) {
  .wrapper .main .class_nav ul li:hover a span p.goods-name {
    -webkit-animation: p_drop .3s linear;
  -moz-animation: p_drop .3s linear;
  -o-animation: p_drop .3s linear;
  -ms-animation: p_drop .3s linear;
  animation: p_drop .3s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  color: #2690c5 !important;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  -ms-transition: .3s linear;
  transition: .3s linear;
}

@-webkit-keyframes p_drop {
  0% {
    top: -.8rem;
  -webkit-opacity: 0;
}

100% {
  top: 0;
  -webkit-opacity: 1;
}
}

@-moz-keyframes p_drop {
  0% {
    top: -.8rem;
  -webkit-opacity: 0;
}

100% {
  top: 0;
  -webkit-opacity: 1;
}
}

@-o-keyframes p_drop {
  0% {
    top: -.8rem;
  -webkit-opacity: 0;
}

100% {
  top: 0;
  -webkit-opacity: 1;
}
}

@-ms-keyframes p_drop {
  0% {
    top: -.8rem;
  -webkit-opacity: 0;
}

100% {
  top: 0;
  -webkit-opacity: 1;
}
}

@keyframes p_drop {
  0% {
    top: -.8rem;
  opacity: 0;
}

100% {
  top: 0;
  opacity: 1;
}
}

.wrapper .main .class_nav ul li:hover a span div.goods-brief {
  -webkit-animation: p_up .3s linear;
  -moz-animation: p_up .3s linear;
  -o-animation: p_up .3s linear;
  animation: p_up .3s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes p_up {
  0% {
    bottom: -.8rem;
  -webkit-opacity: 0;
}

100% {
  bottom: 0;
  -webkit-opacity: 1;
}
}

@-moz-keyframes p_up {
  0% {
    bottom: -.8rem;
  -moz-opacity: 0;
}

100% {
  bottom: 0;
  -moz-opacity: 1;
}
}

@-o-keyframes p_up {
  0% {
    bottom: -.8rem;
  -o-opacity: 0;
}

100% {
  bottom: 0;
  -o-opacity: 1;
}
}

@-ms-keyframes p_up {
  0% {
    bottom: -.8rem;
  -ms-opacity: 0;
}

100% {
  bottom: 0;
  -ms-opacity: 1;
}
}

@keyframes p_up {
  0% {
    bottom: -.8rem;
  opacity: 0;
}

100% {
  bottom: 0;
  opacity: 1;
}
}

.wrapper .main .class_nav ul li a img {
  transition: transform .2s ease-in-out;
}

.wrapper .main .class_nav ul li:hover a img {
  -webkit-animation: img_move .3s linear;
  -moz-animation: img_move .3s linear;
  -o-animation: img_move .3s linear;
  -ms-animation: img_move .3s linear;
  animation: img_move .3s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes img_move {
  0% {
    left: -1.5rem;
  -webkit-opacity: 0;
}

100% {
  left: 0;
  -webkit-opacity: 1;
}
}

@-moz-keyframes img_move {
  0% {
    left: -1.5rem;
  -moz-opacity: 0;
}

100% {
  left: 0;
  -moz-opacity: 1;
}
}

@-o-keyframes img_move {
  0% {
    left: -1.5rem;
  -o-opacity: 0;
}

100% {
  left: 0;
  -o-opacity: 1;
}
}

@-ms-keyframes img_move {
  0% {
    left: -1.5rem;
  -ms-opacity: 0;
}

100% {
  left: 0;
  -ms-opacity: 1;
}
}

@keyframes img_move {
  0% {
    left: -1.5rem;
  opacity: 0;
}

100% {
  left: 0;
  opacity: 1;
}
}

.wrapper .main .result .tb_2 tr td.td_1:hover .pic_box {
  display: block;
}

.wrapper .main .class_nav ul li:hover {
  background-color: #e1f0fa;
}
}

@media screen and (max-width:750px) {
  .select_center p {
    padding-top: .1rem;
}

.apk_box .apk_wrapper {
  padding: 8%;
}

 .main .pro_nav ul {
    text-align: left;
    white-space: normal;
    float: left;
    font-size: 0;
    position: relative;
}

.wrapper .main .pro_nav_div button {
  display: inline-block;
}

.wrapper .main .select_center {
  margin-top: 0;
  padding-left: .15rem;
  padding-right: .15rem;
  margin-top: .19rem;
}

.wrapper .main .select {
  display: none;
}

.wrapper .main .class_nav ul {
  text-align: center;
}

.wrapper .main .class_nav ul li {
  padding-right: .2rem;
  margin-right: 0;
  width: 100%;
  padding-top: .1rem;
  padding-bottom: .1rem;
  height: auto;
}

.wrapper .main .class_nav ul li a {
  height: auto;
}

.wrapper .main .class_nav ul li a span {
  width: 60%;
  box-sizing: border-box;
  padding-left: .2rem;
  max-width: none;
  text-align: left;
  margin-left: 0;
}

.wrapper .main .class_nav.pro_center ul li a span p {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.wrapper .main .result:not(.can_show) {
  display: none;
}

.wrapper .main .result .tb_2 {
  /* max-height: 10.8rem; */
  max-height: 5rem;
}

/* .td_12 {
width: 0 !important;
} */
.description {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0rem;
  margin-top: .15rem;
}

.description-scroll {
  width: 100%;
  overflow-y: hidden;
}


.description-scroll-height{
  max-height: 170px;
}

.description .left-con {
  margin-top: 0rem;
  width: 70%;
}

.description-scroll img {
  margin-left: 0;
  width: 25%;
  margin-left: 3%;
  margin-top: .1rem;
}

#read-more {
  display: block;
  width: 100%;
  padding-top: .15rem;
  padding-bottom: .1rem;
  text-align: center;
  font-size: 12px;
  font-size: .12rem;
  color: #666666;
  position: absolute;
  top: 170px;
  left: 0;
  /* background-image: linear-gradient(rgba(255,255,255,0.5),rgba(238,238,238,0.5)); */
  /* opacity: 0.5; */
}




#read-more::after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: .1rem;
  border-bottom:1px solid #e9e9e9e9;
  position: relative;
  top: -.05rem;        /* background-image: url("../images/gengduo.png");
  background-size: cover;
  position: relative;
  top: .04rem; */
  margin-left: .05rem;
}



#read-more::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: .1rem;
  border-bottom:1px solid #e9e9e9e9;
  position: relative;
  top: -.05rem;        /* background-image: url("../images/gengduo.png");
  background-size: cover;
  position: relative;
  top: .04rem; */
  margin-right: .05rem;
}

#read-more img {
  width: .15rem;
  height: .15rem;
  line-height: 0;
  position: relative;
  
  top: .03rem;    }

.append_nav_copy {
  margin-bottom: .05rem;
}

.wrapper .main .select_center {
  padding-top: .3rem !important;
}

.wrapper .main .select_center {
  padding-top: .3rem !important;
}

.select_center .div_2 ul li {
  width: 100% !important;
  margin-top: .1rem;
  margin-right: 0;
}

.select_center .div_2 ul li select {
  height: .35rem;
  background: url("../images/xl.jpg") no-repeat 100% 0;
  background-size: contain;
  -webkit-appearance: none;
  border: none;
  border: 1px solid #d0d1d2;
  background-color: #eeeeee;
  font-size: .14rem;
  text-indent: .08rem;
}

.select_center .div_2 ul li select option {
  width: 100%;
  padding-left: .08rem;
}

.select_center .div_2 ul li span {
  padding-left: 0;
}

.select_center div ul {
  width: 100%;
  white-space: nowrap;
}

.select_center ul li input {
  display: inline-block;
  margin-left: 0;
  width: 98%;
  float: none;
}

.select_center .div_1 ul li:first-child {
  width: 25%;
}

.select_center .div_1 ul li:nth-child(2) {
  width: 63%;
  text-align: left;
}

.select_center .div_1 ul li:nth-child(3) {
  width: 12%;
  text-align: left;
}

.select_center .div_1 ul li:nth-child(3) button {
  width: 100%;
  margin-left: 0;
}

.wrapper .main .pro_nav.product_class {
  margin-bottom: 0;
}

.wrapper .main .pro_nav.product_class ul {
  width: 100%;
  text-align: left !important;
  white-space: normal;
}

.wrapper .main .pro_nav.product_class ul li {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.wrapper .main .pro_nav.product_class ul li a {
  text-align: left;
  padding-left: .1rem;
  border: 0;
  background-color: #ffffff;
  font-size: .16rem !important;
}

.wrapper .main .pro_nav.product_class ul li {
  display: none;
}

.wrapper .main .pro_nav.product_class ul li:first-child {
  display: block;
}

.wrapper .main .pro_nav.product_class ul li:nth-child(2) {
  padding-top: .1rem;
  border-top: 1px solid #f8f8f8;
}

.wrapper .main .pro_nav.product_class ul li:last-child {
  padding-bottom: .1rem;
}

.wrapper .main .pro_nav.product_class ul li:first-child a {
  width: auto;
}

.wrapper .main .pro_nav.product_class ul li:first-child a.choosed {
  color: #2a2a2a;
}

.wrapper .main .pro_nav.product_class ul li:first-child .arrow_show,
.wrapper .main .pro_nav.product_class ul li:first-child span {
  display: inline-block;
}

.wrapper .main .pro_nav.product_class ul li:first-child span img {
  width: .22rem;
  height: .22rem;
  margin: .1rem;
  display: inline-block;
}

.wrapper .main .pro_nav.product_class ul li:first-child .choosed img {
  display: inline-block;
  position: relative;
  top: .02rem;
  width: .15rem;
  height: .15rem;
  margin-left: .06rem;
}

.wrapper .main .pro_nav.product_class ul li:first-child span {
  float: right;
}

.wrapper .main .pro_nav.product_class ul li:first-child span img:first-child {
  margin-right: .15rem;
}
}

