/**
 * Date: 2019.5.29
 * Update: 2019.5.29
 * Developer: Mine
 * Theme: 奇迹6月抽奖
 */


/* =================================================样式初始化开始============================================== */
@charset "utf-8";
/*导入字体*/
/* @font-face {
  font-family: "fzjh";
  src: url("../font/fzjh.TTF");
  font-weight: normal;
  font-style: normal;
} */
/* CSS Document wlo:Cflower */
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,
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 {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: outside none none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0 none;
  resize: none;
  -webkit-appearance: none; /*去掉iOS下input的默认内阴影*/
}
.clearfix:after,
.clearfloat:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
html {
  font-family: "Arial", "Heiti SC", "Helvetica", "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: none;
}
body {
  margin: 0 auto;
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
.clearfloat:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ridius {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*假如添加了video标签,可能会出现video标签默认置顶的情况,解决这个bug可以通过样式设置来规避;*/
.compatibleStyle {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
  -moz-backface-visibility: hidden; /* Firefox */
  -ms-backface-visibility: hidden; /* Internet Explorer */
  -webkit-perspective: 0;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
}

/*弹出层遮罩*/
#maskLayer {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: #040001;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#alertInfo {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 50%;
  top: -100%;
  position: absolute;
  z-index: 10000;
  width: 100%;
  max-width: 7.5rem;
}
#alertInfo .close {
  position: absolute;
  left: 50%;
  top: -0.5rem;
  margin-left: -0.25rem;
  overflow: hidden;
  font-size: 0;
  text-indent: -999999px;
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 220;
}
#alertInfo .close:hover {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* =================================================样式初始化结束============================================== */
/* ============================================dialog开始======================================================== */
.pop_Prize {
  background: url(../images/dialog_prize.png) no-repeat;
  background-size: 100% 100%;
  width: 7.19rem;
  height: 4.13rem;
  margin: 0 auto;
  position: relative;
}
.pop_Prize dl {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: #FF9A00;
  font-size: 0.24rem;
  font-weight: 700;
  white-space: nowrap;
  animation: neon1 1.5s ease-in-out infinite alternate;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
}
@keyframes neon1 {
  0% {
    text-shadow: 0 0 0.01rem #fff, 0 0 0.02rem #fff, 0 0 0.03rem #fff, 0 0 0.04rem #FF9A00, 0 0 0.05rem #FF9A00, 0 0 0.06rem #FF9A00, 0 0 0.07rem #FF9A00, 0 0 0.08rem #FF9A00;
  }

  100% {
    text-shadow: 0 0 0.02rem #fff, 0 0 0.04rem #fff, 0 0 0.06rem #fff, 0 0 0.08rem #FF9A00, 0 0 0.1rem #FF9A00, 0 0 0.12rem #FF9A00, 0 0 0.14rem #FF9A00, 0 0 0.16rem #FF9A00;
  }
}
@-webkit-keyframes neon1 {
  0% {
    text-shadow: 0 0 0.01rem #fff, 0 0 0.02rem #fff, 0 0 0.03rem #fff, 0 0 0.04rem #FF9A00, 0 0 0.05rem #FF9A00, 0 0 0.06rem #FF9A00, 0 0 0.07rem #FF9A00, 0 0 0.08rem #FF9A00;
  }

  100% {
    text-shadow: 0 0 0.02rem #fff, 0 0 0.04rem #fff, 0 0 0.06rem #fff, 0 0 0.08rem #FF9A00, 0 0 0.1rem #FF9A00, 0 0 0.12rem #FF9A00, 0 0 0.14rem #FF9A00, 0 0 0.16rem #FF9A00;
  }
}
.pop_Prize .input {
  position: absolute;
  top: 3.1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: #fff;
  font-size: 0.50rem;
}
.pop_Prize .input a {
  display: inline-block;
  margin-left: 0.2rem;
  background: url(../images/copy-btn.png) no-repeat 0 0 / 100% 100%;
  width: 0.88rem;
  height: 0.44rem;
  vertical-align: middle;
  cursor: pointer;
}
.userPrize {
  background: url(../images/dialog_list.png) no-repeat;
  background-size: 100% 100%;
  width: 7.19rem;
  height: 4.63rem;
  margin: 0 auto;
  position: relative;
}
.userPrize .etable {
  width: 90%;
  height: 3.4rem;
  /* border: 1px solid red; */
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.userPrize .etable table,tbody {
  width: 100%;
}
.userPrize .etable tr {
  border-bottom: 1px solid #fff;
  font-size: 0.24rem;
  line-height: 1.5;
  padding: 0.1rem 0;
  height: 0.42rem;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
.userPrize .etable tr td {
  color: #ccc;
}
.userPrize .etable tr td:first-child {
  text-align: left;
}
.userPrize .etable tr td:last-child {
  text-align: right;
}
.userPrize .etable tr .copyBtn {
  display: inline-block;
  margin-left: 0.1rem;
  background: url(../images/copy-btn.png) no-repeat 0 0 / 100% 100%;
  width: 0.6rem;
  height: 0.3rem;
  vertical-align: middle;
  cursor: pointer;
}
.fblogin {
  background: url(../images/dialog_FBLogin.png) no-repeat;
  background-size: 100% 100%;
  width: 7.19rem;
  height: 2.22rem;
  margin: 0 auto;
  position: relative;
}
.fblogin #FB_Login {
  background: url(../images/FB_login.png) no-repeat;
  background-size: 100% 100%;
  width: 3.55rem;
  height: 0.73rem;
  position: absolute;
  left: 50%;
  top: 1.2rem;
  margin-left: -1.775rem
}
/* ============================================dialog结束======================================================== */


/* ============================================返回顶部开始====================================================== */
#goToTop {
  position: fixed;
  right: 0.1rem;
  top: 10rem;
  background: url(../images/goTop.png) no-repeat;
  background-size: 100% 100%;
  width: 0.58rem;
  height: 0.71rem;
  z-index: 1000;
}
/* ============================================返回顶部结束====================================================== */
#content {
  overflow: hidden;
  margin: 0 auto;
  width: 7.5rem;
}
/* ============================================导航栏开始====================================================== */
.topbar {
  width: 7.5rem;
  height: 0.9rem;
  background: url(../images/nav.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 10000;
}
.topbar .logo_icon {
  width: 1.65rem;
  height: 0.96rem;
  position: relative;
  bottom: 0rem;
  left: 0.2rem;
}
.topbar .download {
  width: 4.2rem;
  height: 0.62rem;
  display: inline-block;
  position: relative;
  top: -0.2rem;
  left: 1.5rem;
}
.topbar .download img {
  display: inline-block;
  width: 1.93rem;
  height: 0.58rem;
  margin-left: 0.1rem
}
.topbar .download .app img {
  width: 1.56rem;
}
/* ============================================导航栏结束====================================================== */
/* ============================================banner开始====================================================== */
.banner {
  background: url(../images/banner_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 4.81rem;
  position: relative;
  margin-top: 0.9rem;
  z-index: 10;
}
.banner-slo {
  width: 6.5rem;
  height: 1.31rem;
  position: absolute;
  top: 3.1rem;
  left: 50%;
  margin-left: -3.25rem;
}
/* ============================================banner结束====================================================== */

.main {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 47.01rem;
}
/* ============================================s1开始====================================================== */
.main .s1 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0.4rem auto 0;
  z-index: 11;
  /* border: 1px solid red; */
  overflow: hidden;
}
.main .s1 .s1_title {
  background: url(../images/s1_title.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 6.97rem;
  height: 1.05rem;
  margin: 0 auto;
}
.main .s1 .lottery1 {
  width: 7.22rem;
  height: 6.34rem;
  background: url(../images/ly-plate-c.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.38rem auto 0;
  position: relative;
}
.main .s1 .g-lottery-img {
  background: url(../images/bg-lottery.png) no-repeat;
  background-size: 100% 100%;
  width: 6.13rem;
  height: 6.34rem;
  position: relative;
  top: 0.05rem;
  left: 50%;
  margin-left: -3.065rem;
}
.main .s1 .playbtn {
  background: url(../images/s1_lotteryBtn.png) no-repeat;
  background-size: 100% 100%;
  width: 1.98rem;
  height: 2.64rem;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  margin-left: -0.99rem;
}
.main .s1 .playbtn1 {
  background: url(../images/s1_lotteryBtn1.jpg) no-repeat;
  background-size: 100% 100%;
  width: 1.98rem;
  height: 1.98rem;
  position: absolute;
  top: 2.18rem;
  left: 50%;
  margin-left: -0.99rem;
  border-radius: 1.15rem;
}
.main .s1 .playbtn0 {
  background: url(../images/s1_lotteryBtn0.gif) no-repeat;
  background-size: 100% 100%;
  width: 1.98rem;
  height: 1.98rem;
  position: absolute;
  top: 2.18rem;
  left: 50%;
  margin-left: -0.99rem;
  border-radius: 1.15rem;
}
.s1 .g-lottery-img .item1 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
  position: absolute;
  top: 0.6rem;
  left: 2rem;
}
.s1 .g-lottery-img .item2 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
  position: absolute;
  top: 1.6rem;
  left: 4rem;
  transform: rotate(60deg);
}
.s1 .g-lottery-img .item3 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
  position: absolute;
  top: 4rem;
  left: 4rem;
  transform: rotate(120deg);
}
.s1 .g-lottery-img .item4 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
  position: absolute;
  top: 5rem;
  left: 2rem;
  transform: rotate(180deg);
}
.s1 .g-lottery-img .item5 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
  position: absolute;
  top: 4rem;
  left: 0rem;
  transform: rotate(240deg);
}
.s1 .g-lottery-img .item6 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
  position: absolute;
  top: 1.6rem;
  left: 0rem;
  transform: rotate(300deg);
}

.main .s1 h3 {
  margin: 0.2rem auto 0;
  text-align: center;
  color: #fff;
  font-size: 0.30rem;
  /* font-weight: 700; */
  letter-spacing: 0.05rem;
  animation: neon 1.5s ease-in-out infinite alternate;
  -webkit-animation: neon 1.5s ease-in-out infinite alternate;
}
.main .s1 .s1_btn {
  width: 7.5rem;
  height: 0.76rem;
  margin: 0.5rem auto 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.main .s1 .s1_btn .myReward {
  background: url(../images/MyReward.png) no-repeat;
  background-size: 100% 100%;
  width: 2.98rem;
  height: 0.76rem;
  margin-right: 0.5rem;
}
.main .s1 .s1_btn .fb_share {
  background: url(../images/fb_share.png) no-repeat;
  background-size: 100% 100%;
  width: 2.98rem;
  height: 0.76rem;
}
/* ============================================s1结束====================================================== */
/* ============================================s2开始====================================================== */
.main .s2 {
  width: 100%;
  display: inline-block;
  position: relative;
  /* border: 1px solid red; */
  margin: 1.6rem auto 0;
  overflow: hidden;
}
.main .s2 .s2_title {
  background: url(../images/s2_title.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 6.97rem;
  height: 1.07rem;
  margin: 0 auto;
}

/* 旋转木马抽奖 */
#zturn {
  position: relative;
  top: 0.7rem;
  height: 4rem;
}
.lottery2-reward1 {
  background: url(../images/s2_reward1.png) no-repeat;
}
.lottery2-reward2 {
  background: url(../images/s2_reward2.png) no-repeat;
}
.lottery2-reward3 {
  background: url(../images/s2_reward3.png) no-repeat;
}
.lottery2-reward4 {
  background: url(../images/s2_reward4.png) no-repeat;
}
.lottery2-reward5 {
  background: url(../images/s2_reward5.png) no-repeat;
}
.zturn-item {
  background-size: 100% 100%;
  width: 2.06rem;
  height: 3.37rem;
  transition: all 0.5s;
  cursor: default;
  line-height: 3.37rem;
}
.lottery2-mark1 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
}
.lottery2-mark2 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
}
.lottery2-mark3 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
}
.lottery2-mark4 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
}
.lottery2-mark5 {
  display: none;
  background: url(../images/mark.png) no-repeat 0 0 / 100% 100%;
  width: 2.1rem;
  height: 0.69rem;
}
.main .s2 h3 {
  margin: 0.6rem auto 0.1rem;
  font-size: 0.30rem;
  /* font-weight: 700; */
  text-align: center;
  color: #fff;
  letter-spacing: 0.05rem;
  animation: neon 1.5s ease-in-out infinite alternate;
  -webkit-animation: neon 1.5s ease-in-out infinite alternate;
}
@keyframes neon {
  0% {
    text-shadow: 0 0 0.01rem #fff, 0 0 0.02rem #fff, 0 0 0.03rem #fff, 0 0 0.04rem #228DFF, 0 0 0.05rem #228DFF, 0 0 0.06rem #228DFF, 0 0 0.07rem #228DFF, 0 0 0.08rem #228DFF;
  }

  100% {
    text-shadow: 0 0 0.02rem #fff, 0 0 0.04rem #fff, 0 0 0.06rem #fff, 0 0 0.08rem #228DFF, 0 0 0.1rem #228DFF, 0 0 0.12rem #228DFF, 0 0 0.14rem #228DFF, 0 0 0.16rem #228DFF;
  }
}
@-webkit-keyframes neon {
  0% {
    text-shadow: 0 0 0.01rem #fff, 0 0 0.02rem #fff, 0 0 0.03rem #fff, 0 0 0.04rem #228DFF, 0 0 0.05rem #228DFF, 0 0 0.06rem #228DFF, 0 0 0.07rem #228DFF, 0 0 0.08rem #228DFF;
  }

  100% {
    text-shadow: 0 0 0.02rem #fff, 0 0 0.04rem #fff, 0 0 0.06rem #fff, 0 0 0.08rem #228DFF, 0 0 0.1rem #228DFF, 0 0 0.12rem #228DFF, 0 0 0.14rem #228DFF, 0 0 0.16rem #228DFF;
  }
}
.s2 .lottery2_btn {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -1.795rem;
  background: url(../images/s2_lotteryBtn.png) no-repeat;
  background-size: 100% 100%;
  width: 3.59rem;
  height: 1.24rem;
}
/* ============================================s2结束====================================================== */
/* ============================================s3开始====================================================== */
.main .s3 {
  display: inline-block;
  width: 100%;
  position: relative;
  /* border: 1px solid red; */
  margin: 1.2rem auto 0;
}
.main .s3 .s3_title {
  background: url(../images/s3_title.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 6.97rem;
  height: 1.05rem;
  margin: 0 auto;
}
.main .s3 .s3_content {
  background: url(../images/s3_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 7.19rem;
  height: 4.63rem;
  margin: 0.2rem auto 0;
}
/* ============================================s3结束====================================================== */
/* ============================================s4开始====================================================== */
.main .s4 {
  position: relative;
  /* border: 1px solid red; */
  margin: 1rem auto 0;
  z-index: 10;
}
.main .s4 .s4_title {
  background: url(../images/s4_title.png) no-repeat;
  background-size: 100% 100%;
  width: 6.97rem;
  height: 1.03rem;
  position: relative;
  margin: 0 auto;
}
.s4 .s4_content {
  /* border: 1px solid blue; */
  position: relative;
  top: 0.46rem;
  height: 6rem;
}
.s4 .s4_content .s4_item {
  width: 1.9rem;
  height: 2.51rem;
  position: absolute;
}
.s4 .s4_content .day1 {
  background: url(../images/day1.png) no-repeat;
  background-size: 100% 100%;
  top: 0rem;
  left: 0.48rem;
  animation: float 1.7s ease-in-out 0s infinite;
}
.s4 .s4_content .day2 {
  background: url(../images/day2.png) no-repeat;
  background-size: 100% 100%;
  top: 0rem;
  left: 2.88rem;
  animation: float 1.8s ease-in-out 0s infinite;
}
.s4 .s4_content .day3 {
  background: url(../images/day3.png) no-repeat;
  background-size: 100% 100%;
  top: 0rem;
  left: 5.28rem;
  animation: float 1.9s ease-in-out 0s infinite;
}
.s4 .s4_content .day4 {
  background: url(../images/day4.png) no-repeat;
  background-size: 100% 100%;
  top: 2.94rem;
  left: 0.48rem;
  animation: float 2s ease-in-out 0s infinite;
}
.s4 .s4_content .day5 {
  background: url(../images/day5.png) no-repeat;
  background-size: 100% 100%;
  top: 2.94rem;
  left: 2.88rem;
  animation: float 2.1s ease-in-out 0s infinite;
}
.s4 .s4_content .day6 {
  background: url(../images/day6.png) no-repeat;
  background-size: 100% 100%;
  top: 2.94rem;
  left: 5.28rem;
  animation: float 2.2s ease-in-out 0s infinite;
}
@keyframes float {
0% {
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
50% {
  -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform: translateY(0rem);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
100% {
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
}
/* ============================================s4结束====================================================== */

/* ============================================s6开始====================================================== */
.s6 {
  display: inline-block;
  position: relative;
  margin: 0.63rem auto 0;
  width: 7.5rem;
  height: 5.57rem;
}
.s6 .s6_GP {
  background: url(../images/google_download.png) no-repeat 0 0 / 100% 100%;
  width: 1.93rem;
  height: 0.58rem;
  position: absolute;
  top: 4.3rem;
  left: 2rem;
}
.s6 .s6_AS {
  background: url(../images/ios_download.png) no-repeat 0 0 / 100% 100%;
  width: 1.56rem;
  height: 0.58rem;
  position: absolute;
  top: 4.3rem;
  left: 4.2rem;
}
/* ============================================s6结束====================================================== */
/* ============================================footer开始====================================================== */
.footer {
  background: url(../images/footer_bg.png) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 1.67rem;
  position: relative;
  color: #ccc;
  margin: -0.4rem auto 0;
  text-align: center;
  overflow: hidden;
}
.footer a {
  display: inline-block;
  margin: 0.4rem 0.2rem 0;
  font-size: 0.16rem;
  text-decoration: underline;
}
.footer .footer_bottom {
  margin: 0.2rem auto;
  font-size: 0.14rem;
}
/* ============================================footer结束====================================================== */


