  /* * {
   margin: 0;
   padding: 0;

 }

 body {
   background: #7a4390;

 }

 img {
   width: 200px;
   height: 200px;

 }

 .piclist {
   width: 1200px;
   height: 400px;
   margin: 200px auto;

 } */

  /* .picbox {
   float: left;
   width: 200px;
   height: 200px;
   margin: auto;
   margin: 10px;
   position: relative; */

  /*父元素里面包含需要变换的内容，所以设置为3D变换*/
  /* -webkit-transform-style: preserve-3d;
 -moz-transform-style: preserve-3d;
 -ms-transform-style: preserve-3d;
 transform-style: preserve-3d;
 transition: 1.5s; */

  /*设置在1.5s内完成变换*/

  /* } */

  /* .picbox:hover {
   transform: rotateY(180deg);

 } */

  .contry {
    background-color: transparent;
    margin: 0 auto;
    width: 190px;
    height: 150px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }

  /* .box {
   width: 100px;
   height: 100px;
   position: absolute 39
 } */

  .front {
    border: 2px solid #ddd;
    box-shadow: 10px 10px 10px #aaa;
  }

  .back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #f1f1f1;
    border: 2px solid #ddd;
  }

  .back h2 {
    color: white;
    text-align: center;
    display: block;
  }

  /* body {
    perspective: 400px;
  } */

  .box {
    position: relative;
    width: 100%;
    height: 100%;
    /* margin: 100px auto; */
    transition: all 1.5s;
    transform-style: preserve-3d;
  }

  .box:hover {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .box > div {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
  }

  .front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    font-size: 10px;
    color: gray;
    text-align: center;
    line-height: 50px;
  }

  .back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    font-size: 10px;
    color: gray;
    text-align: center;
    line-height: 50px;
  }

  .productBack {
    width: 190px;
    height: 150px;
  }

  .productNav {
    width: 44px;
    height: 45px;
    margin-top: 40px;
  }

  .productP {
    display: block;
  }

  .front {
    background-color: #fff;
  }

  .back {
    /* background-color: purple; */
    /* transform: rotateY(180deg); */
  }

  .mihayou {
    /* display: block; */
    width: 100px;
    height: 100px;
  }

  .wenzi {
    width: 190px;
    position: absolute;
    font-weight: 600;
    top: 50px;
    /* right: 60px; */
    color: #fff;
    text-align: center;
  }

  .wenziyi {
    width: 10px;
    height: 2px;
    border: solid 1px #fff;
    position: absolute;
    top: 90px;
    right: 88px;
    border-radius: 40px;
    background-color: #fff;
  }

  .zeroShine {
    width: 1236px;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding-bottom: 150px;
  }

  .leftImg {
    height: 450px;
    width: 300px;
  }
