html,
body {
    max-width: 1200px;
    background: #f1eee9;
    margin: auto;
}

* {
    box-sizing: border-box;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

a:visited {
    color: inherit;
}

a:active {
    color: inherit;
}

a:-webkit-any-link {
    color: inherit;
}

a:-webkit-any-link:visited {
    color: inherit;
}

a:-webkit-any-link:active {
    color: inherit;
}


/*.container {*/
    /*background: #f1eee9;*/
    /*width: 1200px;*/
    /*height: 100%;*/
/*}*/

/*.logo {*/
    /*width: 100%;*/
    /*padding: 30px 45px;*/
    /*box-sizing: border-box;*/
/*}*/

/*.logo img {*/
    /*width: 3.26rem;*/
    /*height: 0.76rem;*/
    /*display: block;*/
/*}*/

/*.banner {*/
    /*width: 100%;*/
/*}*/

/*.banner img {*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/

/*.title {*/
    /*width: 100%;*/
    /*max-width: 690px;*/
    /*padding: 60px 0;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*margin: auto;*/
    /*box-sizing: border-box;*/
/*}*/

/*.title p {*/
    /*line-height: 46px;*/
    /*font-size: 30px;*/
    /*text-align: center;*/
    /*!*letter-spacing: 2px;*!*/
/*}*/

/*.showItem {*/
    /*width: 100%;*/
/*}*/

/*.showItem a {*/
    /*display: block;*/
/*}*/

/*.showTitle {*/
    /*width: 100%;*/
    /*height: 66px;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/
    /*align-content: center;*/
    /*align-items: center;*/
    /*background: #fff;*/
    /*overflow: hidden;*/
/*}*/

/*.showTitle span {*/
    /*height: 66px;*/
    /*line-height: 66px;*/
    /*padding-left: 150px;*/
    /*padding-right: 30px;*/
    /*font-size: 0.6rem;*/
    /*display: block;*/
    /*background: #dd1321;*/
    /*color: #fff;*/
    /*text-align: right;*/
    /*box-sizing: border-box;*/
    /*font-weight: bold;*/
    /*position: relative;*/
/*}*/

/*.showTitle span:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: -33px;*/
    /*border-left: 33px solid transparent;*/
    /*border-right: 33px solid transparent;*/
    /*border-bottom: 66px solid #dd1321;*/
    /*width: 0;*/
    /*height: 0;*/
/*}*/

/*.showTitle p {*/
    /*font-size: 0.6rem;*/
    /*display: block;*/
    /*color: #dd1321;*/
    /*text-align: left;*/
    /*font-weight: bold;*/
    /*padding-left: 0.6rem;*/
/*}*/

/*.showOffer {*/
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    /*align-content: flex-start;*/
    /*align-items: flex-start;*/
    /*padding-left: 130px;*/
    /*padding-top: 54px;*/
    /*padding-bottom: 14px;*/
/*}*/

/*.offerLink {*/
    /*width: 430px;*/
    /*margin-bottom: 40px;*/
/*}*/

/*.offerImg {*/
    /*width: 280px;*/
    /*margin-bottom: 20px;*/
/*}*/

/*.offerImg img {*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/

/*.offerTitle {*/
    /*font-weight: bold;*/
    /*width: 100%;*/
    /*margin-bottom: 20px;*/
    /*font-size: 38px;*/
/*}*/

/*.offerSub {*/
    /*font-size: 30px;*/
    /*margin-bottom: 20px;*/
/*}*/

/*.offerTip {*/
    /*font-size: 30px;*/
    /*color: #dd1321;*/
/*}*/

/*.footer {*/
    /*width: 100%;*/
    /*height: 190px;*/
    /*background: #DD1321;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/
    /*align-content: center;*/
    /*align-items: center;*/
/*}*/

/*.footerLeft {*/
    /*width: 690px;*/
    /*height: 190px;*/
    /*color: #DD1321;*/
    /*padding: 0 130px 0px 50px;*/
    /*background: #fff;*/
    /*position: relative;*/
    /*box-sizing: border-box;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-content: center;*/
    /*align-items: center;*/
/*}*/

/*.footerLeft:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: -95px;*/
    /*border-left: 95px solid transparent;*/
    /*border-right: 95px solid transparent;*/
    /*border-top: 190px solid #dd1321;*/
    /*width: 0rem;*/
    /*height: 0;*/
/*}*/

/*.footerLeft p {*/

    /*font-size: 24px;*/
    /*width: 520px;*/
    /*font-weight: bold;*/
    /*line-height: 26px;*/
/*}*/

/*.footerLeft p.tips {*/
    /*padding-top: 0;*/
    /*font-size: 20px;*/
    /*line-height: 24px;*/
    /*font-weight: normal;*/
/*}*/

/*.footerLeft p.tips span {*/
    /*display: block;*/
/*}*/

/*.footerRight {*/
    /*width: 510px;*/
    /*background: #DD1321;*/
    /*display: block;*/
/*}*/

/*.footerRightImg {*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/
    /*align-content: center;*/
    /*align-items: center;*/
    /*z-index: 9;*/
/*}*/

/*.footerRightImg img {*/
    /*display: block;*/
    /*width: 148px;*/
    /*margin-left: 70px;*/
    /*z-index: 9;*/
/*}*/

/*.go {*/
    /*width: 700px;*/
    /*height: 120px;*/
    /*margin: 90px auto 120px;*/
/*}*/

/*.go a {*/
    /*display: block;*/
/*}*/

/*.go img {*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/

/*.rule {*/
    /*color: #444444;*/
    /*font-size: 26px;*/
    /*margin-bottom: 60px;*/
    /*padding: 0 50px;*/
/*}*/

/*.ruleBorder {*/
    /*display: block;*/

    /*width: 519px;*/
    /*height: 1px;*/
    /*margin: 0 auto 54px;*/
/*}*/

/*.ruleTitle {*/
    /*position: relative;*/
/*}*/

/*.ruleTitle:before {*/
    /*content: '*';*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: -16px;*/
    /*width: 10px;*/
    /*height: 10px;*/
/*}*/

/*@media screen and (max-width: 750px) {*/
    .container {
        background: #f1eee9;
        width: 15rem;
        height: 100%;
    }


    .logo {
        width: 100%;
        padding: 0.6rem 0.4rem;
        box-sizing: border-box;
    }

    .logo img {
        width: 4.26rem;
        /*height: 0.76rem;*/
        display: block;
    }

    .banner {
        width: 100%;
    }

    .banner img {
        display: block;
        width: 100%;
    }


    .title {
        padding: 1.2rem 0.6rem;
        width: 100%;
        max-width: 690px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        box-sizing: border-box;
    }

    .title p {
        line-height: 1.04rem;
        font-size: 0.6rem;
        text-align: center;
    }

    .showItem {
        width: 100%;
    }

    .showItem a {
        display: block;
    }

    .showTitle {
        height: 0.8rem;
        font-size: 0.48rem;
        width: 100%;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        background: #fff;
        overflow: hidden;
    }

    .showTitle span {
        height: 0.8rem;
        line-height: 0.8rem;
        padding-left: 1.8rem;
        padding-right: 0.3rem;
        font-size: 0.48rem;

        display: block;
        background: #dd1321;
        color: #fff;
        text-align: right;
        box-sizing: border-box;
        font-weight: bold;
        position: relative;
    }

    .showTitle span:after {
        content: '';
        position: absolute;
        top: 0;
        right: -0.4rem;
        border-left: .4rem solid transparent;
        border-right: .4rem solid transparent;
        border-bottom: 0.8rem solid #dd1321;


        width: 0;
        height: 0;
    }

    .showTitle p {
        font-size: 0.48rem;

        display: block;
        color: #dd1321;
        text-align: left;
        font-weight: bold;
        padding-left: 0.6rem;
    }


    .showOffer {
        padding-left: 1.2rem;
        padding-top: 0.72rem;
        padding-bottom: 0.4rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        align-content: flex-start;
        align-items: flex-start;

    }

    .offerLink {
        width: 6rem;
        margin-bottom: 0.6rem;

    }

    .offerImg {

        width: 4rem;
        margin-bottom: 0.32rem;
    }

    .offerImg img {
        display: block;
        width: 100%;
    }

    .offerTitle {
        margin-bottom: 0.32rem;
        font-size: 0.56rem;
        font-weight: bold;
        width: 100%;

    }

    .offerSub {
        font-size: 0.44rem;
        margin-bottom: 0.32rem;

    }

    .offerTip {
        font-size: 0.44rem;

        color: #dd1321;
    }


    .footer {
        width: 100%;
        height: 3.7rem;

        background: #DD1321;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }

    .footerLeft {
        width: 7.74rem;
        height: 3.7rem;
        padding: 0 1rem 0rem 0.68rem;

        color: #DD1321;

        background: #fff;
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .footerLeft:after {
        content: '';
        position: absolute;
        top: 0;

        right: -1.8rem;
        border-left: 1.8rem solid transparent;
        border-right: 1.8rem solid transparent;
        border-top: 3.7rem solid #dd1321;

        width: 0;
        height: 0;
    }

    .footerLeft p {
        font-weight: bold;
        padding-top: 0.6rem;
        font-size: 0.48rem;
        width: 5.2rem;
        line-height: 0.54rem;
        margin-bottom: 0.2rem;
    }

    .footerLeft p.tips {
        padding-top: 0;

        font-weight: normal;

        font-size: 0.48rem;
        line-height: 0.54rem;
    }

    .footerLeft p.tips span {
        display: block;
    }

    .footerRight {
        width: 7.26rem;
        background: #DD1321;
        display: block;
    }

    .footerRightImg {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        z-index: 9;

    }

    .footerRightImg img {
        display: block;
        width: 2.6rem;
        margin-left: 0.6rem;
        z-index: 9;
    }


    .go {
        width: 8.66rem;
        height: 1.5rem;
        margin: 1.3rem auto;
    }

    .go a {
        display: block;
    }

    .go img {
        display: block;
        width: 100%;
    }

    .rule {
        color: #444444;

        font-size: 0.48rem;
        margin-bottom: 0.8rem;
        padding: 0 1rem;
    }

    .ruleBorder {
        width: 10.32rem;
        height: 1px;
        margin: 0 auto 0.8rem;
        display: block;

    }

    .ruleTitle {
        position: relative;
    }

    .ruleTitle:before {
        content: '*';
        position: absolute;
        top: 0.1rem;
        left: -0.4rem;
        width: 0.2rem;
        height: 0.2rem;
    }


/*}*/