.right_con ul li{
    width: 35rem;
    height: 100%;
    text-align: center;
    margin :2rem;

}
.right_con ul li span{
    display: block;
}

.sdk_li_div{
    margin:1rem;
    width: 33rem;
}
.sdk_a{
    float: left;
    background: #2ecc71;
    width: 8rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 6px;
}
.sdk_a a{
    color: #ffffff;
}
.explain{
    width: 35rem;
    height: 6rem;
}
.explain_div{
    width: 20rem;
    float: left;
}

.explain_span{
    float: left;
}
.table_body tr{
    margin-top: 2rem;
}
table thead tr th {
    min-width: 6rem;
}
@media (max-width: 70rem) {
    .tableSroll{
        overflow-x: scroll;
    }
   
}


.right_con table th {
padding: 20px;
text-align: left;
}
table{
width: 80rem;
overflow: auto;
}
.tbodyTd{
width: 8rem;
height:4rem;
background-color:#ffe500;
line-height: 5rem;
text-align: center;
border-radius: 6px;
}
.tbodyTd a {
color: #333333;
}