* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,li {
    list-style: none;
}
.flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.open-wrapper {
    width: 1190px;
    margin: 0 auto;
}
.open-wrapper .wrapper-title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
    padding-top: 76px;
    position: relative;
}
.open-wrapper .wrapper-line {
    margin: 15px auto 0;
    width: 115px;
    height: 4px;
    background: linear-gradient(90deg, #FF818C 1%, #FFE7E9 97%);
    border-radius: 2px;
}
.banner {
    width: 100%;
    height: 701px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.banner::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    /*min-width: 1920px;*/
    background: url(/static/cloud/images/open/open_banner.jpg) no-repeat center / 100% 100%;
    z-index: -1;
}
.mySwiper {
    width: 100%;
    height: 333px;
    margin-top: 44px;
}
.mySwiper .swiper-slide {
    width: 445px;
    height: 100%;
    background: url(/static/cloud/images/open/swiper-bg.png) no-repeat center center;
    padding-top: 36px;
}
.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 20px #FD757E;
}
.banner .title {
    font-size: 50px;
    line-height: 60px;
    padding-top: 58px;
    text-align: center;
    color: #fff;
}
.banner .tit {
    display: inline-block;
    text-align: center;
    height: 40px;
    background: rgba(255,196,200,0.4100);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 38px;
    padding: 0 8px;
    margin-top: 18px;
}
.banner .fu-tit {
    font-size: 63px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 73px;
    text-shadow: 3px 5px 10px rgba(173,1,12,0.1800);
    margin-top: 19px;
}
.banner .fu-tit span {
    display: inline-block;
    color: #FFFFFF;
    background: linear-gradient(90deg, #fff, #fff 70%,#FDA6AC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.youshi {
    height: 624px;
}
.youshi .ys-list {
    width: 100%;
    margin-top: 46px;
}
.youshi .ys-list .item {
    width: 222px;
    text-align: center;
}
.youshi .ys-list .item img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
}
.youshi .ys-list .item .tit {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 6px;
}
.youshi .ys-list .item .txt {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    margin-top: 20px;
}
.changjing {
    height: 656px;
    background: url(/static/cloud/images/open/open-bg.jpg) no-repeat center / 1920px;
}
.changjing .wrapper-title {
    color: #fff;
}
.changjing .wrapper-line {
    background: linear-gradient(-90deg, #FF818C 1%, #FFE7E9 97%);
}
.cj-list {
    margin-top: 75px;
}
.cj-list .item {
    width: 350px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}
.cj-list .item:first-child {
    border-top-left-radius: 30px;
}
.cj-list .item:last-child {
    border-top-right-radius: 30px;
}
.cj-list .item .top {
    width: 100%;
    height: 134px;
    text-align: center;
    line-height: 134px;
    position: relative;
    z-index: 2;
}
.cj-list .item .top.green {
    background: linear-gradient(0deg, #E0FFFA 0%, #F0FFFF 100%);
    box-shadow: 4px 7px 38px 0px rgba(73,237,242,0.3900);
}
.cj-list .item .top.green img {
    filter: drop-shadow(2px 3px 38px 0px rgba(11,190,195,0.3900));
}
.cj-list .item .top.pink {
    background: linear-gradient(0deg, #FFB5C0 0%, #FFECED 100%);
    box-shadow: 4px 7px 38px 0px rgba(254,97,140,0.3900);
}
.cj-list .item .top.pink img {
    filter: drop-shadow(2px 3px 38px 0px rgba(255,65,77,0.3900));
}
.cj-list .item .top.orange {
    background: linear-gradient(0deg, #FFD7C0 0%, #FFF4F0 100%);
    box-shadow: 4px 7px 38px 0px rgba(250,86,58,0.3900);
}
.cj-list .item .top.orange img {
    filter: drop-shadow(2px 3px 38px 0px rgba(250,92,64,0.3900));
}
.cj-list .item .top img {
    width: 100px;
    height: 100px;
    line-height: 134px;
    vertical-align: middle;
}
.cj-list .item .bottom {
    height: 164px;
    background: #fff;
    padding-top: 26px;
    text-align: center;
}
.cj-list .item .bottom .tit {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}
.cj-list .item .bottom .txt {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    margin-top: 17px;
}
.step-list {
    margin-top: 106px;
}
.step-list .item {
    text-align: center;
}
.step-list .line {
    width: 145px;
    height: 10px;
    background: linear-gradient(-90deg, #D8D7D6 1%, #FFFFFF 97%);
    border-radius: 5px;
    margin-top: 56px;
}
.step-list .item img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
}
.step-list .item img.color1 {
    box-shadow: 4px 7px 38px 0px rgba(63,149,251,0.4700);
}
.step-list .item img.color2 {
    box-shadow: 4px 7px 38px 0px rgba(251,149,53,0.4700);
}
.step-list .item img.color3 {
    box-shadow: 4px 7px 38px 0px rgba(61,219,141,0.4700);
}
.step-list .item img.color4 {
    box-shadow: 4px 7px 38px 0px rgba(143,125,243,0.4700);
}
.step-list .item .tit {
    font-size: 18px;
    color: #333;
    margin-top: 35px;
    line-height: 28px;
}
.step-list .item .txt {
    font-size: 16px;
    margin-top: 7px;
    line-height: 28px;
    color: #999;
}
.ruzhu {
    width: 200px;
    height: 49px;
    border-radius: 25px;
    background: linear-gradient(90deg, #FF818C 1%, #FF5D67 97%);
    box-shadow: 4px 7px 38px 0px rgba(255,65,77,0.3900);
    font-size: 18px;
    line-height: 49px;
    color: #fff;
    display: block;
    margin: 68px auto 100px;
    text-align: center;
    text-decoration: none;
}