@charset "utf-8";
/*clear-default start*/
*,blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,ul,ol,li,p,pre,th,td,textarea{margin: 0;padding: 0;}
article, aside, audio, bdi, canvas, command, datalist, details, dialog, embed, figcaption, figure, footer, header, keygen, mark, menu, meter, nav, output, progress, rp, rt, ruby, section, source, summary, time, track, video, wbr { display: block; }
/* html,input,button,select,textarea{font-size: 20rem;color:#232323;font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "HarmonyOS Sans SC", "MiSans", system-ui, sans-serif;outline: none;} */
html,input,button,select,textarea{font-size: 20rem;color:#232323;font-family: 'PingFang SC','PingFangSC-Semibold',"microsoft yahei", '微软雅黑', '黑体', '宋体', Tahoma, Helvetica, Arial, sans-serif;outline: none;}
/* font-family: 'PingFang SC','PingFangSC-Semibold',"microsoft yahei", '微软雅黑', '黑体', '宋体', Tahoma, Helvetica, Arial, sans-serif; */
/* font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "HarmonyOS Sans SC", "MiSans", system-ui, sans-serif; */
address,cite,dfn,em,var,i,b,u{font-style:normal;}
input,button,select,textarea{border-radius: 0;}
a,a:active,a:link,a:visited,a:focus,a:hover{text-decoration: none;color:inherit;}
img,a img{border: 0 none;display: block;-webkit-user-select: none;-moz-user-select: none;-o-user-select: none;-ms-user-select: none;user-select: none;}
hr{border:none;border-bottom:1rem solid #666;margin:5rem 0;}
ul,ol,dl,li{list-style: none;}
table{font-size: inherit;border-collapse: collapse;border-spacing: 0;}
textarea{display: block;resize: none;}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
h1,.h1,.f-24{font-size:24rem;font-weight: normal;}
h2,.h2,.f-22{font-size:22rem;font-weight: normal;}
h3,.h3,.f-20{font-size:20rem;font-weight: normal;}
h4,.h4,.f-18{font-size:18rem;font-weight: normal;}
h5,.h5,.f-16{font-size:16rem;font-weight: normal;}
h6,.h6,.f-14{font-size:14rem;font-weight: normal;}
.f100{font-size:100rem!important;}
.f98{font-size:98rem!important;}
.f96{font-size:96rem!important;}
.f94{font-size:94rem!important;}
.f92{font-size:92rem!important;}
.f90{font-size:90rem!important;}
.f88{font-size:88rem!important;}
.f86{font-size:86rem!important;}
.f84{font-size:84rem!important;}
.f82{font-size:82rem!important;}
.f80{font-size:80rem!important;}
.f78{font-size:78rem!important;}
.f76{font-size:76rem!important;}
.f74{font-size:74rem!important;}
.f72{font-size:72rem!important;}
.f70{font-size:70rem!important;}
.f68{font-size:68rem!important;}
.f66{font-size:66rem!important;}
.f64{font-size:64rem!important;}
.f62{font-size:62rem!important;}
.f60{font-size:60rem!important;}
.f58{font-size:58rem!important;}
.f56{font-size:56rem!important;}
.f54{font-size:54rem!important;}
.f52{font-size:52rem!important;}
.f50{font-size:50rem!important;}
.f48{font-size:48rem!important;}
.f46{font-size:46rem!important;}
.f45{font-size:45rem!important;}
.f44{font-size:44rem!important;}
.f42{font-size:42rem!important;}
.f40{font-size:40rem!important;}
.f38{font-size:38rem!important;}
.f36{font-size:36rem!important;}
.f34{font-size:34rem!important;}
.f32{font-size:32rem!important;}
.f30{font-size:30rem!important;}
.f28{font-size:28rem!important;}
.f26{font-size:26rem!important;}
.f25{font-size:25rem!important;}
.f24{font-size:24rem!important;}
.f23{font-size:23rem!important;}
.f22{font-size:22rem!important;}
.f21{font-size:21rem!important;}
.f20{font-size:20rem!important;}
.f19{font-size:19rem!important;}
.f18{font-size:18rem!important;}
.f17{font-size:17rem!important;}
.f16{font-size:16rem!important;}
.f15{font-size:15rem!important;}
.f14{font-size:14rem!important;}
.f13{font-size:13rem!important;}
.f12{font-size:12rem!important;}
.f11{font-size:11rem!important;}
.f10{font-size:10rem!important;}
.f9{font-size:9rem!important;}
q:before,q:after,blockquote:before,blockquote:after{content: "";}
table { border-spacing: 0; border-collapse: collapse; font-size: inherit; }
::-webkit-input-placeholder { color: #808080; }
:-moz-placeholder { color: #808080; }
::-moz-placeholder { color: #808080; }
:-ms-input-placeholder { color: #808080; }
.re{position: relative!important;}
.ab{position: absolute!important;}
.fix{position: fixed!important;}
.none{display: none;}
.block{display: block;}
.inline{display: inline!important;}
.inlb{display: inline-block;}
.m-c{margin:0 auto!important;}
.t-c{text-align:center!important;}
.t-l{text-align:left!important;}
.t-r{text-align:right!important;}
.t-j{text-align: justify!important;}
.pointer{cursor:pointer;}

.sizing {box-sizing: border-box!important;}
.flex {display: flex;flex-direction: row;justify-content: center;align-items: center;}
.flex-column {flex-direction: column!important;}
.flex-jus-start {justify-content: flex-start!important;;}
.flex-jus-end {justify-content: flex-end!important;;}
.flex-jus-between {justify-content: space-between!important;;}
.flex-jus-around {justify-content: space-around!important;;}
.flex-item-start {align-items: flex-start!important;;}
.flex-item-end {align-items: flex-end!important;;}
.flex-item-between {align-items: space-between!important;;}
.flex-item-around {align-items: space-around!important;}
.flex-wrap {flex-wrap: wrap;}
.flex-nowrap {flex-wrap: nowrap;}
.flex1 {flex: 1;}
.no-p{padding:0 !important;}
.no-p-t{padding-top:0 !important;}
.no-p-r{padding-right:0 !important;}
.no-p-b{padding-bottom:0 !important;}
.no-p-l{padding-left:0 !important;}
.no-m{margin:0 !important;}
.no-m-t{margin-top:0 !important;}
.no-m-r{margin-right:0 !important;}
.no-m-b{margin-bottom:0 !important;}
.no-m-l{margin-left:0 !important;}
.no-b{border: none !important;}
.no-b-t{border-top:0 !important;}
.no-b-r{border-right:0 !important;}
.no-b-b{border-bottom:0 !important;}
.no-b-l{border-left:0 !important;}
.m-0-5{margin:0 5rem!important}
.m-0-10{margin:0 10rem!important}
.m-0-15{margin:0 15rem!important}
.m-0-20{margin:0 20rem!important}
.m-0-25{margin:0 25rem!important}
.m-0-30{margin:0 30rem!important}
.m-0-35{margin:0 35rem!important}
.m-0-40{margin:0 40rem!important}
.m-0-45{margin:0 45rem!important}
.m-0-50{margin:0 50rem!important}
.m-0-55{margin:0 55rem!important}
.m-0-60{margin:0 60rem!important}
.m-0-65{margin:0 65rem!important}
.m-0-70{margin:0 70rem!important}
.m-0-75{margin:0 75rem!important}
.m-0-80{margin:0 80rem!important}
.m-0-85{margin:0 85rem!important}
.m-0-90{margin:0 90rem!important}
.m-0-95{margin:0 95rem!important}
.m-0-100{margin:0 100rem!important}
.m-0-105{margin:0 105rem!important}
.m-0-110{margin:0 110rem!important}
.m-0-115{margin:0 115rem!important}
.m-0-120{margin:0 120rem!important}
.m-0-125{margin:0 125rem!important}
.m-0-130{margin:0 130rem!important}
.m-0-135{margin:0 135rem!important}
.m-0-140{margin:0 140rem!important}
.m-0-145{margin:0 145rem!important}
.m-0-150{margin:0 150rem!important}

.m-5-0 {margin:5rem 0!important}
.m-10-0 {margin:10rem 0!important}
.m-15-0 {margin:15rem 0!important}
.m-20-0 {margin:20rem 0!important}
.m-25-0 {margin:25rem 0!important}
.m-30-0 {margin:30rem 0!important}
.m-35-0 {margin:35rem 0!important}
.m-40-0 {margin:40rem 0!important}
.m-45-0 {margin:45rem 0!important}
.m-50-0 {margin:50rem 0!important}
.m-55-0 {margin:55rem 0!important}
.m-60-0 {margin:60rem 0!important}
.m-65-0 {margin:65rem 0!important}
.m-70-0 {margin:70rem 0!important}
.m-75-0 {margin:75rem 0!important}
.m-80-0 {margin:80rem 0!important}
.m-85-0 {margin:85rem 0!important}
.m-90-0 {margin:90rem 0!important}
.m-95-0 {margin:95rem 0!important}
.m-100-0 {margin:100rem 0!important}
.m-105-0 {margin:105rem 0!important}
.m-110-0 {margin:110rem 0!important}
.m-115-0 {margin:115rem 0!important}
.m-120-0 {margin:120rem 0!important}
.m-125-0 {margin:125rem 0!important}
.m-130-0 {margin:130rem 0!important}
.m-135-0 {margin:135rem 0!important}
.m-140-0 {margin:140rem 0!important}
.m-145-0 {margin:145rem 0!important}
.m-150-0 {margin:150rem 0!important}
.m-t-3 {margin-top:3rem!important}
.m-t-5 {margin-top:5rem!important}
.m-t-10 {margin-top:10rem!important}
.m-t-15 {margin-top:15rem!important}
.m-t-20 {margin-top:20rem!important}
.m-t-25 {margin-top:25rem!important}
.m-t-30 {margin-top:30rem!important}
.m-t-35 {margin-top:35rem!important}
.m-t-40 {margin-top:40rem!important}
.m-t-45 {margin-top:45rem!important}
.m-t-50 {margin-top:50rem!important}
.m-t-55 {margin-top:55rem!important}
.m-t-60 {margin-top:60rem!important}
.m-t-65 {margin-top:65rem!important}
.m-t-70 {margin-top:70rem!important}
.m-t-75 {margin-top:75rem!important}
.m-t-80 {margin-top:80rem!important}
.m-t-85 {margin-top:85rem!important}
.m-t-90 {margin-top:90rem!important}
.m-t-95 {margin-top:95rem!important}
.m-t-100 {margin-top:100rem!important}
.m-t-105 {margin-top:105rem!important}
.m-t-110 {margin-top:110rem!important}
.m-t-115 {margin-top:115rem!important}
.m-t-120 {margin-top:120rem!important}
.m-t-125 {margin-top:125rem!important}
.m-t-130 {margin-top:130rem!important}
.m-t-135 {margin-top:135rem!important}
.m-t-140 {margin-top:140rem!important}
.m-t-145 {margin-top:145rem!important}
.m-t-150 {margin-top:150rem!important}
.m-t-165 {margin-top:165rem!important}
.m-b-5 {margin-bottom:5rem!important}
.m-b-10 {margin-bottom:10rem!important}
.m-b-15 {margin-bottom:15rem!important}
.m-b-20 {margin-bottom:20rem!important}
.m-b-25 {margin-bottom:25rem!important}
.m-b-30 {margin-bottom:30rem!important}
.m-b-35 {margin-bottom:35rem!important}
.m-b-40 {margin-bottom:40rem!important}
.m-b-45 {margin-bottom:45rem!important}
.m-b-50 {margin-bottom:50rem!important}
.m-b-55 {margin-bottom:55rem!important}
.m-b-60 {margin-bottom:60rem!important}
.m-b-65 {margin-bottom:65rem!important}
.m-b-70 {margin-bottom:70rem!important}
.m-b-75 {margin-bottom:75rem!important}
.m-b-80 {margin-bottom:80rem!important}
.m-b-85 {margin-bottom:85rem!important}
.m-b-90 {margin-bottom:90rem!important}
.m-b-95 {margin-bottom:95rem!important}
.m-b-100 {margin-bottom:100rem!important}
.m-b-105 {margin-bottom:105rem!important}
.m-b-110 {margin-bottom:110rem!important}
.m-b-115 {margin-bottom:115rem!important}
.m-b-120 {margin-bottom:120rem!important}
.m-b-125 {margin-bottom:125rem!important}
.m-b-130 {margin-bottom:130rem!important}
.m-b-135 {margin-bottom:135rem!important}
.m-b-140 {margin-bottom:140rem!important}
.m-b-145 {margin-bottom:145rem!important}
.m-b-150 {margin-bottom:150rem!important}

.m-l-5 {margin-left:5rem!important}
.m-l-10 {margin-left:10rem!important}
.m-l-15 {margin-left:15rem!important}
.m-l-20 {margin-left:20rem!important}
.m-l-25 {margin-left:25rem!important}
.m-l-30 {margin-left:30rem!important}
.m-l-35 {margin-left:35rem!important}
.m-l-40 {margin-left:40rem!important}
.m-l-45 {margin-left:45rem!important}
.m-l-50 {margin-left:50rem!important}
.m-l-55 {margin-left:55rem!important}
.m-l-60 {margin-left:60rem!important}
.m-l-65 {margin-left:65rem!important}
.m-l-70 {margin-left:70rem!important}
.m-l-75 {margin-left:75rem!important}
.m-l-80 {margin-left:80rem!important}
.m-l-85 {margin-left:85rem!important}
.m-l-90 {margin-left:90rem!important}
.m-l-95 {margin-left:95rem!important}
.m-l-100 {margin-left:100rem!important}
.m-l-105 {margin-left:105rem!important}
.m-l-110 {margin-left:110rem!important}
.m-l-115 {margin-left:115rem!important}
.m-l-120 {margin-left:120rem!important}
.m-l-125 {margin-left:125rem!important}
.m-l-130 {margin-left:130rem!important}
.m-l-135 {margin-left:135rem!important}
.m-l-140 {margin-left:140rem!important}
.m-l-145 {margin-left:145rem!important}
.m-l-150 {margin-left:150rem!important}
.m-l-160 {margin-left:160rem!important}
.m-l-260 {margin-left:260rem!important}
.m-r-5 {margin-right:5rem!important}
.m-r-10 {margin-right:10rem!important}
.m-r-15 {margin-right:15rem!important}
.m-r-20 {margin-right:20rem!important}
.m-r-25 {margin-right:25rem!important}
.m-r-30 {margin-right:30rem!important}
.m-r-35 {margin-right:35rem!important}
.m-r-40 {margin-right:40rem!important}
.m-r-45 {margin-right:45rem!important}
.m-r-50 {margin-right:50rem!important}
.m-r-55 {margin-right:55rem!important}
.m-r-60 {margin-right:60rem!important}
.m-r-65 {margin-right:65rem!important}
.m-r-70 {margin-right:70rem!important}
.m-r-75 {margin-right:75rem!important}
.m-r-80 {margin-right:80rem!important}
.m-r-85 {margin-right:85rem!important}
.m-r-90 {margin-right:90rem!important}
.m-r-95 {margin-right:95rem!important}
.m-r-100 {margin-right:100rem!important}
.m-r-105 {margin-right:105rem!important}
.m-r-110 {margin-right:110rem!important}
.m-r-115 {margin-right:115rem!important}
.m-r-120 {margin-right:120rem!important}
.m-r-125 {margin-right:125rem!important}
.m-r-130 {margin-right:130rem!important}
.m-r-135 {margin-right:135rem!important}
.m-r-140 {margin-right:140rem!important}
.m-r-145 {margin-right:145rem!important}
.m-r-150 {margin-right:150rem!important}
.m-r-160 {margin-right:160rem!important}
.m-r-260 {margin-right:260rem!important}
.m-r-280 {margin-right:280rem!important}
.m-r-310 {margin-right:310rem!important}
.p-0-5{padding:0 5rem!important}
.p-0-10{padding:0 10rem!important}
.p-0-15{padding:0 15rem!important}
.p-0-20{padding:0 20rem!important}
.p-0-25{padding:0 25rem!important}
.p-0-30{padding:0 30rem!important}
.p-0-35{padding:0 35rem!important}
.p-0-40{padding:0 40rem!important}
.p-0-45{padding:0 45rem!important}
.p-0-50{padding:0 50rem!important}
.p-0-55{padding:0 55rem!important}
.p-0-60{padding:0 60rem!important}
.p-0-65{padding:0 65rem!important}
.p-0-70{padding:0 70rem!important}
.p-0-75{padding:0 75rem!important}
.p-0-80{padding:0 80rem!important}
.p-0-85{padding:0 85rem!important}
.p-0-90{padding:0 90rem!important}
.p-0-95{padding:0 95rem!important}
.p-0-100{padding:0 100rem!important}
.p-0-105{padding:0 105rem!important}
.p-0-110{padding:0 110rem!important}
.p-0-115{padding:0 115rem!important}
.p-0-120{padding:0 120rem!important}
.p-0-125{padding:0 125rem!important}
.p-0-130{padding:0 130rem!important}
.p-0-135{padding:0 135rem!important}
.p-0-140{padding:0 140rem!important}
.p-0-145{padding:0 145rem!important}
.p-0-150{padding:0 150rem!important}

.p-5-0 {padding:5rem 0!important}
.p-10-0 {padding:10rem 0!important}
.p-15-0 {padding:15rem 0!important}
.p-20-0 {padding:20rem 0!important}
.p-25-0 {padding:25rem 0!important}
.p-30-0 {padding:30rem 0!important}
.p-35-0 {padding:35rem 0!important}
.p-40-0 {padding:40rem 0!important}
.p-45-0 {padding:45rem 0!important}
.p-50-0 {padding:50rem 0!important}
.p-55-0 {padding:55rem 0!important}
.p-60-0 {padding:60rem 0!important}
.p-65-0 {padding:65rem 0!important}
.p-70-0 {padding:70rem 0!important}
.p-75-0 {padding:75rem 0!important}
.p-80-0 {padding:80rem 0!important}
.p-85-0 {padding:85rem 0!important}
.p-90-0 {padding:90rem 0!important}
.p-95-0 {padding:95rem 0!important}
.p-100-0 {padding:100rem 0!important}
.p-105-0 {padding:105rem 0!important}
.p-110-0 {padding:110rem 0!important}
.p-115-0 {padding:115rem 0!important}
.p-120-0 {padding:120rem 0!important}
.p-125-0 {padding:125rem 0!important}
.p-130-0 {padding:130rem 0!important}
.p-135-0 {padding:135rem 0!important}
.p-140-0 {padding:140rem 0!important}
.p-145-0 {padding:145rem 0!important}
.p-150-0 {padding:150rem 0!important}

.p-t-5 {padding-top:5rem!important}
.p-t-10 {padding-top:10rem!important}
.p-t-15 {padding-top:15rem!important}
.p-t-20 {padding-top:20rem!important}
.p-t-25 {padding-top:25rem!important}
.p-t-30 {padding-top:30rem!important}
.p-t-35 {padding-top:35rem!important}
.p-t-40 {padding-top:40rem!important}
.p-t-45 {padding-top:45rem!important}
.p-t-50 {padding-top:50rem!important}
.p-t-55 {padding-top:55rem!important}
.p-t-60 {padding-top:60rem!important}
.p-t-65 {padding-top:65rem!important}
.p-t-70 {padding-top:70rem!important}
.p-t-75 {padding-top:75rem!important}
.p-t-80 {padding-top:80rem!important}
.p-t-85 {padding-top:85rem!important}
.p-t-90 {padding-top:90rem!important}
.p-t-95 {padding-top:95rem!important}
.p-t-100 {padding-top:100rem!important}
.p-t-105 {padding-top:105rem!important}
.p-t-110 {padding-top:110rem!important}
.p-t-115 {padding-top:115rem!important}
.p-t-120 {padding-top:120rem!important}
.p-t-125 {padding-top:125rem!important}
.p-t-130 {padding-top:130rem!important}
.p-t-135 {padding-top:135rem!important}
.p-t-140 {padding-top:140rem!important}
.p-t-145 {padding-top:145rem!important}
.p-t-150 {padding-top:150rem!important}

.p-b-5 {padding-bottom:5rem!important}
.p-b-10 {padding-bottom:10rem!important}
.p-b-15 {padding-bottom:15rem!important}
.p-b-20 {padding-bottom:20rem!important}
.p-b-25 {padding-bottom:25rem!important}
.p-b-30 {padding-bottom:30rem!important}
.p-b-35 {padding-bottom:35rem!important}
.p-b-40 {padding-bottom:40rem!important}
.p-b-45 {padding-bottom:45rem!important}
.p-b-50 {padding-bottom:50rem!important}
.p-b-55 {padding-bottom:55rem!important}
.p-b-60 {padding-bottom:60rem!important}
.p-b-65 {padding-bottom:65rem!important}
.p-b-70 {padding-bottom:70rem!important}
.p-b-75 {padding-bottom:75rem!important}
.p-b-80 {padding-bottom:80rem!important}
.p-b-85 {padding-bottom:85rem!important}
.p-b-90 {padding-bottom:90rem!important}
.p-b-95 {padding-bottom:95rem!important}
.p-b-100 {padding-bottom:100rem!important}
.p-b-105 {padding-bottom:105rem!important}
.p-b-110 {padding-bottom:110rem!important}
.p-b-115 {padding-bottom:115rem!important}
.p-b-120 {padding-bottom:120rem!important}
.p-b-125 {padding-bottom:125rem!important}
.p-b-130 {padding-bottom:130rem!important}
.p-b-135 {padding-bottom:135rem!important}
.p-b-140 {padding-bottom:140rem!important}
.p-b-145 {padding-bottom:145rem!important}
.p-b-150 {padding-bottom:150rem!important}

.p-l-5 {padding-left:5rem!important}
.p-l-10 {padding-left:10rem!important}
.p-l-15 {padding-left:15rem!important}
.p-l-20 {padding-left:20rem!important}
.p-l-25 {padding-left:25rem!important}
.p-l-30 {padding-left:30rem!important}
.p-l-35 {padding-left:35rem!important}
.p-l-40 {padding-left:40rem!important}
.p-l-45 {padding-left:45rem!important}
.p-l-50 {padding-left:50rem!important}
.p-l-55 {padding-left:55rem!important}
.p-l-60 {padding-left:60rem!important}
.p-l-65 {padding-left:65rem!important}
.p-l-70 {padding-left:70rem!important}
.p-l-75 {padding-left:75rem!important}
.p-l-80 {padding-left:80rem!important}
.p-l-85 {padding-left:85rem!important}
.p-l-90 {padding-left:90rem!important}
.p-l-95 {padding-left:95rem!important}
.p-l-100 {padding-left:100rem!important}
.p-l-105 {padding-left:105rem!important}
.p-l-110 {padding-left:110rem!important}
.p-l-115 {padding-left:115rem!important}
.p-l-120 {padding-left:120rem!important}
.p-l-125 {padding-left:125rem!important}
.p-l-130 {padding-left:130rem!important}
.p-l-135 {padding-left:135rem!important}
.p-l-140 {padding-left:140rem!important}
.p-l-145 {padding-left:145rem!important}
.p-l-150 {padding-left:150rem!important}
.p-l-160 {padding-left:160rem!important}

.p-r-5 {padding-right:5rem!important}
.p-r-10 {padding-right:10rem!important}
.p-r-15 {padding-right:15rem!important}
.p-r-20 {padding-right:20rem!important}
.p-r-25 {padding-right:25rem!important}
.p-r-30 {padding-right:30rem!important}
.p-r-35 {padding-right:35rem!important}
.p-r-40 {padding-right:40rem!important}
.p-r-45 {padding-right:45rem!important}
.p-r-50 {padding-right:50rem!important}
.p-r-55 {padding-right:55rem!important}
.p-r-60 {padding-right:60rem!important}
.p-r-65 {padding-right:65rem!important}
.p-r-70 {padding-right:70rem!important}
.p-r-75 {padding-right:75rem!important}
.p-r-80 {padding-right:80rem!important}
.p-r-85 {padding-right:85rem!important}
.p-r-90 {padding-right:90rem!important}
.p-r-95 {padding-right:95rem!important}
.p-r-100 {padding-right:100rem!important}
.p-r-105 {padding-right:105rem!important}
.p-r-110 {padding-right:110rem!important}
.p-r-115 {padding-right:115rem!important}
.p-r-120 {padding-right:120rem!important}
.p-r-125 {padding-right:125rem!important}
.p-r-130 {padding-right:130rem!important}
.p-r-135 {padding-right:135rem!important}
.p-r-140 {padding-right:140rem!important}
.p-r-145 {padding-right:145rem!important}
.p-r-150 {padding-right:150rem!important}

.o0 {opacity: 0!important;}
.o1 {opacity: .1!important;}
.o2 {opacity: .2!important;}
.o3 {opacity: .3!important;}
.o4 {opacity: .4!important;}
.o5 {opacity: .5!important;}
.o6 {opacity: .6!important;}
.o7 {opacity: .7!important;}
.o8 {opacity: .8!important;}
.o9 {opacity: .9!important;}
.o10 {opacity: 1!important;}
.w5p {width: 5%!important;}
.w10p {width: 10%!important;}
.w15p {width: 15%!important;}
.w20p {width: 20%!important;}
.w25p {width: 25%!important;}
.w30p {width: 30%!important;}
.w35p {width: 35%!important;}
.w40p {width: 40%!important;}
.w45p {width: 45%!important;}
.w50p {width: 50%!important;}
.w55p {width: 55%!important;}
.w60p {width: 60%!important;}
.w65p {width: 65%!important;}
.w70p {width: 70%!important;}
.w75p {width: 75%!important;}
.w80p {width: 80%!important;}
.w85p {width: 85%!important;}
.w90p {width: 90%!important;}
.w95p {width: 95%!important;}
.w100p {width: 100%!important;}
* {box-sizing: border-box;}

.bg-white {background:white !important;}
.bg-black {background:black !important;}
.c-white {color:white !important;}
.c-black {color:black !important;}
.c-111 {color: #111!important;}
.c-222 {color: #222!important;}
.c-333 {color: #333!important;}
.c-444 {color: #444!important;}
.c-555 {color: #555!important;}
.c-666 {color: #666!important;}
.c-777 {color: #777!important;}
.c-888 {color: #888!important;}
.c-999 {color: #999!important;}
.c-aaa {color: #aaa!important;}
.c-bbb {color: #bbb!important;}
.c-ccc {color: #ccc!important;}
.c-ddd {color: #ddd!important;}
.c-eee {color: #eee!important;}


.transition500{transition:all ease 500ms;}
.transition1000{transition:all ease 1000ms;}
.transition1500{transition:all ease 1500ms;}
.transition2000{transition:all ease 2000ms;}
.transition2500{transition:all ease 2500ms;}
.transition3000{transition:all ease 3000ms;}
.transition3500{transition:all ease 3500ms;}
.transition4000{transition:all ease 4000ms;}
.transition4500{transition:all ease 4500ms;}
.transition5000{transition:all ease 5000ms;}
.lh10{line-height:1;}
.lh11{line-height:1.1;}
.lh12{line-height:1.2;}
.lh13{line-height:1.3;}
.lh14{line-height:1.4;}
.lh15{line-height:1.5;}
.lh16{line-height:1.6;}
.lh17{line-height:1.7;}
.lh18{line-height:1.8;}
.lh19{line-height:1.9;}
.lh20{line-height:2;}
.lh21{line-height:2.1;}
.lh22{line-height:2.2;}
.lh23{line-height:2.3;}
.lh24{line-height:2.4;}
.lh25{line-height:2.5;}
.lh26{line-height:2.6;}
.lh27{line-height:2.7;}
.lh28{line-height:2.8;}
.lh29{line-height:2.9;}
.lh30{line-height:3;}

.active-shadow:active {box-shadow: 0 0 15rem rgba(0, 0, 0, 0.2) inset;}
/*clear-default end*/
input, textarea, select {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}


:root {
  --orange:#B3302B;
  --c-179:rgb(179,179,179);
}
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 20rem;
  font-weight: 400;

}
body::selection {
  background: var(--orange);
  color: white;
}
.c-80 {
  color:#808080;
}
.c-red {
  color: var(--orange);
}
.c-red2 {
  color:#D85943
}
.bg-f2 {
  background-color: #f2f2f2;
}
.bg-f678 {
  background-color:#f6f7f8;
}
.bg-ef {
  background-color: #efefef;
}
.p-25 {
  padding:25rem;
}
.w6 {
  width: 6rem!important;
}
.w8 {
  width: 8rem!important;
}
.w10 {
  width: 10rem!important;
}
.w12 {
  width: 12rem!important;
}
.w16 {
  width: 16rem!important;
}
.w18 {
  width: 18rem!important;
}
.w19 {
  width: 19rem!important;
}
.w20 {
  width: 20rem!important;
}
.w21 {
  width: 21rem!important;
}
.w22 {
  width: 22rem!important;
}
.w23 {
  width: 23rem!important;
}
.w24 {
  width: 24rem!important;
}
.w25 {
  width: 25rem!important;
}
.w26 {
  width: 26rem!important;
}
.w27 {
  width: 27rem!important;
}
.w28 {
  width: 28rem!important;
}
.w29 {
  width: 29rem!important;
}
.w30 {
  width: 30rem!important;
}
.w31 {
  width: 31rem!important;
}
.w32 {
  width: 32rem!important;
}
.w33 {
  width: 33rem!important;
}
.w34 {
  width: 34rem!important;
}
.w35 {
  width: 35rem!important;
}
.w36 {
  width: 36rem!important;
}
.w37 {
  width: 37rem!important;
}
.w38 {
  width: 38rem!important;
}
.w40 {
  width: 40rem!important;
}
.w41 {
  width: 41rem!important;
}
.w42 {
  width: 42rem!important;
}
.w43 {
  width: 43rem!important;
}
.w44 {
  width: 44rem!important;
}
.w45 {
  width: 45rem!important;
}
.w46 {
  width: 46rem!important;
}
.w47 {
  width: 47rem!important;
}
.w48 {
  width: 48rem!important;
}
.w49 {
  width: 49rem!important;
}
.w50 {
  width: 50rem!important;
}
.w52 {
  width: 52rem!important;
}
.w53 {
  width: 53rem!important;
}
.w54 {
  width: 54rem!important;
}
.w55 {
  width: 55rem!important;
}
.w59 {
  width: 59rem!important;
}
.w60 {
  width: 60rem!important;
}
.w61 {
  width: 61rem!important;
}
.w62 {
  width: 62rem!important;
}
.w72 {
  width: 72rem!important;
}
.w74 {
  width: 74rem!important;
}
.w76 {
  width: 76rem!important;
}
.w78 {
  width: 78rem!important;
}

.w80 {
  width: 80rem!important;
}
.w81 {
  width: 81rem!important;
}
.w82 {
  width: 82rem!important;
}
.w83 {
  width: 83rem!important;
}
.w85 {
  width: 85rem!important;
}
.w86 {
  width: 86rem!important;
}
.w87 {
  width: 87rem!important;
}
.w88 {
  width: 88rem!important;
}
.w89 {
  width: 89rem!important;
}
.w90 {
  width: 90rem!important;
}
.w91 {
  width: 91rem!important;
}
.w92 {
  width: 92rem!important;
}
.w95 {
  width: 95rem!important;
}
.w97 {
  width: 97rem!important;
}
.w98 {
  width: 98rem!important;
}
.w100 {
  width: 100rem!important;
}
.w105 {
  width: 105rem!important;
}
.w110 {
  width: 110rem!important;
}
.w120 {
  width: 120rem!important;
}
.w122 {
  width: 122rem!important;
}
.w123 {
  width: 123rem!important;
}
.w127 {
  width: 127rem!important;
}
.w128 {
  width: 128rem!important;
}
.w130 {
  width: 130rem!important;
}
.w134 {
  width: 134rem!important;
}
.w135 {
  width: 135rem!important;
}
.w136 {
  width: 136rem!important;
}
.w137 {
  width: 137rem!important;
}
.w140 {
  width: 140rem!important;
}
.w146 {
  width: 146rem!important;
}
.w148 {
  width: 148rem!important;
}
.w150 {
  width: 150rem!important;
}
.w152 {
  width: 152rem!important;
}
.w154 {
  width: 154rem!important;
}
.w156 {
  width: 156rem!important;
}
.w158 {
  width: 158rem!important;
}
.w160 {
  width: 160rem!important;
}
.w162 {
  width: 162rem!important;
}
.w164 {
  width: 164rem!important;
}
.w165 {
  width: 165rem!important;
}
.w166 {
  width: 166rem!important;
}
.w168 {
  width: 168rem!important;
}
.w170 {
  width: 170rem!important;
}
.w172 {
  width: 172rem!important;
}
.w173 {
  width: 173rem!important;
}
.w175 {
  width: 175rem!important;
}
.w176 {
  width: 176rem!important;
}
.w180 {
  width: 180rem!important;
}
.w182 {
  width: 182rem!important;
}
.w184 {
  width: 184rem!important;
}
.w186 {
  width: 186rem!important;
}
.w190 {
  width: 190rem!important;
}
.w195 {
  width: 195rem!important;
}
.w200 {
  width: 200rem!important;
}
.w203 {
  width: 203rem!important;
}
.w205 {
  width: 205rem!important;
}
.w210 {
  width: 210rem!important;
}
.w230 {
  width: 230rem!important;
}
.w240 {
  width: 240rem!important;
}
.w244 {
  width: 244rem!important;
}
.w245 {
  width: 245rem!important;
}
.w247 {
  width: 247rem!important;
}
.w248 {
  width: 248rem!important;
}
.w249 {
  width: 249rem!important;
}
.w250 {
  width: 250rem!important;
}
.w257 {
  width: 257rem!important;
}
.w260 {
  width: 260rem!important;
}
.w273 {
  width: 273rem!important;
}
.w275 {
  width: 275rem!important;
}
.w280 {
  width: 280rem!important;
}
.w285 {
  width: 285rem!important;
}
.w288 {
  width: 288rem!important;
}
.w290 {
  width: 290rem!important;
}
.w292 {
  width: 292rem!important;
}
.w300 {
  width: 300rem!important;
}
.w310 {
  width: 310rem!important;
}
.w324 {
  width: 324rem!important;
}
.w323 {
  width: 323rem!important;
}
.w328 {
  width: 328rem!important;
}
.w434 {
  width: 434rem!important;
}
.w352 {
  width: 352rem!important;
}
.w378 {
  width: 378rem!important;
}
.w400 {
  width: 400rem!important;
}
.w443 {
  width: 443rem!important;
}
.w451 {
  width: 451rem!important;
}
.w472 {
  width: 472rem!important;
}
.w475 {
  width: 475rem!important;
}
.w480 {
  width: 480rem!important;
}
.w487 {
  width: 487rem!important;
}
.w500 {
  width: 500rem!important;
}
.w519 {
  width: 519rem!important;
}
.w538 {
  width: 538rem!important;
}
.w558 {
  width: 558rem!important;
}
.w624 {
  width: 624rem!important;
}
.w639 {
  width: 639rem!important;
}
.w650 {
  width: 650rem!important;
}
.w680 {
  width: 680rem!important;
}
.w683 {
  width: 683rem!important;
}
.w700 {
  width: 700rem!important;
}
.w710 {
  width: 710rem!important;
}
.w719 {
  width: 719rem!important;
}
.w794 {
  width: 794rem!important;
}
.w830 {
  width: 830rem!important;
}
.w844 {
  width: 844rem!important;
}
.w874 {
  width: 874rem!important;
}
.w895 {
  width: 895rem!important;
}
.w913 {
  width: 913rem!important;
}
.w938 {
  width: 938rem!important;
}
.w960 {
  width: 960rem!important;
}
.w1030 {
  width: 1030rem!important;
}
.w1133 {
  width: 1133rem!important;
}
.w1150 {
  width: 1150rem!important;
}
.w1400 {
  width: 1400rem!important;
}
.w1420 {
  width: 1420rem!important;
}
.w1430 {
  width: 1430rem!important;
}
.w1440 {
  width: 1440rem!important;
}
.w1480 {
  width: 1480rem!important;
}
.w1500 {
  width: 1500rem!important;
}
.w1520 {
  width: 1520rem!important;
}
.w1670 {
  width: 1670rem!important;
}

.h46 {
  height: 46rem!important;
}
.h50 {
  height: 50rem!important;
}
.h60 {
  height: 60rem!important;
}
.h65 {
  height: 65rem!important;
}
.h70 {
  height: 70rem!important;
}
.h75 {
  height: 75rem!important;
}
.h100 {
  height: 100rem!important;
}
.h118 {
  height: 118rem!important;
}
.h120 {
  height: 120rem!important;
}
.h130 {
  height: 130rem!important;
}
.h136 {
  height: 136rem!important;
}
.h140 {
  height: 140rem!important;
}
.h150 {
  height: 150rem!important;
}
.h190 {
  height: 190rem!important;
}
.h200 {
  height: 200rem!important;
}
.h230 {
  height: 230rem!important;
}
.h240 {
  height: 240rem!important;
}
.h270 {
  height: 270rem!important;
}
.h690 {
  height: 690rem!important;
}
.h700 {
  height: 700rem!important;
}
.lh28 {
  line-height: 28rem;
}
.lh34 {
  line-height: 34rem;
}
.lh36 {
  line-height: 36rem;
}
.lh40 {
  line-height: 40rem;
}
.lh50 {
  line-height: 50rem;
}
.lh60 {
  line-height: 60rem;
}
.lh70 {
  line-height: 70rem;
}
.lh80 {
  line-height: 80rem;
}
.p-r-160 {
  padding-right: 160rem;
}
.hide {
  display: none;
}
.p-80 {
  padding:80rem;
}
.p-l-280 {
  margin-left: 280rem;
}
.m-0-240 {
  margin:0 240rem;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.c-179 {
  color:var(--c-179);
}
.radius10 {
  border-radius: 10rem;
}


.delay-100ms {
  animation-delay: 500ms;
}
.delay-200ms {
  animation-delay: 540ms;
}
.delay-300ms {
  animation-delay: 580ms;
}
.delay-400ms {
  animation-delay: 620ms;
}
.delay-500ms {
  animation-delay: 660ms;
}
.delay-600ms {
  animation-delay: 700ms;
}
.delay-700ms {
  animation-delay: 740ms;
}
.delay-800ms {
  animation-delay: 780ms;
}
.delay-900ms {
  animation-delay: 820ms;
}
.delay-1000ms {
  animation-delay: 860ms;
}
.delay-1100ms {
  animation-delay: 900ms;
}
.delay-1200ms {
  animation-delay: 940ms;
}

.container {
  width: 100%;
  max-width: 1920rem;
  margin:0 auto;
}
.p-l-225 {
  padding-left: 225rem!important;
}
.p-b-180 {
  padding-bottom: 180rem;
}
.m-r-170 {
  margin-right: 170rem;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.f85 {
  font-size: 85rem;
}
.c-3a {
  color:#3a3a3a;
}
.c-4d {
  color:#4d4d4d;
}
.h305 {
  height:305rem;
}
.h324 {
  height:324rem;
}
.h326 {
  height:326rem;
}
.h900 {
  height:900rem;
}
.h100p {
  height:100%;
}
.p-r-200 {
  padding-right: 200rem;
}
.p-b-420 {
  padding-bottom: 420rem;
}

.bg-f678 {
  background-color: #f6f7f8;
}
.w880 {
  width: 880rem;
}

.flex-item-stretch {
  align-items: stretch;
}
.flex-reverse {
  flex-direction: row-reverse;
}

.footer {
  background-color: #1a1a1a;
  padding:150rem 120rem;
}
.footer a {
  transition: all .4s ease;
}
.footer a:hover {
color:#b4302b;
}
.footer dl dt {
  font-size: 18rem;
  margin-bottom: 18rem;
}
.footer dl dd {
  color:var(--c-179);
  margin-bottom: 8rem;
}
.footer dl dd a {
  font-size: 14rem;
  position: relative;
}

.footer ul li {
  margin-right: 22rem;
  font-size: 14rem;
  color: var(--c-179);
}
.footer ul li hr {
  border:none;
  height:17rem;
  border-right: 2px solid var(--c-179);
}
.footer ul li a img {
  opacity: 0.65;
  transition: all .8s ease;
}
.footer ul li a:hover img {
  opacity: 1;
}
.footer hr.heng {
  border:none;
  border-bottom:1px solid var(--c-179);
  margin:20rem 0;
}

.dialog-qrcode {
  position: absolute;
  left:0;
  bottom:40rem;
  /* transform: translateX(-50%); */
  background-color: white;
  /* border-radius: 15rem; */
  padding:25rem;
  white-space: nowrap;
  font-size: 12rem;
  display: none;
  color:#333;
}
.dialog-iframe {
  position: fixed;
  left:0;
  top:0;
  width: 100vw;
  height: 100vh;
  z-index:99999;
  display: none;
  background-color: white;
}
.dialog-iframe.curr {
  display: block;
}
.dialog-iframe iframe {
  width: 100%;
  height: 100%;
}

.m-t-170 {
  margin-top: 170rem!important;
}
@keyframes movetopright {
  0%,100% {
    transform: translate(0,0);
    opacity: 1;
  }
  80% {
    transform: translate(20rem,-20rem);
    opacity: 0;
  }
  81% {
    transform: translate(-5rem,5rem);
    opacity: 0;
  }
}
.uppercase {
  text-transform: uppercase;
}
.h100vh {
  height: 100vh;
}

.c-4f {
  color:#4f4f4f;
}
.c-3f {
  color:#3f3f3f;
}
.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding:0 40rem;
  height:50rem;
  outline: none;
  border:1px solid #b4302b;
  border-radius: 8rem;
  background-color: transparent;
  cursor: pointer;
  transition: color,background-color .5s ease;
}
.btn:hover,
.btn.hover {
  background-color: #b4302b;
  color:white;
}
.swiper-pagination-bullet-active {
  background-color: #b3302b!important;
}
.main-swiper-pagination {
  width: 20rem!important;
  height:280rem!important;
}
.main-swiper-pagination .swiper-pagination-bullet {
  margin:7rem 0!important;
  width: 13rem!important;
  height:13rem!important;
}
.main-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b4302b!important;
}

/* 优化swiper性能 */
.swiper-container {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.swiper-wrapper,
.swiper-slide {
  /* 方式1：强制开启硬件加速，兼容所有WebKit设备（推荐） */
  -webkit-transform: translateZ(0); /* 兼容苹果旧版Safari */
  transform: translateZ(0);
  /* 方式2：告知浏览器该元素即将发生动画，提前分配GPU资源（可选，配合方式1使用效果更佳） */
  -webkit-will-change: transform; /* 兼容苹果旧版Safari */
  will-change: transform;
  /* 额外优化：关闭不必要的渲染属性，减少性能开销 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}