.jiameng-bg{
    height: 60vh;
    background:url(/assets/homepage/home_bg.jpg) no-repeat center;
    background-size: cover;
}
.jiameng-top{
    text-align: center;
    padding-top: 20vh;
}
.jiameng-intro-image{
    width: 50%;
    margin-top: -15vh;
    margin-left: 25%;
    margin-bottom: 80px;
}
.jiameng-intro-image>img{
    width: 100%;
}
.first{
    margin-top: 5%;
}
.first,.four-list{
    display: flex;
    align-items: center;
}
.first>div:nth-child(1){
    text-align: left;
    flex: 1;
}
.first>div:nth-child(2){
    text-align: left;
    flex: 1;
}
.first>div:nth-child(2) img{
    width: 100%;
}
.four-list{
    margin-top: 20px;
}
.four-list>div{
    flex: 1;
    text-align: left;
}
.four-list>div>div{
    margin-bottom: 20px;
}
.four-list>div>div img{
    width: 26px !important;
    vertical-align: middle;
}
.four-list>div>div span{
    color: #ccc;
    font-size: 16px;
    vertical-align: middle;
}
.system{
    text-align: center !important;
}
.system-desc{
    margin-bottom: 20px;
}
.system-desc img{
    width: 26px !important;
    vertical-align: middle;
}
.system-desc span{
    color:rgba(31, 37, 38, 0.75);
    font-size: 16px;
    vertical-align: middle;
}
.five-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.five-list>div{
    width: 30%;
    margin: 10px;
}
.five-list>div .image-container img{
    width: 59px;
    margin: 30px;
}
.five-list>div>p:nth-child(2){
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}
.five-list>div>p:nth-child(3){
    font-size: 16px;
    color: #999;
    line-height: 28px;
}
.six{
    background-color: rgb(96 33 213);
    padding: 50px;
    margin: 40px 0;
}
.six-list{

    display: flex;
}
.six-list>div{
    flex: 1;
    text-align: center;
    color: #fff;
}
.six-list>div>p:nth-child(1){
    font-size: 40px;
    margin-bottom: 10px;
}
.six-list>div>p:nth-child(2){
    font-size: 16px;
}
.seven-compare{
    display: flex;
    align-items: center;
    text-align: left;
}
.seven-compare>div{
    flex: 1;
}
.seven-compare-item{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}
.seven-compare-item img{
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.seven-compare-item>div:nth-child(2){
    display: inline-block;
    vertical-align: middle;
}
.seven-compare-item>div>p:nth-child(1){
    font-size: 18px;
    color: rgb(96 33 213);
    line-height: 40px;
}
.seven-compare-item>div>p:nth-child(2){
    font-size: 14px;
    color: rgb(96 33 213);
}
.level-list{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.level-list>div{
    flex: 1;
    text-align: center;
}
.level-list>div img{
    width: 60px;
    margin: 30px;
}
.level-list>div p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.eight>div:nth-child(1){
    background-color: #f7f8fb;
    width: calc(50% );
    text-align: center;
    padding: 40px 80px 40px 40px;
    display: inline-block;
}
.eight>div:nth-child(1) img{
    width: 50%;
}
.total-inner{
    display: inline-block;
    text-align: right;
    width: 40%;
}
.total-inner>p:nth-child(1){
    font-size: 16px;
    color: #999;
    line-height: 40px;
}
.total-inner>p:nth-child(2){
    font-size: 20px;
    color: #666;
    font-weight: bold;
    line-height: 40px;
}
.eight{
    position: relative;
    margin-bottom: 300px;
}
.eight>div:nth-child(2){
    display: inline-block;
    width: calc(50% );
    padding: 40px;
    box-shadow: 0px 0px 43px 6px rgba(0, 0, 0, 0.06);
    margin-left: -80px;
    background-color: #fff;
    text-align: left;
    position: absolute;
    left: calc(50% - 10px);
    top:120px;
}
.form-pannel{
    border-bottom: solid 1px #dcdcdc;
}
.form-pannel input{
    width: 100%;
    border: none;
    padding: 20px 0 5px 0;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
    font-size: 16px;
}
.form-pannel input:focus,
.form-pannel select:focus{
    outline: none;
}
.form-pannel select{
    border: none;
    padding: 20px 0 5px 0;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
    width: 180px;
    font-size: 16px;
}
.form-submit{
    text-align: center;
    margin-bottom: 40px;
}
/* 手机屏幕 */
@media screen and (max-width: 767px) {
    .module{
        padding: 0 10px;
    }
    .first{
        display: block;
    }
    .five-list>div{
        width: calc(50% - 20px);
    }
    .six-list{
        flex-wrap: wrap;
    }
    .six-list>div{
        width: 50%;
        flex: unset;
        margin-bottom: 20px;
    }
    .six-list>div>p:nth-child(1){
        font-size: 24px;
    }
    .seven-compare{
        display: block;
    }
    .eight>div:nth-child(1){
        width: 100%;
    }
    .eight>div:nth-child(2){
        width: 100%;
        position: relative;
        margin-left: unset;
        left: 0;
        top: 0;
    }
    .eight{
        margin-bottom: 40px;
    }
}
/* 手机屏幕 */
@media screen and (max-width: 767px) {
    .jiameng-bg{
        height: 45vh;
    }
}
