@charset "UTF-8";
.commont {
  width: 852px;
  margin: auto;
  background: url(../images/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(../images/icon-t.png) no-repeat center left;
}

.commont .special {
  color: #ff4e00;
}

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

.content .location {
  width: 1200px;
  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(../images/icon_right.png) no-repeat center;
}

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

.content .head {
  width: 1200px;
  margin: auto;
  background: #fff;
}

.content .head_detail {
  width: 955px;
	padding-top: 16px;
}

.content .head_detail_img {
  width: 311px;
  margin: 0 10px 0 16px;
}

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

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

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

.content .head_detail_img_show .hot_icon {
  width: 86px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.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(../images/share.png) no-repeat center left;
}

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

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

.content .head_detail_img_info:last-child {
  margin-bottom: 0;
}

.content .head_detail_show {
  width: 618px;
}

.content .head_detail_show_title {
  font-size: 30px;
  color: #404040;
  font-weight: bold;
  position: relative;
  display: inline-block;
  max-width: 546px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.content .head_detail_show_expiry {
  font-size: 18px;
  color: #333;
}

.content .head_detail_show_expiry input{
  width: 160px;
  font-size: 18px;
  color: #333;
}

.content .head_detail_show_expiry button{
  display: inline-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;
  vertical-align: top;
  margin-top: 3px;
}

.content .head_detail_show_price {
  width: 620px;
  height: 115px;
  background: url(../images/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;
}

.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_row1 .active_tag {
  width: 131px;
  height: 48px;
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  line-height: 55px;
  background: url(../images/order_down.png) no-repeat center;
  text-align: center;
  vertical-align: bottom;
  margin-left: 10px;
}
.content .head_detail_show_price_row1 .price:before {
  content: '￥';
  font-size: 16px;
  color: #ff5a28;
  font-weight: bold;
}
.content .head_detail_show_price_row1 span.active_tag {
  width: 131px;
  height: 48px;
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  line-height: 55px;
  background: url(../images/order_down.png) no-repeat center;
  text-align: center;
  vertical-align: bottom;
}
.content .head_detail_show_type {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px 0px 10px;
  margin-left: 10px;
  border-bottom: 1px dashed #d2d2d2;
}

.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: 420px;
	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(../images/mail.png) no-repeat center;
}


.content .head_detail_show_type_each {
  width: 120px;
  text-align: left;
  padding-left: 25px;
  border-right: 1px solid #e6e6e6;
}

.content .head_detail_show_type_each_p1 {
  font-size: 18px;
  color: #656565;
}

.content .head_detail_show_type_each_p2 {
  font-size: 14px;
  margin-top: 2px;
  color: #959595;
}

.content .head_detail_show_type_each:first-child {
  padding-left: 0;
}

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

.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(../images/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(../images/icon_buy_h.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
}

.content .head_detail_show_btns .bargain{display: inline-block;vertical-align: top;padding: 0 8px;height: 36px;line-height: 36px;background: #F7F9FB;font-size: 14px;color: #888;border-radius: 4px;-webkit-border-radius: 4px;margin: 3px 0 0 0;}
.content .head_detail_show_btns .bargain i{display: inline-block;vertical-align: top;width: 15px;height: 15px;background: url(../images/icon21.png) no-repeat;margin: 11px 3px 0 0;}


.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(../images/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(../images/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(../images/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(../images/icon_cart_h.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
}

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

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

.content .head_detail_down_l .refund: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 .refund i {
  display: inline-block;
  height: 67px;
  width: 16px;
  vertical-align: middle;
  background: url(../images/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(../images/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(../images/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(../images/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(../images/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(../images/brandstips.png) no-repeat center;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.content .head_customer {
  width: 245px;
  height: auto;
  border: 1px solid #e9ecf3;
  border-width: 0 0 0px 1px;
  box-sizing: border-box;
}

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

.qwtabbox .hd {
  height: 40px;
	padding-bottom: 20px;
	position: relative;
}

.qwtabbox .hd ul {
	height: 40px;
	display: table;
	margin: 0 auto;
}
.qwtabbox .hd li{
  float: left;
  width: 104px;
	height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin-left: 4px;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
}

.qwtabbox .hd li.online:hover,
.qwtabbox .hd li.wechat:hover {
  opacity: .88;
}

.qwtabbox .hd li.wechat:active {
  opacity: .7;
}

.qwtabbox .hd li.online {
  background: #2B3D63;
}

.qwtabbox .hd li.online.full {
  width: 212px;
}

.qwtabbox .hd li.wechat {
  background: #FF580D;
}

.qwtabbox .hd li.wechat .wechat_icon,
  .qwtabbox .hd li.online .advisory_icon {
  width: 16px;
  height: 16px;
}

.qwtabbox .hd li:first-child {
  margin-left: 0;
}

.qwtabbox .hd li a {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.qwtabbox .bd .hover-wechat {
	position: absolute;
	top: 16px;
	left: 39px;
	width: 166px;
	height: 194px;
	padding: 12px;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px 0px rgba(0, 64, 75, 0.16);
  border-radius: 2px;
  background: #ffffff;
  display: none;
}
.qwtabbox .bd .hover-wechat .hover-wechat__body {
	width: 142px;
  height: 142px;
  border: 1px solid #f2f4f8;
  display: block;
}
.qwtabbox .bd .hover-wechat .hover-wechat__foot {
	width: 144px;
	height: 28px;
  background: #f2f4f8;
}
.qwtabbox .bd .hover-wechat .hover-wechat__foot .wechat_icon {
	width: 16px;
  height: 16px;
  margin: 0 4px 0 11px;
  vertical-align: -4px;
}

.qwtabbox .bd .hover-wechat .hover-wechat__foot span {
  position: relative;
  font-size: 12px;
  color: #333333;
  line-height: 28px;
  padding-left: 4px;
}

.qwtabbox .bd .hover-wechat .hover-wechat__foot span::after {
  content: '';
  display: block;
  width: 1px;
  height: 8px;
  background: #dce1e6;
  position: absolute;
  top: 5px;
  left: 0;
}

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

.content .head_customer_avatar_cell img {
  width: 120px;
	height: 120px;
	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,
.content .head_customer_mobile {
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #2A2A2A;
  font-weight: 500;
}

.content .head_customer_name {
	padding: 12px 0 8px;
}
.content .head_customer_mobile {
	margin-bottom: 10px;
  font-size: 14px;
  color: #999999;
}

.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: 44px;
  text-align: left;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  line-height: 44px;
  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: 43px;
  text-align: left;
  border-bottom: 1px dashed #e5e5e5;
  line-height: 43px;
  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: 12px 0 12px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.content .head_customer_otherc img {
  height: 56px;
	width: 56px;
  border-radius: 2px;
}

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

.content .head_customer_otherc .otherc_info_name {
  margin-bottom: 12px;
	font-size: 16px;
  color: #2B2B2B;
	line-height: 16px;
}

.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 .qwtabbox .bd {
  position: relative;
}

.content .head_customer .qwtabbox .bd {
  position: relative;
}

.content .head_customer .other_info_head {
  padding: 20px 16px 12px 14px;
  background: #ffffff;
  border-top: 1px solid #E9ECF3;
}

.content .head_customer .other_info_head .title {
  font-size: 18px;
  line-height: 18px;
  color: #2A2A2A;
  font-weight: 700;
}

.content .head_customer .other_info_head .btn {
  float: right;
  font-size: 14px;
  color: #979797;
  line-height: 16px;
  cursor: pointer;
}

.content .head_customer .other_info_head .btn .change_icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.content .head_customer_otherc .otherc_info_contact {
  position: relative;
}

.content .head_customer_otherc .otherc_info_contact .hover-wechat {
	position: absolute;
	top: -180px;
  left: -37px;
	width: 144px;
	height: 160px;
	padding: 12px;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 64, 75, 0.16));
	        filter: drop-shadow(0px 4px 16px rgba(0, 64, 75, 0.16));
  border-radius: 2px;
  background: #ffffff;
  display: none;
}

.content .head_customer_otherc .otherc_info_contact .hover-wechat::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  bottom: -8px;
  border-radius: 2px;
  left: 64px;
  transform: rotate(135deg);
}

.content .head_customer_otherc .otherc_info_contact .hover-wechat .hover-wechat__body {
	width: 120px;
  height: 120px;
  display: block;
}

.content .head_customer_otherc .otherc_info_contact .hover-wechat .hover-wechat__foot {
  padding: 4px 0 12px;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  text-align: center;
}

.content .head_customer_otherc .otherc_info_btn {
  width: 70px;
  height: 28px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff;
  transition: all .3s;
  cursor: pointer;
}

.content .head_customer_otherc .otherc_info_btn:active {
  opacity: .7;
}

.content .head_customer_otherc .otherc_info_btn.wechat {
  border: 1px solid #FF580D;
  color: #FF580D;
  float: left;
  margin-right: 4px;
}
.content .head_customer_otherc .otherc_info_btn.wechat:hover {
  background: rgba(255, 88, 13, 0.08);
  border: 1px solid #FF580D;
}


.content .head_customer_otherc .otherc_info_btn.consult {
  border: 1px solid #2B3D63;
  color: #2B3D63;
  float: left;
}
.content .head_customer_otherc .otherc_info_btn.consult:hover {
  background: rgba(43, 61, 99, 0.08);
  border: 1px solid #2B3D63;
}

.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(../images/qq_p.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

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

.content .head_customer_btns_complain {
  display: block;
  width: 202px;
  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(../images/qq_y.png) no-repeat center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.content .turning {
  width: 1200px;
  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: 60px;
  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_info .commont {
  margin: 34.5px auto 27px auto;
}

.content .turning_turn_info_table {
  width: 850px;
  height: 144px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col1 {
  width: 142px;
}

.content .turning_turn_info_table_col1 {
  width: 142px;
  height: 144px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col1_up {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col1_down {
  height: 85px;
  width: 142px;
  display: table;
}

.content .turning_turn_info_table_col1_down_in {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #949494;
}

.content .turning_turn_info_table_col1_down_in .second_p {
  margin-top: 5px;
}

.content .turning_turn_info_table_col2 {
  width: 180px;
  height: 144px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col2_up {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col2_down {
  height: 85px;
  width: 180px;
  display: table;
}

.content .turning_turn_info_table_col2_down_in {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #949494;
}

.content .turning_turn_info_table_col2_down_in p{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.content .turning_turn_info_table_col2_down_in .second_p {
  margin-top: 5px;
}

.content .turning_turn_info_table_col3 {
  width: 92px;
  height: 144px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col3_up {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col3_down {
  height: 85px;
  width: 92px;
  display: table;
}

.content .turning_turn_info_table_col3_down_in {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #949494;
}

.content .turning_turn_info_table_col3_down_in .second_p {
  margin-top: 5px;
}

.content .turning_turn_info_table_col4 {
  width: 105px;
  height: 144px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col4_up {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col4_down {
  height: 85px;
  width: 105px;
  display: table;
}

.content .turning_turn_info_table_col4_down_in {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #949494;
}

.content .turning_turn_info_table_col4_down_in .second_p {
  margin-top: 5px;
}

.content .turning_turn_info_table_col5 {
  width: 112px;
  height: 144px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col5_up {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col5_down {
  height: 85px;
  width: 112px;
  display: table;
}

.content .turning_turn_info_table_col5_down_in {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #949494;
}

.content .turning_turn_info_table_col5_down_in .second_p {
  margin-top: 5px;
}

.content .turning_turn_info_table_col6 {
  width: 112px;
  height: 144px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col6_up {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col6_down {
  height: 85px;
  width: 112px;
  display: table;
}

.content .turning_turn_info_table_col6_down_in {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #949494;
}

.content .turning_turn_info_table_col6_down_in .second_p {
  margin-top: 5px;
}

.content .turning_turn_info_table_col7 {
  width: 101px;
  height: 144px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-right: none;
}

.content .turning_turn_info_table_col7_up {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

.content .turning_turn_info_table_col7_down {
  height: 85px;
  width: 98px;
  display: table;
}

.content .turning_turn_info_table_col7_down_in {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #949494;
}

.content .turning_turn_info_table_col7_down_in .second_p {
  margin-top: 5px;
}

.content .turning_turn_pdetail {
  padding-top: 30px;
}

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

.content .turning_turn_pdetail_show {
  width: 850px;
  margin: auto;
  text-align: left;
}

.content .turning_turn_pdetail_show p {
  font-size: 14px;
  color: #939393;
  line-height: 28px;
}

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

.content .turning_turn_process_chart {
  width: 850px;
  height: 200px;
  border-radius: 4px;
  background: url(../images/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(../images/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(../images/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(../images/first.png) no-repeat center;
  border-right: 1px solid #d7dde7;
}

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

.content .turning_turn_process_chart .third {
  overflow: hidden;
  background: url(../images/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(../images/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(../images/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;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  margin: 8px auto auto auto;
  text-align: center;
}

.content .turning_turn_transfer_table_title {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #777777;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}

.content .turning_turn_transfer_table_apply {
  width: 100%;
}

.content .turning_turn_transfer_table_apply_row1, .content .turning_turn_transfer_table_apply_row2, .content .turning_turn_transfer_table_apply_row3 {
  border-bottom: 1px solid #e2e2e2;
}

.content .turning_turn_transfer_table_apply_row1_col1, .content .turning_turn_transfer_table_apply_row2_col1, .content .turning_turn_transfer_table_apply_row3_col1 {
  width: 140px;
  height: 85px;
  border-right: 1px solid #e2e2e2;
  font-size: 14px;
  color: #949494;
  float: left;
  display: table;
  font-size: 14px;
  color: #6d6d6d;
  font-weight: bold;
}

.content .turning_turn_transfer_table_apply_row1_col1 > div, .content .turning_turn_transfer_table_apply_row2_col1 > div, .content .turning_turn_transfer_table_apply_row3_col1 > div {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_table_apply_row1_col2, .content .turning_turn_transfer_table_apply_row2_col2, .content .turning_turn_transfer_table_apply_row3_col2 {
  width: 354px;
  height: 85px;
  border-right: 1px solid #e2e2e2;
  font-size: 14px;
  color: #949494;
  float: left;
  display: table;
}

.content .turning_turn_transfer_table_apply_row1_col2 > div, .content .turning_turn_transfer_table_apply_row2_col2 > div, .content .turning_turn_transfer_table_apply_row3_col2 > div {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_table_apply_row1_col3, .content .turning_turn_transfer_table_apply_row2_col3, .content .turning_turn_transfer_table_apply_row3_col3 {
  width: 354px;
  height: 85px;
  border-right: 1px solid #e2e2e2;
  font-size: 14px;
  color: #949494;
  float: left;
  display: table;
  border-right: none;
}

.content .turning_turn_transfer_table_apply_row1_col3 > div, .content .turning_turn_transfer_table_apply_row2_col3 > div, .content .turning_turn_transfer_table_apply_row3_col3 > div {
  display: table-cell;
  vertical-align: middle;
}

.content .turning_turn_transfer_table_apply_row1 {
  height: 58px;
  line-height: 58px;
}

.content .turning_turn_transfer_table_apply_row1_col1, .content .turning_turn_transfer_table_apply_row1_col2, .content .turning_turn_transfer_table_apply_row1_col3 {
  height: 58px;
  font-size: 14px;
  color: #6d6d6d;
  font-weight: bold;
  float: left;
}

.content .turning_turn_transfer_table_apply_row2, .content .turning_turn_transfer_table_apply_row3 {
  height: 85px;
}

.content .turning_turn_transfer_table_footer_websit, .content .turning_turn_transfer_table_footer_get {
  width: 424px;
  border-right: 1px solid #e2e2e2;
  text-align: center;
}

.content .turning_turn_transfer_table_footer_websit_t, .content .turning_turn_transfer_table_footer_get_t {
  height: 59px;
  line-height: 59px;
  font-size: 14px;
  color: #777777;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}

.content .turning_turn_transfer_table_footer_websit_con, .content .turning_turn_transfer_table_footer_get_con {
  display: table;
  width: 424px;
  height: 132px;
}

.content .turning_turn_transfer_table_footer_websit_con > div, .content .turning_turn_transfer_table_footer_get_con > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #949494;
}

.content .turning_turn_transfer_table_footer_get {
  border-right: none;
}

.content .turning_turn_safty {
  padding-top: 35px;
  width: 850px;
  margin: auto;
}

.content .turning_turn_safty .safty_in_t {
  font-size: 13px;
  color: #a5a5a5;
  margin-left: 10px;
  font-weight: normal;
}

.content .turning_turn_safty_show {
  width: 850px;
  height: 132px;
  background: #f7f8fa;
  border: 1px solid #e2e3e4;
  border-radius: 4px;
  margin-top: 13px;
}

.content .turning_turn_safty_show_each {
  width: 140px;
  height: 132px;
  border-right: 1px solid #e2e3e4;
  text-align: center;
  display: table;
}

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

.content .turning_turn_safty_show_each_in img {
  max-width: 48px;
  max-height: 48px;
}

.content .turning_turn_safty_show_each_in p {
  font-size: 14px;
  color: #949494;
  margin-top: 7px;
}

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

.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(../images/choose_img3.jpg) no-repeat top right;
}

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

.content .turning_turn_choose_showyuzhua_up .bigimg3 {
  background: url(../images/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(../images/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(../images/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: 874px;
  margin-top: 15px;
}

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

.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(../images/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(../images/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(../images/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(../images/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(../images/other-r.png) no-repeat center;
}

.content .turning_othershow_goods {
  width: 230px;
  background: #fff;
  margin-bottom: 12px;
  height: 340px;
  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: 35px;
}

.content .turning_othershow_goods:hover .othershow_btn {
  opacity: 1;
  filter: alpha(opacity=100);
}

.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;
  position: relative;
}
.content .turning_othershow_goods_up_img a{
  display:block;
  width:210px;
  height:210px;
}
.content .turning_othershow_goods_up_img img {
  max-width: 210px;
  max-height: 210px;
}

.content .turning_othershow_goods_up_img .hot_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 26px;
}

.content .turning_othershow_goods_up_name {
  width: 210px;
  margin: auto;
  height: 35px;
  line-height: 35px;
}

.content .turning_othershow_goods_up_name span {
  font-size: 16px;
  color: #46494d;
  margin-left: 7px;
  display: inline-block;
  width: 210px;
  height: 50px;
}

.content .turning_othershow_goods_down {
  width: 230px;
  height: 53px;
  line-height: 53px;
}

.content .turning_othershow_goods_down_price {
  font-size: 16px;
  color: #fb6514;
  font-weight: bold;
  margin-left: 15px;
}

.content .turning_othershow_goods_down_detail {
  display: inline-block;
  width: 12px;
  height: 35px;
  vertical-align: middle;
  background: url(../images/collect.png) no-repeat center;
  margin: -2px 12px 0 10px;
  cursor: pointer;
}

.content .turning_othershow_goods_down_detail.on {
  background: url(../images/collect_on.png) no-repeat center;
  color: #243159;
}

.content .turning_othershow_goods_down .fr {
  font-size: 12px;
  color: #b9b9b9;
}

.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;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.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;
}
