* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  line-height: 1;
}

body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: "Spartan", Arial, Helvetica, sans-serif;
  font-weight: 400;
  outline: 0;
  vertical-align: baseline;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #95AFDD;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ul li {
  list-style-type: none;
}

img {
  border: none;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.wrapper {
  position: relative;
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrapper {
  width: 1100px;
}

.red {
  color: #EB2629 !important;
  font-weight: 800 !important;
}

.green {
  color: #03BD45 !important;
  font-weight: 800 !important;
}

.blue {
  color: #0096E0 !important;
  font-weight: 800 !important;
}

.blue2 {
  color: #3DBDD6 !important;
  font-weight: 800 !important;
}

.black {
  color: #1E1C2C !important;
  font-weight: 800 !important;
}

.banner {
  width: 100%;
  height: 827px;
  background: url(../images/banner_bg.png) no-repeat center center;
}

.banner .logo {
  margin-top: 25px;
  display: inline-block;
  position: relative;
  z-index: 9999;
}

.banner h1 {
  text-align: center;
  height: 155px;
  background: url(../images/img_title.png) no-repeat center center;
  position: relative;
  top: -20px;
}

.banner .box_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -12px;
  border-bottom: 3px solid #CB7C7C30;
  padding-bottom: 3px;
}

.banner .box_wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 500px;
}

.banner .box_wrap ul li {
  width: 149px;
  height: 185px;
  cursor: pointer;
}

.banner .box_wrap ul .asc {
  background: url(../images/asc_grey.png) no-repeat center center;
}

.banner .box_wrap ul .asc.checked {
  background: url(../images/asc.png) no-repeat center center;
}

.banner .box_wrap ul .db {
  background: url(../images/db_grey.png) no-repeat center center;
}

.banner .box_wrap ul .db.checked {
  background: url(../images/db.png) no-repeat center center;
}

.banner .box_wrap ul .iu {
  background: url(../images/iu_grey.png) no-repeat center center;
}

.banner .box_wrap ul .iu.checked {
  background: url(../images/iu.png) no-repeat center center;
}

.banner .box_wrap ul .sd {
  background: url(../images/sd_grey.png) no-repeat center center;
}

.banner .box_wrap ul .sd.checked {
  background: url(../images/sd.png) no-repeat center center;
}

.banner .box_wrap .gift_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-left: 73px; */
}

.banner .box_wrap .gift_wrap .add {
  width: 26px;
  height: 26px;
  background: url(../images/add.png) no-repeat center center;
  margin: 0 20px 0 20px;
}

.banner .box_wrap .gift_wrap .add_grey {
  background: url(../images/add_grey.png) no-repeat center center;
}

.banner .box_wrap .gift_wrap .gift {
  width: 605px;
  height: 216px;
  background: url(../images/img_box_gift.png) no-repeat center center;
  margin-top: 30px;
}

.banner .box_wrap .gift_wrap .gift_grey {
  background: url(../images/img_box_gift_grey1.png) no-repeat center center;
  position: relative;
}

.banner .box_wrap .gift_wrap .gift_grey::after {
  content: '';
  display: block;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 72px;
  background: url(../images/img_pop.png) no-repeat center center;
  z-index: 99;
}

.banner .box_info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.banner .box_info .box_price .box_price_title {
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner .box_info .box_price .box_price_title h4 {
  font: normal normal bold 16px/24px Spartan;
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
}

.banner .box_info .box_price .box_price_title h4:nth-of-type(1) {
  margin-right: 279px;
}

.banner .box_info .box_price .box_price_title h4:nth-of-type(2) {
  margin-right: 52px;
  position: relative;
  left: -27px;
}

.banner .box_info .box_price ul {
  margin-top: 23px;
  max-width: 630px;
  padding-left: 20px;
  box-sizing: border-box;
}

.banner .box_info .box_price ul li {
  cursor: pointer;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner .box_info .box_price ul li .select {
  font: normal normal bold 12px/18px Spartan;
  letter-spacing: 0px;
  color: #AEACB9;
  min-width: 320px;
  position: relative;
}

.banner .box_info .box_price ul li .select::before {
  width: 16px;
  height: 16px;
  border: 2px solid #CFCED4;
  box-sizing: border-box;
  opacity: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 9px;
}

.banner .box_info .box_price ul li .price {
  position: relative;
  left: -27px;
  font: normal normal bold 12px/18px Spartan;
  letter-spacing: 0px;
  color: #AEACB9;
}

.banner .box_info .box_price ul li .price del {
  color: #8E8B9D;
}

.banner .box_info .box_price ul li.selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner .box_info .box_price ul li.selected .select {
  color: #000000;
  position: relative;
}

.banner .box_info .box_price ul li.selected .select::before {
  background: url(../images/yes.png) no-repeat center center;
  border: 2px solid transparent;
  top: -2px;
}

.banner .box_info .box_price ul li.selected .price {
  color: #000000;
  min-width: 100px;
  left: -27px;
}

.banner .box_info .box_price ul li.selected .price del {
  color: #8E8B9D;
}

.banner .box_info .box_price .gift_green {
  width: 680px;
  height: 113px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #FC5A5A;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 36px;
}

.banner .box_info .box_price .gift_green ul {
  margin-left: -100px;
  padding-left: 0px;
  margin-top: 5px;
}

.banner .box_info .box_price .gift_green ul li {
  cursor: text;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner .box_info .box_price .gift_green ul li:nth-of-type(3) {
  margin-bottom: 0px;
}

.banner .box_info .box_price .gift_green ul li .select {
  font: normal normal bold 12px/18px Spartan;
  letter-spacing: 0px;
  color: #000000;
  min-width: 435px;
  position: relative;
}

.banner .box_info .box_price .gift_green ul li .select::before {
  width: 12px;
  height: 13px;
  opacity: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 9px;
  border: none;
  background: url(../images/gift.png) no-repeat center center;
}

.banner .box_info .box_price .gift_green ul li .price {
  position: relative;
  left: 48px;
  font: normal normal bold 12px/18px Spartan;
  letter-spacing: 0px;
  color: #000000;
}

.banner .box_info .box_price .gift_green ul li .price del {
  color: #8E8B9D;
}

.banner .box_info .box_price .gift_green::after {
  position: absolute;
  content: '';
  display: block;
  width: 92px;
  height: 79px;
  background: url(../images/img_tip_gift.png) no-repeat center center;
  right: -22px;
  bottom: -20px;
}

.banner .box_info .box_price .gift_green_grey {
  border: 1px solid #CFCED4;
  position: relative;
}

.banner .box_info .box_price .gift_green_grey ul li .select::before {
  background: url(../images/gift_sharp_grey.png) no-repeat center center;
}

.banner .box_info .box_price .gift_green_grey ul li .select {
  color: #8E8B9D;
}

.banner .box_info .box_price .gift_green_grey ul li .price {
  color: #8E8B9D;
}

.banner .box_info .box_price .gift_green_grey::after {
  background: url(../images/gift_grey1.png) no-repeat center center;
}

.banner .box_info .box_price .gift_green_grey::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 72px;
  background: url(../images/img_pop.png) no-repeat center center;
  z-index: 99;
}

.banner .box_info .box_price .gift_green_grey .mask {
  background: #FFFFFF96 0% 0% no-repeat padding-box;
  border-radius: 14px;
  opacity: 0.71;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .box_info .box_btn {
  width: 402px;
  height: 274px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 14px;
  margin-left: 18px;
  position: relative;
  left: 20px;
  padding: 18px 47px;
  box-sizing: border-box;
}

.banner .box_info .box_btn h4 {
  width: 234px;
  font: normal normal bold 16px/19px Spartan;
  letter-spacing: 0px;
  font-weight: 600;
}

.banner .box_info .box_btn .getoff {
  width: 111px;
  height: 29px;
  background: #FC5A5A 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  font: normal normal bold 16px/19px Spartan;
  letter-spacing: 0px;
  color: #FFFFFF;
  float: right;
  margin-top: -35px;
  margin-right: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

.banner .box_info .box_btn .box_num {
  margin-top: 15px;
  margin-left: -10px;
  border-bottom: 3px solid #CB7C7C30;
  padding-bottom: 13px;
}

.banner .box_info .box_btn .box_num p {
  font: normal normal bold 15px/24px Spartan;
  letter-spacing: 0px;
  color: #000000;
}

.banner .box_info .box_btn .box_num p strong {
  font-weight: bold;
}

.banner .box_info .box_btn .box_num p b {
  font-weight: bold;
  display: block;
  float: right;
}

.banner .box_info .box_btn .box_num p:nth-of-type(1) {
  padding: 0px 13px 6px 10px;
}

.banner .box_info .box_btn .box_num p:nth-of-type(2) {
  background: #FD90261a 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 0px 13px 0px 10px;
  margin-top: 6px;
}

.banner .box_info .box_btn .box_num p:nth-of-type(2) strong {
  color: #FD9024;
  font-weight: 800;
}

.banner .box_info .box_btn .box_num p:nth-of-type(2) b {
  color: #FD9024;
  font-weight: 800;
}

.banner .box_info .box_btn .box_total p {
  font: normal normal bold 15px/26px Spartan;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 800;
  padding: 7px 13px 6px 0px;
}

.banner .box_info .box_btn .box_total p b {
  font-weight: 800;
  display: block;
  float: right;
  color: #FA4C4E;
}

.banner .box_info .box_btn .box_total .button {
  width: 328px;
  height: 60px;
  display: inline-block;
  background: transparent linear-gradient(180deg, #FDC786 0%, #FA9B38 41%, #FA9638 54%, #FBA93B 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FC87264D;
  border: 2px solid #FECB8D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal bold 20px/29px Spartan;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 800;
  position: relative;
  right: 10px;
}

.banner .box_info .box_btn .box_total .day {
  font: normal normal bold 12px/17px Spartan;
  letter-spacing: 0px;
  color: #E1ABAB;
  text-align: center;
  margin-top: 5px;
}

.btn {
  width: 182px;
  height: 42px;
  background: transparent linear-gradient(180deg, #FDC786 0%, #FA9B38 41%, #FA9638 54%, #FBA93B 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FBB15E4D;
  border: 2px solid #FDCB8D;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal normal 14px/17px Spartan;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 800;
  position: relative;
}

.cart {
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: -20px;
  width: 16px;
  height: 16px;
  background: url(../images/cart.png) no-repeat;
  opacity: 0;
  transition: all 0.3s;
}

.btn:hover .cart {
  left: 15px;
  bottom: 13px;
  opacity: 1;
}

.btn:hover {
  background: transparent linear-gradient(180deg, #FCA54B 0%, #FA8B27 41%, #FD8324 52%, #FD9927 100%) 0% 0% no-repeat padding-box !important;
}

.btn_special:hover .cart {
  left: 50px;
}

.button:hover {
  background: transparent linear-gradient(180deg, #FCA54B 0%, #FA8B27 41%, #FD8324 52%, #FD9927 100%) 0% 0% no-repeat padding-box !important;
}

.button:hover .cart {
  left: 50px;
  bottom: 20px;
  opacity: 1;
}

.section1 {
  width: 100%;
  padding-top: 90px;
  margin-bottom: 50px;
}

.section1 .wrapper {
  width: 1120px;
}

.section1 .sec1_div {
  width: 100%;
}

.section1 .sec1_div .sec1_bg {
  width: 1208px;
  height: 155px;
  background: url(../images/sec1-div-bg.png) no-repeat center center;
  text-align: center;
  position: relative;
  top: -20px;
  margin-left: -44px;
}

.section1 .sec1_div h3 {
  text-align: center;
  font: normal normal bold 26px/18px Spartan;
  letter-spacing: 0px;
  color: #1E1C2C;
  opacity: 1;
  margin-top: 50px;
  margin-bottom: 35px;
}

.section1 .sec1_div .sec1_box {
  width: 100%;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section1 .sec1_div .sec1_box .sec1_box_bg {
  width: 552px;
  height: 375px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-radius: 14px;
  padding: 17px 35px;
  box-sizing: border-box;
}

.section1 .sec1_div .sec1_box .sec1_box_bg h4 {
  letter-spacing: 0px;
  color: #1E1C2C;
  position: relative;
  font-size: 16px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg h4::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../images/icon1.png) no-repeat center center;
  right: 10px;
  top: 16px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg p {
  margin-top: 32px;
  color: #00AAFF;
  font-weight: 800;
  font-size: 14px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg ul {
  margin-top: 15px;
  min-height: 120px;
  min-width: 500px;
}

.section1 .sec1_div:nth-of-type(2) .sec1_box .sec1_box_bg:nth-of-type(2) ul {
  min-height: 100px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg ul li {
  font: normal normal 500 14px/18px Spartan;
  letter-spacing: 0px;
  color: #1E1C2C;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn {
  width: 483px;
  height: 88px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DEDDE5;
  border-radius: 8px;
  padding: 19px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.section1 .sec1_div:nth-of-type(1) .sec1_box .sec1_box_bg:nth-of-type(2) .sec1_btn {
  margin-top: 15px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p {
  font: normal normal normal 16px/19px Spartan;
  letter-spacing: 0px;
  color: #FB9437;
  font-weight: 800;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p span {
  background: rgba(252, 65, 64, 0.14) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  text-align: center;
  line-height: 18px;
  font: normal normal normal 17px/11px Spartan;
  letter-spacing: 0px;
  color: #FB9437;
  font-weight: 800;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  transform: scale(0.8);
  vertical-align: top;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p:nth-of-type(2) {
  margin-top: 14px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p:nth-of-type(2) del {
  color: #8E8B9D;
  font-weight: 500;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .buy {
  margin-top: 10px;
  text-align: center;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .buy p {
  text-align: center;
  font: normal normal normal 12px/18px Spartan;
  letter-spacing: 0px;
  color: #1E1C2C;
  margin-top: 7px;
}

.section1 .sec1_div2 {
  margin-top: 70px;
}

.section1 .db_icon::before {
  background: url(../images/icon2.png) no-repeat center center !important;
}

.section1 .iu_icon::before {
  background: url(../images/icon3.png) no-repeat center center !important;
}

.section1 .sd_icon::before {
  background: url(../images/icon4.png) no-repeat center center !important;
}

.section1 .imf_icon::before {
  background: url(../images/icon5.png) no-repeat center center !important;
}

.section1 .pf_icon::before {
  background: url(../images/icon6.png) no-repeat center center !important;
}

.section3 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 58px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
}

.section3 .sec3_div {
  width: 100%;
}

.section3 .sec3_div h3 {
  text-align: center;
  font: normal normal bold 36px/18px Spartan;
  letter-spacing: 0px;
  color: #1E1C2C;
  opacity: 1;
  margin-top: 50px;
  margin-bottom: 63px;
}

.section3 .sec3_div .sec3_box {
  width: 100%;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg {
  width: 342px;
  height: 475px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 14px;
  padding: 17px 22px;
  box-sizing: border-box;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-child(1) {
  margin-right: 25px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg h4 {
  letter-spacing: 0px;
  color: #1E1C2C;
  position: relative;
  font-size: 16px;
  margin-left: 10px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg h4::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  right: 10px;
  top: 16px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(1) h4:before {
  background: url(../images/icon7.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(2) h4:before {
  background: url(../images/icon8.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(3) h4:before {
  background: url(../images/icon9.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg p {
  margin-top: 32px;
  color: #00AAFF;
  font-weight: 800;
  font-size: 12px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg ul {
  margin-top: 15px;
  min-height: 80px;
  min-width: 324px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg ul li {
  font: normal normal normal 12px/18px Spartan;
  letter-spacing: 0px;
  color: #1E1C2C;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn {
  width: 296px;
  height: 159px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DEDDE5;
  border-radius: 8px;
  padding: 19px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(3) .sec3_btn {
  margin-top: 90px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p {
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal normal 16px/19px Spartan;
  letter-spacing: 0px;
  color: #FB9437;
  font-weight: 800;
  margin-top: 0;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p span {
  background: rgba(252, 65, 64, 0.14) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  text-align: center;
  line-height: 18px;
  font: normal normal normal 9px/11px Spartan;
  letter-spacing: 0px;
  color: #FB9437;
  font-weight: 800;
  display: inline-block;
  padding: 6px 6px 3px 6px;
  transform: scale(0.8);
  vertical-align: top;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p:nth-of-type(2) {
  margin-top: 14px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p:nth-of-type(2) del {
  color: #8E8B9D;
  font-weight: 500;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .buy {
  margin-top: 10px;
  text-align: center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .buy p {
  text-align: center;
  font: normal normal normal 12px/18px Spartan;
  letter-spacing: 0px;
  color: #1E1C2C;
  margin-top: 7px;
}

.section2 {
  width: 100%;
  height: auto;
  padding-top: 200px;
}

.section2 .wrapper {
  width: 1120px;
  height: 561px;
  background: url(../images/sec2_bg.png) no-repeat center center;
}

.section2 .wrapper > p {
  text-align: center;
  font: normal normal bold 16px/18px Spartan;
  letter-spacing: 0px;
  color: #1E1C2C;
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 440px;
}

.section2 .wrapper h2 {
  height: 176px;
  background: url(../images/sec2_title.png) no-repeat center center;
  text-align: center;
  position: relative;
  top: -125px;
}

.section2 .wrapper .sec2_box {
  width: 880px;
  height: 154px;
  background: url(../images/sec2_box.png) no-repeat center center;
  margin: 0px auto;
  margin-top: -70px;
}

.section2 .wrapper h4 {
  font: normal normal normal 12px/18px Spartan;
  letter-spacing: 0px;
  color: #1E1C2C;
  text-align: center;
  margin-top: -10px;
}

.section2 .wrapper h4 p {
  color: #1E1C2C;
  font-weight: 800;
  font-size: 14px;
}

.section2 .wrapper .sec2_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 857px;
  margin: 34px auto;
  position: relative;
}

.section2 .wrapper .sec2_info::after {
  position: absolute;
  display: block;
  content: '';
  width: 92px;
  height: 79px;
  background: url(../images/img_tip_gift.png) no-repeat center center;
  right: -59px;
  bottom: -36px;
}

.section2 .wrapper .sec2_info ul li {
  font: normal normal normal 12px/18px Spartan;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  margin-bottom: 10px;
  margin-left: 15px;
}

.section2 .wrapper .sec2_info ul li::before {
  position: relative;
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(../images/check.png) no-repeat center center;
  right: 13px;
}

.section2 .wrapper .sec2_info .sec2_gift {
  position: relative;
  left: -43px;
}

.section2 .wrapper .sec2_info .sec2_gift div {
  font: normal normal normal 12px/18px Spartan;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 10px;
}

.section2 .wrapper .sec2_info .sec2_gift div::before {
  width: 12px;
  height: 13px;
  opacity: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 21px;
  border: none;
  background: url(../images/gift.png) no-repeat center center;
}

.section2 .wrapper .sec2_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 177px;
}

.section2 .wrapper .sec2_btn .sec2_btn_div {
  margin-left: 0px;
}

.section2 .wrapper .sec2_btn .sec2_btn_move {
  position: relative;
  left: 85px;
}

.section2 .wrapper .sec2_btn div:nth-of-type(1) strong {
  font: normal normal normal 26px/31px Spartan;
  letter-spacing: 0px;
  color: #FC4140;
  font-weight: 800;
}

.section2 .wrapper .sec2_btn div:nth-of-type(1) span {
  font-size: 14px;
  font-weight: bold;
  color: #FC4140;
  padding: 6px 17px 2px 17px;
  border-radius: 0px 12px 0px 12px;
  display: inline-block;
  background: #ffe6e1;
  vertical-align: top;
  transform: scale(0.8);
}

.section2 .wrapper .sec2_btn div:nth-of-type(2) span {
  font: normal normal normal 14px/18px Spartan;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 600;
}

.section2 .wrapper .sec2_btn div:nth-of-type(2) span del {
  color: #8E8B9D;
}

.section2 .wrapper .sec2_btn div:nth-of-type(2) a {
  width: 288px;
  height: 47px;
  display: inline-block;
  line-height: 47px;
  text-align: center;
  margin-left: 10px;
}

.award-cont {
  text-align: center;
}

.award-cont h3 {
  margin-top: 46px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
}

.award-cont .award-list {
  padding-bottom: 103px;
}

.review {
  margin-top: 58px;
}

.review .content {
  position: relative;
  width: 1104px;
  height: 297px;
  margin: 0 auto;
  background: url(../images/review-bg.png);
}

.review .content > span {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 110px;
  cursor: pointer;
  background: url(../images/prev.png);
  opacity: 0.3;
}

.review .content > span.prev {
  left: 50px;
}

.review .content > span.next {
  right: 50px;
  background-position: -54px 0px;
}

.review .content > span:hover {
  background-position: 0px -54px;
}

.review .content > span.next:hover {
  background-position: -54px -54px;
}

.review .content .message {
  width: 820px;
  float: left;
  margin-left: 153px;
  margin-top: -50px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.review .content .message .roll {
  width: 4920px;
}

.review .content .message dl {
  float: left;
  width: 820px;
}

.review .content .message h3 {
  margin-top: 10px;
  font-size: 26px;
  color: #282525;
}

.review .content .message p {
  margin-top: 15px;
  color: #504528;
  line-height: 22px;
}

.review .content .message h4 {
  font-size: 14px;
  color: #282525;
  margin-top: 13px;
}

/* service */
.service {
  margin-top: 60px;
  padding: 70px 0px 20px;
  background-color: #f9f9f9;
}

.service .wrapper {
  width: 1120px;
  min-width: 1120px;
}

.service dl {
  width: 553px;
  height: 125px;
  float: left;
  background-color: #f4f4f4;
  border: 1px solid #ebebeb;
}

.service dl h3 {
  margin-bottom: 20px;
  color: #28282c;
  font-weight: 600;
  font-size: 14px;
}

.service dl.first dt {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
}

.service dl.first dd {
  padding-top: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #7c7c7f;
}

.service dl.last {
  float: right;
  display: flex;
}

.service dl.last dt {
  margin-top: 55px;
}

.service dl.last dt,
.service dl.last dd {
  padding-left: 25px;
}

.service dl.last dd {
  padding-top: 25px;
}

.note {
  margin-top: 30px;
  font-size: 12px;
  color: #7b7b7e;
}

.note p:nth-of-type(1) {
  font-weight: bold;
}

.copyright {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  color: #7b7b7e;
}
