.Conten-swiper {
  width: 100vw;
  min-width: 1180px;
  height: 380px;
  position: relative;
}
.Conten-swiper .SwiperText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1180px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Arial;
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 2px;
}
.Conten-swiper .SwiperText .contText {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 16px;
}
.Conten-swiper .SwiperText .swiperBtn {
  width: 154px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  line-height: 46px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #D6061C;
  cursor: pointer;
}
.Conten-swiper .SwiperText .swiperBtn:hover {
  background-color: #ffdcdc;
}
.Detail {
  width: 100vw;
  min-width: 1180px;
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 43px;
}
.Detail .BigTitle {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 55px;
}
.Detail .applyBtn {
  width: 154px;
  height: 46px;
  background: #D6061C;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 30px;
  cursor: pointer;
}
.Detail .advantage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.Detail .advantageImg {
  width: 14px;
  height: 14px;
  margin-right: 11px;
}
.Detail .advantageItem {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}
.download {
  width: 100vw;
  min-width: 1180px;
  height: 412px;
  background: #F6F7FB;
  padding-top: 50px;
}
.download .downloadList {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.download .downloadItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download .downloadBox {
  width: 270px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.download .downloadBoxBtn {
  width: 120px;
  height: 35px;
  background: #D6061C;
  border-radius: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 17px;
}
.download .downloadBoxBottom {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
  margin-top: 24px;
}
.download .downloadBoxImg {
  width: 80px;
  height: 80px;
}
.download .downloadBoxBtnProup {
  position: absolute;
  bottom: -93px;
  left: 0;
}
.download .downloadBoxBtnContent {
  width: 170px;
  height: 82px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-bottom: 5px;
  border: 1px solid #E4E4E5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.download .downloadBoxBtnProupItem {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  height: 32px;
  margin-top: 5px;
}
.download .downloadBoxBtnProupItem:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.download .downloadBoxBtnProupItemLogo {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-right: 13px;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1180px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.pop .popBox {
  width: 659px;
  height: 450px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.pop .popBoxTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 20px;
  height: 56px;
  border-bottom: 2px solid #f0f0f0;
}
.pop .popInputList {
  padding-left: 39px;
  padding-right: 59px;
  margin-top: 30px;
}
.pop .popInputItem {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 20px;
}
.pop .popInput {
  margin-left: 10px;
  flex: 1;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding-left: 10px;
}
.pop .selectList {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
}
.pop .selectInput {
  width: 110px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
}
.pop .popBottom {
  height: 50px;
  margin-top: 60px;
  border-top: 2px solid #f0f0f0;
  display: flex;
  padding-right: 19px;
  align-items: center;
  flex-direction: row-reverse;
}
.pop .BtnOk {
  width: 60px;
  height: 32px;
  background: #F7614D;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.pop .BtnCancel {
  width: 60px;
  height: 32px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-right: 10px;
}
.btn:hover {
  background-color: #b60013;
}
