@charset "utf-8";

/* CJK Unified Ideographs U+4E00-U+9FFF */

@font-face {
    font-family: MyCustomFont;
    src: local("微軟正黑體");
    /* no unicode-range; default to all characters */
}

@font-face {
    font-family: MyCustomFont;
    src: local("微軟正黑體"), local("Microsoft JhengHei");
    unicode-range: U+4E00-9FFF;
}


/* Japanese Kana U+3040-U+30FF */

@font-face {
    font-family: MyCustomFont;
    src: local(Hiragino Kaku Gothic Pro), local(Meiryo);
    unicode-range: U+3040-30FF;
}


/* Bopomofo U+3105-U+312C */

@font-face {
    font-family: MyCustomFont;
    src: local("微軟正黑體"), local(Microsoft JhengHei);
    unicode-range: U+3105-312C;
}


/* Latin, Latin1, Latin Ext-A, Latin Ext-B */

@font-face {
    font-family: MyCustomFont;
    src: local(Arial);
    unicode-range: U+00-024F;
}

a {
    outline: none;
    /* for Firefox */
    hlbr: expression(this.onFocus=this.blur());
    /* for IE */
}

a:link {
    /*color: #3E3939; */
    text-decoration: none;
}

a:visited {
    color: #3E3939;
    text-decoration: none;
}

a:hover {
    color: #3E3939;
    text-decoration: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

body {
    font-family: MyCustomFont;
}

.Header {
    width: 100%;
}

#eppdnumarea {
    width: 439px;
    padding: 25px 30px 25px 30px;
    background: #F9F9F9;
    line-height: 1.6;
    color: #3757EE;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.TopMenuMin {
    width: 100%;
}

.GobackButton {
    width: 30px;
    height: 42px;
    margin-left: 40px;
    margin-top: 45px;
    background: url(../images/m/mbaricon.png) 0px 0px no-repeat;
}


/*05.12*/

.TopTwentyFive {
    width: 77px;
    height: 124px;
    float: left;
}

.TopFifty {
    width: 646px;
    height: 124px;
    float: left;
}

.LogoMinBox {
    width: 646px;
    height: 120px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.SearchIcon {
    width: 44px;
    height: 45px;
    margin: 40px 30px 0px 0px;
    background: url(../images/m/searchicon.png) 0px 0px no-repeat;
    float: right;
}

.MenuIcon {
    width: 46px;
    height: 36px;
    margin: 39px 0px 0px 46px;
    background: url(../images/m/mbaricon.png) -70px 0px no-repeat;
    float: left;
}

.IndexToolBar {
    display: none;
}

.IndexToolBarMin {
    width: 82px;
    height: 82px;
    padding: 0px;
    bottom: 218px;
    right: 34px;
    position: fixed;
    z-index: 999;
    _position: absolute;
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=0);
}

.MoveLeftButton {
    width: 50px;
    height: 50px;
    padding: 0px;
    background: #A9A9A9 url(../images/c/leftrightbutton.png) 0px 0px no-repeat;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}

.MoveLeftButton:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

.MoveRightButton {
    width: 50px;
    height: 50px;
    padding: 0px;
    background: #A9A9A9 url(../images/c/leftrightbutton.png) -60px 0px no-repeat;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}

.MoveRightButton:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

.CenterLeft {
    display: none;
}

.CenterRight {
    width: 800px;
    padding: 0px;
    margin-bottom: 22px;
    background: #F5F5F5;
}

.CtrRightBox {
    width: 800px;
    padding: 0px;
    margin: 0px;
    background: #FFF;
}

.DetailCtBox {
    width: 800px;
    padding: 35px 35px 20px 35px;
}

.DetailCtLeft {
    width: 730px;
}

.DetailCtRight {
    width: 730px;
    margin-top: 35px;
}

.ProductTicket1 {
    width: 174px;
    height: 56px;
    margin-left: 542px;
    margin-top: 660px;
    padding: 2px 0px 0px 0px;
    background: #F5E803;
    color: #231815;
    font-size: 36px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.ProductTicket2 {
    width: 174px;
    height: 56px;
    margin-left: 542px;
    margin-top: 660px;
    padding: 2px 0px 0px 0px;
    background: #0197DD;
    color: #FFF;
    font-size: 36px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.DetailCtImgBig {
    width: 730px;
    height: 730px;
    margin: 0px 0px 25px 0px;
    cursor: pointer;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.DetailCtImgSmallBox {
    width: 730px;
    height: 206px;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.DetailCtImgSmallList {
    width: 2260px;
    height: 206px;
}

.DetailCtImgSmallOne {
    width: 206px;
    height: 206px;
    padding: 0px;
    margin: 0px 18px 0px 0px;
    cursor: pointer;
    float: left;
}

.ImgLeftButton {
    display: none;
}

.ImgRightButton {
    display: none;
}

input[type=checkbox] {
    zoom: 3.0;
}

.DetailCtShowMax {
    display: none;
}

.DetailCtShowMin {
    width: 800px;
    padding: 0px;
    margin-bottom: 26px;
}

.DetailCtStockBox {
    width: 730px;
    height: 79px;
    padding: 0px 0px 0px 0px;
}

.DetailCtStockNumber {
    width: 350px;
    height: 66px;
    padding: 2px 0px 0px 0px;
    font-size: 36px;
    color: #F10215;
    float: left;
}

.DetailCtStockTime {
    width: 350px;
    height: 66px;
    padding: 0px 0px 0px 40px;
    font-size: 36px;
    color: #F10215;
    background: url(../images/m/clock.png) 0px 11px no-repeat;
    float: left;
}

.DetailCtShareBox {
    width: 800px;
    height: 99px;
    padding: 14px 0px 0px 140px;
    background: #FFF;
}

.DetailCtShareTxt {
    width: 198px;
    height: 85px;
    padding: 12px 0px 0px 0px;
    font-size: 30px;
    color: #595757;
    float: left;
}

.DetailCtShareIcon1 {
    width: 71px;
    height: 71px;
    padding: 0px;
    background: url(../images/m/shareicon.png) 0px 0px no-repeat;
    float: left;
}

.DetailCtShareIcon2 {
    width: 71px;
    height: 71px;
    padding: 0px;
    margin-left: 50px;
    background: url(../images/m/shareicon.png) -122px 0px no-repeat;
    float: left;
}

.DetailCtShareIcon3 {
    width: 71px;
    height: 71px;
    padding: 0px;
    margin-left: 50px;
    background: url(../images/m/shareicon.png) -243px 0px no-repeat;
    float: left;
}

.DetailCtSlogen {
    width: 730px;
    height: 70px;
    padding: 10px 0px 0px 0px;
    color: #E60012;
    font-size: 32px;
    text-align: center;
    border: 2px solid #E92534;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.DetailCtTitle {
    width: 730px;
    padding: 22px 0px 32px 20px;
    font-size: 43px;
    color: #000000;
    line-height: 1.5;
}

.DetailCtMark {
    width: 730px;
    padding: 0px 0px 32px 20px;
    font-size: 38px;
    color: #646464;
    line-height: 1.6;
}

.DetailCtMark ul {
    margin: 0px;
}

.DetailCtMark li {
    margin: 0px;
}

.TagContentInfo h3 {
    font-size: 40px;
}

.TagContentInfoBig h3 {
    font-size: 52px;
}

.DetailCtBonusTxt {
    width: 730px;
    height: 146px;
    padding: 12px 70px 0px 70px;
    background: #F9F9F9;
}

.BonusTxtFKBig {
    width: 590px;
    padding: 0px;
    font-size: 38px;
    color: #646464;
    text-align: center;
}

.BonusTxtFKSmall {
    width: 590px;
    padding: 0px;
    font-size: 38px;
    color: #646464;
    text-align: center;
}

.BonusPointColor {
    color: #E50012;
}

.DetailCtPriceNumberBox {
    width: 730px;
    height: 246px;
    padding: 30px 0px 20px 0px;
}

.DetailCtPriceCheck {
    width: 64px;
    height: 162px;
    padding: 6px 0px 0px 0px;
    float: left;
}

.DetailCtPriceDiscuntTxt {
    width: 666px;
    height: 227px;
    padding: 0px;
    float: left;
}

.DetailCtTicketPrice {
    width: 550px;
    height: 55px;
    padding: 0px;
    font-size: 42px;
    color: #E50012;
    font-weight: bold;
    line-height: 1.0;
}

.DetailCtOrgPrice {
    width: 666px;
    height: 63px;
    padding: 20px 0px 0px 0px;
    font-size: 30px;
    color: #595757;
    line-height: 1.0;
}

.DetailCtDiscountNumber {
    width: 526px;
    height: 133px;
    padding: 0px;
    float: left;
}

.DetailCtDiscountBox {
    width: 156px;
    height: 55px;
    padding: 9px 0px 0px 20px;
    background: url(../images/m/detaildiscounticon.png) 0px 4px no-repeat;
    font-size: 32px;
    color: #FFF000;
    line-height: 1.0;
    float: left;
}

.DiscountFont {
    font-size: 42px;
}

.DetailCtNumberBox {
    width: 230px;
    height: 68px;
    padding: 0px;
    float: right;
}

.DtCtNumberButton1 {
    width: 68px;
    height: 68px;
    padding: 0px;
    font-size: 38px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #3E3A39;
    border: 2px solid #4A4645;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    float: left;
}

.DtCtNumberButton2 {
    width: 68px;
    height: 68px;
    padding: 0px;
    font-size: 38px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #3E3A39;
    border: 2px solid #4A4645;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    float: left;
}

.DtCtNumberInputBox {
    width: 94px;
    height: 68px;
    padding: 0px;
    border-top: 2px solid #4A4645;
    border-bottom: 2px solid #4A4645;
    float: left;
}

.NumberInputFont {
    width: 94px;
    height: 64px;
    padding: 0px;
    font-size: 38px;
    color: #E50012;
    text-align: center;
    border: 0px solid #FFF;
}

.DetailCtButtonListBox {
    width: 730px;
    padding: 46px 0px 0px 0px;
}

.DetailCtCousterink {
    width: 672px;
    height: 76px;
    padding: 13px 0px 0px 0px;
    margin-top: 36px;
    font-size: 32px;
    color: #F10215;
    cursor: pointer;
    border: 2px solid #F10215;
    background: #FFF;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: left;
}

.DetailCtTocart {
    width: 294px;
    height: 84px;
    padding: 18px 0px 0px 93px;
    margin: 0px 0px 0px 23px;
    font-size: 32px;
    color: #FFF;
    background: #F10215 url(../images/m/detailbuttonicon.png) 19px 15px no-repeat;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: left;
}

.DetailCtBuyNow {
    width: 294px;
    height: 84px;
    padding: 18px 0px 0px 149px;
    margin: 0px 0px 0px 23px;
    font-size: 32px;
    color: #F10215;
    background: #FFF url(../images/m/detailbuttonicon.png) 74px -126px no-repeat;
    border: 2px solid #F10215;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: left;
}

.DetailFootToFaviNon {
    width: 96px;
    height: 84px;
    padding: 50px 0px 0px 0px;
    font-size: 26px;
    color: #717071;
    text-align: center;
    cursor: pointer;
    background: url(../images/m/loveicon.png) -100px 4px no-repeat;
    float: left;
}

.DetailFootToFaviOn {
    width: 96px;
    height: 84px;
    padding: 50px 0px 0px 0px;
    font-size: 26px;
    color: #717071;
    text-align: center;
    cursor: pointer;
    background: url(../images/m/loveicon.png) -10px 5px no-repeat;
    float: left;
}

.DetailCtBuyOtherLink {
    width: 294px;
    height: 84px;
    padding: 18px 0px 0px 0px;
    margin: 0px 0px 0px 23px;
    font-size: 32px;
    color: #0197DD;
    border: 2px solid #0197DD;
    background: #FFF;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: left;
}

.DetailCtBuyOtherLink2 {
    width: 294px;
    height: 84px;
    padding: 18px 0px 0px 0px;
    margin: 0px 0px 0px 23px;
    font-size: 32px;
    color: #595757;
    cursor: pointer;
    border: 2px solid #595757;
    background: #FFF;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: left;
}

.DetailCtToFaviNon {
    display: none;
}

.DetailCtToFaviOn {
    display: none;
}

.DetailCtProductNumber {
    width: 672px;
    height: 76px;
    padding: 18px 0px 0px 0px;
    margin: 24px 0px 0px 0px;
    font-size: 32px;
    color: #595757;
    text-align: center;
    float: left;
}

.DetailCtTagArea {
    width: 800px;
    padding: 0px;
    margin: 0px;
}

.DetailTagBox {
    width: 800px;
    height: 100px;
    padding: 0px;
}

.DetailTagBox2 {
    width: 800px;
    height: 100px;
    padding: 0px;
    display: none;
}

.PageDetailTagBox {
    width: 800px;
    height: 100px;
    position: fixed;
    top: 124px;
    z-index: 108;
}

.TagTypeOn {
    width: 160px;
    height: 100px;
    padding: 29px 0px 0px 0px;
    font-size: 26px;
    text-align: center;
    border-bottom: 5px solid #F10215;
    color: #F10215;
    cursor: default;
    background: #F2F2F2;
    float: left;
}

.TagTypePpOn {
    width: 200px;
    height: 100px;
    padding: 29px 0px 0px 0px;
    font-size: 26px;
    text-align: center;
    border-bottom: 5px solid #F10215;
    color: #F10215;
    cursor: default;
    background: #F2F2F2;
    float: left;
}

.TagTypePpNon {
    width: 200px;
    height: 100px;
    padding: 29px 0px 0px 0px;
    font-size: 26px;
    text-align: center;
    color: #595757;
    cursor: pointer;
    background: #F2F2F2;
    float: left;
}

.TagTypeNon {
    width: 160px;
    height: 100px;
    padding: 29px 0px 0px 0px;
    font-size: 26px;
    text-align: center;
    color: #595757;
    cursor: pointer;
    background: #F2F2F2;
    float: left;
}

.TagContentInfo {
    width: 800px;
    padding: 56px 36px 36px 36px;
    font-size: 36px;
    color: #5B5B5B;
    line-height: 1.5;
}

.TagContentInfoBig {
    width: 800px;
    padding: 56px 36px 36px 36px;
    font-size: 48px;
    color: #5B5B5B;
    line-height: 1.5;
}

.ProductTicketType1 {
    width: 180px;
    height: 60px;
    padding: 13px 0px 0px 0px;
    margin-bottom: 24px;
    color: #231815;
    font-size: 36px;
    text-align: center;
    line-height: 1.0;
    background: #F5E803;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.ProductTicketType2 {
    width: 180px;
    height: 60px;
    padding: 13px 0px 0px 0px;
    margin-bottom: 24px;
    color: #231815;
    font-size: 36px;
    text-align: center;
    line-height: 1.0;
    background: #0197DD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.ProductTicketType3 {
    width: 180px;
    height: 60px;
    padding: 13px 0px 0px 0px;
    margin-bottom: 24px;
    color: #231815;
    font-size: 36px;
    text-align: center;
    line-height: 1.0;
    background: #0197DD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.ProductChangeSizeBox {
    width: 148px;
    height: 60px;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 580px;
    position: absolute;
    z-index: 99;
}

.DetailCtSizeNon {
    width: 50px;
    height: 50px;
    padding: 1px 0px 0px 0px;
    margin: 0px 0px 0px 24px;
    font-size: 30px;
    color: #000;
    text-align: center;
    cursor: pointer;
    background: #FFF;
    border: 2px solid #595757;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.DetailCtSizeOn {
    width: 50px;
    height: 50px;
    padding: 1px 0px 0px 0px;
    margin: 0px 0px 0px 24px;
    font-size: 30px;
    color: #F10215;
    text-align: center;
    cursor: default;
    background: #FFF;
    border: 2px solid #F10215;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.DetailCtStorel {
    width: 728px;
    padding: 28px;
    margin-top: 36px;
    color: #5B5B5B;
    font-size: 36px;
    line-height: 1.5;
    border: 2px solid #C7C8C2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.RightTagProductBox {
    width: 800px;
    padding: 25px 0px 0px 0px;
    margin: 25px 0px 0px 0px;
    background: #FFF;
}

.TagProductTopArea {
    width: 800px;
    height: 66px;
    padding: 0px 18px 0px 18px;
}

.TagProductTitle {
    width: 170px;
    height: 66px;
    padding: 0px;
    font-size: 36px;
    color: #F10215;
    float: left;
}

.TagProductMore {
    width: 156px;
    height: 48px;
    padding: 3px 0px 0px 0px;
    background: #FFF;
    color: #707070;
    text-align: center;
    font-size: 26px;
    border: 1px solid #595757;
    cursor: pointer;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    float: right;
}

.TagProductMore:hover {
    color: #FFF;
    background: #F10215;
    border: 0px solid #F10215;
}

.TagProductList {
    width: 800px;
    padding: 0;
}

.RightListProductOne {
    width: 800px;
    padding: 0px 0px 0px 18px;
    height: 312px;
}

.ProductImage {
    width: 287px;
    height: 287px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.ProductName {
    width: 477px;
    height: 184px;
    padding: 6px 0px 0px 18px;
    font-size: 30px;
    color: #231815;
    line-height: 1.4;
    float: left;
}

.ProductPrice {
    width: 331px;
    height: 60px;
    font-size: 28px;
    color: #E50012;
    text-align: right;
    float: left;
}

.ProductDiscountMin {
    width: 146px;
    height: 60px;
    padding: 2px 24px 0px 18px;
    color: #FFF000;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    background: url(../images/m/discicon.png) 18px 8px no-repeat;
    float: left;
}

.DiscountFont42 {
    font-size: 40px;
}

.DiscountFont40 {
    font-size: 40px;
}

.ProductDiscountBox {
    width: 477px;
    height: 38px;
    padding: 0px 0px 0px 18px;
    float: left;
}

.ProductReduction {
    width: 214px;
    height: 38px;
    font-size: 26px;
    color: #E50012;
    float: left;
}

.ProductOriPrice {
    width: 245px;
    height: 38px;
    font-size: 26px;
    color: #646262;
    text-align: right;
    text-decoration: line-through;
    float: left;
}

.ProductTicketHis1 {
    width: 112px;
    height: 40px;
    margin-left: 166px;
    padding: 2px 0px 0px 0px;
    margin-top: 238px;
    background: #F5E803;
    color: #231815;
    font-size: 23px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    z-index: 1;
}

.ProductTicketHis2 {
    width: 112px;
    height: 40px;
    margin-left: 166px;
    padding: 2px 0px 0px 0px;
    margin-top: 238px;
    background: #0197DD;
    color: #FFF;
    font-size: 23px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    z-index: 1;
}

.ProductDiscountMax {
    display: none;
}

.ProductPopUpBox {
    width: 800px;
    padding: 28px 28px 42px 28px;
    background: #FFF;
    bottom: 0px;
    position: fixed;
    z-index: 2198;
    _position: absolute;
    border-top-left-radius: 11px;
    -moz-border-top-left-radius: 11px;
    -webkit-border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    -moz-border-top-right-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    display: none;
}

.PopUpPanelProductBox {
    width: 744px;
    height: 267px;
    padding: 10px 5px 0px 10px;
    position: relative;
    border-bottom: 1px solid #CFCFCF;
}

.PopUpPanelClose {
    width: 32px;
    height: 32px;
    padding: 0px;
    top: -5px;
    right: 0px;
    background: url(../images/m/detailcloseicon.png) 0px 0px;
    position: absolute;
}

.PopUpPanelImg {
    width: 230px;
    height: 230px;
    margin: 0px 44px 0px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    float: left;
}

.PopUpPanelTicket1 {
    width: 174px;
    height: 56px;
    padding: 2px 0px 0px 0px;
    margin: 0px 200px 28px 0px;
    background: #F5E803;
    color: #231815;
    font-size: 36px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: left;
}

.PopUpPanelTicket2 {
    width: 174px;
    height: 56px;
    padding: 2px 0px 0px 0px;
    margin: 0px 200px 28px 0px;
    background: #0197DD;
    color: #FFF;
    font-size: 36px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: left;
}

.PopUpPanelTicketPrice {
    width: 280px;
    height: 67px;
    padding: 0px;
    margin: 0px 100px 0px 0px;
    font-size: 42px;
    color: #F10215;
    float: left;
}

.PopUpPanelStockNumber {
    width: 280px;
    height: 34px;
    padding: 0px;
    margin: 0px 100px 0px 0px;
    font-size: 28px;
    color: #595757;
    float: left;
}

.PopUpPanelStockTime {
    width: 280px;
    height: 42px;
    padding: 0px 0px 0px 46px;
    margin: 0px 100px 0px 0px;
    font-size: 28px;
    color: #595757;
    background: url(../images/m/clock.png) 0px 5px no-repeat;
    float: left;
}

.PopUpPanelTicketBox {
    width: 744px;
    padding: 19px 12px 30px 12px;
    word-break: keep-all;
}

.WordListOne {
    padding: 16px;
    margin: 0px 32px 24px 0px;
    font-size: 34px;
    color: #595757;
    line-height: 3.0;
    background: #FFF;
    border: 1px solid #DD3029;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.WordListOneClick {
    padding: 16px;
    margin: 0px 32px 24px 0px;
    font-size: 34px;
    color: #FFF;
    line-height: 3.0;
    background: #DD3029;
    border: 1px solid #DD3029;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.PopUpPanelNumberBox {
    width: 744px;
    height: 118px;
    padding: 0px 12px 0px 12px;
}

.PopUpPanelNumberTxt {
    width: 256px;
    height: 55px;
    padding: 19px 0px 0px 0px;
    font-size: 32px;
    color: #000;
    line-height: 1.0;
    float: left;
}

.PopUpPanelNumberArea {
    width: 230px;
    height: 68px;
    padding: 0px;
    float: right;
}

.PopUpPanelNumberBtn1 {
    width: 68px;
    height: 68px;
    padding: 0px;
    font-size: 38px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #3E3A39;
    border: 2px solid #4A4645;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    float: left;
}

.PopUpPanelNumberBtn2 {
    width: 68px;
    height: 68px;
    padding: 0px;
    font-size: 38px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #3E3A39;
    border: 2px solid #4A4645;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    float: left;
}

.PopUpPanelNumberInputBox {
    width: 94px;
    height: 68px;
    padding: 0px;
    border-top: 2px solid #4A4645;
    border-bottom: 2px solid #4A4645;
    float: left;
}

.PopUpPanelNumberFont {
    width: 94px;
    height: 64px;
    padding: 0px;
    font-size: 38px;
    color: #E50012;
    text-align: center;
    border: 0px solid #FFF;
}

.PopUpPanelButton1 {
    width: 744px;
    height: 86px;
    padding: 19px 0px 0px 330px;
    font-size: 32px;
    color: #595757;
    background: #FFF url(../images/m/detailbuttonicon.png) 256px 16px no-repeat;
    border: 1px solid #595757;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.PopUpPanelButton2 {
    width: 744px;
    height: 86px;
    padding: 19px 0px 0px 346px;
    font-size: 32px;
    color: #FFF;
    background: #F10215 url(../images/m/detailbuttonicon.png) 261px -125px no-repeat;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.FooterMin {
    width: 800px;
    height: 134px;
    padding: 20px 0px 0px 6px;
    border: 1px solid #D6D6D7;
    background: #FFF;
    bottom: 0px;
    position: fixed;
    z-index: 999;
    _position: absolute;
}

.FooterTwenty {
    width: 20%;
    height: 114px;
    float: left;
}

.FooterGohome {
    width: 62px;
    height: 26px;
    padding: 61px 0px 0px 0px;
    background: url(../images/m/topicons.png) 1px 0px no-repeat;
    text-align: center;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

.FooterTalk {
    width: 104px;
    height: 26px;
    padding: 61px 0px 0px 0px;
    margin-left: 66px;
    background: url(../images/m/topicons.png) -79px 0px no-repeat;
    text-align: center;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

.FooterTrack {
    width: 104px;
    height: 26px;
    padding: 61px 0px 0px 0px;
    margin-left: 66px;
    background: url(../images/m/topicons.png) -178px 0px no-repeat;
    text-align: center;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

.FooterCart {
    width: 80px;
    height: 26px;
    padding: 61px 0px 0px 0px;
    margin-left: 66px;
    background: url(../images/m/topicons.png) -288px 0px no-repeat;
    text-align: center;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

.FooterMemberCenter {
    width: 104px;
    height: 26px;
    padding: 61px 0px 0px 0px;
    margin-left: 66px;
    background: url(../images/m/topicons.png) -377px 0px no-repeat;
    text-align: center;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

.ListPageArea {
    width: 958px;
    height: 34px;
    padding: 16px 0px 0px 0px;
    float: left;
}

.ListPageAreaNum {
    width: 32px;
    height: 25px;
    padding: 7px 0px 0px 0px;
    margin: 0px 4px 0px 4px;
    border: 1px solid #D7D7D7;
    font-size: 18px;
    color: #3E3A39;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ListPageAreaNum:hover {
    width: 32px;
    height: 25px;
    padding: 7px 0px 0px 0px;
    margin: 0px 4px 0px 4px;
    background: #F10215;
    border: 1px solid #D7D7D7;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ListPageAreaNumOn {
    width: 32px;
    height: 25px;
    padding: 7px 0px 0px 0px;
    margin: 0px 4px 0px 4px;
    background: #F10215;
    border: 1px solid #D7D7D7;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.RightHisBox {
    width: 972px;
    height: 74px;
}

.RightHisTitle {
    width: 818px;
    height: 48px;
    padding: 26px 0px 0px 22px;
    font-size: 26px;
    color: #F10215;
    font-weight: bold;
    float: left;
}

.RightHisMore {
    width: 130px;
    height: 25px;
    padding: 11px 0px 0px 0px;
    margin-top: 18px;
    background: #FFF;
    color: #707070;
    text-align: center;
    border: 1px solid #595757;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.TopBarMax {
    display: none;
}

.TopBarArea {
    width: 100%;
    height: 39px;
    padding: 0px 24px 0px 0px;
    margin-left: auto;
    margin-right: auto;
}

.FacebookLike {
    width: 82px;
    height: 31px;
    padding-top: 4px;
    font-size: 17px;
    float: right;
}

.TopLoginInfo {
    width: 183px;
    height: 35px;
    padding: 0px;
    float: right;
}

.LogoutButton {
    width: 71px;
    height: 29px;
    padding-top: 6px;
    font-size: 17px;
    float: right;
}

.LoginNameButton {
    width: 112px;
    height: 29px;
    padding-top: 6px;
    font-size: 17px;
    float: right;
}

.CountrySelect {
    width: 131px;
    height: 32px;
    padding: 5px 0px 0px 25px;
    margin-left: 30px;
    background: url(../images/c/topicons.png) -150px -31px no-repeat;
    font-size: 17px;
    float: right;
}

.CurrencySelect {
    width: 82px;
    height: 32px;
    padding-top: 5px;
    font-size: 17px;
    float: right;
}

.TopCySelect {
    width: 82px;
    height: 32px;
    padding: 0px 0px 0px 5px;
    font-size: 16px;
    border: 0px solid #999999;
    background: url(../images/c/arrowcm2.png) right center no-repeat;
    font-family: Microsoft JhengHei;
}

.RedFontColor {
    color: #F00;
}

.ToolBarMax {
    display: none;
}

.ToolBarListMax {
    width: 1200px;
    height: 50px;
    padding: 12px 0px 0px 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    color: #595757;
}

.Center {
    width: 800px;
}

.CenterLimit {
    width: 100%;
    padding: 0px 0px 180px 0px;
}

.LeftBoxArea {
    display: none;
}

.LeftQuickLink {
    width: 170px;
    padding: 3px 0px 15px 0px;
    margin-bottom: 5px;
}

.LeftQuickName {
    width: 170px;
    height: 35px;
    padding: 5px 0px 0px 21px;
    margin: 0px;
    font-size: 17px;
    color: #F10215;
    background: url(../images/c/lefticon.png) 2px 15px no-repeat;
    border-bottom: 1px dotted #F00;
}

.LeftQuickListOne {
    width: 170px;
    height: 27px;
    padding: 5px 0px 0px 22px;
    font-size: 16px;
    color: #595757;
    background: url(../images/c/lefticon.png) 3px -37px no-repeat;
}

.LeftAddEpaperBox {
    width: 198px;
    padding: 3px 0px 15px 0px;
    background: #FFF;
    border: 1px solid #DADADA;
}

.LeftAddEpaperName {
    width: 196px;
    height: 38px;
    padding: 5px 0px 0px 24px;
    font-size: 17px;
    color: #231815;
    font-weight: bold;
    background: url(../images/c/lefticon.png) 6px 13px no-repeat;
    border-bottom: 1px dashed #C8C5C4;
}

.LeftAddEpaperDesc {
    width: 198px;
    padding: 10px;
    font-size: 16px;
    color: #595757;
    line-height: 1.4;
}

.LeftAddEpaperInput {
    width: 178px;
    height: 42px;
    margin-left: 10px;
}

.lfaddepinbox {
    width: 176px;
    height: 32px;
    padding: 4px;
    font-size: 16px;
    color: #231815;
    border: 1px solid #A6A6A6;
}

.LeftAddEpaperButton {
    width: 178px;
    height: 34px;
    padding: 5px 0px 0px 0px;
    margin-left: 10px;
    background: #F10215;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.FooterMax {
    display: none;
}

.FooterIconLine {
    width: 52px;
    height: 52px;
    background: url(../images/c/footicons.png) 0px 0px no-repeat;
    float: left;
}

.FooterIconFacebook {
    width: 52px;
    height: 52px;
    margin-left: 37px;
    background: url(../images/c/footicons.png) -87px 0px no-repeat;
    float: left;
}

.FooterIconIG {
    width: 52px;
    height: 52px;
    margin-left: 37px;
    background: url(../images/c/footicons.png) -174px 0px no-repeat;
    float: left;
}

.FooterLink {
    text-decoration: none;
    color: #FFFFFF;
}

a.FooterLink:link {
    text-decoration: none;
    color: #FFFFFF;
}

a.FooterLink:visited {
    text-decoration: none;
    color: #FFFFFF;
}

a.FooterLink:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.OverDown {
    clear: both;
}

.special_bonus {
    font-size: 1.8rem;
    color: #2266EE;
    font-weight: 600;
}

@media (min-width: 200px) {
    .Header {
        width: 800px;
    }
    .TopMenuMin {
        width: 800px;
    }
    .Center {
        width: 800px;
    }
}

@media (min-width: 800px) {
    .Header {
        width: 100%;
    }
    .TopMenuMin {
        width: 800px;
    }
    .Center {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .Header {
        width: 100%;
        /*height: 193px;*/
    }
    .special_bonus {
        font-size: 1rem;
    }
    .ToolBarMin {
        display: none;
    }
    .TopBarMax {
        width: 100%;
        height: 39px;
        background: #F8F8F8;
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EAEAEA;
        display: block;
    }
    .LogoSearchArea {
        width: 100%;
        height: 104px;
        display: block;
    }
    .ToolBarMax {
        width: 100%;
        height: 50px;
        background: #F8F8F8;
        display: block;
    }
    .Center {
        width: 100%;
        background: #F5F5F5;
    }
    .CenterLimit {
        width: 1200px;
        padding: 0px 0px 22px 0px;
        margin-left: auto;
        margin-right: auto;
        background: #F5F5F5;
    }
    .CenterLeft {
        width: 200px;
        float: left;
        display: block;
    }
    .LeftBoxArea {
        width: 200px;
        padding: 3px 15px 15px 15px;
        margin-bottom: 5px;
        background: #FFF;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        display: block;
    }
    .CenterRight {
        width: 988px;
        padding: 0px;
        margin: 0px;
        float: left;
    }
    .CtrRightBox {
        width: 988px;
        padding: 0px;
        margin: 0px 0px 22px 12px;
        background: #FFF;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
    }
    .DetailCtMark {
        width: 511px;
        min-height: 98px;
        padding: 0px 0px 12px 0px;
        font-size: 17px;
        color: #646464;
        line-height: 1.6;
    }
    .DetailCtMark ul {
        margin: 0px;
    }
    .DetailCtMark li {
        margin: 0px 0px 0px -18px;
    }
    .DetailCtBox {
        width: 988px;
        padding: 19px 19px 28px 19px;
    }
    .DetailCtLeft {
        width: 439px;
        height: 642px;
        float: left;
    }
    .DetailCtRight {
        width: 511px;
        margin-top: 0px;
        float: left;
    }
    .ProductTicket1 {
        width: 100px;
        height: 32px;
        margin: 378px 0px 0px 310px;
        padding: 1px 0px 0px 0px;
        background: #F5E803;
        color: #231815;
        font-size: 20px;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: absolute;
        z-index: 1;
    }
    .ProductTicket2 {
        width: 100px;
        height: 32px;
        margin: 378px 0px 0px 310px;
        padding: 1px 0px 0px 0px;
        background: #0197DD;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: absolute;
        z-index: 1;
    }
    .DetailCtImgBig {
        width: 420px;
        height: 420px;
        margin: 0px 0px 12px 0px;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        cursor: pointer;
    }
    .DetailCtImgSmallBox {
        width: 420px;
        height: 132px;
        position: relative;
        overflow-x: hidden;
        white-space: nowrap;
        webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .DetailCtImgSmallList {
        width: 1350px;
        height: 120px;
    }
    .DetailCtImgSmallOne {
        width: 120px;
        height: 120px;
        padding: 0px;
        margin: 0px 10px 0px 0px;
        cursor: pointer;
        float: left;
    }
    .ImgLeftButton {
        width: 50px;
        height: 50px;
        top: 35px;
        left: 0;
        position: absolute;
        z-index: 10;
        display: block;
    }
    .ImgRightButton {
        width: 50px;
        height: 50px;
        top: 35px;
        right: 0;
        position: absolute;
        z-index: 10;
        display: block;
    }
    input[type=checkbox] {
        zoom: 2.0;
    }
    .DetailCtShowMax {
        width: 420px;
        padding: 0px;
        display: block;
    }
    .DetailCtShowMin {
        display: none;
    }
    .DetailCtStockBox {
        width: 420px;
        height: 32px;
        padding: 0px 0px 0px 30px;
    }
    .DetailCtStockNumber {
        width: 170px;
        height: 30px;
        padding: 0px;
        font-size: 18px;
        color: #F10215;
        float: left;
    }
    .DetailCtStockTime {
        width: 190px;
        height: 30px;
        padding: 0px 0px 0px 23px;
        font-size: 18px;
        color: #F10215;
        background: url(../images/c/clock.png) 0px 2px no-repeat;
        float: left;
    }
    .DetailCtShareBox {
        width: 420px;
        height: 46px;
        padding: 7px 0px 0px 30px;
        margin-top: 12px;
        background: #FFF;
    }
    .DetailCtShareTxt {
        width: 106px;
        height: 46px;
        padding: 5px 0px 0px 0px;
        font-size: 16px;
        color: #595757;
        float: left;
    }
    .DetailCtShareIcon1 {
        width: 32px;
        height: 32px;
        padding: 0px;
        background: url(../images/c/shareicon.png) 0px 0px no-repeat;
        float: left;
    }
    .DetailCtShareIcon2 {
        width: 32px;
        height: 32px;
        padding: 0px;
        margin-left: 28px;
        background: url(../images/c/shareicon.png) -60px 0px no-repeat;
        float: left;
    }
    .DetailCtShareIcon3 {
        width: 32px;
        height: 32px;
        padding: 0px;
        margin-left: 28px;
        background: url(../images/c/shareicon.png) -120px 0px no-repeat;
        float: left;
    }
    .DetailCtSlogen {
        width: 511px;
        height: 28px;
        padding: 0px;
        color: #EA379A;
        font-size: 18px;
        text-align: left;
        border: 0px solid #FFF;
    }
    .DetailCtTitle {
        width: 511px;
        padding: 0px 0px 12px 0px;
        font-size: 20px;
        line-height: 1.5;
    }
    .DetailCtBonusTxt {
        width: 511px;
        height: 32px;
        padding: 4px 0px 0px 8px;
        margin: 0px 0px 44px 0px;
        background: #F9F9F9;
    }
    .BonusTxtFKBig {
        width: 220px;
        height: 28px;
        padding: 0px;
        font-size: 17px;
        color: #646464;
        float: left;
    }
    .BonusTxtFKSmall {
        width: 275px;
        height: 28px;
        padding: 0px;
        font-size: 17px;
        color: #646464;
        float: left;
    }
    .BonusPointColor {
        color: #E50012;
    }
    .DetailCtPriceNumberBox {
        width: 511px;
        height: 76px;
        padding: 0px;
    }
    .DetailCtPriceCheck {
        width: 43px;
        height: 110px;
        padding: 12px 0px 0px 0px;
        float: left;
    }
    .DetailCtPriceDiscuntTxt {
        width: 468px;
        height: 110px;
        padding: 0px;
        float: left;
    }
    .DetailCtTicketPrice {
        width: 238px;
        height: 28px;
        padding: 3px 0px 0px 0px;
        font-size: 23px;
        color: #E50012;
        line-height: 1.0;
        float: left;
    }
    .DetailCtOrgPrice {
        width: 325px;
        height: 30px;
        padding: 8px 0px 0px 0px;
        font-size: 16px;
        color: #595757;
        line-height: 1.0;
        float: left;
    }
    .DetailCtDiscountNumber {
        width: 325px;
        height: 64px;
        padding: 0px;
        cursor: pointer;
        float: left;
    }
    .DetailCtDiscountBox {
        width: 87px;
        height: 30px;
        padding: 6px 0px 0px 11px;
        background: url(../images/c/detaildiscounticon.png) 0px 2px no-repeat;
        font-size: 18px;
        color: #FFF000;
        line-height: 1.0;
        float: left;
    }
    .DiscountFont {
        font-size: 22px;
    }
    .DetailCtNumberBox {
        width: 124px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 0px 10px 0px 0px;
        float: right;
    }
    .DtCtNumberButton1 {
        width: 36px;
        height: 36px;
        padding: 0px;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        color: #3E3A39;
        border: 1px solid #4A4645;
        border-top-left-radius: 6px;
        -moz-border-top-left-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -moz-border-bottom-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        float: left;
    }
    .DtCtNumberButton2 {
        width: 36px;
        height: 36px;
        padding: 0px;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        color: #3E3A39;
        border: 1px solid #4A4645;
        border-top-right-radius: 6px;
        -moz-border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-border-bottom-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        float: left;
    }
    .DtCtNumberInputBox {
        width: 52px;
        height: 36px;
        padding: 0px;
        border-top: 1px solid #4A4645;
        border-bottom: 1px solid #4A4645;
        float: left;
    }
    .NumberInputFont {
        width: 52px;
        height: 34px;
        padding: 0px;
        font-size: 22px;
        color: #E50012;
        text-align: center;
        border: 0px solid #FFF;
    }
    .DetailCtButtonListBox {
        width: 511px;
        height: 166px;
        padding: 24px 0px 0px 0px;
    }
    .DetailCtTocart {
        width: 175px;
        height: 46px;
        padding: 10px 0px 0px 51px;
        margin: 0px 20px 0px 0px;
        font-size: 18px;
        color: #FFF;
        cursor: pointer;
        background: #F10215 url(../images/c/detailbuttonicon.png) 14px 7px no-repeat;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailCtBuyNow {
        width: 175px;
        height: 46px;
        padding: 10px 0px 0px 90px;
        margin: 0px 20px 0px 0px;
        font-size: 18px;
        color: #F10215;
        cursor: pointer;
        background: #FFF url(../images/c/detailbuttonicon.png) 48px -63px no-repeat;
        border: 1px solid #F10215;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailFootToFaviNon {
        display: none;
    }
    .DetailFootToFaviOn {
        display: none;
    }
    .DetailCtCousterink {
        width: 157px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 14px 20px 0px 0px;
        font-size: 18px;
        color: #F10215;
        border: 1px solid #F10215;
        cursor: pointer;
        background: #FFF;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailCtBuyOtherLink {
        width: 175px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 0px 20px 0px 0px;
        font-size: 18px;
        color: #0197DD;
        border: 1px solid #0197DD;
        cursor: pointer;
        background: #FFF;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        float: left;
    }
    .DetailCtBuyOtherLink2 {
        width: 175px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 0px 20px 0px 0px;
        font-size: 18px;
        color: #595757;
        border: 1px solid #595757;
        cursor: pointer;
        background: #FFF;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        float: left;
    }
    .DetailCtToFaviNon {
        width: 121px;
        height: 46px;
        padding: 10px 0px 0px 59px;
        font-size: 18px;
        color: #595757;
        cursor: pointer;
        background: #FFF url(../images/c/loveicon.png) 15px 8px no-repeat;
        border: 1px solid #595757;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailCtToFaviOn {
        width: 121px;
        height: 46px;
        padding: 10px 0px 0px 59px;
        font-size: 18px;
        color: #595757;
        cursor: pointer;
        background: #FFF url(../images/c/loveicon.png) 15px -52px no-repeat;
        border: 1px solid #595757;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailCtProductNumber {
        width: 511px;
        height: 46px;
        padding: 11px 0px 0px 0px;
        margin: 14px 0px 0px 19px;
        font-size: 16px;
        color: #595757;
        text-align: center;
        float: left;
    }
    .DetailCtTagArea {
        width: 950px;
        padding: 0px;
        margin-left: 19px;
    }
    .DetailTagBox {
        width: 950px;
        height: 55px;
        padding: 0px;
    }
    .DetailTagBox2 {
        display: none;
    }
    .TagTypeOn {
        width: 190px;
        height: 55px;
        padding: 12px 0px 0px 0px;
        font-size: 19px;
        text-align: center;
        border-bottom: 5px solid #F10215;
        color: #F10215;
        cursor: default;
        background: #F2F2F2;
        float: left;
    }
    .TagTypeNon {
        width: 190px;
        height: 55px;
        padding: 12px 0px 0px 0px;
        font-size: 19px;
        text-align: center;
        color: #595757;
        cursor: pointer;
        background: #F2F2F2;
        float: left;
    }
    .TagContentInfo {
        width: 908px;
        padding: 24px 12px 30px 12px;
        font-size: 16px;
        color: #5B5B5B;
        line-height: 1.5;
    }
    .TagContentInfoBig {
        width: 908px;
        padding: 24px 12px 30px 12px;
        font-size: 16px;
        color: #5B5B5B;
        line-height: 1.5;
    }
    .ProductTicketType1 {
        width: 120px;
        height: 36px;
        padding: 8px 0px 0px 0px;
        margin-bottom: 10px;
        color: #231815;
        font-size: 20px;
        text-align: center;
        line-height: 1.0;
        background: #F5E803;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .ProductTicketType2 {
        width: 120px;
        height: 36px;
        padding: 9px 0px 0px 0px;
        margin-bottom: 10px;
        color: #231815;
        font-size: 20px;
        text-align: center;
        line-height: 1.0;
        background: #0197DD;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .ProductTicketType3 {
        width: 120px;
        height: 36px;
        padding: 9px 0px 0px 0px;
        margin-bottom: 10px;
        color: #231815;
        font-size: 20px;
        text-align: center;
        line-height: 1.0;
        background: #0197DD;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .ProductChangeSizeBox {
        display: none;
    }
    .DetailCtStorel {
        width: 884px;
        padding: 20px;
        margin-top: 30px;
        color: #5B5B5B;
        font-size: 18px;
        line-height: 1.5;
        border: 1px solid #C7C8C2;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .FooterMax {
        width: 100%;
        height: 320px;
        background: #717071;
        display: block;
    }
    .FooterMin {
        display: none;
    }
}

@media (min-width: 1200px) {
    .Header {
        width: 100%;
        /*height: 193px;*/
    }
    .TopBarArea {
        width: 1200px;
        height: 39px;
        padding: 0px 24px 0px 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .IndexToolBar {
        width: 50px;
        height: 489px;
        padding: 0px;
        margin-top: 228px;
        margin-left: 1240px;
        background: #FFF;
        box-shadow: 0px 0px 16px 4px rgba(20%, 20%, 20%, 0.4);
        position: fixed;
        z-index: 999;
        _position: absolute;
        display: block;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    .ItoolBox1 {
        width: 50px;
        height: 49px;
        padding: 6px 10px 0px 10px;
        font-size: 14px;
        text-align: center;
        color: #595757;
        line-height: 1.2;
        border-bottom: 1px solid #D6D6D7;
    }
    .ItoolBox2 {
        width: 50px;
        height: 49px;
        padding: 22px 10px 0px 10px;
        font-size: 14px;
        text-align: center;
        color: #595757;
        background: url(../images/c/totop.png) 20px 10px no-repeat;
    }
    .IndexToolBarMin {
        display: none;
    }
    .Center {
        width: 100%;
        background: #F5F5F5;
    }
    .CenterLimit {
        width: 1200px;
        padding: 0px 0px 22px 0px;
        margin-left: auto;
        margin-right: auto;
        background: #F5F5F5;
    }
    .CenterLeft {
        width: 200px;
        float: left;
        display: block;
    }
    .LeftBoxArea {
        width: 200px;
        padding: 3px 15px 15px 15px;
        margin-bottom: 5px;
        background: #FFF;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        display: block;
    }
    .CenterRight {
        width: 988px;
        padding: 0px;
        margin: 0px;
        float: left;
    }
    .CtrRightBox {
        width: 988px;
        padding: 0px;
        margin: 0px 0px 22px 12px;
        background: #FFF;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
    }
    .DetailCtBox {
        width: 988px;
        padding: 19px 19px 28px 19px;
    }
    .DetailCtMark {
        width: 511px;
        min-height: 98px;
        padding: 0px 0px 12px 0px;
        font-size: 17px;
        color: #646464;
        line-height: 1.6;
    }
    .DetailCtMark ul {
        margin: 0px;
    }
    .DetailCtMark li {
        margin: 0px 0px 0px -18px;
    }
    .DetailCtLeft {
        width: 439px;
        height: 642px;
        float: left;
    }
    .DetailCtRight {
        width: 511px;
        margin-top: 0px;
        float: left;
    }
    .ProductTicket1 {
        width: 100px;
        height: 32px;
        margin: 378px 0px 0px 310px;
        padding: 1px 0px 0px 0px;
        background: #F5E803;
        color: #231815;
        font-size: 20px;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: absolute;
        z-index: 1;
    }
    .ProductTicket2 {
        width: 100px;
        height: 32px;
        margin: 378px 0px 0px 310px;
        padding: 1px 0px 0px 0px;
        background: #0197DD;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: absolute;
        z-index: 1;
    }
    .DetailCtImgBig {
        width: 420px;
        height: 420px;
        margin: 0px 0px 12px 0px;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        cursor: pointer;
    }
    .DetailCtImgSmallBox {
        width: 420px;
        height: 132px;
        position: relative;
        overflow-x: hidden;
        white-space: nowrap;
        webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .DetailCtImgSmallList {
        width: 1350px;
        height: 120px;
    }
    .DetailCtImgSmallOne {
        width: 120px;
        height: 120px;
        padding: 0px;
        margin: 0px 10px 0px 0px;
        cursor: pointer;
        float: left;
    }
    .DetailFootToFaviNon {
        display: none;
    }
    .DetailFootToFaviOn {
        display: none;
    }
    .ImgLeftButton {
        width: 50px;
        height: 50px;
        top: 35px;
        left: 0;
        position: absolute;
        z-index: 10;
        display: block;
    }
    .ImgRightButton {
        width: 50px;
        height: 50px;
        top: 35px;
        right: 0;
        position: absolute;
        z-index: 10;
        display: block;
    }
    input[type=checkbox] {
        zoom: 2.0;
    }
    .DetailCtShowMax {
        width: 420px;
        padding: 0px;
        display: block;
    }
    .DetailCtShowMin {
        display: none;
    }
    .DetailCtStockBox {
        width: 420px;
        height: 32px;
        padding: 0px 0px 0px 30px;
    }
    .DetailCtStockNumber {
        width: 170px;
        height: 30px;
        padding: 0px;
        font-size: 18px;
        color: #F10215;
        float: left;
    }
    .DetailCtStockTime {
        width: 190px;
        height: 30px;
        padding: 0px 0px 0px 23px;
        font-size: 18px;
        color: #F10215;
        background: url(../images/c/clock.png) 0px 2px no-repeat;
        float: left;
    }
    .DetailCtShareBox {
        width: 420px;
        height: 46px;
        padding: 7px 0px 0px 30px;
        margin-top: 12px;
        background: #FFF;
    }
    .DetailCtShareTxt {
        width: 106px;
        height: 46px;
        padding: 5px 0px 0px 0px;
        font-size: 16px;
        color: #595757;
        float: left;
    }
    .DetailCtShareIcon1 {
        width: 32px;
        height: 32px;
        padding: 0px;
        background: url(../images/c/shareicon.png) 0px 0px no-repeat;
        float: left;
    }
    .DetailCtShareIcon2 {
        width: 32px;
        height: 32px;
        padding: 0px;
        margin-left: 28px;
        background: url(../images/c/shareicon.png) -60px 0px no-repeat;
        float: left;
    }
    .DetailCtShareIcon3 {
        width: 32px;
        height: 32px;
        padding: 0px;
        margin-left: 28px;
        background: url(../images/c/shareicon.png) -120px 0px no-repeat;
        float: left;
    }
    .DetailCtSlogen {
        width: 511px;
        height: 28px;
        padding: 0px;
        color: #EA379A;
        font-size: 18px;
        text-align: left;
        border: 0px solid #FFF;
    }
    .DetailCtTitle {
        width: 511px;
        padding: 0px 0px 12px 0px;
        font-size: 20px;
        line-height: 1.5;
    }
    .BonusTxtFKBig {
        width: 220px;
        height: 28px;
        padding: 0px;
        font-size: 17px;
        color: #646464;
        float: left;
    }
    .BonusPointColor {
        color: #E50012;
    }
    .DetailCtPriceNumberBox {
        width: 511px;
        height: 110px;
        padding: 0px;
        display: block;
    }
    .DetailCtPriceCheck {
        width: 43px;
        height: 110px;
        padding: 12px 0px 0px 0px;
        float: left;
    }
    .DetailCtPriceDiscuntTxt {
        width: 468px;
        height: 110px;
        padding: 0px;
        float: left;
    }
    .DetailCtTicketPrice {
        width: 238px;
        height: 28px;
        padding: 3px 0px 0px 0px;
        font-size: 23px;
        color: #E50012;
        line-height: 1.0;
        float: left;
    }
    .DetailCtOrgPrice {
        width: 325px;
        height: 30px;
        padding: 8px 0px 0px 0px;
        font-size: 16px;
        color: #595757;
        line-height: 1.0;
        float: left;
    }
    .DetailCtDiscountNumber {
        width: 325px;
        height: 30px;
        padding: 0px;
        cursor: pointer;
        float: left;
    }
    .DetailCtDiscountBox {
        width: 87px;
        height: 30px;
        padding: 6px 0px 0px 11px;
        background: url(../images/c/detaildiscounticon.png) 0px 2px no-repeat;
        font-size: 18px;
        color: #FFF000;
        line-height: 1.0;
        float: left;
    }
    .DiscountFont {
        font-size: 22px;
    }
    .DetailCtNumberBox {
        width: 124px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 0px 10px 0px 0px;
        float: right;
    }
    .DtCtNumberButton1 {
        width: 36px;
        height: 36px;
        padding: 0px;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        color: #3E3A39;
        border: 1px solid #4A4645;
        border-top-left-radius: 6px;
        -moz-border-top-left-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -moz-border-bottom-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        float: left;
    }
    .DtCtNumberButton2 {
        width: 36px;
        height: 36px;
        padding: 0px;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        color: #3E3A39;
        border: 1px solid #4A4645;
        border-top-right-radius: 6px;
        -moz-border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-border-bottom-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        float: left;
    }
    .DtCtNumberInputBox {
        width: 52px;
        height: 36px;
        padding: 0px;
        border-top: 1px solid #4A4645;
        border-bottom: 1px solid #4A4645;
        float: left;
    }
    .NumberInputFont {
        width: 52px;
        height: 34px;
        padding: 0px;
        font-size: 22px;
        color: #E50012;
        text-align: center;
        border: 0px solid #FFF;
    }
    .DetailCtButtonListBox {
        width: 511px;
        height: 166px;
        padding: 24px 0px 0px 0px;
    }
    .DetailCtBonusTxt {
        width: 511px;
        height: 32px;
        padding: 4px 0px 0px 8px;
        margin: 0px 0px 44px 0px;
        background: #F9F9F9;
    }
    .BonusTxtFKBig {
        width: 220px;
        height: 28px;
        padding: 0px;
        font-size: 17px;
        color: #646464;
        float: left;
    }
    .BonusTxtFKSmall {
        width: 275px;
        height: 28px;
        padding: 0px;
        font-size: 17px;
        color: #646464;
        float: left;
    }
    .BonusPointColor {
        color: #E50012;
    }
    .DetailCtPriceNumberBox {
        width: 511px;
        height: 76px;
        padding: 0px;
    }
    .DetailCtPriceCheck {
        width: 43px;
        height: 110px;
        padding: 12px 0px 0px 0px;
        float: left;
    }
    .DetailCtPriceDiscuntTxt {
        width: 468px;
        height: 110px;
        padding: 0px;
        float: left;
    }
    .DetailCtDiscountBox {
        width: 87px;
        height: 30px;
        padding: 6px 0px 0px 11px;
        background: url(../images/c/detaildiscounticon.png) 0px 2px no-repeat;
        font-size: 18px;
        color: #FFF000;
        line-height: 1.0;
        float: left;
    }
    .DiscountFont {
        font-size: 22px;
    }
    .DetailCtNumberBox {
        width: 124px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 0px 10px 0px 0px;
        float: right;
    }
    .DtCtNumberButton1 {
        width: 36px;
        height: 36px;
        padding: 0px;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        color: #3E3A39;
        border: 1px solid #4A4645;
        border-top-left-radius: 6px;
        -moz-border-top-left-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -moz-border-bottom-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        float: left;
    }
    .DtCtNumberButton2 {
        width: 36px;
        height: 36px;
        padding: 0px;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        color: #3E3A39;
        border: 1px solid #4A4645;
        border-top-right-radius: 6px;
        -moz-border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-border-bottom-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        float: left;
    }
    .DtCtNumberInputBox {
        width: 52px;
        height: 36px;
        padding: 0px;
        border-top: 1px solid #4A4645;
        border-bottom: 1px solid #4A4645;
        float: left;
    }
    .NumberInputFont {
        width: 52px;
        height: 34px;
        padding: 0px;
        font-size: 22px;
        color: #E50012;
        text-align: center;
        border: 0px solid #FFF;
    }
    .DetailCtButtonListBox {
        width: 511px;
        height: 166px;
        padding: 24px 0px 0px 0px;
    }
    .DetailCtTocart {
        width: 175px;
        height: 46px;
        padding: 10px 0px 0px 51px;
        margin: 0px 20px 0px 0px;
        font-size: 18px;
        color: #FFF;
        cursor: pointer;
        background: #F10215 url(../images/c/detailbuttonicon.png) 14px 7px no-repeat;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailCtBuyNow {
        width: 175px;
        height: 46px;
        padding: 10px 0px 0px 90px;
        margin: 0px 20px 0px 0px;
        font-size: 18px;
        color: #F10215;
        cursor: pointer;
        background: #FFF url(../images/c/detailbuttonicon.png) 48px -63px no-repeat;
        border: 1px solid #F10215;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailFootToFaviNon {
        display: none;
    }
    .DetailCtCousterink {
        width: 157px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 14px 20px 0px 0px;
        font-size: 18px;
        color: #F10215;
        border: 1px solid #F10215;
        cursor: pointer;
        background: #FFF;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailCtBuyOtherLink {
        width: 175px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 0px 20px 0px 0px;
        font-size: 18px;
        color: #0197DD;
        border: 1px solid #0197DD;
        cursor: pointer;
        background: #FFF;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        float: left;
    }
    .DetailCtBuyOtherLink2 {
        width: 175px;
        height: 46px;
        padding: 10px 0px 0px 0px;
        margin: 0px 20px 0px 0px;
        font-size: 18px;
        color: #595757;
        border: 1px solid #595757;
        cursor: pointer;
        background: #FFF;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        float: left;
    }
    .DetailCtToFaviNon {
        width: 121px;
        height: 46px;
        padding: 10px 0px 0px 59px;
        font-size: 18px;
        color: #595757;
        cursor: pointer;
        background: #FFF url(../images/c/loveicon.png) 15px 8px no-repeat;
        border: 1px solid #595757;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailCtToFaviOn {
        width: 121px;
        height: 46px;
        padding: 10px 0px 0px 59px;
        font-size: 18px;
        color: #595757;
        cursor: pointer;
        background: #FFF url(../images/c/loveicon.png) 15px -52px no-repeat;
        border: 1px solid #595757;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        display: block;
        float: left;
    }
    .DetailCtProductNumber {
        width: 511px;
        height: 46px;
        padding: 11px 0px 0px 0px;
        margin: 14px 0px 0px 19px;
        font-size: 16px;
        color: #595757;
        text-align: center;
        float: left;
    }
    .DetailCtTagArea {
        width: 950px;
        padding: 0px;
        margin-left: 19px;
    }
    .DetailTagBox {
        width: 950px;
        height: 55px;
        padding: 0px;
    }
    .DetailTagBox2 {
        display: none;
    }
    .TagTypeOn {
        width: 190px;
        height: 55px;
        padding: 12px 0px 0px 0px;
        font-size: 19px;
        text-align: center;
        border-bottom: 5px solid #F10215;
        color: #F10215;
        cursor: default;
        background: #F2F2F2;
        float: left;
    }
    .TagTypePpOn {
        width: 237px;
        height: 55px;
        padding: 12px 0px 0px 0px;
        font-size: 19px;
        text-align: center;
        border-bottom: 5px solid #F10215;
        color: #F10215;
        cursor: default;
        background: #F2F2F2;
        float: left;
    }
    .TagTypePpNon {
        width: 237px;
        height: 55px;
        padding: 12px 0px 0px 0px;
        font-size: 19px;
        text-align: center;
        color: #595757;
        cursor: pointer;
        background: #F2F2F2;
        float: left;
    }
    .TagTypeNon {
        width: 190px;
        height: 55px;
        padding: 12px 0px 0px 0px;
        font-size: 19px;
        text-align: center;
        color: #595757;
        cursor: pointer;
        background: #F2F2F2;
        float: left;
    }
    .TagContentInfo {
        width: 908px;
        padding: 24px 12px 30px 12px;
        font-size: 16px;
        color: #5B5B5B;
        line-height: 1.5;
    }
    .TagContentInfoBig {
        width: 908px;
        padding: 24px 12px 30px 12px;
        font-size: 16px;
        color: #5B5B5B;
        line-height: 1.5;
    }
    .ProductTicketType1 {
        width: 120px;
        height: 36px;
        padding: 9px 0px 0px 0px;
        margin-bottom: 10px;
        color: #231815;
        font-size: 20px;
        text-align: center;
        line-height: 1.0;
        background: #F5E803;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .ProductTicketType2 {
        width: 120px;
        height: 36px;
        padding: 9px 0px 0px 0px;
        margin-bottom: 10px;
        color: #231815;
        font-size: 20px;
        text-align: center;
        line-height: 1.0;
        background: #0197DD;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .ProductTicketType3 {
        width: 120px;
        height: 36px;
        padding: 9px 0px 0px 0px;
        margin-bottom: 10px;
        color: #231815;
        font-size: 20px;
        text-align: center;
        line-height: 1.0;
        background: #0197DD;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .DetailCtStorel {
        width: 884px;
        padding: 20px;
        margin-top: 30px;
        color: #5B5B5B;
        font-size: 18px;
        line-height: 1.5;
        border: 1px solid #C7C8C2;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .RightTagProductBox {
        width: 988px;
        padding: 25px 0px 0px 12px;
        margin: 3px 0px 22px 12px;
        background: #FFF;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        float: left;
        display: block;
    }
    .TagProductTopArea {
        width: 958px;
        height: 54px;
        padding: 0px;
    }
    .TagProductTitle {
        width: 200px;
        height: 48px;
        padding: 0px 0px 0px 2px;
        font-size: 26px;
        color: #F10215;
        font-weight: normal;
        float: left;
    }
    .TagProductMore {
        width: 130px;
        height: 40px;
        padding: 6px 0px 0px 0px;
        background: #FFF;
        color: #707070;
        text-align: center;
        font-size: 16px;
        border: 1px solid #595757;
        cursor: pointer;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        float: right;
    }
    .TagProductMore:hover {
        background: #F10215;
        color: #FFF;
        border: 0px solid #F10215;
    }
    .TagProductList {
        width: 972px;
        padding: 0px;
    }
    .RightListProductOne {
        width: 243px;
        height: 406px;
        padding: 0px;
        float: left;
    }
    .ProductImage {
        width: 229px;
        height: 229px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .ProductDiscountMax {
        width: 67px;
        height: 39px;
        padding: 5px 7px 0px 4px;
        margin-top: 185px;
        color: #FFF000;
        font-size: 17px;
        text-align: center;
        letter-spacing: 2px;
        background: url(../images/c/discicon.png) 0px 9px no-repeat;
        position: absolute;
        z-index: 1;
        display: block;
    }
    .ProductDiscountMin {
        display: none;
    }
    .DiscountFont42 {
        font-size: 25px;
    }
    .DiscountFont40 {
        font-size: 30px;
    }
    .DiscountAndListFont {
        font-size: 30px;
    }
    .ProductTicketHis1 {
        width: 72px;
        height: 24px;
        padding: 0px;
        margin: 200px 0px 0px 150px;
        background: #F5E803;
        color: #231815;
        font-size: 16px;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        position: absolute;
        z-index: 1;
    }
    .ProductTicketHis2 {
        width: 72px;
        height: 24px;
        padding: 0px;
        margin: 200px 0px 0px 150px;
        background: #0197DD;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        position: absolute;
        z-index: 1;
    }
    .ProductTicketHis3 {
        width: 72px;
        height: 24px;
        padding: 0px;
        margin: 200px 0px 0px 150px;
        background: #F5E803;
        color: #231815;
        font-size: 16px;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        position: absolute;
        z-index: 1;
    }
    .ProductTicketHis4 {
        width: 72px;
        height: 24px;
        padding: 0px;
        margin: 200px 0px 0px 150px;
        background: #0197DD;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        position: absolute;
        z-index: 1;
    }
    .ProductName {
        width: 229px;
        height: 85px;
        padding: 6px 0px 0px 5px;
        font-size: 19px;
        color: #231815;
        line-height: 1.4;
    }
    .ProductPrice {
        width: 229px;
        height: 42px;
        padding: 0px 10px 0px 10px;
        font-size: 16px;
        color: #E50012;
        text-align: left;
    }
    .ProductDiscountBox {
        width: 229px;
        height: 19px;
        padding: 0px 10px 0px 10px;
    }
    .ProductReduction {
        width: 105px;
        height: 19px;
        font-size: 18px;
        color: #E50012;
        text-align: right;
        float: right;
    }
    .ProductOriPrice {
        width: 104px;
        height: 19px;
        font-size: 18px;
        color: #646262;
        text-align: left;
        text-decoration: line-through;
        float: right;
    }
    .FooterMax {
        width: 100%;
        height: 320px;
        background: #717071;
        display: block;
    }
    .FooterMin {
        display: none;
    }
}