.main-01 {
  background: none;
}
.act-zero {
  height: auto;
}
.coupon-img-box {
  height: 168px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.coupon-img-box .button {
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FFFDB9;
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  color: #650019;
  font-weight: bold;
}
.coupon-img-box .button.disabled {
  background: #ccc;
  cursor: not-allowed;
}
.coupon-img-box .title {
  color: #fff;
  font-size: 24px;
}
.coupon-img-box .txt {
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}
.coupon-img-box .right-title {
  font-size: 35px;
  color: #dc5300;
  position: absolute;
  right: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: #000 3px 4px 5px;
}
.coupon-img-box .right-title em {
  font-size: 50px;
  font-weight: bold;
}
.full-mask {
  display: none;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.full-red-box {
  width: 716px;
  height: 749px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.full-red-box .red-close {
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 390px;
  right: 30px;
  cursor: pointer;
}
.full-red-box .red-btn-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fy-box {
  height: 180px;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.fy-box .title {
  display: inline-block;
  font-size: 24px;
  color: #f36b27;
  margin-left: 30px;
  margin-right: 10px;
}
.fy-box .txt {
  display: inline-block;
  font-size: 20px;
}
.fy-box .fy-btn {
  background: #f36b27;
  color: #fffdb9;
  font-size: 16px;
  width: 145px;
  display: inline-block;
  text-align: center;
  padding: 9px 0px;
  border-radius: 10px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.button1 {
  margin: 50px;
  display: inline-block;
  background: #404ED3;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.button1 div {
  padding: 15px;
  color: white;
  font-size: 24px;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
}
.bgp-shop-tab {
  font-size: 0;
  margin-bottom: 30px;
}
.bgp-shop-tab .bgp-tab {
  border: 1px solid #FFE1CF;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 20px;
  width: 50%;
  cursor: pointer;
  background: #FFE1CF;
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
  border-radius: 5px;
  position: relative;
}
.bgp-shop-tab .bgp-tab.three {
  width: 33.33333%;
}
.bgp-shop-tab .bgp-tab.on {
  background: #F6742D;
  border: 1px solid #F6742D;
  box-shadow: 0px 3px 7px 0px #d0b5a5;
  z-index: 1;
}
.bgp-shop-tab .bgp-tab.on p {
  color: #fff;
}
.bgp-shop-tab .bgp-tab .title {
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  font-size: 20px;
  padding: 5px 0;
  color: #555;
}
.bgp-shop-tab .bgp-tab .txt {
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  padding: 5px 0;
  font-size: 14px;
  color: #555;
}
.main-year-list {
  box-sizing: border-box;
  width: 23.5%;
  display: inline-block;
  margin-right: 1.99%;
  border: 1px solid #eeeeee;
  position: relative;
  overflow: hidden;
}
.main-year-list .icon {
  position: absolute;
  width: 110px;
  height: 30px;
  line-height: 30px;
  top: 10px;
  left: -28px;
  background: #f64f64;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}
.main-year-list:nth-of-type(4) {
  margin-right: 0;
}
.main-year-list .title {
  font-size: 20px;
  text-align: center;
  padding: 25px 0;
  background: #eee;
}
.main-year-list .info-box {
  color: #535353;
  font-size: 14px;
  padding: 10px 30px;
}
.main-year-list .month-btn {
  margin-top: 10px;
}
.main-year-list .month-btn .month-b {
  border: 1px solid #ffdca1;
  margin: 0 10px 10px;
  font-size: 0;
}
.main-year-list .month-btn .month-b.on {
  background: #ff6a30;
  border: 1px solid #ff6a30;
}
.main-year-list .month-btn .month-b.on p {
  color: #fff;
}
.main-year-list .month-btn .month-b.on span {
  color: #fff;
}
.main-year-list .month-btn .month-b.on .month-t-1 .mon {
  color: #fff000;
}
.main-year-list .month-btn .month-b .month-mon {
  display: inline-block;
  vertical-align: top;
  padding: 12px 10px;
  box-sizing: border-box;
  width: 168px;
}
.main-year-list .month-btn .month-b .month-t-1 {
  color: #555;
  font-size: 16px;
}
.main-year-list .month-btn .month-b .month-t-1 .mon {
  font-size: 23px;
  color: #f64f64;
}
.main-year-list .month-btn .month-b .month-t-2 {
  font-size: 12px;
  color: #777;
}
.main-year-list .month-btn .month-b .triangle {
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-bottom: 70px solid transparent;
  border-left: 10px solid #fff2dc;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-year-list .month-btn .month-b .month-t-r {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 80px;
  height: 70px;
  line-height: 72px;
  font-size: 16px;
  color: #ff6a30;
  background: #fff2dc;
}
.main-year-list .month-server {
  padding: 0 20px;
  font-size: 0;
}
.main-year-list .month-server .month-s-btn {
  cursor: pointer;
  box-sizing: border-box;
  width: 114px;
  margin: 0 10px 10px 0;
  border: 1px solid #f5732c;
  display: inline-block;
  text-align: center;
  height: 38px;
  line-height: 40px;
  font-size: 16px;
}
.main-year-list .month-server .month-s-btn:nth-of-type(2n) {
  margin-right: 0;
}
.main-year-list .month-server .month-s-btn.on {
  background: #f5732c;
  color: #fff;
}
.main-year-list .server-price-box {
  padding: 0 20px 10px;
}
.main-year-list .server-price-box .now-price {
  color: #f64f64;
  font-size: 22px;
}
.main-year-list .server-price-box .now-price .dis {
  display: none;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}
.main-year-list .server-price-box .now-price .dis.s_buy {
  display: inline-block;
}
.main-year-list .server-price-box .old-price {
  text-decoration: line-through;
  font-size: 12px;
  color: #777;
}
.main-year-list .bgp-buy-btn {
  background: #f5732c;
  color: #fff;
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
}
.main-year-list .bgp-buy-btn:hover {
  background: #f57936;
}
.act-more-btn-yun {
  cursor: pointer;
  margin-top: 20px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ebebeb;
}
.act-more-btn-yun:hover {
  color: #333;
}
.act-banner-inner {
  height: 390px;
}
.act-banner {
  height: 390px;
}
.box2 {
  position: relative;
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  overflow: visible;
}
.box2:after {
  display: inline-block;
  width: 200px;
  height: 200px;
  background: pink;
  -webkit-transform: rotateZ(45deg) skew(30deg, 30deg);
      -ms-transform: rotate(45deg) skew(30deg, 30deg);
          transform: rotateZ(45deg) skew(30deg, 30deg);
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  /*transform: skew(20deg) rotate(45deg);*/
  content: "";
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #546E7A;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
  margin: 0;
  display: table;
  width: 100%;
}
a {
  display: block;
  text-decoration: none;
}
p {
  margin: 0;
  color: #333;
}
span {
  color: #333;
}
.act-box {
  background: #F98532;
}
.color-F98532 {
  color: #F98532;
}
.color-BF5036 {
  color: #BF5036;
}
.color-E47514 {
  color: #E47514;
}
.top-banner-box {
  height: 600px;
  background-color: #7B7B5F;
  position: relative;
}
.top-banner-box .banner-img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.top-banner-box .banner-title-box {
  padding: 8px 35px;
  border: 4px solid #F6BF6D;
  background-color: #F98532;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-banner-box .banner-title-box .title {
  font-size: 30px;
  color: #fff;
}
.top-banner-box .banner-btn-box {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.top-banner-box .banner-btn-box .banner-btn-item {
  -ms-flex: 1;
      flex: 1;
  border: 14px solid #F6BF6D;
  background-color: #FFE6AF;
  background-color: #FDE4E3;
  background: linear-gradient(to right, #FFE6AF, #FDE4E3);
  margin: 0 15px;
  padding: 10px 20px;
  text-align: center;
}
.top-banner-box .banner-btn-box .banner-btn-item .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.top-banner-box .banner-btn-box .banner-btn-item .txt {
  font-weight: bold;
  font-size: 12px;
}
.act-content-box {
  background-color: #F98532;
}
.act-content-box.bg-to-bottom {
  background: linear-gradient(to bottom, #FA801D, #FFA783);
}
.act-content-box.bg-to-F8A150 {
  background: #F8A150;
}
.content-mod-box {
  padding: 70px 0;
  width: 1280px;
  margin: 0 auto;
}
.content-title-box {
  padding: 20px 0 30px;
  text-align: center;
}
.content-title-box .title {
  color: #fff;
  font-size: 26px;
  padding-bottom: 5px;
}
.content-title-box .text {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.content-title-box .btn {
  cursor: pointer;
}
.content-item-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-item-box .content-item-mod {
  width: 22%;
  margin: 0 1.5% 20px;
  border: 2px solid #fff;
  background-color: #F8A150;
  box-sizing: border-box;
}
.content-item-box .content-item-mod .item-t-box {
  padding: 20px;
}
.content-item-box .content-item-mod .item-t-box.server {
  padding: 20px 0;
}
.content-item-box .content-item-mod .item-b-box {
  background: linear-gradient(to bottom, #F7CB6C, #FDA97D);
  padding: 20px;
}
.content-item-box .content-item-mod .item-b-box .title {
  font-size: 22px;
  font-weight: bold;
}
.content-item-box .content-item-mod .item-b-box .price {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}
.content-item-box .content-item-mod .item-b-box .price .old {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: line-through;
}
.content-item-box .content-item-mod .item-b-box .btn {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to right, #F4684D, #F38E26);
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.content-item-box .content-item-mod .item-title {
  color: #fff;
  font-size: 20px;
  padding: 10px 20px 20px;
}
.content-item-box .content-item-mod .item-text {
  color: #fff;
  padding: 0px 20px;
}
.content-item-box .content-item-mod .label-box {
  padding: 20px 0;
}
.content-item-box .content-item-mod .label-box.high-server {
  padding: 0;
}
.content-item-box .content-item-mod .label-box.high-server .label-item {
  padding: 20px 0 0 20px;
}
.content-item-box .content-item-mod .label-box.high-server .label-item .name {
  -ms-flex: 2;
      flex: 2;
}
.content-item-box .content-item-mod .label-box.high-server .label-item .value {
  -ms-flex: 5;
      flex: 5;
}
.content-item-box .content-item-mod .label-item {
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
}
.content-item-box .content-item-mod .label-item .name {
  -ms-flex: 2;
      flex: 2;
  color: #fff;
  font-size: 16px;
}
.content-item-box .content-item-mod .label-item .value {
  -ms-flex: 3;
      flex: 3;
  color: #fff;
  font-size: 16px;
}
.content-item-box .content-item-mod .cheak-btn-box {
  padding: 20px 20px 0;
}
.content-item-box .content-item-mod .cheak-btn-box .cheak-item {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.content-item-box .content-item-mod .cheak-btn-box .cheak-item .cheak-name {
  width: 50px;
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
}
.content-item-box .content-item-mod .cheak-btn-box .cheak-item .cheak-item-btn {
  display: -ms-flexbox;
  display: flex;
}
.content-item-box .content-item-mod .cheak-btn-box .cheak-item .btn-item {
  border: 1px solid #f1775e;
  width: 50px;
  padding: 5px 0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.content-item-box .content-item-mod .cheak-btn-box .cheak-item .btn-item .dis {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(to bottom, #F4684D, #F38E26);
  -webkit-transform: translate(30%, -50%) scale(0.7);
      -ms-transform: translate(30%, -50%) scale(0.7);
          transform: translate(30%, -50%) scale(0.7);
  padding: 3px;
  z-index: 1;
}
.content-item-box .content-item-mod .redio-box {
  display: -ms-flexbox;
  display: flex;
}
.content-item-box .content-item-mod .redio-box .redio-btn {
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
  -ms-flex: 1;
      flex: 1;
  border: 1px solid #fff;
  position: relative;
  box-sizing: border-box;
}
.content-item-box .content-item-mod .redio-box .redio-btn:hover {
  border: 1px solid #ee3911;
  box-shadow: 0 0 0 1px #ee3911;
  z-index: 1;
}
.content-item-box .content-item-mod .redio-box .redio-btn:hover .name,
.content-item-box .content-item-mod .redio-box .redio-btn:hover .value {
  color: #ee3911;
}
.content-item-box .content-item-mod .redio-box .redio-btn .name {
  color: #fff;
  font-size: 12px;
}
.content-item-box .content-item-mod .redio-box .redio-btn .value {
  color: #fff;
  font-size: 18px;
}
.content-item-box .content-item-mod-cross {
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  background-color: #F8A150;
  box-sizing: border-box;
}
.content-item-box .content-item-mod-cross .item-title-box {
  box-sizing: border-box;
  background: linear-gradient(to bottom, #F7CB6C, #FDA97D);
  padding: 20px;
  width: 24%;
}
.content-item-box .content-item-mod-cross .item-title-box .title {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  padding: 5px 0 20px;
}
.content-item-box .content-item-mod-cross .item-title-box .text {
  font-size: 14px;
  color: #fff;
}
.content-item-box .content-item-mod-cross .item-data-box {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.content-item-box .content-item-mod-cross .item-data-box .item-data .name {
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px;
}
.content-item-box .content-item-mod-cross .item-data-box .item-data .value {
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  width: 110px;
  padding: 5px 10px ;
}
.content-item-box .content-item-mod-cross .item-btn-box {
  width: 20%;
  background: linear-gradient(to bottom, #F7CB6C, #FDA97D);
  padding: 20px;
}
.content-item-box .content-item-mod-cross .item-btn-box .title {
  font-size: 22px;
  font-weight: bold;
}
.content-item-box .content-item-mod-cross .item-btn-box .price {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}
.content-item-box .content-item-mod-cross .item-btn-box .price .old {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: line-through;
}
.content-item-box .content-item-mod-cross .item-btn-box .btn {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to right, #F4684D, #F38E26);
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.content-btn-box {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.content-btn-box .content-btn-item {
  border: 2px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 50px;
  height: 46px;
  border-radius: 15px;
  line-height: 1;
  color: #FFF;
  font-size: 22px;
  cursor: pointer;
}
.content-btn-box .content-btn-item:hover {
  background-color: #FFA680;
}
.index-product-box {
  width: 1200px;
  margin: 0 auto;
}
.index-product-box .top-product-btn-box {
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #E4E6E5;
  box-shadow: 0 0 10px 2px #e1e1e1;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.index-product-box .top-product-btn-box .top-product-btn-item {
  padding: 10px 0px;
  width: 180px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.index-product-box .top-product-btn-box .top-product-btn-item:hover,
.index-product-box .top-product-btn-box .top-product-btn-item.active {
  color: #E47514;
}
.index-product-box .second-product-btn-box {
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin: 15px auto;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.index-product-box .second-product-btn-box .top-product-btn-item {
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}
.index-product-box .second-product-btn-box .top-product-btn-item:hover,
.index-product-box .second-product-btn-box .top-product-btn-item.active {
  color: #E47514;
}
.index-product-box .second-product-btn-box {
  display: -ms-flexbox;
  display: flex;
}
.index-product-box .index-product-list-box {
  background: #FFF;
  border: 1px solid #E4E6E5;
  box-shadow: 0 0 10px 2px #e1e1e1;
  border-radius: 6px;
  overflow: hidden;
}
.index-product-box .index-product-list-box .item-width-25 {
  width: 25%;
}
.index-product-box .index-product-list-box .item-width-20 {
  width: 20%;
}
.index-product-box .index-product-list-box .item-width-15 {
  width: 15%;
}
.index-product-box .index-product-list-box .item-width-10 {
  width: 10%;
}
.index-product-box .index-product-list-box .item-width-5 {
  width: 5%;
}
.index-product-box .index-product-list-box .list-title-box {
  display: -ms-flexbox;
  display: flex;
  background-color: #4687FF;
  color: #fff;
  padding: 25px 20px;
  font-size: 18px;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  transition: all linear 0.1s;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item:hover {
  background: #fafafa;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #333;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #E47514;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item .item .defense {
  font-size: 16px;
  font-weight: bold;
  color: #E47514;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item .item .ipdec {
  font-size: 16px;
  font-weight: bold;
  color: #4687FF;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item .item .text {
  font-size: 12px;
  color: #333;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item .price {
  font-size: 18px;
  color: #f64f64;
  font-weight: bold;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item .btn {
  background-color: #4687FF;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all linear 0.1s;
}
.index-product-box .index-product-list-box .list-product-box .list-product-item .btn:hover {
  background-color: #3d76e0;
}
