._myCenterTheme__tab__Ij1fV>ul:after{background:#d8dce7}._myCenterTheme__tab__Ij1fV li{margin-right:30px;display:block;text-align:center;line-height:54px;color:#333}._myCenterTheme__tab__Ij1fV li[class*=active]{font-weight:bold}._myCenterTheme__tab__Ij1fV li[class*=active]:after{width:100%;background:#4080ff}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
textarea,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  user-select: text;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  /*font-family: "helvetica neue,Helvetica,pingfang sc,hiragino sans gb,microsoft yahei,微软雅黑,Arial,sans-serif";*/
  font-size: 14px;
  /* scroll-behavior: smooth; */
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #333;
}
a:hover {
  color: #666;
}

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;
}
/*input:-webkit-autofill, 
 textarea:-webkit-autofill, 
 select:-webkit-autofill { 
       -webkit-box-shadow: 0 0 0 1000px white inset; 
}
 input[type=text]:focus, input[type=password]:focus, textarea:focus {
      -webkit-box-shadow: 0 0 0 1000px white inset; 
}*/
input::-webkit-input-placeholder,
input:placeholder-shown {
  font-size: 12px;
}

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

#base__app__1Q80R {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#base__spring_left_top__3Z8X9 {
  width: 266px;
  height: 266px;
  position: fixed;
  left: 0;
  top: 106px;
  display: none;
  z-index: 99998;
}
#base__spring_right_top__3V24f {
  width: 266px;
  height: 266px;
  position: fixed;
  right: 0;
  top: 106px;
  display: none;
  z-index: 99998;
}
#base__spring_left_bottom__3nFv2 {
  width: 280px;
  height: 280px;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99998;
}
#base__spring_right_bottom__g2W6g {
  width: 280px;
  height: 280px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99998;
}
#base__spring_mid__2zkyb {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99999;
}
#base__european_mid__nV0UK {
  width: 50%;
  height: 50%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}
#base__european_cup_particles__1kV0y {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99998;
}
html {
  background: white;
  color: #333333;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'SF Pro SC', 'SF Pro Text', 'PingFang SC', 'Microsoft Yahei',
    'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */

body,
button,
input,
select,
textarea {
  font-size: 14px;
  /*font:14px \5b8b\4f53,arial,sans-serif;*/
}

button {
  outline: none;
  cursor: pointer;
}

input,
select,
textarea {
  font-size: 100%;
}

/* 去除默认边框 */

fieldset,
img {
  border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */

iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */

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

/* 一致的 del 样式 */

del {
  text-decoration: line-through;
}

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

/* 去掉列表前的标识，li 会继承 */

ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */

caption,
th {
  text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */

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

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

/* 统一上标和下标 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */

/* 默认不显示下划线，保持页面简洁 */

ins,
a {
  text-decoration: none;
}

/* 去除 ie6 & ie7 焦点点状线 */

a:focus,
*:focus {
  outline: none;
}

/* 隐藏搜狗浏览器小键盘 */

input::-webkit-input-safebox-button {
  display: none;
}

/* 隐藏safari浏览器小键盘 */
input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/* 清除浮动 */

.base__clearfix__4nzA9:before,
.base__clearfix__4nzA9:after {
  content: '';
  display: table;
}

.base__clearfix__4nzA9:after {
  clear: both;
  overflow: hidden;
}

.base__clearfix__4nzA9 {
  zoom: 1;
  /* for ie6 & ie7 */
}

.base__clear__2aA6v {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* 设置显示和隐藏，通常用来与 js 配合 */

.base__hide__1f7Rp {
  display: none;
}

.base__block__1eYkI {
  display: block;
}

/* 设置浮动，减少浮动带来的 bug */

.base__fl__C7QE7,
.base__fr__1Xwxu {
  display: inline;
}

.base__fl__C7QE7 {
  float: left;
}

.base__fr__1Xwxu {
  float: right;
}

.base__head__CqppH {
  position: relative;
}

.base__left-arrow-d__367rt {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  z-index: 999;
}

.base__left-arrow-d__367rt::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 8px;
  left: 7px;
  color: #fff;
}

.base__right-arrow-d__1ODzW {
  position: relative;
  height: 8px;
  color: #fff;
  display: inline-block;
}

.base__right-arrow-d__1ODzW::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #545454;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(132deg);
  transform: rotate(132deg);
  color: #fff;
}

.base__right-arrow-b__12RQY,
.base__right-arrow-t__3UQWd,
.base__right-arrow-r__j_ie2 {
  position: relative;
  height: 8px;
  color: #fff;
  display: inline-block;
}

.base__right-arrow-b__12RQY::before,
.base__right-arrow-t__3UQWd::before,
.base__right-arrow-r__j_ie2::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #ccc;
  border-width: 2px 0 0 2px;
  border-color: #ccc;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  color: #fff;
  margin-top: -5px;
  margin-left: 10px;
}

.base__right-arrow-t__3UQWd::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}

.base__right-arrow-r__j_ie2::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  margin-top: -1px;
  border-color: #999;
}

.base__swal2-popup__SaQoo .base__swal2-styled__183Fn:focus {
  box-shadow: none !important;
}

.base__geetest_holder__2dp0u {
  width: 100% !important;
  min-width: 160px !important;
}

.base__geetest_holder__2dp0u.base__geetest_wind__3DipP .base__geetest_radar_btn__3ZYg6,
.base__geetest_holder__2dp0u.base__geetest_wind__3DipP .base__geetest_success_btn__27Jkb {
  border-radius: 5px !important;
}

.base__errorColor__3Yawc {
  color: #fc5a5a;
}

html.base__swal2-shown__1oX6t:not(.base__swal2-no-backdrop__2p8OX):not(.base__swal2-toast-shown__1pQvx),
body.base__swal2-shown__1oX6t:not(.base__swal2-no-backdrop__2p8OX):not(.base__swal2-toast-shown__1pQvx) {
  height: 100% !important;
}

.base__mt10__3T01D {
  margin-top: 10px;
}
.base__mt20__3iov8 {
  margin-top: 20px;
}
.base__mt30__3PNUO {
  margin-top: 30px;
}
.base__mt40__29nab {
  margin-top: 40px;
}
.base__mt50__1Vc5d {
  margin-top: 50px;
}
.base__mt60__25hOK {
  margin-top: 60px;
}
.base__mt70__2wlW8 {
  margin-top: 70px;
}

.common__padding_5__2e9Dz{padding:.05rem}button{background-color:transparent}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.common__padding_10__1-SFD{padding:.1rem}.common__margin_left_5__2wS5v{margin-left:.05rem}.common__margin_left_10__2h-Xp{margin-left:.1rem}.common__margin_top_5__21mcc{margin-top:.05rem}.common__margin_top_10__1fgc3{margin-top:.1rem}.common__margin_top_20__C9vGQ{margin-top:.2rem}.common__margin_left_20__2H-Wu{margin-left:.2rem}.common__bigHight__gUeDs{height:4.28rem}.common__position_absolute__2ZI5W{position:absolute}.common__flex__o7Hco{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.common__flex_direction_column__3eueK{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.common__flex_center__2wGfq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.common__flex_align_item_center__15XAV{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.common__position_fixed__2PoL7{position:"fixed"}.common__width_100_percent__2-I13{width:100%}.common__height_100_percent__3Cxx3{width:100%}.common__loading__2ISqR{background:rgba(0, 0, 0, .5);width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1300;overflow:hidden}.common__loadingWarp__jRby5{height:96px;width:96px;position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.common__pageContainer__3-VhW{min-height:calc(100vh - 115px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.common__pageContainer__3-VhW .common__pageBody__1Dn3a{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.common__pageContainer__3-VhW .common__pageBody__1Dn3a>div{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@-webkit-keyframes common__loading__2ISqR{0%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) 0px 0}3.448%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -94px 0}6.896%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -188px 0}10.344%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -282px 0}13.792%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -376px 0}17.24%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -470px 0}20.688%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -564px 0}24.136%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -658px 0}27.584%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -752px 0}31.032%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -846px 0}34.48%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -940px 0}37.928%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1034px 0}41.376%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1128px 0}44.824%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1222px 0}48.272%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1316px 0}51.72%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1410px 0}55.168%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1504px 0}58.616%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1598px 0}62.064%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1692px 0}65.512%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1786px 0}68.96%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1880px 0}72.408%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1974px 0}75.856%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2068px 0}79.304%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2162px 0}82.752%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2256px 0}86.2%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2350px 0}89.648%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2444px 0}93.096%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2538px 0}96.544%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2632px 0}99.992%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2726px 0}}@keyframes common__loading__2ISqR{0%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) 0px 0}3.448%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -94px 0}6.896%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -188px 0}10.344%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -282px 0}13.792%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -376px 0}17.24%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -470px 0}20.688%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -564px 0}24.136%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -658px 0}27.584%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -752px 0}31.032%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -846px 0}34.48%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -940px 0}37.928%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1034px 0}41.376%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1128px 0}44.824%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1222px 0}48.272%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1316px 0}51.72%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1410px 0}55.168%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1504px 0}58.616%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1598px 0}62.064%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1692px 0}65.512%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1786px 0}68.96%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1880px 0}72.408%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -1974px 0}75.856%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2068px 0}79.304%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2162px 0}82.752%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2256px 0}86.2%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2350px 0}89.648%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2444px 0}93.096%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2538px 0}96.544%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2632px 0}99.992%{background:url(/static/loading-sprites-7363b33fb36dd4a2fd6f1cc6fb501713.png) -2726px 0}}.common__footAnimation__3NQbP{-webkit-animation:common__giftFooter__2SXYA 2.5s linear;animation:common__giftFooter__2SXYA 2.5s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;width:115px;height:115px;position:absolute;left:0;bottom:-5px;-webkit-transition:left 1.5s linear 1s;transition:left 1.5s linear 1s;background-repeat:no-repeat}@-webkit-keyframes common__giftFooter__2SXYA{0%{background:url("/assets/gift/footer/footer_0.png?__static_hash__") no-repeat}1.25%{background:url("/assets/gift/footer/footer_1.png?__static_hash__") no-repeat}2.5%{background:url("/assets/gift/footer/footer_2.png?__static_hash__") no-repeat}3.75%{background:url("/assets/gift/footer/footer_3.png?__static_hash__") no-repeat}5%{background:url("/assets/gift/footer/footer_4.png?__static_hash__") no-repeat}6.25%{background:url("/assets/gift/footer/footer_5.png?__static_hash__") no-repeat}7.5%{background:url("/assets/gift/footer/footer_6.png?__static_hash__") no-repeat}8.75%{background:url("/assets/gift/footer/footer_7.png?__static_hash__") no-repeat}10%{background:url("/assets/gift/footer/footer_8.png?__static_hash__") no-repeat}11.25%{background:url("/assets/gift/footer/footer_9.png?__static_hash__") no-repeat}12.5%{background:url("/assets/gift/footer/footer_10.png?__static_hash__") no-repeat}13.75%{background:url("/assets/gift/footer/footer_11.png?__static_hash__") no-repeat}15%{background:url("/assets/gift/footer/footer_12.png?__static_hash__") no-repeat}16.25%{background:url("/assets/gift/footer/footer_13.png?__static_hash__") no-repeat}17.5%{background:url("/assets/gift/footer/footer_14.png?__static_hash__") no-repeat}18.75%{background:url("/assets/gift/footer/footer_15.png?__static_hash__") no-repeat}20%{background:url("/assets/gift/footer/footer_16.png?__static_hash__") no-repeat}21.25%{background:url("/assets/gift/footer/footer_17.png?__static_hash__") no-repeat}22.5%{background:url("/assets/gift/footer/footer_18.png?__static_hash__") no-repeat}23.75%{background:url("/assets/gift/footer/footer_19.png?__static_hash__") no-repeat}25%{background:url("/assets/gift/footer/footer_20.png?__static_hash__") no-repeat}26.25%{background:url("/assets/gift/footer/footer_21.png?__static_hash__") no-repeat}27.5%{background:url("/assets/gift/footer/footer_22.png?__static_hash__") no-repeat}28.75%{background:url("/assets/gift/footer/footer_23.png?__static_hash__") no-repeat}30%{background:url("/assets/gift/footer/footer_24.png?__static_hash__") no-repeat}31.25%{background:url("/assets/gift/footer/footer_25.png?__static_hash__") no-repeat}32.5%{background:url("/assets/gift/footer/footer_26.png?__static_hash__") no-repeat}33.75%{background:url("/assets/gift/footer/footer_27.png?__static_hash__") no-repeat}35%{background:url("/assets/gift/footer/footer_28.png?__static_hash__") no-repeat}36.25%{background:url("/assets/gift/footer/footer_29.png?__static_hash__") no-repeat}37.5%{background:url("/assets/gift/footer/footer_30.png?__static_hash__") no-repeat}38.75%{background:url("/assets/gift/footer/footer_31.png?__static_hash__") no-repeat}40%{background:url("/assets/gift/footer/footer_32.png?__static_hash__") no-repeat}41.25%{background:url("/assets/gift/footer/footer_33.png?__static_hash__") no-repeat}42.5%{background:url("/assets/gift/footer/footer_34.png?__static_hash__") no-repeat}43.75%{background:url("/assets/gift/footer/footer_35.png?__static_hash__") no-repeat}45%{background:url("/assets/gift/footer/footer_36.png?__static_hash__") no-repeat}46.25%{background:url("/assets/gift/footer/footer_37.png?__static_hash__") no-repeat}47.5%{background:url("/assets/gift/footer/footer_38.png?__static_hash__") no-repeat}48.75%{background:url("/assets/gift/footer/footer_39.png?__static_hash__") no-repeat}50%{background:url("/assets/gift/footer/footer_40.png?__static_hash__") no-repeat}51.25%{background:url("/assets/gift/footer/footer_41.png?__static_hash__") no-repeat}52.5%{background:url("/assets/gift/footer/footer_42.png?__static_hash__") no-repeat}53.75%{background:url("/assets/gift/footer/footer_43.png?__static_hash__") no-repeat}55%{background:url("/assets/gift/footer/footer_44.png?__static_hash__") no-repeat}56.25%{background:url("/assets/gift/footer/footer_45.png?__static_hash__") no-repeat}57.5%{background:url("/assets/gift/footer/footer_46.png?__static_hash__") no-repeat}58.75%{background:url("/assets/gift/footer/footer_47.png?__static_hash__") no-repeat}60%{background:url("/assets/gift/footer/footer_48.png?__static_hash__") no-repeat}61.25%{background:url("/assets/gift/footer/footer_49.png?__static_hash__") no-repeat}62.5%{background:url("/assets/gift/footer/footer_50.png?__static_hash__") no-repeat}63.75%{background:url("/assets/gift/footer/footer_51.png?__static_hash__") no-repeat}65%{background:url("/assets/gift/footer/footer_52.png?__static_hash__") no-repeat}66.25%{background:url("/assets/gift/footer/footer_53.png?__static_hash__") no-repeat}67.5%{background:url("/assets/gift/footer/footer_54.png?__static_hash__") no-repeat}68.75%{background:url("/assets/gift/footer/footer_55.png?__static_hash__") no-repeat}70%{background:url("/assets/gift/footer/footer_56.png?__static_hash__") no-repeat}71.25%{background:url("/assets/gift/footer/footer_57.png?__static_hash__") no-repeat}72.5%{background:url("/assets/gift/footer/footer_58.png?__static_hash__") no-repeat}73.75%{background:url("/assets/gift/footer/footer_59.png?__static_hash__") no-repeat}75%{background:url("/assets/gift/footer/footer_60.png?__static_hash__") no-repeat}76.25%{background:url("/assets/gift/footer/footer_61.png?__static_hash__") no-repeat}77.5%{background:url("/assets/gift/footer/footer_62.png?__static_hash__") no-repeat}78.75%{background:url("/assets/gift/footer/footer_63.png?__static_hash__") no-repeat}80%{background:url("/assets/gift/footer/footer_64.png?__static_hash__") no-repeat}81.25%{background:url("/assets/gift/footer/footer_65.png?__static_hash__") no-repeat}82.5%{background:url("/assets/gift/footer/footer_66.png?__static_hash__") no-repeat}83.75%{background:url("/assets/gift/footer/footer_67.png?__static_hash__") no-repeat}85%{background:url("/assets/gift/footer/footer_68.png?__static_hash__") no-repeat}86.25%{background:url("/assets/gift/footer/footer_69.png?__static_hash__") no-repeat}87.5%{background:url("/assets/gift/footer/footer_70.png?__static_hash__") no-repeat}88.75%{background:url("/assets/gift/footer/footer_71.png?__static_hash__") no-repeat}90%{background:url("/assets/gift/footer/footer_72.png?__static_hash__") no-repeat}91.25%{background:url("/assets/gift/footer/footer_73.png?__static_hash__") no-repeat}92.5%{background:url("/assets/gift/footer/footer_74.png?__static_hash__") no-repeat}93.75%{background:url("/assets/gift/footer/footer_75.png?__static_hash__") no-repeat}95%{background:url("/assets/gift/footer/footer_76.png?__static_hash__") no-repeat}96.25%{background:url("/assets/gift/footer/footer_77.png?__static_hash__") no-repeat}97.5%{background:url("/assets/gift/footer/footer_78.png?__static_hash__") no-repeat}98.75%{background:url("/assets/gift/footer/footer_79.png?__static_hash__") no-repeat}100%{background:url("/assets/gift/footer/footer_80.png?__static_hash__") no-repeat}}@keyframes common__giftFooter__2SXYA{0%{background:url("/assets/gift/footer/footer_0.png?__static_hash__") no-repeat}1.25%{background:url("/assets/gift/footer/footer_1.png?__static_hash__") no-repeat}2.5%{background:url("/assets/gift/footer/footer_2.png?__static_hash__") no-repeat}3.75%{background:url("/assets/gift/footer/footer_3.png?__static_hash__") no-repeat}5%{background:url("/assets/gift/footer/footer_4.png?__static_hash__") no-repeat}6.25%{background:url("/assets/gift/footer/footer_5.png?__static_hash__") no-repeat}7.5%{background:url("/assets/gift/footer/footer_6.png?__static_hash__") no-repeat}8.75%{background:url("/assets/gift/footer/footer_7.png?__static_hash__") no-repeat}10%{background:url("/assets/gift/footer/footer_8.png?__static_hash__") no-repeat}11.25%{background:url("/assets/gift/footer/footer_9.png?__static_hash__") no-repeat}12.5%{background:url("/assets/gift/footer/footer_10.png?__static_hash__") no-repeat}13.75%{background:url("/assets/gift/footer/footer_11.png?__static_hash__") no-repeat}15%{background:url("/assets/gift/footer/footer_12.png?__static_hash__") no-repeat}16.25%{background:url("/assets/gift/footer/footer_13.png?__static_hash__") no-repeat}17.5%{background:url("/assets/gift/footer/footer_14.png?__static_hash__") no-repeat}18.75%{background:url("/assets/gift/footer/footer_15.png?__static_hash__") no-repeat}20%{background:url("/assets/gift/footer/footer_16.png?__static_hash__") no-repeat}21.25%{background:url("/assets/gift/footer/footer_17.png?__static_hash__") no-repeat}22.5%{background:url("/assets/gift/footer/footer_18.png?__static_hash__") no-repeat}23.75%{background:url("/assets/gift/footer/footer_19.png?__static_hash__") no-repeat}25%{background:url("/assets/gift/footer/footer_20.png?__static_hash__") no-repeat}26.25%{background:url("/assets/gift/footer/footer_21.png?__static_hash__") no-repeat}27.5%{background:url("/assets/gift/footer/footer_22.png?__static_hash__") no-repeat}28.75%{background:url("/assets/gift/footer/footer_23.png?__static_hash__") no-repeat}30%{background:url("/assets/gift/footer/footer_24.png?__static_hash__") no-repeat}31.25%{background:url("/assets/gift/footer/footer_25.png?__static_hash__") no-repeat}32.5%{background:url("/assets/gift/footer/footer_26.png?__static_hash__") no-repeat}33.75%{background:url("/assets/gift/footer/footer_27.png?__static_hash__") no-repeat}35%{background:url("/assets/gift/footer/footer_28.png?__static_hash__") no-repeat}36.25%{background:url("/assets/gift/footer/footer_29.png?__static_hash__") no-repeat}37.5%{background:url("/assets/gift/footer/footer_30.png?__static_hash__") no-repeat}38.75%{background:url("/assets/gift/footer/footer_31.png?__static_hash__") no-repeat}40%{background:url("/assets/gift/footer/footer_32.png?__static_hash__") no-repeat}41.25%{background:url("/assets/gift/footer/footer_33.png?__static_hash__") no-repeat}42.5%{background:url("/assets/gift/footer/footer_34.png?__static_hash__") no-repeat}43.75%{background:url("/assets/gift/footer/footer_35.png?__static_hash__") no-repeat}45%{background:url("/assets/gift/footer/footer_36.png?__static_hash__") no-repeat}46.25%{background:url("/assets/gift/footer/footer_37.png?__static_hash__") no-repeat}47.5%{background:url("/assets/gift/footer/footer_38.png?__static_hash__") no-repeat}48.75%{background:url("/assets/gift/footer/footer_39.png?__static_hash__") no-repeat}50%{background:url("/assets/gift/footer/footer_40.png?__static_hash__") no-repeat}51.25%{background:url("/assets/gift/footer/footer_41.png?__static_hash__") no-repeat}52.5%{background:url("/assets/gift/footer/footer_42.png?__static_hash__") no-repeat}53.75%{background:url("/assets/gift/footer/footer_43.png?__static_hash__") no-repeat}55%{background:url("/assets/gift/footer/footer_44.png?__static_hash__") no-repeat}56.25%{background:url("/assets/gift/footer/footer_45.png?__static_hash__") no-repeat}57.5%{background:url("/assets/gift/footer/footer_46.png?__static_hash__") no-repeat}58.75%{background:url("/assets/gift/footer/footer_47.png?__static_hash__") no-repeat}60%{background:url("/assets/gift/footer/footer_48.png?__static_hash__") no-repeat}61.25%{background:url("/assets/gift/footer/footer_49.png?__static_hash__") no-repeat}62.5%{background:url("/assets/gift/footer/footer_50.png?__static_hash__") no-repeat}63.75%{background:url("/assets/gift/footer/footer_51.png?__static_hash__") no-repeat}65%{background:url("/assets/gift/footer/footer_52.png?__static_hash__") no-repeat}66.25%{background:url("/assets/gift/footer/footer_53.png?__static_hash__") no-repeat}67.5%{background:url("/assets/gift/footer/footer_54.png?__static_hash__") no-repeat}68.75%{background:url("/assets/gift/footer/footer_55.png?__static_hash__") no-repeat}70%{background:url("/assets/gift/footer/footer_56.png?__static_hash__") no-repeat}71.25%{background:url("/assets/gift/footer/footer_57.png?__static_hash__") no-repeat}72.5%{background:url("/assets/gift/footer/footer_58.png?__static_hash__") no-repeat}73.75%{background:url("/assets/gift/footer/footer_59.png?__static_hash__") no-repeat}75%{background:url("/assets/gift/footer/footer_60.png?__static_hash__") no-repeat}76.25%{background:url("/assets/gift/footer/footer_61.png?__static_hash__") no-repeat}77.5%{background:url("/assets/gift/footer/footer_62.png?__static_hash__") no-repeat}78.75%{background:url("/assets/gift/footer/footer_63.png?__static_hash__") no-repeat}80%{background:url("/assets/gift/footer/footer_64.png?__static_hash__") no-repeat}81.25%{background:url("/assets/gift/footer/footer_65.png?__static_hash__") no-repeat}82.5%{background:url("/assets/gift/footer/footer_66.png?__static_hash__") no-repeat}83.75%{background:url("/assets/gift/footer/footer_67.png?__static_hash__") no-repeat}85%{background:url("/assets/gift/footer/footer_68.png?__static_hash__") no-repeat}86.25%{background:url("/assets/gift/footer/footer_69.png?__static_hash__") no-repeat}87.5%{background:url("/assets/gift/footer/footer_70.png?__static_hash__") no-repeat}88.75%{background:url("/assets/gift/footer/footer_71.png?__static_hash__") no-repeat}90%{background:url("/assets/gift/footer/footer_72.png?__static_hash__") no-repeat}91.25%{background:url("/assets/gift/footer/footer_73.png?__static_hash__") no-repeat}92.5%{background:url("/assets/gift/footer/footer_74.png?__static_hash__") no-repeat}93.75%{background:url("/assets/gift/footer/footer_75.png?__static_hash__") no-repeat}95%{background:url("/assets/gift/footer/footer_76.png?__static_hash__") no-repeat}96.25%{background:url("/assets/gift/footer/footer_77.png?__static_hash__") no-repeat}97.5%{background:url("/assets/gift/footer/footer_78.png?__static_hash__") no-repeat}98.75%{background:url("/assets/gift/footer/footer_79.png?__static_hash__") no-repeat}100%{background:url("/assets/gift/footer/footer_80.png?__static_hash__") no-repeat}}.common__fl__3oI91,.common__fr__3Pc2_{display:inline}.common__fl__3oI91{float:left}.common__fr__3Pc2_{float:right}.common__clearfix__28XIR:after{content:"";display:block;clear:both;overflow:hidden}.common__clearfix__28XIR{zoom:1}.common__clear__3qlL6{clear:both;display:block;font-size:0;height:0;line-height:0;overflow:hidden}.common__hide__N-0ls{display:none;-webkit-transition:all 1s;transition:all 1s}.common__color_white__3RExS{color:#fff}.common__margin_auto__2IJbQ{margin:0 auto}.common__text_align_center__7AG80{text-align:center}.common__masker__3pxBf{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;background:rgba(0, 0, 0, .6)}.common__userFormControl__1PeFn{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:0 4%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#666;border:1px solid #e3e3e3;border-radius:2px;margin:0;text-indent:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.common__userFormControl__1PeFn:focus{border-color:#4080ff!important}.common__userFormControl__1PeFn:hover{border-color:#999!important}.common__userFormControl__1PeFn::-webkit-input-placeholder{color:#e3e3e3!important}select.common__userFormControl__1PeFn{padding-right:28px;position:relative;z-index:3;background:transparent}select.common__userFormControl__1PeFn+i{position:absolute;top:21px;right:-1px;width:19px;height:12px;-webkit-transform:translateY(-50%) scale(0.8);transform:translateY(-50%) scale(0.8);background-image:url(/static/underHui1@2x-8b735fbd565178e4c85e6c35898e7de4.png);background-repeat:no-repeat;background-size:initial;background-size:50%}select.common__userFormControl__1PeFn+.common__select_down_icon__2eTsz{opacity:.3}.common__btnReadonly__2RbX_{background:#e3e3e3!important;color:#fff!important;border-color:#e3e3e3!important;cursor:not-allowed}.ant-message{z-index:10000}.ant-checkbox-checked .ant-checkbox-inner{background-color:#fff!important;border-color:#4080ff!important}.ant-checkbox-checked .ant-checkbox-inner:after{border:2px solid #4080ff!important;border-top:0!important;border-left:0!important}.ant-checkbox-checked:after{border:1px solid #4080ff}.ant-btn{padding:0 15px!important}.common__scroll_bar__28TB7{height:100%;overflow-y:auto}.common__scroll_bar__28TB7::-webkit-scrollbar{width:6px!important}.common__scroll_bar__28TB7::-webkit-scrollbar-track{border-radius:3px}.common__scroll_bar__28TB7::-webkit-scrollbar-thumb{border-radius:3px;background:#eee}.common__scroll_bar__28TB7::-webkit-scrollbar-thumb:window-inactive{background:#eee}.common__yibo_scroll_bar__1FYsF{max-height:418px}.common__yibo_scroll_bar__1FYsF::-webkit-scrollbar{width:6px!important}.common__yibo_scroll_bar__1FYsF::-webkit-scrollbar-track{border-radius:3px}.common__yibo_scroll_bar__1FYsF::-webkit-scrollbar-thumb{border-radius:3px;background:#eee}.common__yibo_scroll_bar__1FYsF::-webkit-scrollbar-thumb:window-inactive{background:#eee}.ant-picker-content th{text-align:center}.kok-select>.ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector,.kok-select.ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{padding-left:19px}.kok-select>.ant-select.ant-select-single.ant-select-open .ant-select-selection-item,.kok-select.ant-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.kok-select>.ant-select .ant-select-arrow,.kok-select.ant-select .ant-select-arrow{width:18px;height:18px;background:url(/static/arrow-d5182ca89fe1fa2489efa9739de0f306.png) 0 0/100% 100% no-repeat;-webkit-transition:all .3s ease;transition:all .3s ease;margin-top:-9px}.kok-select>.ant-select .ant-select-arrow>span,.kok-select.ant-select .ant-select-arrow>span{display:none}.kok-select>.ant-select .ant-select-arrow>span>svg,.kok-select.ant-select .ant-select-arrow>span>svg{display:none}.kok-select>.ant-select.ant-select-disabled .ant-select-selector,.kok-select.ant-select.ant-select-disabled .ant-select-selector{border-color:#d8dce7;background-color:rgba(216, 220, 231, .2)}.kok-select>.ant-select.ant-select-disabled .ant-select-selector:hover,.kok-select.ant-select.ant-select-disabled .ant-select-selector:hover{border-color:#d8dce7;background-color:rgba(216, 220, 231, .2)}.kok-select>.ant-select.ant-select-open .ant-select-arrow,.kok-select.ant-select.ant-select-open .ant-select-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg);background:url(/static/arrow-d5182ca89fe1fa2489efa9739de0f306.png) 0 0/100% 100% no-repeat}.kok-select>.ant-select.ant-select-open .ant-select-selector,.kok-select.ant-select.ant-select-open .ant-select-selector{border-color:#3678fe;-webkit-box-shadow:0 10px 20px 0 #dae8f2;box-shadow:0 10px 20px 0 #dae8f2}.kok-select>.ant-select.ant-select-focused.ant-select-open .ant-select-selector,.kok-select.ant-select.ant-select-focused.ant-select-open .ant-select-selector{-webkit-box-shadow:0 10px 20px 0 #dae8f2;box-shadow:0 10px 20px 0 #dae8f2}.kok-select>.ant-select.ant-select-focused .ant-select-selector,.kok-select.ant-select.ant-select-focused .ant-select-selector{border-color:#3678fe;-webkit-box-shadow:none;box-shadow:none}.kok-select>.ant-select .ant-select-selector,.kok-select.ant-select .ant-select-selector{border-radius:6px}.kok-select>.ant-select .ant-select-selector:hover,.kok-select.ant-select .ant-select-selector:hover{border-color:#3678fe}.kok-select>.ant-select .ant-select-selection-placeholder,.kok-select.ant-select .ant-select-selection-placeholder{font-size:14px;color:#94a6b7}.kok-select>.ant-select .ant-select-selection-item,.kok-select.ant-select .ant-select-selection-item{font-size:14px;color:#333}.ant-select-dropdown.kok-dorpdown{padding:10px 6px 10px 10px;border-radius:6px;-webkit-box-shadow:0 10px 50px 0 rgba(0, 0, 0, .15);box-shadow:0 10px 50px 0 rgba(0, 0, 0, .15)}.ant-select-dropdown.kok-dorpdown .ant-select-item-option-content{height:24px;line-height:24px;color:#4b5e6f}.ant-select-dropdown.kok-dorpdown .ant-select-item,.ant-select-dropdown.kok-dorpdown .ant-select-item-empty{padding-left:10px;border-radius:6px 0 0 6px}.ant-select-dropdown.kok-dorpdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:rgba(243, 246, 249, .5)}.ant-select-dropdown.kok-dorpdown>div>div::-webkit-scrollbar{width:6px!important}.ant-select-dropdown.kok-dorpdown>div>div::-webkit-scrollbar-track{border-radius:3px;background-color:#fff}.ant-select-dropdown.kok-dorpdown>div>div::-webkit-scrollbar-thumb{border-radius:3px;background:#dedee0}.mt_20{margin-bottom:20px}#tutorial-container ul[class*=head]{position:relative;border-bottom:none}#tutorial-container ul[class*=head]:after{content:"";position:absolute;bottom:0;width:100%;left:0;height:1px;background:#d8dce7}#tutorial-container ul[class*=head] li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#333;width:100px;position:relative}#tutorial-container ul[class*=head] li[class*=active]{font-weight:bold}#tutorial-container ul[class*=head] li[class*=active]:after{content:"";width:70px;position:absolute;bottom:0;left:15px;height:1px;background:#4080ff;z-index:1}@media only screen and (max-width:500px){.common__mainBody__3eiSM>div:first-child{display:none}}

.index__modal_HomeAreat_model__UuSX4{width:490px;height:290px;border-radius:8px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;z-index:1000;top:40%;margin-top:-184px}.index__modal_CuorsterAreat_model__11iK4{width:490px;height:auto;background-color:#fff}.index__modal_CuorsterAreat_model__11iK4 .index__notice_content__oYAce{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.index__modal_CuorsterAreat_model__11iK4 .index__flex__1nvkq{position:relative;margin-bottom:23px;padding:0px 16px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:22px;min-height:65px;max-height:273px;font-size:14px;color:#6b6b6b}.index__modal_CuorsterAreat_model__11iK4 .index__footer__ueP_z{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:82px;border-top:1px solid #efeff4}.index__modal_CuorsterAreat_model__11iK4 button{width:136px;height:38px;line-height:38px;border:none;border-radius:20px;text-align:center;font-size:14px;color:#666;-webkit-box-sizing:border-box;box-sizing:border-box}.index__modal_CuorsterAreat_model__11iK4 button.index__confirm__1UJmY{color:#ffe4c8;background:-webkit-gradient(linear,left top, right top,from(#313131),to(#1d1d1d));background:-webkit-linear-gradient(left,#313131,#1d1d1d);background:linear-gradient(to right,#313131,#1d1d1d)}.index__modal_CuorsterAreat_model__11iK4 button.index__close__2R4Us{margin-right:32px;background:#fff;color:#797979;border:solid 1px #797979}.index__home_alert_dialog_model__2OZVi{width:490px;height:auto;border-radius:8px;background:#1f1f1f}.index__notice_header__z6jOK{position:relative;width:100%;height:55px;line-height:55px;border-radius:4px 4px 0 0;margin-bottom:23px}.index__notice_header__z6jOK .index__text__3HAgj{display:block;cursor:pointer;overflow:hidden;font-size:15px;font-weight:500;text-overflow:ellipsis;color:#ffe4c8;margin-left:16px}.index__notice_content__oYAce{min-height:170px;max-height:374px}.index__notice_content__oYAce .index__no_more_tips__39trf{height:79px;line-height:79px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.index__notice_content__oYAce .index__no_more_tips__39trf label{color:#d8b58d!important}.index__notice_content__oYAce .index__no_more_tips__39trf label input[type=checkbox]{background:#3d404e;border:#7f83a2 1px solid}.index__notice_content__oYAce .index__no_more_tips__39trf .index__btn_wrap__3iz3W{height:36px;margin:0 auto}.index__notice_content__oYAce .index__no_more_tips__39trf .index__btn_wrap__3iz3W button{font-size:14px;color:#666;width:130px;height:36px;line-height:34px;border-radius:200px;vertical-align:top}.index__notice_content__oYAce .index__no_more_tips__39trf .index__btn_wrap__3iz3W .index__close__2R4Us{border:solid 1px #685a4a;background-color:transparent;color:#d8b58d}.index__notice_content__oYAce .index__no_more_tips__39trf .index__btn_wrap__3iz3W .index__confirm__1UJmY{border:none;margin-left:20px;color:#79420d;background:-webkit-gradient(linear,left top, right top,from(#e8b57e),to(#c4915f));background:-webkit-linear-gradient(left,#e8b57e,#c4915f);background:linear-gradient(to right,#e8b57e,#c4915f)}.index__notice_content__oYAce .index__notice_content__oYAce{position:relative;min-height:101px;max-height:296px;padding:0px 8px 0 16px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.index__notice_content__oYAce .index__notice_content__oYAce ::-webkit-scrollbar{width:6px!important}.index__notice_content__oYAce .index__notice_content__oYAce ::-webkit-scrollbar-thumb{border-radius:3px;background:#eee}.index__notice_content__oYAce .index__notice_content__oYAce ::-webkit-scrollbar-thumb:window-inactive{background:#eee}.index__notice_content__oYAce div ul{width:100%;height:100%;overflow-y:auto;scrollbar-color:transparent transparent;scrollbar-track-color:transparent;-ms-scrollbar-track-color:transparent}.index__notice_content__oYAce ul li{position:relative;margin-bottom:20px;padding:0 13px;-webkit-box-sizing:border-box;box-sizing:border-box}.index__notice_content__oYAce ul li::after{content:"";position:absolute;left:0;top:5px;width:8px;height:8px;border-radius:50%;background:#ffe4c8}.index__notice_content__oYAce ul li .index__title__Z60Bo{line-height:18px;font-size:14px;color:#ffe4c8;margin-bottom:2px}.index__notice_content__oYAce ul li .index__content__3GOGm{line-height:18px;font-size:14px;color:#d8b58d}.index__scroll_bar__HZz8k{height:100%;overflow-y:auto}.index__scroll_bar__HZz8k::-webkit-scrollbar{width:6px!important}.index__scroll_bar__HZz8k::-webkit-scrollbar-track{border-radius:3px}.index__scroll_bar__HZz8k::-webkit-scrollbar-thumb{border-radius:3px;background:#eee}.index__scroll_bar__HZz8k::-webkit-scrollbar-thumb:window-inactive{background:#eee}
.msgBox__modal__3hdOq{width:100%;height:100%;background-color:rgba(0, 0, 0, .3);position:fixed;left:0;top:0;overflow:hidden;z-index:1300}.msgBox__modal__3hdOq .msgBox__modal_main__DiACa{position:relative;width:360px;min-height:179px;border-radius:4px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;z-index:999;top:50%;margin-top:-117px;background:#fff}.msgBox__header__3MKBW{position:relative;width:100%;height:40px;line-height:40px;border-radius:4px 4px 0 0;background:-webkit-gradient(linear,left top, right top,from(#83a7ff),to(#276ff6));background:-webkit-linear-gradient(left,#83a7ff,#276ff6);background:linear-gradient(to right,#83a7ff,#276ff6)}.msgBox__header__3MKBW .msgBox__text__1x5gx{height:40px;line-height:40px;padding:0 40px 0 16px;font-size:18px;color:#fff}.msgBox__header__3MKBW .msgBox__close_icon__igcG3{position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px;z-index:1000;height:16px;background-image:url("/static/image/icon_closed.fe40be029e61165b0d167c5e053b6222.png");background-position:center;background-size:contain;cursor:pointer}.webpa .msgBox__header__3MKBW .msgBox__close_icon__igcG3{background-image:url("/static/image/icon_closed.fe40be029e61165b0d167c5e053b6222.png")}.msgBox__modal_content__1F0ws{width:100%;padding:27px 15px 32px;-webkit-box-sizing:border-box;box-sizing:border-box}.msgBox__modal_content__1F0ws .msgBox__modal_statusIcon__3vw2L{width:36px;height:36px;margin:0 auto 22px}.msgBox__modal_content__1F0ws .msgBox__modal_statusIcon__3vw2L.msgBox__statusSuccess__2Da2k{background-image:url(/static/success_icon-49fe19476ffbfceaade70dc4ea178372.svg);background-repeat:no-repeat;background-size:initial;background-position:center;background-size:contain}.msgBox__modal_content__1F0ws .msgBox__modal_statusIcon__3vw2L.msgBox__statusError__1rf-O{background-image:url(/static/icon_fail_modal-98717e12100c36f853e93a6f5f4abcdb.png);background-repeat:no-repeat;background-size:initial;background-position:center;background-size:contain}.msgBox__modal_content__1F0ws .msgBox__modal_statusIcon__3vw2L.msgBox__statusInfo__GpuqU{background-image:url("/assets/msgBox/icon_info_modal.png?__static_hash__");background-repeat:no-repeat;background-position:center;background-size:contain}.webpa .msgBox__modal_content__1F0ws .msgBox__modal_statusIcon__3vw2L.msgBox__statusInfo__GpuqU{background-image:url("/assets/msgBox/icon_info_modal.png.webp?__static_hash__")}.msgBox__modal_content__1F0ws .msgBox__messageBox__1XqMg{text-align:center;color:#666;font-size:14px;line-height:18px;word-break:break-word}.msgBox__modal_content__1F0ws .msgBox__messageBox__1XqMg p{max-height:150px;overflow-y:auto;text-align:left}.msgBox__modal-content__2KOgp::-webkit-scrollbar{display:none}.msgBox__modal_foot__3dTAm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:24px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;margin:0 auto}.msgBox__modal_foot__3dTAm button{width:136px;height:38px;line-height:38px;border:none;border-radius:20px;text-align:center;font-size:14px;color:#fff}.msgBox__modal_foot__3dTAm .msgBox__btn1__3_sJc{float:left;background-size:100%;background:#fff;color:#666;border:1px solid #e0e0e0}.msgBox__modal_foot__3dTAm .msgBox__btn2__3Gj8S{float:right;background-size:100%;margin-left:16px;background:-webkit-gradient(linear,right top, left top,from(#276ff6),to(#83a7ff));background:-webkit-linear-gradient(right,#276ff6,#83a7ff);background:linear-gradient(to left,#276ff6,#83a7ff);color:#fff;-webkit-box-shadow:2px 6px 15px 6px rgba(64, 125, 255, .35);box-shadow:2px 6px 15px 6px rgba(64, 125, 255, .35)}.msgBox__modal_foot__3dTAm .msgBox__btn2__3Gj8S:hover{background:-webkit-gradient(linear,left top, right top,from(#276ff6),to(#83a7ff));background:-webkit-linear-gradient(left,#276ff6,#83a7ff);background:linear-gradient(to right,#276ff6,#83a7ff);color:#fff}.msgBox__modal_foot__3dTAm .msgBox__btn3__9a_gy{background:-webkit-gradient(linear,right top, left top,from(#276ff6),to(#83a7ff));background:-webkit-linear-gradient(right,#276ff6,#83a7ff);background:linear-gradient(to left,#276ff6,#83a7ff);color:#fff;-webkit-box-shadow:2px 6px 15px 6px rgba(64, 125, 255, .35);box-shadow:2px 6px 15px 6px rgba(64, 125, 255, .35)}.msgBox__modal_foot__3dTAm .msgBox__btn3__9a_gy:hover{background:-webkit-gradient(linear,left top, right top,from(#276ff6),to(#83a7ff));background:-webkit-linear-gradient(left,#276ff6,#83a7ff);background:linear-gradient(to right,#276ff6,#83a7ff);color:#fff}.msgBox__success_bgColor__2ukmP{background-color:#33abff}.msgBox__error_bgColor__1zVFa{background-color:#ee5a5b}.msgBox__modal_main__DiACa{-webkit-animation:msgBox__Tada__BuEWa .2s both;animation:msgBox__Tada__BuEWa .2s both;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:0;animation-direction:0}@-webkit-keyframes msgBox__Tada__BuEWa{0%{-webkit-transform:scale(0.7);transform:scale(0.7);transform:scale(0.7)}100%{-webkit-transform:scale(1);transform:scale(1);transform:scale(1)}}@keyframes msgBox__Tada__BuEWa{0%{-webkit-transform:scale(0.7);transform:scale(0.7);transform:scale(0.7)}100%{-webkit-transform:scale(1);transform:scale(1);transform:scale(1)}}.msgBox__messageBox__1XqMg{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.msgBox__modal_HomeAreat__1psQb{background-repeat:no-repeat;background-size:cover;background-position:0 0;width:612px;height:370px;border-radius:4px;margin:0 auto;border-radius:.16rem;-webkit-box-sizing:border-box;box-sizing:border-box;background-size:100% auto;position:relative;background-image:url("/assets/home/homeAlert.png?__static_hash__");background-repeat:no-repeat;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;z-index:1000;top:40%;margin-top:-184px}.webpa .msgBox__modal_HomeAreat__1psQb{background-image:url("/assets/home/homeAlert.png.webp?__static_hash__")}.msgBox__modal_HomeAreat_model__2tOEd{width:490px;height:290px;border-radius:8px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;z-index:1000;top:40%;margin-top:-184px}.msgBox__alert_dialog__3VID-{width:612px;height:370px;border:none;position:absolute;-webkit-box-shadow:none;box-shadow:none}.msgBox__alert_dialog__3VID- ::-webkit-scrollbar{width:6px!important}.msgBox__alert_dialog__3VID- ::-webkit-scrollbar-track{border-radius:3px}.msgBox__alert_dialog__3VID- ::-webkit-scrollbar-thumb{border-radius:3px;background:#eee}.msgBox__alert_dialog__3VID- ::-webkit-scrollbar-thumb:window-inactive{background:#eee}.msgBox__alert_dialog__3VID- .msgBox__el-dialog__close__vt7xj{display:none}.msgBox__alert_dialog__3VID- .msgBox__el-dialog__body__16FLg{padding:15px 37px}.msgBox__alert_dialog__3VID- .msgBox__el-dialog__header__1ggm_{text-align:center}.msgBox__alert_dialog__3VID- .msgBox__el-dialog__header__1ggm_ .msgBox__el-dialog__title__3AxAM{font-size:18px;color:#fff;display:block}.msgBox__alert_dialog__3VID- .msgBox__button__CqDK-{width:106px;height:30px;border:none;line-height:5px;margin-top:10px;margin-left:220px;color:#fff;background-color:#409eff;border-color:#409eff;-webkit-transition:.1s;transition:.1s;padding:12px 20px;float:left;font-size:14px;border-radius:4px}.msgBox__alert_dialog__3VID- .msgBox__button__CqDK-:hover{background-color:#5dc2ff}.msgBox__dialog_header__4AlOm{text-align:center;margin-top:18px;position:relative;height:46px;line-height:46px;top:0}.msgBox__dialog_header__4AlOm span{font-size:18px;color:#fff;display:block;margin-top:8px}.msgBox__bottom__1HfBI{margin-left:40px;float:left;height:50px;cursor:pointer;line-height:50px}.msgBox__bottom__1HfBI #msgBox__checkBox__1-BCR{width:19px;height:19px;border:#3db5ff;float:left}.msgBox__bottom__1HfBI div{font-size:14px;color:#565454;float:right}.msgBox__bottom__1HfBI .msgBox__closes__rY06s{margin-left:8px;width:186px}.msgBox__redomain__2XtHz{color:#606266;font-size:16px;font-size:16px;line-height:30px}.msgBox__dialogContent__3cqb_{color:#333;padding:0px 75px;height:238px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.msgBox__dialogContent__3cqb_ p{padding:20px 12px 0px 12px}.msgBox__dialogContent__3cqb_ p a{color:#33abff}.msgBox__dialog_footer__3AwqC{height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;line-height:50px}.msgBox__home_alert_dialog_model__H2Ue1{width:490px;height:auto;border-radius:8px;background:#fff}.msgBox__notice_header__JGvs9{position:relative;width:100%;height:40px;line-height:40px;border-radius:4px 4px 0 0;background-image:-webkit-gradient(linear,left top, right top,from(#313131),to(#1d1d1d));background-image:-webkit-linear-gradient(left,#313131,#1d1d1d);background-image:linear-gradient(to right,#313131,#1d1d1d);margin-bottom:23px}.msgBox__notice_header__JGvs9 .msgBox__text__1x5gx{display:block;cursor:pointer;overflow:hidden;font-size:15px;font-weight:500;text-overflow:ellipsis;color:#ffd8b0;margin-left:16px}.msgBox__notice_content__35ZUw{min-height:170px;max-height:374px}.msgBox__notice_content__35ZUw .msgBox__no_more_tips__15OaW{height:79px;line-height:79px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.msgBox__notice_content__35ZUw .msgBox__no_more_tips__15OaW .msgBox__btn_wrap__1BcgX{height:36px;margin:0 auto}.msgBox__notice_content__35ZUw .msgBox__no_more_tips__15OaW .msgBox__btn_wrap__1BcgX button{font-size:14px;color:#666;width:130px;height:36px;line-height:34px;border-radius:200px;vertical-align:top}.msgBox__notice_content__35ZUw .msgBox__no_more_tips__15OaW .msgBox__btn_wrap__1BcgX .msgBox__close__205g5{border:solid 1px #e3e3e3;background-color:transparent}.msgBox__notice_content__35ZUw .msgBox__no_more_tips__15OaW .msgBox__btn_wrap__1BcgX .msgBox__confirm__1rEv0{border:none;margin-left:20px;color:#ffe4c8;background:-webkit-gradient(linear,left top, right top,from(#313131),to(#1d1d1d));background:-webkit-linear-gradient(left,#313131,#1d1d1d);background:linear-gradient(to right,#313131,#1d1d1d)}.msgBox__notice_content__35ZUw .msgBox__notice_content__35ZUw{position:relative;min-height:101px;max-height:296px;padding:0px 8px 0 16px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.msgBox__notice_content__35ZUw .msgBox__notice_content__35ZUw ::-webkit-scrollbar{width:6px!important}.msgBox__notice_content__35ZUw .msgBox__notice_content__35ZUw ::-webkit-scrollbar-thumb{border-radius:3px;background:#eee}.msgBox__notice_content__35ZUw .msgBox__notice_content__35ZUw ::-webkit-scrollbar-thumb:window-inactive{background:#eee}.msgBox__notice_content__35ZUw div ul{width:100%;height:100%;overflow-y:auto;scrollbar-color:transparent transparent;scrollbar-track-color:transparent;-ms-scrollbar-track-color:transparent}.msgBox__notice_content__35ZUw ul li{position:relative;margin-bottom:20px;padding:0 13px;-webkit-box-sizing:border-box;box-sizing:border-box}.msgBox__notice_content__35ZUw ul li::after{content:"";position:absolute;left:0;top:5px;width:8px;height:8px;border-radius:50%;background:#231c0f}.msgBox__notice_content__35ZUw ul li .msgBox__title__1ssNZ{line-height:18px;font-size:14px;color:#1a1a1a;margin-bottom:2px}.msgBox__notice_content__35ZUw ul li .msgBox__content__MBizo{line-height:18px;font-size:14px;color:#666}.msgBox__line__2iAPy{width:100%;height:1px;background:#ededed;margin-bottom:9px}.msgBox__notice_content__35ZUw div ul ::-webkit-scrollbar{width:6px!important}.msgBox__notice_content__35ZUw div ul ::-webkit-scrollbar-track{border-radius:3px}.msgBox__notice_content__35ZUw div ul ::-webkit-scrollbar-thumb{border-radius:3px;background:#eee}.msgBox__notice_content__35ZUw div ul ::-webkit-scrollbar-thumb:window-inactive{background:#eee}.msgBox__modal_CuorsterAreat_model__36bYv{width:490px;height:auto;background-color:#fff}.msgBox__modal_CuorsterAreat_model__36bYv .msgBox__notice_content__35ZUw{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.msgBox__modal_CuorsterAreat_model__36bYv .msgBox__flex__1Yu4k{position:relative;margin-bottom:23px;padding:0px 16px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:22px;min-height:65px;max-height:273px;font-size:14px}.msgBox__modal_CuorsterAreat_model__36bYv .msgBox__footer__14YHi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:82px;border-top:1px solid #efeff4}.msgBox__modal_CuorsterAreat_model__36bYv button{width:136px;height:38px;line-height:38px;border:none;border-radius:20px;text-align:center;font-size:14px;color:#666;-webkit-box-sizing:border-box;box-sizing:border-box}.msgBox__modal_CuorsterAreat_model__36bYv button.msgBox__confirm__1rEv0{border:none;margin-left:20px;color:#ffe4c8;background:-webkit-gradient(linear,left top, right top,from(#313131),to(#1d1d1d));background:-webkit-linear-gradient(left,#313131,#1d1d1d);background:linear-gradient(to right,#313131,#1d1d1d)}.msgBox__modal_CuorsterAreat_model__36bYv button.msgBox__confirm__1rEv0:hover{background:-webkit-gradient(linear,left top, right top,from(#276ff6),to(#83a7ff));background:-webkit-linear-gradient(left,#276ff6,#83a7ff);background:linear-gradient(to right,#276ff6,#83a7ff);color:#fff}.msgBox__modal_CuorsterAreat_model__36bYv button.msgBox__close__205g5{margin-right:32px;background:#fff;color:#666;border:1px solid #e0e0e0}.msgBox__modalWrapper__2EUOD .ant-modal-mask .ant-modal-wrap .ant-modal{background:red}.no_more_tips .ant-checkbox-checked .ant-checkbox-inner{background-color:#1d1d1d;border-color:#1d1d1d}.no_more_tips .ant-checkbox-checked:after{border:1px solid #1d1d1d}.no_more_tips .ant-checkbox-input:hover{border-color:#1d1d1d}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
textarea,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  user-select: text;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  /*font-family: "helvetica neue,Helvetica,pingfang sc,hiragino sans gb,microsoft yahei,微软雅黑,Arial,sans-serif";*/
  font-size: 14px;
  /* scroll-behavior: smooth; */
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #333;
}
a:hover {
  color: #666;
}

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;
}
/*input:-webkit-autofill, 
 textarea:-webkit-autofill, 
 select:-webkit-autofill { 
       -webkit-box-shadow: 0 0 0 1000px white inset; 
}
 input[type=text]:focus, input[type=password]:focus, textarea:focus {
      -webkit-box-shadow: 0 0 0 1000px white inset; 
}*/
input::-webkit-input-placeholder,
input:placeholder-shown {
  font-size: 12px;
}

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

#app {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#spring_left_top {
  width: 266px;
  height: 266px;
  position: fixed;
  left: 0;
  top: 106px;
  display: none;
  z-index: 99998;
}
#spring_right_top {
  width: 266px;
  height: 266px;
  position: fixed;
  right: 0;
  top: 106px;
  display: none;
  z-index: 99998;
}
#spring_left_bottom {
  width: 280px;
  height: 280px;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99998;
}
#spring_right_bottom {
  width: 280px;
  height: 280px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99998;
}
#spring_mid {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99999;
}
#european_mid {
  width: 50%;
  height: 50%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}
#european_cup_particles {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 99998;
}
html {
  background: white;
  color: #333333;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'SF Pro SC', 'SF Pro Text', 'PingFang SC', 'Microsoft Yahei',
    'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */

body,
button,
input,
select,
textarea {
  font-size: 14px;
  /*font:14px \5b8b\4f53,arial,sans-serif;*/
}

button {
  outline: none;
  cursor: pointer;
}

input,
select,
textarea {
  font-size: 100%;
}

/* 去除默认边框 */

fieldset,
img {
  border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */

iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */

abbr,
acronym {
  border: none;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
}

/* 一致的 del 样式 */

del {
  text-decoration: line-through;
}

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

/* 去掉列表前的标识，li 会继承 */

ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */

caption,
th {
  text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */

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

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

/* 统一上标和下标 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */

/* 默认不显示下划线，保持页面简洁 */

ins,
a {
  text-decoration: none;
}

/* 去除 ie6 & ie7 焦点点状线 */

a:focus,
*:focus {
  outline: none;
}

/* 隐藏搜狗浏览器小键盘 */

input::-webkit-input-safebox-button {
  display: none;
}

/* 隐藏safari浏览器小键盘 */
input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/* 清除浮动 */

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* 设置显示和隐藏，通常用来与 js 配合 */

.hide {
  display: none;
}

.block {
  display: block;
}

/* 设置浮动，减少浮动带来的 bug */

.fl,
.fr {
  display: inline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.head {
  position: relative;
}

.left-arrow-d {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  z-index: 999;
}

.left-arrow-d::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 8px;
  left: 7px;
  color: #fff;
}

.right-arrow-d {
  position: relative;
  height: 8px;
  color: #fff;
  display: inline-block;
}

.right-arrow-d::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #545454;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(132deg);
  transform: rotate(132deg);
  color: #fff;
}

.right-arrow-b,
.right-arrow-t,
.right-arrow-r {
  position: relative;
  height: 8px;
  color: #fff;
  display: inline-block;
}

.right-arrow-b::before,
.right-arrow-t::before,
.right-arrow-r::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #ccc;
  border-width: 2px 0 0 2px;
  border-color: #ccc;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  color: #fff;
  margin-top: -5px;
  margin-left: 10px;
}

.right-arrow-t::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}

.right-arrow-r::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  margin-top: -1px;
  border-color: #999;
}

.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.geetest_holder {
  width: 100% !important;
  min-width: 160px !important;
}

.geetest_holder.geetest_wind .geetest_radar_btn,
.geetest_holder.geetest_wind .geetest_success_btn {
  border-radius: 5px !important;
}

.errorColor {
  color: #fc5a5a;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: 100% !important;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}

a.custom-function{color:#4080ff;font-weight:bold}.customer_service::before{content:none}.customer_service .menu{visibility:hidden}.customer_service:hover::before{content:"";display:block;position:absolute;top:10px;left:-38px;width:130px;height:90px}.customer_service:hover .menu{opacity:1!important;visibility:visible;z-index:1}