.main {
    background-color: #fff !important;
}
/*解决方案banner图*/
.banner {
    margin-top: 1.33rem;
    width: 100%;
    height: 5.2667rem;
}

    .banner img {
        width: 100%;
    }

/* 小程序解决方案 */

.solution {
    /*float: left;*/
    /*background-color: #ffffff;
	width: 100%;
	padding: 0.7rem 0;
	margin-top: 0.35rem;*/
}

.solution-img {
    /*width: 4.1333rem;
	height: 1.5067rem;
	margin: 0 auto;*/
}

.fangan {
    text-align: center;
    color: #3f3f3f;
    margin-top: 0.7333rem;
    font-weight: bold;
}

[data-dpr="1"] .fangan {
    font-size: 18px;
}

[data-dpr="2"] .fangan {
    font-size: 36px;
}

[data-dpr="3"] .fangan {
    font-size: 54px;
}

.english {
    text-align: center;
    color: #3f3f3f;
    margin-top: 0.24rem;
}

[data-dpr="1"] .english {
    font-size: 10px;
}

[data-dpr="2"] .english {
    font-size: 20px;
}

[data-dpr="3"] .english {
    font-size: 30px;
}

.solution-img p {
    color: #333;
    text-align: center;
    margin: 0.5333rem 0.5333rem 0.96rem;
}

[data-dpr="1"] .solution-img p {
    font-size: 12px;
}

[data-dpr="2"] .solution-img p {
    font-size: 24px;
}

[data-dpr="3"] .solution-img p {
    font-size: 36px;
}

.solution span {
    text-align: center;
    color: #fff !important;
    background-color: rgba(0,0,0,0.6);
    font-weight: bold;
}

[data-dpr="1"] .solution span {
    font-size: 20px;
}

[data-dpr="2"] .solution span {
    font-size: 40px;
}

[data-dpr="3"] .solution span {
    font-size: 60px;
}

.solution-ul ul li img {
    width: 4.213rem;
    height: 4.213rem;
    border-radius: 0.1333rem;
}

.solution ul li {
    width: 4.213rem;
    height: 4.213rem;
    float: left;
    margin-right: 0.493rem;
    text-align: center;
    position: relative;
}

    .solution ul li span {
        position: absolute;
        color: #fff;
        /*transform: translate(-100%, 0);*/
        text-align: center;
        bottom: 0;
        height: 0.8rem;
        line-height: 0.8rem;
        width: 100%;
        left: 0;
        border-bottom-left-radius: 0.1333rem;
        border-bottom-right-radius: 0.1333rem;
    }

[data-dpr="1"] .solution ul li span {
    font-size: 13px;
}

[data-dpr="2"] .solution ul li span {
    font-size: 25px;
}

[data-dpr="3"] .solution ul li span {
    font-size: 39px;
}

.solution-ul ul {
    margin-left: 0.533rem;
}

.solution-ul {
    overflow: hidden;
    /*float: left;*/
    margin-top: 0.92rem;
}

.solution-height {
    height: 2.0267rem;
}
/*联系模块*/
.contact-wrap {
    width: 100%;
    height: 1.32rem;
    line-height: 1.32rem;
    /*display: flex;*/
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    letter-spacing: 0.01rem;
    position: fixed;
    bottom: 0;
    z-index: 66;
}

    .contact-wrap a {
        color: #fff;
    }

[data-dpr="1"] .contact-wrap {
    font-size: 12px;
}

[data-dpr="2"] .contact-wrap {
    font-size: 24px;
}

[data-dpr="3"] .contact-wrap {
    font-size: 36px;
}

.contact-phone {
    float: left;
    width: 50%;
    background-color: #599fff;
    text-align: center;
}

.contact-online {
    float: right;
    width: 50%;
    background-color: #9ac5ff;
    text-align: center;
}
