@charset "utf-8";
/*.keyframes(Breath,{
      0% {
          .transition(scale(0.8,0.8));
      }
      100% {
          .transition(scale(1.1,1.1));
      }
  });*/
/*.animation(Breath 0.8s ease-in-out alternate infinite);*/
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body{
  width: 100%;
  height: 100%;
  font-weight: normal;
  background: #ff580e url(../img/bg.jpg) no-repeat top;
  background-size: cover;
 
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  
}

a {
  text-decoration: none;
}
input {
  -webkit-appearance: none;
}
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 700;
}
a,
a:hover {
  text-decoration: none;
}

textarea {
  font-size: 24px;
}
a {
  color: #434343;
}
.commSet {

  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.overflow {
  overflow: hidden;
}
.hide {
  display: none;
}
.hidetxt {
  text-indent: -9999em;
}

.hover:hover {
  opacity: 0.8;
}
/* .cont {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 1px;
} */
.box-lottery {
  position: relative;
  margin: 45% auto 0;
  width: 320px;
  height: 320px;
  background: url('../img/bg_lottery.png') center no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.lottery-wrap {
  position: relative;
  width: 92%;
  height: 92%;
  background: url('../img/bg_lottery_f.png') center no-repeat;
  background-size: cover;
}
.lottery-wrap img {
  width: 60px;
  height: 45px;
}
.lottery-wrap span {
  box-sizing: border-box;
  position: absolute;
  top: -10%;
  left: 19%;
  width: 60%;
  height: 60%;
  color: #513200;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  text-align: center;
}
.lottery-wrap span.lottery-span1 {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}
.lottery-wrap span.lottery-span2 {
  -webkit-transform: rotate(67.5deg);
  -moz-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  transform: rotate(67.5deg);
}
.lottery-wrap span.lottery-span3 {
  -webkit-transform: rotate(112.5deg);
  -moz-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  transform: rotate(112.5deg);
}
.lottery-wrap span.lottery-span4 {
  -webkit-transform: rotate(157.5deg);
  -moz-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  transform: rotate(157.5deg);
}
.lottery-wrap span.lottery-span5 {
  -webkit-transform: rotate(202.5deg);
  -moz-transform: rotate(202.5deg);
  -ms-transform: rotate(202.5deg);
  transform: rotate(202.5deg);
}
/* .lottery-wrap span.lottery-span5 img {
  width: 71px;
  height: 71px;
} */
.lottery-wrap span.lottery-span6 {
  -webkit-transform: rotate(247.5deg);
  -moz-transform: rotate(247.5deg);
  -ms-transform: rotate(247.5deg);
  transform: rotate(247.5deg);
}
.lottery-wrap span.lottery-span6 img {
  width: 50px;
  height: 43px;
}
.lottery-wrap span.lottery-span7 {
  -webkit-transform: rotate(292.5deg);
  -moz-transform: rotate(292.5deg);
  -ms-transform: rotate(292.5deg);
  transform: rotate(292.5deg);
}
.lottery-wrap span.lottery-span7 img {
  width: 40px;
  height: 51px;
}
.lottery-wrap span.lottery-span8 {
  -webkit-transform: rotate(337.5deg);
  -moz-transform: rotate(337.5deg);
  -ms-transform: rotate(337.5deg);
  transform: rotate(337.5deg);
}
.lottery-wrap span.lottery-span8 img {
  width: 50px;
  height: 37px;
}
.lottery-wrap i {
  display: block;
  width: 100%;
  height: 30px;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #513200;
  margin: 50px 0 0px;
}
.lottery-wrap img {
  max-width: 80%;
}
.lottery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: -999em;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.lottery-btn i {
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -23px;
  width: 41px;
  height: 39px;
  background: url('../img/icon_point.png') center no-repeat;
  -webkit-transform-origin: 50% 102.5px;
  -moz-transform-origin: 50% 102.5px;
  -ms-transform-origin: 50% 102.5px;
  transform-origin: 50% 102.5px;
}
.lottery-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/btn_lottery.png') center no-repeat;
  background-size:cover;
}
.recrod{position: absolute; top: 23%; right: 0;}
.recrod a{border-radius: 16px 0 0 16px; height: 32px; width: 80px; box-shadow:0 2px 0 #d25329; background-image: linear-gradient(#ffd21f,#ff8518); color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; font-weight: bold;}
.cout{ display: flex; align-items: center; justify-content: center; color: #ffeea5; font-size: 16px; margin: 15px 0 40px 0;}
.cout span{font-weight: bold; margin: 0px 5px; color: #513200;}
.rule{ border:#e69f42 2px solid;  width: 86%; box-sizing: border-box; margin: 0 auto; background: #fff; border-radius: 12px; padding: 20px; position: relative;}
.rule h3{ width: 118px; height:40px; line-height: 40px; font-size: 16px; position: absolute; top: -20px; color: #fff; text-align: center; background-image: linear-gradient(#ffd21f,#ff8518); display: block; border-radius:10px 10px 6px 6px ;}
.rule  .dec{padding-top: 20px;}
.rule .dec p{ font-size: 16px;}
.rule .dec .notice{ margin-top: 10px; margin-bottom: 10px; color:#5d5d5d; font-size: 14px; padding: 10px 0; border-top:#b6b6b6 1px solid; border-top:#b6b6b6 1px solid; border-bottom: 1px #b6b6b6 solid;}
.rule .dec .explan{ color: #989898; font-size: 13px; }

.pop{width: 86%; box-sizing: border-box; padding: 15px; background-image: linear-gradient(#c96e41,#ff8a22); display: flex; align-items: center; justify-content: center; border-radius: 8px; position: absolute; top: 16%;  color: #fff; left: 7%; flex-flow: column;}
.pop::after{ content: '';  border-top: 8px #ff8a22 solid; position: absolute; left: 50%; margin-left: -4px; bottom: -8px; border-left: 8px transparent solid; border-right: 8px transparent solid;}
.pop #scroll{height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; display: block;  }
.pop #scroll span{ margin: 0px 5px;}
.pop #scroll span.black{ color:#ffeea5; font-weight: bold;}
.retrun{ font-size: 12px; color: #fff; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.retrun::after{ content: ''; width: 12px; height: 12px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; display: block; transform: rotate(135deg);}


@media only screen and (device-width:375px) and (-webkit-device-pixel-ratio: 3){
  .box-lottery { margin: 55% auto 0 auto;}
}