body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  background-color: #ffffff;
}
.wrap {
  overflow: inherit;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.content-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  padding-bottom: 0px;
}
.content-wrap * {
  box-sizing: border-box;
}
.wrapper * {
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}

#darkwhale-banner {
  width: 100%;
  height: 300px;
  background: url(../images/darkwhale/bannerbg.png) center center no-repeat;
}

#darkwhale-banner .banner-info {
  padding-left: 56px;
}

#darkwhale-banner .banner-info h4 {
  font-size: 18px;
  color: #ffffff;
  margin: 18px 0;
  font-weight: bold;
}

#darkwhale-banner .banner-info a.go-buy {
  width: 125px;
  height: 40px;
  display: block;
  background-color: #4f16f8;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  border-radius: 5px;
  margin-top: 30px;
}
#darkwhale-banner .banner-info a.go-buy:hover {
  background-color: #4f1aee;
}

.content-wrap h1.title {
  font-size: 30px;
  color: #000000;
  text-align: center;
  display: block;
}
.content-wrap p.small-title {
  font-size: 15px;
  color: #888888;
  text-align: center;
  margin-top: 20px;
}
#email-advantage .advantage-info [class*='el-col-'] {
  text-align: center;
}

#email-advantage .advantage-info {
  margin-top: 80px;
  padding: 0 35px;
}

#email-advantage .advantage-info .item-title {
  font-size: 17px;
  color: #000000;
  margin: 38px 0 19px;
}

#email-advantage .advantage-info .item-detail {
  text-align: left;
  display: block;
  margin: 0 auto;
  width: 287px;
  font-size: 14px;
  color: #888888;
}
#email-product .product-info {
  margin-top: 50px;
}
#email-product .product-info li.item {
  width: 628px;
  height: 252px;
  background-color: #ffffff;
  font-size: 0;
  padding: 33px 0;
  box-shadow: 0px 0px 30px -3px #eaebef;
  float: left;
  padding-left: 23px;
  padding-right: 0px;
}
#email-product .product-info li.item:first-of-type {
  margin-right: 35px;
}
#email-product .product-info li.item .item-left {
  height: 186px;
  text-align: center;
  border-right: 1px solid #e2e8ff;
  display: inline-block;
  padding-right: 20px;
  padding-top: 10px;
  vertical-align: top;
}

#email-product .product-info li.item .item-left h3 {
  color: #000000;
  font-size: 17px;
  margin-top: 20px;
}

#email-product .product-info li.item .item-left p {
  display: block;
  width: 147px;
  height: 28px;
  background-color: #ebeff7;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #888888;
  position: relative;
  margin-top: 10px;
  border-radius: 3px;
}

#email-product .product-info li.item .item-left p::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ebeff7;
  font-size: 0;
  line-height: 0;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#email-product .product-info li.item .item-right {
  padding-left: 28px;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
}

#email-product .product-info li.item .item-right ul li {
  font-size: 14px;
  margin-bottom: 15px;
  color: #666666;
}
#email-product .product-info li.item .item-right ul li label {
  font-weight: bold;
  min-width: 70px;
  display: inline-block;
}

#email-product .product-info li.item .item-right ul li span em {
  color: #fc0202;
  font-size: 24px;
}

#email-function .function-info {
  margin-top: 45px;
  padding-top: 35px;
  width: 100%;
  height: 260px;
  background-color: #f9faff;
}

#email-function .function-info [class*='el-col-'] {
  text-align: center;
}

#email-function .function-info .item-title {
  font-size: 17px;
  color: #000000;
  margin: 25px 0 19px;
}

#email-function .function-info .item-detail {
  font-size: 14px;
  color: #888888;
}

#email-function .function-detail {
  margin-top: 40px;
}
#email-function .function-detail [class*='el-col-'] {
  margin-bottom: 40px;
}
#email-function .function-detail .item-titel {
  display: block;
  font-size: 15px;
  color: #000000;
  margin-bottom: 12px;
  padding-left: 12px;
  border-left: 3px solid #387ee8;
  line-height: 20px;
}
#email-function .function-detail .item-detail {
  font-size: 13px;
  color: #888888;
  padding-left: 15px;
  line-height: 25px;
}
#email-recommend .recommend-detail {
  margin-top: 60px;
  margin-bottom: 100px;
}
#email-recommend .recommend-detail ul li {
  float: left;
  width: 593px;
  height: 155px;
  margin-right: 12px;
  margin-bottom: 17px;
  padding: 30px 0 0 40px;
  cursor: pointer;
}
#email-recommend .recommend-detail ul li:first-of-type {
  background: url(../images/darkwhale/recommend-bg1.png) center center no-repeat;
}
#email-recommend .recommend-detail ul li:nth-of-type(2) {
  margin-right: 0;
  background: url(../images/darkwhale/recommend-bg2.png) center center no-repeat;
}
#email-recommend .recommend-detail ul li:nth-of-type(3) {
  background: url(../images/darkwhale/recommend-bg3.png) center center no-repeat;
}
#email-recommend .recommend-detail ul li:nth-of-type(4) {
  margin-right: 0;
  background: url(../../crossborder/images/darkwhale/recommend-emailwhale.png)
    center center no-repeat;
}
#email-recommend .recommend-detail ul li .item-title {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}

#email-recommend .recommend-detail ul li .item-detail {
  font-size: 15px;
  margin-bottom: 13px;
  color: #ffffff;
}

#email-recommend .recommend-detail ul li a.go-buy {
  display: block;
  width: 90px;
  line-height: 26px;
  height: 28px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  border: 1px solid #ffffff;
}

.activity-item {
  padding-left: 30px;
  margin-bottom: 25px;
}
.activity-item .item-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 13px;
}
.activity-item ul li.item {
  color: #ffffff;
  font-size: 13px;
  line-height: 25px;
}
.activity-item ul li.item label {
  float: left;
}
.activity-item ul li.item span {
  float: left;
}

.activity-item ul li.item span em {
  color: #ff9e4b;
}

.activity-item ul li.item span a {
  color: #ff9e4b;
  display: inline-block;
  border-bottom: 1px solid #ff9e4b;
}
.activity-explain {
  text-align: center;
  padding: 40px 0px;
  font-size: 14px;
  color: #ffffff;
}

.activityRule .el-dialog {
  width: 568px;
  height: 513px;
}
.activityRule .el-dialog__header {
  display: none;
}
.activityRule .el-dialog__body {
  padding: 25px 25px 0 36px;
}
.activityRule .dialog-header {
  margin-bottom: 33px;
}
.activityRule .dialog-header h3 {
  font-size: 15px;
  color: #000000;
  display: inline-block;
}
.activityRule .dialog-cor {
  width: 495px;
  height: 348px;
  margin-bottom: 10px;
  overflow-y: scroll;
}
.activityRule .dialog-cor .activityRule {
  margin: 0 auto;
  padding-left: 84px;
}
.activityRule .dialog-cor .activityRule p {
  text-align: left !important;
}
.activityRule .dialog-header i {
  cursor: pointer;
}
.activityRule .dialog-header i img {
  cursor: pointer;
}
.activityRule .dialog-cor p {
  color: #666666;
  line-height: 24px !important;
  font-size: 13px;
}

.activityRule .dialog-cor p.orange-color {
  color: #ea7f3e;
}
.activityRule .closeBtn {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  margin: 0 auto;
  background-color: #ea7f3e;
}
.serviceDialog .el-dialog {
  height: 391px;
}

.takeWay .el-dialog .dialog-cor {
  width: 100%;
}
.takeWay .el-dialog .dialog-cor p {
  text-align: center;
}
.takeWay .el-dialog .dialog-cor i {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.takeWay .el-dialog .dialog-cor i img {
  width: 190px;
  border: 1px solid #dddddd;
}
.takeWay .el-dialog .dialog-foot {
  height: 170px;
  box-sizing: border-box;
  padding: 18px 0 0 60px;
  background-color: #f3f3f3;
}
.takeWay .el-dialog__body {
  padding: 0px;
}
.takeWay .el-dialog .dialog-foot p {
  line-height: 25px !important;
  font-size: 13px;
  color: #666666;
}
.takeWay .el-dialog .dialog-header {
  padding: 25px 25px 0 0px;
}
.takeWay .el-dialog .dialog-cor ul {
  width: 335px;
  margin: 0 auto;
  margin-top: 48px;
}
.takeWay .el-dialog .dialog-cor ul li {
  float: left;
  margin-right: 32px;
  margin-bottom: 21px;
}
.takeWay .el-dialog .dialog-cor ul li:nth-of-type(even) {
  margin-right: 0px;
}
.takeWay .el-dialog .dialog-cor ul li a {
  background: url(../images/darkwhale/qqBg.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 151px;
  height: 44px;
  font-size: 14px;
  color: #5a8fff;
  box-sizing: border-box;
  padding: 10px 0 0 69px;
}

.couponDialog .dialog-cor {
  font-size: 17px;
  width: 257px;
  margin: 0 auto;
}

.couponDialog .dialog-cor ul li {
  margin-right: 13px;
  margin-bottom: 10px;
}
.couponDialog .dialog-cor ul li:nth-of-type(2n) {
  margin-right: 0px;
}
.couponDialog .dialog-cor ul li {
  display: block;
  float: left;
  width: 120px;
  height: 31px;
  border: 1px solid #999999;
  border-radius: 4px;
}
.couponDialog .dialog-cor ul li a {
  display: block;
  padding-left: 15px;
  font-size: 0px;
  color: #999999;
  height: 100%;
  line-height: 31px;
}
.couponDialog .dialog-cor ul li a i {
  margin-right: 9px;
  width: 21px;
  height: 21px;
  vertical-align: middle;
}
.couponDialog .dialog-cor ul li a span {
  vertical-align: middle;
  font-size: 12px;
}
.couponDialog .dialog-cor ul li:hover {
  background-color: #e71f31;
  border-color: #e71f31;
}
.couponDialog .dialog-cor ul li:hover a {
  color: #ffffff;
}
.couponDialog .dialog-cor ul li a i.static-label {
  display: inline-block;
}

.couponDialog .dialog-cor ul li a i.hover-label {
  display: none;
}
.couponDialog .dialog-cor ul li:hover a i.static-label {
  display: none;
}
.couponDialog .dialog-cor ul li:hover a i.hover-label {
  display: inline-block;
}

.couponDialog .el-dialog {
  width: 431px;
  height: 198px;
  margin-top: 34vh !important;
}
.couponDialog .el-dialog .el-dialog__header {
  display: none;
}

.couponDialog .el-dialog .el-dialog__body {
  padding-top: 21px;
}

.couponDialog .el-dialog p {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 20px;
  font-weight: bold;
}
.el-dialog .dialog-header i {
  cursor: pointer;
}

.getRuleDialog .el-dialog__header {
  display: none;
}
.getRuleDialog .el-dialog {
  width: 537px;
  height: 304px;
  margin-top: 34vh !important;
}
.getRuleDialog .el-dialog .el-dialog__body {
  padding-top: 21px;
}
.getRuleDialog .el-dialog .dialog-cor {
  padding: 0 46px;
}
.getRuleDialog .el-dialog .dialog-cor p.title {
  font-size: 19px;
  margin-bottom: 13px;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.getRuleDialog .el-dialog .dialog-cor .rule-detail p {
  color: #000000;
  font-size: 13px;
  line-height: 28px;
}

.getRuleDialog .el-dialog .dialog-cor .rule-detail p em {
  color: #ff0000;
}

.getRuleDialog .el-dialog .dialog-cor .close-dialog {
  color: #ffffff;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  display: block;
  margin: 0 auto;
  margin-top: 22px;
  background-color: #456afe;
  border-radius: 28px;
}
.getRuleDialog .el-dialog .dialog-cor .close-dialog:hover {
  background-color: #5072fc;
}

#get-coupon {
  position: fixed;
  left: 7px;
  top: 431px;
  z-index: 99;
}

#get-coupon .coupon-content {
  background: url(../images/darkwhale/get-coupon.png?v=2) center center
    no-repeat;
  background-size: 100%;
  width: 300px;
  height: 269px;
}

#get-coupon .coupon-content a {
  display: block;
  width: 120px;
  height: 32px;
  position: absolute;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 32px;
  bottom: 13px;
}
#get-coupon .coupon-content a.get-click {
  left: 24px;
}

#get-coupon .coupon-content a.get-rule {
  right: 24px;
}
#email-product .product-info li.item .item-right ul li.standard-version {
  font-size: 0px;
}
#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy {
  display: inline-block;
  width: 182px;
  height: 54px;
  text-align: center;
  border-radius: 5px;
  padding-top: 6px;
  position: relative;
}

#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy
  h2 {
  color: #ffffff;
  font-size: 13px;
}

#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy
  h2
  em {
  font-size: 19px;
}

#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy
  p {
  font-size: 12px;
  color: #ffffff;
}

#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy:first-of-type {
  background-color: rgba(241, 141, 47, 1);
  margin-right: 22px;
}

#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy:hover:first-of-type {
  background-color: #ffb300;
}

#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy:last-of-type {
  background-color: rgba(56, 126, 232, 1);
}
#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy:hover:last-of-type {
  background-color: #1b97f3;
}
#email-product
  .product-info
  li.item
  .item-right
  ul
  li.standard-version
  a.go-buy:first-of-type::before {
  content: '';
  display: block;
  position: absolute;
  width: 48px;
  height: 44px;
  left: -2px;
  top: -2px;
  background: url(../images/darkwhale/hot-label.png) center center no-repeat;
}

#email-product .product-info li.item .item-right ul li small {
  margin-left: 15px;
  color: #ff0000;
}

#email-product .product-info li.item .item-right ul li .gobuy {
  color: #ffffff;
  font-size: 12px;
  display: block;
  background-color: #387ee8;
  border-radius: 3px;
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-left: 74px;
  margin-top: 8px;
}

#email-product .product-info li.item .item-right ul li .gobuy:hover {
  background-color: #528ee7;
}

.GuestbookForm {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 365px;
  height: 400px;
  border-radius: 15px;
  background-image: linear-gradient(
    rgba(236, 243, 253, 0.95),
    rgba(236, 243, 253, 0.95)
  );
  padding: 25px 30px;
}
@media screen and (max-width: 1600px) {
  .GuestbookForm {
    width: 280px;
    padding: 25px 11px;
  }
}
@media screen and (max-width: 1600px) {
  .el-form-item__content .el-input {
    font-size: 12px;
  }
}

.GuestbookForm h1.form-title {
  text-align: center;
  font-size: 22px;
  color: #387ee8;
  margin-bottom: 15px;
}

.GuestbookForm .el-form-item__label {
  font-size: 12px;
  color: #000000;
  line-height: 27px;
}

.GuestbookForm .el-form-item {
  margin-bottom: -1px;
}

.GuestbookForm .el-form-item__error {
  display: none;
}

.GuestbookForm .el-button {
  width: 100%;
  margin-top: 12px;
  padding: 10px 20px;
  background-color: #387ee8;
  border-color: #387ee8;
}
.GuestbookForm .el-button:hover {
  background-color: #4788e9;
  border-color: #4788e9;
}
.GuestbookForm .el-button span {
  font-size: 15px;
}

.GuestbookForm .close-guest {
  content: '';
  display: block;
  background: url(../images/darkwhale/close-guest.png) center center no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 11px;
  top: 8px;
  cursor: pointer;
  background-color: #d9dfe8;
  border-radius: 100%;
}
.GuestbookForm .el-form-item.Guest-doamin .el-form-item__label:before {
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  .GuestbookForm .close-guest {
    width: 27px;
    height: 27px;
  }
}
