*,
ul,
li,
p,
div,
html,
body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.flexBox {
  display: flex;
  align-content: center;
  justify-content: center;
}
.flexBox .flex {
  flex: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.content .productInfo {
  padding-left: 10px;
}
.content .productInfo .head {
  text-align: left;
  color: #222;
  font-size: 18px;
  padding: 10px 0;
  box-sizing: border-box;
}
.content .productInfo .head p {
  line-height: 24px;
}
.content .productInfo .head img {
  vertical-align: middle;
  margin: 0 5px;
  margin-top: -0.3%;
}
.content .productInfo .head span {
  color: #999;
  font-size: 12px;
}
.content .productInfo .head .bg {
  background-image: url(../../images/bg_product_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.content .productInfo .head .select {
  padding: 0 10px;
}
.content .productInfo .head .select a {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.content .productInfo .head .select .previous {
  padding-right: 10px;
  cursor: pointer;
}
.content .productInfo .head .select .previous span {
  display: inline-block;
  height: 8px;
  width: 8px;
  transform: rotate(-135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #c8c8cd;
}
.content .productInfo .head .select .bor_r {
  border-right: 1px solid #c8c8cd;
}
.content .productInfo .head .select .next {
  padding-left: 10px;
  cursor: pointer;
}
.content .productInfo .head .select .next span {
  display: inline-block;
  height: 8px;
  width: 8px;
  transform: rotate(-135deg);
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #c8c8cd;
}
.content .productInfo .info {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 25px 0;
}
.content .productInfo .info .info_main .flex_l {
  padding: 0 25px;
  border-right: 1px solid #f4f4f4;
  padding-right: 40px;
}
.content .productInfo .info .info_main .flex_l .img_b {
  height: 300px;
  line-height: 300px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.content .productInfo .info .info_main .flex_l .img_b img {
  width: 300px;
  vertical-align: middle;
}
.content .productInfo .info .info_main .flex_l .img_lists_s {
  padding: 20px;
  justify-content: left;
}
.content .productInfo .info .info_main .flex_l .img_lists_s li {
  margin-right: 10px;
  border: 2px solid #fff;
}
.content .productInfo .info .info_main .flex_l .img_lists_s .active {
  border: 2px solid #1380eb;
  box-sizing: border-box;
}
.content .productInfo .info .info_main .flex_l .img_s {
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  cursor: pointer;
}
.content .productInfo .info .info_main .flex_l .img_s img {
  width: 60px;
  vertical-align: middle;
  margin-top: -4%;
}
.content .productInfo .info .info_main .title {
  padding-left: 45px;
}
.content .productInfo .info .info_main .title li {
  line-height: 1.6;
  word-break: break-all;
}
.content .productInfo .info .info_main .title li p {
  line-height: 1.6;
}
.content .productInfo .info .info_main .title .title_info {
  color: #0064c6;
  font-size: 15px;
  line-height: 35px;
}
.content .productInfo .info .info_main .title .title_info p,
.content .productInfo .info .info_main .title .title_info span {
  color: #000000;
}
.content .productInfo .info .info_main .title .flex_l {
  padding: 0;
  border: none;
  margin-right: 2px;
  color: #000000;
}
.content .productInfo .info .info_main .flex_r {
  padding-right: 25px;
}
.content .productInfo .info .info_main .flex_r .cart {
  width: 150px;
  height: 45px;
  margin: 0 auto;
  background-color: #ffa820;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.content .productInfo .info .info_main .flex_r .cart a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.content .productInfo .info .info_main .flex_r .cart img {
  vertical-align: middle;
  margin-top: -1.8%;
  margin-right: 5px;
}
.content .productInfo .info .info_b {
  text-align: right;
  padding-right: 25px;
  box-sizing: border-box;
  padding-top: 200px;
}
.content .productInfo .info .info_b div {
  color: #9b9b9b;
  font-size: 15px;
  cursor: pointer;
}
