
/*partner */
div.section{
    background-image: url(../img/service.jpg);
    background-position: center;
}

/*b2c*/
div.b2cWrap ul{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
div.b2cWrap ul li{
    float: left;
    width: 30%;
    padding: 10px 0px;
    text-align: center;
}
div.b2cWrap ul li.icon{
    position: relative;
    float: left;
    width: 5%;
}
div.b2cWrap ul li.icon img{
    width: 100%;
    margin-top: 30px;
}

div.b2cWrap ul li img{
    width: 70%
}
div.b2cWrap ul li>div{
    display: none;
    font-size: 14px;
    color: #333;
}
div.b2cWrap ul li span{
    display: block;
    font-size: 15px;
    color: #333;
}
/*b2b*/
div.b2bM{
    text-align: center;
    color: #666;
}

div.b2bM>img{
    width: 40%;    
}
div.b2bM h4{
    padding: 20px 0px;
    color: #333;
}
div.b2bM span{
    display: block;
    padding: 30px 0px;
    transform: rotate(90deg);
}
div.b2bM>ul{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
div.b2bM>ul>li{
    float: left;
    width: calc(50% - 10px);
    margin-left: 10px;
    text-align: center;
}
div.b2bM>ul>li img{
    text-align: center;
    width: 50%
}
div.b2bM ul>li>ul{
    width: 80%;
    margin: auto;
}
div.b2bM ul>li>ul>li{
    text-align: left
}
div.b2bW{
    display: none;
}

/*process*/
div.processWrap{
    padding-bottom: 70px;
}
div.processWrap>h4{
    padding: 30px 0 20px 0px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
div.processWrap ol{
    padding: 0px 15px;
}
div.processWrap ol li{
    color: #666;
}
div.processWrap ol+ul {
    margin-top: 30px;
    overflow: hidden
}
div.processWrap ol+ul li{
    display: inline-block;
    float: left;
    width: calc(50% - 5px);
    height: 90px;
    margin: 6px 0px;
    text-align: left;
    background: #f4f1ee;
    border-radius: 5px;
}
div.processWrap ol+ul li:first-child{
    background: #ff6120;
}
div.processWrap ol+ul li:nth-child(odd){
    margin-right: 10px;
}
div.processWrap ol+ul li div{
    position: relative;
    width: 100%;
    height: 50px;
}
div.processWrap ol+ul span{
    color: #ff6120;
    text-align: left;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500
}
div.processWrap li:first-child h4{
    margin-top: 20px;
    color: #fff;
}
div.processWrap ol+ul li div h4{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #333;
    font-weight: 500;
}
/*steptxt*/

ol.steptxt li{
    margin-top: 20px; 
    color: #333 !important;
    font-size: 17px;
    font-weight: 500;
}
ol.steptxt li div{
    color: #666;
    font-size: 16px;
}
/*stepW*/
div.stepW{
    display: none;
}
.btn_box{
    padding: 0 0 70px 0;
    text-align: center;
}
.btn_box .btn_medi{
    padding: 15px 0px;
    width: 90%;
    max-width: 300px;
    font-size: 18px;
    font-weight: 600;
    background: #ff6120;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
@media only screen and (min-width: 760px){
    div.b2bM ul>li>ul li{
       text-align: center;
}

}
@media only screen and (min-width: 781px){
    /*b2c*/
    div.b2cWrap ul li{
       padding-bottom: 70px;
    }
    div.b2cWrap ul li img{
        width: 30%;
        text-align: center;
    }
    div.b2cWrap ul li.icon img {
        width: 70%;
        margin-top: 32px;
    }
    div.b2cWrap ul li>div{
        display: block;
        font-size: 16px;
        color: #666;
    }

    div.b2cWrap ul li span{
         padding: 13px 0px;
         font-size: 18px;
         font-weight: 500;
    }
    div.b2cWrap ul li span span{
         display: inline;
        font-size: 18px;
    }
/*b2b*/
    div.b2bM{
        display: none;
    }
    div.b2bW{
        display: block;
    }
    div.b2bW ul{
        overflow: hidden;
    }
    div.b2bW>ul>li{
        float: left;
        width: 30%;
        text-align: center;
        color: #666;
    }
    div.b2bW>ul>li.Wicon{
        float: left;
        width: 5%;
    }
    div.b2bW ul li img{
        width: 30%;
    }
    div.b2bW ul li.center ul li{
        color: #333;

    }
    div.b2bW ul li.center img{
        width: 50%;
    }
    div.b2bW>ul>li.Wicon img{
        width: 100%;
        margin-top: 50px;
    }
    div.b2bW ul h4{
        padding: 10px 0px 40px 0px;
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }
    div.b2bW ul li.center h4{
        padding-top: 40px;
    }
/*process*/  
    div.processWrap>h4{
        padding: 70px 0 50px 0px;
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        color: #333;
    }
    div.processWrap ol li{
        font-size: 17px;
    }
    div.processWrap ol+ul {
        margin-top: 30px;
        overflow: hidden
    }
    div.processWrap ol+ul li:nth-child(odd){
        margin-right: 10px
    }
    div.processWrap ol+ul li{
        display: inline-block;
        float: left;
        width: calc(20% - 20px);
        height: 110px;
        margin: 20px 10px;
        text-align: left;
        background: #f4f1ee;
        border-radius: 5px;
    }
    
    div.processWrap ol+ul li div h4{
        position: absolute;
        width: 100%;
        top: 65%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #333;
        font-weight: 500;
    }
    .steptxt{
        display: none;
    }
    div.stepW{
        display: block;
        margin-top: 70px;
        padding-bottom: 90px;
    }
    div.stepW img{
        width: 100%;
    }
    .btn_box .btn_medi{
        width: 300px;
    }
}