@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap");
ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-family: "Noto Sans TC", serif, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif, "微軟正黑體";
    font-size: 16px;
}

.mobmenu {
    display: none;
}

#cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 9997;
    margin-top: -35px;
    background-position: center top;
}

.close {
    position: absolute;
    top: -4%;
    right: -3%;
    z-index: 100;
    font-size: 21px;
    width: 30px;
    text-align: center;
    height: 30px;
    background-color: #ffffff;
    border-radius: 25px;
    cursor: pointer;
    z-index: 9998;
}

.gift1box,
.gift5box {
    position: fixed;
    top: 30%;
    left: 52%;
    width: 550px;
    height: 390px;
    z-index: 9999;
    transform: translate(-275px, 0px);
    display: none;
}

.gift2box,
.gift3box {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 280px;
    height: 449px;
    z-index: 9999;
    transform: translate(-140px, 0px);
    display: none;
}

.gift4box {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 560px;
    height: 391px;
    z-index: 9999;
    transform: translate(-280px, 0px);
    display: none;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 900px;
    position: relative;
    background: url(../img/header_bg.jpg) no-repeat center top;
    overflow: hidden;
}

.logo {
    background-image: url(../img/logo.png);
    width: 237px;
    height: 150px;
    position: absolute;
    margin: 20px 0 0 20px;
}

.rightsidebar {
    width: 142px;
    height: 210px;
    background: url(../img/rightsidebtn_bg.png) no-repeat;
    position: fixed;
    right: 0;
    top: 20%;
    padding-top: 18px;
    z-index: 1;
}

.rightsidebar>ul>li {
    width: 119PX;
    height: 45px;
    margin: 0 0 0 17px;
    position: relative;
}

.rightsidebar>ul>li a:hover {
    opacity: .85;
}

.headerbox {
    width: 1024px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.people {
    width: 990px;
    height: 730px;
    margin: 0 auto;
    overflow: hidden;
    /*background: url(../img/header_people.png) no-repeat center top;*/
}

.img1,
.img2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

@keyframes cf4FadeInOut {
    0%,
    30%,
    70% {
        opacity: 1;
    }
    20%,
    40% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0.5;
    }
}

@-moz-keyframes cf4FadeInOut {
    0%,
    30%,
    70% {
        opacity: 1;
    }
    20%,
    40% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes cf4FadeInOut {
    0%,
    30%,
    70% {
        opacity: 1;
    }
    20%,
    40% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0.5;
    }
}

.img1 {
    animation: cf4FadeInOut 5s alternate infinite ease-in-out;
    background: url(../img/header_people_ch.png) no-repeat center top;
}

.img2 {
    animation: cf4FadeInOut 1.2s .5s alternate-reverse infinite ease-in-out;
    background: url(../img/header_people.png) no-repeat center top;
}

.slogan {
    width: 100%;
    height: auto;
    margin: -170px 0 0 0;
    position: absolute;
    z-index: 1;
}

.slogan img {
    width: 50%;
    margin: 0 25%;
}

.head_btn {
    width: 600px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.head_btn>ul>li {
    width: 280px;
    height: 80px;
    background: url(../img/header_btnbg.png);
    float: left;
    text-align: center;
    line-height: 86px;
    font-size: 21px;
    margin: 15px 10px 0 10px;
    letter-spacing: 5px;
}

.head_btn>ul>li a {
    color: #000000;
    display: block;
}

.head_btn>ul>li a:hover {
    display: block;
}

article {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
}

.main1 {
    width: 100%;
    height: auto;
    background: url(../img/main1_bg.jpg) no-repeat center top;
    padding: 80px 0 0 0;
    background-color: #c5c5c5;
}

.main1box {
    width: 1280px;
    height: auto;
    margin: 0 auto;
}

.main1title {
    width: 412px;
    height: 96px;
    background: url(../img/main1_title.png) no-repeat;
    margin: 20px auto 0 auto;
}

.main1date {
    width: 646px;
    height: 135px;
    margin: 30px auto 20px auto;
    background: url(../img/main1_date.png) no-repeat center top;
    background-size: 80%;
}

.event1 {
    width: 160px;
    height: 160px;
    margin: 0 auto 35px auto;
    background: url(../img/event1_title.png);
}

.event1text {
    width: 835px;
    height: 80px;
    margin: 0 auto;
    display: block;
    font-size: 17px;
}

.event1text>ul>li {
    line-height: 1.5;
    clear: both;
    display: block;
}

.evleft {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ffffff;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, .7);
    float: left;
}

.evleft>p {
    transform: rotate(-45deg);
    color: #ffffff;
    padding: 0 0 0 3px;
    margin-top: -5px;
}

.evright {
    margin: -19px 0 0 17px;
    float: left;
    text-shadow: 0 1px 1px #ffffff;
}

.evright1 {
    margin: -42px 0 0 38px;
    float: left;
    text-shadow: 0 1px 1px #ffffff;
}

.signbox {
    width: 1001px;
    height: auto;
    background: url(../img/main1sign_bg.png) no-repeat center top;
    margin: 0 auto;
    clear: both;
    padding: 43px 0 0 0;
}

.signbox>p {
    color: #ffffff;
    text-align: center;
    font-size: 21px;
    letter-spacing: 2px;
}

.signwhile a {
    background-color: #ffffff;
    padding: 2px 6px 2px 10px;
    border-radius: 8px;
    color: #000;
    text-align: center;
    margin: 0 5px 0 3px;
}

.signwhile a:hover {
    background-color: #FFBB00;
    transition: all ease .3s;
}

.signbtn {
    text-align: center;
    background: url(../img/main1signbtn1_bg.png)no-repeat center;
    width: 425px;
    height: 123px;
    margin: 0 auto;
    padding-top: 30px;
}

p.loginin {
    font-size: 15px;
    background-color: rgba(0, 0, 0, .7);
    width: 70%;
    padding: 3px 0;
    margin: 0 15%;
    display: none;
}

.signbtn>h3 {
    background: url(../img/main1signbtn_bg.png) no-repeat center top;
    width: 299px;
    height: 58px;
    margin: 5px auto 0 auto;
    font-size: 21px;
    line-height: 58px;
    letter-spacing: 2px;
}

.signbtn>h3 a {
    color: #ffffff;
    display: block;
}

.signbtn>h3 a:hover {
    color: #000000;
    display: block;
    transition: all ease .3s;
}

.signbtn>p {
    color: #ffffff;
    margin-top: 7px;
}

.eventgift {
    width: 100%;
    height: auto;
    margin: -1% 0 0 0;
}

.eventgift>h2,
.return>h2 {
    text-align: center;
    color: #ffffff;
    font-size: 23px;
}

.main2giftbox h2 {
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    margin-top: 65px;
}

.eventgift>ul {
    width: 800px;
    height: auto;
    margin: -10px auto 0 auto;
}

.eventgift>ul>li {
    width: 246px;
    height: 288px;
    float: left;
    background: url(../img/main1_giftbg.png) no-repeat center top;
    margin: 0 10px 10px 10px;
    position: relative;
    padding-top: 35px;
    font-size: 19px;
}

.eventgift>ul>li>h3 {
    text-align: center;
    width: 80%;
    margin: 0 10%;
    padding: 10px 0;
    height: auto;
    font-size: 19px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
}

.eventgift>ul>li.get::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/get.png) no-repeat center top;
    position: absolute;
    margin: 61% 0 0 37.5%;
    z-index: 1;
}

.eventgift>ul>li.get::after {
    content: '已發送';
    background-color: #8b8b8b;
    text-align: center;
    color: #ffffff;
    padding: 3px 7px;
    display: block;
    width: 60px;
    margin: 0 auto;
}

a.goget1 {
    background-color: #FFBB00;
    text-align: center;
    color: #ffffff;
    padding: 3px 7px;
    display: block;
    width: 60px;
    margin: 0 auto;
}

.eventgift>ul>li.unget::after {
    content: '領取';
    background-color: #8b8b8b;
    text-align: center;
    color: #ffffff;
    padding: 3px 7px;
    display: block;
    width: 60px;
    margin: 0 auto;
}

.eventgift>ul>li.goget::after {
    content: attr(href);
    background-color: #FFBB00;
    color: #ffffff;
    width: 60px;
    padding: 0 7px;
    margin: 0 auto;
    text-align: center;
    display: block;
    cursor: pointer;
}

.eventgift>ul>li>img,
.eventgift>ul>li>a img {
    width: 78px;
    height: auto;
    margin: 20px auto 0 33%;
    position: relative;
}

.eventgift>ul>li>p {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
}

.redpoint {
    width: 22px;
    height: 22px;
    background-color: rgb(255, 0, 0, .6);
    position: absolute;
    border-radius: 25px;
    border: 1.3px solid #FFD700;
    margin: 19px 0 0 77px;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
}

.redpoint1 {
    width: 22px;
    height: 22px;
    background-color: rgb(255, 0, 0, .6);
    position: absolute;
    border-radius: 25px;
    border: 1.3px solid #FFD700;
    margin: 0 0 0 0;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
}

.redpoint p,
.redpoint1 p {
    margin: 0 0 0 4px;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.eventgift>p {
    clear: both;
    background-color: #ffffff;
    display: block;
    color: #000;
    text-align: center;
    line-height: 2.5;
    width: 93.8%;
    margin: 0 0 0 3.3%;
}

.event2 {
    width: 160px;
    height: 160px;
    margin: 0 auto 35px auto;
    background: url(../img/event2_title.png);
}

.red {
    color: #BDB76B;
    clear: both;
    position: relative;
    line-height: 1.5;
}

.red1 {
    color: #FF4500;
    clear: both;
    position: relative;
    line-height: 1.5;
}

.red2 {
    color: #BDB76B;
    clear: both;
    display: block;
    position: relative;
    line-height: 2;
    text-align: center;
}

.return {
    width: 975px;
    height: 638px;
    margin: 0 auto 0 auto;
    clear: both;
    position: relative;
    background: url(../img/main1returngift_bg.png) no-repeat center top;
    padding: 25px 0 30px 0;
}

.returngiftbox {
    width: 86%;
    height: auto;
    border: 1px solid #ffffff;
    margin: 0 7%;
    background-color: rgba(0, 0, 0, .7);
    padding: 2% 0 0 0;
}

.main2gift {
    width: 113px;
    height: 99px;
    margin: 0 auto 15px auto;
    background: url(../img/main1returngift.png) no-repeat center top;
}

.returngiftbox>ul {
    width: 98%;
    height: auto;
    margin: 0 1%;
}

.returngiftbox>ul>li {
    float: left;
    margin: 0 .5% 1% .5%;
    color: #ffffff;
    width: 18.7%;
    font-size: 14px;
    text-align: center;
    padding: 4px 0;
    border: 1px solid #ffffff;
}

.returngiftbox p {
    color: #000;
    text-align: center;
    background-color: #ffffff;
    clear: both;
    padding: 2px 0;
    margin-bottom: 0;
}

.main2att {
    width: 835px;
    height: auto;
    margin: 0 auto;
}

.main2att>ul>li {
    clear: both;
    width: 100%;
    line-height: 1.2;
}

.main2att>p,
.main2att_1>p {
    color: #ffffff;
}

.main2att_1 {
    width: 835px;
    height: auto;
    margin: 20px auto 145px auto;
    padding: 15px;
    clear: both;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.log-form {
    width: 477px;
    height: 35px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 2px;
    font-size: 17px;
    text-shadow: 0 1px 1px #000000;
}

#luckywheel-svr {
    padding: 2px 3px;
    font-family: '微軟正黑體';
    font-size: 17px;
    border: 2px solid #000000;
    width: 280px;
}

.m2att_left {
    background-color: #ffffff;
    border-radius: 15px;
    color: #000;
    width: 25px;
    height: 25px;
    float: left;
    text-align: center;
    margin-right: 7px;
}

.m2att_right {
    color: #ffffff;
    line-height: 1.4;
}

.m2att_right a,
.m2att_right2 a {
    color: #FFBB00;
}

.attmore {
    padding-left: 33px;
    display: block;
    position: relative;
    margin-top: -20px;
    color: #ffffff;
    line-height: 1.4;
}

.main2 {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/main2_bg.jpg) no-repeat center top;
    padding: 100px 0 40px 0;
    background-color: #393939;
}

.main2title {
    width: 412px;
    height: 96px;
    background: url(../img/main2_title.png) no-repeat;
    margin: 20px auto 0 auto;
}

.main2date {
    width: 646px;
    height: 135px;
    margin: 30px auto 20px auto;
    background: url(../img/main2_date.png) no-repeat center top;
    background-size: 80%;
}

.evleft1 {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ffffff;
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 1);
    float: left;
}

.evleft1>p {
    transform: rotate(-45deg);
    color: #000000;
    padding: 0 0 0 3px;
    margin-top: -5px;
}

.evright2 {
    margin: -19px 0 0 17px;
    float: left;
    color: #ffffff;
    width: 94%;
}

.yellow {
    color: #FFBB00;
    clear: both;
    position: relative;
    line-height: 1.7;
}

.yellow p {
    width: 100%;
    clear: both;
}

.ex {
    width: 30px;
    float: left;
    margin-right: 7px;
}

.ex_left {
    width: 95%;
    float: left;
}

.main2giftbox {
    width: 972px;
    height: 2970px;
    display: block;
    clear: both;
    padding: 10px 0 40px 0;
    margin: 0 auto 0 auto;
    background: url(../img/main2eventrepeat_bg.png) no-repeat center;
}

.costbox {
    width: 90%;
    height: auto;
    border: 1px solid #ffffff;
    margin: 40px 5% 25px 5%;
    display: inline-block;
    position: relative;
    padding: 0 0 15px 0;
    background-color: rgba(0, 0, 0, .7);
}

.costbox12k {
    width: 90%;
    height: auto;
    border: 1px solid #ffffff;
    margin: 40px 5% 3px 5%;
    display: inline-block;
    position: relative;
    padding: 40px 0 15px 0;
    background-color: rgba(0, 0, 0, .7);
}

.costitem {
    width: 352px;
    height: 49px;
    background: url(../img/main2_500title_bg.png) no-repeat left top;
    margin: -28px 0 0 -1px;
    padding: 0 0 0 10px;
    position: absolute;
}

.costitem>p,
.costitem_3k>p,
.costitem_5k>p,
.costitem_12k>p {
    color: #000000;
    text-align: left;
    font-size: 21px;
    float: left;
    line-height: 0.7;
}

.costitem_3k,
.costitem_5k {
    width: 453px;
    height: 49px;
    background: url(../img/main2_3ktitle_bg.png) no-repeat left top;
    margin: -28px 0 0 -1px;
    padding: 0 0 0 10px;
    position: absolute;
}

.costitem_12k {
    width: 617px;
    height: 49px;
    background: url(../img/main2_12ktitle_bg.png) no-repeat left top;
    margin: -68px 0 0 -1px;
    padding: 0 0 0 10px;
    position: absolute;
}

.white {
    color: #ffffff;
    float: left;
    font-size: 17px;
    line-height: 1;
    margin: 19px 0 0 7px;
}

.white1 {
    color: #ffffff;
    float: left;
    font-size: 17px;
    line-height: 1;
    margin: 19px 0 0 7px;
}

.costbox>ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
}

.costbox12k>ul.box12 {
    width: 100%;
    height: 290px;
    margin: 20px auto 0 auto;
    position: relative;
    padding-left: 15px;
    background: url(../img/main2_12k_giftbg.png) no-repeat center;
    background-size: 100%;
}

.costbox12k>ul.box12>li {
    width: 31%;
    height: auto;
    border: 1px solid #FFBB00;
    float: left;
    margin: 3.5% 0.5% 0 0.5%;
    display: block;
    padding-top: 40px;
}

.group {
    text-align: center;
    color: #ffffff;
    position: absolute;
    letter-spacing: 2px;
    font-size: 19px;
    margin-left: 44.5%;
}

.costbox>ul>li {
    width: 31%;
    height: auto;
    border: 1px solid #FFBB00;
    float: left;
    margin: 5% 0.5% 0 0.5%;
    display: block;
    padding-top: 40px;
}

.costbox>ul>li>p,
.costbox12k>ul>li>p {
    background-color: #FFBB00;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 3px 0;
}

.box5_gift1 {
    background: url(../img/main2_500_gift1.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift2 {
    background: url(../img/main2_500_gift2.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift3 {
    background: url(../img/main2_500_gift3.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift4 {
    background: url(../img/main2_3k_gift1.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift5 {
    background: url(../img/main2_3k_gift2.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift6 {
    background: url(../img/main2_3k_gift3.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift7 {
    background: url(../img/main2_5k_gift1.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift8 {
    background: url(../img/main2_5k_gift2.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift9 {
    background: url(../img/main2_12k_a_gift1.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift10 {
    background: url(../img/main2_12k_gift2.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift11 {
    background: url(../img/main2_12k_gift3.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift12 {
    background: url(../img/main2_12k_b_gift1.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift13 {
    background: url(../img/main2_12k_d_gift1.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift14 {
    background: url(../img/main2_12k_d_gift3.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.box5_gift15 {
    background: url(../img/main2_12k_c_gift1.png) no-repeat;
    width: 78px;
    height: 105px;
    margin: 0 auto 40px auto;
}

.main2bottom_att {
    width: 42%;
    height: auto;
    margin: 0px 27%;
    padding: 1% 2% 0.3% 2%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
}

footer {
    z-index: -1;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .gift1box,
    .gift5box {
        left: 50%;
    }
    header {
        width: 100%;
        height: auto;
        position: relative;
        background: url(../img/header_bg.jpg) no-repeat center top;
        overflow: hidden;
        background-size: cover;
        padding-bottom: 5%;
    }
    .logo {
        background: url(../img/logo.png) no-repeat center top;
        width: 100%;
        height: 191px;
        position: absolute;
        margin: 4% 0 0 0;
        background-size: 30%;
    }
    .rightsidebar {
        width: 142px;
        height: 210px;
        background: url(../img/rightsidebtn_bg.png) no-repeat;
        position: fixed;
        right: 0;
        top: 20%;
        padding-top: 18px;
        z-index: 1;
    }
    .headerbox {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding-top: 0;
    }
    .people {
        width: 98%;
        height: 0;
        padding-bottom: 90%;
        margin: 21% auto 0 auto;
        /*background: url(../img/header_people.png) no-repeat center top;*/
        background-size: 100%;
    }
    .img1,
    .img2 {
        width: 98%;
        margin: 0 1%;
    }
    .img1 {
        background: url(../img/header_people_ch.png) no-repeat center top;
        background-size: 100%;
    }
    .img2 {
        background: url(../img/header_people.png) no-repeat center top;
        background-size: 100%;
    }
    .slogan {
        width: 74%;
        margin: -30% 13% 0 13%;
    }
    .slogan img {
        width: 96%;
        margin: 0 2%;
    }
    .head_btn {
        width: 74%;
        margin: 0 13%;
    }
    .head_btn>ul>li {
        width: 48%;
        height: auto;
        float: left;
        line-height: 4;
        margin: 1% 1% 0 1%;
        background: url(../img/header_btnbg.png) no-repeat center top;
    }
    .head_btn>ul>li a {}
    .head_btn>ul>li a:hover {
        display: block;
    }
    article {
        width: 100%;
        height: auto;
        position: relative;
        clear: both;
        background-color: #383838;
    }
    .main1 {
        width: 100%;
        height: auto;
        background: url(../img/main1_mobbg.jpg) no-repeat center top;
        padding: 8% 0 0 0;
    }
    .main1box {
        width: 100%;
        height: auto;
        padding-bottom: 2%;
    }
    .main1title {
        width: 100%;
        height: 75px;
        background: url(../img/main1_title.png) no-repeat center top;
        margin: 0 auto;
        background-size: 40%;
    }
    .main1date {
        width: 100%;
        height: 158px;
        margin: 4% auto;
        background: url(../img/main1_date.png) no-repeat center top;
        background-size: 69%;
    }
    .event1 {
        width: 160px;
        height: 160px;
        margin: 0 auto 35px auto;
        background: url(../img/event1_title.png) no-repeat center top;
        background-size: 80%;
    }
    .event1text {
        width: 94%;
        height: auto;
        margin: 0 3%;
        display: block;
        font-size: 1.3em;
    }
    .event1text>ul>li {
        width: 100%;
        line-height: 1.5;
        clear: both;
        display: block;
    }
    .evleft {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid #ffffff;
        transform: rotate(45deg);
        background-color: rgba(0, 0, 0, .7);
        float: left;
        margin: -1% -3% 0 3%;
    }
    .evleft>p {
        transform: rotate(-45deg);
        color: #ffffff;
        padding: 0 0 0 4px;
        margin-top: -5px;
    }
    .evright {
        margin: -4.4% 0 0 5%;
        float: left;
        text-shadow: 0 1px 1px #ffffff;
        width: 90%;
    }
    .evright1 {
        margin: -4.5% 0 0 38px;
        float: left;
        text-shadow: 0 1px 1px #ffffff;
        background-color: transparent;
        width: 90%;
    }
    .signbox {
        width: 100%;
        height: auto;
        background: url(../img/main1signpad_bg.png) no-repeat center top;
        margin: 0 0;
        clear: both;
        padding: 7% 0 0 0;
        background-size: 98%;
    }
    .signbox>p {
        font-size: 1.3em;
        text-shadow: 0 1px 1px #000000;
        margin: -1%;
    }
    .log-form {
        width: 477px;
        height: 45px;
        margin: 3% auto 1% auto;
        color: rgba(255, 255, 255, 1);
        letter-spacing: 2px;
        text-align: center;
        font-size: 19px;
        text-shadow: 0 1px 1px #000000;
    }
    #luckywheel-svr {
        padding: 2px 3px;
        font-family: '微軟正黑體';
        font-size: 21px;
        border: 2px solid #000000;
        width: 335px;
        margin: 1% 0 0 0;
    }
    .signwhile a {
        background-color: #ffffff;
        padding: 2px 6px 2px 10px;
        border-radius: 8px;
        color: #000;
        text-align: center;
        margin: 0 5px 0 3px;
        text-shadow: none;
    }
    .signwhile a:hover {
        background-color: #FFBB00;
        transition: all ease .3s;
    }
    .signbtn {
        text-align: center;
        background: url(../img/main1signbtn1_bg.png)no-repeat center;
        width: 100%;
        height: 123px;
        margin: 0 auto;
        padding-top: 5%;
    }
    p.loginin {
        font-size: 15px;
        background-color: rgba(0, 0, 0, .7);
        width: 90%;
        padding: 3px 0;
        margin: 0 5%;
        display: none;
    }
    .signbtn>h3 {
        background: url(../img/main1signbtn_bg.png) no-repeat center top;
        width: 299px;
        height: 58px;
        margin: 0.5% auto 0 auto;
    }
    .signbtn>h3 a {
        color: #ffffff;
        display: block;
    }
    .signbtn>h3 a:hover {
        color: #000000;
        display: block;
        transition: all ease .3s;
    }
    .signbtn>p {
        color: #ffffff;
        margin-top: 7px;
    }
    .eventgift {
        width: 100%;
        height: auto;
        margin: -2% 0 0 0;
    }
    .eventgift>h2,
    .return>h2 {
        text-align: center;
        color: #ffffff;
        font-size: 23px;
        margin-top: 1%;
    }
    .main2giftbox h2 {
        text-align: center;
        color: #ffffff;
        font-size: 23px;
        margin-top: 2%;
    }
    .eventgift>ul {
        width: 91%;
        height: auto;
        margin: 0 auto 0 6%;
        position: relative;
    }
    .eventgift>ul>li {
        width: 31.3%;
        height: 288px;
        float: left;
        background: url(../img/main1_giftbg.png) no-repeat center top;
        margin: -2% 0.5% 2% 0.5%;
        background-size: 98%;
    }
    .eventgift>ul>li>h3 {
        text-align: center;
        width: 80%;
        margin: 0 11% 0 9%;
        padding: 10px 0;
        height: auto;
        font-size: 19px;
        color: #ffffff;
        border: 1px solid #ffffff;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .eventgift>ul>li>img,
    .eventgift>ul>li>a img {
        width: 78px;
        height: auto;
        margin: 20px auto 0 33%;
        position: relative;
    }
    .eventgift>ul>li>p {
        color: #ffffff;
        text-align: center;
        font-size: 17px;
    }
    .giftunget {
        background-color: #8b8b8b;
        text-align: center;
        color: #ffffff;
        padding: 3px 7px;
        display: block;
        width: 60px;
        margin: 0 auto;
        font-size: 19px;
    }
    .giftget {
        text-align: center;
        display: block;
        width: 60px;
        margin: 0 auto;
    }
    .giftget a {
        color: #ffffff;
        display: block;
        background-color: #FFBB00;
        padding: 3px 7px;
        font-size: 19px;
    }
    .eventgift>ul>li.get::before {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../img/get.png) no-repeat center top;
        position: absolute;
        margin: 40% 0 0 37.5%;
        z-index: 1;
    }
    .giftget a:hover {
        color: #000000;
        display: block;
        background-color: lightgreen;
        transition: all ease .5s;
    }
    .redpoint {
        width: 22px;
        height: 22px;
        background-color: crimson;
        position: absolute;
        border-radius: 25px;
        border: 1px solid #FFBB00;
        margin: 19px 0 0 31%;
        z-index: 1;
    }
    .redpoint1 {
        width: 22px;
        height: 22px;
        background-color: crimson;
        position: absolute;
        border-radius: 25px;
        border: 1px solid #FFBB00;
        margin: 0 0 0 0;
        z-index: 1;
    }
    .eventgift>p {
        clear: both;
        display: block;
        line-height: 1.5;
        width: 92%;
        margin: 0 3.8% 0 4.2%;
        padding: 5px 0;
    }
    .event2 {
        width: 160px;
        height: 160px;
        margin: 8% auto 3% auto;
        background: url(../img/event2_title.png) no-repeat center top;
        background-size: 80%;
    }
    .red {
        color: #BDB76B;
        clear: both;
        position: relative;
        line-height: 1.5;
    }
    .red1 {
        color: #FF4500;
        clear: both;
        position: relative;
        line-height: 1.5;
    }
    .red2 {
        color: #FFBB00;
        clear: both;
        display: block;
        position: relative;
        line-height: 2;
        text-align: center;
        padding-top: 3.5%;
        font-size: 19px;
        text-shadow: 0 2px 2px #000000;
    }
    .return {
        width: 95.4%;
        height: auto;
        background: none;
        background-color: rgba(0, 0, 0, .8);
        margin: 0 2% 5% 2%;
        border-width: 2px 1px;
        border-color: #ffffff;
        border-style: solid;
        clear: both;
        padding: 3% 0;
    }
    .returngiftbox {
        width: 90%;
        height: auto;
        border: 1px solid #ffffff;
        margin: 0 5%;
        background-color: rgba(0, 0, 0, .7);
        padding: 2% 0 0 0;
    }
    .main2gift {
        width: 113px;
        height: 99px;
        margin: 6% auto;
        background: url(../img/main1returngift.png) no-repeat center top;
    }
    .returngiftbox>ul {
        width: 98%;
        height: auto;
        margin: 0 1%;
    }
    .returngiftbox>ul>li {
        float: none;
        margin: 3% 2% 0 2%;
        color: #ffffff;
        width: 96%;
        font-size: 1em;
        text-align: center;
        padding: 4px 0;
        border: 1px solid #ffffff;
    }
    .returngiftbox p {
        color: #000;
        text-align: center;
        background-color: #ffffff;
        clear: both;
        padding: 1%;
        margin-bottom: 0;
    }
    .main2att {
        width: 90%;
        height: auto;
        margin: 0 5%;
        font-size: 1.2em;
    }
    .main2att>ul>li,
    .main2att_1>ul>li {
        clear: both;
        width: 100%;
        line-height: 1.4;
    }
    .main2att>p {
        color: #ffffff;
    }
    .main2att_1 {
        width: 88%;
        height: auto;
        margin: 5% 4% 10% 4%;
        padding: 1% 2%;
        clear: both;
        background-color: rgba(0, 0, 0, 0.7);
        position: relative;
        font-size: 1.2em;
    }
    .m2att_left {
        background-color: #ffffff;
        border-radius: 15px;
        color: #000;
        width: 25px;
        height: 25px;
        float: left;
        text-align: center;
        margin: 0 2% 5% 0;
    }
    .m2att_right {
        color: #ffffff;
    }
    .m2att_right a {
        color: #FFBB00;
    }
    .attmore {
        padding-left: 6%;
    }
    .main2 {
        width: 100%;
        height: auto;
        position: relative;
        background: url(../img/main2_bg.jpg) no-repeat center top;
        padding: 12% 0 3% 0;
    }
    .main2box {
        width: 100%;
        height: auto;
    }
    .main2title {
        width: 100%;
        height: 75px;
        background: url(../img/main2_title.png) no-repeat center top;
        margin: 0 auto;
        background-size: 40%;
    }
    .main2date {
        width: 100%;
        height: 158px;
        margin: 4% auto;
        background: url(../img/main2_date.png) no-repeat center top;
        background-size: 69%;
    }
    .evleft1 {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid #ffffff;
        transform: rotate(45deg);
        background-color: rgba(255, 255, 255, 1);
        float: left;
        margin-left: 2%;
    }
    .evleft1>p {
        transform: rotate(-45deg);
        color: #000000;
        padding: 0 0 0 3px;
        margin-top: -5px;
    }
    .evright2 {
        width: 90%;
        margin: -25px 0 0 3%;
        float: left;
        color: #ffffff;
    }
    .yellow {
        color: #FFBB00;
        clear: both;
        position: relative;
        line-height: 1.7;
    }
    .yellow p {
        width: 96%;
        clear: both;
        margin: 0 2%;
    }
    .ex {
        width: 5%;
        float: left;
        margin-right: 7px;
    }
    .ex_left {
        width: 92.5%;
        float: left;
        margin-bottom: 2%;
    }
    .main2giftbox {
        width: 95.4%;
        height: auto;
        background: none;
        background-color: rgba(0, 0, 0, .8);
        margin: 0 2% 5% 2%;
        border-width: 2px 1px;
        border-color: #696969;
        border-style: solid;
        clear: both;
        padding: 3% 0 0 0;
    }
    .costbox {
        width: 90%;
        height: auto;
        border: 1px solid #ffffff;
        margin: 40px 5% 25px 5%;
        display: inline-block;
        position: relative;
        padding: 0 0 15px 0;
        background-color: rgba(0, 0, 0, .7);
    }
    .costbox12k {
        width: 90%;
        height: auto;
        border: 1px solid #ffffff;
        margin: 40px 5% 3px 5%;
        display: inline-block;
        position: relative;
        padding: 40px 0 0 0;
        background-color: rgba(0, 0, 0, .7);
    }
    .costitem {
        width: 100%;
        height: 90px;
        background: url(../img/main2_500title_bg.png) no-repeat left top;
        margin: -25px 0 0 -1px;
        padding: 0 0 0 10px;
        position: absolute;
        background-size: 60%;
    }
    .costitem>p,
    .costitem_3k>p,
    .costitem_5k>p,
    .costitem_12k>p {
        color: #000000;
        text-align: left;
        font-size: 1.5em;
        float: left;
        line-height: 1;
        margin: 3% 1% -4% 0;
    }
    .costitem_3k,
    .costitem_5k {
        width: 100%;
        height: 89px;
        background: url(../img/main2_500title_bg.png) no-repeat left top;
        margin: -40px 0 0 -1px;
        padding: 0 0 0 8px;
        position: absolute;
        background-size: 70%;
    }
    .costitem_12k {
        width: 100%;
        height: 85px;
        background: url(../img/main2_12ktitle_bg.png) no-repeat left top;
        margin: -68px 0 0 -1px;
        padding: 0 0 0 8px;
        position: absolute;
        background-size: 100%;
    }
    .white {
        color: #ffffff;
        float: left;
        font-size: 1.1em;
        line-height: 1;
        margin: 0 0 0 0;
        padding: 3.8% 0 0 0;
    }
    .white1 {
        color: #ffffff;
        float: left;
        font-size: 1.1em;
        line-height: 1;
        margin: 0 0 0 0;
        padding: 3.8% 0 0 0;
    }
    .costbox>ul {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding-left: 0;
    }
    .costbox12k>ul.box12 {
        width: 100%;
        height: 255px;
        margin: 4% auto 0 auto;
        position: relative;
        padding: 3% 0 0 0;
        display: block;
        clear: both;
        background: url(../img/main2_12k_gifmobtbg.png) no-repeat center top;
        background-size: 120%;
    }
    .costbox12k>ul.box12>li {
        width: 31%;
        height: auto;
        border: 1px solid #FFBB00;
        float: left;
        margin: 2% -0.2% 0 1.6%;
        display: block;
        padding-top: 40px;
    }
    .costbox12k>ul.box12>li:last-child {
        margin-bottom: 5%;
    }
    .group {
        text-align: center;
        color: #ffffff;
        position: absolute;
        letter-spacing: 2px;
        font-size: 1.8em;
        margin: -5% 0 0 44%;
    }
    .costbox>ul>li:first-child {
        margin-left: 1.5%;
    }
    .costbox>ul>li {
        width: 31%;
        height: auto;
        border: 1px solid #FFBB00;
        float: left;
        margin: 8% 0.8% 0 0.8%;
        display: block;
        padding-top: 30px;
    }
    .costbox>ul>li:after {
        content: '';
        border-bottom: 1px solid #FFBB00;
    }
    .costbox>ul>li>p,
    .costbox12k>ul>li>p {
        background-color: #FFBB00;
        color: #000000;
        text-align: center;
        margin: 0;
        padding: 3px 0;
    }
    .main2bottom_att {
        width: 90%;
        height: auto;
        margin: 0px 2%;
        padding: 2% 3% 0.3% 3%;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.3);
    }
    footer {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .gift1box,
    .gift5box {
        position: fixed;
        top: 30%;
        left: 40.5%;
        width: 90%;
        height: auto;
        margin: 0 5%;
        z-index: 9999;
        transform: translate(-45%, 0px);
        display: none;
    }
    .gift1box img,
    .gift2box img,
    .gift3box img,
    .gift4box img,
    .gift5box img {
        width: 100%;
    }
    .gift2box,
    .gift3box {
        position: fixed;
        top: 17%;
        left: 50%;
        width: 280px;
        height: auto;
        z-index: 9999;
        transform: translate(-140px, 0px);
        display: none;
    }
    .gift4box {
        position: fixed;
        top: 30%;
        left: 45.5%;
        width: 90%;
        height: auto;
        z-index: 9999;
        margin: 0 auto;
        transform: translate(-45%, 0px);
        display: none;
    }
    header {
        width: 100%;
        height: auto;
        position: relative;
        background: url(../img/header_bg.jpg) no-repeat center top;
        overflow: hidden;
        background-size: cover;
        padding-bottom: 5%;
    }
    #cover {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        position: fixed;
        z-index: 9997;
        margin: 0;
    }
    .logo {
        background: url(../img/logo.png) no-repeat center top;
        width: 100%;
        height: 241px;
        position: absolute;
        margin: 5% 0 0 0;
        background-size: 50%;
    }
    .humburger {
        width: 50px;
        height: 50px;
        top: 8px;
        right: 8px;
        position: fixed;
        background-color: rgba(255, 255, 255, 1);
        z-index: 9999;
        cursor: pointer;
    }
    .humburger>ul>li.humburger_line {
        width: 25px;
        height: 3px;
        background-color: rgba(0, 0, 0, .9);
        display: block;
        margin: 0 auto 5px auto;
        border-radius: 5px;
    }
    .humburger>ul>li.humburger_line:first-child {
        margin-top: 14px;
    }
    .humburger_close {
        width: 50px;
        height: 50px;
        top: 8px;
        right: 8px;
        position: fixed;
        background-color: rgba(255, 255, 255, 1);
        z-index: 9999;
        cursor: pointer;
    }
    .humburger_close>ul>li.humburger_line {
        display: none;
    }
    .humburger_close>ul>li.humburger_line:first-child {
        width: 25px;
        height: 3px;
        background-color: rgba(0, 0, 0, .9);
        display: block;
        position: absolute;
        transform: rotate(45deg);
        margin: 0 auto 0 13px;
        border-radius: 5px;
    }
    .humburger_close>ul>li.humburger_line:last-child {
        width: 25px;
        height: 3px;
        background-color: rgba(0, 0, 0, .9);
        display: block;
        transform: rotate(-45deg);
        margin: 21px auto 7px auto;
        border-radius: 5px;
    }
    .fat-nav {
        width: 100%;
        height: 60%;
        position: fixed;
        padding: 0;
        overflow: hidden;
        z-index: 9998;
        padding-top: 46%;
    }
    .fat-nav>ul>li {
        z-index: 9999;
        clear: both;
        width: 60%;
        margin: 0 20% 1% 20%;
    }
    .fat-nav>ul>li img {
        width: 100%;
    }
    .rightsidebar {
        display: none;
    }
    .headerbox {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding-top: 0;
        z-index: 999;
    }
    .people {
        width: 100%;
        height: 0;
        margin: 40% auto 0 auto;
        /*background: url(../img/header_people.png) no-repeat center top;*/
        background-size: 110%;
        padding-bottom: 130%;
    }
    .img1,
    .img2 {
        width: 98%;
        margin: 0 1%;
    }
    .img1 {
        background: url(../img/header_people_ch.png) no-repeat center top;
        background-size: 100%;
    }
    .img2 {
        background: url(../img/header_people.png) no-repeat center top;
        background-size: 100%;
    }
    .slogan {
        margin: -67% 0 0 0;
        position: relative;
    }
    .slogan img {
        width: 96%;
        margin: 0 2%;
    }
    .head_btn {
        width: 100%;
    }
    .head_btn>ul>li {
        float: none;
        margin: 1% auto 0 auto;
    }
    .head_btn>ul>li a {}
    .head_btn>ul>li a:hover {
        display: block;
    }
    article {
        width: 100%;
        height: auto;
        position: relative;
        clear: both;
        background-color: #383838;
    }
    .main1 {
        width: 100%;
        height: auto;
        background: url(../img/main1_mobbg.jpg) no-repeat center top;
        padding: 15% 0 0 0;
    }
    .main1box {
        width: 100%;
        height: auto;
        padding-bottom: 2%;
    }
    .main1title {
        width: 100%;
        height: 96px;
        background: url(../img/main1_title.png) no-repeat center top;
        margin: 20px auto 0 auto;
        background-size: 80%;
    }
    .main1date {
        width: 100%;
        height: 0;
        padding-bottom: 22%;
        margin: 4% auto;
        background: url(../img/main1_date.png) no-repeat center top;
        background-size: 80%;
    }
    .event1 {
        width: 160px;
        height: 160px;
        margin: 8% auto 6% auto;
        background: url(../img/event1_title.png);
    }
    .event1text {
        width: 94%;
        height: auto;
        margin: 4% 3% 0 3%;
        display: block;
        font-size: 17px;
    }
    .event1text>ul {
        display: inline-block;
    }
    .event1text>ul>li {
        line-height: 1.5;
        clear: both;
        display: inline-block;
        width: 100%;
    }
    .evleft {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid #ffffff;
        transform: rotate(45deg);
        background-color: rgba(0, 0, 0, .7);
        float: left;
    }
    .evleft>p {
        transform: rotate(-45deg);
        color: #ffffff;
        padding: 0 0 0 3px;
        margin-top: -5px;
    }
    .evright {
        margin: 0 0 0 4.5%;
        float: left;
        text-shadow: 0 1px 1px #ffffff;
        background-color: transparent;
        width: 88%;
    }
    .evright p {
        margin-top: 0%;
    }
    .evright1 {
        margin: -5.7% 0 0 5%;
        float: left;
        text-shadow: 0 1px 1px #000000;
        background-color: transparent;
        color: #ffffff;
        width: 85%;
    }
    .signbox {
        width: 95.4%;
        height: auto;
        background: none;
        background-color: rgba(0, 0, 0, .8);
        margin: 0 2%;
        border-width: 2px 1px;
        border-color: #ffffff;
        border-style: solid;
        clear: both;
        padding: 3% 0 0 0;
    }
    .signbox>p {
        font-size: 1em;
    }
    .signwhile a {
        background-color: #ffffff;
        padding: 2px 6px 2px 10px;
        border-radius: 8px;
        color: #000;
        text-align: center;
        margin: 0 5px 0 3px;
    }
    .signwhile a:hover {
        background-color: #FFBB00;
        transition: all ease .3s;
    }
    .signbtn {
        text-align: center;
        background: url(../img/main1signbtn1_bg.png)no-repeat center;
        width: 100%;
        height: 0;
        background-size: cover;
        margin: 0 auto;
        padding: 7% 0 33% 0;
    }
    p.loginin {
        font-size: 15px;
        background-color: rgba(0, 0, 0, .7);
        width: 90%;
        padding: 3px 0;
        margin: 0 5%;
        display: none;
    }
    .log-form {
        width: 96%;
        height: auto;
        margin: 0 2% 3% 2%;
        color: rgba(255, 255, 255, 1);
        letter-spacing: 2px;
        font-size: 17px;
        text-align: center;
        text-shadow: 0 1px 1px #000000;
    }
    #luckywheel-svr {
        padding: 2px 3px;
        font-family: '微軟正黑體';
        font-size: 17px;
        border: 2px solid #000000;
        width: 94%;
        margin: 2% 3% 0 3%;
    }
    .signbtn>h3 {
        background: url(../img/main1signbtn_bg.png) no-repeat center top;
        width: 299px;
        height: 58px;
        margin: 0 auto;
    }
    .signbtn>h3 a {
        color: #ffffff;
        display: block;
    }
    .signbtn>h3 a:hover {
        color: #000000;
        display: block;
        transition: all ease .3s;
    }
    .signbtn>p {
        color: #ffffff;
        margin-top: 7px;
    }
    .eventgift {
        width: 100%;
        height: auto;
        margin: -1% 0 0 0;
    }
    .eventgift>h2,
    .return>h2 {
        text-align: center;
        color: #ffffff;
        font-size: 23px;
    }
    .main2giftbox h2 {
        text-align: center;
        color: #ffffff;
        font-size: 23px;
        margin-top: 6%;
    }
    .eventgift>ul {
        width: 100%;
        height: auto;
        margin: -4% auto 0 auto;
    }
    .eventgift>ul>li {
        width: 246px;
        height: 288px;
        float: none;
        background: url(../img/main1_giftbg.png) no-repeat center top;
        margin: 0 auto 36px auto;
    }
    .eventgift>ul>li>h3 {
        text-align: center;
        width: 80%;
        margin: 0 11% 0 9%;
        padding: 10px 0;
        height: auto;
        font-size: 19px;
        color: #ffffff;
        border: 1px solid #ffffff;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .eventgift>ul>li>img,
    .eventgift>ul>li>a img {
        width: 78px;
        height: auto;
        margin: 20px auto 0 33%;
        position: relative;
    }
    .eventgift>ul>li>p {
        color: #ffffff;
        text-align: center;
        font-size: 17px;
    }
    .giftunget {
        background-color: #8b8b8b;
        text-align: center;
        color: #ffffff;
        padding: 3px 7px;
        display: block;
        width: 60px;
        margin: 0 auto;
        font-size: 19px;
    }
    .giftget {
        text-align: center;
        display: block;
        width: 60px;
        margin: 0 auto;
    }
    .giftget a {
        color: #ffffff;
        display: block;
        background-color: #FFBB00;
        padding: 3px 7px;
        font-size: 19px;
    }
    .giftget a:hover {
        color: #000000;
        display: block;
        background-color: lightgreen;
        transition: all ease .5s;
    }
    .redpoint {
        width: 22px;
        height: 22px;
        background-color: crimson;
        position: absolute;
        border-radius: 25px;
        border: 1px solid #ffffff;
        margin: 19px 0 0 32%;
        z-index: 1;
    }
    .redpoint1 {
        width: 22px;
        height: 22px;
        background-color: crimson;
        position: absolute;
        border-radius: 25px;
        border: 1px solid #ffffff;
        margin: 0 0 0 0;
        z-index: 1;
    }
    .eventgift>p {
        clear: both;
        display: block;
        line-height: 1.5;
        width: 100%;
        margin: 0;
    }
    .event2 {
        width: 160px;
        height: 160px;
        margin: 20% auto 10% auto;
        background: url(../img/event2_title.png);
    }
    .red {
        color: #BDB76B;
        clear: both;
        position: relative;
        line-height: 1.5;
    }
    .red1 {
        color: #FF4500;
        clear: both;
        position: relative;
        line-height: 1.5;
        word-wrap: break-word;
    }
    .red2 {
        color: #BDB76B;
        clear: both;
        display: block;
        position: relative;
        line-height: 1.5;
        text-align: center;
        width: 90%;
        margin: 0 5% 2% 5%;
    }
    .return {
        width: 95.4%;
        height: auto;
        background: none;
        background-color: rgba(0, 0, 0, .8);
        margin: 0 2% 15% 2%;
        border-width: 2px 1px;
        border-color: #ffffff;
        border-style: solid;
        clear: both;
        display: inline-block;
        padding: 3% 0 2% 0;
    }
    .returngiftbox {
        width: 90%;
        height: auto;
        border: 1px solid #ffffff;
        margin: 0 5%;
        background-color: rgba(0, 0, 0, .7);
        padding: 2% 0 0 0;
    }
    .main2gift {
        width: 113px;
        height: 99px;
        margin: 6% auto;
        background: url(../img/main1returngift.png) no-repeat center top;
    }
    .returngiftbox>ul {
        width: 98%;
        height: auto;
        margin: 0 1%;
    }
    .returngiftbox>ul>li {
        float: none;
        margin: 3% 2% 0 2%;
        color: #ffffff;
        width: 96%;
        font-size: 1em;
        text-align: center;
        padding: 4px 0;
        border: 1px solid #ffffff;
    }
    .returngiftbox p {
        color: #000;
        text-align: center;
        background-color: #ffffff;
        clear: both;
        padding: 1%;
        margin-bottom: 0;
    }
    .main2att {
        width: 94%;
        height: auto;
        margin: 0 3%;
    }
    .main2att>ul>li,
    .main2att_1>ul>li {
        clear: both;
        width: 100%;
        line-height: 1.4;
    }
    .main2att>p {
        color: #ffffff;
    }
    .main2att_1 {
        width: 94%;
        height: auto;
        margin: 10% 2% 4% 2%;
        padding: 1%;
        clear: both;
        background-color: transparent;
        display: inline-block;
    }
    .m2att_left {
        background-color: #ffffff;
        border-radius: 15px;
        color: #000;
        width: 25px;
        height: 25px;
        float: left;
        text-align: center;
        margin: 0 3% 6% 0;
    }
    .m2att_right {
        color: #ffffff;
        width: 88%;
        float: left;
        margin-top: 0;
        margin-bottom: 3%;
    }
    .m2att_right2 {
        color: #ffffff;
        margin-top: 0;
    }
    .m2att_right a,
    .m2att_right2 a {
        color: #FFBB00;
    }
    .attmore {
        padding-left: 0;
        clear: both;
    }
    .main2 {
        width: 100%;
        height: auto;
        position: relative;
        background: url(../img/main2_bg.jpg) no-repeat center top;
        padding: 15% 0 3% 0;
    }
    .main2box {
        width: 100%;
        height: auto;
    }
    .main2title {
        width: 100%;
        background: url(../img/main2_title.png) no-repeat center top;
        margin: 20px auto 0 auto;
        background-size: 80%;
    }
    .main2date {
        width: 100%;
        height: 0;
        padding-bottom: 22%;
        margin: 4% auto;
        background: url(../img/main2_date.png) no-repeat center top;
        background-size: 80%;
    }
    .evleft1 {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid #ffffff;
        transform: rotate(45deg);
        background-color: rgba(255, 255, 255, 1);
        float: left;
    }
    .evleft1>p {
        transform: rotate(-45deg);
        color: #000000;
        padding: 0 0 0 3px;
        margin-top: -5px;
    }
    .evright2 {
        margin: 0 0 0 4.5%;
        float: left;
        color: #ffffff;
        width: 86%;
    }
    .evright2 p {
        margin-top: 0%;
    }
    .yellow {
        color: #FFBB00;
        clear: both;
        position: relative;
        line-height: 1.7;
    }
    .yellow p {
        width: 100%;
        clear: both;
    }
    .ex {
        width: 30px;
        float: left;
        margin-right: 7px;
    }
    .ex_left {
        width: 87%;
        float: left;
        margin-bottom: 2%;
    }
    .main2giftbox {
        width: 95.4%;
        height: auto;
        background: none;
        background-color: rgba(0, 0, 0, .8);
        margin: 0 2% 7% 2%;
        border-width: 2px 1px;
        border-color: #696969;
        border-style: solid;
        clear: both;
        display: inline-block;
        padding: 3% 0 0 0;
    }
    .costbox {
        width: 90%;
        height: auto;
        border: 1px solid #ffffff;
        margin: 40px 5% 25px 5%;
        display: inline-block;
        position: relative;
        padding: 0 0 15px 0;
        background-color: rgba(0, 0, 0, .7);
    }
    .costbox12k {
        width: 90%;
        height: auto;
        border: 1px solid #ffffff;
        margin: 40px 5% 3px 5%;
        display: inline-block;
        position: relative;
        padding: 40px 0 0 0;
        background-color: rgba(0, 0, 0, .7);
    }
    .costitem {
        width: 100%;
        height: 49px;
        background: url(../img/main2_500title_bg.png) no-repeat left top;
        margin: -25px 0 0 -1px;
        padding: 0 0 0 10px;
        position: absolute;
        background-size: 95%;
    }
    .costitem>p,
    .costitem_3k>p,
    .costitem_5k>p,
    .costitem_12k>p {
        color: #000000;
        text-align: left;
        font-size: 1.1em;
        float: left;
        line-height: 1;
        margin: 5% 2% -4% 0;
    }
    .costitem_3k,
    .costitem_5k {
        width: 93%;
        height: 62px;
        background: url(../img/main2_500title_mobbg.png) no-repeat left top;
        margin: -40px 0 0 -1px;
        padding: 0 0 0 8px;
        position: absolute;
        background-size: 90%;
    }
    .costitem_12k {
        width: 100%;
        height: 85px;
        background: url(../img/main2_500title_mobbg1.png) no-repeat left top;
        margin: -68px 0 0 -1px;
        padding: 0 1% 0 8px;
        position: absolute;
        background-size: 98.4%;
    }
    .white {
        color: #ffffff;
        float: left;
        font-size: 0.95em;
        line-height: 1;
        margin: 0 0 0 0;
        padding: 5% 0 0 0;
    }
    .white1 {
        color: #ffffff;
        float: left;
        font-size: 0.95em;
        line-height: 1;
        margin: 0 0 0 0;
        padding: 5% 0 0 0;
    }
    .costbox>ul {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding-left: 0;
    }
    .costbox12k>ul.box12 {
        width: 100%;
        height: 290px;
        margin: 9% auto 0 auto;
        position: relative;
        padding: 7% 0 0 0;
        display: block;
        clear: both;
        background: url(../img/main2_12k_gifmobtbg.png) no-repeat center top;
        background-size: 185%;
    }
    .costbox12k>ul.box12>li {
        width: 93%;
        height: auto;
        border: 1px solid #FFBB00;
        float: left;
        margin: 2% 3%;
        display: block;
        padding-top: 40px;
    }
    .costbox12k>ul.box12>li:last-child {
        margin-bottom: 13%;
    }
    .group {
        text-align: center;
        color: #ffffff;
        position: absolute;
        letter-spacing: 2px;
        font-size: 19px;
        margin: -8% 0 0 42%;
    }
    .costbox>ul>li:first-child {
        margin-top: 12%;
    }
    .costbox>ul>li {
        width: 93%;
        height: auto;
        border: 1px solid #FFBB00;
        float: none;
        margin: 4% 3% 0 3%;
        display: block;
        padding-top: 30px;
    }
    .costbox>ul>li:after {
        content: '';
        border-bottom: 1px solid #FFBB00;
    }
    .costbox>ul>li>p,
    .costbox12k>ul>li>p {
        background-color: #FFBB00;
        color: #000000;
        text-align: center;
        margin: 0;
        padding: 3px 0;
    }
    .main2bottom_att {
        width: 90%;
        height: auto;
        margin: 0px 2%;
        padding: 2% 3% 0.3% 3%;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

@media screen and (max-width:320px) {
    .slogan {
        width: 96%;
        margin: -65% 2% 0 2%;
    }
}