.dj * {
    box-sizing: border-box;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

h3 {
    font-weight: normal;
}

.banner {
    height: 3.4rem;
    background: url("../../../img/m-dj-banner.png") no-repeat center center;
    background-size: contain;
}

.section {
    height: 9.18rem;
    background-color: #fff;
    background-image: url("../../../img/m-dj-bg1.png");
    background-repeat: no-repeat;
    background-size: 7.3rem 4.53rem;
    background-position: left 1.57rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.section h3 {
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.46rem;
    margin-top: 0.25rem;
    margin-bottom: 4rem;
    text-align: center;
}

.sec-p {
    font-size: 0.24rem;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 0.4rem;
    margin-left: 0.74rem;
    margin-bottom: 0.4rem;
}

.sec-bg {
    width: 7.1rem;
    margin: 0 auto;
    height: 1rem;
    background: url("../../../img/m-dj-bg2.png") no-repeat center center;
    background-size: contain;
    padding-left: 0.45rem;
}

.sec-title {
    line-height: 1rem;
    width: 3.78rem;
    height: 0.3rem;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    color: #ffffff;
}

.sec-btn {
    width: 2.2rem;
    height: 0.68rem;
    background: #fff;
    box-shadow: 0px 2px 6px 0px #888b92;
    border-radius: 4px;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #5871f2;
    line-height: 0.68rem;
    margin-right: 0.2rem;
    margin-top: 0.16rem;
    text-align: center;
}

.process {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: #fff;
    padding-bottom: 0.4rem;
    overflow: hidden;
}

.process h3 {
    height: 0.36rem;
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.74rem;
}

.process li>div {
    float: left;
}

.process li {
    padding-left: 0.48rem;
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
    width: 6.5rem;
    height: 1rem;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(182, 192, 219, 0.4);
    border-radius: 4px;
}

.li-num {
    width: 0.56rem;
    height: 0.56rem;
    background: linear-gradient(180deg, #88b3fa 0%, #507cf3 100%);
    border: 4px solid rgba(80, 124, 243, 0.2);
    text-align: center;
    color: #fff;
    line-height: 0.42rem;
    font-size: 0.29rem;
    margin-right: 0.47rem;
    border-radius: 20px;
}

.li-title {
    width: 1.4rem;
    height: 0.56rem;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.56rem;
    margin-right: 0.3rem;
}

.li-p {
    width: 2.8rem;
    height: 0.56rem;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 0.56rem;
}

.li-line {
    margin-left: 0.75rem;
    width: auto;
    overflow: hidden;
    height: 0.3rem;
    border-left: 1px dashed #507cf3;
}

.anli {
    background: #f5f6fa;
    overflow: hidden;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.4rem;
}

.anli h3 {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
    height: 0.36rem;
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
    text-align: center;
}

.anli p {
    height: .24rem;
    font-size: .24rem;
    font-family: MicrosoftYaHei;
    color: #bfbfbf;
    line-height: .24rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.anli .content {
    width: 6.7rem;
    height: 4rem;
    margin-bottom: 0.3rem;
}

.anli .content img {
    width: 100%;
    height: 100%;
}