@import '../common/index.css';
@import '../common/header.css';
@import '../common/footer.css';
@import '../common/animate.min.css';

.banner {
    height: 17.917vw;
    max-height: 344px;
    background: url('../../imgs/settled/banner.png') no-repeat center center;
    background-size: 100% 100%;
}

.wrap {
    width: 1300px;
    margin: 0 auto;
}

.content {
    display: flex;
    justify-content: space-between;
}

.right {
    width: 580px;
    /* margin-left: 30px; */
    flex-shrink: 0;
}

.rightTitle {
    text-align: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    /* line-height: 32px; */
}

.expression {
    width: 33px;
    height: 33px;
}

.form {
    margin-top: 24px;
    width: 580px;
    height: 817px;
    background: #F6F6F6;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    padding: 43px 60px 0 50px;
}

.form-line {
    display: flex;
}

.form-line-item {
    display: flex;
    align-items: center;
}

.form-label {
    font-size: 16px;
    color: #222;
    margin-right: 8px;
}

.form-placeholder {
    background: #EDEDED;
}

.small {
    width: 121px;
    height: 17px;
    background: #EDEDED;
}

.big {
    width: 392px;
    height: 37px;
    background: #EDEDED;
}

.form-btn {
    width: 163px;
    height: 47px;
    background: linear-gradient(90deg, #58B665, #3675B7);
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}

.form-code {
    /* width: ; */
    width: 131px;
    height: 131px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #EFEFEF;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-text {
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    max-width: 255px;
}

.form-code>img {
    width: 116px;
    height: 116px;
}

.form-btn2 {
    width: 479px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 26px;
    font-size: 16px;
    color: #333;
    border: 1px solid #EFEFEF;
    text-align: center;
    line-height: 52px;
    /* cursor: pointer; */
}

.left {}

.leftTitle {
    /* padding-top: 15px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 32px;
    color: #333333;
    text-align: center;
    /* margin-bottom: 39px; */
    margin-bottom: 24px;
    line-height: 72px;
}

.step {
    display: flex;
    flex-wrap: wrap;
}

.step-item {
    width: 303px;
    height: 200px;
    margin-bottom: 10px;
}

.step-item:nth-child(2n) {
    margin-left: 10px;
}

.step-item:last-child {
    width: 616px;
    height: 200px;
}

.laststep {
    background: url(../../../assets/imgs/settled/7.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.step-btn {
    position: absolute;
    top: 73px;
    right: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 47px;
    background: linear-gradient(90deg, #58B665, #3675B7);
    border-radius: 24px;
    cursor: pointer;
}

.step-btn-text {
    color: #fff;
    font-size: 16px;
}

.module-title {
    transition: all .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-line {
    width: 29px;
    height: 5px;
    background: linear-gradient(90deg, #58B665, #3675B7);
}


.module-cn {
    margin-top: 8px;
    margin-bottom: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.sellted {
    background: #F6F6F6;
    padding: 53px 0 90px;
}

.sellted-list {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sellted-list-item {
    width: 172px;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(152, 152, 156, 0.06);
    border: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.sellted-list-item>img {
    width: 150px;
    height: 60px;
}