body {
    color: #999;
    background-color: #f1f4fd;
    background-size: cover;
    overflow-x: hidden!important;
}

a {
    color: #444;
}
.home-header{
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #e60012;
    padding: 0;
}
.home-header .header-nav{
    width: 1200px;
    margin: 0 auto;
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-header .header-nav .header-left{
    font-weight: 500;
    height: 100%;
}
.home-header .header-nav .header-left .header-linklist{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.home-header .header-nav .header-linklogo{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
.home-header .header-nav .header-title{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 16px 30px 16px 8px;
}
.home-header .header-nav .header-mgleft{
    font-weight: 400;

}
.home-header .header-nav .header-link{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    padding: 20px 16px;
    white-space: nowrap;
}
.header-navlogo{
    width: 32px;
    height: 32px;
    border: 0;
   
}

.profile-img-card {
    width: 100px;
    height: 100px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: -93px auto 30px;
    border: 5px solid #fff;
}

.profile-name-card {
    text-align: center;
}

.home-container {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.home-container .home-content{
    -ms-flex: auto;
    flex: auto;
}
.home-footer {
    width: 100%;
    height: 152px;
    color: #6c7073;
    background: #232526;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-container .home-head h3 {
   font-size: 36px;
   font-weight: 400;
   color: #3B3E40;
   margin: 0;
}

.home-container .home-hint {
    text-align: left;
    font-size: 12px;
    color: #9fa3a6;
    margin: 0;
    padding: 0;
}
.home-container .home-banner{
    position: relative;
    width: 100%;
    /* min-width: 1200px; */
    height: 480px;
    color: #000;
}
.home-banner .banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.home-banner .home-bannerContainer{
    position: absolute;
    top: 0;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 96px 48px;
    z-index: 10;
}
.home-banner .home-bannerContainer .home-title{
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 8px;
}
.home-banner .home-bannerContainer .home-subtitle{
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
}
.home-banner .home-bannerContainer .home-desc{
    font-size: 14px;
    margin-bottom: 48px;
    max-width: 540px;
}
.home-banner .home-bannerContainer .home-btn{
    display: inline-block;
    width: 258px;
    height: 48px;
    margin-right: 24px;
    background: #fff;
    color: #3b3e40;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.home-container .home-mudule{
    width: 1200px;
    /* min-width: 1200px; */
    margin: 48px auto
}
.home-mudule .home-grid{
    padding: 72px 0;
    background: #fff;
}
.home-mudule .home-grid .home-title{
    line-height: 48px;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    color: #3b3e40;
}
.home-mudule .home-grid .home-flowContainer{
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px 48px 0;
}
.home-mudule .home-grid .flowItem-wrapper{
    width: 202px;
    position: relative;
}
.home-mudule .flowItem-wrapper .flowItem-tail{
    position: absolute;
    top: 50px;
    left: 114px;
}
.home-mudule .flowItem-wrapper .flowItem-tail:after{
    content: '';
    display: inline-block;
    border-radius: 1px;
    width: 100%;
    margin-left: 50%;
    height: 1px;
    background-color: #d4d7d9;
}
.home-mudule .flowItem-wrapper img{
    display: block;
    margin: 128px;
    height: 128px;
    margin: 0 auto;
}
.home-mudule .flowItem-wrapper .flowItem-title{
    text-align: center;
    color: #3b3e40;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}
.home-mudule .flowItem-wrapper .flowItem-content{
    text-align: center;
    color: #6c7073;
    font-size: 14px;
    margin-top: 8px;
}
@media (max-width: 767px){
    .home-container{
        min-height: 100vh;
    }
    .home-content{
        position: relative;
    }
    .home-header .header-nav{
        width: 100%;
    }
    .home-header .header-nav .header-title{
        font-size: 12px;
        padding: 16px 8px;
    }
    .home-header .header-nav .header-navlogo{
        margin: 16px 0 16px 16px;
    }
    .home-header .header-nav .header-link{
        font-size: 12px;
        padding: 16px 8px;
    }
    .home-container .home-head h3{
        font-size: 24px;
    }
   
    .home-header .header-nav .header-left{
        overflow-x: auto;
        position: relative;
    }
    .home-header .header-nav .header-left::-webkit-scrollbar{
        display: none;
    }
    .home-header .header-nav .header-link{
        transition: all .5s ease;
    }
    .home-header .header-nav .header-left .line{
        position: absolute;
        bottom: 0;
        left: 66px;
        width: 55px;
        height: 2px;
        background-color: #fff;
        transition: all .5s ease;
        transform: translateX(0);
    }
    .home-container .home-banner{
        /* min-width: 100%; */
        height: 98.13333vw;
        color: #fff;
    }
    .home-banner .home-bannerContainer{
        width: 100%;
        padding: 10.66667vw 4.26667vw;
    }
    .home-banner .home-bannerContainer .home-title{
        font-size: 6.4vw;
        font-weight: 500;
        line-height: 10.66667vw;
        margin-bottom: 2.13333vw;
    }
    .home-banner .home-bannerContainer .home-subtitle{
        font-size: 4.26667vw;
        font-weight: 500;
        line-height: 6.4vw;
        margin-bottom: 6.4vw;
    }
    .home-banner .home-bannerContainer .home-desc{
        font-size: 3.73333vw;
        line-height: 6.4vw;
        margin-bottom: 8.53333vw;
    }
    .home-banner .home-bannerContainer .home-btn{
        display: inline-block;
        width: 91.46667vw;
        height: 12.8vw;
        background: #fff;
        color: #3b3e40;
        font-size: 4.26667vw;
        line-height: 12.8vw;
        text-align: center;
        text-decoration: none;
        border-radius: 1.06667vw;
    }
    .home-container .home-mudule{
        width: 100%;
        /* min-width: 100%; */
        margin: 0;
    }
    .home-mudule .home-grid{
        padding: 0;
    }
    .home-mudule .home-grid .home-gridhead{
        width: 100%;
        height: 14.93333vw;
        background-color: #fff;
        border-bottom: 1px solid #f0f1f2;
        padding: 4.26667vw;
    }
    .home-mudule .home-grid .home-title{
        margin: 0;
        font-size: 4.8vw;
        line-height: 6.4vw;
        font-weight: 500;
        color: #3b3e40;
        text-align: left;
    }
    .home-mudule .home-grid .home-flowContainer{
        width: 100%;
        padding: 6.4vw 4.26667vw 2.13333vw;
        display: block;
    }
    .home-mudule .home-grid .flowItem-wrapper{
        width: 100%;
        margin-bottom: 6.4vw;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .home-mudule .flowItem-wrapper img{
        width: 19.2vw;
        height: 19.2vw;
        margin: 0;
    }
    .home-mudule .flowItem-wrapper .flowItem-msg{
        width:68vw
    }
    .home-mudule .flowItem-wrapper .flowItem-title{
        text-align: left;
        color: #3b3e40;
        font-size: 3.73333vw;
        font-weight: 500;
        line-height: 6.4vw;
        margin: 0;
    }
    .home-mudule .flowItem-wrapper .flowItem-content{
        text-align: left;
        color: #6c7073;
        font-size: 3.2vw;
        line-height: 4.26667vw;
        margin: 0;
    }
    .home-mudule .flowItem-wrapper .flowItem-tail{
        top: 19.2vw;
        left: 9.6vw;
    }
    .home-mudule .flowItem-wrapper .flowItem-tail:after{
        height: 6.4vw;
        width: 1px;
        background: #f0f1f2;
    }
    .home-footer{
        width: 100%;
        height: 40.53333vw;
        font-size: 3.2vw;
    }
    .home-footer .copyright{
        text-align: center;
    }
}

.toast-top-right{
    top: 76px;
}