/*自定义开始*/
.kekedlbj{
    background-image:url(/sxlm/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: .42667rem;
}


/*自定义结束*/
.earnings {
    width: 94%;
    height: 40px;
    line-height: 40px;
    background-color: #f90;
    border-radius: 10px;
    margin: 0 auto;
}

.earnings .left {
    width: 50%;
    padding-left: 10px;
    color: black;
    float: left;
}

.earnings .right {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.earnings .right img {
    width: 20px;
    margin-top: -5px;
    margin-right: 10px;
}

.earnings .right .money {
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}

.index-title {
    width: 94%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    clear: both;
}

.partner {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.partner div {
    width: 14.3%;
    margin-bottom: 15px;
    text-align: center;
}

.partner img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.my-service{
    width: 94%;
    margin: 0 auto;
}
.my-service .left{
    width: 63%;
    float: left;
}
.my-service .right{
    width: 35%;
    background-color: #fff;
    height: 97px;
    float: right;
    border-radius: 10px;
}
.service-list{
    height: 42px;
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 40px;
}
.service-icon{
    width: 15%;
    margin-left: 5px;
    float: left;
}

.service-text{
    width: 60%;
    float: left;
    font-size: 14px;
    padding-left: 5px;
}
.service-bracket{
    width: 20%;
    text-align: right;
    float: right;
    padding-right: 10px;
}
.service-bracket img{
    width: 18px;
}
.dowebok{
    height: 30px;
    overflow: hidden;
}
.container{
    max-width: 390px;
}