.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
input {
  border: none;
}
button {
  border: none;
}
i {
  display: inline-block;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
/*公共版心*/
.container_warp {
  width: 1280px !important;
  margin: 0 auto;
}
/*论坛版心*/
.bbs_warp {
  width: 1280px;
  margin: 0 auto;
}
/*会员版心*/
.vip_warp {
  width: 1120px;
}
.container_warp:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.go_wrap {
  width: 1440px !important;
  margin: 0 auto;
}
.go_wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.rightf {
  float: right;
}
.leftf {
  float: left;
}
.font12 {
  font-size: 12px;
  color: #727171;
}
.clear-float {
  clear: both;
  zoom: 1 \9;
}
.ie-float {
  overflow: auto \9;
}
.clear-fix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.font-color {
  color: #727171;
}
/*图片文字对齐*/
.align-pic {
  vertical-align: middle;
}
/*清除IEX号*/
/*::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input,
textarea,
button {
  outline: none;
}
/*右侧悬浮*/
/*放假通知*/
.holiday-tips {
  min-width: 1280px;
  background-color: #d0ba9a;
}
.holiday-tips .tips-content {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px 0 0 60px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .holiday-tips .tips-content {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0 0 0;
  }
}
/*关闭*/
.holiday-tips .tips-content .icon-guanbi {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 9;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.holiday-tips .tips-content .icon-guanbi:hover {
  color: #b21f1f;
  transform: rotate(90deg);
}
.holiday-tips .tips-content .tips-logo {
  float: left;
}
.holiday-tips .tips-content .tips-logo .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #2e2525;
  display: block;
  -webkit-animation: radio 0.5s ease-in infinite;
}
.holiday-tips .tips-content .tips-text {
  float: left;
  margin-left: 10px;
}
.holiday-tips .tips-content .tips-text h5 {
  color: #ac0000;
  font-size: 16px;
}
.holiday-tips .link-holiday {
  color: #2e2525;
}
.holiday-tips .link-holiday:hover {
  text-decoration: underline;
}
.holiday-tips .quote-link .enquiry {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.holiday-tips .quote-link .quote-now:hover {
  color: #b21f1f;
}
@media all and (max-width: 1600px) {
  .header .top-box {
    padding: 0;
  }
  .header .nav .nav-box {
    padding: 0;
  }
}
@media all and (min-width: 1530px) {
  .lg-hidden {
    display: none;
  }
  .md-hidden {
    display: block;
  }
}
@media all and (max-width: 1529px) {
  .lg-hidden {
    display: block;
  }
  .md-hidden {
    display: none;
  }
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.rest-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAKVJREFUOE9jZKAQMFKon2G4GXDz5s12BgYGZQLhclddXb0SpgYjDG7evLmFgYHBG4chW9XV1X2Q5TAMuHfvnvjv379PMjAwyKMZ8pCVldVcSUnpJV4DQJK3bt1y+f///24UhYyMrmpqanvQXYYzGm/fvl3w79+/fpAGJiamQlVV1QnYvIU3Hdy6dWsuSJOamloyroAllJBg8v/JNYBgSifkgiFgAACcyCgRtK2yLQAAAABJRU5ErkJggg==") no-repeat 97% center;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
body {
  min-width: 1440px;
}
.the-summer-page .summer-wrap {
  width: 1424px;
  margin: 0 auto;
}
.the-summer-page .banner {
  background: url("../images/10th-summer/banner-bg.png") no-repeat center #97f6ff;
  height: 600px;
  overflow: hidden;
  background-size: cover;
}
.the-summer-page .banner .banner-title {
  display: block;
  margin: 40px auto 0;
}
.the-summer-page .banner .get-title {
  display: block;
  margin: 20px auto 0;
}
.the-summer-page .banner .price-icon {
  display: block;
  margin: 40px auto 0;
}
.the-summer-page .banner .time-row {
  width: 530px;
  height: 73px;
  margin: 50px auto 0;
  background: #FFFFFF;
  box-shadow: 4px 0px 20px 0px rgba(51, 51, 51, 0.4);
  border-radius: 16px 16px 16px 16px;
  font-size: 36px;
  color: #02A54D;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.the-summer-page .summer-page {
  background: url("../images/10th-summer/summer-bg.jpg") no-repeat center #fee7d7;
  height: 3266px;
  overflow: hidden;
  background-size: cover;
}
.the-summer-page .coupons-panel {
  background: url("../images/10th-summer/coupons-panel.png") no-repeat center;
  width: 1424px;
  height: 1262px;
  overflow: hidden;
  background-size: cover;
}
.the-summer-page .coupons-panel .panel-title {
  align-items: baseline;
}
.the-summer-page .coupons-panel .coupons-list {
  display: flex;
  align-items: center;
  margin-top: 44px;
  justify-content: space-between;
  padding: 0 30px;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item {
  width: 326px;
  height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-size: cover;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item:first-child {
  background: url("../images/10th-summer/coupon1.png") no-repeat center;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item:nth-child(2) {
  background: url("../images/10th-summer/coupon2.png") no-repeat center;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item:nth-child(3) {
  background: url("../images/10th-summer/coupon3.png") no-repeat center;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item:last-child {
  background: url("../images/10th-summer/coupon4.png") no-repeat center;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item .title-name {
  margin-top: 70px;
  margin-bottom: 30px;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item .sales-el {
  display: flex;
  font-size: 42px;
  color: #f9456a;
  font-weight: bold;
  align-items: baseline;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item .sales-el em {
  font-size: 65px;
  font-style: normal;
  margin: 0 6px;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item .price {
  font-size: 19px;
  color: #353A61;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item .jump-btn {
  margin-top: 20px;
  width: 200px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 38px;
  background: #09b95b;
  box-shadow: 0 0 12px #f6d59c;
  transition: all 0.3s;
}
.the-summer-page .coupons-panel .coupons-list .coupons-item .jump-btn:hover {
  background: #06a14e;
  box-shadow: 0 0 12px #f6d59c;
}
.the-summer-page .coupons-panel .view-coupons {
  background: url("../images/10th-summer/view-coupons-bg.png") no-repeat center;
  height: 486px;
  width: 1364px;
  margin: 20px auto 0;
  padding: 40px 160px 0 550px;
}
.the-summer-page .coupons-panel .view-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 90px;
  color: #f9456a;
  font-weight: bold;
  line-height: 170px;
  margin-top: 10px;
}
.the-summer-page .coupons-panel .view-price em {
  font-style: normal;
  font-size: 160px;
  margin: 0 10px;
}
.the-summer-page .coupons-panel .price-text {
  font-size: 40px;
  color: #353A61;
  text-align: center;
}
.the-summer-page .coupons-panel .jump-btn {
  margin: 20px auto 0;
  width: 408px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  border-radius: 38px;
  background: #09b95b;
  box-shadow: 0 0 12px #f6d59c;
  transition: all 0.3s;
}
.the-summer-page .coupons-panel .jump-btn:hover {
  background: #06a14e;
  box-shadow: 0 0 12px #f6d59c;
}
.the-summer-page .panel-title {
  margin: 40px auto 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01a4ee;
  text-align: center;
  font-size: 49px;
  font-weight: bold;
  text-shadow: 0 -3px #fff, 3px 0px #fff, 0 3px #fff, -3px 0 #fff, -3px -3px #fff, 3px 3px #fff, 3px -3px #fff, -3px 3px #fff;
}
.the-summer-page .usage-panel {
  background: url("../images/10th-summer/usage-panel.png") no-repeat center;
  width: 1424px;
  height: 562px;
  overflow: hidden;
  margin: 46px auto 0;
  position: relative;
}
.the-summer-page .usage-panel .usage-text {
  padding: 0 120px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.the-summer-page .usage-panel .text {
  padding: 40px 0;
  color: #078AC5;
  font-size: 32px;
}
.the-summer-page .usage-panel .text .tag {
  font-weight: bold;
  margin: 0 6px;
  font-size: 32px;
  text-shadow: 0 -1px #078AC5, 1px 0px #078AC5, 0 1px #078AC5, -1px 0 #078AC5, -1px -1px #078AC5, 1px 1px #078AC5, 1px -1px #078AC5, -1px 1px #078AC5;
}
.the-summer-page .details-panel {
  overflow: hidden;
  background: url("../images/10th-summer/detail-panel.png") no-repeat center;
  width: 1424px;
  height: 631px;
  margin: 20px auto 0;
}
.the-summer-page .details-panel .details-text {
  font-size: 30px;
  color: #078AC5;
  line-height: 42px;
  padding: 0 40px;
  margin-top: 44px;
}
.the-summer-page .details-panel .details-text dd {
  margin-bottom: 20px;
}
.the-summer-page .promotions-panel {
  background: url("../images/10th-summer/promotions-panel-bg.png") no-repeat center;
  width: 1424px;
  height: 611px;
  overflow: hidden;
  margin-top: 50px;
}
.the-summer-page .promotions-panel .promotions-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 0 80px;
}
.the-summer-page .promotions-panel .li-img {
  width: 600px;
  height: 330px;
}
.the-summer-page .promotions-panel .li-img:hover img {
  transform: scale(1.016);
}
.the-summer-page .promotions-panel .li-img img {
  transition: all 0.3s;
}
.the-summer-page .promotions-panel .li-des {
  font-size: 24px;
  color: #078AC5;
  text-align: center;
  margin-top: 20px;
}
/*# sourceMappingURL=10th-anniversary-summer.css.map */