.er_row {
    padding: 7.8vw 0;
    border-bottom: 1px solid #E6E6E6;
}
.er_title_zh {
    font-weight: bold;
    font-size: 2.5vw;
    color: #1A1A1A;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
}
.er_title_en {
    margin-top: 0.625vw;
    font-weight: 400;
    font-size: 0.9376vw;
    color: #666;
    text-align: center;
    line-height: 1;
}
.er_description {
    width: 46.875vw;
    margin: 1.875vw auto 0;
    font-weight: 400;
    font-size: 0.9376vw;
    color: #666666;
    text-align: center;
    line-height: 1.5;
}
.er_image {
    margin-top: 4.2vw;
}
.er_image img {
    display: block;
    width: 100%;
    height: auto;
}
.er_swiper {
    width: 75vw;
    height: auto;
    margin: 0 auto;
    padding: 4.2vw 0;
    overflow: hidden;
    position: relative;
}
.er_swiper .swiper-slide {
    width: 36.875vw;
    height: 19.53125vw;
    border-radius: 1.04vw;
}
.er_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #FFE21D;
    border-radius: 1.04vw;
    box-sizing: border-box;
}
.er_operate {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.er_operate .swiper-button-prev,.er_operate .swiper-button-next {
    width: 2.0833vw;
    height: 2.0833vw;
    background-color: #009BA4;
    border-radius: 50%;
    position: unset;
    margin-top: 0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.52083vw 0.9375vw;
}
.er_operate .swiper-button-prev {
    background-image: url('/skin/images/icon/icon-left.png');
}
.er_operate .swiper-button-next {
    background-image: url('/skin/images/icon/icon-right.png');
}
.er_operate .swiper-pagination {
    margin: 0 20px;
    position: unset;
}
.er_operate .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    cursor: pointer;
}
.er_operate .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    background-color: #009BA4;
    border-radius: 4px;
}
.er_bot_title {
    font-size: 1.25vw;
}
.er_bot_more {
    padding-right: 1.3542vw;
    background: url('/skin/images/icon/icon-right-line2.png') center right no-repeat;
    background-size: 0.8333vw 0.8333vw;
}
.er_solute_more {
    width: 12.5vw;
    height: 2.8125vw;
    margin: 0 auto;
    padding: 0 1.0417vw;
    background-color: #FFF;
    border-radius: 1.40625vw;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.er_solute_more_text {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #4D4D4D;
    line-height: 2.8125vw;
}
.er_solute_more_icon {
    width: 1.875vw;
    height: 1.875vw;
    background-color: #CBCBCB;
    background-image: url('/skin/images/icon/icon-right-line.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.8333vw 0.8333vw;
    border-radius: 50%;
}
.er_solute_more:hover {
    background-color: #009BA4 !important;
    border-color: #009BA4 !important;
}
.er_solute_more:hover .er_solute_more_text {
    color: #FFF !important;
}
.er_solute_more:hover .er_solute_more_icon {
    background-color: #FFF !important;
    background-image: url('/skin/images/icon/icon-right-line1.png');
}
.er_file {
    padding-top: 2vw;
    display: flex;
    flex-direction: row;
}
.er_tab_list {
    margin-top: 3.125vw;
    display: flex;
    flex-direction: column;
}
.er_tab_item {
    padding: 1vw;
    font-weight: 400;
    font-size: 1vw;
    color: #666666;
    line-height: 1;
    cursor: pointer;
}
.er_tab_item.active {
    font-weight: 600;
    color: #009FA8;
}
.er_search_box {
    height: 2.5vw;
    padding: 0.25vw;
    background: #F2F2F2;
    border-radius: 1.25vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.er_search_box input {
    flex: 1;
    height: 2vw;
    padding-left: 1.25vw;
    padding-right: 1.5vw;
    background-color: transparent;
    font-size: 0.9375vw;
    color: #333;
}
.er_search_box_reset {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.5vw;
    background-color: transparent;
    background-image: url('/skin/images/icon/icon-close1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.8333vw 0.8333vw;
    border: none;
    cursor: pointer;
}
.er_search_box_reset:hover {
    background-image: url('/skin/images/icon/icon-close2.png');
}
.er_search_box_btn {
    width: 4vw;
    height: 2vw;
    background: #CBCBCB;
    border-radius: 1vw;
    font-size: 0.9375vw;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
}
.er_search_box_btn:hover {
    background: #009BA4 !important;
}
.er_btn_box {
    width: 10.625vw;
    height: 2.1875vw;
    padding: 0 1vw;
    border-radius: 1.09375vw;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.er_btn_box_icon {
    width: 0.625vw;
    height: 0.9375vw;
    background-image: url('/skin/images/icon/icon-download.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.625vw 0.9375vw;
}
.er_btn_box_text {
    font-weight: 400;
    font-size: 0.8333vw;
    color: #009FA8;
    line-height: 2.1875vw;
}
.er_btn_box:hover {
    background-color: #009BA4;
    border-color: #009BA4;
}
.er_btn_box:hover .er_btn_box_icon {
    background-image: url('/skin/images/icon/icon-download1.png');
}
.er_btn_box:hover .er_btn_box_text {
    color: #FFF;
}
.er_btn_tip {
    margin-top: 7px;
    font-weight: 400;
    font-size: 0.73vw;
    color: #666666;
    line-height: 1;
}
.er_table {
    margin-top: 1vw;
}
.er_thead_tr, .er_tbody_tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.er_thead_item, .er_tbody_item {
    padding: 0.52vw 0;
    font-size: 0.8333vw;
    color: #333333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.er_thead_item {
    font-size: 0.9375vw !important;
    border-bottom: 1px solid #E6E6E6;
}
.er_tbody_item:first-child {
    text-align: left !important;
}
.er_tbody_item:last-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.er_tbody_item .review {
    padding-left: 1.25vw;margin: 0;background: url('/skin/images/search/icon-eye.png') left center no-repeat;background-size: 0.8854vw 0.5729vw;font-size: 0.7292vw;color: #1D6EFF;cursor: pointer;
}
.er_tbody_item .download {
    padding-left: 1.09375vw;margin: 0 0 0 1.04167vw;background: url('/skin/images/search/icon-download.png') left center no-repeat;background-size: 0.7292vw 0.7292vw;font-size: 0.7292vw;color: #1D6EFF;cursor: pointer;
}

/* bootstrap的分页css */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 20px;
    border-radius: 4px
}

.pagination .H, .pagination .L {
    color: transparent !important;
    background-image: url('/skin/images/icon/icon-page-last.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.8333vw 0.8333vw;
}
.pagination .P, .pagination .N {
    color: transparent !important;
    background-image: url('/skin/images/icon/icon-page-next.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.46875vw 0.8333vw;
}
.pagination .H, .pagination .P {
    transform: scaleX(-1);
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    width: 1.875vw;
    height: 1.875vw;
    margin: 0 0.8vw;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    font-size: 0.8333vw;
    color: #1A1A1A;
    text-align: center;
    line-height: 1.875vw;
    text-decoration: none;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    font-size: 1.25vw;
    margin-left: 0 !important;
    /*border-top-left-radius: 4px;*/
    /*border-bottom-left-radius: 4px*/
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    font-size: 1.25vw;
    /*border-top-right-radius: 4px;*/
    /*border-bottom-right-radius: 4px*/
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #009FA8;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #009FA8;
    border-color: #428bca
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}