.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    background: #ffeed4 url(./images/banner.png) no-repeat center top;
    width: 100%;
    height: 420px;
    position: relative;
}

    .banner .w1200 {
        position: relative;
        height: 420px;
    }

    .banner .logo {
        width: 176px;
        height: 35px;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 26px;
    }

.login-line {
    height: 90px;
    background: #ffffff;
    box-shadow: 0px 1px 11px 0px rgba(217, 164, 103, 0.25);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #f5e7d1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 374px;
    width: 100%;
}

.logged-line {
    justify-content: space-between;
    padding: 0 41px;
    box-sizing: border-box;
}

    .logged-line .integral_info_left,
    .logged-line .integral_info_right,
    .logged-line .integral_info_right > div {
        font-weight: 600;
        font-size: 16px;
        color: #333333;
    }

    .logged-line .integral_info_left {
        position: relative;
    }

        .logged-line .integral_info_left .red {
            font-size: 12px;
        }

        .logged-line .integral_info_left img {
            position: relative;
            top: -3px;
        }

        .logged-line .integral_info_left b {
            font-size: 28px;
            color: #fc7d1e;
            position: relative;
            top: 3px;
            line-height: 20px;
        }

    .logged-line .integral_info_right > div {
        border-left: 1px solid #e6dedb;
        line-height: 40px;
        padding-left: 17px;
        display: flex;
        align-items: center;
        margin-right: 27px;
    }

    .logged-line .integral_info_right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .logged-line .integral_info_right .icon_grade {
            margin-right: 5px;
        }

        .logged-line .integral_info_right .grade_info {
            min-width: 220px;
            font-weight: 600;
            font-size: 16px;
            color: #333333;
        }

            .logged-line .integral_info_right .grade_info span {
                color: #fc7d1e;
            }

        .logged-line .integral_info_right .getIntegralBtn {
            width: 167px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            background: #ff9900;
            font-size: 16px;
            color: #ffffff;
            font-weight: 600;
            border-radius: 23px 23px 23px 23px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .logged-line .integral_info_right .getIntegralBtn:hover {
                background: #fb7c1d;
            }

                .logged-line .integral_info_right .getIntegralBtn:hover .icon_integral1 {
                    width: 26px;
                    height: 26px;
                    content: url(./images/icon_integral1_hover.png);
                }

            .logged-line .integral_info_right .getIntegralBtn:active {
                background: #ffb341;
            }

                .logged-line .integral_info_right .getIntegralBtn:active .icon_integral1 {
                    width: 26px;
                    height: 26px;
                    content: url(./images/icon_integral1_active.png);
                }

.login-line .btn {
    width: 226px;
    height: 43px;
    line-height: 42px;
    text-align: center;
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    background: #ff9900;
    box-shadow: 0px 4px 6px 0px rgba(227, 171, 105, 0.25);
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #ffffff;
    display: block;
    transition: all 0.2s ease-out 0s;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

    .login-line .btn:active {
        background: #ffb341;
    }

    .login-line .btn:hover > span {
        top: -20px;
        opacity: 0;
    }

    .login-line .btn:hover > i {
        opacity: 1;
        top: 50%;
    }

.btn-name,
.btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out;
    position: absolute;
}

.btn-name {
    opacity: 1;
    color: #fff;
    width: 100%;
}

.btn-icon {
    opacity: 0;
}

.integral_main {
    padding: 66px 0 24px 0;
    background: #ffeed4;
}

.integral_title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 42px;
    margin-bottom: 18px;
}

    .integral_title h2 {
        font-size: 36px;
        color: #333333;
        font-size: 35px;
        color: #333333;
        font-weight: 500;
    }

    .integral_title .title_before {
        margin-right: 36px;
    }

    .integral_title .title_after {
        margin-left: 36px;
    }

.filter_box {
    background: #ffffff;
}

    .filter_box .filter {
        border-bottom: 1px solid #e1e1e1;
        height: 50px;
        padding: 0 42px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .filter_box .filter .filter_left {
            color: #333333;
            display: flex;
            align-items: center;
        }

            .filter_box .filter .filter_left .integral_up {
                background: url(./images/integral_up.png);
                background-size: 100% 100%;
                display: inline-block;
                width: 15px;
                height: 15px;
                margin-right: 6px;
            }

            .filter_box .filter .filter_left .integral_down {
                background: url(./images/integral_down.png);
                background-size: 100% 100%;
                display: inline-block;
                width: 15px;
                height: 15px;
                margin-right: 6px;
            }

/* 选择积分 */
.newSelect {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
}

    .newSelect * {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }

    .newSelect:hover {
        cursor: pointer;
    }

    .newSelect .newSelectTitle {
        display: block;
        border-radius: 16px 16px 16px 16px;
        border: 1px solid #ff9900;
        height: 26px;
        text-align: left;
    }

        .newSelect .newSelectTitle span {
            color: #ff9900;
            font-weight: 600;
            padding: 0 0 0 22px;
        }

    .newSelect .arrow {
        float: right;
        margin: 0px 14px 0px 0px;
        transition: transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
    }

    .newSelect .arrow_turn {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

.newOptions {
    text-indent: 8px;
    margin: 4px 0 0px 0;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

    .newOptions li.sArea button {
        padding: 4px 10px !important;
    }

    .newOptions::-webkit-scrollbar-track {
        background-color: #fafafa;
    }

    .newOptions::-webkit-scrollbar {
        width: 5px;
        background-color: rgb(243, 236, 236);
    }

    .newOptions::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

        .newOptions::-webkit-scrollbar-thumb:hover {
            background-color: #999;
        }

    .newOptions li {
        font-size: 12px;
        text-align: left;
        color: #666666;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .newOptions li:hover {
            color: #222;
        }

        .newOptions li.sArea {
            border-top: 1px solid #eee;
            padding: 5px 0px !important;
            text-align: center;
        }

            .newOptions li.sArea:hover {
                background: #fff;
                cursor: auto;
            }

            .newOptions li.sArea button {
                padding: 4px 20px;
                color: #4f4f4f;
                border: 1px solid #ccc;
                border-radius: 2px;
                background: linear-gradient( to bottom, #fff 0%, #fff 50%, #f3f3f3 70%, #f8f8f8 90% );
            }

                .newOptions li.sArea button:hover {
                    background: linear-gradient( to bottom, #f8f8f8 0%, #f8f8f8 50%, #f3f3f3 70%, #fafafa 90% );
                }

                .newOptions li.sArea button:hover {
                    border-color: #aaa;
                    cursor: pointer;
                }

        .newOptions li[data-select='true'] {
            color: #ff8b0d;
            background: rgba(255, 139, 13, 0.15);
        }

.newSelectTitle .fa-angle-down:before {
    content: ' ';
    height: 6px;
    width: 8px;
    background: url(./images/down.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}

.newSelect .newSelectTitle span.clickSpan {
    font-weight: 800;
    color: #ff9900;
}

.filter_box .filter .filter_left .exchangeableBtn {
    width: 102px;
    height: 26px;
    line-height: 26px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #ff9900;
    font-weight: 600;
    font-size: 14px;
    color: #ff9900;
    text-align: center;
    margin-left: 18px;
}

    .filter_box .filter .filter_left .exchangeableBtn.active {
        background: #ff9900;
        color: #fff;
    }

    .filter_box .filter .filter_left .exchangeableBtn:hover {
        background: #ffb341;
        color: #fff;
    }

    .filter_box .filter .filter_left .exchangeableBtn:active {
        background: #ffb341;
        color: #fff;
        border-color: #ffb341;
    }

.filter_box .filter .filter_right {
    display: flex;
    align-items: center;
}

    .filter_box .filter .filter_right img {
        margin-right: 6px;
    }

    .filter_box .filter .filter_right .exchange-slide ul li {
        width: 280px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 600;
        font-size: 12px;
        color: #6e6e6e;
    }

.filter_box .gift_tab {
    height: 58px;
    padding: 0 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    .filter_box .gift_tab li {
        margin-right: 12px;
    }

        .filter_box .gift_tab li.active a {
            color: #ffffff;
            background: #ff9900;
            border: 1px solid #ff9900;
        }

            .filter_box .gift_tab li.active a:hover {
                color: #ffffff;
            }

        .filter_box .gift_tab li a {
            height: 31px;
            width: 102px;
            text-align: center;
            line-height: 31px;
            font-size: 14px;
            color: #666666;
            font-weight: 600;
            box-sizing: border-box;
            display: inline-block;
            background: #f8f8f8;
            border-radius: 16px 16px 16px 16px;
            border: 1px solid #efefef;
        }

            .filter_box .gift_tab li a:hover {
                color: #ff9900;
            }

.gift_list ul li {
    width: 275px;
    height: 324px;
    float: left;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 14px 0;
    box-sizing: border-box;
    margin: 30px 32px 0 0;
    text-align: center;
}

    .gift_list ul li:hover {
        box-shadow: 0px 2px 30px 0px rgba(255, 168, 66, 0.85);
    }

    .gift_list ul li:nth-child(4n) {
        margin-right: 0;
    }

    .gift_list ul li .gift_img {
        width: 246px;
        height: 181px;
        background: #f7f7f7;
        border-radius: 2px 2px 2px 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .gift_list ul li .gift_img img {
            max-width: 226px;
            height: 160px;
            object-fit: contain;
        }

    .gift_list ul li .gift_name {
        color: #777777;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 8px 0 2px 0;
    }

    .gift_list ul li .need_integral {
        color: #fb7c1d;
        line-height: 22px;
    }

        .gift_list ul li .need_integral b {
            font-size: 18px;
        }

    .gift_list ul li .icon_icon_integral2 {
        background: url(./images/icon_integral2.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 16px;
        height: 15px;
        margin-right: 5px;
    }

    .gift_list ul li .btn {
        width: 170px;
        height: 39px;
        line-height: 3px;
        text-align: center;
        border-radius: 20px 20px 20px 20px;
        border: 1px solid #fb7c1d;
        font-weight: 600;
        font-size: 18px;
        color: #fb7c1d;
        display: inline-block;
        margin-top: 12px;
        transition: all 0.2s ease-out 0s;
        position: relative;
        text-decoration: none;
        overflow: hidden;
    }

        .gift_list ul li .btn .btn-name {
            color: #fb7c1d;
        }

.btn-name,
.btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out;
    position: absolute;
}

.btn-name {
    opacity: 1;
    color: #fff;
    width: 100%;
}

.btn-icon {
    opacity: 0;
}

    .btn-icon img {
        display: block;
    }

.gift_list ul li .btn:hover {
    background: #ff9900;
    border: 1px solid #ff9900;
}

.gift_list ul li .btn:active {
    background: #ffb341;
    border: 1px solid #ffb341;
}

.gift_list ul li .btn:hover > span {
    top: -20px;
    opacity: 0;
}

.gift_list ul li .btn:hover > i {
    opacity: 1;
    top: 50%;
}

/* 详情 */
.gift_detail {
    background: #ffeed4;
    padding: 60px 0 20px 0;
}

.gift_info {
    background: #fff;
    padding: 62px 48px 30px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

    .gift_info .back {
        position: absolute;
        left: 48px;
        top: 28px;
        font-weight: 600;
        font-size: 16px;
        color: #ff9900;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .gift_info .back:hover {
            color: #ff7a00;
        }

        .gift_info .back:active {
            color: #ffb341;
        }

        .gift_info .back img {
            margin-right: 4px;
        }

        .gift_info .back:hover img {
            display: inline-block;
            width: 21px;
            height: 18px;
            content: url(./images/icon_back_hover.png);
        }

        .gift_info .back:active img {
            display: inline-block;
            width: 21px;
            height: 18px;
            content: url(./images/icon_back_active.png);
        }

    .gift_info .info_left {
        width: 409px;
        height: 333px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #d9d9d9;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 24px;
    }

        .gift_info .info_left img {
            width: 265px;
            height: 264px;
            object-fit: contain;
        }

    .gift_info .info_right {
        width: 100%;
    }

        .gift_info .info_right h2 {
            font-size: 26px;
            color: #333333;
            line-height: 34px;
            border-bottom: 1px solid #d9d9d9;
            padding-bottom: 20px;
            margin-bottom: 26px;
        }

        .gift_info .info_right ul li {
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            font-size: 16px;
            color: #333333;
            font-weight: 600;
        }

            .gift_info .info_right ul li .label {
                width: 133px;
                height: 44px;
                line-height: 44px;
                text-align: center;
                background: #f5f5f5;
                display: inline-block;
                margin-right: 17px;
            }

        .gift_info .info_right .gift_exchange {
            margin-bottom: 12px;
            font-weight: 600;
            font-size: 16px;
            color: #333333;
        }

            .gift_info .info_right .gift_exchange .not_enough a {
                font-size: 15px;
                color: #ff9900;
                text-decoration: underline;
            }

                .gift_info .info_right .gift_exchange .not_enough a:hover,
                .details_rules .sponsor_info .view_shops:hover {
                    color: #fc7d1e;
                }

                    .gift_info .info_right .gift_exchange .not_enough a:hover img,
                    .details_rules .sponsor_info .view_shops:hover img {
                        content: url(./images/more_org_hover.png);
                    }

                .gift_info .info_right .gift_exchange .not_enough a:active,
                .details_rules .sponsor_info .view_shops:active {
                    color: #ffb341;
                }

                    .gift_info .info_right .gift_exchange .not_enough a:active img,
                    .details_rules .sponsor_info .view_shops:active img {
                        content: url(./images/more_org_active.png);
                    }

        .gift_info .info_right .gift_exchange_tips {
            font-size: 12px;
            color: #333333;
            font-weight: 600;
        }

        .gift_info .info_right .gift_exchange_btn {
            width: 133px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            background: #ff9900;
            border-radius: 6px 6px 6px 6px;
            font-weight: 800;
            font-size: 16px;
            color: #ffffff;
            display: inline-block;
            margin-right: 15px;
        }

        .gift_info .info_right .nogift_exchange_btn {
            background: #dcdcdc;
            cursor: not-allowed;
        }

.quantity-inner {
    width: 130px;
    height: 32px;
    background: #fff;
    display: flex;
}

    .quantity-inner .operate {
        width: 32px;
        text-align: center;
        height: 32px;
        line-height: 32px;
        cursor: pointer;
        color: #666;
        border: 1px solid #d9d9d9;
        background: #f9f9f9;
        user-select: none;
    }

        .quantity-inner .operate.disabled {
            cursor: not-allowed;
            color: #d9d9d9;
        }

        .quantity-inner .operate.grey {
            color: #d9d9d9;
        }

        .quantity-inner .operate.left {
            border-radius: 2px 0px 0px 2px;
            font-size: 20px;
        }

        .quantity-inner .operate.right {
            border-radius: 0px 2px 2px 0px;
            font-size: 16px;
        }

    .quantity-inner .amount {
        float: left;
        width: 48px;
        text-align: center;
        border: 0;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        height: 32px;
        line-height: 32px;
        padding: 0;
        font-size: 12px;
        color: #666666;
    }

        .quantity-inner .amount:focus {
            outline: none;
        }

.details_rules {
    background: #fff;
    padding: 34px 48px 26px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
}

    .details_rules .giftSlide {
        width: 648px;
        margin-right: 40px;
        padding-right: 38px;
        border-right: 1px dashed #e3e3e3;
        flex-shrink: 0;
    }

        .details_rules .giftSlide .hd {
            height: 44px;
            line-height: 44px;
            border-bottom: 1px solid #ff9900;
            position: relative;
        }

            .details_rules .giftSlide .hd ul {
                float: left;
                position: absolute;
                left: 0;
                top: -1px;
                height: 44px;
            }

                .details_rules .giftSlide .hd ul li {
                    float: left;
                    cursor: pointer;
                    height: 44px;
                    text-align: center;
                    font-size: 16px;
                    color: #333333;
                    line-height: 44px;
                    padding: 0 34px;
                    font-weight: 600;
                }

                    .details_rules .giftSlide .hd ul li.on {
                        background-color: #fff;
                        color: #ff8b0d;
                        background: #ffefdd;
                        border-radius: 6px 6px 6px 6px;
                    }

        .details_rules .giftSlide .bd {
            background-color: #fff;
            padding-top: 28px;
        }


            .details_rules .giftSlide .bd ul p {
                font-size: 14px;
                color: #5a5a5a;
            }

        .details_rules .giftSlide img {
            max-width: 648px;
        }

    .details_rules .rules h4 {
        font-size: 16px;
        color: #272727;
        line-height: 25px;
    }

    .details_rules .rules p {
        font-size: 14px;
        color: #5a5a5a;
        line-height: 24px;
        margin-bottom: 27px;
    }

    .details_rules .gift_sponsor {
        flex: 1;
    }

.sponsor_title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    margin-bottom: 13px;
}

    .sponsor_title h2 {
        font-size: 20px;
        color: #ff7a00;
    }

    .sponsor_title .title_before {
        margin-right: 15px;
    }

    .sponsor_title .title_after {
        margin-left: 15px;
    }

.details_rules .sponsor_info {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #d9d9d9;
    padding: 22px 22px 14px;
}

    .details_rules .sponsor_info .sponsor_name {
        text-align: center;
    }

        .details_rules .sponsor_info .sponsor_name h4 {
            margin-bottom: 25px;
        }

        .details_rules .sponsor_info .sponsor_name:hover h4 {
            color: #ff9900;
        }

    .details_rules .sponsor_info h4 {
        font-weight: 800;
        font-size: 16px;
        color: #272727;
        margin-bottom: 8px;
    }

    .details_rules .sponsor_info .logo {
        width: 226px;
        height: 142px;
        object-fit: contain;
        border: 1px solid #d9d9d9;
        margin: 0 auto 11px;
        display: block;
    }

    .details_rules .sponsor_info p {
        font-size: 14px;
        color: #5a5a5a;
        line-height: 22px;
    }

    .details_rules .sponsor_info .company_Profile {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 14px;
    }

    .details_rules .sponsor_info .main_products {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 12px;
    }

    .details_rules .sponsor_info .view_shops {
        font-size: 12px;
        color: #ff9900;
        font-weight: 600;
        line-height: 16px;
        text-align: center;
        margin: 10px auto 0;
        display: block;
        width: 100px;
    }

        .details_rules .sponsor_info .view_shops img {
            vertical-align: text-bottom;
        }

.partners-toReviewCommon {
    position: relative;
    width: 330px;
    height: 74px;
    box-sizing: border-box;
}

    .partners-toReviewCommon > a {
        position: absolute;
        top: 28px;
    }

    .partners-toReviewCommon .prev {
        left: -8px;
    }

    .partners-toReviewCommon .next {
        right: -14px;
    }

    .partners-toReviewCommon ul {
        width: 100%;
        height: 74px;
    }

        .partners-toReviewCommon ul li {
            width: 105px;
            height: 74px;
            box-sizing: border-box;
            background: #ffffff;
            float: left;
            margin-right: 11px;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .partners-toReviewCommon ul li img {
                width: 105px;
                height: 74px;
            }

.footer {
    border-top: 2px solid #f29418;
    background: #fff;
}

.Prop {
    background: rgba(0, 0, 0, 0.71);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

    .Prop .Model {
        background: #ffffff;
        border-radius: 21px;
        width: 490px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 36px 28px 34px;
        box-sizing: border-box;
    }

        .Prop .Model .title {
            font-size: 22px;
            color: #272727;
            font-weight: 800;
            text-align: center;
            margin-bottom: 20px;
        }

            .Prop .Model .title img {
                height: 15px;
            }

        .Prop .Model table {
            font-size: 16px;
            color: #4d4d4d;
            line-height: 42px;
        }

            .Prop .Model table input,
            .Prop .Model table select {
                line-height: 42px;
                height: 42px;
                box-sizing: border-box;
                border: 1px solid #d9d9d9;
                border-radius: 4px;
                padding: 0 20px;
                box-sizing: border-box;
                font-size: 16px;
                outline: none;
                width: 100%;
                color: #4d4d4d;
            }

                .Prop .Model table input::placeholder,
                .Prop .Model table textarea::placeholder {
                    color: #c1c1c1;
                }

            .Prop .Model table .selectAfter {
                position: relative;
                width: 165px;
                display: inline-block;
            }

                .Prop .Model table .selectAfter::after {
                    background: url(./images/selectdown.png) no-repeat;
                    background-size: 100% 100%;
                    display: inline-block;
                    width: 36px;
                    height: 20px;
                    content: '';
                    position: absolute;
                    top: 12px;
                    right: 2px;
                    pointer-events: none;
                }

            .Prop .Model table textarea {
                width: 100%;
                border-radius: 4px;
                height: 76px;
                border: 1px solid #d9d9d9;
                padding: 12px 20px;
                box-sizing: border-box;
                font-size: 16px;
                font-family: 'Microsoft Yahei', '微软雅黑', arial, '宋体', sans-serif;
                outline: none;
                resize: none;
                color: #4d4d4d;
                display: block;
            }

                .Prop .Model table input:focus,
                .Prop .Model table select:focus,
                .Prop .Model table textarea:focus {
                    border: 1px solid #ff9900;
                }

    .Prop .btn {
        height: 46px;
        line-height: 45px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        color: #ffffff;
        background-color: #ff9900;
        border: none;
        border-radius: 28px;
        min-width: 174px;
        margin: 17px auto 0;
        display: block;
        cursor: pointer;
    }

    .Prop .close {
        position: absolute;
        right: 19px;
        top: 17px;
        cursor: pointer;
    }

.successProp .Model {
    background: url(./images/successBg.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 520px;
    height: 387px;
    padding-top: 232px;
    text-align: center;
}

.successProp .close {
    right: 45px;
    top: 108px;
}

.successProp p {
    font-size: 20px;
    color: #4d4d4d;
}

.successProp .exchangeRecordsBtn {
    width: 184px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    background-color: #ff9900;
    border-radius: 28px;
    margin-top: 32px;
}

.integralModel .title .title_before {
    margin-right: 18px;
}

.integralModel .title .title_after {
    margin-left: 18px;
}

.integralModel p {
    text-align: center;
}

.integralModel .required_integral {
    margin-top: 6px;
}

.integralModel .required_integral_num {
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

    .integralModel .required_integral_num img {
        vertical-align: text-top;
        margin-right: 2px;
        position: relative;
        bottom: -1px;
    }

.integralModel .required_integral_text {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 14px;
}

.integralModel .required_integral b {
    font-size: 24px;
    color: #ff9900;
}

.integralModel .tips {
    font-size: 14px;
    color: #ff0606;
    margin-top: 6px;
}

.no_prize {
    margin: 16px 0 0px 0;
    background: #ffffff;
    text-align: center;
    padding: 50px 0 66px 0;
}

    .no_prize p {
        font-size: 16px;
        color: #acacac;
    }


.footerBox .footer {
    border: none;
    margin-top: 0;
}

.footerBox {
    border-top: 2px solid #f29418;
}

.integralMall .integral_right .gift_list ul li:hover {
    box-shadow: none;
}

.integralModel .tip {
    font-weight: 800;
    font-size: 22px;
    color: #272727;
    line-height: 30px;
    min-height: 76px;
    margin-top: 42px;
}

    .integralModel .tip img {
        margin-right: 10px;
        position: relative;
        top: -2px;
    }
