
.mk-text-center {
    text-align: center;
}
.mk-position-relative {
    position: relative;
}
.mk-position-absolute {
    position: absolute;
}
.mk_pt_100 {
    padding-top: 1rem;
}
.mk-px-20 {
    padding: 0 .2rem;
}
.mk_pt_12 {
    padding-top: .10rem;
}
.mk-pb-60 {
    padding-bottom: .6rem;
}
.mk-pt-30 {
    padding-top: .30rem;
}
.mk-pt-50 {
    padding-top: .50rem;
}
.mk-pb-50 {
    padding-bottom: .5rem;
}
.mk-mb-60 {
    margin-bottom: .6rem;
}
.mk-mt-50 {
    margin-top: .5rem;
}
.mk-mb-50 {
    margin-bottom: .5rem;
}
.mk_py_100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.mk-d-flex {
    display: flex;
}

.mk-flex-column {
    flex-direction: column;
}

.mk-jc-between {
    justify-content: space-between;
}
.mk_jc_center {
    justify-content: center;
}
.mk-ai-center {
    align-items: center;
}
.mk-flex-wrap {
    flex-wrap: wrap;
}
.mk-flex-shrink {
    flex-shrink: 0;
}
.mk_text_title {
    font-size: .48rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: #4C4948;
    
}

.mk_text_subtitle {
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #343434;
}

.mk_text_content {
    margin-top: .73rem;
    font-size: .16rem;
    font-family: "PingFang SC";
}
.mk-blue-line {
    margin: .20rem 0;
    width: 1rem;
    height: 0.04rem;
    background: #0049C8;
}
.mk_bg_gray {
    font-size: .20rem;
    height: .60rem;
    text-align: center;
    border-radius: .30rem;
    background-color: #EAEAEA;
    line-height: .60rem;
    width: 3.2rem;
    /* min-width: 300px; */
    /* flex: 1; */
}

.mk_blue_bg {
    /* background: url('/statics/web/myimage/investment/blue_bg.png') no-repeat; */
    width: 1.38rem;
    height: .90rem;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #343434;
    text-align: center;
    line-height: .90rem;
    margin-right: .20rem;
    background-color: rgba(0, 73, 200, .2);
    border-radius:0 0 .20rem .20rem;
}
.mk_blue_text {
    font-family: PingFang SC;
    font-weight: 400;
    color: #0049C8;
}


.mk_shadow {
    /* background: url('/statics/web/myimage/investment/shadow.png') no-repeat;
    width: 100%;
    height: 550px; */

    box-shadow: 0px 12px 40px 0px rgba(77, 77, 77, 0.15);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    /* margin-bottom: 95px; */
}
.step_bg {
    background: url('/statics/web/myimage/investment/service_progress.png') no-repeat ;
    background-size: 100%;
    width: 3rem;
    height: 2.56rem;
}
/* <img src="/statics/web/myimage/investment/step_01.png"> */
.step_img {
    background: url('/statics/web/myimage/investment/step_01.png') no-repeat center;
    background-size: 100%;
    margin-top: .40rem;
    width: .68rem;
    height: .68rem;
}
.step_img2 {
    background: url('/statics/web/myimage/investment/step_02.png') no-repeat center;
    background-size: 100%;
    margin-top: .45rem;
    width: .68rem;
    height: .68rem;
}
.step_img3 {
    background: url('/statics/web/myimage/investment/step_03.png') no-repeat center;
    background-size: 100%;
    margin-top: .45rem;
    width: .68rem;
    height: .68rem;
}
.step_img4 {
    background: url('/statics/web/myimage/investment/step_04.png') no-repeat center;
    background-size: 100%;
    margin-top: .45rem;
    width: .68rem;
    height: .68rem;
}
.step_img5 {
    background: url('/statics/web/myimage/investment/step_05.png') no-repeat center;
    background-size: 100%;
    margin-top: .45rem;
    width: .68rem;
    height: .68rem;
}
.step_title {
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #343434;
    padding-top: .22rem;
}
.step_subtitle {
    text-align: center;
    font-size: .16rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #343434;
}
.add-service-title {
    font-size: .30rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #216BD8;
    top: .52rem;
    left: .5rem;
}
.investment .section_01 .section_01_left {
    width: 45%;
}
.investment .section_01 .section_01_right {
    width: 50%;
    
}
.investment .add_service_item {
    /* margin: 0 20px; */
    width: 33.33%;
}
.investment .add_service_bg {
    margin: 0 -.20rem;
}
@media screen and (max-width: 768px) {
    .investment .section_01 .section_01_left {
        width: 100%;
    }
    .investment .section_01 .section_01_right {
        width: 100%;
        
    }
    .investment .mk_bg_gray {
        width: 50%;
    }
    .investment .add_service_item {
        width: 50%;
    }
    .investment .add_service_item .add-service-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
  
    .investment .add_service_item {
        width: 100%;
    }
}<!--ºÄÊ±1763772371.6006Ãë-->