/*

@font-face {
    font-family: DFHeiStd-W3;
    src: url('font/DFHeiStd-W3.eot'); /!*IE9 Compat Modes*!/
    src: url('font/DFHeiStd-W3.eot?#iefix') format('embedded-opentype'), /!*IE6-IE8*!/
    url('font/DFHeiStd-W3.woff2') format('woff2'),
    url('font/DFHeiStd-W3.woff') format('woff'); /!*Pretty Modern Browsers*!/

}
*/

@font-face {
    font-family: DFHeiStd-W7;
    src: url('font/DFHeiStd-W7.eot'); /* IE9 Compat Modes */
    src: url('font/DFHeiStd-W7.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/DFHeiStd-W7.woff2') format('woff2'),
    url('font/DFHeiStd-W7.woff') format('woff'); /* Pretty Modern Browsers */
}

body {
    background: #e52d61;
    font-family: 'DFHeiStd-W7', "微軟正黑體", Arial;
}

#mainCont {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.loadingPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1280px;
    min-height: 720px;
    /*background: url("../images/layout/bg.jpg") center center no-repeat;*/
    /*background-size: cover;*/
    background-color: #e52d61;
    z-index: 999;
}

.loadingImg {
    position: relative;
    display: block;
    top: 50%;
    width: 52px;
    height: 67px;
    color: #fff;
    margin: -90px auto 0 auto;
}

.loadingText {
    position: relative;
    display: block;
    top: 50%;
    font-size: 12px;
    font-family: Arial;
    color: #fff;
    margin: 15px auto 0 auto;
    width: 60px;
}

.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1280px;
    min-height: 720px;
    background: url("../images/layout/bg.jpg") top left repeat;
    /*background-size: cover;*/
}

.wrapper section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1280px;
    min-height: 720px;
    display: none;
    overflow: hidden;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
}

header .logo {
    position: absolute;
    top: 18px;
    left: 28px;
    width: 52px;
    height: 67px;
    background: url("../images/layout/logo.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

header .logoText {
    position: absolute;
    top: 31px;
    left: 104px;
    width: 121px;
    height: 57px;
    background: url("../images/layout/logoText.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.logoText .btnHome {
    position: absolute;
    top: 2px;
    left: 87px;
    display: none;
    cursor: pointer;
}

header .navBox {
    position: absolute;
    top: 0;
    right: 55px;
}

header .navBox li {
    display: inline-block;
    position: relative;
    width: 115px;
    height: 50px;
    margin: 0 0 0 0;
    cursor: pointer;
}

.navBox li .btnNavText {
    display: block;
    margin: 25px auto 0 auto;
}

.navBox .navLineMask {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 31px;
    height: 24px;
    overflow: hidden;
}

.navBox .navLine {
    position: absolute;
    top: 0;
    left: 0;
}

header .btnFb {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 52px;
    background: url("../images/layout/btnFb.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

footer {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 12px;
    letter-spacing: 1px;
}

footer .privacy {
    cursor: pointer;
}

footer .privacyUL {
    position: absolute;
    top: 15px;
    right: 0;
    width: 66px;
    height: 1px;
    background-color: #e52d61;
}

/*-----------------------------------------------INDEX*/

.indexBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/index/bg.jpg") center center no-repeat;
    background-size: cover;
}

.leftLine {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 100%;
    background-color: #e73262;
    z-index: 999;
}

.kvBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    height: 460px;
    margin: -230px 0 0 -275px;
    /*cursor: pointer;*/
    /*background-color: #00ffdd;*/
}

.title0 {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.title1 {
    position: absolute;
    top: 70px;
    left: 102px;
    cursor: pointer;
}

.titleBall {
    position: absolute;
    top: 190px;
    left: 265px;
    width: 74px;
    height: 75px;
    background: url("../images/index/titleBall.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.titleBallText0Box {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 30px;
    height: 15px;
    overflow: hidden;
}

.titleBallText0C {
    position: absolute;
    top: 0;
    left: 0;
}

.titleBallText0E {
    position: absolute;
    top: 0;
    left: -21px;
}

.titleBallText1Box {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 30px;
    height: 15px;
    overflow: hidden;
}

.titleBallText1C {
    position: absolute;
    top: 0;
    left: 30px;
}

.titleBallText1E {
    position: absolute;
    top: 0;
    left: 0;
}

.titleLine {
    position: absolute;
    top: -65px;
    left: 18px;
}

.slogan0 {
    position: absolute;
    top: 0px;
    right: 42px;
}

.slogan1 {
    position: absolute;
    top: 0px;
    right: 0px;
}

/*-----------------------------------------------CHOOSE*/

.chooseBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 956px;
    height: 518px;
    margin: -250px 0 0 -478px;
    background-color: #fff;
}

.chooseSlogan {
    position: absolute;
    top: 0;
    left: 0;
}

.chooseGameBox {
    position: absolute;
    top: 15px;
    right: 0;
    /*background-color: aqua;*/
}

.chooseGameBox li {
    float: left;
    position: relative;
    width: 217px;
    height: 487px;
    margin: 0 10px 0 0;
    cursor: pointer;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.chooseGameBox .btnChooseBgOver {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 375px;
    height: 500px;
    margin: -250px 0 0 -190px;
    opacity: 0;
    overflow: hidden;
}

.chooseGameBox .btnChooseGameBg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 375px;
    height: 500px;
    margin: -250px 0 0 -190px;
    overflow: hidden;
    opacity: 0.5;

    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: gray;
}

.chooseGameBox .btnChooseGameBgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.btnLike {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 92px;
    background: url("../images/choose/btnLike.png") center center no-repeat;
    background-size: cover;
}

.btnLikeOver {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.mas {
    position: absolute;
    top: -33px;
    right: -143px;
}

/*-----------------------------------------------PK*/

.pkBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 850px;
    height: 500px;
    margin: -250px 0 0 -425px;
    /*background-color: #fff;*/
}

.cardL {
    position: absolute;
    top: 0;
    left: 0;
    width: 389px;
    height: 508px;
    background: url("../images/PK/cardFront.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.cardR {
    position: absolute;
    top: 0;
    right: -13px;
    width: 389px;
    height: 508px;
    background: url("../images/PK/cardFront.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.cardLImgBox {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 355px;
    height: 475px;
    overflow: hidden;
}

.cardLArr {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: -70px;
    width: 70px;
    height: 81px;
    background: url("../images/PK/btnLeft.png") center center no-repeat;
    background-size: cover;
}

.cardLImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 480px;
    margin: -240px 0 0 -180px;
    background-color: rgba(82, 255, 196, 1);
    opacity: 0.5;

    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: gray;

    display: none;
}

.cardLImgOver {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 480px;
    margin: -240px 0 0 -180px;
    background-color: rgba(255, 82, 196, 1);
    opacity: 0;

    display: none;
}

.cardRImgBox {
    position: absolute;
    top: 10px;
    right: 23px;
    width: 355px;
    height: 475px;
    overflow: hidden;
}

.changeRImgBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.changeRImgOverBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.changeLImgBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.changeLImgOverBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cardRArr {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: -70px;
    width: 70px;
    height: 81px;
    background: url("../images/PK/btnRight.png") center center no-repeat;
    background-size: cover;
}

.cardRImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 480px;
    margin: -240px 0 0 -180px;
    background-color: rgba(82, 255, 196, 1);
    opacity: 0.5;

    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: gray;

    display: none;
}

.cardRImgOver {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 480px;
    margin: -240px 0 0 -180px;
    background-color: rgba(255, 82, 196, 1);
    opacity: 0;

    display: none;
}

.gameStatus {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 100%;
    background-color: #ffffff;
}

.gameStepText {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -240px;
    width: 100%;
}

.gameStepTextUp {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.7;
    letter-spacing: 1.8px;
    text-align: center;
    color: #e73262;
}

.textSq {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 27px;
    background: url("../images/PK/pkNumLine.png") center center no-repeat;
    background-size: cover;
}

.gameStepTextDown {
    font-size: 18.3px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2f2f2f;
}

.gameStatusTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -94px 0 0 -7px;
}

.sideCardBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 380px;
    overflow: hidden;
    /*background-color: #e73262;*/
    /*z-index: 999;*/
}

.sideCardBox img {
    position: absolute;
    top: 60px;
    right: 70px;
}

/*-----------------------------------------------FINAL*/

.finalBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1065px;
    height: 550px;
    margin: -250px 0 0 -425px;
    /*background-color: aquamarine;*/
}

.finalPersonal {
    position: relative;
    margin: 0 0 0 0;
    width: 1065px;
    height: 310px;
}

.finalInfoBoxBg {
    position: absolute;
    top: 0;
    right: -500px;
    width: 500px;
    height: 305px;
    background-color: rgba(255, 255, 255, 0.7);
}

.finalImgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 234px;
    height: 305px;
    /*border: 0 #fff solid;*/
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.finalImg {
    position: relative;
    display: block;
    margin: 12px auto;
    width: 210px;
    height: 280px;
    background-color: #00ccdd;
}

.finalInfoBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 820px;
    height: 305px;
    background-color: rgba(255, 255, 255, 0.7);
    /*border-radius: 10px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.finalInfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 305px;
    /*background-color: bisque;*/
}

.introLine {
    position: absolute;
    top: 0;
    right: 0;
}

.finalTitle0 {
    position: relative;
    margin: 77px 0 0 60px;
    width: 210px;
    /*font-family: DFHeiStd-W3;*/
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: 3.2px;
    text-align: left;
    color: #2f2f2f;
}

.finalTitle1 {
    position: relative;
    margin: 50px 0 0 60px;
    /*font-family: DFHeiStd-W3;*/
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 4.8px;
    text-align: left;
    color: #e73262;
}

.finalText {
    position: relative;
    margin: 10px 0 19px 60px;
    width: 495px;
    /*font-family: DFHeiStd-W3;*/
    font-size: 14px;
    line-height: 1.44;
    letter-spacing: 2.9px;
    text-align: left;
    color: #2f2f2f;
}

.finalTextRed {
    color: #e73262;
}

.finalBtnBox {
    position: relative;
    margin: 0 0 19px 60px;
    width: 540px;
    height: 30px;
}

.finalBtnBox .redSq {
    position: absolute;
    top: -105px;
    right: -270px;
    width: 300px;
    height: 300px;
    background-color: #e73262;
}

.finalBtnBox li {
    position: relative;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
}

.finalBtnBox .btnShare {
    width: 197px;
    height: 28px;
}

.finalBtnBox .btnPK {
    width: 110px;
    height: 28px;
}

.finalBtnBox .btnForm {
    width: 150px;
    height: 28px;
}

.finalBtn0 {
    width: 197px;
    height: 28px;
}

.finalBtn1 {
    width: 110px;
    height: 28px;
}

.finalBtn2 {
    width: 150px;
    height: 28px;
    display: block;
}

.finalBtn2 .redSq {
    background-color: #e73262;
    /*background-color: #e7e6e4;*/
    opacity: 0;
}

.finalFormBox {
    position: absolute;
    top: 0;
    right: 70px;
    width: 420px;
    height: 305px;
    /*background-color: rgba(230, 66, 72, 0.3);*/
}

.finalInfoMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
}

.finalForm input {
    border-radius: 2.8px;
    background-color: #f4f4f4;
    border: solid 1px #dcdcdc;
}

.name {
    position: absolute;
    top: 0;
    left: 85px;
    width: 135px;
    height: 30px;
    text-align: center;
}

.man {
    position: absolute;
    top: 2px;
    left: 286px;
    width: 20px;
    height: 20px;
}

.woman {
    position: absolute;
    top: 2px;
    left: 347px;
    width: 20px;
    height: 20px;
}

.year {
    position: absolute;
    top: 41px;
    left: 85px;
    width: 119px;
    height: 30px;
    text-align: center;
}

.month {
    position: absolute;
    top: 41px;
    left: 215px;
    width: 86px;
    height: 30px;
    text-align: center;
}

.day {
    position: absolute;
    top: 41px;
    left: 311px;
    width: 86px;
    height: 30px;
    text-align: center;
}

.mail {
    position: absolute;
    top: 82px;
    left: 86px;
    width: 312px;
    height: 30px;
    text-align: center;
}

.ruleCheck {
    position: absolute;
    top: 128px;
    left: 49px;
    width: 21px;
    height: 21px;
}

.ruleText {
    position: absolute;
    top: 131px;
    left: 86px;
    width: 300px;
    /*font-family: DFHeiStd-W3;*/
    font-size: 12px;
    line-height: 1.63;
    letter-spacing: 2.6px;
    text-align: left;
    color: #2f2f2f;
}

.ruleText span {
    color: #e73262;
    cursor: pointer;
}

.finalFormTitle {
    position: relative;
    margin: 42px 0 0 0;
    width: 420px;
    /*font-family: DFHeiStd-W3;*/
    font-size: 22px;
    letter-spacing: 4.4px;
    text-align: left;
    color: #e73262;
}

.finalForm {
    position: relative;
    margin: 20px 0 0 0;
    width: 398px;
    height: 150px;
    background: url("../images/final/formBg.png") center center no-repeat;
    background-size: cover;
}

.btnSubmit {
    position: relative;
    margin: 15px 0 0 0;
    width: 396px;
    height: 28px;
    background: url("../images/final/btnSubmit.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
}

.btnSubmit .redSq {
    position: absolute;
    top: -227px;
    right: -390px;
    width: 300px;
    height: 300px;
    background-color: #e73262;
}

.rinkingTitle0 {
    position: relative;
    margin: 30px auto 0 auto;
    /*font-family: DFHeiStd-W5;*/
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: 4.3px;
    text-align: center;
    color: #1b1b1b;
}

.rinkingTitle1 {
    position: relative;
    margin: 8px auto 0 auto;
    /*font-family: DFHeiStd-W3;*/
    font-size: 14px;
    line-height: 1.22;
    letter-spacing: 2.9px;
    text-align: center;
    color: #1b1b1b;
}

.rinkingBox {
    position: relative;
    margin: 20px auto 0 auto;
    width: 1060px;
}

.rinkingBox li {
    position: relative;
    float: left;
    width: 250px;
    height: 140px;
    margin: 0 10px 0 0;
}

.rinkingImgMask {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: #fff;
    overflow: hidden;
}

.rinkingImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 133px;
    margin: -66px 0 0 -50px;
    background-color: coral;
}

.rinkingText {
    position: absolute;
    top: 50px;
    left: 100px;
    width: 88px;
    height: 30px;
    /*font-family: DFHeiStd-W3;*/
    font-size: 12px;
    line-height: 1.32;
    letter-spacing: 2.5px;
    text-align: left;
    color: #2f2f2f;
}

.rinkingLine {
    position: absolute;
    top: 50px;
    left: 135px;
    width: 67px;
    height: 50px;
}

.rinkingCity {
    position: absolute;
    top: 80px;
    right: 15px;
    width: 75px;
    /*font-family: DFHeiStd-W3;*/
    font-size: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #e73262;
}

.rinkingDivider {
    position: absolute;
    top: 0;
    right: 0;
}

/*-----------------------------------------------LIGHT BOX*/

.lightBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.lightBoxBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.lightBoxArea {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -280px;
    width: 880px;
    height: 560px;
    background-color: #fbfaf6;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.lightBoxArea .title {
    position: absolute;
    top: 25px;
    left: 240px;
}

.lightBoxArea .title img {
    position: absolute;
    top: 0;
    right: 0;
}

.aboutTitle {
    display: none;
}

.ruleTitle {
    display: none;
}

.preTitle {
    display: none;
}

.winnerTitle {
    display: none;
}

.contBox {
    position: absolute;
    top: 50px;
    left: 245px;
    width: 615px;
    height: 480px;
    overflow: auto;
}

.aboutCont {
    position: relative;
    width: 595px;
    background-color: #fbfaf6;
    padding: 30px 0;
}

.aboutCont h2 {
    font-size: 24px;
    line-height: 21px;
    margin: 20px 40px;
    color: #e73262;
}

.aboutCont p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    margin: 20px 40px;
}

.aboutCont h3 {
    font-size: 18px;
    line-height: 31px;
    margin: 20px 40px;
    color: #e73262;
}

.aboutCont img {
    position: relative;
    width: 595px;
    margin: 0 0 0 0;
}

.ruleBox {
    display: none;
}

.aboutBox {
    display: none;
}

.preBox {
    display: none;
}

.winnerBox {
    display: none;
}

.ruleCont {
    position: relative;
    width: 595px;
    background-color: #fff;
    padding: 30px 0;
}

.ruleCont p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    margin: 20px 40px;
}

.ruleCont .enText {
    letter-spacing: 1px;
    word-spacing: 2px;
}

.ruleCont a {
    color: #e73262;
}

.ruleCont .ruleURL {
    color: #e73262;
    cursor: pointer;
}

.ruleCont h1 {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 40px;
    color: #e73262;
}

.ruleCont img {
    position: relative;
    display: block;
    margin: 0 auto;
}

.preCont {
    font-size: 14px;
    line-height: 26px;
    padding: 30px;
    margin: 0 0 0 0;
}

.winnerCont h1 {
    font-size: 18px;
    line-height: 21px;
    margin: 20px 0;
    color: #e73262;
}

.winnerCont h2 {
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0;
    color: #000;
}


.winnerCont {
    font-size: 14px;
    line-height: 26px;
    padding: 30px;
    margin: 0 0 0 0;
}

.winnerCont .winnerPersonBox {
    position: relative;
    display: block;
    height: 300px;
}

.winnerCont .winnerPersonBox div {
    position: relative;
    float: left;
    width: 250px;
    height: 300px;
}
