.banner-bg {
    background-image: url("/home/image/join/bannerBg.png");
}

.banner-bg .title {
    font-size: 24px;
    color: #ffffff;
}

.banner-bg .label {
    font-size: 60px;
}

.banner-bg .desc {
    font-size: 20px;
}

.model1 {
    position: relative;
}

.model1 .button-box {
    position: absolute;
    top: -50px;
    width: 100%;
}

.model1 .button-box .button-container {
    width: 1200px;
    height: 106px;
    margin: 0 auto 10px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 30px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.model1 .button-box .button-container .button:first-child {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    width: 220px;
    margin-left: 60px;
    height: 56px;
    line-height: 56px;
    box-shadow: rgba(0, 108, 243, 0.4) 0px 0px 20px;
    background: linear-gradient(to right, rgb(0, 107, 243), rgb(33, 157, 255));
    color: #ffffff;
}

.model1 .button-box .button-container .button:last-child {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    width: 220px;
    height: 56px;
    line-height: 50px;
    border: 3px solid #006bf3;
    border-image: linear-gradient(to right, #006bf3, #219dff) 20 20;
    margin-left: 40px;
    color: #006bf3;
}

.model1 .xb-title {
    margin-top: 50px;
}

.model1 .model1-container .main-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 60px auto 0;
    flex-wrap: wrap;
}

.model1 .model1-container .main-list .list-item {
    width: 600px;
    margin-bottom: 60px;
    cursor: pointer;
    display: flex;
}

.model1 .model1-container .main-list .list-item img {
    margin-right: 20px;
}

.model1 .model1-container .main-list .list-item h3 {
    width: 370px;
    font-size: 18px;
    font-weight: 500;
}

.model1 .model1-container .main-list .list-item p {
    width: 370px;
    font-size: 14px;
    color: #666;
    font-weight: lighter;
}

.model2 {
    background: #f8fbff;
}

.model2 .model2-container .model2-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 60px auto 0px;
}

.model2 .model2-container .model2-list .list-item {
    width: 310px;
    margin: 15px;
    background: #fff;
    padding: 50px 30px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
    box-sizing: content-box;
}

.model2 .model2-container .model2-list .list-item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.model2 .model2-container .model2-list .list-item p {
    font-size: 14px;
    font-weight: lighter;
    color: rgb(102, 102, 102);
    margin-top: 15px;
}

.model2 .model2-container .model2-list .list-item .button {
    cursor: pointer;
    margin: 30px auto 0px;
    width: 160px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-shadow: rgba(0, 108, 243, 0.4) 0px 0px 20px;
    display: block;
    background: linear-gradient(to right, rgb(0, 107, 243), rgb(33, 157, 255));
}

.model3-main {
    width: 1200px;
    margin: 60px auto;
}

.model3-main .step-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.model3-main .step-list li {
    width: 300px;
    position: relative;
    margin-left: 30px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.model3-main .step-list li .img {
    text-align: center;
    width: 140px;
}

.model3-main .step-list li .icon {
    width: 30px;
    height: 30px;
    border: 3px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #999;
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model3-main .step-list li:last-child {
    width: 170px;
}

.model4 {
    background: #f6f6f6;
}

.model4-list {
    margin: 60px auto;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(5, 20%);
}

.model4-list li {
    background: #ffffff;
    margin: 0 auto 30px;
    padding: 10px;
    width: 220px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model4-list li img {
    width: 200px;
    height: 100px;
}

.model5-form {
    width: 1200px;
    margin: 60px auto;
}

.model5-form .col-form-label {
    text-align: right;
}

.model5-form input[type="input"] {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
}

.model5-form textarea {
    padding: 15px 30px;
}

.model5-form input[type="input"], .model5-form textarea {
    width: 825px;
    border: 1px solid #f6f6f6;
    box-shadow: 0px 0px 5px rgba(0, 108, 243, 0.1);
    font-size: 16px;
}

.model5-form .selectGroup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.model5-form .selectGroup .col-sm-5 {
    padding: 0;
}

.model5-form .selectGroup .col-sm-5:first-child {
    padding-right: 10px;
}

.model5-form select {
    border: 1px solid #f6f6f6;
    box-shadow: 0px 0px 5px rgba(0, 108, 243, 0.1);
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
}

.submit-btn {
    width: 400px;
    border: 0px;
    margin: 30px 0px 0px 240px;
    box-shadow: none;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}