﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.animation-init {
  opacity: 0;
}
/*旋转*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*平移*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-ms-keyframes fadeInTop {
  0% {
    opacity: 0;
    -ms-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-ms-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -ms-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -ms-transform: none;
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInBottom-all {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* 弹入 */
@-webkit-keyframes bouncein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bouncein {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes bouncein {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  50% {
    -ms-transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
/*弹出*/
@keyframes bouncein {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
html {
  overflow-x: hidden;
}
body {
  background: #aaecff;
  font-family: "Helvetica Neue", Helvetica, Arial, "黑体", sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.wrapper {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.header {
  width: 100%;
  height: 575px;
  /*background:url(/Images/Activity/g4yesrs/header.png) center top no-repeat;*/
}
.header .caidai-left {
  width: 345px;
  height: 137px;
  background: url(/Images/Activity/g4yesrs/caidai-left.png) left top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.header .caidai-right {
  width: 458px;
  height: 160px;
  background: url(/Images/Activity/g4yesrs/caidai-right.png) left top no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.header .logo-bar {
  padding-top: 20px;
}
.header .logo {
  display: inline-block;
  width: 127px;
  height: 36px;
  background: url(/Images/Activity/g4yesrs/logo.png) center center no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.header .logo-g {
  display: inline-block;
  width: 143px;
  height: 34px;
  background: url(/Images/Activity/g4yesrs/logo-g.png) center center no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.header .item {
  position: absolute;
  left: 50%;
  top: 50%;
}
.header .sgin {
  width: 688px;
  height: 363px;
  background: url(/Images/Activity/g4yesrs/header-sign.png) center center no-repeat;
  margin-left: -369px;
  margin-top: -145.5px;
  z-index: 10;
  -moz-animation: bounceIn 0.5s linear both;
  -o-animation: bounceIn 0.5s linear both;
  -webkit-animation: bounceIn 0.5s linear both;
  animation: bounceIn 0.5s linear both;
  opacity: 0;
}
.header .child {
  width: 218px;
  height: 221px;
  background: url(/Images/Activity/g4yesrs/header-child.png) center center no-repeat;
  margin-left: -126px;
  margin-top: -284px;
  -moz-animation: fadeInBottom 0.5s linear both;
  -o-animation: fadeInBottom 0.5s linear both;
  -webkit-animation: fadeInBottom 0.5s linear both;
  animation: fadeInBottom 0.5s linear both;
  opacity: 0;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.header .item-title {
  width: 496px;
  height: 46px;
  background: url(/Images/Activity/g4yesrs/header-title.png) center center no-repeat;
  margin-left: -248px;
  margin-top: 220px;
}
.header .disk {
  width: 1200px;
  height: 345px;
  background: url(/Images/Activity/g4yesrs/header-disk.png) center center no-repeat;
  margin-left: -600px;
  margin-top: -172.5px;
  -moz-animation: bounceIn 0.6s linear both;
  -o-animation: bounceIn 0.6s linear both;
  -webkit-animation: bounceIn 0.6s linear both;
  animation: bounceIn 0.6s linear both;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
}
.header .tape-green {
  width: 164px;
  height: 71px;
  background: url(/Images/Activity/g4yesrs/header-tape-green.png) center center no-repeat;
  margin-left: -707px;
  margin-top: -50px;
  -moz-animation: float-right 2.8s infinite both;
  -o-animation: float-right 2.8s infinite both;
  -webkit-animation: float-right 2.8s infinite both;
  animation: float-right 2.8s infinite both;
}
.header .tape-blue {
  width: 211px;
  height: 69px;
  background: url(/Images/Activity/g4yesrs/header-tape-blue.png) center center no-repeat;
  margin-left: 310px;
  margin-top: 113px;
  -moz-animation: float-right 3s infinite both;
  -o-animation: float-right 3s infinite both;
  -webkit-animation: float-right 3s infinite both;
  animation: float-right 3s infinite both;
}
.header .tape-yellow {
  width: 218px;
  height: 60px;
  background: url(/Images/Activity/g4yesrs/header-tape-yellow.png) center center no-repeat;
  margin-left: -558px;
  margin-top: 96.5px;
  -moz-animation: float-left 3.6s infinite both;
  -o-animation: float-left 3.6s infinite both;
  -webkit-animation: float-left 3.6s infinite both;
  animation: float-left 3.6s infinite both;
}
.header .tape-red {
  width: 184px;
  height: 95px;
  background: url(/Images/Activity/g4yesrs/header-tape-red.png) center center no-repeat;
  margin-left: 543px;
  margin-top: -69px;
  -moz-animation: float-left 2.6s infinite both;
  -o-animation: float-left 2.6s infinite both;
  -webkit-animation: float-left 2.6s infinite both;
  animation: float-left 2.6s infinite both;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.header .ball-blue {
  width: 58px;
  height: 75px;
  background: url(/Images/Activity/g4yesrs/header-ball-blue.png) center center no-repeat;
  margin-left: -440px;
  margin-top: -112px;
  -moz-animation: float 3.5s infinite both;
  -o-animation: float 3.5s infinite both;
  -webkit-animation: float 3.5s infinite both;
  animation: float 3.5s infinite both;
}
.header .ball-yellow {
  width: 63px;
  height: 74px;
  background: url(/Images/Activity/g4yesrs/header-ball-yellow.png) center center no-repeat;
  margin-left: 360px;
  margin-top: -64px;
  -moz-animation: float 4s infinite both;
  -o-animation: float 4s infinite both;
  -webkit-animation: float 4s infinite both;
  animation: float 4s infinite both;
}
.header .ball-red {
  width: 49px;
  height: 67px;
  background: url(/Images/Activity/g4yesrs/header-ball-red.png) center center no-repeat;
  margin-left: 172px;
  margin-top: -206px;
  -moz-animation: float 3s infinite both;
  -o-animation: float 3s infinite both;
  -webkit-animation: float 3s infinite both;
  animation: float 3s infinite both;
}
.header .tape-left {
  width: 156px;
  height: 142px;
  background: url(/Images/Activity/g4yesrs/tape-left.png) left top no-repeat;
  position: absolute;
  left: 0;
  top: 255px;
}
.header .tape-right {
  width: 189px;
  height: 140px;
  background: url(/Images/Activity/g4yesrs/tape-right.png) right top no-repeat;
  position: absolute;
  right: 0;
  top: 225px;
}
/*灯*/
.lamp {
  display: inline-block;
  vertical-align: top;
}
.lamp i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 2px;
  vertical-align: middle;
  -moz-animation: light 1.2s infinite both;
  -o-animation: light 1.2s infinite both;
  -webkit-animation: light 1.2s infinite both;
  animation: light 1.2s infinite both;
}
.lamp .lamp-yellow {
  background: #ffe49d;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.lamp .lamp-green {
  background: #cfff84;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.lamp .lamp-pink {
  background: #ffc6c6;
}
.explain {
  padding: 10px;
  background: #68c8e4;
  color: #FFF;
  border-radius: 12px;
  margin-bottom: 80px;
}
.explain .item-title {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}
.explain .item-info {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.explain .item-info strong {
  color: #fffd3e;
}
.special {
  padding-bottom: 60px;
}
.special .title {
  color: #009ecc;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 35px;
}
.special .title .line {
  position: relative;
  display: inline-block;
  height: 50px;
}
.special .title .line:before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #feffc9;
  position: absolute;
  top: 30px;
  animation: line 1.8s infinite ease-in-out both;
}
.special .title .line:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #feffc9;
  position: absolute;
  top: 40px;
  animation: line-long 2s infinite ease-in-out both;
}
.special .title .line.line-left:before {
  right: 5px;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.special .title .line.line-left:after {
  right: 5px;
}
.special .title .line.line-right:before {
  left: 5px;
}
.special .title .line.line-right:after {
  left: 5px;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.special .row {
  padding-top: 20px;
  margin-left: -12px;
  margin-right: -12px;
}
.special .row:after {
  content: "";
  display: block;
  clear: both;
}
.special .row .item {
  padding: 0 12px;
  width: 50%;
  float: left;
}
.special .row .item .item-block {
  width: 100%;
  padding: 15px;
  background: #FFF;
  display: table;
}
.special .row .item .item-block .item-icon {
  display: table-cell;
  width: 236px;
  vertical-align: top;
}
.special .row .item .item-block .item-icon img {
  width: 100%;
}
.special .row .item .item-block .item-info {
  padding-left: 30px;
}
.special .row .item .item-block .item-info .item-title {
  font-size: 22px;
  color: #4a4a4a;
  line-height: 24px;
}
.special .row .item .item-block .item-info .item-sub-title {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 22px;
}
.special .row .item .item-block .item-info .item-price-bar {
  padding-top: 20px;
  height: 148px;
}
.special .row .item .item-block .item-info .item-price-bar .item-price {
  color: #ff7878;
  font-size: 25px;
  font-weight: 600;
}
.special .row .item .item-block .item-info .item-price-bar .item-price .spacing {
  padding-left: 4em;
}
.special .row .item .item-block .item-info .item-price-bar .item-price-del {
  color: #656565;
  font-size: 16px;
  text-decoration: line-through;
  padding-top: 15px;
}
.special .row .item .item-block .item-info .item-price-bar .item-price-del .spacing {
  padding-left: 3em;
}
.special .row .item .item-block .item-info .action-bar .view-more {
  display: inline-block;
  width: 183px;
  height: 42px;
  background: #57c7fb;
  line-height: 42px;
  border-radius: 4px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.special .row .item .item-block .item-info .action-bar .view-more:hover {
  background: #3ebffa;
}
.surprise {
  padding: 40px 20px 30px;
  background: #68c8e4;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}
.surprise .item-title {
  font-size: 32px;
  line-height: 40px;
}
.surprise .item-info {
  padding-top: 20px;
  line-height: 34px;
  font-size: 20px;
}
.surprise .item-info .inline-block {
  display: inline-block;
  padding: 20px 30px 0;
  line-height: 0;
}
.surprise .item-info .inline-block span {
  display: block;
  color: #235969;
  line-height: 30px;
  font-size: 16px;
}
.surprise .item-info img {
  padding-top: 10px;
}
.footer {
  height: 276px;
  width: 100%;
  background: url(/Images/Activity/g4yesrs/footer.png) center top no-repeat;
  padding-top: 166px;
  text-align: center;
  font-size: 12px;
  font-family: 宋体;
  color: #353535;
}
.footer .link {
  padding-bottom: 20px;
}
.footer .link a {
  position: relative;
  padding: 0 30px;
  color: #353535;
  font-size: 12px;
  font-family: 宋体;
  text-decoration: none;
}
.footer .link a:after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #353535;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.footer .link a:last-child:after {
  display: none;
}
.count-down {
  text-align: center;
  color: #009ecc;
  font-size: 18px;
}
.count-down .time-block {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  background: #009ecc;
  border-radius: 4px;
  font-size: 22px;
  margin: 0 4px;
}
/*模态框*/
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}
.modal .modal-dialog {
  width: 800px;
  padding: 15px;
  background: #FFF;
  margin: 30px auto;
  border-radius: 4px;
  max-width: 100%;
}
.modal .modal-body img {
  display: block;
  max-width: 100%;
}
.modal-close {
  display: none;
  animation: all .5s linear backwards;
}
body.modal-open {
  overflow-y: hidden;
}
body.modal-open .modal {
  display: block;
  overflow-y: auto;
}
body.modal-open .modal-close {
  position: fixed;
  top: 0;
  right: 17px;
  display: block;
  width: 60px;
  height: 60px;
  padding-left: 10px;
  padding-bottom: 10px;
  background: #009ecc;
  color: #FFF;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  border-radius: 0 0 0 60px;
  z-index: 10001;
  cursor: pointer;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
/*在线客服*/
.im_ww {
  display: block;
  float: right;
  width: 20px;
  height: 16px;
  overflow: hidden;
}
.im_ww img {
  height: 16px;
  overflow: hidden;
}
input:focus,
textarea:focus {
  background-color: #FFFFF0;
  border-color: #C4C4C4;
}
/*#ec_cs_pannel .ec_Title{
    background:#ffd614 !important;
    
}
#ec_cs_pannel .ec_Title .txtCut{
    color:#040000 !important;
}
.ec_nofreecall{
    background-image:url(/Images/ec/cslist_btm_bg_none_gold.gif) !important;
}
#ec_cs_pannel_mid th, #ec_cs_pannel_mid td{
    background-image:url(/Images/ec/cslist_mid_bg_gold.gif) !important;
}
#ec_cs_pannel .ec_Title h2.txtCut{
    margin-left:10px !important;
}
#ec_cs_pannel .ec_shut{
     background-image:url(/Images/ec/cslist_top_shut_gold.gif) !important;
}*/
.main {
  position: relative;
}
.disk-left {
  height: 1298px;
  width: 331px;
  background: url(/Images/Activity/g4yesrs/bg-left.png) left top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.disk-right {
  height: 1366px;
  width: 286px;
  background: url(/Images/Activity/g4yesrs/bg-right.png) right top no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
/*响应*/
@media (max-width: 1900px) {
  .header .caidai-left {
    left: auto;
    right: 50%;
    margin-right: 610px;
  }
  .header .caidai-right {
    right: auto;
    left: 50%;
    margin-left: 500px;
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: 100%;
    padding: 15px;
  }
  .header {
    height: 300px;
    background-size: cover;
    background-position-y: 30px;
  }
  .header .logo-bar {
    padding-top: 0;
  }
  .header .logo-g {
    margin-left: 10px;
  }
  .header .wrapper .banner {
    height: 100%;
    transform: scale(0.45);
  }
  .header .caidai-left,
  .header .caidai-right {
    display: none;
  }
  .explain {
    margin-bottom: 30px;
  }
  .explain .item-title {
    font-size: 18px;
  }
  .explain .item-info {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-indent: 2em;
    padding-top: 0;
  }
  .explain .item-info p {
    display: inline;
  }
  .special .title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .special .title .line {
    vertical-align: top;
    height: 30px;
  }
  .special .title .line:after {
    top: 18px;
    height: 3px;
    width: 60px;
  }
  .special .title .line:before {
    top: 10px;
    height: 3px;
    width: 30px;
  }
  .special .row .item {
    padding-bottom: 15px;
    width: 100%;
  }
  .special .row .item .item-block {
    display: block;
    padding: 30px;
  }
  .special .row .item .item-block .item-icon {
    width: 100%;
    text-align: center;
    display: block;
  }
  .special .row .item .item-block .item-icon img {
    max-width: 100%;
  }
  .special .row .item .item-block .item-info {
    padding-left: 0;
    padding-top: 10px;
  }
  .special .row .item .item-block .item-info .item-title {
    font-size: 16px;
  }
  .special .row .item .item-block .item-info .item-price-bar {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .special .row .item .item-block .item-info .item-price-bar .item-price {
    font-size: 18px;
  }
  .special .row .item .item-block .item-info .item-price-bar .item-price-del {
    font-size: 12px;
    padding-top: 10px;
  }
  .special .row .item .item-block .item-info .action-bar .view-more {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .surprise {
    margin-bottom: 15px;
  }
  .surprise .item-title {
    font-size: 20px;
    line-height: 30px;
  }
  .surprise .item-title .lamp {
    height: 30px;
    display: block;
  }
  .surprise .item-title .lamp:nth-child(1) {
    display: none;
  }
  .surprise .item-info {
    font-size: 14px;
    line-height: 22px;
  }
  .footer {
    padding-top: 50px;
    height: auto;
  }
  .footer .wrapper {
    background: #7cc7f1;
  }
  .footer .link {
    line-height: 22px;
  }
  .footer .link a {
    width: 48%;
    display: inline-block;
  }
  .footer .link a:after {
    display: none;
  }
  .count-down {
    font-size: 14px;
  }
  .count-down .time-block {
    height: 24px;
    width: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  #hid_cs_pannel {
    display: none !important;
  }
  .modal .modal-dialog {
    margin: 0;
    border-radius: 0;
  }
}
/*动画*/
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*进入下*/
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*呼吸灯效果*/
@keyframes float {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02) translateY(-10px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes float-left {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02) translateX(-20px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes float-right {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02) translateX(20px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes light {
  0% {
    opacity: .5;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line {
  0% {
    width: 5px;
  }
  60% {
    width: 40px;
  }
  100% {
    width: 5px;
  }
}
@keyframes line-long {
  0% {
    width: 90px;
  }
  40% {
    width: 15px;
  }
  100% {
    width: 90px;
  }
}