body {
  width: 100%;
  height: 4465px;
  overflow-x: hidden;
}
.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}
.review h2 {
  margin-top: 90px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.review h2:after {
  content: '';
  display: block;
  width: 585px;
  height: 10px;
  margin: 15px auto 0;
  background: url('../images/line02.png') center no-repeat;
}
.reviewbox {
  position: relative;
  margin-top: 34px;
  height: 407px;
  background: url('../images/review-bg.png') 95px 60px no-repeat;
}
.reviewbox h3 {
  font-size: 28px;
  text-align: center;
}
.reviewbox ul {
  position: relative;
  z-index: 0;
  margin-top: 127px;
  height: 112px;
}
.reviewbox li {
  position: absolute;
  top: 0;
  width: 112px;
  height: 112px;
}
.reviewbox li.one {
  left: -16px;
  z-index: 0;
}
.reviewbox li.two {
  left: 187px;
  z-index: 1;
}
.reviewbox li.two img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reviewbox li.three {
  right: 138px;
  z-index: 0;
}
.reviewbox li.four {
  right: -16px;
  z-index: 0;
}
.reviewbox li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.7143);
  transform: scale(0.7143);
}
.reviewbox .details {
  position: absolute;
  top: 130px;
  left: 375px;
  width: 365px;
}
.reviewbox .details div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0);
}
.reviewbox .details div.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reviewbox .details h4 {
  font-size: 18px;
}
.reviewbox .details .flag {
  display: inline-block;
  margin-left: 4px;
  width: 26px;
  height: 19px;
  background: url(../images/flag.png) 0 0 no-repeat;
}
.reviewbox .details .flag.de {
  background-position: 0 19px;
}
.reviewbox .details .flag.it {
  background-position: 0 38px;
}
.reviewbox .details p {
  margin-top: 20px;
  color: #525252;
  font-size: 12px;
  line-height: 22px;
}
.reviewbox a {
  display: block;
  position: absolute;
  top: 216px;
  z-index: 9;
  width: 10px;
  height: 18px;
  background: url('../images/review-arrow.png') no-repeat;
}
.reviewbox a.next {
  left: 321px;
  background-position: -20px 0;
  -webkit-animation: nextmove 1s linear infinite;
  animation: nextmove 1s linear infinite;
}
.reviewbox a.next:hover {
  background-position: -30px 0;
  animation-iteration-count: 0;
}
.reviewbox a.prev {
  left: 155px;
  background-position: 0 0;
  -webkit-animation: prevmove 1s linear infinite;
  animation: prevmove 1s linear infinite;
}
.reviewbox a.prev:hover {
  background-position: -10px 0;
  animation-iteration-count: 0;
}
header {
  width: 100%;
  height: 825px;
  background: url('../images/topbgc2.png') no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 76px;
  box-sizing: border-box;
  position: relative;
}
header .content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 380px;
  margin-top: 54px;
  /* overflow-y: hidden; */
  background: url(../images/banner-content-bg.png) top no-repeat;
}
header .content .box {
  width: 570px;
  box-sizing: border-box;
  padding: 53px 0 0 33px;
}
header .content .box h3 {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-align: right;
}
header .content .box dt {
  margin-bottom: 32px;
}
header .content .box dd {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding-left: 60px;
  color: #404040;
}
header .content .box dd del {
  margin-right: 5px;
  font-size: 24px;
  font-weight: 400;
  color: #212121;
}
header .message {
  width: 424px;
  height: 380px;
}
header .message .solo {
  height: 54px;
  padding-right: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 54px;
  text-align: right;
  color: #ffc102;
}
header .message .solo .all-icons {
  width: 22px;
  height: 20px;
  margin-right: 8px;
  vertical-align: text-bottom;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat;
}
header .message .solo b {
  font-size: 24px;
  color: #ff6000;
}
header .message .price {
  margin-top: 46px;
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
}
header .message .price big {
  position: relative;
  font-size: 60px;
}
header .message .price big:after {
  content: '99€';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 40px;
  margin-left: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 56px;
  vertical-align: super;
  letter-spacing: -1px;
}
header .message .price del {
  display: inline-block;
  color: #999999;
}
header .message .buybtn {
  display: block;
  width: 250px;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(216, 95, 7, 0.56);
  color: #fefaee;
  -webkit-border-radius: 30px;
  border-radius: 10px;
  background: -webkit-linear-gradient(top, #ffaf02 0%, #ff4800 100%);
  background: linear-gradient(to bottom, #ffaf02 0%, #ff4800 100%);
}
header .message .buybtn .all-icons {
  width: 22px;
  height: 14px;
  margin-right: 8px;
  vertical-align: text-bottom;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat;
  background-position: 0 -20px;
}
header .message .notice {
  margin-bottom: 35px;
  line-height: 32px;
  text-align: center;
}
header .message .bottom {
  font-size: 12px;
  line-height: 54px;
  text-align: right;
  color: #808080;
}
header .message .bottom img {
  display: inline-block;
  margin: 0 10px 0 12px;
  vertical-align: middle;
}
.navtop {
  width: 1105px;
  margin: 0 auto;
  height: 79px;
  background: #cae9ff;
  border-radius: 10px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
  color: #30314c;
  line-height: 79px;
  text-align: center;
}
.navtop img {
  margin-left: 10px;
  vertical-align: middle;
}
nav {
  width: 1318px;
  margin: 0 auto;
  margin-top: 52px;
  text-align: center;
  position: relative;
}
nav ul {
  position: absolute;
  top: 198px;
  left: 96px;
  width: 1104px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav ul li {
  cursor: pointer;
  width: 379px;
  height: 100px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 12px 73px 0px rgba(42, 109, 224, 0.16);
  border-radius: 8px;
  display: flex;
  padding: 22px 20px 0 10px;
  box-sizing: border-box;
  transition: all 0.6s;
}
nav ul li img {
  vertical-align: middle;
}
nav ul li h5 {
  margin-top: -9px;
  font-weight: bold;
  font-size: 16px;
  color: #212121;
  text-align: left;
}
nav ul li p {
  text-align: left;
  font-size: 12px;
  color: #474d69;
  line-height: 16px;
}
nav ul li:hover {
  background-color: #fff;
}
nav ul .top {
  margin-top: 15px;
}
nav::after {
  position: absolute;
  bottom: 59px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 202px;
  background: url('../images/cloud.png') no-repeat;
  background-size: cover;
  background-position: center top;
}
aside {
  margin-top: 27px;
  width: 100%;
  height: 923px;
  background: url('../images/cenbgc.png') no-repeat;
  background-size: cover;
  background-position: center top;
  text-align: center;
  padding-top: 53px;
  box-sizing: border-box;
}
aside .asibox {
  width: 1024px;
  height: 611px;
  background: url('../images/userbg.png') no-repeat;
  margin: 0 auto;
  position: relative;
  margin-top: 92px;
}
aside .asibox ul {
  position: absolute;
  top: -35px;
  left: 47px;
}
aside .asibox ul li {
  width: 892px;
  height: 160px;
  background: #ffffff;
  box-shadow: 11px 17px 8px 0px rgba(133, 31, 35, 0.22);
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
aside .asibox ul li h1 {
  font-size: 24px;
  font-weight: 600;
  color: #df2f33;
  line-height: 18px;
  text-align: left;
  margin-bottom: 17px;
}
aside .asibox ul li h4 {
  width: 699px;
  font-size: 14px;
  font-weight: 400;
  color: #355a74;
  line-height: 20px;
  text-align: left;
}
article {
  width: 100%;
  text-align: center;
  position: relative;
}
article .pole {
  position: absolute;
  top: 193px;
  left: -55px;
  cursor: pointer;
}
article .pori {
  position: absolute;
  top: 193px;
  right: -55px;
  cursor: pointer;
}
article .adva {
  height: 436px;
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
article .adva ul {
  display: flex;
  justify-content: space-between;
  height: 436px;
  width: 1024px;
  align-items: center;
  margin-top: 62px;
  transform: all 0.6s;
}
article .adva ul li {
  width: 286px;
  height: 300px;
  background: #ffffff;
  border: 1px solid #e36f6f;
  border-radius: 6px;
  padding: 0 16px;
  box-sizing: border-box;
}
article .adva ul li img {
  opacity: 0.6;
  vertical-align: bottom;
}
article .adva ul li span {
  display: inline-block;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #838383;
}
article .adva ul li p {
  margin-top: 5px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
  line-height: 26px;
}
article .adva ul .special {
  width: 381px;
  height: 100%;
  background: url('../images/flw.png') no-repeat;
  background-size: 100% 100%;
  border: 0;
}
article .adva ul .special .special-div {
  margin-top: 6px;
  width: 350px;
  height: 403px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 21px 19px 0 18px;
  box-sizing: border-box;
}
article .adva ul .special .special-div div {
  margin-top: 0 !important;
  text-align: left;
}
article .adva ul .special .special-div div img {
  opacity: 1;
  vertical-align: middle;
}
article .adva ul .special .special-div div span {
  color: #28273a;
  display: inline-block;
  margin-left: 8px;
}
article .adva ul .special p {
  color: #535463;
  font-size: 14px;
  display: block;
}
section {
  width: 100%;
  height: 712px;
  background: url('../images/foobgc.png') no-repeat;
  background-position: 0 88%;
  margin-top: 59px;
  padding-top: 127px;
  box-sizing: border-box;
}
section .check {
  width: 1077px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
section .check h2 {
  font-size: 18px;
  font-weight: bold;
  color: #223644;
  line-height: 38px;
}
section .check .check-ul {
  width: 557px;
  height: 510px;
  background: #fff8f8;
  border: 1px solid #e42d35;
  border-radius: 4px;
  padding: 0 19px;
  padding-bottom: 23px;
}
section .check .check-ul li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  border-bottom: 1px solid #e2e2e2;
}
section .check .checkbox {
  position: absolute;
  top: -21px;
  right: 265px;
  width: 221px;
  height: 594px;
  overflow: hidden;
}
section .check .checkbox h3 {
  width: 221px;
  height: 60px;
  background: #999999;
  border-radius: 15px 15px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
section .check .checkbox ul {
  height: 510px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 9px;
  padding-bottom: 23px;
  box-shadow: 0px 6px 20px 0px #ebebeb;
}
section .check .checkbox ul li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
section .check .checkbox2 {
  position: absolute;
  top: -51px;
  right: 0px;
  width: 259px;
  height: 625px;
  overflow: hidden;
}
section .check .checkbox2 h3 {
  height: 90px;
  background: #e42d35;
  border-radius: 15px 15px 0px 0px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 120px;
}
section .check .checkbox2 ul {
  height: 512px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 9px;
  padding-bottom: 23px;
  position: relative;
}
section .check .checkbox2 ul::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/border2.png') no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}
section .check .checkbox2 ul li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
footer {
  width: 100%;
  height: 223px;
  background-color: #fff;
  padding-top: 60px;
}
footer ul {
  width: 700px;
  margin: 0 auto;
  display: flex;
}
footer ul li {
  width: 50%;
  text-align: center;
  height: 88px;
  overflow: hidden;
}
footer ul li div {
  height: 88px;
}
footer ul li h3 {
  font-size: 16px;
  font-weight: 600;
  color: #30333a;
  text-align: left;
  padding-left: 25px;
}
footer ul li p {
  font-size: 12px;
  font-weight: 600;
  color: #777;
  line-height: 22px;
  padding-left: 25px;
  text-align: left;
}
.laster {
  width: 100%;
  height: 121px;
  background: #e0e1e4;
  padding: 18px;
  box-sizing: border-box;
}
.laster h5 {
  width: 1100px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
  color: #84878e;
  line-height: 18px;
}
.laster h6 {
  margin-top: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #84878e;
}
.floatlayer {
  width: 100%;
  height: 147px;
  background: url('../images/bottombg.png') no-repeat;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 88;
  display: none;
}
.floatlayer .ayer {
  width: 1196px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floatlayer .ayer .img_box{
  position: relative;
}
.floatlayer .ayer .img_box .leaf{
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.floatlayer .ayer .text {
  width: 260px;
  text-align: center;
  margin-top: 30px;
}
.floatlayer .ayer .text span {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.floatlayer .ayer .text span strong {
  font-size: 24px;
}
.floatlayer .ayer .text span i {
  font-size: 16px;
  text-decoration: line-through;
  color: #ffb5ad;
}
.floatlayer .ayer .text span b {
  color: #ffb5ad;
  font-size: 16px;
  font-weight: normal;
}
.floatlayer .ayer .text button {
  width: 260px;
  height: 54px;
  background: linear-gradient(180deg, #ff7200, #ffd300);
  box-shadow: 0px 12px 18px 2px rgba(218, 43, 40, 0.4);
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #892e32;
}
.floatlayer .ayer .text button:hover {
  background: linear-gradient(180deg, #ffd300, #ff7200);
}
#last {
  height: 33px;
  line-height: 33px;
  background: #e73439;
  text-align: center;
  color: #ffb6b8;
}
