@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

#preStorage {
  font-family: Source Han sans-serif;
  margin-bottom: 100px;
}

#preStorage .picture {
  width: 100%;
  position: relative;
}

#preStorage .picture > img {
  height: 500px;
  width: 100%;
  display: block;
}

#preStorage .preStorageContent {
  width: 1200px;
  margin: 0 auto;
}

#preStorage .preStorageContent .process {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

#preStorage .preStorageContent .process > div {
  width: 285px;
  height: 220px;
  position: relative;
}

#preStorage .preStorageContent .process > div > p:nth-of-type(1) {
  width: 144px;
  height: 168px;
  font-family: Source Han sans-serif;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  line-height: 168px;
  color: #000000;
  position: relative;
}

#preStorage .preStorageContent .process > div > p:nth-of-type(1) > span {
  z-index: 10;
  font-size: 20px;
}

#preStorage .preStorageContent .process > div > p:nth-of-type(1)::before {
  position: absolute;
  content: "01";
  font-size: 120px;
  color: #f7f7f7;
  left: 0;
  top: 0;
  z-index: -1;
}

#preStorage .preStorageContent .process > div > p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 2px;
}

#preStorage .preStorageContent .process > div > p:nth-of-type(2) span {
  color: #333333;
}

#preStorage .preStorageContent .process > div > p:nth-of-type(3) {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 12px;
}

#preStorage .preStorageContent .process > div > p:nth-of-type(3) span {
  color: #333333;
}

#preStorage
  .preStorageContent
  .process
  > div:nth-of-type(2)
  > p:nth-of-type(1)::before {
  content: "02";
}

#preStorage
  .preStorageContent
  .process
  > div:nth-of-type(3)
  > p:nth-of-type(1)::before {
  content: "03";
}

#preStorage
  .preStorageContent
  .process
  > div:nth-of-type(4)
  > p:nth-of-type(1)::before {
  content: "04";
}

#preStorage .preStorageContent .process > div::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background: #999;
  top: 82px;
  right: -20px;
}

#preStorage .preStorageContent .process > div:nth-of-type(4)::after {
  display: none;
}

#preStorage .preStorageContent .preStorageText {
  display: flex;
  justify-content: space-between;
}

/* #preStorage .preStorageContent .preStorageText .left {
 width: 452px;
} */

#preStorage .preStorageContent .preStorageText .width100 {
  width: 100%;
}

#preStorage .preStorageContent .preStorageText .left > div {
  height: 100%;
  padding: 20px;
  border: 1px solid #dddddd;
}

#preStorage .preStorageContent .preStorageText .left > div > .title {
  color: #000000;
  font-size: 20px;
  border-left: 4px solid #0099ad;
  text-indent: 4px;
  margin-bottom: 16px;
  font-weight: bold;
}

#preStorage .preStorageContent .preStorageText .left > div > p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}

#preStorage .preStorageContent .preStorageText .left > div > .tx {
  margin-top: 14.6px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  display: flex;
}

#preStorage
  .preStorageContent
  .preStorageText
  .left
  > div
  > .tx
  > span:nth-child(2) {
  width: 100%;
  margin-left: 5px;
}

#preStorage
  .preStorageContent
  .preStorageText
  .left
  > div
  > .tx
  > span:nth-child(1) {
  width: 92px;
  text-align: right;
  font-size: 12px;
  font-family: Source Han sans-serif;
  font-weight: bold;
  color: #333333;
}

#preStorage .preStorageContent .preStorageText .left > div > p span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}

#preStorage .preStorageContent .preStorageText .middle {
  height: 100%;
  width: 600px;
  border: 1px solid #dddddd;
  padding: 15px 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}

#preStorage .preStorageContent .preStorageText .middle2 {
  width: 100%;
  padding: 20px;
  /* padding-bottom: 60px !important; */
  position: relative;
}

#preStorage .preStorageContent .preStorageText .jpBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  height: 40px;
  background: #0099ad;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  cursor: pointer;
  padding: 0 12px;
}

#preStorage .preStorageContent .preStorageText .bTip {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 775px;
  transform: translateX(-50%);
  font-size: 14px;
  color: #d22;
}

#preStorage .preStorageContent .preStorageText .middle2 {
  width: 100%;
  /* width: 1070px; */
  position: relative;
}

#preStorage .preStorageContent .preStorageText .middle > .seventh {
  position: absolute;
  top: -14px;
  right: 100px;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  padding: 0 20px;
}

#preStorage .preStorageContent .preStorageText .middle > .text {
  width: 30px;
  height: 240px;
  /* border-right: 1px solid #0099ad; */
}

#preStorage .preStorageContent .preStorageText .middle > .text > p {
  /* display: flex; */
  /* width: 20px; */
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}

#preStorage .preStorageContent .preStorageText .middle > .text > p span {
  display: block;
  height: 30px;
  width: 20px;
  font-size: 12px;
  line-height: 13px;
  background: #e65555;
  /* display: flex;
  align-items: center; */
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 3px;
  margin-top: 10px;
  /* margin-left: 5px; */
  padding: 1px 5px;
}

#preStorage .preStorageContent .preStorageText .middle .discount {
  margin-left: 6px;
  /* margin-left: 93px; */
}

#preStorage .preStorageContent .preStorageText .middle .discount .title {
  display: flex;
  position: relative;
  border-radius: 15px;
  width: 490px;
  height: 30px;
  background: #397bff;
}

#preStorage .preStorageContent .preStorageText .middle .discount .title > div {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

#preStorage
  .preStorageContent
  .preStorageText
  .middle
  .discount
  .title
  > div
  span {
  font-size: 10px;
  font-weight: 500;
}

#preStorage
  .preStorageContent
  .preStorageText
  .middle
  .discount
  .title
  > div:nth-of-type(1) {
  width: 140px;
  height: 30px;
  background: #0099ad;
  border-radius: 15px;
  text-indent: 10px;
  z-index: 10;
}

#preStorage
  .preStorageContent
  .preStorageText
  .middle
  .discount
  .title
  > div:nth-of-type(2) {
  width: 320px;
  height: 30px;
  background: #2165eb;
  border-radius: 15px;
  text-indent: 148px;
  z-index: 9;
}

#preStorage
  .preStorageContent
  .preStorageText
  .middle
  .discount
  .title
  > div:nth-of-type(3) {
  width: 490px;
  height: 30px;
  border-radius: 15px;
  text-indent: 400px;
  z-index: 8;
}

#preStorage .preStorageContent .preStorageText .middle .discount .time {
  font-size: 10px;
  color: #333333;
  line-height: 14px;
  margin-top: 8px;
  text-align: right;
}

#preStorage .preStorageContent .preStorageText .middle .discount .time span {
  font-weight: bold;
  color: #0099ad;
}

#preStorage .preStorageContent .preStorageText .middle .list {
  /* margin-top: 20px; */
  display: flex;
}

#preStorage .preStorageContent .preStorageText .middle .list > img {
  /* width: 750px !important; */
  height: 216px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#preStorage .preStorageContent .preStorageText .middle2 .list > img {
  margin-left: 12px;
  margin-bottom: 12px;
  width: 1108px;
  height: auto !important;
  display: block;
}

#preStorage .preStorageContent .preStorageText .middle .list ul {
  list-style: none;
}

#preStorage .preStorageContent .preStorageText .middle .list ul li {
  width: 320px;
  height: 40px;
  opacity: 1;
  border-radius: 20px;
  line-height: 40px;
  display: flex;
}

#preStorage .preStorageContent .preStorageText .middle .list ul li > p {
  width: 50%;
  color: #333333;
  line-height: 30px;
  font-weight: 400;
  font-size: 12px;
}

#preStorage
  .preStorageContent
  .preStorageText
  .middle
  .list
  ul
  li
  > p:nth-of-type(1) {
  text-indent: 10px;
}

#preStorage
  .preStorageContent
  .preStorageText
  .middle
  .list
  ul
  li
  > p:nth-of-type(2) {
  text-indent: 40px;
}

#preStorage
  .preStorageContent
  .preStorageText
  .middle
  .list
  ul
  li:nth-child(even) {
  background: linear-gradient(
    270deg,
    rgba(216, 216, 216, 0.2) 0%,
    #ffffff 100%
  );
}

#preStorage .preStorageContent .preStorageText .middle .list > .text {
  margin-top: 71px;
  margin-left: 40px;
  color: #333333;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

#preStorage .preStorageContent .preStorageText .right ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#preStorage
  .preStorageContent
  .preStorageText
  .right
  ul
  > li:nth-of-type(1):hover
  .ewm {
  display: block;
}

#preStorage .preStorageContent .preStorageText .right ul > li:nth-of-type(1) {
  width: 108px;
  height: 108px;
  padding: 29px 34px;
  background: #0099ad;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
}

#preStorage
  .preStorageContent
  .preStorageText
  .right
  ul
  > li:nth-of-type(1)
  .ewm {
  position: absolute;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  bottom: 0;
  right: 128px;
  display: none;
}

#preStorage
  .preStorageContent
  .preStorageText
  .right
  ul
  > li:nth-of-type(1)
  .ewm
  > img {
  width: 160px;
  height: 160px;
  display: block;
}

#preStorage
  .preStorageContent
  .preStorageText
  .right
  ul
  > li:nth-of-type(1)
  .ewm
  > p:nth-of-type(1) {
  margin-top: 10px;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

#preStorage
  .preStorageContent
  .preStorageText
  .right
  ul
  > li:nth-of-type(1)
  .ewm
  > p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  margin-bottom: 7px;
}

#preStorage
  .preStorageContent
  .preStorageText
  .right
  ul
  > li:nth-of-type(n + 2) {
  width: 108px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  /* margin-bottom: 10px; */
  cursor: pointer;
}

#preStorage
  .preStorageContent
  .preStorageText
  .right
  ul
  > li:nth-of-type(2)
  > a {
  color: #333333;
}

#preStorage
  .preStorageContent
  .preStorageText
  .right
  ul
  > li:nth-of-type(2)
  > a:hover {
  color: #fff;
}

#preStorage .preStorageContent .preStorageText .right ul > li:hover {
  background: #0099ad;
  color: #fff;
}

#preStorage .preStorageContent .preStorageText .right ul > li:hover a {
  color: #fff;
}

#preStorage .agreement {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: #00000020;
  display: none;
}

#preStorage .agreement .agreementBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  padding-bottom: 20px;
  z-index: 100;
}

#preStorage .agreement .agreementBox h4 {
  height: 64px;
  width: 800px;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #dddddd;
}

#preStorage .agreement .agreementBox .delete {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 14px;
  right: 14px;
  background: url(../img/cansel5.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

#preStorage .agreement .agreementBox .text {
  height: 394px;
  width: 755px;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 10px;
}

#preStorage .agreement .agreementBox .text .item {
  margin-top: 20px;
}

#preStorage .agreement .agreementBox .text .item .name {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-indent: 6px;
  border-left: 4px solid #0099ad;
  margin-bottom: 10px;
}

#preStorage .agreement .agreementBox .text .item p {
  width: 730px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding-bottom: 10px;
}

#preStorage .agreement .agreementBox .text .item p > span {
  color: #0099ad;
}

#preStorage .agreement .agreementBox .text .item p .span {
  width: 95%;
  margin: 0 auto;
  color: #666666;
  display: block;
  margin-top: 5px;
}

#preStorage .agreement .agreementBox > .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
  background: #dddddd;
}

#preStorage .agreement .agreementBox > .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0099ad;
}

#preStorage .agreement .agreementBox > .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.newpreStorageText {
  display: flex;
}

.newpreStorageText .item {
  width: 33.333%;
}

.newpreStorageText .item .tx {
  margin-top: 5px;
}

.newpreStorageText .item .tx > span:nth-child(1) {
  font-size: 12px;
  font-family: Source Han sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

.newpreStorageText .item .tx > span:nth-child(2) {
  font-size: 12px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}

body {
  padding: 0 !important;
}

#preStorage .agreement .agreementBox .text .item p {
  line-height: 22px;
}

#preStorage .agreement .agreementBox .text .item .ti {
  text-indent: 25px;
}

.item1 > .tx {
  display: flex;
  margin-top: 10px;
}

.item1 > .tips {
  margin-left: 112px;
  font-size: 12px;
  color: #666666;
  letter-spacing: 2px;
}

.item1 > .tips a {
  text-decoration: underline !important;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #0099ad;
}

.newpreStorageText .item1 .tx > span:nth-child(1) {
  font-size: 12px;
  font-family: Source Han sans-serif;
  font-weight: bold;
  font-weight: bold;
  color: #333333;
  display: block;
  width: 100px;
  text-align: justify;
  float: left;
}

.newpreStorageText .item1 .tx > span:nth-child(1)::after {
  display: inline-block;
  width: 100%;
  content: "";
}

.newpreStorageText .item1 .tx > span:nth-child(2) {
  margin-left: 13px;
  font-size: 12px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  float: left;
  display: block;
  width: 90%;
}

.newpreStorageText .item1 .tx text {
  color: #ec1010;
  font-family: Source Han Sans;
  font-weight: 600;
}

.newpreStorageText .item1 .tx > span:nth-child(2) a {
  text-decoration: underline !important;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #0099ad;
}

.newpreStorageText .item1 .tx > span:nth-child(2) > span {
  font-family: Source Han Sans;
  font-weight: 600;
}

.item1 {
  width: 99%;
}

.luckDrawIco {
  position: fixed;
  left: 20px;
  bottom: 40px;
  cursor: pointer;
  z-index: 999;
}

#preStorage .wid452 {
  width: 452px;
}

#preStorage .sty2 {
  width: 1070px;
  /* width: 100%; */
}

#preStorage .marT10 {
  margin-top: 10px;
}

#preStorage .marT28 {
  margin-top: 28px;
}

#preStorage .marT32 {
  margin-top: 32px;
}

#preStorage .marT48 {
  margin-top: 48px;
}

#preStorage .marT100 {
  margin-top: 100px;
}

#preStorage .padB24 {
  padding-bottom: 24px;
}

#preStorage .padB32 {
  padding-bottom: 32px;
}

#preStorage .padB36 {
  padding-bottom: 36px;
}

#preStorage .padB37 {
  padding-bottom: 37px;
}

#preStorage .padB108 {
  padding-bottom: 108px;
}

#preStorage .titleText {
  text-align: center;
  font-size: 28px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

#preStorage .subTitle {
  text-align: center;
  margin-top: 2px;
  font-size: 14px;
  color: #0099ad;
  line-height: 20px;
  text-transform: uppercase;
}

#preStorage .subTitle1 {
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

#preStorage .advantageBox .wrapbox {
  display: flex;
  flex-wrap: wrap;
  padding-top: 17px;
}

#preStorage .advantageBox .wrapbox .card {
  width: 390px;
  height: 100px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 18px 20px;
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  margin-right: 15px;
}

#preStorage .advantageBox .wrapbox .card:nth-of-type(3n) {
  margin-right: 0px;
}

#preStorage .advantageBox .wrapbox .card > img {
  width: 64px;
  height: 64px;
}

#preStorage .advantageBox .wrapbox .card > div {
  margin-left: 4px;
}

#preStorage .advantageBox .wrapbox .card > div > p:nth-of-type(1) {
  margin-top: 6px;
  height: 22px;
  font-size: 16px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}

#preStorage .advantageBox .wrapbox .card > div > p:nth-of-type(2) {
  margin-top: 10px;
  height: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

#preStorage .honorShow {
  margin-top: 12px;
}

#preStorage .honorShow > img {
  width: 1200px;
  height: 603px;
}

#preStorage .serverBox {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#preStorage .serverBox .leftOption {
  width: 290px;
  height: 564px;
  background: #ffffff;
  border-radius: 4px;
}

#preStorage .serverBox .leftOption .option {
  width: 290px;
  height: 74px;
  background: #ffffff;
  padding: 14px 16px;
  transition: height 0.3s linear;
  position: relative;
  border-radius: 4px;
}

#preStorage .serverBox .leftOption .active {
  height: 114px;
  background-size: 290px 114px;
  background: #001743;
}

#preStorage .serverBox .leftOption .active .bgi {
  opacity: 1 !important;
  transition: opacity 0.3s linear 0.3s;
}

#preStorage .serverBox .leftOption .option .bgi {
  position: absolute;
  width: 290px;
  height: 100%;
  z-index: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

#preStorage .serverBox .leftOption .option .bgi > img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

#preStorage .serverBox .leftOption .option p:nth-of-type(1) {
  height: 22px;
  font-size: 16px;
  font-family: Source Han Sans;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#preStorage .serverBox .leftOption .option p:nth-of-type(2) {
  margin-top: 6px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#preStorage .serverBox .leftOption .option p:nth-of-type(2) > a {
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

#preStorage .serverBox .leftOption .option p:nth-of-type(2) > span {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #999999;
  margin: 0 10px;
}

#preStorage .serverBox .leftOption .option:hover p:nth-of-type(2) > span {
  background: #ffffff;
  opacity: 0.8;
}

#preStorage .serverBox .leftOption .option p:nth-of-type(2) > a:hover {
  color: #ffffff;
}

#preStorage .serverBox .leftOption .active p:nth-of-type(1) {
  color: #ffffff;
}

#preStorage .serverBox .rightBox {
  width: 898px;
  height: 564px;
}

#preStorage .serverBox .rightBox .topOption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  background: #ffffff;
}

#preStorage .serverBox .rightBox .topOption > div:nth-of-type(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#preStorage .serverBox .rightBox .topOption > div:nth-of-type(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#preStorage .serverBox .rightBox .topOption > div:nth-of-type(1) > .a {
  display: block;
  padding: 4px 12px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
}

/* #preStorage .serverBox .rightBox .topOption>div:nth-of-type(1)>.a:hover {
 background: #F7F7F7;
 font-family: Source Han sans-serif;    font-weight: 500;
 color: #333333;
} */

#preStorage .serverBox .rightBox .topOption > div:nth-of-type(1) > .active {
  background: #f7f7f7;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #333333;
}

#preStorage .serverBox .rightBox .topOption > .more {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: flex;
  align-items: center;
}

#preStorage .serverBox .rightBox .topOption > .more:hover {
  color: #0099ad;
}

#preStorage .serverBox .rightBox .topOption > .more::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../img/home9.png) no-repeat;
  background-size: 100%;
  margin-left: 4px;
  margin-right: 10px;
}

#preStorage .serverBox .rightBox .topOption > .more:hover::after {
  background: url(../../img/home14.png) no-repeat;
  background-size: 100%;
}

#preStorage .serverBox .rightBox .cardWrap {
  display: flex;
  flex-wrap: wrap;
}

.am_show {
  display: flex !important;
}

#preStorage .serverBox .rightBox .cardWrap .card {
  width: 443px;
  height: 160px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  margin-top: 12px;
  padding: 16px;
  border-radius: 4px;
}

#preStorage .serverBox .rightBox .cardWrap .card .hot > img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#preStorage .serverBox .rightBox .cardWrap .card:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

#preStorage .serverBox .rightBox .cardWrap .card:nth-of-type(2n) {
  margin-left: 12px;
}

#preStorage .serverBox .rightBox .cardWrap .card .spb {
  display: flex;
  justify-content: space-between;
}

#preStorage .serverBox .rightBox .cardWrap .card .img > img {
  width: 119px;
  height: 88px;
  border-radius: 4px;
}

#preStorage .serverBox .rightBox .cardWrap .card .text {
  width: 279px;
}

#preStorage .serverBox .rightBox .cardWrap .card .text p:nth-of-type(1) {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #333333;
}

#preStorage .serverBox .rightBox .cardWrap .card .text p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  line-height: 17px;
  color: #666666;
}

#preStorage .serverBox .rightBox .cardWrap .card .text p > span {
  color: #0099ad;
}

#preStorage .serverBox .rightBox .cardWrap .card .text p:nth-of-type(3) {
  margin-top: 8px;
  width: 279px;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  opacity: 0.8;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  word-break: break-all;
}

#preStorage .serverBox .rightBox .cardWrap .card .mar {
  margin-top: 15px;
}

#preStorage .serverBox .rightBox .cardWrap .card .lable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#preStorage .serverBox .rightBox .cardWrap .card .lable > p {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  /* margin-left: 10px; */
  margin: 2px 10px 2px 0px;
}

#preStorage .serverBox .rightBox .cardWrap .card .look > p {
  background: #0099ad;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  display: none;
}

#preStorage .serverBox .rightBox .cardWrap .card:hover .look > p {
  display: block;
}

#preStorage .serverBox .bigImg > img {
  width: 898px;
  height: 432px;
  border-radius: 8px;
}

#preStorage .serverBox .bigImg {
  display: block;
}

#preStorage .serverBox .nameBtn {
  position: absolute;
  left: 60px;
  bottom: 60px;
  display: flex;
  justify-content: flex-start;
}

#preStorage .serverBox .nameBtn > a {
  margin-right: 16px;
  display: block;
  background: #0099ad;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
}

#preStorage .serverBox .itemBox .item {
  width: 290px;
  height: 88px;
  background-color: #fbfbfb;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
}

#preStorage .serverBox .itemBox .item:hover {
  background: #eeeeee;
}

#preStorage .serverBox .itemBox .active {
  background: #eeeeee;
}

#preStorage .serverBox .itemBox .item > img {
  width: 88px;
  height: 68px;
  border-radius: 8px;
}

#preStorage .serverBox .itemBox .item > div {
  margin-left: 10px;
}

#preStorage .serverBox .itemBox .item > div > p:nth-of-type(1) {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-family: Source Han Sans;
  font-weight: 600;
}

#preStorage .serverBox .itemBox .item > div > p:nth-of-type(2) {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  opacity: 0.6;
}

#preStorage .serverBox .itemBox > .page {
  margin-top: 12px;
  width: 290px;
  height: 32px;
  border-radius: 8px;
  padding: 7px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#preStorage .serverBox .itemBox .heightBox {
  height: 432px;
  overflow-y: auto;
}

#preStorage .serverBox .itemBox .heightBox::-webkit-scrollbar {
  width: 2px;
}

#preStorage .serverBox .itemBox .heightBox::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eeeeee;
}

#preStorage .serverBox .itemBox .heightBox::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #cccccc;
}

#preStorage .serverBox .itemBox > .page div:nth-of-type(1) {
  padding: 3px 0;
}

#preStorage .serverBox .itemBox > .page div:nth-of-type(1) p {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: #333333;
  opacity: 0.2;
  border-radius: 4px;
  margin-right: 10px;
}

#preStorage .serverBox .itemBox > .page div:nth-of-type(1) .active {
  background: #0099ad;
  opacity: 1;
}

#preStorage .serverBox .itemBox > .page div:nth-of-type(2) {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

#preStorage .serverBox .itemBox > .page div:nth-of-type(2) span {
  font-size: 12px;
}

#preStorage .processBox .processWrap {
  margin-top: 32px;
  display: flex;
  flex-wrap: nowrap;
}

#preStorage .processWrap .card1 {
  width: 285px;
  height: 240px;
  /* background:
  linear-gradient(-135deg, transparent 60px, #ffffff) top right;
 background-repeat: no-repeat; */
  border: 1px solid #dddddd;
  clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%);
}

#preStorage .processWrap .outCard {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 285px;
  height: 240px;
  padding: 1px;
  background: linear-gradient(135deg, transparent 0px, #dddddd 0) top left,
    linear-gradient(-135deg, transparent 60px, #dddddd 0) top right,
    linear-gradient(-45deg, transparent 0px, #dddddd 0) bottom right,
    linear-gradient(45deg, transparent 0px, #dddddd 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#preStorage .processWrap .inCard {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0px, #ffffff 0) top left,
    linear-gradient(-135deg, transparent 60px, #ffffff 0) top right,
    linear-gradient(-45deg, transparent 0px, #ffffff 0) bottom right,
    linear-gradient(45deg, transparent 0px, #ffffff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

#preStorage .processWrap .inCard::after {
  display: inline-block;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-right: 18px solid transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #0099ad;
  right: -8px;
  bottom: -8px;
}

#preStorage .processWrap .outCard:nth-of-type(n + 2) {
  margin-left: 20px;
}

#preStorage .processWrap .inCard .topNum {
  margin: 0 auto;
  width: 144px;
  height: 168px;
  font-size: 120px;
  color: #eeeeee;
  line-height: 0px;
}

#preStorage .processWrap .inCard .topNum {
  margin: 0 auto;
  width: 144px;
  height: 168px;
  font-size: 120px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #eeeeee;
  line-height: 168px;
  -webkit-background-clip: text;
  position: relative;
}

#preStorage .processWrap .inCard .topNum .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 96px;
  height: 33px;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;
}

#preStorage .processWrap .inCard p {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: center;
}

#preStorage .processWrap .inCard p > span {
  font-family: Source Han Sans;
  font-weight: 600;

  color: #333333;
}

#preStorage .processWrap .inCard p:nth-of-type(1) {
  margin-top: 2px;
}

#preStorage .processWrap .inCard p:nth-of-type(2) {
  margin-top: 7px;
}

.home-events {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -68px;
  background-color: rgb(255, 255, 255, 1);
  height: 68px;
  border-bottom: 1px solid #eeeeee;
}

.home-events-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.home-events-box > a {
  flex: 1;
}

.home-events-box .option {
  width: 100%;
  height: 68px;
  color: #ffffff;
  position: relative;
  /* background-color: rgb(255, 255, 255, 0.2);
 backdrop-filter: blur(15px); */
}

.home-events-box .option:hover {
  background: #f7f7f7;
}

.home-events-box .vrImg {
  position: absolute;
  right: -40px;
  top: -12px;
  width: 130px;
  height: 26px;
  cursor: pointer;
  z-index: 20;
}

.home-events-box .option:hover > p:nth-of-type(1) {
  color: #0099ad;
}

.home-events-box .option:hover > p:nth-of-type(2) {
  color: #000000;
}

.home-events-box .option > p:nth-of-type(1) {
  display: block;
  padding-top: 12px;
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
}

.home-events-box .option > p:nth-of-type(2) {
  display: block;
  padding-top: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.home-events-box-wrapper {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}

.home-events-box-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.home-events-box-item {
  position: relative;
  float: left;
  width: 25%;
  height: 120px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.home-events-box-item a {
  display: block;
  height: 100%;
  padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
  opacity: 1;
}

.home-events-box-item:hover h2 {
  color: #fa6f66;
}

.home-events-box-item i {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 60px;
  height: 60px;
}

.home-events-box-item i img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  will-change: opacity;
}

.home-events-box-item i img:last-child {
  opacity: 0;
}

.home-events-box-item h2,
.home-events-box-item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-events-box-item h2 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 22px;
  color: #3b516a;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: color;
}

.home-events-box-item p {
  font-size: 14px;
  line-height: 20px;
  color: #95989d;
}

.swiper-pagination-bullets {
  bottom: 67px !important;
}

#preStorage .swiper-slide {
  position: relative;
}

#preStorage .swiper-slide img {
  width: 100%;
}

#preStorage .btnInfo {
  width: 260px;
  height: 40px;
  position: absolute;
  /* bottom: 26%; */
  bottom: 3%;
  left: 50%;
  margin-left: -130px;
  border: 2px solid #fffaf1;
  background: #fff1cf;
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
}

#preStorage .btnInfo > span {
  color: #ff7b00;
}

/* scrollDiv */
.scrollDiv {
  width: 260px;
  height: 40px;
  /* 必要元素 */
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 必要元素 */
}

.scrollDiv li {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.scrollDiv li > span {
  color: #ff7b00;
}

#s2,
#s3 {
  height: 100px;
}
