@charset "UTF-8";
/*
.commont {
  width: 852px;
  margin: auto;
  background: url(icon-5.png) no-repeat center right;
}*/

.commont span {
  display: inline-block;
  font-size: 18px;
  color: #243159;
  font-weight: bold;
  padding: 0 6px 0 22px;
  background: #fff url(icon-t.png) no-repeat center left;
}

.commont .special {
  color: #ff4e00;
}

.content {
  width: 100%;
  background: none;
  font-size: 0;
}

.content .location {
  width: 1400px;
  margin: auto;
  padding: 22px 0 18px 0;
  font-size: 12px;
  color: #797979;
}

.content .location a {
  font-size: 12px;
  color: #797979;
  margin-left: 18px;
  position: relative;
}

.content .location a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  width: 7px;
  height: 5px;
  margin-top: -2.5px;
  background: url(icon_right.png) no-repeat center;
}

.content .location a:last-child:after {
  content: none;
}

.content .head {
  width: 1400px;
  margin: auto;
  background: #fff;
  padding-top: 16px;
    min-height:600px;
}

.content .head_detail {
  /*width: 955px;*/
}

.content .head_detail_img {
  width: 310px;
  margin: 0 21px 0 16px;
  position: relative;
}

.content .head_detail_img_show {
  width: 310px;
  height: 310px;
  display: table;
  text-align: center;
  margin-bottom: 19px;
}

.content .head_detail_img_show div {
  width: 310px;
  height: 310px;
  display: table-cell;
  vertical-align: middle;
  background: url(brand_bg2.jpg) no-repeat center;
}

.content .head_detail_img_show div img {
  max-width: 310px;
  max-height: 310px;
}

.content .head_detail_img_show .icon_jp {
  display: block;
  position: absolute;
  width: 101px;
  height: 101px;
  background: url(boutique.png) no-repeat center;
  top: -16px;
  left: -16px;
}

.content .head_detail_img_info {
  width: 298px;
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 14px;
}

.content .head_detail_img_info input {
  width: 190px;
  color: #a6a6a6;
}

.content .head_detail_img_info .copy {
  display:block;
  padding:0 5px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #dbdbdb;
  background: #f3f5f9;
  user-select: none;
  cursor: pointer;
  color: #a6a6a6;
  font-size: 12px;
}

.content .head_detail_img_info .share, .content .head_detail_img_info .collect {
  display: inline-block;
  height: 16px;
  padding-left: 16px;
  margin-right: 18px;
  line-height: 16px;
  user-select: none;
  cursor: pointer;
}

.content .head_detail_img_info .share {
  background: url(share.png) no-repeat center left;
}

.content .head_detail_img_info .collect {
  background: url(collect.png) no-repeat center left;
}

.content .head_detail_img_info .collect.on {
  background: url(collect_on.png) no-repeat center left;
  color: #243159;
}

.content .head_detail_show {
  width: 718px;
}

.content .head_detail_show_title {
  font-size: 30px;
  color: #404040;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.content .head_detail_show .biaost{
  padding-left: 40px;
}

.content .head_detail_show .bgh_goods{
  background-image: linear-gradient(225deg,#ffc885 0%, #ffa438 100%);
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 13px;
}

.content .head_detail_show .tj_goods{
  background-image: linear-gradient(225deg,#ff8a8a 0%, #fa3c3c 100%);
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 13px;
}

.content .head_detail_show_title:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: url('./icon_r.png') no-repeat center;
  position: absolute;
  top: 1.5px;
  right: -22px;
}

.content .head_detail_show_expiry {
  font-size: 12px;
  color: #8e8e8e;
    margin-left:10px;
    margin-top:10px;
}

.content .head_detail_show_price {
  width: 718px;
  height: 115px;
  background: url(detail_bg.png) no-repeat center;
  margin-top: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 0 10px;
    background-size:100% 100%;
}

.content .head_detail_show_price_row1 span:first-child {
  font-size: 14px;
  color: #878787;
}

.content .head_detail_show_price_row1 .price {
  font-size: 30px;
  color: #ff4e00;
  font-weight: bold;
}

.content .head_detail_show_price_row1 .price:before {
  content: '￥';
  font-size: 16px;
  color: #ff5a28;
  font-weight: bold;
}

.content .head_detail_show_price_row1 .icon {
  width: 69px;
  height: 21px;
  background: #ff839a;
  text-align: center;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  position: relative;
  top: -7px;
  margin-left: 15px;
}

.content .head_detail_show_price_row1 .icon:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: -5px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #ff839a;
  border-left: 5px solid transparent;
}

.content .head_detail_show_price_row2 {
  margin-top: 8px;
}

.content .head_detail_show_price_row2 span:first-child {
  font-size: 14px;
  color: #878787;
}

.content .head_detail_show_price_row2 .earnest {
  font-size: 16px;
  color: #ff5a28;
}

.content .head_detail_show_sort {
  font-size: 14px;
  color: #959595;
  margin: 20px 0 0 10px;
}

.content .head_detail_show_sort span {
  color: #656565;
}

.content .head_detail_show_apply {
  font-size: 14px;
  color: #959595;
  margin: 16px 0 0 10px;
}

.content .head_detail_show_apply .dotd {
  display: inline-block;
  width: 450px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: 5px;
}

.content .head_detail_show_apply a {
  font-size: 14px;
  color: #fc5524;
}

.content .head_detail_show_apply a:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(mail.png) no-repeat center;
}

.content .head_detail_show_tip {
  font-size: 14px;
  color: #b2b2b2;
  margin: 7px 0 0 80px;
}

.content .head_detail_show_tip a {
  color: #b2b2b2;
  transition: 0.3s;
}

.content .head_detail_show_tip a:hover {
  color: #fc5524;
}

.content .head_detail_show_similar {
  margin: 15px 0 0 10px;
  font-size: 14px;
  color: #959595;
}

.content .head_detail_show_similar span {
  color: #656565;
  display: inline-block;
  width: 450px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: 5px;
}

.content .head_detail_show_similar span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(question.png) no-repeat center;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.content .head_detail_show_state {
  margin: 15px 0 0 10px;
  font-size: 14px;
  color: #959595;
}

.content .head_detail_show_state span {
  color: #656565;
}

.content .head_detail_show_combine {
  margin: 15px 0 0 10px;
  font-size: 14px;
  color: #959595;
}

.content .head_detail_show_combine span {
  color: #656565;
}

.content .head_detail_show_btns {
  margin: 30px 0 0 10px;
}

.content .head_detail_show_btns a {
  display: block;
  width: 148px;
  height: 40px;
  border: 1px solid;
  border-radius: 4px;
}

.content .head_detail_show_btns .buy {
  border: 1px solid #ff580e;
  background: #ff580e;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-right: 6px;
  transition: 0.3s;
}

.content .head_detail_show_btns .buy i {
  display: inline-block;
  width: 19px;
  height: 40px;
  background: url(icon_buy.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
  transition: 0.3s;
}

.content .head_detail_show_btns .buy:hover {
  border: 1px solid #ff7033;
  background: #ff7033;
  color: #fff;
}

.content .head_detail_show_btns .buy:hover i {
  display: inline-block;
  width: 19px;
  height: 40px;
  background: url(icon_buy_h.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
}

.content .head_detail_show_btns .consultation {
  border: 1px solid #ff580e;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ff580e;
  font-weight: bold;
  margin-right: 6px;
  transition: 0.3s;
}

.content .head_detail_show_btns .consultation i {
  display: inline-block;
  width: 19px;
  height: 40px;
  background: url(icon_consultation.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
  transition: 0.3s;
}

.content .head_detail_show_btns .consultation:hover {
  border: 1px solid #ff580e;
  background: #ff580e;
  color: #fff;
}

.content .head_detail_show_btns .consultation:hover i {
  display: inline-block;
  width: 19px;
  height: 40px;
  background: url(icon_consultation_h.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
}

.content .head_detail_show_btns .cart {
  border: 1px solid #d5dae4;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #888888;
  font-weight: bold;
  margin-right: 6px;
  transition: 0.3s;
}

.content .head_detail_show_btns .cart i {
  display: inline-block;
  width: 19px;
  height: 40px;
  background: url(icon_cart.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
  transition: 0.3s;
}

.content .head_detail_show_btns .cart:hover {
  border: 1px solid #ff580e;
  background: #fff;
  color: #ff580e;
}

.content .head_detail_show_btns .cart:hover i {
  display: inline-block;
  width: 19px;
  height: 40px;
  background: url(icon_cart_h.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
}

.content .head_detail_down {
  width: 1055px;
  height: 67px;
  border-top: 1px dotted #d2d2d2;
  margin-top: 35px;
}

.content .head_detail_down_l .buy {
  display: inline-block;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  position: relative;
  font-size: 14px;
  color: #8a8a8a;
}

.content .head_detail_down_l .buy:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5.5px;
}

.content .head_detail_down_l .buy i {
  display: inline-block;
  height: 67px;
  width: 16px;
  vertical-align: middle;
  background: url(price.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.content .head_detail_down_l .sign {
  display: inline-block;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  position: relative;
  font-size: 14px;
  color: #8a8a8a;
}

.content .head_detail_down_l .sign:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5.5px;
}

.content .head_detail_down_l .sign i {
  display: inline-block;
  height: 67px;
  width: 16px;
  vertical-align: middle;
  background: url(pro_1.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.content .head_detail_down_l .confirm {
  display: inline-block;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  position: relative;
  font-size: 14px;
  color: #8a8a8a;
}

.content .head_detail_down_l .confirm:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5.5px;
}

.content .head_detail_down_l .confirm i {
  display: inline-block;
  height: 67px;
  width: 16px;
  vertical-align: middle;
  background: url(pro_2.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.content .head_detail_down_l .below {
  display: inline-block;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  position: relative;
  font-size: 14px;
  color: #8a8a8a;
}

.content .head_detail_down_l .below:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5.5px;
}

.content .head_detail_down_l .below i {
  display: inline-block;
  height: 67px;
  width: 16px;
  vertical-align: middle;
  background: url(pro_5.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.content .head_detail_down_l .assure {
  display: inline-block;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  position: relative;
  font-size: 14px;
  color: #8a8a8a;
}

.content .head_detail_down_l .assure:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5.5px;
}

.content .head_detail_down_l .assure i {
  display: inline-block;
  height: 67px;
  width: 16px;
  vertical-align: middle;
  background: url(pro_6.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.content .head_detail_down_l .assure:after {
  content: none;
}

.content .head_detail_down_r {
  margin-right: 15px;
  font-size: 14px;
  color: #ff580e;
  line-height: 67px;
}

.content .head_detail_down_r i {
  display: inline-block;
  width: 16px;
  height: 67px;
  background: url(brandstips.png) no-repeat center;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.content .head_customer {
  width: 228px;
  height: 598px;
  border: 1px solid #e9ecf3;
  margin-right: 15px;
  background: #f8f8f8;
}

.qwtabbox .hd{height: 41px;margin-bottom: 12px;position: relative;}
.qwtabbox .hd ul{height: 41px;display: table;margin: 0 auto;}
.qwtabbox .hd li{float: left;padding: 5px;width: 86px;height: 31px;line-height: 31px;text-align: center;font-weight: bold;font-size: 14px;color: #fff;border-radius: 21.5px;-webkit-border-radius: 21.5px;background: #fff;margin-left: 6px;cursor: pointer;box-shadow: 0 0 10px rgba(194, 194, 194, 0.34);-webkit-box-shadow: 0 0 10px rgba(194, 194, 194, 0.34);}
.qwtabbox .hd li:first-child{margin-left: 0;}
.qwtabbox .hd li a{font-weight: bold;font-size: 14px;color: #fff;}
.qwtabbox .hd li span{display:block;width: 86px;height: 31px;border-radius: 15.5px;-webkit-border-radius: 15.5px;background: #ff580e;}
.qwtabbox .hd li:first-child span{background: #2b3d63;}
.qwtabbox .bd{height: 171px;}
.qwtabbox .bd li{display: none;position: relative;}
.qwtabbox .bd li:first-child{display: list-item;}
.qwtabbox .bd .wechatbox{width: 230px;height: 220px;text-align: center;padding: 19px 20px 27px;background: url(../wechatbox.png) no-repeat;position: absolute;left: -21px;top: -79px;}
.qwtabbox .bd .wechatbox p{height: 150px;margin: 15px 0 17px;}
.qwtabbox .bd .wechatbox p img{width: 150px;height: 150px;}
.qwtabbox .bd .wechatbox span{display: block;line-height: 18px;font-size: 14px;color: #545454;}
.qwtabbox .bd .wechatbox span i{display: inline-block;vertical-align: top;height: 18px;width: 17px;margin-right: 5px;background: url(../icon_wechat.png) no-repeat center;}

.content .head_customer_avatar {
  width: 101px;
  height: 101px;
  border-radius: 100%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-top: 18px;
  position: relative;
}

.content .head_customer_avatar_cell {
  display: table-cell;
  vertical-align: middle;
}

.content .head_customer_avatar_cell img {
  width: 101px;
  height: 101px;
  border-radius:100%;
}

.content .head_customer_avatar_icon {
  width: 70px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: -40px;
  background: #ff580e;
  border-radius: 9.5px;
}

.content .head_customer_name {
  text-align: center;
  font-size: 14px;
  color: #2b3d63;
  font-weight: bold;
  margin: 15.5px 0;
}

.content .head_customer_contact {
  display: block;
  width: 188px;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 20.5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(194, 194, 194, 0.34);
  margin: 0 auto 12px auto;
}

.content .head_customer_contact span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16.4px;
  background: #2b3d63;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

.content .head_customer_qq {
  width: 100%;
  height: 42px;
  text-align: left;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  line-height: 42px;
  font-size: 12px;
  color: #727272;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 28px;
}

.content .head_customer_phone {
  width: 100%;
  height: 42px;
  text-align: left;
  border-bottom: 1px dashed #e5e5e5;
  line-height: 42px;
  font-size: 12px;
  color: #727272;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 28px;
}

.content .head_customer_phone span {
  color: #f46a41;
  font-weight: bold;
}

.content .head_customer_otherc {
  width: 100%;
  padding: 20px 0 20px 18px;
  border-bottom: 1px dashed #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.content .head_customer_otherc img {
  height: 61px;
  width: 61px;
  border-radius:100%;
  border-radius: 100%;
}

.content .head_customer_otherc .otherc_info {
  padding-left: 12px;
}

.content .head_customer_otherc .otherc_info_name {
  font-size: 14px;
  color: #565656;
    margin-bottom:0;
}

.content .head_customer_otherc .otherc_info_qq {
  font-size: 12px;
  color: #999999;
}

.content .head_customer_otherc .otherc_info_consult {
  margin-top: 4px;
  width: 52px;
  height: 19px;
  border: 1px solid #ff8400;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  color: #ff8a17;
}

.content .head_customer_btns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 0 0 12px;
}

.content .head_customer_btns_contact {
  display: inline-block;
  width: 98px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #ebaeaf;
  color: #dc9596;
  font-size: 13px;
}

.content .head_customer_btns_contact i {
  display: inline-block;
  width: 15px;
  height: 28px;
  vertical-align: middle;
  background: url(qq_p.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.content .head_customer_btns_contact {
  margin-right: 3px;
}

.content .head_customer_btns_complain {
  display: inline-block;
  width: 98px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #e0ba9b;
  color: #e0ba9b;
  font-size: 13px;
}

.content .head_customer_btns_complain i {
  display: inline-block;
  width: 15px;
  height: 28px;
  vertical-align: middle;
  background: url(qq_y.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.content .package {
  width: 1400px;
  height: 240px;
  margin: 20px auto 0 auto;
  background: #fff;
}

.content .package_t {
  width: 1400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #dddddd;
}

.content .package_t .fl {
  font-size: 18px;
  color: #2b3d63;
}

.content .package_t .fl i {
  display: inline-block;
  width: 10px;
  height: 50px;
  background: url(icon-1.png) no-repeat center;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.content .package_t .fr {
  font-size: 14px;
  color: #a3a3a3;
}

.content .package_show {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0 30px;
}

.content .package_show_brand {
  width: 250px;
}

.content .package_show_brand_l {
  width: 165px;
}

.content .package_show_brand_l_name {
  font-size: 14px;
  color: #404040;
  font-weight: bold;
}

.content .package_show_brand_l_sort {
  margin-top: 5px;
  font-size: 14px;
  color: #46494d;
  padding-bottom: 6px;
  border-bottom: 1px dotted #dcdcdc;
}

.content .package_show_brand_l_sell {
  font-size: 14px;
  color: #aeaeae;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  width: 165px;
  padding: 6.5px 0;
}

.content .package_show_brand_l_sell:after {
  content: '';
  display: block;
  width: 39px;
  height: 1px;
  background: url(icon-2.png) no-repeat center;
  margin-top: 6.5px;
}

.content .package_show_brand_l_price {
  margin-top: 4.5px;
  font-size: 16px;
  color: #fb6514;
  font-weight: bold;
}

.content .package_show_brand_r {
  height: 128px;
  width: 35px;
    margin-left:20px;
  background: url(icon_add.png) no-repeat center;
}

.content .package_show_slide {
  width: 710px;
  margin: 0 20px;
  position: relative;
}

.content .package_show_slide_in {
  width: 710px;
  overflow: hidden;
}

.content .package_show_slide_bd {
  overflow: hidden;
}

.content .package_show_slide_bd_each {
  width: 177px;
  text-align: center;
  position: relative;
}

.content .package_show_slide_bd_each .brandimg {
  max-width: 40px;
  max-height: 40px;
}

.content .package_show_slide_bd_each .sort {
  font-size: 14px;
  color: #585858;
  font-weight: bold;
  margin-top: 10px;
}

.content .package_show_slide_bd_each .detail {
  font-size: 12px;
  color: #999da5;
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  margin: 3px auto 9px auto;
}

.content .package_show_slide_bd_each .price {
  margin-top: 9px;
  font-size: 14px;
  color: #fb6514;
  font-weight: bold;
}

.content .package_show_slide_bd_each .price i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(icon_unselect.png) no-repeat center;
  cursor: pointer;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.content .package_show_slide_bd_each .select i {
  background: url(icon_select.png) no-repeat center;
}

.content .package_show_slide_bd_each:after {
  content: '';
  display: blokc;
  position: absolute;
  width: 1px;
  height: 122px;
  background: #f4f4f4;
  top: 5px;
  right: 0;
}

.content .package_show_slide_bd .noBorder:after {
  content: none;
}

.content .package_show_slide_left {
  width: 20px;
  height: 50px;
  transition: 0.3s;
  background: url(left.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -25px;
  cursor: pointer;
}

.content .package_show_slide_left:hover {
  background: url(left_h.png) no-repeat center;
}

.content .package_show_slide_right {
  width: 20px;
  height: 50px;
  transition: 0.3s;
  background: url(right.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -25px;
  cursor: pointer;
}

.content .package_show_slide_right:hover {
  background: url(right_h.png) no-repeat center;
}

.content .package_show_contact {
  width: 250px;
}

.content .package_show_contact .equal {
  width: 48px;
  height: 128px;
    margin-left:20px;
    margin-right:20px;
  background: url(icon_equl.png) no-repeat center;
}

.content .package_show_contact .detail {
  text-align: left;
}

.content .package_show_contact .detail_tip {
  font-size: 12px;
  color: #616161;
  position: relative;
  margin-bottom: 5px;
}

.content .package_show_contact .detail_tip span {
  color: #ff580e;
  font-weight: bold;
}

.content .package_show_contact .detail_tip:before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 21px;
  background: url(icon_discount.png) no-repeat center;
  position: absolute;
  top: -21px;
  left: 0;
}

.content .package_show_contact .detail_price {
  font-size: 12px;
  color: #616161;
  margin-top: 5px;
}

.content .package_show_contact .detail_price span {
  font-size: 16px;
  color: #ff580e;
  font-weight: bold;
}

.content .package_show_contact .detail_buy {
  display: block;
  width: 100px;
  height: 24px;
  background: #ff580e;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin: 15px 0 10px 0;
}

.content .package_show_contact .detail_consult {
  display: block;
  width: 98px;
  height: 22px;
  background: #fff;
  border: 1px solid #ff580e;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #ff580e;
}

.content .turning {
  width: 1400px;
  margin: 20px auto 0 auto;
}
/*
.content .turning_turn {
  width: 958px;
  position: relative;
  padding: 0px 0 50px 0;
  background: #fff;
}

.content .turning_turn_wrap {
  width: 958px;
  height: 61px;
  border-bottom: 1px solid #eaeaea;
}

.content .turning_turn_nav {
  width: 958px;
  height: 60px;
  background: #fff;
}
*/
.content .turning_turn_nav span {
  display: block;
  margin-left: 45px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #656565;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.content .turning_turn_nav .on {
  color: #ff580e;
}

.content .turning_turn_nav .on:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fb6514;
}

.content .turning_turn_trademark .commont {
  margin: 34.5px auto 27px auto;
}

.content .turning_turn_trademark_show {
  width: 852px;
  margin: auto;
}

.content .turning_turn_trademark_show_row1 {
  width: 291px;
  font-size: 14px;
  color: #9a9a9a;
}

.content .turning_turn_trademark_show_row1 p {
  margin-bottom: 25px;
}

.content .turning_turn_trademark_show_row1 span {
  display: inline-block;
  width: 122px;
  color: #575757;
  border-bottom: 1px solid #e1e4ea;
}

.content .turning_turn_trademark_show_row2 {
  width: 262px;
  font-size: 14px;
  color: #9a9a9a;
}

.content .turning_turn_trademark_show_row2 p {
  margin-bottom: 25px;
}

.content .turning_turn_trademark_show_row2 span {
  display: inline-block;
  width: 122px;
  color: #575757;
  border-bottom: 1px solid #e1e4ea;
}

.content .turning_turn_trademark_show_row3 {
  width: 298px;
  font-size: 14px;
  color: #9a9a9a;
}

.content .turning_turn_trademark_show_row3 p {
  margin-bottom: 25px;
}

.content .turning_turn_trademark_show_row3 span {
  display: inline-block;
  width: 224px;
  color: #575757;
  border-bottom: 1px solid #e1e4ea;
}

.content .turning_turn_explain {
  padding-top: 30px;
  text-align: center;
}

.content .turning_turn_explain .commont {
  text-align: left;
}

.content .turning_turn_explain img {
  max-width: 850px;
  margin-bottom:10px;
}

.content .turning_turn_explain .img1 {
  margin: 13px 0 10px 0;
}

.content .turning_turn_explain .videobox {
  width: 850px;
  margin: 13px auto 10px;
  position: relative;
}

.content .turning_turn_why {
  padding-top: 43px;
}

.content .turning_turn_why_benefit {
  width: 852px;
  margin: 13.5px auto auto auto;
}

.content .turning_turn_why_benefit_l {
  width: 420px;
  height: 200px;
  background: url(why_bg1.png) no-repeat center;
}

.content .turning_turn_why_benefit_l_title {
  margin: 40px 0 8px 23px;
  font-size: 26px;
  color: #454545;
}

.content .turning_turn_why_benefit_l img {
  margin: 0 0 0 23px;
}

.content .turning_turn_why_benefit_l_show {
  margin: 8px 0 0 23px;
  width: 314px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #96969b;
}

.content .turning_turn_why_benefit_r {
  width: 420px;
  height: 200px;
  background: url(why_bg2.png) no-repeat center;
}

.content .turning_turn_why_benefit_r_title {
  margin: 40px 0 8px 23px;
  font-size: 26px;
  color: #454545;
}

.content .turning_turn_why_benefit_r img {
  margin: 0 0 0 23px;
}

.content .turning_turn_why_benefit_r_show {
  margin: 8px 0 0 23px;
  width: 314px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #96969b;
}

.content .turning_turn_process {
  padding-top: 34px;
}

.content .turning_turn_process_chart {
  width: 850px;
  height: 200px;
  border-radius: 4px;
  background: url(process_bg.png) no-repeat center;
  margin: 10px auto auto auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
}

.content .turning_turn_process_chart_in {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content .turning_turn_process_chart_each {
  width: 144px;
  height: 178px;
  margin-top: 10px;
  cursor: pointer;
}

.content .turning_turn_process_chart_each_num {
  width: 61px;
  height: 61px;
  margin: 18px auto auto auto;
  background: url(circle.png) no-repeat center;
  text-align: center;
  line-height: 61px;
  font-size: 12px;
  color: #495260;
}

.content .turning_turn_process_chart_each_num span {
  font-size: 18px;
}

.content .turning_turn_process_chart_each_name {
  font-size: 16px;
  color: #304158;
  text-align: center;
  margin: 2px 0 8px 0;
}

.content .turning_turn_process_chart_each_intro {
  font-size: 12px;
  color: #b2b5b9;
  text-align: center;
  margin: auto;
  width: 135px;
  height: 18px;
  overflow: hidden;
}

.content .turning_turn_process_chart_each i {
  display: block;
  width: 18px;
  height: 18px;
  background: url(other_icon1.png) no-repeat center;
  margin: 5px auto auto auto;
}

.content .turning_turn_process_chart .first {
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  background: url(first.png) no-repeat center;
  border-right: 1px solid #d7dde7;
}

.content .turning_turn_process_chart .second {
  overflow: hidden;
  background: url(second.png) no-repeat center;
  border-right: 1px solid #d7dde7;
}

.content .turning_turn_process_chart .third {
  overflow: hidden;
  background: url(third.png) no-repeat center;
  border-right: 1px solid #d7dde7;
}

.content .turning_turn_process_chart .fourth {
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  background: url(fourth.png) no-repeat center;
}

.content .turning_turn_process_chart .on {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 14px;
  transition: 0.3s;
}

.content .turning_turn_process_chart .on .turning_turn_process_chart_each_num {
  background: none;
  text-align: left;
  color: #fff;
  margin: 28px 0 0 0;
  height: auto;
  line-height: 18px;
  font-size: 12px;
}

.content .turning_turn_process_chart .on .turning_turn_process_chart_each_num span {
  font-size: 30px;
}

.content .turning_turn_process_chart .on .turning_turn_process_chart_each_name {
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}

.content .turning_turn_process_chart .on .turning_turn_process_chart_each_name:after {
  content: '';
  display: block;
  width: 39px;
  height: 1px;
  background: url(icon-6.png) no-repeat center;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.content .turning_turn_process_chart .on .turning_turn_process_chart_each_intro {
  text-align: left;
  width: 225px;
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #c4cbd7;
  margin: 15px 0 0 0;
}

.content .turning_turn_process_chart .on i {
  display: none;
}

.content .turning_turn_transfer {
  padding-toP: 35px;
}

.content .turning_turn_transfer_table {
  width: 850px;
  height: 329px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px auto auto auto;
}

.content .turning_turn_transfer_table_nav {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #e6e6e6;
}

.content .turning_turn_transfer_table_nav1 {
  width: 107px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  font-size: 14px;
  color: #777777;
  border-right: 1px solid #e6e6e6;
  text-align: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content .turning_turn_transfer_table_nav2 {
  width: 135px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  font-size: 14px;
  color: #777777;
  border-right: 1px solid #e6e6e6;
  text-align: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content .turning_turn_transfer_table_nav3 {
  width: 224px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  font-size: 14px;
  color: #777777;
  border-right: 1px solid #e6e6e6;
  text-align: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content .turning_turn_transfer_table_nav4 {
  width: 139px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  font-size: 14px;
  color: #777777;
  border-right: 1px solid #e6e6e6;
  text-align: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content .turning_turn_transfer_table_nav5 {
  width: 238px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  font-size: 14px;
  color: #777777;
  border-right: 1px solid #e6e6e6;
  text-align: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: none;
}

.content .turning_turn_transfer_tablebody .col1 {
  width: 106px;
  height: 172px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: table;
  text-align: left;
  float: left;
}

.content .turning_turn_transfer_tablebody .col1_in {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col1_in_up, .content .turning_turn_transfer_tablebody .col1_in_down {
  width: 106px;
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 10px;
  font-size: 14px;
  line-height: 85px;
  color: #6d6d6d;
  display: table;
}

.content .turning_turn_transfer_tablebody .col1_in_up > div, .content .turning_turn_transfer_tablebody .col1_in_down > div {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col1_in_up > div p, .content .turning_turn_transfer_tablebody .col1_in_down > div p {
  font-size: 14px;
  color: #949494;
  line-height: 14px;
}

.content .turning_turn_transfer_tablebody .col1_in_up > div p:not(:first-child), .content .turning_turn_transfer_tablebody .col1_in_down > div p:not(:first-child) {
  margin-top: 15px;
}

.content .turning_turn_transfer_tablebody .col1_in_down {
  border: none;
}

.content .turning_turn_transfer_tablebody .col1_in_p1 {
  font-size: 14px;
  color: #949494;
  margin-left: 10px;
}

.content .turning_turn_transfer_tablebody .col1_in_p1:not(:first-child) {
  margin-top: 13px;
}

.content .turning_turn_transfer_tablebody .col2 {
  width: 134px;
  height: 172px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: table;
  text-align: left;
  float: left;
}

.content .turning_turn_transfer_tablebody .col2_in {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col2_in_up, .content .turning_turn_transfer_tablebody .col2_in_down {
  width: 134px;
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 10px;
  font-size: 14px;
  line-height: 85px;
  color: #6d6d6d;
  display: table;
}

.content .turning_turn_transfer_tablebody .col2_in_up > div, .content .turning_turn_transfer_tablebody .col2_in_down > div {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col2_in_up > div p, .content .turning_turn_transfer_tablebody .col2_in_down > div p {
  font-size: 14px;
  color: #949494;
  line-height: 14px;
}

.content .turning_turn_transfer_tablebody .col2_in_up > div p:not(:first-child), .content .turning_turn_transfer_tablebody .col2_in_down > div p:not(:first-child) {
  margin-top: 15px;
}

.content .turning_turn_transfer_tablebody .col2_in_down {
  border: none;
}

.content .turning_turn_transfer_tablebody .col2_in_p1 {
  font-size: 14px;
  color: #949494;
  margin-left: 10px;
}

.content .turning_turn_transfer_tablebody .col2_in_p1:not(:first-child) {
  margin-top: 13px;
}

.content .turning_turn_transfer_tablebody .col3 {
  width: 224px;
  height: 172px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: table;
  text-align: left;
  float: left;
}

.content .turning_turn_transfer_tablebody .col3_in {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col3_in_up, .content .turning_turn_transfer_tablebody .col3_in_down {
  width: 224px;
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 10px;
  font-size: 14px;
  line-height: 85px;
  color: #6d6d6d;
  display: table;
}

.content .turning_turn_transfer_tablebody .col3_in_up > div, .content .turning_turn_transfer_tablebody .col3_in_down > div {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col3_in_up > div p, .content .turning_turn_transfer_tablebody .col3_in_down > div p {
  font-size: 14px;
  color: #949494;
  line-height: 14px;
}

.content .turning_turn_transfer_tablebody .col3_in_up > div p:not(:first-child), .content .turning_turn_transfer_tablebody .col3_in_down > div p:not(:first-child) {
  margin-top: 15px;
}

.content .turning_turn_transfer_tablebody .col3_in_down {
  border: none;
}

.content .turning_turn_transfer_tablebody .col3_in_p1 {
  font-size: 14px;
  color: #949494;
  margin-left: 10px;
}

.content .turning_turn_transfer_tablebody .col3_in_p1:not(:first-child) {
  margin-top: 13px;
}

.content .turning_turn_transfer_tablebody .col4 {
  width: 139px;
  height: 172px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: table;
  text-align: left;
  float: left;
}

.content .turning_turn_transfer_tablebody .col4_in {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col4_in_up, .content .turning_turn_transfer_tablebody .col4_in_down {
  width: 139px;
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 10px;
  font-size: 14px;
  line-height: 85px;
  color: #6d6d6d;
  display: table;
}

.content .turning_turn_transfer_tablebody .col4_in_up > div, .content .turning_turn_transfer_tablebody .col4_in_down > div {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col4_in_up > div p, .content .turning_turn_transfer_tablebody .col4_in_down > div p {
  font-size: 14px;
  color: #949494;
  line-height: 14px;
}

.content .turning_turn_transfer_tablebody .col4_in_up > div p:not(:first-child), .content .turning_turn_transfer_tablebody .col4_in_down > div p:not(:first-child) {
  margin-top: 15px;
}

.content .turning_turn_transfer_tablebody .col4_in_down {
  border: none;
}

.content .turning_turn_transfer_tablebody .col4_in_p1 {
  font-size: 14px;
  color: #949494;
  margin-left: 10px;
}

.content .turning_turn_transfer_tablebody .col4_in_p1:not(:first-child) {
  margin-top: 13px;
}

.content .turning_turn_transfer_tablebody .col5 {
  width: 238px;
  height: 172px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: table;
  text-align: left;
  float: left;
  border-right: none;
}

.content .turning_turn_transfer_tablebody .col5_in {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col5_in_up, .content .turning_turn_transfer_tablebody .col5_in_down {
  width: 238px;
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 10px;
  font-size: 14px;
  line-height: 85px;
  color: #6d6d6d;
  display: table;
}

.content .turning_turn_transfer_tablebody .col5_in_up > div, .content .turning_turn_transfer_tablebody .col5_in_down > div {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_tablebody .col5_in_up > div p, .content .turning_turn_transfer_tablebody .col5_in_down > div p {
  font-size: 14px;
  color: #949494;
  line-height: 14px;
}

.content .turning_turn_transfer_tablebody .col5_in_up > div p:not(:first-child), .content .turning_turn_transfer_tablebody .col5_in_down > div p:not(:first-child) {
  margin-top: 15px;
}

.content .turning_turn_transfer_tablebody .col5_in_down {
  border: none;
}

.content .turning_turn_transfer_tablebody .col5_in_p1 {
  font-size: 14px;
  color: #949494;
  margin-left: 10px;
}

.content .turning_turn_transfer_tablebody .col5_in_p1:not(:first-child) {
  margin-top: 13px;
}

.content .turning_turn_transfer_table_down {
  width: 100%;
  height: 100px;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

.content .turning_turn_transfer_table_down_in {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_table_down_in p {
  width: 785px;
  font-size: 14px;
  line-height: 30px;
  color: #939393;
}

.content .turning_turn_choose {
  padding-top: 38px;
}

.content .turning_turn_choose .commont {
  background: none;
}

.content .turning_turn_choose .commont_info {
  font-size: 13px;
  color: #a5a5a5;
}

.content .turning_turn_choose_showyuzhua {
  margin: 25px auto auto auto;
  background-color: #f7f8fa;
  width: 850px;
  height: 450px;
  border-radius: 4px;
  border: solid 1px #e1e3e9;
}

.content .turning_turn_choose_showyuzhua_up {
  width: 100%;
  height: 310px;
}

.content .turning_turn_choose_showyuzhua_up .smallimg {
  width: 213px;
  height: 310px;
}

.content .turning_turn_choose_showyuzhua_up .smallimg_up, .content .turning_turn_choose_showyuzhua_up .smallimg_down {
  width: 213px;
  height: 155px;
  position: relative;
}

.content .turning_turn_choose_showyuzhua_up .smallimg_up img, .content .turning_turn_choose_showyuzhua_up .smallimg_down img {
  max-width: 213px;
  max-height: 155px;
}

.content .turning_turn_choose_showyuzhua_up .smallimg_up_mask, .content .turning_turn_choose_showyuzhua_up .smallimg_down_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 213px;
  height: 32px;
  background-color: rgba(36, 49, 81, 0.6);
  text-align: left;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
  font-size: 14px;
  color: #ffffff;
}

.content .turning_turn_choose_showyuzhua_up .choose_lunbo {
  width: 637px;
  height: 310px;
  overflow: hidden;
  position: relative;
}

.content .turning_turn_choose_showyuzhua_up .bigimg {
  width: 637px;
  height: 310px;
  overflow: hidden;
  position: relative;
}

.content .turning_turn_choose_showyuzhua_up .bigimg1 {
  background: url(choose_img3.jpg) no-repeat top right;
}

.content .turning_turn_choose_showyuzhua_up .bigimg2 {
  background: url(choose_img4.jpg) no-repeat top right;
}

.content .turning_turn_choose_showyuzhua_up .bigimg3 {
  background: url(choose_img5.jpg) no-repeat top right;
}

.content .turning_turn_choose_showyuzhua_up .bigimg_point {
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 57px;
  height: 14px;
}

.content .turning_turn_choose_showyuzhua_up .bigimg_point li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 1px #e1e3e9;
  margin-right: 5px;
}

.content .turning_turn_choose_showyuzhua_up .bigimg_point .on {
  background: #fff;
}

.content .turning_turn_choose_showyuzhua_up .bigimg_mask {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 143px;
  height: 32px;
  background-color: rgba(36, 49, 81, 0.6);
  border-radius: 16px 0px 0px 0px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}

.content .turning_turn_choose_showyuzhua_down {
  width: 850px;
  height: 139px;
}

.content .turning_turn_choose_showyuzhua_down_each {
  width: 25%;
  height: 139px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #e1e3e9;
  padding-top: 18px;
  text-align: center;
}

.content .turning_turn_choose_showyuzhua_down_each .p1 {
  font-size: 15px;
  color: #525353;
  margin-top: 10px;
}

.content .turning_turn_choose_showyuzhua_down_each .p1 i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #97a1b5;
  border-radius: 100%;
  margin: 0 3px;
  position: relative;
  top: -4px;
}

.content .turning_turn_choose_showyuzhua_down_each .p2 {
  font-size: 12px;
  color: #b0b0b0;
  margin-top: 4px;
}

.content .turning_turn_choose_showyuzhua_down_each:last-child {
  border-right: none;
}

.content .turning_turn .honorwall {
  width: 850px;
  height: 387px;
  border-radius: 4px;
  margin: 28px auto auto auto;
  background: url(honor_bg.png) no-repeat center;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
}

.content .turning_turn .honorwall_t {
  font-size: 18px;
  color: #ffffff;
}

.content .turning_turn .honorwall_t:before, .content .turning_turn .honorwall_t:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(honor_t_icon.png) no-repeat center;
}

.content .turning_turn .honorwall_t:before {
  margin-right: 10px;
}

.content .turning_turn .honorwall_t:after {
  margin-left: 10px;
}

.content .turning_turn .honorwall_et {
  font-size: 10px;
  color: #788096;
}

.content .turning_turn .honorwall_imgs {
  width: 792px;
  margin: 15px auto auto auto;
  overflow: hidden;
}

.content .turning_turn .honorwall_imgs_l {
  width: 201px;
  height: 276px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  margin-right: 14px;
  float: left;
  background: rgba(255, 255, 255, 0.2);
}

.content .turning_turn .honorwall_imgs_l img {
  max-width: 182px;
  max-height: 259px;
}

.content .turning_turn .honorwall_imgs_m {
  width: 362px;
  height: 276px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  margin-right: 14px;
  float: left;
  background: rgba(255, 255, 255, 0.2);
}

.content .turning_turn .honorwall_imgs_m img {
  max-width: 346px;
  max-height: 259px;
}

.content .turning_turn .honorwall_imgs_r {
  width: 201px;
  height: 276px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  margin-right: 14px;
  float: left;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 0;
}

.content .turning_turn .honorwall_imgs_r img {
  max-width: 182px;
  max-height: 259px;
}

.content .turning_turn .problem {
  width: 850px;
  margin: auto;
  padding-top: 30px;
}

.content .turning_turn .problems {
  width: 860px;
  margin-top: 15px;
}

.content .turning_turn .problems_each {
  width: 420px;
  background: #f5f6f8;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.content .turning_turn .problems_each_t {
  width: 420px;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #dbdde0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #434343;
  font-weight: bold;
}

.content .turning_turn .problems_each_t p {
  position: relative;
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 45px;
}

.content .turning_turn .problems_each_t p:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 17px;
  margin-top: -8.5px;
  background: url(problem_icon1.png) no-repeat center;
}

.content .turning_turn .problems_each_detail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 0 45px;
}

.content .turning_turn .problems_each_detail_con {
  font-size: 13px;
  color: #b4b4b4;
  line-height: 25px;
  height: 50px;
  margin-bottom: 8px;
  position: relative;
}

.content .turning_turn .problems_each_detail_con:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: -25px;
  width: 18px;
  height: 17px;
  background: url(problem_icon2.png) no-repeat center;
}

.content .turning_turn .problems_each_detail_link {
  display: block;
  font-size: 13px;
  color: #858585;
  margin: 8px 0 22px 0;
  position: relative;
}

.content .turning_turn .problems_each_detail_link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 62px;
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background: url(problem_icon3.png) no-repeat center;
}
/*
.content .turning_othershow {
  width: 230px;
}

.content .turning_othershow_t {
  text-align: center;
  height: 60px;
  width: 230px;
  line-height: 60px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}
*/
.content .turning_othershow_t span {
  font-size: 18px;
  color: #2b3d63;
  position: relative;
}

.content .turning_othershow_t span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -3.5px;
  display: block;
  width: 13px;
  height: 7px;
  background: url(other-l.png) no-repeat center;
}

.content .turning_othershow_t span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -3.5px;
  display: block;
  width: 13px;
  height: 7px;
  background: url(other-r.png) no-repeat center;
}
/*
.content .turning_othershow_goods {
  width: 230px;
  height: 346px;
  background: #fff;
  margin-bottom: 12px;
  overflow: hidden;
}
*/
.content .turning_othershow_goods:hover .turning_othershow_goods_up {
  padding-bottom: 0;
  border-bottom: none;
}

.content .turning_othershow_goods:hover .turning_othershow_goods_up_about {
  display: none;
}

.content .turning_othershow_goods:hover .turning_othershow_goods_down {
  height: 40px;
  line-height: 40px;
}

.content .turning_othershow_goods:hover .turning_othershow_goods_down_detail {
  height: 40px;
}
/*
.content .turning_othershow_goods_up {
  width: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 15px 10px;
  border-bottom: 1px solid #e5ebf1;
  transition: 0.3s;
}

.content .turning_othershow_goods_up_img {
  width: 210px;
  height: 210px;
  margin: auto;
  background: url(brand_bg13.jpg) no-repeat center;
}

.content .turning_othershow_goods_up_img img {
  max-width: 210px;
  max-height: 210px;
}
.content .turning_othershow_goods_up_img a{
  display:block;
  width:210px;
  height:210px;
}
.content .turning_othershow_goods_up_name {
  margin-top: 15px;
}

.content .turning_othershow_goods_up_name span {
  font-size: 16px;
  color: #46494d;
  margin-left: 7px;
  width: 160px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.content .turning_othershow_goods_up_name i {
  display: block;
  cursor: pointer;
  width: 13px;
  height: 24px;
  background: url(other_icon2.png) no-repeat center;
  margin-right: 8px;
}

.content .turning_othershow_goods_up_name i.on {
  background: url(other_icon2_on.png) no-repeat center;
  color: #243159;
}

.content .turning_othershow_goods_up_about {
  display: block;
  font-size: 12px;
  color: #999da5;
  margin: 3px 8px 0 7px;
  width: 194px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.content .turning_othershow_goods_down {
  width: 230px;
  height: 53px;
  line-height: 53px;
  transition: 0.3s;
}
*/
.content .turning_othershow_goods_down_price {
  font-size: 16px;
  color: #fb6514;
  font-weight: bold;
  margin-left: 15px;
}

.content .turning_othershow_goods_down_detail {
  display: block;
  width: 18px;
  height: 53px;
  vertical-align: middle;
  background: url(other_icon1.png) no-repeat center;
  margin-right: 12px;
  cursor: pointer;
}

.content .turning_othershow_goods .othershow_btn {
  display: block;
  width: 198px;
  height: 36px;
  border-radius: 4px;
  margin: auto;
  background: #243159;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
  color: #ffffff;
}

.bdshare-button-style0-16 .bds_more {
  background: none !important;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  user-select: none;
  color: #9b9b9b !important;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
}

.proalertbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.proalert {
  width: 600px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.proalert .stip_tit {
  height: 55px;
  line-height: 55px;
  background-color: #3c5791;
  padding: 0 32px 0 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proalert .stip_tit p {
  color: #fff;
  font-size: 18px;
  float: left;
}

.proalert .stip_tit img {
  float: right;
  margin-top: 20px;
  cursor: pointer;
}

.proalert .links {
  margin: 30px auto;
  width: 560px;
  max-height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
}

.proalert .links a {
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}

.proalert .links a:hover {
  color: #FF6600;
}
