.gradings_wrapper{
    margin-top: 10px;
}
.gradings_btnGroup_wrap{
    position: relative;
    background: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(242,242,242,1);
}
.gradings_tabs_btnGroup{
    font-size: 0;
}
.gradings_tabs_btn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
    margin-right: 4%;
    margin-left: 4%;
    font-size:0.15rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:21px;
    color:rgba(38,38,38,1);
}
.no_padding .gradings_tabs_btn{
    padding: 15px 0 1px;
}
a.gradings_tabs_btn:hover{
    color:rgba(38,38,38,1);
}
a.gradings_tabs_btn.active:hover{
    color:#2484FE;
}
.gradings_tabs_btn.active{
    color:#2484FE;
}
.gradings_tabs_btn.active::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #2484FE;
}
.gradings_tabs_btnGroup .gradings_tabs_btn:last-child{
    margin-right: 0;
}
.go_trains{
    position: absolute;
    display: block;
    width:74px;
    height:30px;
    background:rgba(40,178,139,1);
    border-radius:4px;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    text-align: center;
    line-height:30px;
    color:rgba(255,255,255,1);
    right: 15px;
    top: 50%;
    margin-top: -15px;
}
.tabs_content{
    display: none;
}
.tabs_content.active{
    display: block;
}
.grading_rule{
    margin-bottom: 10px;
    background: #fff;
    padding: 0 15px;
}
.grading_rule_btn{
    padding: 15px 0;
    line-height:20px;
}
.grading_rule_name{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(38,38,38,1);
}
.rotate_90>i{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}
.grading_rule_detail{
    display: none;
}
.grading_rule_detail.active{
    display: block;
}
.sign_row{
    display: block;
    font-size: 0;
    background:rgba(40,178,139,1);
    padding: 15px 15px;
}
.left_text{
    font-size:0.16rem;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-family:Source Han Sans SC;
    font-weight:bold;
    line-height:22px;
    color:rgba(239,252,248,1);
}
.middle_text{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:21px;
    margin-top: 7px;
    color:rgba(249,251,252,0.78);
}
.right_icon{
    width: 20px;
    height: 20px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 26px;
    background-repeat: no-repeat;
    background-position: -634px -3px;
}
.grading_list_wrapeprs{
    padding: 0 15px;
    background: #fff;
}
.g_l_t{
    line-height: 22px;
    padding-top: 16px;
    font-size: 0;
}
.g_l_t_l{
    font-size:0.16rem;
    width: 129px;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:22px;
    color:rgba(40,178,139,1);
}
.g_l_t_r{
    width: -webkit-calc(100% - 129px);
    width: calc(100% - 129px);
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:21px;
    color:rgba(4,13,46,0.43);
}
.g_l_s_w{
    margin-top: 16px;
    position: relative;
    padding-bottom: 4px;
}
input[type="text"].g_l_s_i,
input[type="tel"].g_l_s_i,
input[type="search"].g_l_s_i{
    box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
    height:32px;
    background:rgba(236,241,240,1);
    border-radius:4px;
    border: none;
    margin-bottom: 0 !important;
}
.g_l_s_icon{
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px;
}
.g_l_w .g_l_item:last-child{
    border-bottom: none;
}
.g_l_item{
    display: block;
    font-size: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(112,112,112,0.15);
}
.g_l_item_r_icon{
    width: 20px;
    height: 20px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 26px;
    background-repeat: no-repeat;
    background-position: -656px -3px;
}
.g_l_item_l{
    margin-right: 10px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.g_l_item_l_t1{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:rgba(7,36,71,1);
}
.g_l_item_l_t2{
    font-size:0.14rem;
    margin-top: 10px;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:rgba(7,36,71,0.45);
}
.player-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.player-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tabs_contentNew{
    padding: 0 15px;
}