@charset "utf-8";
/*
    双十一活动页 样式
*/
/************ 红包 ************/
.hongbao-wrapper {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  opacity: 0;
  display: none;
}
.hongbao-wrapper .coupon_time {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 100px;
  left: 200px;
}
.hongbao-wrapper .close_shadow {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  color: #FFF;
  top: 100px;
  right: 200px;
  cursor: pointer;
}
.hongbao-wrapper .get_coupon {
  position: absolute;
  left: 50%;
  bottom: 30%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6666;
  padding: 0px 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 1000;
}
.hongbao-wrapper .get_coupon:hover {
  background-color: #FF8888;
}
.hongbao-wrapper .get_coupon:active {
  background-color: #FF4444;
}
.hongbao-wrapper i {
  display: block;
  position: absolute;
  width: 96px;
  height: 131px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../images/hb.png);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: 1s transform;
  -moz-transition: 1s transform;
  -ms-transition: 1s transform;
  -o-transition: 1s transform;
  transition: 1s transform;
  animation: drop 4s;
  animation: name duration timing-function delay iteration-count direction fill-mode;
}
.japan_banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.japan_banner > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../images/japan_banner.jpg) no-repeat center;
}
.japan_banner .couponbox {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  height: 100px;
}
.japan_banner .couponbox > a {
  float: left;
  width: 229px;
  height: 100px;
  margin-right: 11px;
}
.japan_banner .couponbox > a.last_coupon {
  width: 239px;
  margin-right: 0px;
}
.japan_banner .couponbox > a img {
  width: 100%;
  height: 100%;
}
.japan_banner .look_video {
  position: absolute;
  left: 50%;
  bottom: 85px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 290px;
  height: 56px;
  background-color: transparent;
  z-index: 100;
  cursor: pointer;
}
.recommend {
  position: relative;
  background-color: #F0F2F5;
  padding-top: 60px;
}
.recommend .pos_box {
  position: absolute;
  left: 108px;
  top: 74px;
  width: 140px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.recommend .pos_box .pos_head {
  height: 80px;
  background: url(../../images/japan_sprite.png) no-repeat 0px 0px;
}
.recommend .pos_box .pos_body ul li {
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  color: #5E6D81;
  background: #fff;
  cursor: pointer;
}
.recommend .pos_box .pos_body ul li:hover {
  color: #fff;
  background: -webkit-linear-gradient(left, #FF8062, #FF6666);
  background: -o-linear-gradient(right, #FF8062, #FF6666);
  background: -moz-linear-gradient(right, #FF8062, #FF6666);
  background: linear-gradient(to right, #FF8062, #FF6666);
}
.recommend .pos_box .back_top {
  line-height: 62px;
  font-size: 16px;
  color: #5E6D81;
  background-color: #fff;
  cursor: pointer;
}
.recommend .recommend_content {
  position: relative;
  width: 1330px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
}
.recommend .recommend_content .left_bottom_icon {
  position: absolute;
  left: -39px;
  bottom: 779px;
  width: 59px;
  height: 59px;
  background: url(../../images/japan_sprite.png) no-repeat -319px 0px;
}
.recommend .recommend_content h2 {
  position: relative;
  display: inline-block;
  line-height: 168px;
  font-size: 48px;
  font-weight: 400;
  color: #FF6666;
  text-align: center;
}
.recommend .recommend_content h2::before,
.recommend .recommend_content h2::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 39px;
  height: 39px;
}
.recommend .recommend_content h2::before {
  left: -71px;
  background: url(../../images/japan_sprite.png) no-repeat -150px 0px;
}
.recommend .recommend_content h2::after {
  right: -71px;
  background: url(../../images/japan_sprite.png) no-repeat -199px 0px;
}
.recommend .recommend_content .diy_link {
  border-bottom: 1px solid #DBE1E8;
}
.recommend_box {
  position: relative;
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 4px;
}
.recommend_box:hover {
  z-index: 101;
}
.recommend_box .recommend_item {
  float: left;
  width: 380px;
  border: 1px solid #DBE1E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
}
.recommend_box .recommend_item.last_recommend_item {
  margin-right: 0px;
}
.recommend_box .recommend_item:hover {
  border-color: #FF6666;
}
.recommend_box .recommend_item .item_head {
  height: 116px;
  padding-top: 28px;
  background: -webkit-linear-gradient(left, #FF8062, #FF6666);
  background: -o-linear-gradient(right, #FF8062, #FF6666);
  background: -moz-linear-gradient(right, #FF8062, #FF6666);
  background: linear-gradient(to right, #FF8062, #FF6666);
}
.recommend_box .recommend_item .item_head div {
  line-height: 42px;
  font-size: 26px;
  color: #fff;
}
.recommend_box .recommend_item .item_head p {
  line-height: 30px;
  font-size: 14px;
  color: #FFF;
}
.recommend_box .recommend_item .item_body {
  padding: 0px 20px;
}
.recommend_box .recommend_item .item_body ul {
  height: 196px;
  border-bottom: 1px solid #F0F2F5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.recommend_box .recommend_item .item_body ul li {
  float: left;
  width: 50%;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #FF6666;
  padding: 39px 0px;
}
.recommend_box .recommend_item .item_body ul li span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #5E6D81;
  padding: 0px 3px;
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-left: 10px;
  margin-top: 1px;
  vertical-align: top;
}
.recommend_box .recommend_item .item_bottom {
  height: 86px;
  line-height: 86px;
  padding: 0px 20px;
}
.recommend_box .recommend_item .item_bottom .bottom_left {
  float: left;
  height: 100%;
  font-size: 20px;
  color: #5E6D81;
}
.recommend_box .recommend_item .item_bottom .bottom_left span {
  font-size: 40px;
  color: #4D535B;
}
.recommend_box .recommend_item .item_bottom .bottom_left i {
  font-style: normal;
  font-size: 24px;
  color: #9EA7B3;
  text-decoration: line-through;
  margin: 0px 8px 0px 6px;
}
.recommend_box .recommend_item .item_bottom .bottom_button {
  float: right;
  width: 150px;
  height: 48px;
  line-height: 46px;
  font-size: 18px;
  color: #FF6666;
  background: #fff;
  border: 1px solid #FF6666;
  margin-top: 19px;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.recommend_box .recommend_item .item_bottom .bottom_button:hover {
  color: #FFF;
  background: -webkit-linear-gradient(left, #FF8062, #FF6666);
  background: -o-linear-gradient(right, #FF8062, #FF6666);
  background: -moz-linear-gradient(right, #FF8062, #FF6666);
  background: linear-gradient(to right, #FF8062, #FF6666);
}
.diy_link {
  width: 100%;
  padding: 40px 0px 50px;
}
.diy_link a {
  display: inline-block;
  text-align: center;
}
.diy_link a div {
  width: 42px;
  height: 24px;
  background: url(../../images/hkyisu_03.png) no-repeat center;
  margin: 0 auto;
}
.diy_link a p {
  line-height: 36px;
  font-size: 16px;
  color: #FF6666;
}
.serverlayer {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #F0F2F5;
  padding-top: 60px;
}
.serverlayer.pt_0 {
  padding-top: 0px;
}
.serverlayer#pos_usa_server {
  padding-bottom: 127px;
}
.serverlayer#pos_usa_server .bg_img {
  background: url(../../images/japan_bg2.jpg) no-repeat center;
}
.serverlayer#pos_usa_server .server_content {
  position: relative;
  border-bottom: none;
}
.serverlayer .bg_img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 480px;
  background: url(../../images/japan_bg1.jpg) no-repeat center;
}
.serverlayer .server_content {
  position: relative;
  width: 1330px;
  background-color: #fff;
  padding-top: 45px;
  border-bottom: 1px solid #DBE1E8;
  margin: 0 auto;
}
.serverlayer .server_content h2 {
  position: relative;
  display: inline-block;
  line-height: 78px;
  font-size: 48px;
  color: #FF6666;
  margin: 0 auto;
}
.serverlayer .server_content h2::before,
.serverlayer .server_content h2::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 39px;
  height: 39px;
}
.serverlayer .server_content h2::before {
  left: -71px;
  background: url(../../images/japan_sprite.png) no-repeat -150px 0px;
}
.serverlayer .server_content h2::after {
  right: -71px;
  background: url(../../images/japan_sprite.png) no-repeat -199px 0px;
}
.serverlayer .server_content > p {
  line-height: 48px;
  font-size: 18px;
  color: #9EA7B3;
}
.serverlayer .server_content .left_bottom_icon {
  position: absolute;
  left: -33px;
  bottom: 102px;
  width: 33px;
  height: 54px;
  background: url(../../images/japan_sprite.png) no-repeat -248px 0px;
}
.serverlayer .server_content .right_top_icon {
  position: absolute;
  right: -36px;
  top: 294px;
  width: 36px;
  height: 59px;
  background: url(../../images/japan_sprite.png) no-repeat -342px 0px;
}
.serverbox {
  width: 1200px;
  background-color: #fff;
  margin: 60px auto 0px;
}
.server_list {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.server_list:hover {
  z-index: 101;
}
.server_list .list_box > .list_item {
  float: left;
  width: 380px;
  height: 490px;
  text-align: left;
  padding: 24px 40px 30px;
  border: 1px solid #DBE1E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
}
.server_list .list_box > .list_item:hover {
  border-color: #FF6666;
}
.server_list .list_box > .list_item.last_list_item {
  margin-right: 0px;
}
.server_list .list_box > .list_item > .title {
  line-height: 40px;
  font-size: 24px;
  color: #2D3037;
}
.server_list .list_box > .list_item > p {
  line-height: 34px;
  font-size: 16px;
  color: #5E6D81;
}
.server_list .list_box > .list_item ul {
  margin-top: 21px;
}
.server_list .list_box > .list_item ul li {
  float: left;
  width: 50%;
  padding-bottom: 13px;
}
.server_list .list_box > .list_item ul li div {
  line-height: 34px;
  font-size: 20px;
  color: #2D3037;
}
.server_list .list_box > .list_item ul li p {
  line-height: 30px;
  font-size: 16px;
  color: #9EA7B3;
}
.server_list .list_box > .list_item .select_price {
  padding-top: 6px;
}
.server_list .list_box > .list_item .select_price a {
  position: relative;
  float: left;
  width: 142px;
  height: 90px;
  color: #FF6666;
  text-align: center;
  padding-top: 17px;
  border: 1px solid #FF6666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.server_list .list_box > .list_item .select_price a.fr {
  float: right;
}
.server_list .list_box > .list_item .select_price a > i {
  position: absolute;
  right: -1px;
  bottom: 0px;
  width: 30px;
  height: 30px;
}
.server_list .list_box > .list_item .select_price a.selected > i {
  background: url(../../images/cloud_sprite_img.png) no-repeat -550px -62px;
}
.server_list .list_box > .list_item .select_price a div {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}
.server_list .list_box > .list_item .select_price a div span {
  font-size: 26px;
  margin-right: 4px;
}
.server_list .list_box > .list_item .select_price a div i {
  font-style: normal;
  font-size: 20px;
}
.server_list .list_box > .list_item .select_price a p {
  line-height: 24px;
  font-size: 14px;
  color: #9EA7B3;
  text-decoration: line-through;
}
.server_list .list_box > .list_item .tip_text {
  height: 50px;
  line-height: 52px;
  font-size: 16px;
  color: #FF6666;
  text-align: center;
}
.server_list .list_box > .list_item .buy_button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background: -webkit-linear-gradient(left, #FF8062, #FF6666);
  background: -o-linear-gradient(right, #FF8062, #FF6666);
  background: -moz-linear-gradient(right, #FF8062, #FF6666);
  background: linear-gradient(to right, #FF8062, #FF6666);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.shadow {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.shadow .playnow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 820px;
  background-color: transparent;
  z-index: 1000;
}
.shadow .playnow .video_control {
  width: 820px;
  height: 550px;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.5);
}
.shadow .playnow .video_control video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.shadow .playnow .video_list {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 6px;
}
.shadow .playnow .video_list .swiper-slide {
  position: relative;
  width: 201px !important;
  height: 100px;
  margin-right: 7px;
}
.shadow .playnow .video_list .swiper-slide.mr_0 {
  margin-right: 0px;
}
.shadow .playnow .video_list .swiper-slide > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #000000;
}
.shadow .playnow .video_list .swiper-slide > span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../../images/clients_sprite_img.png) no-repeat -10px -10px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  display: none;
}
.shadow .playnow .video_list .swiper-slide:hover > span {
  display: block;
}
.swiper-button-prev {
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0px;
  width: 41px;
  height: 80px;
  background: url(../../images/video_arrow_left.png) no-repeat center;
  outline: none;
}
.swiper-button-next {
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0px;
  width: 41px;
  height: 80px;
  background: url(../../images/video_arrow_right.png) no-repeat center;
  outline: none;
}
.explain {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #F0F2F5;
  padding: 57px 0px 156px;
}
.explain .explain_content {
  position: relative;
  width: 1330px;
  background-color: #fff;
  padding: 13px 0px 70px;
  margin: 0 auto;
  z-index: 1;
}
.explain .explain_content > .title {
  line-height: 88px;
  font-size: 22px;
  color: #5E6D81;
}
.explain .explain_content .text {
  width: 1200px;
  background-color: #F0F2F5;
  padding: 16px 24px;
  text-align: left;
  color: #5E6D81;
  margin: 0 auto;
}
.explain .explain_content .text .textbox {
  margin-bottom: 24px;
}
.explain .explain_content .text .textbox.last_textbox {
  margin-bottom: 0px;
}
.explain .explain_content .text .textbox > .title {
  line-height: 34px;
  font-size: 18px;
}
.explain .explain_content .text .textbox p {
  line-height: 30px;
  font-size: 14px;
}
.hk {
  position: relative;
  background-color: #fff;
  padding: 61px 0px 28px;
  z-index: 1;
}
.hk .hk-content > p {
  line-height: 86px;
  font-size: 16px;
  color: #9EA7B3;
}
.hk .hk-content > h2 {
  line-height: 86px;
}
.hk .hk-content > .hk-des {
  line-height: 58px;
  font-size: 20px;
  color: #9EA7B3;
}
.hk .hk-content .hk-show {
  margin-top: 44px;
}
.hk .hk-content .hk-show .speed-fast {
  left: 70px;
  top: 152px;
}
.hk .hk-content .hk-show .speed-fast div {
  line-height: 52px;
  font-size: 20px;
  color: #2D3037;
}
.hk .hk-content .hk-show .speed-fast p {
  line-height: 28px;
  font-size: 16px;
  color: #9EA7B3;
}
.hk .hk-content .hk-show .speed-slow {
  top: 80px;
}
.hk .hk-content .compare-item {
  border: 1px solid #DBE1E8;
}
.hk .hk-content .compare-item .vs-img {
  left: 719px;
}
.hk .hk-content .compare-item .item-box {
  width: 720px;
  height: 300px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.hk .hk-content .compare-item .item-box.other-item {
  width: 478px;
}
.hk .hk-content .compare-item .item-box.other-item ul {
  height: 200px;
  padding: 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.hk .hk-content .compare-item .item-box ul li {
  border-top: none;
}
.hk .hk-content .compare-item .item-box.item_area .item-head {
  border-right: 1px solid #DBE1E8;
}
.hk .hk-content .compare-item .item-box.item_area ul li {
  float: left;
  height: 200px;
  border-right: 1px solid #DBE1E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.hk .hk-content .compare-item .item-box.item_area ul li.li_one {
  width: 180px;
}
.hk .hk-content .compare-item .item-box.item_area ul li.li_two {
  width: 310px;
}
.hk .hk-content .compare-item .item-box.item_area ul li.li_three {
  width: 230px;
}
.hk .hk-content .compare-item .item-box.item_area ul li div {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F0F2F5;
}
.hk .hk-content .compare-item .item-box .item-head {
  border-bottom: 1px solid #F0F2F5;
}
