body {
  overflow: hidden;
}
.top3 {
  left: 12px;
  position: relative;
}
.mian div,
ul,
span,
h1,
h2,
h3,
h4,
p,
a,
img {
  margin: 0;
  padding: 0;
}
h3,
p,
a {
  color: #787878;
  font-size: 16px;
  font-family: "Microsoft Yahei";
}
h4 {
  font-size: 20px;
  color: #787878;
}
.transition {
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.transform {
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
h3 {
  font-size: 100%;
  text-transform: uppercase;
}
.main {
  background: #efefef;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.loading {
  background: #fff;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20% 0 35% 0;
  text-align: center;
}
.loading .spinner {
  margin: 100px auto 0;
  width: 150px;
  text-align: center;
}
.loading .spinner > div {
  width: 30px;
  height: 30px;
  background-color: #1a68cb;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.gift-content-2-complate .gift-content-2-fixed {
  position: fixed;
  overflow: scroll;
  width: 100%;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 99998;
}
.gift-content-2-complate .gift-content-2-fixed .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  color: #fff;
  display: block;
  height: 50px;
  width: 100px;
  text-align: center;
  line-height: 50px;
  background: rgba(199, 80, 80, 0.3);
  cursor: pointer;
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.gift-content-2-complate .gift-content-2-fixed .close-btn:hover {
  background: #c75050;
}
.gift-content-2-complate .gift-content-2-fixed .gift-body-content-wrap {
  width: 75%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 5% 7.5%;
  height: 100%;
  position: relative;
  box-shadow: 0 0 40px #000;
}
.gift-content-2-complate .gift-content-2-fixed .gift-body-content-wrap img {
  max-width: 100%;
  height: auto;
}
.gift-content-2-complate .gift-content-2-fixed .gift-body-content-wrap h3 {
  margin: 2% 0 15px 0;
  font-size: 24px;
  color: #2a89cb;
}
.gift-content-2-complate .gift-content-2-fixed .gift-body-content-wrap p {
  text-align: justify;
  line-height: 2;
  font-size: 18px;
}
.title-bold {
  font-weight: 600;
  color: #2a89cb;
}
.main-wrap {
  width: 1280px;
  margin: 0 auto;
  background: #fff;
}
.main-wrap .gift-content-1:after {
  content: '';
  display: block;
  clear: both;
}
.main-wrap .gift-content-1 .gift-content-1-1 {
  float: left;
  width: 50%;
  background: url("../upload/gifts/banner-1.jpg") no-repeat center;
  background-size: 100%;
  height: 640px;
  box-sizing: border-box;
  padding: 0 0 0 7%;
}
.main-wrap .gift-content-1 .gift-content-1-1 h3 {
  font-size: 40px;
  margin: 240px 0 40px 0;
  color: #fff;
  letter-spacing: -1px;
}
.main-wrap .gift-content-1 .gift-content-1-1 p {
  font-size: 24px;
}
.main-wrap .gift-content-1 .gift-content-1-1 .gift-btn {
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  padding: 1% 5.4%;
  background: #20aa3a;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.main-wrap .gift-content-1 .gift-content-1-1 .gift-btn:hover {
  background: #27cc45;
}
.main-wrap .gift-content-1 .gift-content-1-2 {
  float: right;
  width: 50%;
}
.main-wrap .gift-content-1 .gift-content-1-2 .unslider {
  position: relative;
}
.main-wrap .gift-content-1 .gift-content-1-2 .unslider .unslider-nav {
  position: absolute;
  bottom: 3%;
  left: 3%;
}
.main-wrap .gift-content-1 .gift-content-1-2 .unslider .unslider-nav ol .unslider-active {
  width: 25px;
  border: 2px solid #2a89cb;
  background: #2a89cb;
}
.main-wrap .gift-content-1 .gift-content-1-2 .unslider .unslider-nav ol li {
  background: #2a89cb;
  border: 2px solid #2a89cb;
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 640px;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li {
  float: left;
  height: 640px;
  position: relative;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li a {
  position: absolute;
  display: block;
  width: 640px;
  height: 600px;
  top: 0;
  left: 0;
  z-index: 999;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li h3 {
  font-size: 36px;
  margin: 50px 0 15px 0;
  color: #2a89cb;
  text-transform: none;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li p {
  font-size: 18px;
  color: #787878;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(1) {
  background: url("../upload/gifts/banner-2.jpg") no-repeat center;
  background-size: 100%;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(1) h3 {
  margin: 480px 0 0 70px;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(1) p {
  margin-left: 70px;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(2) {
  background: url("../upload/gifts/banner-3.jpg") no-repeat center;
  background-size: 100%;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(2) h3 {
  color: #fff;
  margin: 120px 0 5px 80px;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(2) p {
  color: #fff;
  margin-left: 80px;
  line-height: 1.5;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(3) {
  background: url("../upload/gifts/banner-4.jpg") no-repeat center;
  background-size: 100%;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(3) h3 {
  margin: 190px 0 0 75px;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(3) p {
  margin-left: 75px;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(4) {
  background: url("../upload/gifts/banner-5.jpg") no-repeat center;
  background-size: 100%;
  text-align: right;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(4) h3 {
  margin: 100px 100px 0 0;
}
.main-wrap .gift-content-1 .gift-content-1-2 .gift-slider ul li:nth-child(4) p {
  margin-right: 100px;
}
.main-wrap .gift-content-2 {
  width: 100%;
  background: #f5f7f8;
}
.main-wrap .gift-content-2 .gift-content-2-head {
  text-align: center;
  height: 280px;
}
.main-wrap .gift-content-2 .gift-content-2-head h3 {
  font-size: 36px;
  padding: 50px 0;
}
.main-wrap .gift-content-2 .gift-content-2-head .gift-sort-active {
  color: #333;
}
.main-wrap .gift-content-2 .gift-content-2-head .gift-sort {
  cursor: pointer;
}
.main-wrap .gift-content-2 .gift-content-2-head a {
  color: #ccc;
  padding: 10px 30px;
  background: #fff;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
}
.main-wrap .gift-content-2 .gift-content-2-head a:first-child {
  left: 3px;
}
.main-wrap .gift-content-2 .gift-content-2-head a:last-child {
  right: 3px;
}
.main-wrap .gift-content-2 .gift-content-2-body {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
}
.main-wrap .gift-content-2 .gift-content-2-body:after {
  content: '';
  display: block;
  clear: both;
}
.main-wrap .gift-content-2 .gift-content-2-body ul:after {
  content: '';
  display: block;
  clear: both;
}
.main-wrap .gift-content-2 .gift-content-2-body ul li {
  width: 33.333333%;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 50px;
  height: 260px;
}
.main-wrap .gift-content-2 .gift-content-2-body ul li img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.main-wrap .gift-content-2 .gift-content-2-body ul li h3 {
  font-size: 16px;
}
.main-wrap .gift-content-2 .gift-content-2-body ul li .title-pro {
  color: #1a68cb;
  font-weight: 600;
}
.main-wrap .gift-content-2 .gift-content-2-body ul li p {
  padding: 10px 0 5px 0;
  line-height: 1.5;
}
.main-wrap .gift-content-2 .gift-content-2-foot {
  text-align: right;
  height: 100px;
  line-height: 100px;
}
.main-wrap .gift-content-2 .gift-content-2-foot:after {
  content: '';
  display: block;
  clear: both;
}
.main-wrap .gift-content-2 .gift-content-2-foot p {
  font-size: 18px;
  color: #333;
  margin-right: 60px;
  text-decoration: underline;
}
.main-wrap .gift-content-2 .gift-content-2-foot p:hover {
  color: #2a89cb;
}
.main-wrap .gift-content-2 .gift-content-2-foot a {
  font-size: 18px;
  color: #333;
  margin-right: 60px;
  text-decoration: underline;
}
.main-wrap .gift-content-2 .gift-content-2-foot a:hover {
  color: #2a89cb;
}
.main-wrap .gift-content-3 {
  width: 100%;
}
.main-wrap .gift-content-3 .gift-content-3-head {
  text-align: center;
  height: 220px;
}
.main-wrap .gift-content-3 .gift-content-3-head h3 {
  font-size: 36px;
  padding: 50px 0 15px 0;
}
.main-wrap .gift-content-3 .gift-content-3-head p {
  padding: 0 5%;
  font-size: 18px;
}
.main-wrap .gift-content-3 .gift-content-3-video {
  width: 94%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin: 0 3%;
}
.main-wrap .gift-content-3 .gift-content-3-video:after {
  content: '';
  display: block;
  clear: both;
}
.main-wrap .gift-content-3 .gift-content-3-video .gift-video-1 {
  width: 48%;
  float: left;
  padding-left: 4%;
  box-sizing: border-box;
  cursor: pointer;
}
.main-wrap .gift-content-3 .gift-content-3-video .gift-video-1 img {
  width: 100%;
  height: auto;
}
.main-wrap .gift-content-3 .gift-content-3-video .gift-video-2 {
  width: 48%;
  float: left;
  padding-left: 4%;
  box-sizing: border-box;
  cursor: pointer;
}
.main-wrap .gift-content-3 .gift-content-3-video .gift-video-2 img {
  width: 100%;
  height: auto;
}
.main-wrap .gift-content-3 .gift-content-3-video .gift-video-complate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
}
.main-wrap .gift-content-3 .gift-content-3-video .gift-video-complate .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  color: #fff;
  display: block;
  height: 50px;
  width: 100px;
  text-align: center;
  line-height: 50px;
  background: rgba(199, 80, 80, 0.3);
  cursor: pointer;
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.main-wrap .gift-content-3 .gift-content-3-video .gift-video-complate .close-btn:hover {
  background: #c75050;
}
.main-wrap .gift-content-3 .gift-content-3-video .gift-video-complate video {
  width: 1120px;
}
.main-wrap .gift-content-3 .gift-content-3-body {
  margin-top: 50px;
}
.main-wrap .gift-content-3 .gift-content-3-body:after {
  content: '';
  display: block;
  clear: both;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li {
  width: 33.333333%;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  height: 300px;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li h3 {
  font-size: 24px;
  margin: 15px 0;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li p {
  font-size: 16px;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li .gift-content-3-body-image {
  height: 125px;
  background: url("../upload/gifts/icons.png") no-repeat;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li:nth-child(1) .gift-content-3-body-image {
  background-position: 31px 0;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li:nth-child(2) .gift-content-3-body-image {
  background-position: -292px 0;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li:nth-child(3) .gift-content-3-body-image {
  background-position: -609px 0;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li:nth-child(4) .gift-content-3-body-image {
  background-position: -926px 0;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li:nth-child(5) .gift-content-3-body-image {
  background-position: -1245px 0;
}
.main-wrap .gift-content-3 .gift-content-3-body ul li:nth-child(6) .gift-content-3-body-image {
  background-position: -1556px 0;
}
.main-wrap .gift-content-3 .gift-content-3-foot {
  position: relative;
  text-align: center;
  padding: 30px 0;
  font-size: 36px;
  color: #333;
  margin: 0 3%;
  border-top: 1px solid #ccc;
}
.main-wrap .gift-content-3 .gift-content-3-foot h3 {
  padding: 0 5%;
  font-size: 30px;
}
.main-wrap .gift-content-3 .gift-content-3-foot h4 {
  margin-bottom: 15px;
}
.main-wrap .gift-content-3 .gift-content-3-foot p {
  padding: 0 5%;
  font-size: 18px;
}
.main-wrap .gift-content-3 .gift-content-3-foot .foot-btn {
  margin: 30px 0 10px 0;
}
.main-wrap .gift-content-3 .gift-content-3-foot .foot-btn a {
  background: #2a89cb;
  padding: 10px 40px;
  color: #fff;
  cursor: pointer;
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.main-wrap .gift-content-3 .gift-content-3-foot .foot-btn a:hover {
  background: #309ae5;
}
.main-wrap .gift-content-3 .gift-content-3-foot .foot-icon .gift-wx {
  position: absolute;
  top: 45px;
  left: 430px;
  cursor: pointer;
}
.main-wrap .gift-content-3 .gift-content-3-foot .foot-icon .gift-wx img {
  opacity: 1;
}
.main-wrap .gift-content-3 .gift-content-3-foot .foot-icon img {
  margin: 20px 10px;
  opacity: 0.5;
  border: 0;
  cursor: pointer;
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.main-wrap .gift-content-3 .gift-content-3-foot .foot-icon img:hover {
  opacity: 1;
}
.gift-email {
  position: fixed;
  right: 30px;
  bottom: 100px;
}
.fade-enter-active,
.fade-leave-active {
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
