@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "PingFang SC, Lantinghei SC, Microsoft YaHei, HanHei SC, Helvetica Neue, Open Sans, Hiragino Sans GB, 微软雅黑, STHeiti, WenQuanYi Micro Hei, Arial, SimSun, sans-serif" !important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

ul,
ol,
li {
    list-style: none;
    font-family: 'Microsoft YaHei';
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    background-color: #fff;
    border: none;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

a {
    text-decoration: none !important;
    color: black;
    display: block;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
    *font-size: 100%;
}

ol,
ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/**Common Css**/
.fr {
    float: right;
    *display: inline;
}

.fl {
    float: left;
    *display: inline;
}

/*文本超出显示省略号*/
.ehn,
.otw,
.tow,
.one
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
}

/*清除浮动*/
.clearfix {
    clear: both;
    *zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0;
}

.flex-row {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.two-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    text-align: justify;

}
.three-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    text-align: justify;

}
.transition-image{
    overflow: hidden;
    border-radius: 50%;
}
.transition-image-1{
    display: block;
    overflow: hidden;
    border-radius: 16px;
}
.transition-image img,.transition-image-1 img {
	transition: all .5s ease;
}

.transition-image:hover img , .transition-image-1:hover img{
	transform: scale(1.25);
}
@media (max-width : 1920px) and (min-width : 1681px) {
    .main {
        flex: 1;
    }
}

@media (max-width : 1680px) and (min-width : 1281px) {
    .main-content {
        width: 1033px !important;
    }

    .main-page {
        width: 1033px !important;
    }
    .font-16 {
		font-size: 14px !important;
	}

	.font-18 {
		font-size: 16px !important;
	}

	.font-20 {
		font-size: 18px !important;
	}

	.font-22 {
		font-size: 20px !important;
	}

	.font-24 {
		font-size: 22px !important;
	}

	.font-26 {
		font-size: 24px !important;
	}

	.font-28 {
		font-size: 26px !important;
	}

	.font-30 {
		font-size: 28px !important;
	}

	.font-32 {
		font-size: 28px !important;
	}

	.font-34 {
		font-size: 30px !important;
	}

	.font-36 {
		font-size: 32px !important;
	}

	.font-38 {
		font-size: 34px !important;
	}

	.font-40 {
		font-size: 36px !important;
	}

	.font-48 {
		font-size: 42px !important;
	}

}
    
@media (max-width : 1280px) {
    
    .ad_1,
    .ad_3 {
        display: none  !important;
    }
}
body{
    overflow-x: hidden;
    overflow-y: auto;
}
.main {
    max-width: 1920px;
    min-width: 1280px;

    /* overflow-x: hidden; */
    /* overflow-y: hidden; */

    justify-content: center;
    flex-wrap: nowrap;
    margin: auto;
    /* height: calc(100vh - 72px); */
}

body::-webkit-scrollbar {
    /* display: none; */
}

.main::-webkit-scrollbar {
    width: 4px;
}

.main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: #f5f5f5;
}

.main::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f5f5f5;
}
.main::-webkit-scrollbar-track-piece{
    background-color: #fff;
}
.main::-webkit-scrollbar {
    /* position: relative !important; */
    /* z-index: 100000 !important; */
    /* width: 10px !important; */
    /* background-color: red; */
}

.main-content {
    width: 1280px;
}

.main-page {
    width: 1280px;
    background-color: #fff;
    padding: 0 32px;

}
@media (min-width : 2560px) {
    .ad_1,
    .ad_3 {
        width: 866px !important;
    }
}

@media (max-width : 2560px) and (min-width : 1921px) {
    .ad_1,
    .ad_3 {
        width: 866px !important;
    }
}
.ad_1{
    margin-right: -2px;
}
.ad_3{
    margin-left: -2px;
}
.ad_1,
.ad_3 {
    position: sticky;
    top: 0;
    width: 585px;
    display: block;
}

.ad_2 {
    width: 100%;
    max-height: 260px;
    display: block;

}

.font-12 {
	font-size: 12px;
	transition: .3s ease;
}

.font-14 {
	font-size: 14px;
	transition: .3s ease;
}

.font-16 {
	font-size: 16px;
	transition: .3s ease;
}

.font-18 {
	font-size: 18px;
	transition: .3s ease;
}

.font-20 {
	font-size: 20px;
	transition: .3s ease;
}

.font-22 {
	font-size: 22px;
	transition: .3s ease;
}

.font-24 {
	font-size: 24px;
	transition: .3s ease;
}

.font-26 {
	font-size: 26px;
	transition: .3s ease;
}

.font-28 {
	font-size: 28px;
	transition: .3s ease;
}

.font-30 {
	font-size: 30px;
	transition: .3s ease;
}

.font-32 {
	font-size: 32px;
	transition: .3s ease;
}

.font-34 {
	font-size: 34px;
	transition: .3s ease;
}

.font-36 {
	font-size: 36px;
	transition: .3s ease;
}

.font-38 {
	font-size: 38px;
	transition: .3s ease;
}

.font-40 {
	font-size: 40px;
	transition: .3s ease;
}

.font-42 {
	font-size: 40px;
	transition: .3s ease;
}

.font-48 {
	font-size: 48px;
	transition: .3s ease;
}
/* 没有数据 */
.no-more{
    margin-top: 62px;
}
.no-more-img{
    width: 320px;
    height: 228px;
    display: block;
    margin: auto;

}
.no-more-txt{
    text-align: center;
    color: #292638;
    margin-top: 16px;
}
/* 网络请求失败 */
.no-network{
    margin-top: 88px;
    margin-bottom: 100px;

}
.no-network-img{
    width: 208px;
    height: 132px;
    display: block;
    margin: auto;

}
.no-network-txt{
    text-align: center;
    color: #292638;
    margin-top: 59px;
}
.no-network-btn{
    cursor: pointer;
    margin: auto;
    margin-top: 16px;
    width: 96px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #292638;
    text-align: center;
    line-height: 30px;
}
/* 404 */
.not-error{
    margin-top: 88px;
    margin-bottom: 100px;
}
.not-error-img{
    width: 282px;
    height: 184px;
    display: block;
    margin: auto;

}
.not-error-txt{
    text-align: center;
    color: #292638;
    margin-top: 28px;
}
.not-error-btn{
    cursor: pointer;
    margin: auto;
    margin-top: 16px;
    width: 96px;
    height: 32px;
    background: #5E3FF8;
    border-radius: 4px;
    border: 1px solid #979797;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.not-error-btn a{
    color:#fff;
}
.go-top{
    position: fixed;
    right: 100px;
    bottom: 100px;
    width: 44px;
    height: 44px;
    z-index: 100;
    display: none;
    cursor: pointer;
}

.right_ad_box{
    position: sticky;
    top: 104px;
}

.disabled{
    cursor: not-allowed !important;
}
.disabled:hover{
    color: #999 !important;
}