table {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
    font-family: "微軟正黑體";
    color: #888;
}

td {
    padding: 1em;
    text-align: center;
}

.tableTitle {
    border: 1px solid #eee;
    background: rgba(250,250,250,1);
}

.tableContent {
    border: 1px solid #eee;
}

.TrackingTable p {
    margin: 0;
}

.width-fixed {
    width: 100% !important;
}
/* 覆蓋Boostrap CSS  Strart*/
/*a:hover, a:focus {
    color: rgba(0, 165, 227,1);
    text-decoration: none;
}


a.Button_b:hover, a.Button_b:focus {
    color: #fff !important;
    text-decoration: none !important;
}


label {
    font-weight: inherit;
}

input {
    font: 400 13.3333px 微軟正黑體;
    margin: 0em;
    color: initial;
}

.orignalTable table, .datepicker table {
    border-collapse: inherit;
    width: inherit;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.orignalTable td, .datepicker td {
    padding: inherit;
    text-align: inherit;
}*/

/* 覆蓋Boostrap CSS End*/


@media screen and (min-width: 601px) and (max-width: 1024px) {
    .width-fixed {
        width: 200% !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
    .Mem_OrdList_State a {
        /* width: 133px !important; */
        padding: 10px 10px !important;
        margin: 2px 0;
    }
}

@media screen and (max-width: 600px) {
    .width-fixed {
        width: 350% !important;
    }
}

.y-scroll {
    overflow-x: scroll;
}

@media screen and (min-width: 992px) {
    .payment_btn_s {
        padding: 7% !important;
        min-width: max-content !important;
    }
}

@media screen and (max-width: 991px) {
    .payment_btn_s {
        padding: 12% !important;
        min-width: max-content !important;
    }
}

.calculation {
    font-family: "微軟正黑體";
    text-align: right;
    margin: 0 0 3em;
}

.amount {
    font-size: 18px;
    color: #888;
    display: inline-block;
    vertical-align: bottom;
}

.digital {
    font-size: 25px;
    color: red;
    display: inline-block;
    vertical-align: top;
    margin: 1em 0 0.6em;
}

.gift {
    margin: 0 0 1em;
}

.giftProject {
    color: #F39700;
    margin: 0;
}

.giftContent {
    margin: 0;
}

/*
.login{
    height: 2em;
    float: right;
    margin: 1.6em 0;
    padding: 0.4em;
    background: #0075C2;
    border-radius: 5px;
}
    */

.login {
    height: 2em;
    padding: 0.4em;
    background: #0075C2;
    border-radius: 5px;
}

@media screen and (min-width:992px) and (max-width:1300px) {
    .login_fix {
        overflow: initial;
    }

    .login {
        height: 2em;
        margin: -6.5em 0;
        padding: 0.4em;
        background: #0075C2;
        border-radius: 5px;
        float: right;
        width: max-content;
    }
}

@media screen and (min-width:1301px) {
    .login_fix {
        overflow: initial;
    }

    .login {
        height: 2em;
        margin: -6.5em 2em;
        padding: 0.4em;
        background: #0075C2;
        border-radius: 5px;
        float: right;
        width: max-content;
    }
}

.login img {
    width: 1em;
    margin: 0 0 0 0.5em;
}

.login span {
    position: relative;
    color: white;
    font-size: 15px;
    margin: 0 0.5em;
}

    .login span:not(:nth-last-child(1)):after {
        content: "|";
        position: absolute;
    }

.nameLabel {
    background: rgba(234,84,93,1);
    width: 8em;
    height: 3em;
    display: inline-block;
    position: relative;
    margin: 0 1.7em 0 0;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3em 0 0 2em;
    border-color: transparent transparent transparent rgba(234,84,93,1);
    display: inline-block;
    margin: 0 0 0 8em;
}

.name {
    position: absolute;
    display: inline-block;
    margin: 0;
    top: 0.7em;
    left: 2.6em;
    color: white;
    font-size: 17px;
}

.note {
    position: absolute;
    margin: 0;
    top: 2.3em;
    left: 2.2em;
    color: white;
    font-size: 12px;
    font-weight: 100;
}

.data {
    border: 5px #FFCD61 solid;
    padding: 3em;
    margin: -0.3em 0 2em 0;
}

.dataNote {
    font-size: 15px;
    color: red;
}

.group {
    margin: 0 0 1em;
    color: #888;
    font-size: 18px;
}

.Footer .TopLink {
    width: 410px;
    height: 30px;
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
}

    .Footer .TopLink:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        float: left;
        /*background-size*/
        -moz-background-size: 30px;
        -webkit-background-size: 30px;
        -o-background-size: 30px;
        background-size: 30px;
    }

    .Footer .TopLink li {
        width: auto;
        height: 30px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }

        .Footer .TopLink li a {
            display: block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            float: left;
            color: #fff;
            padding-left: 30px;
            padding-right: 10px;
            /*圓角*/
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

            .Footer .TopLink li a.FB {
                background: url(/Content/Images/Icons/Footer/Icon_FB_bottom.png) 4px 3px no-repeat #3765a3;
                /*background-size*/
                -moz-background-size: 20px;
                -webkit-background-size: 20px;
                -o-background-size: 20px;
                background-size: 20px;
            }

            .Footer .TopLink li a.Line {
                background: url(/Content/Images/Icons/Footer/Icon_Line_bottom.png) 6px 4px no-repeat #00c300;
                /*background-size*/
                -moz-background-size: 20px;
                -webkit-background-size: 20px;
                -o-background-size: 20px;
                background-size: 20px;
            }

            .Footer .TopLink li a.APP {
                background: url(/Content/Images/Icons/Sub/Icon_Sub_Ord-01.png) 5px 5px no-repeat rgba(232,56,61,1);
                /*background-size*/
                -moz-background-size: 20px;
                -webkit-background-size: 20px;
                -o-background-size: 20px;
                background-size: 20px;
            }

.giftInquire {
    border-top: 2px dashed #eee;
    padding: 2em 0 0 0;
}

.giftInquireP {
    color: rgba(0,158,59,1);
    font-size: 23px;
    margin: 0 0 1em;
}

.giftTable td {
    border: 1px solid #eee;
}

.giftTitle {
    border: 1px solid #eee;
}

th {
    background-color: rgba(250,250,250,1);
    padding: 1em;
    text-align: center;
}

.Processing {
    color: red;
}

.orderTracking {
    color: rgba(0,158,59,1);
    font-size: 23px;
    margin: 0 0 1em;
}

.TrackingTable {
    border: 1px solid #eee;
    margin: 0 0 2em;
}

.TrackingTitle {
    border: 1px solid #eee;
}

.TrackingButton {
    background-color: white;
    border-radius: 3px;
    color: #888;
    font-size: 14px;
}

.tableContent td {
    border: 1px solid #eee;
}

.menu {
    position: relative;
    display: inline-block;
    height: 30px;
    z-index: 0;
    overflow: hidden;
}

    .menu:before {
        content: '';
        width: 30px;
        height: 28px;
        display: inline-block;
        overflow: hidden;
        background: url(/Content/Images/Icons/Menu_Open_G.png) center no-repeat #fff;
        right: 1px;
        top: 50%;
        margin-top: -14px;
        position: absolute;
        pointer-events: none;
        /*background-size*/
        -moz-background-size: 10px;
        -webkit-background-size: 10px;
        -o-background-size: 10px;
        background-size: 10px;
        border-left: 1px solid #ccc;
    }

.RecommendWrap .Tab-Content .tabs li:nth-child(3) {
    background: url(/Content/Images/Icons/Introduce/Img_Recommend_topbu03.png) center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

    .RecommendWrap .Tab-Content .tabs li:nth-child(3):hover, .RecommendWrap .Tab-Content .tabs li:nth-child(3).active {
        background: url(/Content/Images/Icons/Introduce/Img_Recommend_topbu03_o.png) center no-repeat;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

.RecommendWrap .Tab-Content .tabs li:nth-child(4) {
    background: url(/Content/Images/Icons/Introduce/Img_Recommend_topbu04.png) center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

    .RecommendWrap .Tab-Content .tabs li:nth-child(4):hover, .RecommendWrap .Tab-Content .tabs li:nth-child(4).active {
        background: url(/Content/Images/Icons/Introduce/Img_Recommend_topbu04_o.png) center no-repeat;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

.RecommendWrap .Tab-Content .tabs li:nth-child(5) {
    background: url(/Content/Images/Icons/Introduce/Img_Recommend_topbu05.png) center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 180px;
}

    .RecommendWrap .Tab-Content .tabs li:nth-child(5):hover, .RecommendWrap .Tab-Content .tabs li:nth-child(5).active {
        background: url(/Content/Images/Icons/Introduce/Img_Recommend_topbu05_o.png) center no-repeat;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        /*width: 180px;*/
    }

/*@media only screen and (min-width:0px) and (max-width:420px) {

    #slideAd_wcomment { max-width:80px;}
    .RecommendWrap .Tab-Content .tabs li:nth-child(4) {
       
    }
        .RecommendWrap .Tab-Content .tabs li:nth-child(4):hover {
            width: 200px;
        }

    .RecommendWrap .Tab-Content .tabs li:nth-child(5) {
        width: 133px;
    }
        .RecommendWrap .Tab-Content .tabs li:nth-child(5):hover {
            width: 133px;
        }
}*/

#bottom_line {
    background: url(/Content/Images/Icons/Introduce/button_line-01.png) center no-repeat;
    background-size: contain;
}

    #bottom_line:hover {
        background: url(/Content/Images/Icons/Introduce/button_line-02.png) center no-repeat;
        background-size: contain;
    }

#bottom_email {
    background: url(/Content/Images/Icons/Introduce/button_mail-01.png) center no-repeat;
    background-size: contain;
}

    #bottom_email:hover {
        background: url(/Content/Images/Icons/Introduce/button_mail-02.png) center no-repeat;
        background-size: contain;
    }

/* 活動制度 */
.RecommendWrap .introduce1Title {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .RecommendWrap .introduce1Title h2 {
        display: inline-block;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #fc6c9b;
        padding: 10px;
        color: #fff;
        font-weight: normal;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .RecommendWrap .introduce1Title:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 2px dashed #fc6c9b;
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
        left: 0;
        z-index: 0;
    }

/* 禮物介紹 */
.RecommendWrap .introduce2Title {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .RecommendWrap .introduce2Title h2 {
        display: inline-block;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #4BA3E1;
        padding: 10px;
        color: #fff;
        font-weight: normal;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .RecommendWrap .introduce2Title:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 2px dashed #4BA3E1;
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
        left: 0;
        z-index: 0;
    }

/* 本檔ＳＰ */
.RecommendWrap .introduce3Title {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .RecommendWrap .introduce3Title h2 {
        display: inline-block;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #E5B446;
        padding: 10px;
        color: #fff;
        font-weight: normal;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .RecommendWrap .introduce3Title:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 2px dashed #E5B446;
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
        left: 0;
        z-index: 0;
    }

/* 我有介紹人訂閱 */
.RecommendWrap .introduce4Title {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .RecommendWrap .introduce4Title h2 {
        display: inline-block;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #80B14C;
        padding: 10px;
        color: #fff;
        font-weight: normal;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .RecommendWrap .introduce4Title:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 2px dashed #80B14C;
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
        left: 0;
        z-index: 0;
    }

/* 我要介紹訂閱 */
.RecommendWrap .introduce5Title {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .RecommendWrap .introduce5Title h2 {
        display: inline-block;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #826AC1;
        padding: 10px;
        color: #fff;
        font-weight: normal;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .RecommendWrap .introduce5Title:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 2px dashed #826AC1;
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
        left: 0;
        z-index: 0;
    }

#button-bar {
    background-image: url(/Content/Images/index2_09.jpg);
    clear: both;
    height: 278px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

#button {
    background-image: url(/Content/Images/button.png);
    float: left;
    height: 123px;
    width: 223px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    padding-top: 3px;
    padding-left: 4px;
}

#button-48 {
    background-image: url(/Content/Images/Icons/Introduce/48.png);
    height: 122px;
    width: 221px;
}

    #button-48:hover {
        background-image: url(/Content/Images/Icons/Introduce/48over.png);
        height: 122px;
        width: 221px;
    }

#button-14 {
    background-image: url(/Content/Images/Icons/Introduce/14.png);
    height: 122px;
    width: 221px;
}

    #button-14:hover {
        background-image: url(/Content/Images/Icons/Introduce/14over.png);
        height: 122px;
        width: 221px;
    }

#button-25 {
    background-image: url(/Content/Images/Icons/Introduce/25.png);
    height: 122px;
    width: 221px;
}

    #button-25:hover {
        background-image: url(/Content/Images/Icons/Introduce/25over.png);
        height: 122px;
        width: 221px;
    }

#button-31 {
    background-image: url(/Content/Images/Icons/Introduce/31.png);
    height: 122px;
    width: 221px;
}

    #button-31:hover {
        background-image: url(/Content/Images/Icons/Introduce/31over.png);
        height: 122px;
        width: 221px;
    }

#button-27 {
    background-image: url(/Content/Images/Icons/Introduce/27.png);
    height: 122px;
    width: 221px;
}

    #button-27:hover {
        background-image: url(/Content/Images/Icons/Introduce/27over.png);
        height: 122px;
        width: 221px;
    }

#button-06 {
    background-image: url(/Content/Images/Icons/Introduce/06.png);
    height: 122px;
    width: 221px;
}

    #button-06:hover {
        background-image: url(/Content/Images/Icons/Introduce/06over.png);
        height: 122px;
        width: 221px;
    }

.ms-parent button {
    width: 500px;
    font-size: 16px;
    color: #999;
}

.ms-parent .ms-drop {
    font-size: 16px;
    color: rgb(136, 136, 136);
}

.ms-parent:focus {
    outline: none;
}

select:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.ms-choice > div {
    background: none;
}

    .ms-choice > div.open {
        background: none;
    }

.ms-parent button {
    border: 1px #ccc solid;
    border-radius: 0;
    height: 2em;
    background: url(/Content/Images/Icons/Menu_Open_G.png) 98% no-repeat;
    background-size: 10px;
}

.ms-drop {
    border-radius: 0;
    border: 1px #ccc solid;
}

    .ms-drop.bottom {
        top: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.Order .Bottom_Btn .Btn_Ord-05:before {
    background: url(/Content/Images/Icons/Progress/Icon_Progress_Sto-03_o.png) top center no-repeat;
}

.MagOrderSpecial .ms-parent ul li label {
    margin-right: 1.5em;
}


/* 親友禮物介紹 修改 */
.tc {
    text-align: center;
}



.Recommend01 {
    width: 100%;
}

    .Recommend01 .title1 {
        font-weight: bold;
        font-size: 1.6em;
        color: #1883c7;
        margin-bottom: 8px;
    }

    .Recommend01 .title2 {
        font-weight: bold;
        font-size: 1.6em;
        color: #bc4b84;
    }

    .Recommend01 .s_title {
        font-size: 0.8em;
    }

    .Recommend01 .s_phone {
        font-size: 1.3em;
        font-weight: bold;
        color: #0081d3;
    }

.Right_line {
    border-right: 2px solid #0081d3;
}

.Pink_btn a {
    padding: 6px 10px;
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb70af+0,bf4f86+100 */
    background: #eb70af; /* Old browsers */
    background: -moz-linear-gradient(top, #eb70af 0%, #bf4f86 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eb70af 0%,#bf4f86 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eb70af 0%,#bf4f86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb70af', endColorstr='#bf4f86',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e88ebc;
    box-shadow: 2px 2px 2px #747474;
}

    .Pink_btn a:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf4f86+0,eb70af+100 */
        background: #bf4f86; /* Old browsers */
        background: -moz-linear-gradient(top, #bf4f86 0%, #eb70af 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #bf4f86 0%,#eb70af 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #bf4f86 0%,#eb70af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4f86', endColorstr='#eb70af',GradientType=0 ); /* IE6-9 */
    }

.Recommend01 .box01 {
    margin-right: 4%;
    border: 1px solid #91d4ff; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+55,d3eeff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 55%, #d3eeff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 55%,#d3eeff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 55%,#d3eeff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3eeff',GradientType=0 ); /* IE6-9 */
}

.Phone_num {
    width: 48%;
    float: left;
    height: 52px;
    margin-bottom: 10px;
    padding-left: 2%;
}

.Recommend01 .box02 {
    border: 1px solid #ffb0d8; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+55,ffe0ea+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 55%, #ffe0ea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 55%,#ffe0ea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 55%,#ffe0ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe0ea',GradientType=0 ); /* IE6-9 */
}

    .Recommend01 .box02 div {
        margin-bottom: 14px;
    }


.Recommend01 .box01, .Recommend01 .box02 {
    width: 48%;
    float: left;
    height: 196px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px;
}

/* 親友推薦禮物*/
.Gifts_List {
    width: 100%;
}

    .Gifts_List .box {
        width: 30%;
        height: 200px;
        border: 1px solid #dfdfdf;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: block;
        ;
        float: left;
        margin: 1.6%;
    }

        .Gifts_List .box .pic {
            width: 100%;
            height: 146px;
        }

            .Gifts_List .box .pic img {
                width: 100%;
                height: 100%;
                -webkit-border-top-left-radius: 10px;
                -webkit-border-top-right-radius: 10px;
                -moz-border-radius-topleft: 10px;
                -moz-border-radius-topright: 10px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

        .Gifts_List .box .con {
            background-color: #4ca4dc;
            height: 54px;
            -webkit-border-bottom-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            text-align: center;
        }

            .Gifts_List .box .con a {
                color: #ffffff;
                line-height: 54px;
                font-size: 1em;
            }



/* 親友推薦禮物 影片*/
.Gifts_M_List {
    width: 100%;
}

    .Gifts_M_List iframe {
        width: 96%;
        margin: 2% 2% 0px 2%;
    }

    .Gifts_M_List li {
        display: inline;
        list-style-type: none;
        margin-right: 20px;
    }

        .Gifts_M_List li a {
            font-size: 1.2em;
            text-decoration: underline;
        }

    .Gifts_M_List ul {
        -webkit-padding-start: 14px;
    }

    .Gifts_M_List .fa-gift {
        color: #009e49;
    }


@media screen and (max-width: 1024px) {
    .Recommend01 .s_phone {
        font-size: 1em;
        font-weight: bold;
        color: #0081d3;
    }

    .Recommend01 .Con {
        font-size: 0.8em;
    }

    .Recommend01 .box02 div {
        margin-bottom: 14px;
    }

    .Recommend01 .box01, .Recommend01 .box02 {
        padding: 10px;
    }

    .Gifts_List .box .con a {
        font-size: 1em;
    }
}


@media screen and (max-width: 768px) {
    .Recommend01 .box01, .Recommend01 .box02 {
        padding: 8px;
    }

    .Recommend01 .title1 {
        font-size: 1.4em;
        margin-bottom: 18px;
    }

    .Recommend01 .title2 {
        font-weight: bold;
        font-size: 1.4em;
        color: #bc4b84;
    }

    .Recommend01 .s_title {
        font-size: 0.6em;
    }

    .Recommend01 .s_phone {
        font-size: 1.2em;
        font-weight: bold;
        color: #0081d3;
    }

    .Recommend01 .Con {
        font-size: 0.9em;
    }

    .Phone_num {
        width: 50%;
    }

    .Recommend01 .box02 div {
        margin-bottom: 18px;
    }

    .RecommendWrap .Tab-Content .tab_container .tab_content li .GP_container .GP_content {
        width: 100%;
    }
}


@media screen and (max-width: 650px) {
    .Recommend01 .box01, .Recommend01 .box02 {
        width: 100%;
        margin-bottom: 10px;
        height: 220px;
    }

    .Recommend01 .title1 {
        font-size: 1.6em;
        margin-bottom: 20px;
    }

    .Recommend01 .title2 {
        font-weight: bold;
        font-size: 1.6em;
        color: #bc4b84;
    }

    .Recommend01 .s_title {
        font-size: 0.9em;
    }

    .Recommend01 .s_phone {
        font-size: 1.8em;
        font-weight: bold;
        color: #0081d3;
    }

    .Recommend01 .Con {
        font-size: 1.1em;
    }

    .Recommend01 .box02 div {
        margin-bottom: 20px;
    }

    .RecommendWrap .Tab-Content .tabs li {
        width: 130px;
        height: 54px;
    }

    .Pink_btn a {
        font-size: 1.2em;
    }

    .Phone_num {
        margin-bottom: 20px;
    }


    .Gifts_List .box {
        width: 46%;
        margin: 2%;
    }
}

@media screen and (max-width: 600px) {
    .RecommendWrap .Tab-Content .tabs li {
        width: 120px;
        height: 50px;
        margin-right: 8px;
    }
}


@media screen and (max-width: 540px) {

    .Recommend01 .s_phone {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 480px) {
    .Recommend01 .s_phone {
        font-size: 1.6em;
    }

    .Recommend01 .box01, .Recommend01 .box02 {
        height: 192px;
    }

    .RecommendWrap .Tab-Content .tabs li {
        width: 100px;
        height: 48px;
    }

    .Gifts_List .box {
        width: 96%;
        margin: 2%;
        height: 240px;
    }

        .Gifts_List .box .pic {
            height: 186px;
        }

    .Gifts_M_List li a {
        font-size: 1em;
    }

    .RecommendWrap .Tab-Content .tabs li:nth-child(5) {
        width: 133px;
    }

        .RecommendWrap .Tab-Content .tabs li:nth-child(5):hover {
            width: 133px;
        }
}


@media screen and (max-width: 414px) {
    .ML10 {
        margin-left: 10px;
    }
}

@media screen and (max-width: 320px) {
    .RecommendWrap .Tab-Content .tabs li {
        width: 85px;
        height: 40px;
    }

        .RecommendWrap .Tab-Content .tabs li:nth-child(5) {
            width: 110px;
        }

            .RecommendWrap .Tab-Content .tabs li:nth-child(5):hover {
                width: 110px;
            }
}


@media only screen and (max-width: 920px) and (min-width: 0px) {
    .RecommendWrap {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .mixpage {
        padding-top: 0px;
    }
}

.mixPannerMobile {
    margin-top: 40px;
}
