@font-face {
  font-family: "bebas";
  src: url("../fonts/bebas.ttf");
}
*:focus {
  outline: none;
}
.nav{
    background-color: #fff;
}
.top-act-huodong{
    display: none!important;
}
.header {
    position: absolute!important;
    background: hsla(0, 0%, 100%, 0)!important;
}
.container {
  width: 1280px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
/*.footer {*/
/*  min-width: 1280px;*/
/*}*/
.submit {
  clear: both;
  display: block;
  text-align: center;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  color: #971000;
  margin: 0 auto;
  border-radius: 3px;
}
.submit:hover {
  color: #d74142;
}
.submit.disabled {
  color: #888 !important;
  background: #dfdfdf !important;
  cursor: not-allowed;
}
.cloumn-title {
  clear: both;
  margin-bottom: 60px;
}
.cloumn-title h3 {
  font-size: 36px;
}
.cloumn-title h3 span{
    color: #ff5834;
}
.cloumn-title p {
  margin-top: 40px;
  color: #666;
}
.cloumn-title a {
  display: inline-block;
  margin-left: 5px;
  color: #ffb67e;
}
.sub-title {
  clear: both;
  line-height: 34px;
  font-size: 26px;
  color: #666666;
  margin-bottom: 20px;
  overflow: hidden;
}
.sub-title em {
  float: left;
  color: #d74142;
  margin-right: 8px;
}
.sub-title em:before {
  content: "";
  width: 21px;
  height: 34px;
  float: left;
  margin-right: 9px;
}
.discout {
  position: absolute;
  right: 0;
  top: 0;
  color: #ff5834;
  font-weight: bold;
  padding-left:5px;
  width: 70px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background: url("../images/tip.png") top right no-repeat;
}

/*head*/
.twelve-head {
  position: relative;
  background: url("../images/banner.jpg") #fff  no-repeat center top;
  background-size: cover;
  /*overflow: hidden;*/
}
.twelve-head .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 440px;
  background: url("../images/head_bg.png") no-repeat center top;
  background-size: cover;
  animation-name: beat1;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
.twelve-head .container {
  position: relative;
  height: 705px;
  height: 520px;
}
.twelve-head .container .tittle {
    position: absolute;
    top: 245px;
    left: 20px;
}
.twelve-head .container .tittle h3{
    font-size: 52px;
    letter-spacing: 0;
    line-height: 50px;
    /*text-shadow: -6px 10px 6px rgb(0 0 0 / 20%);*/
    font-weight: 700;
    margin-bottom: 20px;
    font-family: PingFangSC-Semibold,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
    background-image: linear-gradient(90deg,#2d3337 4%,#616f76 50%,#2a3035 96%);
    background-size: 200px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: titleMove 2s ease-in-out infinite alternate running forwards;
}
@keyframes titleMove{0%{background-position:0}to{background-position:400px}}

.twelve-head .container .tittle p{
    opacity: .97;
    font-size: 19px;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 8px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg,#2d3337 4%,#616f76 50%,#2a3035 96%);
    animation: titleMove 1.5s ease-in-out infinite alternate running forwards;
}
.twelve-head ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  text-align: center;
  margin-left: -15px;
}
.twelve-head ul li {
  width: 300px;
  float: left;
  font-size: 18px;
  margin: 0 0 20px 20px;
  color: #fff;
}
.twelve-head ul li span {
  float: left;
  width: 300px;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
  color: #51201f;
  border-radius: 5px;
  /*background: url("../images/menu.png") no-repeat center;*/
  background: linear-gradient(1deg,#fff,#ffeee1 52.6%,#ffdec4),#fff;
  box-shadow: 8px 8px 20px rgb(55 99 170 / 10%), inset 1px 1px 0 #fff;
  transition: all .3s;
}
.twelve-head ul li:after {
  content: "";
    width: 40px;
    height: 5px;
    float: left;
    margin-top: 6px;
    margin-left: 50%;
    border-radius: 2px;
    background: linear-gradient( 315deg,#fff,#ffeee1 52.6%,#ffdec4),#fff;
}
/*.twelve-head ul li:last-child {*/
/*  width: 240px;*/
/*}*/
/*.twelve-head ul li:last-child:after {*/
/*  width: 0;*/
/*}*/
.twelve-head ul li.active span{
    color: #ff5834;
}

.twelve-head ul li span:hover {
    color: #ff5834;
  /*background: url("../images/menu_h.png") no-repeat center;*/
  
  transform: translateY(-3px);
  transition: all .3s;
}
@keyframes beat1 {
  0% {
    top: 115px;
  }

  25% {
    top: 130px;
  }

  50% {
    top: 115px;
  }

  75% {
    top: 130px;
  }

  100% {
    top: 115px;
  }
}

/*产品*/
.product-lists {
  clear: both;
  margin-left: -25px;
  color: #fff;
}
.product-lists:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
.product-lists dl {
  float: left;
  margin: 0 0 30px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.product-lists dt {
  padding-top: 18px;
}
.product-lists dt h4 {
  font-size: 20px;
  margin: 0 25px;
  color: #51201f;
}
.product-lists dt h4 span {
  margin-left: 12px;
}
.product-lists .desc {
  color: #676767;
  margin: 5px 10px 0 25px;
  min-height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.product-lists .parameter {
  text-align: center;
  margin: 25px;
  overflow: hidden;
}
.product-lists .parameter span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #181818;
}
.product-lists .parameter li {
    float: left;
    font-size: 12px;
    color: #676767;
    width: 48%;
    margin: 2px;
    padding: 5px 0;
    border-radius: 3px;
    background: rgb(255 255 255 / 50%);
    position: relative;
}
.product-lists .parameter li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  height: 35px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.product-lists .parameter li:last-child:after {
  width: 0;
}
.product-lists .select {
  position: relative;
  cursor: pointer;
  margin-bottom: 1px;
}
.product-lists .select p {
  height: 36px;
  line-height: 36px;
}
.product-lists .select em {
  margin-left: 25px;
  float: left;
  color: #676767;
  width: 58px;
}
.product-lists .select span {
  float: left;
  color: #181818;
  width: 202px;
}
.product-lists .select span:after {
  content: "";
  float: right;
  width: 11px;
  height: 39px;
  transition: transform 0.3s ease;
  background: url("../images/select.png") center no-repeat;
}
.product-lists .select:hover span:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.product-lists .select.off span:after {
    width: 0;
}
.product-lists .option {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  z-index: 2;
  border: 1px solid #dadde2;
  box-shadow: 8px 8px 20px rgb(197 151 139 / 20%);
}
.product-lists .option li {
  padding: 0 20px;
  line-height: 32px;
  color: #181818;
  background: #fff;
  
  
}
.product-lists .option li:hover {
  background: #fff;
  color: #4c8cf4;
}
.product-lists .info {
  color: #181818;
  font-size: 16px;
  margin: 0 25px;
  overflow: hidden;
}
.product-lists .info li {
  position: relative;
  line-height: 30px;
  min-height: 30px;
  padding-left: 50px;
}
.product-lists .info span {
    font-size: 14px;
  color: #676767;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.product-lists .price {
  padding: 20px 25px 18px;
  color: #a4a4a4;
  /*overflow: hidden;*/
}
.product-lists .price del {
  margin-left: 10px;
}
.product-lists .price .now {
  font-size: 30px;
  font-family: "bebas";
  color: #ff5834;
}

/*爆款*/
.twelve-hot {
  padding: 80px 0 20px;
  min-width: 1280px;
  overflow: hidden;
  background: #fff6f1;
}
.twelve-hot .product-lists{margin-left:-20px;}
.twelve-hot dl {
  width: 300px;
  height: 460px;
  margin: 0 0 20px 20px;
  /*background: url("../images/product.jpg") no-repeat center top;*/
  background: linear-gradient( 179deg,#ffeada,#ffffff);
  box-shadow: 8px 8px 20px rgb(197 151 139 / 20%);
  border-radius: 5px;
  border: 2px solid #fff;
  transition: all .3s;
}
/*.twelve-hot dl:nth-child(1),*/
/*.twelve-hot dl:nth-child(2){*/
/*  background: url("../images/product-h.jpg") no-repeat center top;*/
/*}*/
.twelve-hot dl:hover{
    transform: translateY(-3px);
    transition: all .3s;
}
.twelve-hot .select {
  background: rgb(255 251 247);
  margin: 0 25px;
  color: #181818;
  border-radius: 3px;
    box-shadow: 8px 8px 20px rgb(197 151 139 / 20%);
}
.twelve-hot .product-lists .select span {width: 145px;}
.twelve-hot .select.time span:after{width: 0}
.twelve-hot .price del {
  display: block;
  margin: 3px 0 0 0;
}
.twelve-hot .submit {
  width: 250px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 3px;
  /*background: url("../images/btn4.png") no-repeat center top;*/
    background: linear-gradient(90deg,#4c8cf4,#0052d9);
}
.twelve-hot .fy {
  font-size: 12px;
  height: 16px;
  margin: 12px 25px 0;
  color: #676767;
  line-height: 16px;
}
.twelve-hot .fy:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  margin-right: 5px;
  height: 16px;
  background: url("../images/fy1.png") no-repeat left center;
}
.twelve-hot .cdn .info {
  margin-top: 22px;
  height: 120px;
}

/*云主机*/
.twelve-cloud {
  padding-top: 32px;
  color: #fff;
  position: relative;
  background: url("../images/main1.png") center top #fbf0e7 no-repeat;
  min-width: 1280px;
  overflow: hidden;
  background-size: 100%;
}
.twelve-cloud:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  height: 557px;
  background: url("../images/main1_bg.png") no-repeat center;
}
.twelve-cloud dl {
  width: 302px;
  border: 2px solid #fff;
  background: linear-gradient( 179deg,#fff3ea,#ffffff);
  box-shadow: 8px 8px 20px rgb(197 151 139 / 20%);
}
.twelve-cloud dl dd {
  height: 179px;
  /*background: url("../images/product1.jpg") no-repeat center;*/
  background-size: cover;
}
.twelve-cloud .stype {
  text-align: center;
  height: 48px;
  font-size: 24px;
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
}
.twelve-cloud .stype li {
    color: #51201f;
    height: 48px;
    float: left;
    position: relative;
    cursor: pointer;
    width: 33.33%;
}
.twelve-cloud .stype li:before {
  content: "";
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.twelve-cloud .stype li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  bottom: 0;
}
.twelve-cloud .stype .item1:before {
  width: 30px;
  background: url("../images/ico1.png") no-repeat center;
  background-size: cover;
}
.twelve-cloud .stype .item2:before {
  width: 34px;
  background: url("../images/ico2.png") no-repeat center;
  background-size: cover;
}
.twelve-cloud .stype .item3:before {
  width: 30px;
  background: url("../images/ico3.png") no-repeat center;
  background-size: cover;
}
.twelve-cloud .stype .active:after {
  background: #f7ceae;
}
.twelve-cloud .rules {
    color: #676767;
  margin: 18px 0 55px 25px;
  overflow: hidden;
}
.twelve-cloud .rules a {
  color: #0052d9;
  margin-left: 5px;
}
.twelve-cloud .desc {
  margin-bottom: 22px;
}
.twelve-cloud .select {
  background: linear-gradient( 179deg,#fbf0e7,#fee2cc);
}
.twelve-cloud .price {
  color: #666666;
  padding: 15px 19px;
}
.twelve-cloud .price del {
  display: block;
  margin: 3px 0 0 0;
}
.twelve-cloud .price .now {
  color: #dc2723;
}
.twelve-cloud .submit {
  width: 265px;
  color: #fff;
  /*background: url("../images/btn1.png") no-repeat center top;*/
  background: linear-gradient(90deg,#4c8cf4,#0052d9);
  color: #fff;
}
.twelve-cloud .submit:hover {
  color: #ffd7ba;
}
.twelve-cloud .fy {
  font-size: 12px;
  height: 16px;
  margin: 12px 19px 0;
  color: #333;
  line-height: 16px;
}
.twelve-cloud .fy:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  margin-right: 5px;
  height: 16px;
  background: url("../images/fy1.png") no-repeat left center;
}
.twelve-cloud .ys {
  clear: both;
  margin-left: 25px;
  overflow: hidden;
}
.twelve-cloud .ys img {
  height: 100px;
  display: block;
}

/*升级续费*/
.twelve-coupon {
  color: #fff;
  padding: 25px 0 50px;
  background: url("../images/main2.png") no-repeat center top;
  min-width: 1280px;
  overflow: hidden;
  background-size: 100%;
}
.twelve-coupon .cloumn-title p {
  color: #676767;
}
.twelve-coupon dl {
  float: left;
  width: 630px;
  height: 250px;
  margin-right: 20px;
}
.twelve-coupon dt {
  float: right;
  width: 230px;
  padding-top: 40px;
  color: #ffd6bc;
  font-size: 16px;
}
.twelve-coupon dt p {
  margin-bottom: 10px;
  overflow: hidden;
}
.twelve-coupon dt span {
  color: #eb4b3e;
  font-family: "bebas";
  font-size: 50px;
}
.twelve-coupon dd {
  float: left;
  width: 370px;
  padding: 22px 0 0 29px;
  overflow: hidden;
}
.twelve-coupon dd h4 {
  font-size: 14px;
  color: #dbbfbf;
}
.twelve-coupon dd h4 span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.twelve-coupon dd ul {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}
.twelve-coupon dd ul li {
  float: left;
  margin: 0 10px 10px 0;
  width: 150px;
  height: 70px;
  color: #ffd6bc;
  background: url("../images/coupon.png") no-repeat center top;
}
.twelve-coupon dd ul p {
  color: #ffe5ad;
  padding: 3px 0;
}
.twelve-coupon dd ul span {
  font-family: "bebas";
  color: #fff;
  font-size: 30px;
}
.twelve-coupon .submit {
  width: 200px;
  color: #fff;
  margin: 40px 0 0 0;
  /*background: url("../images/btn2.png") no-repeat center top;*/
  background: linear-gradient( 90deg,#fe8e62,#eb4a3e);
  transition: all .2s;
  border: 2px solid rgb(255 255 255 / 70%);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 20%);
}
.twelve-coupon .submit:hover {
  color: #ffd7ba;
  transform: translateY(-3px);
  transition: all .2s;
}
.twelve-coupon .item1 {
  background: url("../images/coupon1.png") no-repeat center top;
}
.twelve-coupon .item2 {
  margin: 0;
  background: url("../images/coupon2.png") no-repeat center top;
}

/*idc*/
.twelve-idc {
  position: relative;
  padding: 45px 0 10px;
  min-width: 1280px;
  overflow: hidden;
  background: #fff6f1;
}
.twelve-idc:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
  height: 696px;
  background: url("../images/main2_bg.png") no-repeat center;
}
.twelve-idc .item1:before {
  background: url("../images/ico4.png") no-repeat left center;
}
.twelve-idc .item2:before {
  width: 31px;
  background: url("../images/ico5.png") no-repeat left 7px;
}
.twelve-idc dl {
  width: 297px;
  margin: 0 0 0 20px;
  /*background: url("../images/product2.jpg") no-repeat center;*/
  background: linear-gradient( 179deg,#ffeada,#ffffff);
    box-shadow: 8px 8px 20px rgb(197 151 139 / 20%);
    border-radius: 5px;
    border: 2px solid #fff;
  background-size: cover;
}
.twelve-idc .product-lists {
  margin-left: -30px;
}
.twelve-idc .info {
  padding: 20px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.twelve-idc .info li {
  float: left;
}
.twelve-idc .price {
  float: left;
  margin-bottom: 5px;
}
.twelve-idc .price:first-child {
  width: 288px;
}
.twelve-idc .tg {
    color: #ff5834;
    line-height: 22px;
    margin-right: 3px;
    padding: 2px 10px;
    display: inline-block;
    vertical-align: super;
    border-radius: 3px;
    font-size: 16px;
    background: #ffdecc;
}
.twelve-idc .submit {
  width: 248px;
  /*background: url("../images/btn4.png") no-repeat center top;*/
  background: linear-gradient(90deg,#67a0ff,#2173f9);
  color: #fff;
}
.twelve-idc .part1 dl {
  height: 360px;
  margin-bottom: 50px;
}
.twelve-idc .part1 .info li:nth-child(odd) {
  width: 275px;
}
.twelve-idc .part2 dl {
  height: 260px;
}
.twelve-idc .part2 .info li:nth-child(1) {
  width: 200px;
}
.twelve-idc .part2 .info li:nth-child(2) {
  width: 140px;
}
.twelve-idc .part2 .info li:nth-child(2) span {
  text-align: center;
}

/*电商*/
.twelve-free {
  position: relative;
  padding: 120px 0 90px;
  color: #fff;
  width: 100%;
  background: url("../images/main3.png") center top #3f81f0 no-repeat;
  min-width: 1280px;
  overflow: hidden;
  background-color: #3f81f0;
}
.twelve-free:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  height: 569px;
  background: url("../images/main3_bg.png") no-repeat center;
}
.twelve-free .cloumn-title p {
  color: #fff;
}
.twelve-free .cloumn-title a {
  text-decoration: underline !important;
}
.twelve-free dl {
  width: 298px;
  border: 1px solid #ffdabc;
  background: #d84e51;
}
.twelve-free dd {
  height: 105px;
  padding-top: 20px;
  background: url("../images/product3.jpg") center top no-repeat;
}
.twelve-free .desc {
  height: 40px;
  margin-bottom: 30px;
}
.twelve-free .text {
  background: rgba(218, 110, 117, 0.3);
  height: 40px;
  margin-top: 20px;
  padding: 0 18px;
}
.twelve-free .text li {
  float: left;
  line-height: 40px;
}
.twelve-free .text li:first-child {
  width: 155px;
}
.twelve-free .text span {
  color: #dbbfbf;
  float: left;
  width: 55px;
}
.twelve-free .submit {
  width: 265px;
  color: #fff;
  background: url("../images/btn1.png") no-repeat center top;
}
.twelve-free .submit:hover {
  color: #ffd7ba;
}
.twelve-free .fy {
  font-size: 12px;
  height: 16px;
  margin: 12px 19px 0;
  color: #333;
  line-height: 16px;
}
.twelve-free .fy:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  margin-right: 5px;
  height: 16px;
  background: url("../images/fy1.png") no-repeat left center;
}

/*左侧*/
.float-menu {
  display: none;
  width: 95px;
  position: fixed;
  left: 10px;
  bottom: 40%;
  z-index: 3;
}
/*.float-menu:before {*/
/*  content: "";*/
/*  display: block;*/
/*  height: 112px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  opacity: .8;*/
/*  top: -112px;*/
/*  background: url("../images/float_head.png") no-repeat center top;*/
/*  background-size: cover;*/
/*}*/
.float-menu li {
  cursor: pointer;
  background: rgb(36 110 230 / 80%);
  text-align: center;
  color: #ebe1d7;
}
.float-menu li em {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid rgba(165, 122, 69, 0.3);
}
.float-menu li em:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  transition: 0.2s all linear;
}
.float-menu li:last-child em {
  border-bottom: none;
}
.float-menu li.active,
.float-menu li:hover {
  background: url("../images/hover.jpg") no-repeat center top;
}
.float-menu li.active,
.float-menu li:hover {
  color: #8a030c;
}
.float-menu li.active em:after,
.float-menu li:hover em:after {
  margin-left: 8px;
  background: #8a030c;
}
@media (max-width: 1680px) {
  .float-menu {
    display: none;
  }
}

/*右侧*/
.upper-float {
  width: 45px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 3;
}
.upper-float li {
  font-size: 12px;
  position: relative;
}
.upper-float li p {
  display: none;
  position: absolute;
  top: 0;
}
.upper-float .list {
  text-align: center;
  background: #fff;
  cursor: pointer;
  display: block;
  width: 31px;
  padding: 6px;
  border: 1px solid #ffd2af;
  margin: 0 0 5px;
  color: #bd1d28;
  line-height: 14px;
}
.upper-float .list:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 3px;
}
.upper-float .tel {
  left: -174px;
  color: #bd1d28;
  padding: 13px 15px 10px 20px;
  background: -webkit-linear-gradient(left, #fff4eb, #ffcea9);
  background: -o-linear-gradient(right, #fff4eb, #ffcea9);
  background: -moz-linear-gradient(right, #fff4eb, #ffcea9);
  background: linear-gradient(to right, #fff4eb, #ffcea9);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff4eb',endColorStr='#ffcea9',gradientType='1');
  overflow: hidden;
}
.upper-float .tel em {
  display: block;
  font-style: italic;
  font-size: 20px;
}
.upper-float .ewm {
  border: 1px solid #bd1d28;
  width: 118px;
  height: 118px;
  left: -124px;
  background: #fff;
}
.upper-float .ewm img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 3px auto;
}
.upper-float .item1 .list:before {
  background: url("../images/float-ico1.png") no-repeat center;
}
.upper-float .item2 .list:before {
  background: url("../images/float-ico2.png") no-repeat center;
}
.upper-float .item3 .list:before {
  background: url("../images/float-ico3.png") no-repeat center;
}
.upper-float .item4 .list:before {
  background: url("../images/float-ico4.png") no-repeat center;
}
.upper-float .item2:hover .tel {
  display: block;
}
.upper-float .item3:hover .ewm {
  display: block;
}
@keyframes beat {
  0% {
    bottom: 375px;
  }

  25% {
    bottom: 365px;
  }

  50% {
    bottom: 375px;
  }

  75% {
    bottom: 365px;
  }

  100% {
    bottom: 375px;
  }
}

/*弹窗*/
.alert-main {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.alert-main .close {
  float: right;
  height: 60px;
  width: 30px;
  background: url("../images/close.png") center no-repeat;
  cursor: pointer;
}
.alert-main .main {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.alert-main .head {
  line-height: 60px;
  padding: 0 20px 0 30px;
  background: #ececf8;
  font-size: 18px;
}
.alert-hb .main {
  width: 620px;
  margin: -350px 0 0 -310px;
}
.alert-hb .list {
  margin: 20px 0 20px 30px;
  overflow: hidden;
}
.alert-hb .list li {
  float: left;
  background: #fff6eb;
  margin-right: 10px;
  width: 140px;
  padding: 15px 20px;
  overflow: hidden;
}
.alert-hb .list h4 {
  font-size: 18px;
  color: #bf6747;
  font-weight: bold;
  margin-bottom: 14px;
}
.alert-hb .list p {
  color: #666666;
  font-size: 12px;
  width: 140px;
  height: 60px;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  background: url("../images/coupon.png") center no-repeat;
}
.alert-hb .list span {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #eb4018;
  font-size: 14px;
}
.alert-hb .list em {
  font-size: 30px;
}
.alert-hb .btn {
  display: block;
  margin: 0 auto;
  height: 45px;
  width: 240px;
  text-align: center;
  font-size: 16px;
  color: #b77e00;
  line-height: 45px;
  background: -webkit-linear-gradient(left, #ffe2a3, #fed374);
  background: -o-linear-gradient(right, #ffe2a3, #fed374);
  background: -moz-linear-gradient(right, #ffe2a3, #fed374);
  background: linear-gradient(to right, #ffe2a3, #fed374);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffe2a3',endColorStr='#fed374',gradientType='1');
}
.alert-hb .rules {
  margin: 40px 30px 25px;
  overflow: hidden;
}
.alert-hb .rules h5 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert-hb .rules p {
  line-height: 28px;
  color: #666666;
}
.alert-link .main {
  width: 670px;
  margin: -200px 0 0 -335px;
}
.alert-link .tip {
  font-size: 16px;
  color: #666666;
  margin: 30px 30px 45px;
  line-height: 32px;
}
.alert-link .tip span {
  color: #eb4018;
  margin-left: 5px;
}
.alert-link .copy {
  margin: 40px 30px 30px;
  overflow: hidden;
}
.alert-link .copy-input {
  height: 45px;
  color: #999999;
  background: #f0f0f0;
  float: left;
  padding: 0 10px;
  width: 440px;
}
.alert-link .copy-btn {
  float: right;
  height: 45px;
  width: 130px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  background: #da9c2e;
}
.alert-share .main {
  width: 900px;
  margin: -350px 0 0 -450px;
}
.alert-share .process {
  height: 120px;
  margin: 20px 0;
  background: url("../images/process.jpg") center no-repeat;
}
.alert-share .rules {
  margin: 0 30px 25px;
  overflow: hidden;
}
.alert-share .rules h5 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert-share .rules p {
  line-height: 28px;
  color: #666666;
}
.alert-share .btn {
  display: block;
  font-size: 16px;
  color: #b77e00;
  margin: 30px auto;
  width: 240px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: -webkit-linear-gradient(left, #ffe2a3, #fed374);
  background: -o-linear-gradient(right, #ffe2a3, #fed374);
  background: -moz-linear-gradient(right, #ffe2a3, #fed374);
  background: linear-gradient(to right, #ffe2a3, #fed374);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffe2a3',endColorStr='#fed374',gradientType='1');
}
.alert-rules .main {
  width: 900px;
  margin: -330px 0 0 -450px;
}
.alert-rules .rules {
  padding: 20px 30px;
  overflow: hidden;
}
.alert-rules .rules h5 {
  margin: 15px 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.alert-rules .rules p {
  line-height: 24px;
  color: #666666;
}

.twelve-free .spring-product-title {
  margin-bottom: 43px;
}
.twelve-free .twelve-free-tit {
  line-height: 46px;
  font-size: 36px;
  color: #2D3037;
  text-align: center;
}
.twelve-free .youhui-item-box .youhui-item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 404px;
  height: 240px;
  background: #f5f5f5;
  box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
  border:1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.twelve-free .youhui-item-box .youhui-item.last {
  margin-right: 0px;
}
.twelve-free .youhui-item-box .youhui-item .youhui-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 35px 30px 0px;
  z-index: 2;
}
.twelve-free .youhui-item-box .youhui-item .youhui-content .youhui-tit {
  line-height: 32px;
  font-size: 22px;
  color: #2D3037;
  margin-left: 34px;
}
.twelve-free .youhui-item-box .youhui-item .youhui-content .activity-icon1{
	background: url(../images/activity-icon1.png) no-repeat center;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 38px;
	left: 32px;
}
.twelve-free .youhui-item-box .youhui-item .youhui-content .activity-icon2{
	background: url(../images/activity-icon2.png) no-repeat center;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 38px;
	left: 32px;
}
.twelve-free .youhui-item-box .youhui-item .youhui-content .activity-icon3{
	background: url(../images/activity-icon3.png) no-repeat center;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 38px;
	left: 32px;
}
.twelve-free .youhui-item-box .youhui-item .youhui-content > p {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  margin: 20px;
}
.twelve-free .youhui-item-box .youhui-item .youhui-content > a {
  position: absolute;
  left: 30px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #971000;
  background: linear-gradient(90deg, #fff4eb, #ffd2af);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  transition: all .3s;
}
.twelve-free .youhui-item-box .youhui-item .youhui-bg {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 448px;
    height: 242px;
}
.twelve-free .youhui-item-box .youhui-item:hover {
  /*margin-top: -5px;*/
  box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.16);
  transition: all .3s;
}
.twelve-free .youhui-item-box .youhui-item:hover .youhui-content > a {
  background: linear-gradient(120deg, #fff4eb, #ffd2af);
  transition: all .3s;
}
.twelve-free .youhui-item-box .youhui-item .youhui-bg.youhui-bg-cloud {
  background: url(../images/yh-bg-1.png) no-repeat center;
  background-size: 100% 100%;
}
.twelve-free .youhui-item-box .youhui-item .youhui-bg.youhui-bg-luojinshu {
  background: url(../images/yh-bg-2.png) no-repeat center;
  background-size: 100% 100%;
}
.twelve-free .youhui-item-box .youhui-item .youhui-bg.youhui-bg-hk {
  background: url(../images/yh-bg-3.png) no-repeat center;
  background-size: 100% 100%;
}
.twelve-free .youhui-item-box .youhui-item:hover{
	border:1px solid #e5252e;
}


.m-nav,.activity-fixed{
    display: none
}
/*移动端适应*/
@media screen and (max-width: 768px){	
    .nav,
    .nav .menu,
    .dawn-ace-floor,
    .dawn-pczh-footer,
    .foot-copyright,
    .footer{
        display: none;
    }
    .m-nav{
        width: 100%;
        position: relative;
        height: 66px;
        background-color: #ff7165;
        display:block;
        box-shadow: 0px 2px 9px 0px #9b0c0ad9;
    }
    .nav-logo{
        float: left;
        width: 122px;
        height: 44px;
        margin: 8px 0 0 20px;
    }
    .user-icon{
        float: right;
        margin: 13px 37px;
    }
    
    body {
        min-width: 100%;
    }
    .twelve-head{
        height: 315px;
        overflow: unset;
        /*margin-bottom: 35px;*/
        
    }
    .twelve-head .container .tittle{
        top: 30px;
    }
    .twelve-head .container .tittle h3{
        font-size: 28px;
        margin-bottom: 0;
    }
    .twelve-head .container .tittle p{
        font-size: 14px;
        line-height: 20px;
        width: 210px;
    }
    .twelve-head .bg{
        height: 95px;
    }
    @keyframes beat1 {
      0% {
        top: 75px;
      }
    
      25% {
        top: 90px;
      }
    
      50% {
        top: 75px;
      }
    
      75% {
        top: 90px;
      }
    
      100% {
        top: 75px;
      }
    }
    .cloumn-title{
        margin-bottom:20px;
    }
    .cloumn-title h3{
        font-size: 28px;
    }
    .twelve-head ul{
        top: 200px;
    }
    .twelve-head ul li{
        font-size: 16px;
        height: 58px;
        background: linear-gradient(135deg, #fe9a8b, #ea6159);
        border-radius: 5px;
    }
    .twelve-head ul li.active span{
        background: linear-gradient(90deg, #fff4eb, #ffd2af);
        color: #971000;
        border-radius: 5px;
    }
    .twelve-head ul li,.twelve-head ul li:last-child{
        width: 44%;
    }
    .twelve-head ul li span{
        background: none;
        width: 80%;
        height: 35px;
        padding: 12px 18px;
        line-height: 35px;
    }
    .twelve-head ul li:after{
        display: none;
    }
    .footer,.twelve-hot,.twelve-free,.twelve-idc,.twelve-coupon,.twelve-cloud,.twelve-free .youhui-item-box .youhui-item{
        width: 100%;
        min-width:100%;
    }
    .container{
        width: 96%;
        min-width:96%;
        padding: 0 2%;
    }
    .twelve-cloud .stype{
        font-size: 16px;
    }
    .twelve-cloud .stype .item1:before{
        width: 29px;
        height: 29px;
    }
    .twelve-cloud .stype .item2:before{
        width: 27px;
        height: 24px;
    }
    .twelve-cloud .stype .item3:before{
        width: 26px;
        height: 26px;
    }
    .twelve-hot dl:nth-child(1), .twelve-hot dl:nth-child(2){
        background-size: cover;
    }
    
    .twelve-hot dl{
        width: 100%;
        margin: 2% 4%;
        background-size: cover;
    }
    .product-lists,.twelve-hot .product-lists,.twelve-idc .product-lists{
        margin-left:0;
    }
    .twelve-hot .select{
        margin-top: 20px;
    }
    .twelve-hot{
        background: #fff;
    }
    .product-lists dl{
        margin: 0 0 15px 0;
    }
    .twelve-free{
        padding: 75px 0 10px;
    }
    .twelve-idc{
        padding: 15px 0 10px;
    }
    .twelve-idc dl,
    .twelve-cloud dl{
        width: 365px;
    }
    .twelve-idc .part1 dl{
        margin-bottom:20px;
    }
    .twelve-cloud .rules{
        margin:10px 0 20px;
    }
    .twelve-hot .submit{
        width: 90%;
        border-radius: 5px;
        background: linear-gradient(90deg, #fff4eb, #ffd2af);
    }
    .twelve-cloud .submit{
        width: 90%;
        border-radius: 5px;
        background: linear-gradient(90deg, #e45e5f, #b8343e);
    }
    .twelve-coupon{
        padding-top: 20px;
    }
    .twelve-coupon dl{
        /*width:100%;*/
        height: 190px;
        width: 360px;
    }
    .twelve-coupon dt{
        width: 40%;
        padding-top: 10px;
    }
    .twelve-coupon .item1,.twelve-coupon .item2{
        background-size: contain;
    }
    .twelve-coupon dd{
        width: 57%;
        padding:5px;
    }
    .twelve-coupon .submit{
        width: 100%;
        margin: 10px 0 0 0;
    }
    
    .twelve-coupon dd ul li{
        width: 45%;
        height:50px;
    }
    .twelve-coupon dd ul{
        margin-top:0;
    }
    .twelve-coupon dd ul span{
        font-size: 18px;
    }
    .twelve-coupon dd h4,.twelve-coupon dd ul li,.twelve-coupon dt{
        font-size:12px;
    }
    .twelve-coupon dd h4,
    .twelve-coupon dd ul li{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .twelve-coupon dd h4 span{
        font-size:14px;
    }
    .twelve-coupon dt span{
        font-size: 30px;
    }
    .twelve-idc .part1 dl{
        height: 310px;
    }
    .twelve-idc dl{
        background-size: cover;
    }
    .twelve-idc .price{
        width: 50%;
    }
    .twelve-idc .price:first-child{
        width:50%;
    }
    .twelve-idc .product-lists .price{
        padding: 5px 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .twelve-idc .tg{
        line-height: 16px;
        font-size: 12px;
        padding: 2px 5px;
    }
    .twelve-idc .submit{
        width: 96%;
        padding: 0 2%;
        border-radius: 5px;
    }
    .twelve-idc .product-lists .price .now{
        font-size: 20px;
    }
    .sub-title em:before{
        display: none;
    }
    
    /*弹窗*/
    .alert-rules .main{
        width: 90%;
        margin: 5%;
        left: 0;
        top: 10%;
        border-radius: 5px;
    }
}
