/*diet_01*/
.diet_01 .sec1{
    
}
.diet_01 .sec1 ul li:not(:last-child){
    margin-bottom: 60px;
}
.diet_01 .sec1 .dt_box{
    position: relative;
}
.diet_01 .sec1 .dt_box .per_box{
    position: absolute;
    top: -7%;
    right: -18%;
}
.diet_01 .sec1 .dt_box .per_box img{
    width: 80%;
}
.diet_01 .sec1 .dt_box .dt_name{
    padding: 30px;
}
.diet_01 .sec1 ul li:nth-child(1) .dt_box .dt_name{
    background-color:#2e9200;
}
.diet_01 .sec1 ul li:nth-child(2) .dt_box .dt_name{
    background-color:#180076;
}
.diet_01 .sec1 ul li:nth-child(3) .dt_box .dt_name{
    background-color:#c85f00;
}
.diet_01 .sec1 ul li:nth-child(4) .dt_box .dt_name{
    background-color:#04c5eb;
}
.diet_01 .sec1 .dt_box .dt_name h4 strong{
    color:#963838;
}
.diet_01 .sec1 .dt_box .dt_name h1{
    /*box-shadow: 9px 7px 1px 4px rgba(52, 140, 11, 0.2); */
}
.diet_01 .sec1 .dt_box .ibox{
    background: url(../img/dt_bg.png) center center no-repeat;
    background-size: cover;
    padding: 60px;
    text-align: center;
}
.diet_01 .sec1 .dt_box .ibox h4{
    margin-top: 20px;
}
.diet_01 .sec1 ul li:nth-child(1) .dt_box .ibox .dt_t span{
    color:#bfe8ac;
}
.diet_01 .sec1 ul li:nth-child(2) .dt_box .ibox .dt_t span{
    color:#dad1fe;
}
.diet_01 .sec1 ul li:nth-child(3) .dt_box .ibox .dt_t span{
    color:#ffbe84;
}

@media (max-width:768px) {
    .diet_01 .sec1 .dt_box .ibox{
        padding: 30px;
    }
    .diet_01 .sec1 .dt_box .per_box {
        top: 8%;
        right: 0%;
        width: 32%;
    }
    .diet_01 .sec1 .dt_box .per_box img{
        width: 100%;
    }
}

/*m_list*/
.m_list ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: url(../img/check_rd.png) left 10px no-repeat;
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
    word-break: keep-all;
    padding-bottom: 15px;
    padding-top: 5px;
    margin-top: 10px;
    padding-left: 40px;
}
.m_list ul li:last-child {
    border-bottom: 0px;
}

@media (max-width:768px){
    .m_list ul li {
		font-size: 15px;
		background-size: 15px;
		padding-left: 20px;
		background-position: left 5px;
		word-break: keep-all;
		padding-bottom: 10px;
		padding-top: 2px;
		margin-top: 8px;
	}
    .m_list >div:first-child ul li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}

/*dt_top*/
.dt_top .item {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    position: relative;
    margin-bottom: 20px;
}
.dt_top .item .num {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px;
    background-color: rgba(29, 32, 136, 0.7);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.dt_top .txt {
    padding: 15px;
}
@media (min-width:769px) {
    .dt_top .txt {
        min-height: 200px;
    }
}
@media (max-width:768px) {
    .dt_top > li:not(:last-child) {
        margin-bottom: 15px;
    }
}

.gr_box{
    background-color: #f7f7f7;
    padding: 30px;
}

/*car_01*/
.car_01 .sec1{
    background: url(../img/car_bg.png) center center no-repeat;
    background-size: cover;
}
.car_01 .sec3{
    background-color: #faf9f4;
}
.car_01 .sec3 .ibox{
    border: 3px solid #000;
}
.car_01 .sec3 .tbox{
    padding-top: 20px;
}
.car_01 .sec3 .tbox h4 span{
    font-size: 18px;
    color:#ffa500;
}

.car_01 .sec4 .gr_box h5 span{
    background-color: #1d2088;
    padding: 1px;
    color: #fff;
}
@media (max-width:768px) {
    .car_01 .sec3 .step_box{
        margin-bottom: 20px;
    }
}
/*disk_01*/
.disk_01 .arm_box{
    background: url(../img/arm_bg.png) center center no-repeat;
    background-size: cover;
    padding: 60px;
}
.disk_01 .arm_box h4{
    background-color: #1d2088;
    padding: 5px;
    display: inline-block;
}
.disk_01 .sec2{
    background-color: #f7f7f7;
}

.disk_01 .sec3 {
    position: relative;
    
}
.disk_01 .sec3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 65%;
    background-color: #f49e00;
    z-index: -1;  
}
.disk_01 .sec3 h5 strong{
    display: block;
}
.disk_01 .sec3 ul li{
    margin: 15px 0;
}
.disk_01 .sec3 .w_box{
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}
.disk_01 .wai_box{
    background: url(../img/wai_bg.png) center center no-repeat;
    background-size: cover;
    padding: 60px;
}
.disk_01 .wai_box h4{
    background-color: #f49e00;
    padding: 5px;
    display: inline-block;
}
.disk_01 .sec6{
    background-color: #f7f7f7;
}
.disk_01 .sec6 img{
    border: 4px solid #7173b4;
    border-radius: 30px;
    padding: 30px 12px;
    background-color: #fff;
}
@media (max-width:768px) {
    .disk_01 .arm_box{
        padding: 20px;
    }
    .disk_01 .wai_box{
        padding: 20px;
    }
    .disk_01 .sec3 ul li{
        margin: 5px 0;
    }
    .disk_01 .sec3:after {
        height: 80%; 
    }
    .disk_01 .sec6 img{
        border: 3px solid #7173b4;
        border-radius: 20px;
        padding: 20px 12px;
    }
}

/*women_01*/
.women_01 .sec1 .wom_box h4{
    color:#00488e;
}
.women_01 .sec1 .wom_box .ibox{
    text-align: center;
}
.women_01 .sec1 .wom_box .tbox{
    text-align: center;
}
.women_01 .sec1 .gr_box strong{
    color:#00488e;
}
.women_01 .sec2{
    background-color: #f7f7f7;
}
.women_01 .sec2 .c_wrp .lt{
    width: 30%;
    padding: 40px;
}
.women_01 .sec2 .c_wrp .rt{
    padding: 40px;
    border: 1px solid #ddd;
}
.women_01 .sec2 .wom_pro li:not(:last-child){
    margin-bottom: 20px;
}
.women_01 .sec2 .wom_pro li:nth-child(1) .c_wrp .lt{
    background-color: #dc3b00;
}
.women_01 .sec2 .wom_pro li:nth-child(2) .c_wrp .lt{
    background-color: #15164e;
}
.women_01 .sec2 .wom_pro li:nth-child(3) .c_wrp .lt{
    background-color: #db3120;
}
.women_01 .sec3{
    background: url(../img/wom1_bg.png) center center no-repeat;
    background-size: cover;
}
.women_01 .sec3 .wom_spe li:not(:last-child){
    margin-bottom: 40px;
}
.women_01 .sec3 .wom_spe h2{
    position: relative;
    padding-left: 15px;
    color:#8ccff2;
}
.women_01 .sec3 .wom_spe h2:after{
    position: absolute;
    content: "";
    width: 7px;
    height: 70%;
    top: 20%;
    left: 0;
    background-color: #8ccff2;
}
.women_01 .sec4 .m_list ul li {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width:768px) {
    .women_01 .sec1 .wom_box .ibox{
        width: 40%;
    }
    .women_01 .sec1 .wom_box .tbox{
        text-align: left;
        padding: 20px;
    }
    .women_01 .sec2 .c_wrp .lt{
        padding: 10px;
    }
    .women_01 .sec2 .c_wrp .rt{
        padding: 20px;
    }
}