.s3-bottomArea {
  width: 1280px;
  margin: 0 auto;
}

.s3-bottomArea .s3-imageDescription {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
}

.s3-bottomArea .s3-imageDescription .s3-contentss {
  display: flex;
  align-items: center;
}

.s3-bottomArea .s3-imageDescription .s3-contentss img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.s3-bottomArea .s3-imageDescription .s3-contentss .s3-titles{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.s3-bottomArea .s3-imageDescription .s3-contentss .titles {
  display: flex;
  flex-direction: column;
}

.s3-bottomArea .s3-imageDescription .s3-contentss .titles span {
  margin-top: 10px;
}



.s3-bottomArea .s3-productHotSelling {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}


.s3-bottomArea .s3-productHotSelling .s3-productDescription {
  /* border-right: 1px solid #D2D2D2; */
  display: flex;
  flex: 0.7;
  justify-content: space-between;
}

.s3-bottomArea .s3-productHotSelling .s3-productDescription ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}

.s3-bottomArea .s3-productHotSelling .s3-productDescription ul li {
  cursor: pointer;
  width: 100%;
}

.s3-bottomArea .s3-productHotSelling .s3-productDescription ul li a {
  color: #3B3B3B;
  font-size: 14px;
}

.s3-bottomArea .s3-productHotSelling .s3-productDescription ul li a:hover {
  color: #1A8DFF;
}

.s3-bottomArea .s3-productHotSelling .s3-productDescription ul li:not(:last-child) {
  margin-bottom: 15px;
}

.s3-bottomArea .s3-productHotSelling .s3-productDescription ul li:nth-of-type(1) {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
  max-width: 96px;
}

.s3-bottomArea .s3-productHotSelling .s3-qrCode {
  display: flex;
  flex: 0.3;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.s3-bottomArea .s3-productHotSelling .s3-qrCode::after{
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  width: 0.6px;
  height: 100%;
  background-color: #D2D2D2;
}

.s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}



.s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea .s3-leftcode {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea .s3-leftcode div {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/erweima.png") no-repeat;
  background-size: 300% 300%;
  background-position: -114px -67px;
  width: 121px;
  height: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea .s3-leftcode img {
  width: 100px;
  height: 100px;
}

.s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea .s3-leftcode p {
  display: table-caption;
  margin: 20px 0;
}

.s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-hotline {
  background: #3F6DE8;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 0 0 123px;
  text-align: center;
}

.s3-bottomArea .s3-friendChain {
  display: flex;
  align-items: center;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}

.s3-bottomArea .s3-friendChain img {
  width: 30px;
  height: 30px;
}


.s3-bottomArea .s3-friendChain span {
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.s3-bottomArea .s3-friendChain p {
  color: #707070;
  margin: 0 10px;
  font-size: 14px;
  cursor: pointer;
}

.s3-bottomArea .s3-friendChain p:hover {
  color: #1A8DFF;
}


.s3-bottomArea .s3-statement {
  margin: 0 5vw;
  background-color: #1A8DFF;
  color: #fff;
  line-height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1vw;
  -webkit-border-radius: 1vw;
  -moz-border-radius: 1vw;
  -ms-border-radius: 1vw;
  -o-border-radius: 1vw;
  font-size: 3.9vw;
}


.s3-bottomArea .s3-keepOnRecord {
  padding: 20px 0;
}

.s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}


.s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a {
  display: flex;
  align-items: center;
}

.s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a:hover  {
  color: #1A8DFF;
}

.s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a:hover p{
  color: #1A8DFF;
}

.s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a p {
  font-size: 14px;
  margin-top: 0px;
}


.s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a img {
  width: 20px;
  height: 20px;
}


.s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew img:nth-of-type(2) {
  margin-left: 20px;
}

.s3-bottomArea .s3-keepOnRecord p {
  font-size: 14px;
  color: #3B3B3B;
  margin-top: 10px;
}

.s3-bottomArea .s3-keepOnRecord p i {
  font-style: unset;
}

@media (max-width: 768px) {
  .s3-bottomArea {
    width: 100%;
  }

  .s3-bottomArea .s3-imageDescription {
    padding: 5vw;
  }

  .s3-bottomArea .s3-imageDescription .s3-contentss{
    flex-direction: column;
    gap: 2vw;
  }
  .s3-bottomArea .s3-imageDescription .s3-contentss:nth-of-type(n+4){
    display: none;
  }
  .s3-bottomArea .s3-imageDescription .s3-contentss .s3-titles span{
    display: none;
  }
  .s3-bottomArea .s3-imageDescription .s3-contentss .s3-titles p{
    font-size: 3.8vw;
  }
  .s3-bottomArea .s3-imageDescription .s3-contentss img{
    width: 10vw;
    height: 10vw;
    margin-right: 0;
    
  }

  .s3-bottomArea .s3-productHotSelling {
    padding: 5vw 0;
    flex-direction: column;
  }
  
  .s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea .s3-leftcode div{
    background-size: 300%;
    background-position: -26.3vw -15.5vw;
    width: 28vw;
    height: 28vw;
  }
  
  .s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea .s3-leftcode p{
      margin: 5vw 0;
  }
  
  .s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea .s3-leftcode img{
      width: 80%;
      height: 80%;
  }

  .s3-bottomArea .s3-productHotSelling .s3-qrCode{
    
  }
  .s3-bottomArea .s3-productHotSelling .s3-qrCode::after{
      display: none;
  }
  .s3-bottomArea .s3-productHotSelling .s3-qrCode .s3-qrCodeArea{
      gap: 5vw;
      justify-content: center;
      padding: 5vw 0 0 0;
  }
  .s3-bottomArea .s3-productHotSelling .s3-productDescription{
    flex: 1;
    padding: 0 5vw;
  }
  .s3-bottomArea .s3-productHotSelling .s3-productDescription ul:nth-of-type(n+4) {
    display: none;
  }
  .s3-bottomArea .s3-productHotSelling .s3-productDescription ul li:nth-of-type(1){
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .s3-bottomArea .s3-productHotSelling .s3-productDescription ul li:not(:last-child){
    margin-bottom: 0;
  }
  .s3-bottomArea .s3-productHotSelling .s3-productDescription ul{
    display: flex;
    flex-direction: column;
    gap: 4vw;
    align-items: flex-start;
  }
  .s3-bottomArea .s3-productHotSelling .s3-productDescription ul li a{
    font-size: 3.8vw;
  }

  .s3-bottomArea .s3-friendChain {
    gap: 3vw;
    padding: 5vw 5vw;
    border: none;
    display: none;
  }

  .s3-bottomArea .s3-friendChain img {
    width: 7vw;
    height: 7vw;
  }

  .s3-bottomArea .s3-friendChain span {
    font-size: 3.5vw;
    display: flex;
    align-items: center;
  }

  .s3-bottomArea .s3-friendChain p {
    font-size: 3.5vw;
    margin: 0;
  }

  .s3-bottomArea .s3-keepOnRecord {
    padding: 5vw;
    margin-top: 0;
  }

  .s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew {
    display: flex;
    flex-direction: column;
    display: contents;
  }
  
  .s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a{
      justify-content: center;
  }

  .s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a p {
    font-size: 3.5vw;
    margin-top: 0;
  }

  .s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a img {
    width: 5vw;
    height: 5vw;
  }

  .s3-bottomArea .s3-keepOnRecord .s3-keepOnRecordonew a:nth-of-type(2) {
    margin: 2vw 0;
  }

  .s3-bottomArea .s3-keepOnRecord p i {
    font-size: 4vw;
  }

  .s3-bottomArea .s3-keepOnRecord p {
    white-space: normal;
    font-size: 3.5vw;
    text-align: center;
  }

  .s3-bottomArea .s3-keepOnRecord p span {
    display: none;
  }
}