.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%);
}

.registerBox input {
    display: inline-block;
    width: 478px;
    height: 68px;
    line-height: 68px;
    border-radius: 37px;
    opacity: 0.89;
    border: 2px solid #979797;
    box-sizing: border-box;
}

.registerBox input::placeholder {
    color: #868686;
}

.registerBox .submitBtn {
    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;
}