body {
	font-family:"SourceHanSansCN-Regular",Arial, Helvetica, sans-serif;
}

.con4-zoom-in {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: auto; }

.con4-title {
  width: 2.16rem;
  margin: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  display: block; }

.zoom-con {
  display: block;
  margin: auto;
  width: 100%;
  background: #fff; }
  .zoom-con .line {
    border: 0.02rem solid #3e3a39;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
    width: 93.5%; }
  .zoom-con .style-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.1rem;
    text-align: center;
    width: 96%;
    margin: auto;
    cursor: pointer; }
    .zoom-con .style-box span {
      color: #fff;
      height: 0.28rem;
      line-height: 0.28rem;
      padding: 0 0.2rem;
      border-radius: 0.04rem;
      width: 27%;
      margin: 0 1%;
      height: 0.55rem;
      line-height: 0.6rem;
      font-size: 0.25rem; }
    .zoom-con .style-box span:nth-child(1) {
      background: #d79752; }
    .zoom-con .style-box span:nth-child(2) {
      background: #919992; }
    .zoom-con .style-box span:nth-child(3) {
      background: #80b5db; }
    .zoom-con .style-box span:nth-child(4) {
      background: #eab3ba; }

.zoom-con .img-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.zoom-box {
  float: left;
  width: 45.5%;
  min-height: 4.22rem !important;
  height: 4.22rem;
  margin-bottom: 0.2rem;
  margin-left: 1.5%;
  margin-right: 1.5%; }
  .zoom-box .color-seka {
    background-size: "cover";
    background-position: "center"; }

.zoom-box.hengban .up-img {
  height: 77%;
  margin-bottom: 1%; }

.zoom-box.hengban .down-con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 22%; }

.zoom-box.hengban .down-con span {
  display: block;
  background: #fff;
  color: #fff;
  font-size: 0.16rem; }

.zoom-box.hengban label {
  width: 100%;
  float: left;
  text-indent: 0.02rem;
  text-shadow: 0.01rem 0.01rem 0.01rem #666; }

.zoom-box.hengban label:first-child {
  margin-top: 0.05rem; }

.zoom-box.suban .up-img {
  width: 77%;
  height: 100%;
  float: left;
  margin-right: 1%; }

.zoom-box.suban .down-con {
  width: 22%;
  float: left;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.zoom-box.suban .down-con span {
  float: left;
  background: #fff;
  color: #fff;
  width: 100%;
  font-size: 0.16rem; }

.zoom-box.suban label {
  height: 100%;
  float: left;
  text-indent: 0.02rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-lr;
  text-shadow: 0.01rem 0.01rem 0.03rem #666; }

.zoom-box.suban label:first-child {
  margin-left: 0.05rem; }

