.main-container {
    min-width: 1140px;
}
.main-container .section-1 {
    position: relative;
    height: 994px;
}
.main-container .section-1 .banner {
    background-image: url("../../https@images.wosaimg.com/79/ae293fe26959c54ceb9233caf2c7028aa96cd2.jpg");
    height: 598px;
    width: 100%;
    position: absolute;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 2000px 598px;
}
.main-container .section-1 .banner .pc-slogan {
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 70px;
}
.main-container .section-1 .banner .pc-sub-slogan {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin-top: 8px;
}
.main-container .section-1 .pc-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-container .section-1 .detail-text-box {
    position: absolute;
    width: 100%;
    margin-top: 769px;
    text-align: center;
}
.main-container .section-1 .detail-text-box .text-1 {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #deb85b;
}
.main-container .section-1 .detail-text-box .horizon-line {
    width: 45px;
    height: 2px;
    background-color: #deb85b;
    margin: 27px auto;
}
.main-container .section-1 .detail-text-box .text-2 {
    width: 512px;
    height: 62px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
/*第二块*/
.main-container .section-2 {
    width: 100%;
    background-color: #f8f8f9;
}
.main-container .section-2 .container .scan-box {
    /*display: flex;*/
    position: relative;
}
.main-container .section-2 .container .scan-box .img-box {

}
.main-container .section-2 .container .scan-box .text-box{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 454px;
    height: 266px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
    padding: 35px;
}
.main-container .section-2 .container .scan-box .text-box .text-1{
    width: 266px;
    height: 84px;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #deb85b;
}
.main-container .section-2 .container .scan-box .text-box .horizon-line {
    width: 45px;
    height: 2px;
    background-color: #deb85b;
    margin: 27px 0;
}
.main-container .section-2 .container .scan-box .text-box .text-2 {
    width: 378px;
    height: 62px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    letter-spacing: 1px;
    text-align: justify;
    color: #000000;
}
/*第三块*/
.main-container .section-3 {
    width: 100%;
    background-color: #ffffff;
    padding: 64px 0 32px 0;
}
.main-container .section-3 .container .con-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main-container .section-3 .container .con-box .text-box{
    width: 454px;
    height: 266px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 55px 43px;
}
.main-container .section-3 .container .con-box .text-box .text-1{
    width: 397px;
    height: 84px;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #deb85b;
}
.main-container .section-3 .container .con-box .text-box .horizon-line {
    width: 45px;
    height: 2px;
    background-color: #deb85b;
    margin: 27px 0;
}
.main-container .section-3 .container .con-box .text-box .text-2 {
    width: 400px;
    height: 62px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    letter-spacing: 1px;
    text-align: justify;
    color: #000000;
}
/*第四块*/
.main-container .section-4{
    width: 100%;
    height: 367px;
    background-color: #202125;
    padding: 49px 0;
}
.main-container .section-4 .container .tips {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #ffffff;
}
.main-container .section-4 .container .phone {
    opacity: 0.8;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
}

.main-container .section-4 .container .steps-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 800px;
    margin: 48px auto;
}
.main-container .section-4 .container .steps-box .step-con {
    position: relative;
    text-align: center;
}
.main-container .section-4 .container .steps-box .step-con p{
    position: absolute;
    padding: 16px 0;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    letter-spacing: 1px;
    text-align: center;
    color: #deb85b;
    width: 171px;
    left: 50%;
    transform: translateX(-50%);
}
.main-container .section-4 .container .steps-box .step-arrow {
    position: relative;
    height: 45px;
    width: 30px;
    padding: 0;
}
.main-container .section-4 .container .steps-box .step-arrow .iconfont{
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 30px;
    height: 45px;
    width: 30px;
    margin: 0;
    padding: 0;
    opacity: .6;
}
.main-container .section-5 {
    width: 100%;
    background-color: #f8f8f9;
    min-height: 605px;
    position: relative;
}
.main-container .section-5 .banner{
    background-image: url("../../https@images.wosaimg.com/5a/c221afe72a0f952aa2779acef9fb017d6204ec.jpg");
    height: 610px;
    width: 100%;
    position: absolute;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 2000px 610px;
}
.main-container .section-5 .banner .container .con-box {
    padding-top: 118px;
}
.main-container .section-5 .banner .container .con-box .text-box{
    width: 454px;
    height: 266px;
    border-radius: 18px;
    padding: 0 43px;
}
.main-container .section-5 .banner .container .con-box .text-box .text-1{
    width: 512px;
    height: 37px;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #deb85b;
}
.main-container .section-5 .banner .container .con-box .text-box .horizon-line {
    width: 45px;
    height: 2px;
    background-color: #deb85b;
    margin: 27px 0;
}
.main-container .section-5 .banner .container .con-box .text-box .text-2 {
    width: 400px;
    height: 62px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    letter-spacing: 1px;
    text-align: justify;
    color: #000000;
}
.emphasize-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 44px;
    width: 136px;
    background-image: url("../../https@images.wosaimg.com/2a/d73d8dc67f17bf76fbfe7ad7c60b5822277915.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 257px 44px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: left;
    color: #f0f0f0;
    padding-top: 4px;
}
.emphasize-box span {
    margin-left: 3px;
}
