.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
  src: url("../fonts/open-sans-v13-latin_vietnamese-700.woff.ttf") format('opentype');
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NunitoSans';
  /*  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');*/
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:focus,
a:active {
  color: inherit;
}
input {
  border: none;
}
button {
  border: none;
  cursor: pointer;
}
i {
  display: inline-block;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
/*清除IEX号*/
/*::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input,
textarea,
button {
  outline: none;
}
.container_warp {
  width: 1280px !important;
  margin: 0 auto;
}
.wrap-jp {
  width: 1130px;
  margin: 0 auto;
}
.go_wrap {
  width: 1440px !important;
  margin: 0 auto;
}
.go_wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.clear-fix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
@keyframes animateToTranslateYShow {
  from {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.the-sitemap-module {
  margin-top: 20px;
  background: #fff;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.the-sitemap-module .the-sitemap-title {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  height: 44px;
  line-height: 44px;
  padding-left: 30px;
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
.the-sitemap-module .the-sitemap-body {
  display: flex;
  flex-wrap: wrap;
}
.the-sitemap-module .the-sitemap-body .map-item {
  width: 33.33%;
  padding: 16px 30px;
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
.the-sitemap-module .the-sitemap-body .m-title {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  margin-bottom: 6px;
  cursor: default;
}
.the-sitemap-module .the-sitemap-body dd {
  font-size: 12px;
}
.the-sitemap-module .the-sitemap-body dd a {
  color: #929292;
  line-height: 22px;
  transition: all 0.3s linear;
}
.the-sitemap-module .the-sitemap-body dd a:hover {
  color: #9e6c01;
  text-decoration: underline;
}
.the-header {
  background: #fff;
  min-width: 1450px;
}
.top-bar {
  border-bottom: 1px solid #e7e7e7;
}
.top-bar .top-nav {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #929292;
}
.top-bar .top-nav .jump-gerber {
  color: inherit;
  margin: 0 14px;
  padding: 0 14px 0 6px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.top-bar .top-nav .jump-gerber:hover {
  text-decoration: underline;
}
.top-bar .top-nav .language-change-box {
  position: relative;
  white-space: nowrap;
}
.top-bar .top-nav .language-change-box:before {
  display: block;
  content: '';
  height: 10px;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 1;
}
.top-bar .top-nav .language-change-box .language-type {
  color: #929292;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.top-bar .top-nav .language-change-box .language-type .iconfont {
  color: #d9d9d9;
  margin-left: 4px;
  transition: all 0.3s linear;
}
.top-bar .top-nav .language-change-box .language-type:hover .iconfont {
  transform: rotate(180deg);
}
.top-bar .top-nav .language-change-box:hover .change-list {
  animation: animateToTranslateYShow 0.3s linear forwards;
}
.top-bar .top-nav .language-change-box .change-list {
  transition: all 0.3s linear;
  position: absolute;
  top: 24px;
  left: -8px;
  z-index: 1;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
}
.top-bar .top-nav .language-change-box .change-list .tag {
  display: block;
  padding: 4px 18px 4px 8px;
  color: inherit;
  white-space: nowrap;
}
.top-bar .top-nav .language-change-box .change-list .tag:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
}
.top-bar .top-nav .language-change-box .change-list .tag:first-child:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABR9JREFUaEPVWk9M21YY/56N7ZA4iQOLScK/MIHUWzWQut4mdethO7S3akjjUjHEql4qLpV6XaVeUC8VQwz1wiSm3trDdmCrtFO7SiD1VgQMCOQPziBOYkJsx/H0WQsCBo4TKlZ/kpVD3ve+38/v+/feM4H3ILIshzRNm9B1/UvDMLp1XQ9Wq9WWarVKcHqKokyKoioMw+Rpmt5iGOZXlmUnBUHInde8ZaAZyeVycVVVH2ia9lW5XI4eAQstLS2HD85dqVQOn2q1aplDUh6PJ82y7C8cxz0MhUIbzeBomEChUGhXFOVnRVE+R9AURYHP5wOe561fmqZtcRiGAfv7+6AoivWLhJAMz/O/8zz/dSAQ2G2EiGMCpmkyOzs7TxVFGa5UKnRrayu0t7eD1+sFQhxPcwybaZpQKpVgd3cXDg4OcNUMnufnOzo6bhNCdCdEHFnOZrNDiqL8oaqqj2VZCIfD1ht/n4Irks1mQdM04Dhun+f5z8Lh8GI9G3UJSJJ0u1AozBiGQSPwUChUb85z/Z/L5SwiNE0bgUBgTBTFp3YT2hJIp9NTxWJxnBBCOjs7Ad3mIgTdKZlMgmmapt/vn45Go3fOsnsmAQSfz+e/4zgOEDzDMBeB/dCGrusWCVVVIRgM/nAWiVMJoNvIsjzLMAzp6enBLHGh4GvGMEMlEgnQdd0UBGH0NHf6DwEM2Hw+/6dpmnRvb++Fv/mTbwpXYnNzEzOdEQwGPz0Z2McIYKrc2NjIaZrm6+7ubtjn9XfvoPTyJZSXlsCQJOtBoUXRejyDg+C9dg2YS5caWlGMia2tLWBZdj8ej4eOpthjBDKZzJwsy9+IothQtiktLID85Ano6+uOgDF9fSDcvQve69cdjcdBmJ0kSQJBEH6KRCIjNcVDAlhhJUnaoSiK7uvrczRxJZmEv+/fB/XtW0fjTw7iLl+Gjx49gpbOTkf66+vrWLkNURQ7ahX7kEAqlVooFApfYMZxUqTUxUXI3rsHhiw7Mn7WIFoQIPz4MXBDQ3XnwWKHmSkQCPwWi8Ws5bMIYGOWzWb/4jjOyjr1BMHvjI2BqTuq9vWmA8Iw0DEz44gEZiVVVc1wOPwxNoAWgUwm86Msy6NdXV1WQ2Yn6DaZ4eFzv/mTNnAlIvPzdd0JG8Dt7W2MhdlIJPKtRSCRSCTL5XKsv7+/bmOWGRlp2ufrLQXGRGRuznYYNoCrq6vg8XhSPT09nQQ3I5Ik7fp8PhKLxWyVMdtkJybq4TjX/+HJybrZKZVKYStuiqLYTiRJ+n5vb+9BNBrF4LA1nrp503GqbJYFptjY8+e26oVCAdLpNLS1tT0k29vbS4qifDIwMGDbMmCRSt261SyuhvRiz57ZFjvcFKEb+f3+JZJIJKRyuRxGAnaSn5oCeXq6ISDNDhbGxyF458wG1Jp2ZWUF4yBL1tbWVEIIW6947YyOQvnNm2YxNaTnuXIFOmZnbXWwqJmmqZGVlRWD4zgKex87Sd24AfpGU/vuhsDjYCYeh9iLF7Z62Bupqloly8vLVb/fTzCI7WTr6lWolkoNg2lGgfJ6ofv1a1tVDOJisWh+mAR8Puh+9coZAde7kOuD2PVpNJlMLhaLxUHsg+xO1T7YQub6VsL1zZzr22kk4PoNjeu3lLgKrt7UIwHXH6v8GwvuPdhCAq4/WkQSrj7crfWvrj5er5Fw9QXHURKuvWI66k6uveSrkXD1NWuNhKsvuo/url37qcHJIwLXfuxx2lnH//m5zT8g/xgZkPba/gAAAABJRU5ErkJggg==") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.top-bar .top-nav .language-change-box .change-list .tag:nth-child(2):before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAABLBJREFUSEutln1MVWUcx7+/c8+95xwucOHeC/ImeINCEIEJGpi9bJnpqpWmTjeWq9wqt2ir1Uy0tVYqm63+SGewhc5lzea0MStf8Kq9UDEcEPjCu7wLFxS4F+4995z7tHMShslbxtnO2bM9z/f3eX5vz3MIMzz7Dp3O+vZM1XPEuKe8spzqk1WzZ1SmpfGhg0XDP1WaclacN23a8k1QbGLbdKZoqsm8nSWra65174mJsGQ4KxooeUEkPCMyOnpvY2VOMm42t6G0vViXkyWcGRZlnpbWbt4evHpd9WQ27wF9+GVp0Jlf6g/Vt/WuT4i2Um1jN5Li7Whu79f1ifPtaGjrQ3piJJw7Vt1lk4JDFT4u4SOTyfQxEbGJk3eBDp/7w/bpwbJzDTf6MvWdEsAYEG4JwsDgCBhjsIeZ9XHag9G49FX+pAEhopOCybSRiPxjC8ZB+485g0tOVJT91dC1LP2hGH3Xo14/Hl2SiJ8vNyEhxgpZVtDtGkJuxgK4e/twCmVTpsWYsviH8MKiZ8c8Gwdlbdp7rLaxZ8PyDAd+q26BWTLBEWuDFjoNXNfYrXunjauud2JxpDSeo0lpHAdh86sF1u17duvR0T6rX9u/zlnZcFww8pAVBSaeh+xXdL3JyMNgIPiVABQ1AEngoQYYkuNtuPDJi9PWLAmizNkjU0RRbNZB8at2XXHddqdkLoxD5ZV2LEqMQnNnvx663AwHyqtbMH9eGPyKip7+YSxLi4dXVqbM0UQ6R1QiCMIrtHXnkScuVjU7PV4Z/bc9WJISh8tXOxBiFvTQ1dR3ISd9AX6vaQVHhKzU+aioa8PiaDNOBc7O1IbgQsMU+9HTEbRm2/5CZ0XDe5oixCxiyO3VIVrPBBhDWIiE4REfBKNBD532Wswi4iRMn6MJW5Bezn+D1r9dXFt6qW6RVsqpD0ShrqkHiXF2vTF9soKM5FhUX+9ElC0EfjWge52WFA2OGC5+vmVGj/RCEISDlPD0B6NBklHUeqSlcwBjVRcRHgx7uBlXm2/ikUwHfq1qgSQY9Zyd/7Ner76p+ujfdAIu0cN5+9Tqax0cxxGS4iNwvbUXjlgruvqGdI+0wtC8nKd55FcxMDSCFMc88KNunBr5flYeGRam3aD09bvVpnYXpymsd04AS4gEt8cHNRBAlC0UPf1DCBJNes68Pj9sFjNiBBUnWotmBeIzsjtp1OvtABA7K8WERUxVgOHhWcnIwJWRd9RzlgXYylkp7nMRGfgD1Lcma5/SceOd+7QxK5mU9/pWulXw1mO+sycu/HNWz/1DVptsPHouUjfu9flOMsaen3uMfph+IYrimzrI4/Es5fxyOWPMMKcwjhuUQi0pRNQ9Hq7etSsOq43XXppLkDH38fftRcf3jl8T2oA5nXzfZzvKAwOu7LmAGRxJ30Uc+XHjmK27CqCFMTHa5/uaAev+D4yAA4Ig5BOROilI94wxzivLu+Ae3s4YE/8LkHh+CIL4riRJ9xwZU5a064XcJxWXqxCDt5awOzfxVFDijQFYraXG7OUFtsLiusnWzdg7t7ZtyPTV1jxDRpOWuxw24g7TWo4EcYBUtYqZg53G9Kxj1sKiaX8g/wb5quHqsiZzeAAAAABJRU5ErkJggg==") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: 86%;
}
.top-bar .top-nav .language-change-box .change-list .tag:hover {
  text-decoration: underline;
  color: #9e6c01;
}
.header {
  height: 90px;
  background: #fff;
}
.header .wrap-jp {
  height: inherit;
}
.header .header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
.header .header-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-l .the-logo .logo-text {
  margin-left: 24px;
  font-size: 18px;
}
.header .header-r {
  display: flex;
}
.header .header-r .interact-box {
  color: #313131;
}
.header .header-r .interact-box a {
  display: block;
  color: inherit;
}
.header .header-r .interact-box .link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.header .header-r .interact-box .link-box .tel-phone {
  font-family: NunitoSans-Bold;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}
.header .header-r .interact-box .link-box .tel-phone:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAYAAABNChwpAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAIKADAAQAAAABAAAAHgAAAACyl2QUAAADR0lEQVRIDe1WOUurQRQ9iXE3UaMi0aARVHCBVwTEQjCtCgr+B/+C9atfaamdTZqAYO+CoIW4IxIXXDASC43iguL65txkxi+blbHRKfLduXPm3jP3nhkC/I6fXgGbtQATExPex8fHf+/v7wHl91jXvtCO2my2+aKiotGRkZGIIcDkDw8PmyqR+wuTfRYqVlxc/MeuETz5NyZnWjdzGgKJsms+3/JlTkNAZcxVzz87jMeRadVut0MJBE9PT3h+fsbl5SUODw9xdHSEwsJCtLa2oqamBqWlpSgrK4MSFJR+cHNzg9vbW5yenuLg4ED8DQ0NqKurQ2VlpeAnJyeTUmYk8Pb2hry8PAlONDc3Nzfj9fVV/EkREpOCggKUl5fLrL29HYFAQMimYvPz8+VQ2p+RABfHx8fhcDjgcrkwNDQkpyEpDhKcnZ3F1dUV7u/vocQEpWg4nU709vaiqqoqKfnq6ipOTk5wfX2dlJyxrBrg3IyXlxdpAU/CEnPOQEzIFrGs5+fnUnK2ieX3eDySnJUi9u7uTuKxDdFoVPaaBAkjKwGu+/1+1NbWSvBgMIilpSVMTU0JMZa5ra3NxKuurkZXV5dUZ3p6WrChUEj2Ui+dnZ0GazU+JdDR0SHYmZkZKR8nLPvCwoL4SUIPJmCL1tfXEYlExE1Brq2tpWH1Hn6zEmDZ2VPeBB1Qbzw7OxPT7f54NOvr68W3t7enYfLd3d0V8bJCWkNWQFYCVCsHe586KEIO9ZCYJfW+i009WIe+ylyndlJHuieBoNh4t0tKSkD21uHz+WR6cXFh3LFYTOympibjo0GxspqMl0qO61kJ8JRbW1vEoL+/H42NjUKmpaUFPT094t/Z2ZEvfzS2u7sbbAfLTaIDAwNpWLNJGVnfAYI2Njbg9Xol4ODgoHUf9vf3Ye03dbK9vS1qHx4elvbotlAzy8vLSfv1JP6yqFlfX99f7dRf3udwOCylYzC+drzvKysrWFxc1DDzPT4+lmtYUVFhsLwVc3Nz4jdAixFXjnKMjY19KMoCyLVp1UA018kyxI8aAqrE8xkAOXUxpyGgrsqoyha/SzlNa4LHmNMQ4B9E/kdTrIIKkst28E9pkLmY09D5NX5sBf4DP69YtjJu/UYAAAAASUVORK5CYII=") no-repeat center;
  width: 16px;
  height: 15px;
  background-size: cover;
  margin-right: 2px;
}
.header .header-r .interact-box .link-box .to-view {
  position: relative;
  display: flex;
  align-items: center;
}
.header .header-r .interact-box .link-box .to-view:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAHgAAAADKQTcFAAABY0lEQVRIDWNgGAXDPQQY0T04ZcqUGf/+/UsFijOhy1HI/8fExDQ7JycnA2QOhuE0shRsF9RssPsxLMbmGLBK6hBw++AM6phLvCksxCtFVcnIyPjt////10GiQLYmkM2FqgI/j2wfgyzNy8szAWGYA/BbhSpLtsWoxpDOo6rFwCBfz8LCYgLChJxCdhzjMPh1VlbWWZDcpEmTcCiBCBNtMdA3s6Am2QHjVAOvqURIEm1xbm5uOsi8yZMnzwRSFFtM1TgmwqNwJSPPYozaCZga/8PDA4mBJXG9AYqtAykBJrYgICUC5N8A0oegYmkgGh0ACxywnUQnLqDh6AaJoItBUztRCW/kxTG9fXwMFucE4xiYYC4zMzPnAjV8gWkihwaa809DQ+MyTC9ei4GKl7OxsaWkp6d/g2mgFo3L4j9AS0uAxeREalmEbg6GxUALXwCzRRjQ0sPoimnKB1YCUjS1YMQaDgCV3mDZVniJOQAAAABJRU5ErkJggg==") no-repeat center;
  width: 15px;
  height: 15px;
  background-size: cover;
  margin-right: 2px;
}
.header .header-r .interact-box .mail-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
.header .header-r .interact-box .mail-box:before {
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAATxJREFUOE+t0rFLVmEUBvDfEalokQTBqaHF2nVpEbcQjRaXQNwcFFxDmhtcA4Va7B8QByX6B1rSVVCHcBcsN8PolfNxv4/rx71+DR64cDnneZ/3eZ73hJYqpbzERwTWIuJ7EzSHt6qUMoYNLGGoGhZ8wbuIOK8f6BGUUhK8jA8YbRH2C+/xKSL+JaZDUEqZwhYm2yz19Q+xEhEHUUpJn6s1uf/JIRVsJkH6y7rEQzwawHCFPxjpWKgI/uIVcriLDLKpLvAGD/ANw3UFmfw6nmEfz/sYfmIWp1XQie0p6GJ3sFjZyP+ZavAD8/iNbbztHqgr6PYS/Bop9zOeVAcyn7Q3fWsPaiHW+2eYi4ijaj+e4ite9AfTpKCLyVdZQC7PHsabUr2LIPHX1fe47WkHEQxcqnshOMbEwKuaASc3GFlsTba289kAAAAASUVORK5CYII=") no-repeat center #ff4949;
  border-radius: 2px;
  border: 1px solid #ff4949;
  box-sizing: border-box;
}
.header .header-r .interact-box .mail-box .a-mail {
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  height: 28px;
  font-size: 18px;
  font-weight: 600;
  font-family: NunitoSans-Bold;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  padding: 0 20px;
  border-left: 0;
  min-width: 238px;
}
.header .header-r .jump-btn {
  min-width: 100px;
  min-height: 44px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-family: NunitoSans-Bold;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #313131;
  margin-left: 10px;
  padding: 0 10px;
}
.header .header-r .jump-btn:hover {
  background: linear-gradient(180deg, #e5e5e5 0%, #FFFFFF 100%);
}
.the-menu {
  background: #313131;
}
.the-menu .menu-parents {
  display: flex;
}
.the-menu .menu-parents li {
  position: relative;
}
.the-menu .menu-parents li:before {
  display: block;
  content: '';
  height: 16px;
  border-left: 1px solid #6a6a6a;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.the-menu .menu-parents li:first-child:before {
  display: none;
}
.the-menu .menu-parents li.active .level-name {
  color: #ff4949;
}
.the-menu .menu-parents li.active .level-name .text:after {
  background: #ff4949;
  width: 100%;
}
.the-menu .menu-parents li:hover .second-tier {
  animation: animateToTranslateYShow 0.3s forwards;
}
.the-menu .menu-parents .level-name {
  height: 44px;
  color: #fff;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  font-family: NunitoSans-Bold;
}
.the-menu .menu-parents .level-name .text {
  display: block;
  position: relative;
  margin-top: 10px;
}
.the-menu .menu-parents .level-name .text:after {
  display: block;
  content: '';
  width: 0;
  background: transparent;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.the-menu .menu-parents .level-name:hover .text:after {
  width: 100%;
  background: #fff;
}
.the-menu .menu-parents .second-tier {
  width: 320px;
  background: #fff;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 9;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.the-menu .menu-parents .second-tier.new-tier {
  width: 1130px;
  background: #313131;
  position: absolute;
  left: -430px;
  display: flex;
  flex-wrap: wrap;
}
.the-menu .menu-parents .second-tier.new-tier .tier-nav {
  min-width: 280px;
}
.the-menu .menu-parents .second-tier.new-tier .tier-nav .tier-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  font-family: NunitoSans-Bold;
  color: #ffffff;
  padding: 6px 28px;
}
.the-menu .menu-parents .tier-info {
  background: #ff4949;
  padding: 18px 26px;
  color: #fff;
}
.the-menu .menu-parents .tier-title {
  font-size: 16px;
  font-weight: 600;
}
.the-menu .menu-parents .tier-text {
  line-height: 18px;
  font-size: 12px;
  margin-top: 6px;
}
.the-menu .menu-parents .tier-nav {
  padding: 14px 0;
  background: #313131;
}
.the-menu .menu-parents .tier-nav .nav {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 6px 28px;
}
.the-menu .menu-parents .tier-nav .nav:hover {
  color: #ff4949;
}
.the-menu .menu-parents .tier-nav .nav .iconfont {
  margin-right: 6px;
}
.the-menu .menu-parents .tier-nav .nav.active {
  color: #ff4949;
}
.the-menu .wrap-jp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.the-menu .control-info-row {
  color: #fff;
}
.the-menu .control-info-row .jump-car {
  display: flex;
  align-items: center;
  color: inherit;
}
.the-menu .control-info-row .jump-car:hover .icon-gouwuche1 {
  color: #fff;
}
.the-menu .control-info-row .icon-gouwuche1 {
  color: #929292;
  font-size: 22px;
}
.the-menu .control-info-row .car-info {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.grecaptcha-badge {
  bottom: 140px !important;
}
.the-footer {
  background: #fff;
  min-width: 1450px;
}
.the-footer .footer-top {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.the-footer .template-tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.the-footer .template-tool .template-row .delivery-img {
  margin-right: 30px;
}
.the-footer .template-tool .site-language .talk {
  color: inherit;
}
.the-footer .template-tool .site-language .talk:hover {
  text-decoration: underline;
  color: #9e6c01;
}
.the-footer .template-tool .site-language .split {
  margin: 0 5px;
}
.the-footer .share-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.the-footer .share-box .iconfont {
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 12px;
  transition: all 0.3s;
  color: #929292;
  font-size: 20px;
}
.the-footer .share-box .icon-Twitter {
  font-size: 18px;
}
.the-footer .share-box .icon-Twitter:hover {
  color: #55acee;
}
.the-footer .share-box .icon-Twitter1 {
  font-size: 18px;
}
.the-footer .share-box .icon-Twitter1:hover {
  color: #55acee;
}
.the-footer .share-box .icon-youtube:hover {
  color: #ff4949;
}
.the-footer .share-box .icon-facebook {
  font-size: 26px;
}
.the-footer .share-box .icon-facebook:hover {
  color: #3C5A99;
}
.the-footer .share-box .icon-lingying {
  font-size: 22px;
}
.the-footer .share-box .icon-lingying:hover {
  color: #0172B8;
}
.the-footer .share-box .icon-instagram {
  font-size: 23px;
}
.the-footer .share-box .icon-instagram:hover {
  color: #D22878;
}
.the-footer .footer-body {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.the-footer .footer-body .body-c {
  cursor: default;
}
.the-footer .footer-body .body-c .time-open {
  font-weight: 600;
  font-family: NunitoSans-Bold;
}
.the-footer .footer-body .body-c .time-open .time {
  color: #ff4949;
  margin: 0 5px;
}
.the-footer .footer-body .body-c .touch-box {
  margin-top: 10px;
}
.the-footer .footer-body .body-c .touch-title {
  font-family: NunitoSans-Bold;
  font-weight: 600;
}
.the-footer .footer-body .body-c .touch-des {
  color: #929292;
  margin-top: 6px;
}
.the-footer .footer-body .body-c .link-email-row {
  cursor: pointer;
  margin-top: 8px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.the-footer .footer-body .body-c .link-email-row:hover {
  border-color: #66afe9;
}
.the-footer .footer-body .body-c .link-email-row:focus,
.the-footer .footer-body .body-c .link-email-row:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.the-footer .footer-body .body-c .link-email-row .email-el {
  height: 40px;
  text-indent: 13px;
  cursor: pointer;
  width: 304px;
}
.the-footer .footer-body .body-c .link-email-row .send-btn {
  width: 90px;
  height: 40px;
  color: #313131;
  background: #f2f2f2;
  cursor: pointer;
  border-left: 1px solid #d9d9d9;
  font-weight: 600;
  font-family: NunitoSans-Bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.the-footer .footer-body .body-c .link-email-row .send-btn .iconfont {
  margin-left: 4px;
}
.the-footer .footer-body .body-r {
  width: 400px;
  color: #313131;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.the-footer .footer-body .body-r .coord-info-box {
  line-height: 18px;
  cursor: default;
}
.the-footer .footer-body .body-r dt {
  line-height: 18px;
  margin-bottom: 6px;
}
.the-footer .footer-body .body-r dt:hover {
  color: #9e6c01;
}
.the-footer .footer-body .body-r dd {
  line-height: 24px;
}
.the-footer .footer-body .body-r dd:hover {
  color: #9e6c01;
}
.the-footer .footer-body .body-r .copyright-row {
  color: #929292;
  cursor: default;
}
.the-footer .footer-body .body-r .copyright-row:hover {
  color: #9e6c01;
}
.new-year-activity-page {
  min-width: 1450px;
}
.new-year-activity-page .gradual-change {
  background: linear-gradient(0deg, #DDFAFF 0%, #F5F2FC 50%, #FBEFF7 100%);
  padding: 20px 0 60px;
  min-width: 1450px;
}
.new-year-activity-page .warp-area {
  width: 1130px;
  margin: 0 auto;
}
.new-year-activity-page .common-title {
  font-size: 40px;
  color: #850600;
  line-height: 60px;
  text-align: center;
  padding-bottom: 40px;
}
.new-year-activity-page .banner-module {
  background: url("../images/new-year-activity-2026/banner-bg.jpg") no-repeat center #fbeff7;
  width: 100%;
  min-width: 1450px;
  height: 750px;
  background-size: cover;
  padding-top: 45px;
  overflow: hidden;
  position: relative;
}
.new-year-activity-page .banner-module:before {
  background: url("../images/new-year-activity-2026/flower-icon1.png") no-repeat center;
  width: 882px;
  height: 745px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.new-year-activity-page .banner-module:after {
  background: url("../images/new-year-activity-2026/flower-icon2.png") no-repeat center;
  width: 870px;
  height: 750px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.new-year-activity-page .banner-module .warp-area {
  position: relative;
  z-index: 2;
}
.new-year-activity-page .banner-module .flower-left-icon {
  background: url("../images/new-year-activity-2026/twig-left-icon.png") no-repeat center;
  width: 600px;
  height: 600px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.new-year-activity-page .banner-module .flower-right-icon {
  background: url("../images/new-year-activity-2026/twig-right-icon.png") no-repeat center;
  width: 600px;
  height: 600px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.new-year-activity-page .banner-module .banner-title {
  background: url("../images/new-year-activity-2026/banner-title.png") no-repeat center;
  width: 640px;
  height: 239px;
  margin: 0 auto;
}
.new-year-activity-page .banner-module .banner-des {
  text-align: center;
}
.new-year-activity-page .banner-module .banner-des span {
  height: 50px;
  line-height: 50px;
  background: #FF7589;
  display: inline-block;
  padding: 0 52px;
  color: #fff;
  font-size: 36px;
  border-radius: 10px;
}
.new-year-activity-page .banner-module .banner-coupon-icon {
  background: url("../images/new-year-activity-2026/banner-cuopon-icon.png") no-repeat center;
  width: 576px;
  height: 217px;
  margin: 20px auto 0;
}
.new-year-activity-page .banner-module .banner-mill {
  font-size: 36px;
  color: #F04A62;
  line-height: 54px;
  margin-top: 8px;
  text-align: center;
}
.new-year-activity-page .banner-module .banner-time {
  font-size: 24px;
  color: #F04A62;
  line-height: 24px;
  margin-top: 24px;
  text-align: center;
}
.new-year-activity-page .banner-module .banner-time:before {
  background: url("../images/new-year-activity-2026/time-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
}
.new-year-activity-page .table-module {
  position: relative;
}
.new-year-activity-page .table-module:before {
  background: url("../images/new-year-activity-2026/flower-left-icon.png") no-repeat center;
  width: 332px;
  height: 749px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 116px;
}
.new-year-activity-page .table-module:after {
  background: url("../images/new-year-activity-2026/flower-right-icon.png") no-repeat center;
  width: 339px;
  height: 825px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 116px;
}
.new-year-activity-page .table-module table {
  width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  position: relative;
  z-index: 2;
}
.new-year-activity-page .table-module table th {
  width: 33.3%;
  background: #CC5364;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 10px;
}
.new-year-activity-page .table-module table td {
  text-align: center;
  font-size: 16px;
  color: #850600;
  line-height: 24px;
  padding: 10px;
}
.new-year-activity-page .table-module table tbody tr:nth-child(odd) {
  background: #FBD1D7;
}
.new-year-activity-page .flow-module {
  margin-top: 60px;
}
.new-year-activity-page .flow-module .warp-area {
  width: 1400px;
}
.new-year-activity-page .flow-module .flow-remit:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.new-year-activity-page .flow-module .flow-remit .flow-row {
  position: relative;
  width: 280px;
  min-height: 150px;
  text-align: center;
  font-size: 18px;
  color: #850600;
  line-height: 27px;
  float: left;
  margin-bottom: 70px;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:after {
  background: url("../images/new-year-activity-2026/flow-arrow-icon1.png") no-repeat center;
  width: 80px;
  height: 18px;
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  right: -40px;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:first-child {
  margin-left: unset;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(5):after {
  background: url("../images/new-year-activity-2026/flow-arrow-icon2.png") no-repeat center;
  width: 18px;
  height: 40px;
  top: 160px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(6) {
  margin-left: unset;
  margin-bottom: unset;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(6):after {
  transform: rotate(180deg);
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(7) {
  margin-bottom: unset;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(7):after {
  transform: rotate(180deg);
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(8) {
  margin-bottom: unset;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(8):after {
  transform: rotate(180deg);
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(9) {
  margin-bottom: unset;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(9):after {
  transform: rotate(180deg);
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(10) {
  margin-bottom: unset;
}
.new-year-activity-page .flow-module .flow-remit .flow-row:nth-child(10):after {
  background: unset;
}
.new-year-activity-page .flow-module .flow-remit .flow-row p {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
}
.new-year-activity-page .quality-module {
  position: relative;
  margin-top: 60px;
}
.new-year-activity-page .quality-module:before {
  background: url("../images/new-year-activity-2026/flower-left-icon.png") no-repeat center;
  width: 332px;
  height: 749px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
}
.new-year-activity-page .quality-module:after {
  background: url("../images/new-year-activity-2026/flower-right-icon.png") no-repeat center;
  width: 339px;
  height: 825px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 1;
}
.new-year-activity-page .quality-module .warp-area {
  width: 1434px;
}
.new-year-activity-page .quality-module .quality-remit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.new-year-activity-page .quality-module .quality-remit .quality-item {
  width: 458px;
  text-align: center;
}
.new-year-activity-page .quality-module .quality-remit .quality-item:first-child {
  margin-right: 120px;
}
.new-year-activity-page .quality-module .quality-remit .quality-pic {
  width: 100%;
  height: 284px;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
}
.new-year-activity-page .quality-module .quality-remit .quality-pic img {
  transition: all 0.3s ease-in-out;
}
.new-year-activity-page .quality-module .quality-remit .quality-pic:hover img {
  transform: scale(1.05);
}
.new-year-activity-page .quality-module .quality-remit .quality-title {
  color: #850600;
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
}
.new-year-activity-page .quality-module .quality-remit .quality-des {
  font-size: 14px;
  color: #850600;
  line-height: 14px;
  margin-top: 10px;
}
.new-year-activity-page .coupon-module {
  position: relative;
}
.new-year-activity-page .coupon-module:before {
  background: url("../images/new-year-activity-2026/flower-left-icon.png") no-repeat center;
  width: 332px;
  height: 749px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -420px;
}
.new-year-activity-page .coupon-module:after {
  background: url("../images/new-year-activity-2026/flower-right-icon.png") no-repeat center;
  width: 339px;
  height: 825px;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: -490px;
}
.new-year-activity-page .coupon-module .coupon-jump {
  width: 1160px;
  margin: 120px auto 0;
  position: relative;
}
.new-year-activity-page .coupon-module .coupon-jump a {
  background: url("../images/new-year-activity-2026/coupon-bg.png") no-repeat center;
  width: 100%;
  height: 600px;
  display: block;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
@keyframes moveUpDown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveUpDown2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDiagonalLeft {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes moveDiagonalRight {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.new-year-activity-page .coupon-module .coupon-jump .group-icon1 {
  background: url("../images/new-year-activity-2026/group-icon1.png") no-repeat center;
  width: 133px;
  height: 160px;
  display: block;
  position: absolute;
  left: -168px;
  top: -60px;
  animation: moveUpDown1 2s ease-in-out infinite;
}
.new-year-activity-page .coupon-module .coupon-jump .group-icon2 {
  background: url("../images/new-year-activity-2026/group-icon2.png") no-repeat center;
  width: 140px;
  height: 145px;
  display: block;
  position: absolute;
  left: -170px;
  top: 168px;
  animation: moveDiagonalLeft 3s ease-in-out infinite;
}
.new-year-activity-page .coupon-module .coupon-jump .group-icon3 {
  background: url("../images/new-year-activity-2026/group-icon3.png") no-repeat center;
  width: 110px;
  height: 76px;
  display: block;
  position: absolute;
  left: -145px;
  bottom: 102px;
  animation: moveUpDown2 3s ease-in-out infinite;
}
.new-year-activity-page .coupon-module .coupon-jump .group-icon4 {
  background: url("../images/new-year-activity-2026/group-icon4.png") no-repeat center;
  width: 94px;
  height: 93px;
  display: block;
  position: absolute;
  left: -95px;
  bottom: -60px;
  animation: moveUpDown1 2s ease-in-out infinite;
}
.new-year-activity-page .coupon-module .coupon-jump .group-icon5 {
  background: url("../images/new-year-activity-2026/group-icon5.png") no-repeat center;
  width: 190px;
  height: 203px;
  display: block;
  position: absolute;
  right: -140px;
  top: -60px;
  animation: moveDiagonalRight 3s ease-in-out infinite;
}
.new-year-activity-page .coupon-module .coupon-jump .group-icon6 {
  background: url("../images/new-year-activity-2026/group-icon6.png") no-repeat center;
  width: 81px;
  height: 80px;
  display: block;
  position: absolute;
  right: -130px;
  top: 197px;
  animation: moveUpDown2 3s ease-in-out infinite;
}
.new-year-activity-page .coupon-module .coupon-jump .group-icon7 {
  background: url("../images/new-year-activity-2026/group-icon7.png") no-repeat center;
  width: 84px;
  height: 58px;
  display: block;
  position: absolute;
  right: -109px;
  bottom: 209px;
  animation: moveUpDown2 2s ease-in-out infinite;
}
.new-year-activity-page .coupon-module .coupon-jump .group-icon8 {
  background: url("../images/new-year-activity-2026/group-icon8.png") no-repeat center;
  width: 134px;
  height: 160px;
  display: block;
  position: absolute;
  right: -152px;
  bottom: -60px;
  animation: moveUpDown2 3s ease-in-out infinite;
  z-index: 2;
}
.new-year-activity-page .product-module {
  width: 1440px;
  margin: 120px auto 0;
  background: #fff;
  box-shadow: 6px 6px 20px 0px rgba(51, 51, 51, 0.16);
  border-radius: 16px;
  padding: 40px 40px 40px 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.new-year-activity-page .product-module .product-pic {
  width: 518px;
  height: 280px;
  overflow: hidden;
}
.new-year-activity-page .product-module .product-pic img {
  transition: all 0.3s ease-in-out;
}
.new-year-activity-page .product-module .product-pic:hover img {
  transform: scale(1.05);
}
.new-year-activity-page .product-module dl {
  color: #850600;
}
.new-year-activity-page .product-module dl dt {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
.new-year-activity-page .product-module dl dd {
  font-size: 20px;
  line-height: 40px;
  padding-left: 24px;
  position: relative;
}
.new-year-activity-page .product-module dl dd:first-of-type:before,
.new-year-activity-page .product-module dl dd:nth-of-type(2):before {
  content: '✔';
}
.new-year-activity-page .product-module dl dd:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※';
}
.new-year-activity-page .require-module {
  margin-top: 60px;
  position: relative;
}
.new-year-activity-page .require-module:before {
  background: url("../images/new-year-activity-2026/flower-left-icon.png") no-repeat center;
  width: 332px;
  height: 749px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 300px;
}
.new-year-activity-page .require-module:after {
  background: url("../images/new-year-activity-2026/flower-right-icon.png") no-repeat center;
  width: 339px;
  height: 825px;
  content: '';
  display: block;
  position: absolute;
  top: 320px;
  right: 0;
}
.new-year-activity-page .require-module .req-remit .req-row {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.new-year-activity-page .require-module .req-remit .req-row:last-child {
  margin-bottom: unset;
}
.new-year-activity-page .require-module .req-remit .number {
  background: url("../images/new-year-activity-2026/number-icon.png") no-repeat center;
  width: 175px;
  height: 160px;
  font-size: 40px;
  color: #E4004D;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 44px;
  margin-right: -40px;
}
.new-year-activity-page .require-module .req-remit .req-des {
  background: url("../images/new-year-activity-2026/number-bg.png") no-repeat center;
  width: 819px;
  height: 160px;
  color: #850600;
  line-height: 36px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 16px;
}
.new-year-activity-page .require-module .rules-remit {
  width: 1000px;
  background: #fff;
  box-shadow: 6px 6px 20px 0px rgba(51, 51, 51, 0.16);
  border-radius: 16px;
  padding: 40px;
  margin: 60px auto 0;
  color: #850600;
}
.new-year-activity-page .require-module .rules-remit dt {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 40px;
  font-weight: bold;
}
.new-year-activity-page .require-module .rules-remit dd {
  font-size: 24px;
  line-height: 48px;
  position: relative;
  padding-left: 26px;
}
.new-year-activity-page .require-module .rules-remit dd span {
  position: absolute;
  left: 0;
  top: 0;
}
/*# sourceMappingURL=new-year-activity-2026.css.map */