@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6{
    display: block;
    font-size: inherit;
    font-weight: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    background-color: transparent;
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*显示类*/
.hide, .hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden !important;
}
.visible {
    visibility: visible !important;
}
.inline {
    display: inline !important;
}


/*位置浮动类*/
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
}
.scroll {
    overflow: auto;
}
/*内联文本类*/
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.nowrap {
    white-space: nowrap;
}
.break-all{
    word-break: break-all;
}
.text-bold{
    font-weight: bold;
}
.hover-transition {
    transition: all 0.35s ease;
}
.z-index-9{
    z-index: 9;
}
textarea, input {
    outline: none;
}
/*@font-face{
    font-family: 'Source Han Sans CN';
    src: url('./font/SourceHanSansCN-Regular.otf');
}*/
body {
    display: block;
    overflow-x: hidden;
    min-height: 100%;
    height: auto !important;
    font: 16px/1 "思源黑体 CN","思源黑体","Microsoft YaHei","微软雅黑";
}
html, body {
    /*页面平滑滚动*/
    scroll-behavior:smooth;
}

/*公共文字大小*/
.title-underline{
    width: 4.65rem;
    height: 0.6rem;
    background: #2F69D4;
    margin-top: 1.9rem;
}
.title-60{
    font-size: 3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2C2C2C;
}
.title-48{
    font-size: 2.4rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.desc-text-36{
    font-size: 1.8rem;
    font-family: Source Han Sans CN;
    color: #666666;
}
.desc-text-30{
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
}
.desc-text-24{
    font-size: 1.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.desc-text-16{
    font-size: 0.8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1rem;
}

/*公共文字颜色*/
.text-blue{
    color: #2F69D4 !important;
}
.text-white{
    color: #FFFFFF !important;
}
.text-black{
    color: #333333 !important;
}
.text-grey{
    color: #666666 !important;
}
.text-grey2{
    color: #999999 !important;
}
/*公共布局样式*/
.flex{
    display: flex !important;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-middle{
    display: flex;
    align-items: center;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.space-between{
    display: flex;
    justify-content: space-between;
}
.col-12{
    width: 100%;
}
.col-8{
    width: 66.6%;
}
.col-6{
    width: 50%;
}
.col-4{
    width: 33.3%;
}
.col-2{
    width: 20%;
}
.padding-l-05{
    padding-left: 0.5rem !important;
}
.padding-l-1{
    padding-left: 1rem !important;
}
.padding-l-15{
    padding-left: 1.5rem !important;
}
.padding-l-2{
    padding-left: 2rem !important;
}
.padding-l-05{
    padding-left: 0.5rem !important;
}
.padding-r-1{
    padding-right: 1rem !important;
}
.padding-r-2{
    padding-right: 2rem !important;
}
.padding-t-05{
    padding-top: 0.5rem !important;
}
.padding-t-1{
    padding-top: 1rem !important;
}
.padding-t-2{
    padding-top: 2rem !important;
}
.padding-t-5{
    padding-top: 5rem !important;
}
.padding-b-05{
    padding-bottom: 0.5rem !important;
}
.padding-b-1{
    padding-bottom: 1rem !important;
}
.padding-b-2{
     padding-bottom: 2rem !important;
}
.margin-t-05{
    margin-top: 0.5rem !important;
}
.margin-t-1{
    margin-top: 1rem !important;
}
.margin-t-15{
    margin-top: 1.5rem !important;
}
.margin-t-2{
    margin-top: 2rem !important;
}
.margin-t-3{
    margin-top: 3rem !important;
}
.margin-t-4{
    margin-top: 4rem !important;
}
.margin-t-5{
    margin-top: 5rem !important;
}
.margin-t-6{
    margin-top: 6rem !important;
}
.margin-t-7{
    margin-top: 7rem !important;
}
.margin-t-8{
    margin-top: 8rem !important;
}
.margin-r-05{
    margin-right: 0.5rem !important;
}
.margin-r-1{
    margin-right: 1rem !important;
}
.margin-r-15{
    margin-right: 1.5rem !important;
}
.margin-r-2{
    margin-right: 2rem !important;
}
.margin-l-05{
    margin-left: 0.5rem !important;
}
.margin-l-1{
    margin-left: 1rem !important;
}
.margin-l-2{
    margin-left: 2rem !important;
}
.margin-b-05{
    margin-bottom: 0.5rem !important;
}
.margin-b-1{
    margin-bottom: 1rem !important;
}
.margin-b-2{
    margin-bottom: 2rem !important;
}
.button{

}
.icon-search{
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    background: url(../images/icon/search_icon.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.icon-select-down {
    width: 0.65rem;
    height: 0.4rem;
    background: url(../images/icon/select_down.png) no-repeat center center;
    background-size: cover;
    opacity: 0.3;
}
.icon-play{
    display: block;
    width: 5.15rem;
    height: 5.15rem;
    background: url(../images/icon/video_play.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.select{
    position: absolute;
    left: 0;
    top: 3rem;
    min-width: 100%;
    z-index: 10;
    background: #ffffff;
    max-height: 15rem;
    overflow-y: auto;
    box-sizing: border-box;
    display: none;
    border-left: 0.05rem solid #C5C5C5;
    border-right: 0.05rem solid #C5C5C5;
    border-bottom: 0.05rem solid #C5C5C5;
}
.select .option{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    color: #090909;
    padding:0 1rem;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 0.05rem solid #C5C5C5;
}
.select .option:last-child{
    border-bottom:0;
}
.select .option.active{
    background: #2F69D4;
    color:#fff;
}
.select .option:hover{
    background: #2F69D4;
    color:#fff;
}




.pagination{
    display: flex;
}
.pagination .total{
    display: none;
}
.pagination li a, .pagination li span{
    display: block;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
    font-family: Avenir-Black;
    color: #090909;
    font-weight: 500;
    line-height: 4.1rem;
    margin-right:0.2rem;
}
.pagination li a:hover{
    width: 4rem;
    height: 4rem;
    background: #2F69D4;
    border-radius: 3rem;
    color:#ffffff !important;
}
.pagination li.active span{
    width: 4rem;
    height: 4rem;
    background: #2F69D4;
    border-radius: 3rem;
    color:#ffffff;
}
.pagination li.prev a, .pagination li.prev span, .pagination li.next a, .pagination li.next span, .pagination li.disabled span{
    width: 9rem;
    height: 4rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #090909;
    line-height: 4.1rem;
}
.pagination li.disabled span{
    color: #AFAFAF;
}



@media screen and (max-width: 768px) {


}