.detail-a-r,.detail-a-l{
    flex: 1;
}
.detail-b .p-e-tab-box-inner{
    min-width: 23%;
    box-sizing: border-box;
    margin:0;
    margin:10px 2% 10px 0;
}
.detail-a-r .tab span{display: inline-block;
    padding:10px 20px;
    cursor: pointer;
}
.detail-a-r .tab span.active{
    background: #36B37E !important;
 color: #fff;
 border-radius: 20px;
}
.detail-b-l-title{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.detail-b .wrapper{
    padding:50px 0 ;
}
.detail-b-green *{
    
    color: #fff;
}
.green-dl{
    text-align: center;
}
.green-dl img{
    width: 50px;
}
.green-dl dl{
    margin:0 10px;
    flex: 1;
}
.green-dd-1{
    font-size: 50px;
    margin:30px 0;
}
.green-dd-2{
    text-align: left;
}