/* 自定義樣式 */
/**
 * 箭头 .arrow
 *
 * @param @w				寬度
 * @param @h                高度
 * @param @bw				邊框寬度
 * @param @c                邊框顏色
 * @param @deg				旋轉角度
 *
 * @example 
 *      .arrow(7px, 7px, 1px, #333, -135deg);
 */
/**
 * 三角形 .triangle
 *
 * @param @direction                方向 up, down, left, right
 * @param @size or @width, @height  大小
 * @param @color                    顏色
 *
 * @example 
 *      .triangle(up, 5px, #fff)
 *      .triangle(up, 10px, 5px, #fff)
 */
/* CSS reset */
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
strong {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
body {
  margin: 0 auto;
  color: #333;
  font: 13px/1.2 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ul,
li,
ol {
  list-style: none;
}
input {
  vertical-align: middle;
  font-size: 13px;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #aaa;
}
* {
  -webkit-tap-highlight-color: #333;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.active_auto_wid {
  background: -ms-linear-gradient(left,#DF0E35,#e11439,#eC183D,#F21D48,#EC3635,#EC3834,#EF4131,#EB4139,#E83135,#E62F34,#df1c30,#d9152C,#c60f23);        /* IE 10 */
  background:-moz-linear-gradient(left,#DF0E35,#e11439,#eC183D,#F21D48,#EC3635,#EC3834,#EF4131,#EB4139,#E83135,#E62F34,#df1c30,#d9152C,#c60f23);/*火狐*/ 
  background: -webkit-linear-gradient(left,#DF0E35,#e11439,#eC183D,#F21D48,#EC3635,#EC3834,#EF4131,#EB4139,#E83135,#E62F34,#df1c30,#d9152C,#c60f23);   /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(left,#DF0E35,#e11439,#eC183D,#F21D48,#EC3635,#EC3834,#EF4131,#EB4139,#E83135,#E62F34,#df1c30,#d9152C,#c60f23);  /*Opera 11.10+*/
}
.activeEightYear {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.activeEightYear .header-section {
    background: url(//img.8891.com.tw/active/eightyear/header-bg.png) no-repeat;
  position: relative;
  width: 1100px;
  height: 370px;
  background-position: -232px 0px;
}
.header-section .header {
    height: 425px;
}
.header-section .flag {
  width: 176px;
  height: 79px;
  position: absolute;
  left: 0px;
  top: 16px;
}
.header-section .flag img {
  width: 100%;
}
.header-section .title {
  position: absolute;
      top: -32px;
      left: 70px;
}
.header-section .title img {
}


.stored-section {
  width: 615px;
  margin: 30px auto;
}
.stored-section .title {
  display: flex;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.stored-section .merchant {
  flex: 1;
  color: #fff;
}
.stored-section .give-car {
  flex: 1;
}
.progress-bar-section {
  color: #fff;
  display: flex;
}
.seven .progress-bar-one {
  position: relative;
  background: yellow;
  height: 5px;
  width: 100%;
  margin: 10px 0;
  flex: 1;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.seven .progress-bar-one .circle {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 46%;
  top: -5px;
  border: 3px solid red;
  border-radius: 50%;
  background: #fff;
}
.seven .progress-bar-two {
  position: relative;
  height: 5px;
  width: 100%;
  margin: 10px 0;
  flex: 1;
  background: #000;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.seven .progress-bar-two .circle {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 46%;
  top: -5px;
  border: 3px solid #000;
  border-radius: 50%;
  background: #fff;
}
.stored-section .time {
  display: flex;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}
.stored-section .merchant-time {
  flex: 1
}
.stored-section .give-car-time {
  flex: 1
}
.merchant-store-gift {
  width: 1100px;
  margin: 0 auto;
  background: linear-gradient(45deg, #4e4e4e 0%, #43445f 0, #43445f 49%, #4e4e4e 0, #4e4e4e 61%, #43445f 0);
  background-size: 5px 5px;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.merchant-store-gift .header {
  background: url(//img.8891.com.tw/active/eightyear/header.png) no-repeat;
  position: absolute;
  width: 491px;
  top: -15px;
  left: 50%;
  margin-left: -245px;
  height: 125px;

}
.import-phone label {
    top: 8px !important;
}
.merchant-store-gift .title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-top: 7px;
}
.store-gift-time {
  color: #444460;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  margin-top: 1px;
}
.merchant-store-gift .main {
  color: #fff;
  font-size: 20px;
  width: 800px;
  margin: 20px auto;
  padding-top: 100px;
}
.merchant-store-gift .active-start {
      margin-bottom: 20px;
}
.merchant-store-gift .reminder {
  font-size: 31px;
  font-weight: 900;
  display: inline-block;
}
.merchant-store-gift .import-phone {
  position: relative;
  display: inline-block;
  width: 328px;
  vertical-align: bottom;
}
.merchant-store-gift .import-phone input {
  width: 230px;
  height: 36px;
  font-size: 19px;
  padding-left: 10px;
  font-weight: 900;
  vertical-align: bottom;
}
.merchant-store-gift .submit-btn {
  background: #c81c33;
  display: inline-block;
  width: 100px;
  height: 100%;
  line-height: 36px;
  text-align: center;
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.merchant-store-gift .desc {
  font-size: 21px;
}
.immediately-img {
  display: flex;
  margin-top: 20px;
}
.immediately-one,.immediately-two,.immediately-three {
  flex: 1;
  position: relative;
}
.immediately-img a {
  width: 140px;
  height: 35px;
  position: absolute;
  bottom: 25px;
  left: 57px;
  cursor: pointer;
}
.active-immediately-desc {
  margin-top: 20px;
}
.active-immediately-desc p {
  font-size: 13px;
  color: #b7b7b7;
  line-height: 23px;
}
.give-car-section {
  width: 1100px;
  margin: 0 auto;
  background: linear-gradient(45deg, #4e4e4e 0%, #43445f 0, #43445f 49%, #4e4e4e 0, #4e4e4e 61%, #43445f 0);
  background-size: 5px 5px;
  position: relative;
  padding-bottom: 30px;
}
.give-car-section .header {
  background: url(//img.8891.com.tw/active/eightyear/header.png) no-repeat;
  position: absolute;
  width: 491px;
  top: -15px;
  left: 50%;
  margin-left: -245px;
  height: 125px;
  text-align: center;
}
.give-car-section .title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-top: 7px;
}
.merchant-store-gift.end-block {
  display: none;
}
.give-car-section .give-car-time {
  color: #444460;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  margin-top: 1px;
}
.give-car-section .main {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.active-end-show .give-car-section .active-content img {
  width: 98%;
}
.active-end-show .give-car-section .active-content img {
  width: 98%;
}
.active-end-show .active-section-two  .active-one img {
  width: 96%;
}
.active-start-show .give-car-section .active-content img {
  width: 98%;
}
.active-start-show .give-car-section .active-content img {
  width: 98%;
}
.active-section-one .give-car-section .active-one img {
  width: 75%;
}
.active-start-show .win-panel {
  height: 290px;
}
.active-start-show .panel-list {
  height:280px;
}
.active-end-show .win-panel {
  height: 335px;
}
.active-end-show .panel-list {
  height:320px;
}
.give-car-section .active-one {
  color: #ff6600;
  font-size: 30px;
  padding-top: 65px;
  font-weight: 900;
}
.give-car-section .active-one span {
    text-shadow: 2px 2px 4px #000;
}
.active-section-one .active-icon {
  background: url(//img.8891.com.tw/active/eightyear/reminder_bg.png) no-repeat;
  color: #fff;
  width: 77px;
  height: 78px;
  line-height: 86px;
  text-align: center;
  font-style: normal;
  display: inline-block;
  font-size: 19px;
  font-weight: 900;
}
.active-section-one .give-active-desc {
  font-size: 30px;
  font-weight: 900;
  width: 560px;
  color: #fff;
  line-height: 45px;
  margin-top: 20px;
}
.give-car-section .red-packet-section {
      margin-top: 50px;
}
.give-car-section .red-packet-icon {
  background: url(//img.8891.com.tw/active/eightyear/red_packet.png) no-repeat;
  color: #fff;
  width: 200px;
  height: 154px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-size: 100%;
}
.give-car-section .app-icon {
  background: url(//img.8891.com.tw/active/eightyear/code.png) no-repeat;
  color: #fff;
  width: 140px;
  height: 140px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-size: 100%;
  vertical-align: top;
  margin-top: 13px;
  margin-left: 20px;
}
.bbs  {
  width: 1000px;
  margin: 12px auto 50px;
}
.lt-discuss-ilink {
  width: 35px !important;
  height: 20px !important;
  background-position: -596px -21px !important;
  display: block !important;
}
.lt-discuss-input {
  padding: 3px 0px 3px 7px !important;
}
.lt-discuss-say {
}
.lt-discuss-btn {
  width: 54px !important;
  height: 27px !important;
  cursor: pointer !important;
  border: 0 !important;
  top: 9px !important;
  right: 7px !important;
  background-position: -543px -22px !important;
}
.lt-discuss-say .lt-discuss-input {
  width: 771px;
    height: 37px;
}
.big-discuss {
  width: 780px;
  margin: 0 auto;
}
.give-car-section .app-download {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-left: 5px;
}
.app-download-title {
  font-size: 32px;
  color: #fff;
  text-shadow: 3px 3px 4px #000;
  text-align: center;
}
.give-car-section .Android-iod-download {
  width: 160px;
}
.give-car-section .Android-iod-download img {}
.active-section-one {
  position: relative;
  padding-bottom: 25px;
}
.active-section-bottom {
  border-bottom: 3px solid #5B5C64;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%
}
.give-car-section .packet-phone {
  position: absolute;
  top: 61px;
  right: -60px;
  width: 244px;
}
.give-car-section .packet-phone img {
  width: 100%;
}
.active-section-two {
  position: relative;
  margin-top: 20px;
}

.active-section-two .active-icon {
  background: url(//img.8891.com.tw/active/eightyear/reminder_bg.png) no-repeat;
  color: #fff;
  width: 77px;
  height: 78px;
  line-height: 86px;
  text-align: center;
  font-style: normal;
  display: inline-block;
  font-size: 19px;
  font-weight: 900;
}
.active-section-two .give-active-desc {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 45px;
  margin-top: 20px;
}
.active-section-two .packet-list {
  margin-top: 30px;
}
.active-section-two .packet-cash {
  background: url(//img.8891.com.tw/active/eightyear/purse.png) no-repeat;
  color: #fff;
  width: 120px;
  height: 70px;
  line-height: 70px;
  font-style: normal;
  display: inline-block;
  font-size: 26px;
  background-size: 123%;
  background-position: -23px 0px;
  padding-left: 50px;
  font-weight: 900;
  margin-right: 10px;
  text-align: center;
}
.active-content {
  margin-top: 40px;
  color: #fff;
  font-size: 20px;
  padding-bottom: 40px;
}
.active-content p {
  font-weight: 900;
  line-height: 32px;
}
.desc-collect {
    line-height: 24px !important;
    margin-top: 10px;
}
.active-rule-section {
  margin-top: 30px;
  color: #ababad;
  line-height: 22px;
}
.eight-footer {
  background: #FCFCFC;
}

.activeEightYearSecion {
  position: relative;
}
.join-count-fixed {
  position: absolute;
  top: 0px;
  left: -65px;
  background: #ff6600;
  color: #fff;
  width: 15px;
  font-size: 18px;
  padding: 15px;
  white-space: normal;
  word-break: break-all;
  text-align: center;
  display: none;
}
.nav-fixed {
  position: absolute;
  top: 0px;
  right: -113px;
  background: #ff6600;
  color: #fff;
  width: 95px;
  font-size: 18px;
  white-space: normal;
  word-break: break-all;
  text-align: center;
}
.nav-fixed .arrow-icon {
  background: url(//img.8891.com.tw/active/eightyear/arrow-icon.png) no-repeat;
  color: #fff;
  width: 11px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 12px;
  display: inline-block;
  font-size: 26px;
  background-size: 100%;
  font-weight: 900;
}
.back-top {
  position: relative;
  background: #990000;
  padding: 5px 24px 15px;
  font-weight: 900;
  cursor: pointer;
}
.back-top .arrow-icon {
  bottom: -12px;
  left: 46px;
  top: 44px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
} 
.anniversary ,.store-gift ,.fixed-give-car {
  text-align: center;
  position: relative;
  width: 85px;
  margin: 10px auto;
  border-bottom: 2px dotted #906d6d;
  padding-bottom: 10px;
  cursor: pointer;
}
.anniversary div {
  height: 45px;
  line-height: 45px;
}
.anniversary div,.store-gift div,.fixed-give-car div {
  font-weight: 900;
}

.active-start-show .active-end-width {
    width: 600px;
    display: none;
}
.active-end-show .active-end-width,.active-start-show-test .active-end-width {
    width: 600px;
    display: none;
}
.active-img-one-section {
  display: none;
}
.active-end-show .active-img-one-section , .active-start-show .active-end-width  {
    width: 600px;
    height: 480px;
    display: block;
}
.packet_start {
      margin: 40px 0;

}
.active-end-show .packet_start,.active-start-show-test .packet_start, .active-start-show .packet_start{
  display: none;
  margin: 0 0;
}
.active-end-show .immediately-img,.active-start-show-test .immediately-img, .active-start-show .immediately-img{
  display: flex !important;
}
.active-start-show-test .active-end-width {
  display: none !important;
}
.active-start-show-test .active-img-one-section,.active-end-show .active-img-one-section {
  display: block !important;
  width: 600px;
  height: 480px;
}
.active-start-show .active-img-one-section {
  display: none;
}
.active-start-show .packet-cash {
  width: 105px;
  height: 54px;
  line-height: 54px;
  font-size: 17px;
  font-weight: normal;
  padding-left: 10px;
}
.active-start-show .packet-list {
  margin-top: 10px;
}
.active-start-show .active-content {
  margin-top: 10px;
}
.active-end-show .packet-cash {
  width: 75px;
  height: 54px;
  line-height: 54px;
  font-size: 17px;
  font-weight: normal;
  padding-right: 12px;
}
.active-end-show .packet-list {
  margin-top: 20px;
}
.active-end-show .active-content {
  margin-top: 20px;
}
.active-end-show .end-block{
  display: inline-block !important;
}
.active-end-show .end-none-block {
  display: none !important;
}
.active-end-show .seven .progress-bar-one {
  background: #000;
}
.active-end-show .seven .progress-bar-one .circle {
  border: 3px solid #000;
}
.active-end-show .seven .progress-bar-two {
  background: yellow;
}
.active-end-show .seven .progress-bar-two .circle {
  border: 3px solid red;
}
.active-start-show .seven .progress-bar-one {
  background: #000;
}
.active-start-show .seven .progress-bar-one .circle {
  border: 3px solid #000;
}
.active-start-show .seven .progress-bar-two {
  background: yellow;
}
.active-start-show .seven .progress-bar-two .circle {
  border: 3px solid red;
}
.active-start-show-test .seven .progress-bar-one {
  background: yellow;
}
.active-start-show-test .seven .progress-bar-one .circle {
  border: 3px solid red;
}
.active-start-show .start-block {
  display: inline-block !important;
}
.active-start-show .start-none-block {
  display: none !important;
}
.win-panel {
  background: #ffcc99;
  position: absolute;
  right: 1px;
  top: 85px;
  padding: 30px 10px 0;
  width: 180px;
  height: 388px;
  display: none;
} 
.panel-header {
  background: url(//img.8891.com.tw/active/eightyear/header.png) no-repeat;
  position: absolute;
  width: 151px;
  height: 40px;
  left: 25px;
  background-size: 100% 100%;
  top: -10px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 900;
}
.panel-list {
  width: 180px;
  height: 382px;
  overflow: hidden;
}
.panel-list li {
  border-bottom: 1px solid #ff6600;
  padding: 16px 0;
  color: #ff8300;
  font-size: 13px;
}
.active_auto_wid {
  margin: 0 auto;
}

.clearfix:before { content: " "; display: table; }
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
#award-banner {
  overflow: hidden;
}
#award-inner {
  width: 9999em;
}
#award-list {
  float: left;
  height: 40px;
}
#award-list li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
  color: #ffff00;
  font-size: 30px;
}


.active-end-show .dis-none,.active-start-show .dis-none {
  display: none !important;
}











