body {
  background: #f0f1f5;
  color: #333;
  font-size: 14px;
}
.middle {
  font-size: 14px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.tc {
  display: none;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}
.tc .title img,
.tc .title span {
  vertical-align: middle;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}
.tc .title img {
  margin-right: 10px;
}
.tc .tc_content {
  margin-top: 15px;
  color: #999;
}
.tc .tc_btn > div {
  width: 80px;
  height: 30px;
  line-height: 30px;
  float: right;
  text-align: center;
  cursor: pointer;
}
.tc .tc_btn .cancel {
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
}
.tc .tc_btn .confirm {
  margin-left: 10px;
  background: #ffa228;
  color: #fff;
}
.baseinfo {
  padding: 40px 0;
  background: #fff;
}
.baseinfo .info_left {
  float: left;
  width: 600px;
  height: 337px;
}
.baseinfo .info_left .img_item {
  width: 100%;
  height: 100%;
  display: none;
}
.baseinfo .info_left .img_item > img,
.baseinfo .info_left .img_item video {
  width: 100%;
  height: 100%;
}
.baseinfo .info_left .img_item.active {
  display: inline-block;
}
.baseinfo .info_right {
  width: 580px;
  /*height: 337px;	*/
  float: left;
  margin-left: 20px;
  position: relative;
}
.baseinfo .info_right > .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.baseinfo .info_right > .title span {
  color: #999;
  font-size: 12px;
  float: right;
  margin-top: 3px;
  font-weight: normal;
}
.baseinfo .info_right .desc {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
  line-height: 16px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.baseinfo .info_right > p {
  margin-bottom: 15px;
}
.baseinfo .info_right p .title {
  line-height: 24px;
  font-size: 14px;
  color: #999;
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
.baseinfo .info_right p .p_content {
  width: 520px;
  vertical-align: middle;
}
.baseinfo .info_right p.price .price_item {
  display: none;
}
.baseinfo .info_right p.price .price_item.active {
  display: inline;
}
.baseinfo .info_right p.price .price {
  color: #e74b3b;
  font-size: 24px;
  margin-right: 20px;
}
.baseinfo .info_right p.price .old_price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}
.baseinfo .info_right p.type > .title {
  vertical-align: top;
}
.baseinfo .info_right p.type .p_content .type_box {
  display: inline-block;
  width: 520px;
}
.baseinfo .info_right p.type .p_content .item_info {
  display: none;
}
.baseinfo .info_right p.type .p_content .item_info.active {
  color: #999;
  margin-left: 55px;
  margin-top: 5px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.baseinfo .info_right p.type .p_content .type_item {
  display: inline-block;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #888;
  cursor: pointer;
  margin-bottom: 5px;
  margin-right: 10px;
}
.baseinfo .info_right p.type .p_content .type_item.active {
  color: #ffa228;
  border: 1px solid #ffa228;
}
.baseinfo .info_right p.count span {
  vertical-align: middle;
}
.baseinfo .info_right p.count .cut,
.baseinfo .info_right p.count .add {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.baseinfo .info_right p.count .count {
  padding: 0 10px;
}
.baseinfo .info_right p.count .tips {
  color: #ffa228;
  font-size: 12px;
  margin-left: 20px;
}
.baseinfo .info_right .btn {
  background: #ffa228;
  display: inline-block;
  width: 200px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  /*margin-top: 30px;*/
  cursor: pointer;
  /*position: absolute;*/
  /*bottom: 0;*/
}
.xian {
  background: #ddd;
  height: 1px;
}
.progress {
  padding: 30px 0;
  background: #fff;
  /*height: 50px;*/
}
.progress ul {
  text-align: center;
}
.progress li {
  display: inline-block;
  /*float: left;*/
}
.progress li img,
.progress li span {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
.progress li img {
  width: 44px;
  height: 44px;
  margin-right: 8px;
}
.progress li .progress_xian {
  width: 193px;
  height: 2px;
  background: #eee;
  margin: 0 14px;
}
section.detail h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px 0;
}
section.detail .content {
  /*height: 800px;*/
  background: #fff;
  margin-bottom: 155px;
  padding: 30px 20px;
}
section.detail .content p {
  text-align: center;
}
section.detail .content p img {
  /*width: 1160px;*/
}
.unable_order_tc {
  width: 440px;
  padding: 40px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.unable_order_tc .tc_content {
  margin-bottom: 43px;
  padding-left: 30px;
}
