.banner {
  width: 100%;
  height: 700px;
  background-color: #000;
}

.banner .main {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}

.banner .main .intro {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px;
}

.banner .main .intro .title {
  padding-top: 30px;
  font-size: 34px;
  font-weight: bold;
}
.banner .main .intro .title .bf-big{
  font-size: 40px;
}

.banner .main .intro .count-time {
  padding-top: 30px;
}

.banner .main .intro .count-time .time {
  margin: 0 10px;
}

.banner .main .intro .count-time .time .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background-color: #F8E71C; */
  background-color: #fff;
  color: #f43b4a;
  /* color: #000; */
  font-size: 30px;
  line-height: 50px;
}

.banner .main .intro .count-time .time p {
  margin-top: 10px;
}

.banner .main .intro .into-btn {
  margin-top: 36px;
}

.banner .main .intro .into-btn .link {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  padding: 24px 56px;
  border-radius: 0px;
  background-color: #d82560;
  text-decoration: none;
  transition: 0.3s;
  border: 0px solid #000000;
  cursor: pointer;
}

.color-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: 0;
  overflow: hidden;
}

canvas {
  z-index: 0 !important;
  box-sizing: border-box;
}

.color-line img {
  width: 110px;
}

.line1 {
  position: absolute;
  top: 0;
  left: 10%;
  opacity: 1;
}

.line2 {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 1;
}

.line3 {
  position: absolute;
  top: 0;
  left: 80%;
  opacity: 1;
  width: 50px !important;
}

.line4 {
  position: absolute;
  top: 0;
  left: 60%;
  opacity: 1;
}

.line5 {
  position: absolute;
  top: -50%;
  left: 70%;
  opacity: 1;
}

.line6 {
  position: absolute;
  top: -50%;
  left: 30%;
  opacity: 1;
  width: 50px !important;
}

.choose1 {
  animation: myfirst 16s infinite;
}

.choose2 {
  animation: myfirst2 24s infinite;
}

.choose3 {
  animation: myfirst3 38s infinite;
}

@keyframes myfirst {
  0% {
    top: -10%;
    opacity: 1;
  }
  97% {
    top: 104%;
    opacity: 1;
  }
  98% {
    top: 110%;
    opacity: 0;
  }
  99% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: -10%;
    opacity: 1;
  }
}

@keyframes myfirst2 {
  0% {
    top: -30%;
    opacity: 1;
  }
  96% {
    top: 104%;
    opacity: 1;
  }
  98% {
    top: 110%;
    opacity: 0;
  }
  99% {
    top: -20%;
    opacity: 0;
  }
  100% {
    top: -30%;
    opacity: 1;
  }
}

@keyframes myfirst3 {
  0% {
    top: -50%;
    opacity: 1;
  }
  97% {
    top: 104%;
    opacity: 1;
  }
  98% {
    top: 110%;
    opacity: 0;
  }
  99% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -50%;
    opacity: 1;
  }
}

.products {
  margin: 0 auto 0;
  width: 100%;
  background-color: #fff;
}

.products .list {
  width: 100%;
  margin: 0 auto;
  padding-top: 110px;
}

.products .list li {
  margin: 0 10px 50px 10px;
  box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.3);
}

.products .list li .wrap {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.products .list li .wrap .align-items-center {
  flex-direction: column;
}

.products .list li .wrap .align-items-center .left {
  width: 100%;
}

.products .list li .wrap .align-items-center .left a .img-fluid {
  width: auto;
}

.products .list li .wrap .align-items-center .right {
  padding-left: 10px;
  width: 100%;
}

.products .list li .wrap .align-items-center .right .font-weight-bold {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.7rem;
}

.products .list li .wrap .align-items-center .right .mb-4 {
  margin-bottom: 2rem;
  font-size: 1rem;
}

.products .list li .wrap .align-items-center .right .price-buy {
  flex-direction: column;
}

.products .list li .wrap .align-items-center .right .price-buy .btn {
  color: #fff;
  border-radius: 2px;
  padding: 0.6rem 0.8rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

.products .list li .wrap .align-items-center .right .price-buy .btn i {
  margin-left: 6px;
}

.products .list li .wrap .align-items-center .right .price-buy .btn img {
  margin-left: 14px;
  width: 24px;
}

.products .list li .wrap .align-items-center .right .price-buy .btn em {
  margin-left: 14px;
  display: inline-block;
  width: 24px;
  height: 23px;
  background-image: url(../images/winwin.png);
  transform: translate3d(0, 5px, 0);
  background-size: contain;
}

.products .list li .wrap .align-items-center .right .price-buy .btn-1 {
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: #f53474;
  border: 2px solid #f53474;
}

.products .list li .wrap .align-items-center .right .price-buy .btn-1:hover {
  background-color: #e11d5e;
  border: 2px solid #e11d5e;
}

.products .list li .wrap .align-items-center .right .price-buy .btn-2 {
  background-color: #fff;
  border: 2px solid #f53474;
  color: #f53474;
}

.products .list li .wrap .align-items-center .right .price-buy .btn-2 em {
  margin-left: 14px;
  display: inline-block;
  width: 24px;
  height: 23px;
  background-image: url(../images/macmac-red1.png);
  transform: translate3d(0, 5px, 0);
  background-size: contain;
}

.products .list li .wrap .align-items-center .right .price-buy .btn-2:hover {
  background-color: #e11d5e;
  border: 2px solid #e11d5e;
  color: #fff;
}

.products .list li .wrap .align-items-center .right .price-buy .btn-2:hover em {
  background-image: url(../images/macmac.png);
}

.products .list li .wrap .bell {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 92px;
  height: 159px;
  padding-top: 85px;
  padding-right: 28px;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
}

.products .list li:hover {
  transform: scale(1.01);
}

.gifts{
  margin-top: 120px;
  position: relative;
  background-color: #e11d5e;
}

.gifts .gifts-content{
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 100px;
}
.gifts .gifts-content .red-gifts{
  margin-top: 10px;
  padding: 20px 10px 20px 6px;
  align-items: flex-start;
  border: 20px solid #e11d5e;
  background-color:#fff;
  color:#444;
}
.gifts .gifts-content .red-gifts .l-pic{
  width: 60px;
  height: 60px;
}
.gifts .gifts-content .red-gifts .desc{
  margin-left: 6px;
}
.gifts .gifts-content .red-gifts ul{
  font-size: 14px;
}
.consumer-protection {
  position: relative;
  margin-top: 0px;
  padding: 160px 0;
  background-image: url(../images/bg-1.jpg);
}

.consumer-protection .bg-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.consumer-protection .three {
  transform: rotate(0);
}

.gifts .gifts-content{
  width: 760px;
}
.gifts .gifts-content .red-gifts{
  padding: 20px 30px 40px 20px;
}
.gifts .gifts-content .red-gifts .l-pic{
  width: 120px;
  height: 120px;
}
.gifts .gifts-content .red-gifts .desc{
  margin-left: 40px;
}
.gifts .gifts-content .red-gifts ul{
  font-size: 17px;
}

.consumer-protection .three .pic-outer {
  margin: 0 6px;
  max-width: 80px;
  font-family: oswald;
  color: #fff;
}

.consumer-protection .three .pic-outer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f53474;
}

.consumer-protection .three .pic-outer h3 {
  margin-top: 20px;
  font-size: 16px;
}

.consumer-protection .three .pic-outer p {
  margin-top: 10px;
  font-size: 12px;
}

.consumer-feedback {
  padding: 100px 0;
}

.consumer-feedback .inner {
  max-width: 100%;
}

.consumer-feedback .inner .big-pic h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: comfortaa;
  color: #f53474;
}

.consumer-feedback .inner .big-pic h2 i {
  font-weight: 300;
}

.consumer-feedback .inner .big-pic h2 em {
  font-weight: 600;
}

.consumer-feedback .inner .big-pic .circle-1 {
  position: relative;
  padding: 36px;
}

.consumer-feedback .inner .big-pic .circle-1 .circle-2 {
  width: 200px;
  height: 200px;
}

.consumer-feedback .inner .big-pic .circle-1 .discount {
  position: absolute;
  right: 0;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(67, 65, 79, 0.2);
  transform: translate3d(30%, -50%, 0);
}

.consumer-feedback .inner .big-pic .circle-1 .discount .number {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 62px;
  height: 62px;
  border: 2px dashed #f53474;
  border-radius: 50%;
  background-color: #fff;
}

.consumer-feedback .inner .big-pic .circle-1 .discount .number h3 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #f53474;
}

.consumer-feedback .inner .big-pic .circle-1 .discount .number i {
  font-size: 12px;
  font-weight: 600;
}

.consumer-feedback .inner .min-circle {
  margin-top: 20px;
}

.consumer-feedback .inner .min-circle .desc {
  margin: 0 10px 0 10px;
  max-width: 80px;
}

.consumer-feedback .inner .min-circle .desc .circle-1 {
  padding: 24px;
}

.consumer-feedback .inner .min-circle .desc .circle-1 .circle-2 {
  width: 50px;
  height: 50px;
}

.consumer-feedback .inner .min-circle .desc h2 {
  margin-top: 20px;
  font-size: 24px;
  color: #f53474;
}

.consumer-feedback .inner .min-circle .desc p {
  margin-top: 10px;
  font-size: 18px;
}

.consumer-feedback .inner .min-circle .desc.to-up {
  transform: translate3d(0, -30px, 0);
}

.consumer-feedback .inner .circle-1 {
  box-shadow: 0 0 9px 1px rgba(67, 65, 79, 0.2);
  border-radius: 50%;
  background-color: #fff;
}

.consumer-feedback .inner .circle-1 .circle-2 {
  box-shadow: 0 0 9px 1px rgba(67, 65, 79, 0.2);
  border-radius: 50%;
}

.consumer-feedback .inner .to-buy .text-center {
  width: 190px;
  height: 70px;
  line-height: 74px;
  font-size: 18px;
  font-family: comfortaa;
  background-color: #f53474;
  color: #fff;
}

.consumer-feedback .inner .to-buy .text-center:hover {
  border-radius: 8px;
}

.footer {
  width: 100%;
  padding: 40px 0 0 0;
  background-color: #121212;
  color: #fff;
}

.footer .upper .company-name {
  margin-bottom: 20px;
  font-size: 40px;
}
.footer .upper .company-name img{
  width: 180px;
}

.footer .upper .five {
  padding-bottom: 40px;
  flex-wrap: wrap;
  font-size: 20px;
}

.footer .upper .five .piece {
  padding: 0 20px;
}

.footer .upper .five .piece a:hover {
  color: #f53474;
}

.footer .copyright {
  padding: 10px 0;
  background-color: #2c2b2d;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .banner .main{
    top: 68px;
  }
  .banner .main .intro .count-time .time {
    margin: 0 22px;
  }
  .banner .main .intro .count-time .time .circle {
    width: 106px;
    height: 106px;
    font-size: 60px;
    line-height: 106px;
  }
  .banner .main .intro .title {
    font-size: 43px;
  }
  .banner .main .intro .title .bf-big{
    font-size: 50px;
  }
  .products .list li .wrap .align-items-center {
    flex-direction: row;
  }
  .products .list li .wrap .align-items-center .left {
    width: 25%;
  }
  .products .list li .wrap .align-items-center .left a .img-fluid {
    width: 92%;
  }
  .products .list li .wrap .align-items-center .right {
    width: 75%;
  }
  .products .list li .wrap .align-items-center .right .price-buy {
    flex-direction: row;
  }
  .products .list li .wrap .align-items-center .right .price-buy .btn {
    padding: .6rem 1rem .8rem;
  }
  .products .list li .wrap .align-items-center .right .price-buy .btn-1 {
    margin-right: 80px;
    margin-bottom: 0;
  }
  .consumer-protection .three .pic-outer {
    margin: 0 20px;
    max-width: 300px;
  }
  .consumer-protection .three .pic-outer img {
    width: 130px;
    height: 130px;
  }
  .consumer-protection .three .pic-outer h3 {
    font-size: 24px;
  }
  .consumer-protection .three .pic-outer p {
    font-size: 18px;
  }
  .consumer-feedback .inner {
    max-width: 960px;
  }
  .consumer-feedback .inner .big-pic .circle-1 {
    padding: 36px;
  }
  .consumer-feedback .inner .big-pic .circle-1 .circle-2 {
    width: 360px;
    height: 360px;
  }
  .consumer-feedback .inner .big-pic .circle-1 .discount {
    width: 150px;
    height: 150px;
  }
  .consumer-feedback .inner .big-pic .circle-1 .discount .number {
    width: 132px;
    height: 132px;
  }
  .consumer-feedback .inner .big-pic .circle-1 .discount .number h3 {
    margin-top: 30px;
    font-size: 39px;
  }
  .consumer-feedback .inner .big-pic .circle-1 .discount .number i {
    font-size: 18px;
  }
  .consumer-feedback .inner .min-circle .desc {
    margin: 0 40px 0 40px;
    max-width: 300px;
  }
  .consumer-feedback .inner .min-circle .desc .circle-1 .circle-2 {
    width: 127px;
    height: 127px;
  }
  .consumer-feedback .inner .min-circle .desc.to-up {
    transform: translate3d(0, -30px, 0);
  }
}

@media screen and (min-width: 992px) {
  .products .list li .wrap .align-items-center .left {
    width: 25%;
  }
  .products .list li .wrap .align-items-center .left a .img-fluid {
    width: 80%;
  }
  .products .list li .wrap .align-items-center .right .price-buy .btn {
    padding: .6rem 1.2rem .8rem;
  }
}

@media screen and (min-width: 1200px) {
  .products {
    margin: -100px auto 0;
    width: 1190px;
  }
  .products .list {
    width: 1000px;
  }
}
