@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'PingFangSC','PingFang SC','PingFang SC Medium','microsoft yahei',  Verdana, Arial, Helvetica, sans-serif;
  font-size: 50px;
  margin: 0 auto;
  color: #333;
  -webkit-text-adjust: none;
  /*user-select: none;*/
  line-height: 1;
}
body > div{font-size: 0.4rem;}
.margin-a{margin: auto;}
/* 在全局CSS里引用: */
/* 滚动条宽度 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0,0,0,0.1);
}

/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background-color: #00000040;
  border-radius: 3px;
}
ul {
  list-style: none; /* 去掉列表项前面的标志 */
}
img {
  border: none;
}
a{text-decoration: none;color:#323232}
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.outline-none{outline: none}

.filter-grey{filter:grayscale(100%)}

.block{display: block}
.inline-block{display: inline-block}
/* flex布局*/
.flex{display: flex}
.f-a-start{align-items:start}
.f-a-center{align-items:center}
.f-a-end{align-items:flex-end}
.f-j-start{justify-content: start}
.f-j-between{justify-content: space-between}
.f-j-around{justify-content: space-around}
.f-j-center{justify-content: center}
.f-j-end{justify-content: flex-end}
.f-shrink0{flex-shrink: 0;}
.f-wrap{flex-wrap:wrap;}
.f-d-column{flex-direction: column}
.f-d-row{flex-direction: row}
.ov-hidden{overflow: hidden}
.ov-y-auto{overflow-y: auto}
.ov-x-auto{overflow-x: auto}
.f-a-bet{align-content:space-between;}
.flex-1{flex:1}

/* 定位布局*/
.pt-relative{position: relative}
.pt-absolute{position: absolute}
.pt-fixed{position: fixed}
.pt-t-l-0{top:0;left:0;}
.pt-b-l-0{bottom:0;left:0;}
.pt-t-r-0{top:0;right:0;}
.pt-b-r-0{bottom:0;right:0;}
.pt-t-l-50{top:50%;left:50%;}
.pt-tp50{top: 50%}
.pt-lp50{left: 50%}
.pt-bp100{bottom: 100%}
.pt-t0{top: 0}
.pt-b0{bottom: 0}
.pt-l0{left: 0}
.pt-r0{right: 0}

.ptr-t10{top: 0.1rem}
.ptr-t15{top: 0.15rem}
.ptr-t20{top: 0.2rem}
.ptr-t25{top: 0.25rem}
.ptr-t-40{top: 0.4rem}
.ptr-t-100{top: -1rem}

.ptr-l20{left: 0.2rem}
.ptr-l30{left: 0.3rem}
.ptr-l40{left: 0.4rem}

.ptr-r40{right: 0.4rem}

.ptp-t62{top:62%}
.ptp-t50{top:50%}

.ptr-transform-50{transform: translate(-50%,-50%)}
.ptr-transform-t50{transform: translateY(-50%)}
.ptr-transform-l50{transform: translateX(-50%)}

.transform-l-160{transform: translateX(-1.6rem)}

/* 层级*/
.z-idx-0{z-index: 0}
.z-idx-10{z-index: 10}
.z-idx-20{z-index: 10}
.z-idx-30{z-index: 30}
.z-idx-40{z-index: 40}
.z-idx-50{z-index: 50}
.z-idx-100{z-index: 100}
.z-idx-200{z-index: 200}
.z-idx-300{z-index: 300}
.z-idx-400{z-index: 400}
.z-idx-500{z-index: 500}
.z-idx-1000{z-index: 1000}
.z-idx-9999{z-index: 9999}

/* 文字设置 */
.t-align-l{text-align:left}
.t-align-c{text-align:center}
.t-align-r{text-align:right}
.t-bold{font-weight:bold}
.t-wt-100{font-weight:100}
.t-normal{font-weight:normal}
.t-spacing-20{letter-spacing: 0.2rem}
.t-f-number{font-family: 'Oswald'}
.t-nowrap{white-space: nowrap;}

/* 段落文字*/
.t-ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.t-ellipsis2{display: -webkit-box;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
/* 段落严谨模式*/
.t-justify { text-align: justify; text-justify: inter-ideograph; word-wrap: break-word; word-break: break-all; }

.t-ls-3{letter-spacing: 0.03rem;}
.t-ls-5{letter-spacing: 0.05rem;}
.t-ls-10{letter-spacing: 0.1rem;}
.t-ls-20{letter-spacing: 0.2rem;}

/* 鼠标样式 */
.c-p{cursor: pointer}
.c-no-d{cursor: no-drop}
.c-move{cursor: move}

.fr-14{font-size:0.14rem}
.fr-16{font-size:0.16rem}
.fr-18{font-size:0.18rem}
.fr-20{font-size:0.2rem}
.fr-22{font-size:0.22rem}
.fr-24{font-size:0.24rem}
.fr-26{font-size:0.26rem}
.fr-28{font-size:0.28rem}
.fr-30{font-size:0.30rem}
.fr-32{font-size:0.32rem}
.fr-36{font-size:0.36rem}
.fr-38{font-size:0.38rem}
.fr-40{font-size:0.40rem}
.fr-44{font-size:0.44rem}
.fr-48{font-size:0.48rem}
.fr-50{font-size:0.50rem}
.fr-56{font-size:0.56rem}
.fr-60{font-size:0.60rem}
.fr-64{font-size:0.64rem}
.fr-68{font-size:0.68rem}
.fr-72{font-size:0.72rem}
.fr-80{font-size:0.80rem}
.fr-88{font-size:0.88rem}
.fr-90{font-size:0.90rem}
.fr-100{font-size:1rem}
.fr-110{font-size:1.1rem}
.fr-120{font-size:1.2rem}

.fw-500{font-weight: 500}
.opacity-15{opacity: 0.15}
.opacity-30{opacity: 0.3}
.opacity-100{opacity: 1}

.l-h-1_5{line-height: 1.5}

/* 外边距 */
.mgr-20{margin:0.2rem}
.mgr-30{margin:0.3rem}
.mg-l-r-auto{margin-left:auto;margin-right:auto}

.mgr-t10{margin-top:0.1rem}
.mgr-t15{margin-top:0.15rem}
.mgr-t20{margin-top:0.2rem}
.mgr-t25{margin-top:0.25rem}
.mgr-t30{margin-top:0.3rem}
.mgr-t35{margin-top:0.35rem}
.mgr-t40{margin-top:0.4rem}
.mgr-t50{margin-top:0.5rem}
.mgr-t60{margin-top:0.6rem}
.mgr-t80{margin-top:0.8rem}
.mgr-t100{margin-top:1rem}
.mgr-t160{margin-top:1.6rem}
.mgr-t32{margin-top:0.64rem}
.mgr-t72{margin-top:0.72rem}
.mgr-t128{margin-top:1.28rem}

.mgr-b8{margin-bottom:0.16rem}
.mgr-b5{margin-bottom:0.05rem}
.mgr-b10{margin-bottom:0.1rem}
.mgr-b20{margin-bottom:0.2rem}
.mgr-b25{margin-bottom:0.25rem}
.mgr-b30{margin-bottom:0.3rem}
.mgr-b40{margin-bottom:0.4rem}
.mgr-b50{margin-bottom:0.5rem}
.mgr-b60{margin-bottom:0.6rem}
.mgr-b100{margin-bottom:1rem}
.mgr-b120{margin-bottom:1.2rem}
.mgr-b150{margin-bottom:1.5rem}
.mgr-b160{margin-bottom:1.6rem}
.mgr-b180{margin-bottom:1.8rem}
.mgr-b200{margin-bottom:2rem}
.mgr-b72{margin-bottom:0.72rem}
.mgr-b46{margin-bottom:0.46rem}
.mgr-b140{margin-bottom:1.4rem}
.mgr-b292{margin-bottom:2.92em}

.mgr-l10{margin-left:0.1rem}
.mgr-l15{margin-left:0.15rem}
.mgr-l20{margin-left:0.2rem}
.mgr-l30{margin-left:0.3rem}
.mgr-l40{margin-left:0.4rem}
.mgr-l50{margin-left:0.5rem}
.mgr-l60{margin-left:0.6rem}
.mgr-l80{margin-left:0.8rem}
.mgr-l100{margin-left:1rem}
.mgr-l120{margin-left:1.2rem}
.mgr-l200{margin-left:2rem}
.mgr-l56{margin-left:0.56rem}

.mgr-r5{margin-right:0.05rem}
.mgr-r10{margin-right:0.1rem}
.mgr-r20{margin-right:0.2rem}
.mgr-r25{margin-right:0.25rem}
.mgr-r30{margin-right:0.3rem}
.mgr-r34{margin-right:0.34rem}
.mgr-r40{margin-right:0.4rem}
.mgr-r50{margin-right:0.5rem}
.mgr-r60{margin-right:0.6rem}
.mgr-r80{margin-right:0.8rem}
.mgr-r100{margin-right:1rem}
.mgr-r200{margin-right:2rem}
.mgr-r180{margin-right:1.8rem}
.mgr-r36{margin-right:0.36rem}
.mgr-p-l-r-1{margin-left:1%;margin-right:1%;}

.mgp-l5{margin-left:5%;}

.mgp-r5{margin-right:5%;}

.mgp-t5{margin-top:5%;}

/* 内边距 */
.pdr-100{padding:1rem}
.pdr-40{padding:0.4rem}
.pdr-30{padding:0.3rem}
.pdr-0-30{padding:0 0.3rem}
.pdr-20{padding:0.2rem}

.pdr-t5{padding-top:0.05rem}
.pdr-t8{padding-top:0.08rem}
.pdr-t10{padding-top:0.1rem}
.pdr-t20{padding-top:0.2rem}
.pdr-t30{padding-top:0.3rem}
.pdr-t40{padding-top:0.4rem}
.pdr-t50{padding-top:0.5rem}
.pdr-t60{padding-top:0.6rem}
.pdr-t70{padding-top:0.7rem}
.pdr-t80{padding-top:0.8rem}
.pdr-t100{padding-top:1rem}
.pdr-t200{padding-top:2rem}
.pdr-t120{padding-top:1.2rem}
.pdr-t148{padding-top:1.48rem}
.pdr-t162{padding-top:1.62rem}
.pdr-t72{margin-top:0.72rem}
.pdr-t114{margin-top:1.14rem}

.pdr-b5{padding-bottom:0.05rem}
.pdr-b8{padding-bottom:0.08rem}
.pdr-b10{padding-bottom:0.1rem}
.pdr-b20{padding-bottom:0.2rem}
.pdr-b30{padding-bottom:0.3rem}
.pdr-b40{padding-bottom:0.4rem}
.pdr-b60{padding-bottom:0.6rem}
.pdr-b80{padding-bottom:0.8rem}
.pdr-b100{padding-bottom:1rem}
.pdr-b120{padding-bottom:1.2rem}
.pdr-b184{padding-bottom:1.84rem}
.pdr-b264{padding-bottom:2.64rem}
.pdr-b164{padding-bottom:1.64rem}
.pdr-l15{padding-left:0.15rem}
.pdr-l20{padding-left:0.2rem}
.pdr-l30{padding-left:0.3rem}
.pdr-l40{padding-left:0.4rem}
.pdr-l50{padding-left:0.5rem}
.pdr-l60{padding-left:0.6rem}
.pdr-l100{padding-left:1rem}
.pdr-l200{padding-left:2rem}
.pdr-l220{padding-left:2.2rem}
.pdr-18{padding-left:0.36rem}

.pdr-r10{padding-right:0.1rem}
.pdr-r15{padding-right:0.15rem}
.pdr-r20{padding-right:0.2rem}
.pdr-r30{padding-right:0.3rem}
.pdr-r40{padding-right:0.4rem}
.pdr-r60{padding-right:0.6rem}
.pdr-r100{padding-right:1rem}
.pdr-r200{padding-right:2rem}
.pdr-r190{padding-right:1.9rem}
/* 文字颜色 */
.c-000{color: #000}
.c-111{color: #111}
.c-222{color: #222}
.c-333{color: #333}
.c-666{color: #666}
.c-888{color: #888}
.c-999{color: #999}
.c-aaa{color: #aaa}
.c-bbb{color: #bbb}
.c-ccc{color: #ccc}
.c-ddd{color: #ddd}
.c-eee{color: #eee}
.c-fff{color: #fff}
.c-fff9{color: #fff9}
.c-1E1E1E{color: #1e1e1e}
.c-242424{color: #242424}
.c-303030{color:#303030}
.c-04CFB5{color:#04CFB5}
.c-3e3e3e{color:#3e3e3e}
.c-c3c3c3{color:#c3c3c3}
.c-FA6400{color:#FA6400}
.c-325EFF{color:#325EFF}
.c-4060FF{color:#4060FF}
.c-E02020{color:#E02020}
.c-0091FF{color:#0091FF}
.c-00FFFF{color:#00FFFF}
.c-F7B500{color:#F7B500}
.c-32C5FF{color:#32C5FF}
.c-ABABAB{color:#ABABAB}
.c-6DD400{color:#6DD400}
.c-44D7B6{color:#44D7B6}
.c-6D7278{color:#6D7278}
.c-CC67FF{color:#CC67FF}
.c-455974{color:#455974}
.c-455974:hover{color:#455974}
.c-959595{color:#959595}
.c-C9E1FF{color:#C9E1FF}
.c-E8EFFF{color:#E8EFFF}
.c-D0D0D0{color:#D0D0D0}
.c-E9F5FF{color:#E9F5FF}
.c-fff3{color:rgba(255,255,255,0.3)}
.c-fff7{color:rgba(255,255,255,0.7)}
.c-197BFB{color: #197BFB}
.c-0095E7{color: #0095E7}
.c-183768{color:#183768}

/* 背景颜色 */
.bg-fff{background:#fff}
.bg-F0F0F0{background:#F0F0F0}
.bg-F6F6F6{background:#f6f6f6}
.bg-D8D8D8{background:#D8D8D8}
.bg-4060FF{background:#4060FF}
.bg-4060FF11{background:#4060FF08}
.bg-0091FF{background:#0091FF}
.bg-0091FF20{background:rgba(0,145,255,0.27)}
.bg-1F479450{background: rgba(31,71,148,0.50);}
.bg-051B36{background:#051B36}
.bg-CECECE{background:#CECECE}
.bg-32C5FF{background:#32C5FF}
.bg-FA6400{background:#FA6400}
.bg-334F65{background:#334F65}
.bg-009AF8{background:#009AF8}
.bg-0052D9{background: #0052D9}
.bg-00060E75{background:#00060Ebb}
.bg-02193C{background:#02193C}
.bg-00ffff{background: #00ffff}
.bg-054065{background: #054065}
.bg-00214770{background:#00214770}
.bg-E02020{background: #E02020}
.bg-04216bb3{background: #04216bb3;}
.bg-#EEF4FE{background: #EEF4FE;}
.bg-C10000{background: #C10000}
.bg-6DD400{background: #6DD400}
.bg-308BEF{background: #308BEF}
.bg-B88700{background: #B88700}
.bg-F7B500{background: #F7B500}
.bg-FF7D00{background: #FF7D00}
.bg-FE0000{background: #FE0000}
.bg-99004C{background: #99004C}
.bg-7E0122{background: #7E0122}
.bg-016BBE{background: #016BBE}

.bg-0772F0{background: #0772F0}
.bg-00D399{background: #00D399}
.bg-5F4BFC{background: #5F4BFC}
.bg-00C1F1{background: #00C1F1}
.bg-FF6F00{background: #FF6F00}


.bg-0b0a2ebf{background: #0b0a2ebf;}
.bg-043f7554{background: #043f7554;box-shadow: 0 2px 6px 0 #0000004d;}

.bg-fff05{background: rgba(255,255,255,0.05)}
.bg-00005{background: rgba(0,0,0,0.05)}
.bg-0001{background: rgba(0,0,0,0.1)}
.bg-0002{background: rgba(0,0,0,0.2)}
.bg-0003{background: rgba(0,0,0,0.3)}
.bg-0004{background: rgba(0,0,0,0.4)}
.bg-0005{background: rgba(0,0,0,0.5)}
.bg-0006{background: rgba(0,0,0,0.6)}
.bg-0007{background: rgba(0,0,0,0.7)}
.bg-0008{background: rgba(0,0,0,0.8)}
.bg-0009{background: rgba(0,0,0,0.9)}
.bg-none{background:none}

.bg-fff1{background: rgba(255,255,255,0.1)}
.bg-fff2{background: rgba(255,255,255,0.2)}
.bg-fff3{background: rgba(255,255,255,0.3)}
.bg-fff4{background: rgba(255,255,255,0.4)}
.bg-fff5{background: rgba(255,255,255,0.5)}
.bg-fff6{background: rgba(255,255,255,0.6)}
.bg-fff7{background: rgba(255,255,255,0.7)}
.bg-fff8{background: rgba(255,255,255,0.8)}
.bg-fff9{background: rgba(255,255,255,0.9)}

.dot-bg-0{background:#0379FE}
.dot-bg-1{background:#9AD2FE}
.dot-bg-2{background:#ACFFE1}
.dot-bg-0095E7{background-color: #0095E7}

.bg-title{background-image: linear-gradient(0deg, rgba(238,238,238,0.00) 0%, rgba(216,216,216,0.50) 100%);}
.bg-plan{background: rgba(0,22,71,0.70);}
.bg-style-1{
  background:linear-gradient(180deg, #005790 0%, #002C57 100%);
}
.bg-style-2{
  background:linear-gradient(129deg, #003D77 24%, rgba(0,44,87,0.00) 93%);
}
.bg-style-3{
  background:linear-gradient(90deg, #00578F 6%, #02193C 100%);
}
.bg-style-4{background-image: linear-gradient(90deg, #001327 55%, #04111f 100%);}
.bg-style-5{background-image: linear-gradient(90deg, #07B1FF70 15%, #0379fe00 88%);}
.bg-style-6{background-image: linear-gradient(90deg, #07B1FF30 15%, #0379fe00 88%);}
.bg-style-7{
  background:linear-gradient(0deg, #012141aa 0%, #001021 100%);
}
.bg-style-8{
  background:linear-gradient(90deg, #001327 0%, #1B3096 100%);
}
/* 圆角 */
.bd-rd-p100{border-radius:100%;}
.bd-rd-100{border-radius:100px;}
.bd-rd-10{border-radius:0.1rem}
.bd-rd-20{border-radius:0.2rem}
.bd-rd-20-20{border-radius:0.2rem 0.2rem 0 0}
.bd-rd-30-30{border-radius:0.3rem 0.3rem 0 0}
.bd-rd-40-40{border-radius:0.4rem 0.4rem 0 0}
.bd-rd-tl-bl-20{border-radius:0.2rem 0 0 0.2rem}
/*// 边框*/
.bd-none{border: none}
input.bd-none{outline: none}
.bd-fff-1{border: #fff solid 1px}
.bd-000-1{border: #000 solid 1px}
.bd-000-2{border: #000 solid 2px}
.bd-ddd-1{border: #ddd solid 1px}
.bd-ddd-2{border: #ddd solid 2px}
.bd-878585-1{border: #878585 solid 1px}
.bd-C9C9C9-1{border: #C9C9C9 solid 1px}
.bd-F4F4F4-1{border: #F4F4F4 solid 1px}
.bd-325EFF-1{border: #325EFF solid 1px}
.bd-4060FF-1{border: #4060FF solid 1px}
.bd-E02020-1{border: #E02020 solid 1px}
.bd-4060FF88-1{border: #4060FF88 solid 1px}
.bd-0091FF-1{border: #0091FF solid 1px}
.bd-00FFFF70-1{border: #00FFFF70 solid 1px}
.bd-00FFFF-2{border: #00FFFF solid 2px}
.bd-0064B6-1{border: #0064B6 solid 1px}
.bd-6D7278-1{border: #6D7278 solid 1px}
.bd-FA6400-1{border: #FA6400 solid 1px}
.bd-4D88B6-1{border: #4D88B6 solid 1px}
.bd-0D1C63-10{border: #0D1C63 solid 0.1rem}

.bd-008CFF-l-6{border-left: #008CFF solid 5px}
.bd-f6f6f6-l-6{border-left: #f6f6f6 solid 5px}

.bd-fff-t-03{border-top: rgba(255,255,255,0.3) solid 1px}
.bd-eee-t-1{border-top: #eee solid 1px}

.bd-eee-b-1{border-bottom: #eee solid 1px}
.bd-0091FF-b-4{border-bottom: #0091FF solid 4px}
.bd-005476-b-1{border-bottom: #005476 solid 1px}

.bd-t-007DD4{
  border: 2px solid rgba(0,125,212,0.36);
}

/* 宽度 */
.wr-v-16{width: 0.16rem}
.wr-v-30{width: 0.3rem}
.wr-v-46{width: 0.46rem}
.wr-v-50{width: 0.5rem}
.wr-v-60{width: 0.6rem}
.wr-v-100{width: 1rem}
.wr-v-120{width: 1.2rem}
.wr-v-140{width: 1.4rem}
.wr-v-160{width: 1.6rem}
.wr-v-180{width: 1.8rem}
.wr-v-200{width: 4rem}
.wr-v-240{width: 2.4rem}
.wr-v-320{width: 3.2rem}
.wr-v-776{width: 7.76rem}
.wr-v-360{width: 3.6rem}
.wr-v-378{width: 3.78rem}
.wr-v-600{width: 6rem}
.wr-v-800{width: 8rem}
.wr-v-96{width: 1.92rem}
.wr-v-40{width: 0.4rem}
.wr-v-76{width: 7.6rem}
.wr-v-756{width: 7.56rem}

.w-p-15{width:15%}
.w-p-16{width:16%}
.w-p-16_5{width:16.5%}
.w-p-17{width:17%}
.w-p-19{width:19%}
.w-p-20{width:20%}
.w-p-22{width:22%}
.w-p-24{width:24%}
.w-p-25{width:25%}
.w-p-26{width:26%}
.w-p-30{width:30%}
.w-p-31{width:31%}
.w-p-32{width:32%}
.w-p-33{width:33%}
.w-p-33_3{width:33.3333%}
.w-p-40{width:40%}
.w-p-45{width:45%}
.w-p-48{width:48%}
.w-p-49{width:49%}
.w-p-50{width:50%}
.w-p-58{width:58%}
.w-p-60{width:60%}
.w-p-68{width:68%}
.w-p-70{width:70%}
.w-p-75{width:75%}
.w-p-80{width:80%}
.w-p-100{width:100%}
.w-p-2400{width:24rem}
.max-w-p-80{max-width:80%}

/* 高度 */
.h-p-6{height: 6.66%}
.h-p-8{height: 8.33%}
.h-p-10{height: 10%}
.h-p-15{height: 15%}
.h-p-16{height: 15.5%}
.h-p-20{height: 20%}
.h-p-25{height: 25%}
.h-p-26{height: 26%}
.h-p-30{height: 30%}
.h-p-32{height: 32%}
.h-p-35{height: 35%}
.h-p-40{height: 40%}
.h-p-45{height: 45%}
.h-p-50{height: 50%}
.h-p-55{height: 55%}
.h-p-60{height: 60%}
.h-p-70{height: 70%}
.h-p-75{height:75%}
.h-p-80{height: 80%}
.h-p-90{height: 90%}
.h-p-100{height: 100%}
.h-p-100-30{height:calc(100% + 0.4rem)}

.hr-v-5{height:0.05rem}
.hr-v-48{height:0.96rem}
/* .hr-v-88{height:0.88rem} */
.hr-v-120{height:1.2rem}
.hr-v-160{height:1.6rem}
.hr-v-320{height: 3.2rem}
.hr-v-360{height: 3.6rem}
.hr-v-400{height: 4rem}
.hr-v-450{height: 4.5rem}
.hr-v-480{height: 4.8rem}
.hr-v-720{height: 7.2rem}
.hr-v-88{height:1.76rem}
.hr-v-680{height: 13.6rem}
.h-vh-100{height:100vh}
.h-vh-100-20{height:calc(100vh - 0.2rem)}
.hr-v-187{height: 3.74rem}
.hr-v-80{height: 0.94rem}
.hr-v-40{height: 0.4rem}
.hr-v-48{height: 0.48rem}
.hr-v-60{height: 0.6rem}
.hr-v-250{height: 2.5rem}

/* 图片尺寸 */
.imgr-32{width:0.32rem;height:0.32rem;}
.imgr-40{width:0.40rem;height:0.40rem;}
.imgr-48{width:0.48rem;height:0.48rem;}
.imgr-60{width:0.6rem;height:0.6rem;}
.imgr-64{width:0.64rem;height:0.64rem;}
.imgr-72{width:0.72rem;height:0.72rem;}
.imgr-80{width:0.8rem;height:0.8rem;}
.imgr-100{width:1rem;height:1rem;}
.imgr-120{width:1.2rem;height:1.2rem;}
.imgr-128{width:1.28rem;height:1.28rem;}
.imgr-140{width:1.4rem;height:1.4rem;}
.imgr-160{width:1.6rem;height:1.6rem;}
.imgr-258{width:5.16rem;height:3.2rem}
.imgr-93{width: 1.86rem;height: 0.64rem;}
.imgr-45-5{width: 0.8rem;height: 0.2rem;}
.imgr-280{width: 5.6rem;height: 4rem;}
.imgr-144{width: 1.44rem; height: 1.44rem;}
.imgr-52{width: 100%; height: 5.2rem;}
.a-none{text-decoration: none}

.box-sizing{box-sizing: border-box}
.a-cursor{cursor: pointer;}

/* 图片预览 */
.preview-main{
  position:fixed;top:0;left:0;width:100%;height:100%;background:#0008;z-index:2000;
  display:flex;align-items:center;justify-content:center;
}
.preview-main .preview-box{
  display:flex;align-items:center;justify-content:center;overflow-y: auto;width:80%;
}
.preview-main .preview-box img{
  max-width: 100%;
}
/* CSS动效 */
.animate-all{transition: all 0.3s;cursor: pointer}
.animate-all.a-top-10:hover{transform: translateY(-10px)}
.animate-all.a-scale-1:hover{transform: scale(1.1)}


 .cp{cursor: pointer}

.foots-box a{
  text-decoration: none;
  color: #ffffff;
}
