.step-text-title-english {
    font-family: "Helvetica";
    font-size: 0.45rem;
    line-height: 0.72rem;
    letter-spacing: 0.225rem;
    color: #B38D70;
}

.step-text-title-chs {
    font-size: 0.30rem;
    line-height: 0.60rem;
    letter-spacing: 0.18rem;
    color: #4C4948;
}

.centerCon {
    width: 100%;
    height: 100%;
    padding: 70px 0;
    padding-top:0px;
}
.centerCon h2{
    text-align: center;
    color: #b79172;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 10px;
    line-height: 60px;
}
.centerCon h2 span{
    color: #4c4948;
    font-size: 35px;
}

.store-title {
    font-size: 35px;
    line-height: 70px;
    letter-spacing: 21px;
    color: #4C4948;
    padding: 1rem 0px;
    text-align: center;
}
.store-title .step-text-title-english {
    font-size: 0.45rem;
    font-family: "Helvetica Light";
}

.store-title .step-text-title-chs {
    font-size: 0.35rem;
    line-height: 0.70rem;
}


.centerCon .cont{
    background: #fff;
    width: 14.08rem;
    overflow: auto;
    margin: 0 auto;
    /*margin-top: 40px;
    padding: 60px 0;*/
}
.centerCon .width1000 {
    /*width: 1040px;*/
    margin: 0 auto;
}
.orderTabs{
    border-bottom: #e1e1e1 solid 1px;
    text-align: center;
    position: relative;
}
.orderTabs a{
    display: inline-block;
    letter-spacing: 0.09rem;
    font-size: 0.3rem;
    box-sizing: border-box;
    margin: 0 0.95rem;
    cursor: pointer;
    line-height:0.8rem;
}
.orderTabs a.active{
    color: #b38d70;
    border-bottom: #4c4948 solid 1px;
}
.tabContainer{
    width: 12.30rem;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 0.6rem;
    padding: 1.2rem 0;
    letter-spacing : 0.06rem;
    display: none;
    color : #4C4948;
}
.tabContainer.active{
    display: block;
}
.size20{
    font-size: 0.3rem;
    line-height: 0.7rem;
    letter-spacing : 0.09rem;
    color : #4C4948;
}
.secv{
    font-size: 0.3rem;
    line-height: 2em;
    color: #b38d70;
    letter-spacing : 0.06rem;
    margin-top:0.5rem;
}
.rdc{
    font-size: 0.2rem;
    color : #4C4948;
    line-height: 2em;
    letter-spacing : 0.06rem;
}
@media screen and (max-width: 750px){
    .store-title{
        padding-top:0.7rem;
        padding-bottom:0.7rem;
    }
    .store-title .step-text-title-english{
        font-size:0.35rem;
    }
    .store-title .step-text-title-chs{
        font-size: 0.30rem;
    }
    .centerCon .cont{width:6.2rem;}

    .orderTabs a{
        font-size:0.25rem;letter-spacing:0.05rem;margin: 0 0.5rem;
    }
    .tabContainer{width:6.2rem;padding:0.6rem 0;line-height: 2.25;text-align:justify;}
    .tabContainer p{font-size:0.2rem;letter-spacing:0.03rem;line-height: 2.25;text-align:justify;color: #4C4948;}
    
    .tabContainer .secv{margin-top:0.6rem;font-size:0.2rem;line-height: 2.25;text-align:justify;}
    .tabContainer .secv:first-child{margin-top:0;}


}
@media screen and (max-width: 1200px) and (min-width: 768px){

}