@charset "utf-8";
/* 字体 */

@font-face {
    font-family: 'Alibaba_45';
    src: url(../fonts/Alibaba_45.woff2) format("woff2");
    font-variation-settings: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Alibaba_55';
    src: url(../fonts/Alibaba_55.woff2) format("woff2");
    font-variation-settings: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Alibaba';
    font-weight: bold;
    src: url(../fonts/Alibaba.woff2) format("woff2");
    font-variation-settings: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSansSCRegular';
    src: url(../fonts/SourceHanSansSC-Regular.woff2) format("woff2");
    font-variation-settings: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSansSCBold';
    font-weight: bold;
    src: url(../fonts/SourceHanSansSC-Bold.woff2) format("woff2");
    font-variation-settings: normal;
    font-display: swap;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
html {
	display: block;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-text-size-adjust:none;
	font-family:"SourceHanSansSCRegular", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", Arial, sans-serif !important;
}

/* 滚动条 */
html {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.global-scrollbar-thumb {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2147483647;
    width: 0.05rem;
    min-width: 0.02rem;
    min-height: 0.3rem;
    border-radius: 0.2rem;
    background: #eb6100;
    cursor: grab;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    user-select: none;
    will-change: height, transform;
    transition: opacity 0.25s ease;
}
.global-scrollbar-thumb.is-visible {
    opacity: 1;
    pointer-events: auto;
}
.global-scrollbar-thumb.is-dragging {
    cursor: grabbing;
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 768px) {
    .global-scrollbar-thumb {
        display: none;
    }
}
/*
--------------------------
A标签 配置
--------------------------
*/
a{
	text-decoration:none;
	outline:none;
	display: block;
}
a:focus{
	outline: none;
}

/*
--------------------------
Body 配置
--------------------------
*/
body{
	min-width: auto;
    margin: 0 auto;
}
body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,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,
blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select
{ 	
	margin:0; 
	padding:0;	
}
ol,ul,li{ 	
	list-style:none;		
}
i{
	font-style: normal;
}
em, cite, address, i {
    font-weight: normal;
    font-style: normal;
}
img{
	border: 0;
	max-width: 100%;
	display: block;
}

/*
--------------------------
表单控件设置
--------------------------
*/
table{	
	border-collapse: collapse; 
	width: 100%;	 
}
input[type='reset'],input[type='button'],input[type='submit'],input[type='radio']{	
	cursor: pointer; 
	outline: none;	 
	-webkit-appearance: none;
}
input[type='checkbox'],input[type='radio']{
	position: relative;
	vertical-align: middle;
	-webkit-appearance: none;
}
input{
	border: 0;
	display: block;
}
textarea,input {
	display: block;
	padding: 0;
	color: #666;
	outline: none;
	-webkit-appearance: none;
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", Arial, sans-serif !important;
}
textarea{
	border: 0;
}

/* Lenis 1.0.25 配套样式 */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}
