.mobile_phone{
    background-color: #fff;
    display: none;
}
.mobile_phone_center{
    display: flex;
    flex-direction: column;
}
.mbphone_tab{
    display: flex;
    align-items: center;
    font-size: 17px;
}
.mbphone_tab p{
    color: #7f7f7f;
    cursor: pointer;
}
.mbphone_tab .guonei{
    margin-right: 36px;
}
.mbphone_tab .country_active{
    color: #000;
}
.guoneibox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.guoneibox_item{
    margin-bottom: 20px;
    width: 100%;
    margin-top: 30px;
}
.guoneibox_item p{
    font-size: 16px;
    color: #757575;
    margin-top: 10px;
}
.guojibox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    display: none;
}
.guojibox_item{
    margin-bottom: 20px;
    width: 100%;
    margin-top: 30px;
}
.guojibox_item p{
    font-size: 16px;
    color: #757575;
    margin-top: 10px;
}
.guoneibox_item .items_i{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #007b7b;
    padding-bottom: 15px;
    border-bottom: 1px solid #007b7b;
}
.guojibox_item .items_i{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #007b7b;
    padding-bottom: 15px;
    border-bottom: 1px solid #007b7b;
}
@media (max-width: 767px){
    .about-top-title , .about-marketing , .about-other{
        display: none;
    }
    .mobile_phone{
        display: block;
    }
    .marketing-page{
        background-color: #fff;
    }
}<!--ºÄÊ±1756535520.523Ãë-->