/* 方案 */
.precept {
    box-sizing: border-box;
    padding: 0.16rem 0.3rem 0.1rem;
    background: linear-gradient(135deg, #80CBFF, #3E87FF);
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 0.08rem;
}

.precept img {
    width: 0.48rem;
    height: 0.48rem;
}

.precept span {
    vertical-align: super;
    padding-left: 0.15rem;
    position: relative;
    top: -0.02rem;
}

.precept_img {
    width: 100%;
    height: 3.2rem;
    margin: 0.2rem 0 0.28rem 0;
}

.precept_img img {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

.precept_describe .precept_content {
    font-size: 0.28rem;
    color: #3F3E3E;
    line-height: 0.42rem;
    text-indent: 2em;
}

.precept_describe .precept_check {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #4088FE;
    line-height: 0.28rem;
    text-align: right;
    padding-right: 0.5rem;
    position: relative;
}

.precept_check::before {
    content: '';
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url('../img/index/icon_detail.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -0.03rem;
}

/* 服务 */
.serve {
    width: 100%;
    height: 3.2rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgb(64 136 254 / 20%);
    margin-top: 0.3rem;
}



.serve_left {
    width: 2.7rem;
    text-align: center;
}

.serve_left img {
    width: 1rem;
    height: 1rem;
}

.serve_left div {
    font-size: 0.32rem;
    font-weight: bold;
    color: #2A2929;
    margin-top: 0.3rem;
}

.serve_right {
    line-height: 0.56rem;
    font-size: 0.28rem;
    color: #2A2929;
    margin-left: 0.3rem;
}

.serve_right div {
    position: relative;
}

.serve_right div::before {
    content: '';
    display: inline-block;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #4088FE;
    position: absolute;
    top: 50%;
    left: -0.3rem;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
}

/* 客户 */
.client {
    margin-top: 0.6rem;
    background: linear-gradient(#80CBFF, #3E87FF);
    padding-bottom: 0.5rem;
}

.client .module_title :first-child {
    color: #FFFFFF;
}

.client .module_title :first-child::before {
    background: url('../img/index/tag2.png') no-repeat;
    background-size: 100%;
}

.client .module_title :first-child::after {
    background: url('../img/index/tag2.png') no-repeat;
    background-size: 100%;
}

.client_item {
    display: flex;

}

.client_item img {
    width: 50%;
    height: 2.76rem;
}

.client_content {
    width: 50%;
    height: 2.76rem;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0.4rem .1rem 0 0.3rem;
}

.client_title :first-child {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
    position: relative;
    letter-spacing: 0.03rem;
}

.client_title .client_name_iocnleft::after {
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../img/index/leftArrows.png") no-repeat;
    background-size: 100%;
    position: relative;
    top: .02rem;
    left: .2rem;
}

.client_title .client_name_iocnright::after {
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../img/index/rightArrows.png") no-repeat;
    background-size: 100%;
    position: relative;
    top: .02rem;
    left: .2rem;
}

.client_subhead {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.4rem;
}

.client_detail {
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.42rem;
}

.checkButton {
    margin-top: 0.4rem;
    width: 3.2rem;
    height: 0.88rem;
    background: #FFFFFF;
    border-radius: 0.44rem;
    font-size: 0.28rem;
    color: #4088FE;
    line-height: 0.88rem;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -1.6rem;
}

/* 合作 */
.cooperation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.cooperation div {
    width: 2.1rem;
    height: 1.2rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(64, 136, 254, 0.2);
    border-radius: 0.08rem;
    box-sizing: border-box;
    padding: 0.1rem 0.12rem;
    margin-bottom: 0.2rem;
}

.cooperation div img {
    width: 100%;
    height: 100%;
}

/* 联系我们 */
.map {
    margin-top: 0.3rem;
    width: 100%;
    height: 4rem;
}

.map img {
    width: 100%;
    height: 100%;
}

.qrCode {
    margin: 0.3rem 0;
    text-align: center;
}

.qrCode img {
    width: 2rem;
    height: 2rem;
}

.site {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.56rem;
    display: flex;
}

.site :first-child {
    width: 0.9rem;
}

.site :last-child {
    width: 6rem;
}

/* 部分用户 */
.userContent {
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-top: 0.22rem;
    overflow: hidden;
    height: 4rem;
}

.userMessage {
    display: flex;
}

.userMessage .userMessageItem {
    width: 50%;
}

.userMessage .userMessageItem div {
    margin-bottom: 0.2rem;
    position: relative;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.userMessage .userMessageItem div::before {
    content: "";
    display: inline-block;
    width: 0.07rem;
    height: 0.07rem;
    background: #FFFFFF;
    position: absolute;
    left: 0rem;
    margin-top: 0.19rem;
    border-radius: 50%;
}

.lookover {
    text-align: center;
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-top: 0.1rem;
}