/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./myless-loader.js!../src/css/common.less ***!
  \************************************************************************************************************************************************************************************************************************************/
html {
  height: 100%;
}
body {
  line-height: 1.5;
  margin: 0 auto;
  font-family: "Source Han Serif SC", "Microsoft YaHei", "Hiragino Sans GB", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
  font-size: 12px;
  width: 100%;
  background: #ddd8de;
  color: #59584c;
}
dd,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
span,
strong,
tboby,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  border-radius: 0;
  outline: none;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
}
/*input {-webkit-appearance: none;}*/
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #e74c3c;
  cursor: pointer;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a img {
  border: none;
}
/* * {
    outline: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0)
} */
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
a,
button,
div,
img,
input {
  outline: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.tright {
  text-align: right;
}
.tleft {
  text-align: left;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.container {
  max-width: 1920px;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.share-img {
  opacity: 0;
  height: 0;
  width: 0;
  display: inline-block;
  position: absolute;
}
.text-img {
  display: inline-block;
}
@keyframes moveLeft {
  0%,
  80% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes moveRight {
  0%,
  80% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./myless-loader.js!../src/css/share.less ***!
  \***********************************************************************************************************************************************************************************************************************************/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#share-box {
  opacity: 0;
  transform: translate3d(0, 20%, 0);
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 12;
}
#share-box.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.8s;
}
#share-box li {
  position: relative;
  float: left;
  margin: 0 6px;
}
#share-box li:hover .topmore-con {
  display: block;
}
#share-box li:hover > a:before {
  opacity: 1;
}
#share-box li > a {
  position: relative;
  float: left;
  text-indent: -9999px;
  font-size: 0;
}
#share-box li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
#share-box li .topmore-con {
  position: absolute;
  bottom: 20px;
  left: 6px;
  padding-bottom: 20px;
  display: none;
  transition: all 0.3s;
  transform: translateX(-40%);
}
#share-box li .topmore-con .arrow {
  position: relative;
  height: 10px;
  left: 40%;
}
#share-box li .topmore-con .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.58);
}
#share-box li .topmore-con .inner {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.58);
  font-size: 14px;
  color: #d7cfb7;
  white-space: nowrap;
}
#share-box li.qq a {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -126px -130px no-repeat;
}
#share-box li.qq a:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -166px -137px no-repeat;
}
#share-box li.wechat {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -246px -107px no-repeat;
}
#share-box li.wechat img {
  max-width: 100px;
}
#share-box li.wechat a:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -286px -142px no-repeat;
}
#share-box li.weibo {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -206px -137px no-repeat;
}
#share-box li.weibo a:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -220px -67px no-repeat;
}
#share-box li.bili {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -80px -170px no-repeat;
}
#share-box li.bili a:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") 0px -191px no-repeat;
}
#share-box li.tieba {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -40px -191px no-repeat;
}
#share-box li.tieba a:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -120px -170px no-repeat;
}
#share-box li.tap {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") 0px -151px no-repeat;
}
#share-box li.tap a:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -40px -151px no-repeat;
}
#share-box li.web {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -246px -147px no-repeat;
}
#share-box li.web .inner {
  height: 30px;
  width: 145px;
}
#share-box li.web > a:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -86px -130px no-repeat;
}
#share-box .social-share-icon {
  margin: 0 6px;
  border: 0;
  float: left;
  transition: background 0.1s ease-out 0s;
}
#share-box .social-share .icon-qq:hover #qq-qrcode {
  display: block;
}
#share-box .social-share .icon-qq #qq-qrcode {
  top: -140px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -71px;
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  padding: 12px;
}
#share-box .social-share .icon-wechat .wechat-qrcode {
  top: -164px;
  left: 50%;
  width: 140px;
  height: 150px;
  margin-left: -71px;
}
#share-box .social-share .icon-wechat .wechat-qrcode .help {
  display: none;
}
#share-box .social-share-icon {
  background-color: #e0d8c0;
}
#share-box .social-share-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
#share-box .social-share-icon:hover:before {
  opacity: 1;
}
#share-box .icon-weibo {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -206px -137px no-repeat;
  background-color: #e0d8c0;
}
#share-box .icon-weibo:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -220px -67px no-repeat;
}
#share-box .icon-qq {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -126px -130px no-repeat;
  background-color: #e0d8c0;
}
#share-box .icon-qq:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -166px -137px no-repeat;
}
#share-box .icon-wechat {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -246px -107px no-repeat;
  background-color: #e0d8c0;
}
#share-box .icon-wechat:before {
  width: 36px;
  height: 36px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -286px -142px no-repeat;
}

