.bgFD9500 {
  background-color: #fd9500 !important;
}

.mgt42 {
  margin-top: 42px;
}

.mgt62 {
  margin-top: 62px;
}

.headerWrap {
  height: 72px;
  line-height: 72px;
}

.headerWrap .logoWrap img {
  width: 104px;
  height: 72px;
}

.bannerWrap.isv {
  height: 766px;
  background: url("https://qiniucdn.jitangcn.com/1641870623483C0003.png") center no-repeat;
}

.bannerWrap.saas {
  height: 766px;
  background: url("https://qiniucdn.jitangcn.com/1641870623483C0004.png") center no-repeat;
}

.registerWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inputBox,.selectBox{
  width: 519px;
  height: 46px;
  opacity: 0.89;
  border-radius: 23px;
  border: 2px solid #979797;
  box-sizing: border-box;

  position: relative;
  margin-top: 16px;
}

.inputBox:first-child{
  margin-top: 32px;
}
.inputBox img,.selectBox img{
  position: absolute;
  left:20px;
  top:50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.registerBox input,
.registerBox select {
  width: 100%;
  height:100%;
  display: inline-block;
  border: 0;
  border-radius: 23px;
  padding-left: 50px;
  padding-right: 10px;
  box-sizing: border-box;
}

.registerBox input::placeholder {
  color: #CCCCCC;
  font-size: 16px;
}
.registerBox select option {
  padding: 4px 8px;
}
.registerBox select:focus-visible {
  outline: none;
}
select::-webkit-arrow {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: none transparent;

}

.selectBox::after{
    content:'';
    position: absolute;
    top:50%;
    transform: translateY(-50%) rotate(225deg);
    right:30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.registerBox .submitBtn {
  height: 46px;
  margin-top: 24px;
  padding-left: 0;
  width: 519px;
  border: none;
  cursor: pointer;
}

.registerBox .submitBtn.disabled {
  background: #eee !important;
  cursor: no-drop;
}

.registerBox .submitBtn:hover {
  background-color: #c97d10;
}

#layoutSwiper.swiper-container {
  width: 100%;
  height: 100vh;
}

#goodSwiper .swiper-slide {
  /* width: 14%; */
  width: 230px;
  height: 100%;
}

#goodSwiper .swiper-slide img {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  height: 427px;
  left: 0;
  top: 0;
  z-index: 2;
}

#goodSwiper .swiper-slide .imgBox {
  position: absolute;
  left: 16px;
  top: 16px;
  right: 16px;
  bottom: 16px;
  overflow: hidden;
  z-index: 1;
}

.goodDisplayWrap .swiper-container,
.goodDisplayWrap .swiper-wrapper,
.goodDisplayWrap .swiper-slide {
  height: 427px;
}

.footerWrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.footerWrap img {
  display: block;
  width: 134px;
  height: 92px;
}

.danger {
  border-color: red !important;
}
