html, body {
    -webkit-text-size-adjust: 100%!important;
    text-size-adjust: 100%!important;
}
*{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
a{
    text-decoration: none;
    list-style: none;
    width: 100%;
    height: 100%;
    display:flex;
    align-items: center;
}
.content{
    width: 10.938rem;
    margin: 0 auto;
    display: flex;
}
.content_left{
    width: 2.273rem;
    height: 2.156rem;
    background: linear-gradient(0deg, #D1C84D 0%, #3FA87B 100%);
    position: relative;
}
.content_left_box1{
    width: 100%;
    position: absolute;
    left: 0.148rem;
    top: 0.094rem;
    background: #F6F6F6;
    padding: 0.078rem 0 0.047rem 0;
}
.content_left_box1_item{
    width: 1.961rem;
    margin: 0 auto;
    height: 0.547rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 0.016rem solid #CFCFCF;
    padding: 0 0.086rem;
}
.content_left_box1_item_text{
    font-weight: 400;
    font-size: 0.156rem;
    color: #333333;
}
.content_left_box1_item:hover .content_left_box1_item_text{
    color: #209A43;
}
.content_left_box1_item_text_active{
    color: #209A43;
}
.content_left_box1_item_icon{
    width: 0;
    height: 0;
    border-top: 0.039rem solid transparent;
    border-left: 0.070rem solid #AEAEAE;
    border-bottom: 0.047rem solid transparent;
}
.content_left_box1_item:hover .content_left_box1_item_icon{
    border-left-color:  #209A43;
}
.content_left_box1_item_icon_active{
    border-left-color:  #209A43;
}
.content_left_box1_item:last-child{
    border-bottom: none;
}
.content_left_box1_bottom{
    width: 100%;
    height: 0.961rem;
    box-sizing: border-box;
    border-bottom: 0.023rem solid #209A43;
}
.content_right{
    flex: 1;
    padding-left: 0.422rem;
    box-sizing: border-box;
}
.content_right_title{
    font-weight: 400;
    font-size: 0.250rem;
    color: #333333;
}
.page{
    width:100%;
    margin:0.164rem auto 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}
.wap_page{
    width:100%;
    margin:0.164rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.page .el-pagination{
    display: flex;
    align-items: center;
}
.page .el-pager li{
    min-width: 0.273rem;
    width: 0.273rem;
    height: 0.273rem;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
    line-height: 0.273rem;
    text-align: center;
}
.page .el-pager li.active{
    background: #209A43!important;
    color: #FFFFFF!important;
}
.page .el-pager li{
    background: none!important;
}
.page .el-pagination .btn-next, .el-pagination .btn-prev{
    background: none!important;
}
.wap_page .el-pager li{
    background: none!important;
}
.wap_page .el-pagination .btn-next, .el-pagination .btn-prev{
    background: none!important;
}
.page_total{
    width: 2.344rem;
    font-weight: 400;
    font-size: 0.125rem;
    color: #666666;
    padding-left: 0.266rem;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 0.047rem;
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0.039rem;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
::-webkit-scrollbar-track {
    background: transparent;
}
.captcha-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
.captcha-mask-active{
    opacity: 1;
    visibility: visible;
}
.captcha-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}
.wap_swiper_left_icon{
    color: #FFFFFF;
    font-size: 0.109rem;
}
table{
    max-width: 100%;
    margin: 0 auto;
    transform: scale(0.9);
}
tbody{
    max-width: 100%;
}
tr{
    max-width: 100%;
}
.next_page{
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
