body {
	margin: 0;
	padding: 0;
	font-family: Open Sans,Roboto,Arial,Helvetica,sans-serif,SimSun;
    font-size: 14px;
    color: #191919;
    background-color: #ffffff;
}
.nowrap {
    white-space: nowrap;
}
.moveTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    background-color: #191919;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.clear {
    clear: both;
}

.bold {
    font-weight: 700;
}
.pr50 {
    padding-right: 50px;
}
.pr10 {
    padding-right: 10px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 20px;
}
.guide {
    border: 2px solid #191919;
    border-radius: 10px;
}
.banner {
    border: 2px solid #ffffff;
    border-radius: 10px;
}


.sectionWrap {
    width: 100%;
}
.sectionWrap.pink {
    background-color: #FF6176;
}
.sectionWrap.skin {
    background-color: #FFE1D3;
}
.sectionWrap.black {
    background-color: #191919;
}
.sectionWrap.green {
    background-color: #129DA2;
}

.section {
    margin: 0 auto;
    padding: 20px 30px;
}
.section .sectionTitle {
    font-size: 24px;
    font-weight: 700;
}
.section .sectionDesc {
    margin: 10px 0;
    line-height: 23px;
}
.section .sectionDesc .yellow {
    font-weight: 700;
    color: #fffb00;
}
.section .sectionDesc .pink {
    font-weight: 700;
    color: #ff00b3;
}
.section .sectionDesc a {
    color: #ff0053;
    font-weight: 700;
    text-decoration: underline;
}
.section .sectionDesc a.yellow {
    color: #fffb00;
    font-weight: 700;
    text-decoration: underline;
}
.section .sectionImgDesc {
    margin: 10px 0;
    line-height: 23px;
    text-align: center;
    font-weight: 700;
}
.section .sectionImgDesc a {
    color: #ff0053;
    font-weight: 700;
    text-decoration: underline;
}

.header {
    color: #ffffff;
}
.header .logo {
    font-size: 30px;
}
.header .logoSub {
    font-size: 14px;
}
.header .menuWrap {
    padding-top: 20px;
}
.header .menuEnd {
    height: 60px;
    overflow-y: scroll;
}
.header .menuSep {
    padding: 0 10px;
}
.header .menuWrap .menuHead {
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
}
.header .menuWrap .menuHead.headSelected {
    color: #ffad48;
}
.header .menuWrap .menuList .menu a {
    color: #ffffff;
    text-decoration: none;
}
.header .menuWrap .menuList .menu a.menuSelected {
    color: #FF6176;
    font-weight: 700;
}

.sectionCoupon {
    color: #ffffff;
}
.sectionCoupon .couponBox {
    background-color: #ffffff;
    line-height: 20px;
    color: #2F3134;
    margin: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    border-radius: 10px;
}
.sectionCoupon .couponBox .couponDetail {
    padding: 20px 20px 0 0;
    background-color: #FF6176;
}
.sectionCoupon .couponBox .couponDetail .couponDetailList {
    display: flex;
    flex-direction: row;
}
.sectionCoupon .couponBox .couponDetail .couponMin {
    text-align: right;
    color: #ffffff;
    width: 50px;
}
.sectionCoupon .couponBox .couponDetail .couponDiscount {
    text-align: right;
    width: 50px;
    color: #ffffff;
}
.sectionCoupon .couponBox .couponDetail .couponPercentage {
    text-align: center;
    color: #191919;
}
.sectionCoupon .couponBox .couponListWrap {
    padding: 20px;
}
.sectionCoupon .couponBox .couponList {
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}
.sectionCoupon .couponBox .couponList a {
    color: #FF6176;
}
.sectionCoupon .couponBox .couponListTitle {
    color: #191919;
    text-align: center;
}
.sectionCoupon .couponBox .couponCode {
    padding-right:15px;
    font-weight: 600;
}

.sectionCard .cardBox {
    padding: 20px 0;
    background-color: #899B9B;
    color: #ffffff;
    line-height: 20px;
    display: flex;
    width: 300px;
    justify-content: center;
    line-height: 25px;
    border-radius: 10px;
    font-weight: 700;
}
.sectionCard .cardImage {
}
.sectionCard .cardBox .cardType {
    padding-right: 30px;
}
.sectionCard .cardBox .cardMin {
    text-align: right;
    padding-right: 30px;
}
.sectionCard .cardBox .cardDiscount {
    text-align: right;
}
.sectionCard .cardBox .cardPercentage {
    text-align: center;
}


.sectionDeal .dealItemWrap {
    margin: 0 20px 20px 0;
    position: relative;
}
.sectionDeal .saleFlag {
    position: absolute;
    top: 0;
    left: 0;
}
.sectionDeal .dealImg {
    vertical-align: bottom;
    border: 1px solid #191919;
    border-radius: 10px 10px 0 0;
}
.sectionDeal .dealItem {
    border: 4px solid #191919;
    border-radius: 0 0 10px 10px;
    width: 294px;
    background-color: #ffffff;
}
.sectionDeal .dealItem .dealTitle {
    background-color: #191919;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
    line-height: 22px;
}
.sectionDeal .dealItem .dealTitle a {
    text-decoration: none;
    color: #ffffff;
}
.sectionDeal .dealItem .dealPrice {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    line-height: 25px;
}
.sectionDeal .dealItem .dealPrice .low {
    color: #ff4160;
}
.sectionDeal .dealItem .dealDiscount {
    margin: 0 auto;
    text-align: center;
    width: 220px;
    padding-bottom: 10px;
    line-height: 20px;
}
.sectionDeal .dealItem .dealDiscount .dealDiscountItem {
    width: 110px;
}
.sectionDeal .dealItem .dealWait {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 65px;
}
.sectionDeal .dealItem .dealStore {
    background-color: #e47d00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 8px 0 5px 0;
    border-radius: 0 0 5px 5px;
}

@media only screen and (max-width: 720px) {
    #trace {
        width: 300px;
    }
    .section {
        width: 300px;
    }
    .couponList {
        width: 150px;
    }
}

@media only screen and (min-width: 720px) {
    .section {
        width: 644px;
    }
    .couponList {
        width: 480px;
    }
}

@media only screen and (min-width: 1080px) {
    .section {
        width: 968px;
    }
    .couponList {
        width: 800px;
    }
}