.comBox {
  width: 100%;
}
.comBox2 {
  background: #F7F7F7 url(../images/computerList.png) no-repeat center 100px;
  padding-top: 50px;
  background-size: 100% auto;
}
.bigTitle {
  height: 67px;
  font-size: 38px;
  font-weight: normal;
  color: #171A25;
  line-height: 56px;
  text-align: center;
  margin-bottom: 30px;
}
/*************大图********************/
.banner1 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.banner1 img {
  width: 100%;
}
.banner1 .text {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.banner1 .text .tit {
  height: 101px;
  font-size: 50px;
  font-family: Alibaba PuHuiTi -83 Bold, Alibaba PuHuiTi 20;
  font-weight: normal;
  color: #276BF4;
  line-height: 84px;
}
.banner1 .text .con {
  height: 39px;
  font-size: 28px;
  font-family: Alibaba PuHuiTi -53 Regular, Alibaba PuHuiTi 20;
  font-weight: normal;
  color: #171A25;
  line-height: 33px;
  margin-top: 12px;
}
.banner1 .text .btn {
  display: block;
  width: 150px;
  height: 55px;
  text-align: center;
  border-radius: 32px 32px 32px 32px;
  opacity: 1;
  border: 1px solid #276BF4;
  font-size: 18px;
  font-family: Alibaba PuHuiTi -53 Regular, Alibaba PuHuiTi 20;
  font-weight: normal;
  color: #276BF4;
  line-height: 55px;
  margin-top: 64px;
}
.banner1 .text .btn span {
  display: inline-block;
  vertical-align: middle;
}
.banner1 .text .btn label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 7px;
  height: 9px;
  background: url(../images/ico3.png) no-repeat center;
}
/*************套餐列表********************/
.setMeal {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.setMeal .item {
  width: calc((100% - 12%) / 4 - 2px);
  margin-right: 4%;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #DFDFDF;
  float: left;
  margin-bottom: 30px;
}
.setMeal .item .title {
  background: #F7F7F7;
  opacity: 1;
  border-bottom: 1px solid #DFDFDF;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  padding: 10px 20px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.setMeal .item .infoBox {
  margin: 10px 0;
}
.setMeal .item .infoBox p {
  margin: 0 20px;
  height: 22px;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
  position: relative;
  padding-left: 15px;
}
.setMeal .item .infoBox p::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.setMeal .item .infoBox p span {
  padding-left: 15px;
}
.setMeal .item .time {
  height: 32px;
  margin: 0 22px;
}
.setMeal .item .time .timeL {
  width: 33%;
  height: 32px;
  line-height: 32px;
  background: #F7F7F7;
  opacity: 1;
  border: 1px solid #DFDFDF;
  border-right: 0;
  float: left;
  border-radius: 4px 0 0 4px;
  text-align: center;
  font-size: 12px;
}
.setMeal .item .time .timeR {
  width: 66%;
  height: 32px;
  line-height: 32px;
  float: left;
  opacity: 1;
  position: relative;
}
.setMeal .item .time .timeR .select {
  overflow: hidden;
  border-radius: 0 4px 4px 0;
  background: url(../images/ico-b.png) no-repeat 92% center;
  border: 1px solid #DFDFDF;
  padding-left: 12px;
  font-size: 12px;
}
.setMeal .item .time .timeR .select.on {
  background-image: url(../images/ico-t.png);
  color: #000;
}
.setMeal .item .time .timeR .selectCon {
  width: calc(100% - 24px);
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #DFDFDF;
  padding: 5px 12px;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 998;
}
.setMeal .item .time .timeR .selectCon p {
  margin: 6px 0;
  line-height: 20px;
  font-size: 12px;
}
.setMeal .item .btn {
  height: 32px;
  line-height: 32px;
  background: #276BF4;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  margin: 16px 22px;
}
.setMeal .item:nth-child(4n) {
  margin-right: 0;
}
/*************云电脑列表********************/
.computerList {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.computerList .item {
  width: calc((100% - 8%) / 3 - 2px - 50px);
  margin-right: 4%;
  padding: 40px 25px;
  height: 250px;
  float: left;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #DFDFDF;
  margin-bottom: 30px;
}
.computerList .item:nth-child(3n) {
  margin-right: 0;
}
.computerList .item img {
  width: 130px;
  height: 118px;
}
.computerList .item .tit {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}
.computerList .item .con {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin-top: 20px;
}
/*************登录弹层********************/
.popBg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 999;
  display: none;
}
.popTips {
  display: none;
  position: fixed;
  padding: 36px;
  width: 40%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  background: #fff;
  border-radius: 5px;
}
.popTips .title {
  height: 34px;
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #2E2E4A;
  line-height: 28px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 24px;
}
.popTips .text {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #2E2E4A;
  line-height: 19px;
  margin-top: 24px;
}
.popTips .btnBox {
  text-align: right;
  margin-top: 60px;
}
.popTips .btnBox .btn {
  display: inline-block;
  width: 88px;
  height: 36px;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid rgba(46, 46, 74, 0.4);
  text-align: center;
  font-size: 14px;
}
.popTips .btnBox .btn.login {
  border: 1px solid #276BF4;
  background: #276BF4;
  color: #fff;
  margin-left: 15px;
}
@media (max-width: 1220px) {
  .setMeal {
    width: 80%;
    margin: 0 auto;
  }
  .setMeal .item {
    width: calc((100% - 8%) / 3 - 2px);
    margin-right: 4%;
  }
  .setMeal .item:nth-child(3n) {
    margin-right: 0;
  }
  .setMeal .item:nth-child(4n) {
    margin-right: 4%;
  }
}
@media (max-width: 960px) {
  .setMeal {
    width: 80%;
    margin: 0 auto;
  }
  .setMeal .item {
    width: calc((100% - 4%) / 2 - 2px);
    margin-right: 4%;
  }
  .setMeal .item:nth-child(2n) {
    margin-right: 0;
  }
  .setMeal .item:nth-child(3n) {
    margin-right: 4%;
  }
  .computerList {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .computerList .item {
    width: calc((100% - 4%) / 2 - 2px - 50px);
    margin-right: 4%;
  }
  .computerList .item:nth-child(3n) {
    margin-right: 4%;
  }
  .computerList .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 730px) {
  .banner1 {
    margin-bottom: 40px;
  }
  .banner1 .text .tit {
    height: 84px;
    font-size: 40px;
  }
  .banner1 .text .con {
    height: 39px;
    font-size: 22px;
    line-height: 33px;
    margin-top: 12px;
  }
  .banner1 .text .btn {
    width: 130px;
    height: 45px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 24px;
  }
}
@media (max-width: 640px) {
  .bigTitle {
    font-size: 26px;
  }
  .popTips {
    width: 70%;
  }
  .setMeal {
    width: 80%;
    margin: 0 auto;
  }
  .setMeal .item {
    width: 100%;
    margin: 0 auto 30px auto;
    float: none;
  }
  .setMeal .item:nth-child(2n) {
    margin: 0 auto 30px auto;
  }
  .setMeal .item:nth-child(3n) {
    margin: 0 auto 30px auto;
  }
  .computerList {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .computerList .item {
    width: 80%;
    margin-right: 4%;
    float: none;
  }
  .computerList .item:nth-child(3n) {
    margin-right: 0;
  }
  .computerList .item:nth-child(2n) {
    margin-right: 0;
  }
  .banner1 {
    margin-bottom: 30px;
  }
  .banner1 .text .tit {
    height: 45px;
    font-size: 21px;
    line-height: 45px;
  }
  .banner1 .text .con {
    height: 34px;
    font-size: 14px;
    line-height: 19px;
    margin-top: 0px;
  }
  .banner1 .text .btn {
    font-size: 16px;
    height: 35px;
    line-height: 31px;
    margin-top: 0;
  }
}
