﻿/**
   [XLOVE] (C)2010-2099 OELOVE.COM Inc.
   遵义携购科技
   微信：13595261078
*/

/*活动列表*/
.items_rank {
    background: #fff;
    border: 1px solid #ebebeb;
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
}

    .items_rank ul.article_ul {
        float: left;
    }

        .items_rank ul.article_ul li {
            float: left;
            padding: 0px 30px;
            border-right: 1px solid #ebebeb;
            cursor: pointer;
            font-weight: 700;
        }

            .items_rank ul.article_ul li.current {
                color: #ffffff;
                background: #ff0d53;
            }

            .items_rank ul.article_ul li:hover {
                color: #ffffff;
                background: #ff9800;
            }

.pagecode {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}

    .pagecode a {
        display: inline-block;
        padding: 0px 10px;
        border: 1px solid #fff;
        margin: 0px 2px;
        line-height: 28px;
        height: 28px;
        border-radius: 2px;
        background: #fff;
    }

        .pagecode a.on, .pagecode a:hover {
            background: #ff3d8b;
            color: #fff;
            border: 1px solid #ff3d8b;
        }

.marry_info {
    margin-bottom: 20px;
}

.marry_party_list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 35px;
}

    .marry_party_list .left_bd {
        width: 850px;
        float: left;
        background: #fff;
        border-radius: 0px;
    }




        .marry_party_list .left_bd .bd {
            padding: 25px 35px;
            padding-top: 0px;
        }

            .marry_party_list .left_bd .bd dl {
                border-bottom: 1px solid #ebebeb;
                padding-bottom: 30px;
                padding-top: 30px;
            }

                .marry_party_list .left_bd .bd dl:last-child {
                    border-bottom: none;
                }

                .marry_party_list .left_bd .bd dl dt div.img > span.state {
                    display: inline-block;
                    position: absolute;
                    right: 0;
                    top: 0px;
                    z-index: 9;
                    height: 20px;
                    line-height: 20px;
                    font-size: 14px;
                    background-color: #000;
                    color: #fff;
                    white-space: nowrap;
                    padding: 0 70px;
                    -webkit-transform: rotate(45deg) translate(31%,-205%);
                    transform: rotate(45deg) translate(31%,-205%);
                    font-weight: 400;
                }

                    .marry_party_list .left_bd .bd dl dt div.img > span.state.current {
                        background-color: #f00;
                        color: #fff;
                    }

                .marry_party_list .left_bd .bd dl dt div.img img {
                    width: 100%;
                }

                .marry_party_list .left_bd .bd dl dt div.img {
                    position: relative;
                    height: 400px;
                    overflow: hidden;
                }

                    .marry_party_list .left_bd .bd dl dt div.img span.ico {
                        display: inline-block;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        background: url(image/bg.png) -717px -110px no-repeat;
                        width: 83px;
                        height: 83px;
                        overflow: hidden;
                    }

                        .marry_party_list .left_bd .bd dl dt div.img span.ico.current {
                            background-position: -717px -220px;
                        }

                    .marry_party_list .left_bd .bd dl dt div.img p {
                        position: absolute;
                        left: 0px;
                        bottom: 0px;
                        right: 0px;
                        z-index: 2;
                        background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));
                        font-size: 14px;
                        color: #fff;
                        line-height: 35px;
                        padding-left: 20px;
                        color: #fff;
                        font-weight: bold;
                    }

                        .marry_party_list .left_bd .bd dl dt div.img p label {
                            display: inline-block;
                            position: absolute;
                            right: 20px;
                            top: 0px;
                            color: #fff;
                            font-weight: normal;
                        }

                .marry_party_list .left_bd .bd dl dt h3 {
                    font-size: 18px;
                    line-height: 50px;
                    height: 50px;
                    overflow: hidden;
                }

                    .marry_party_list .left_bd .bd dl dt h3 span {
                        display: inline-block;
                        background: url(image/bg.png) -109px -170px no-repeat;
                        width: 72px;
                        height: 23px;
                        vertical-align: middle;
                        margin-right: 10px;
                    }

                .marry_party_list .left_bd .bd dl dd {
                    padding-top: 10px;
                    padding-left: 10px;
                }

                    .marry_party_list .left_bd .bd dl dd p.p_1 {
                        font-size: 14px;
                        color: #666;
                    }

                    .marry_party_list .left_bd .bd dl dd p.btn {
                        margin-top: 10px;
                        font-size: 14px;
                        color: #333;
                        position: relative;
                    }

                        .marry_party_list .left_bd .bd dl dd p.btn label {
                            display: inline-block;
                            margin-left: 30px;
                        }

                            .marry_party_list .left_bd .bd dl dd p.btn label i {
                                display: inline-block;
                                width: 20px;
                                height: 20px;
                                vertical-align: middle;
                                margin-right: 5px;
                            }

                        .marry_party_list .left_bd .bd dl dd p.btn a {
                            display: inline-block;
                            background-image: linear-gradient(90deg, #F44336, #ff1e5f);
                            color: #fff;
                            position: absolute;
                            right: 0px;
                            top: -10px;
                            padding: 0px 30px;
                            line-height: 40px;
                            height: 40px;
                            border-radius: 3px;
                            font-size: 16px;
                            border-radius: 40px;
                        }

                            .marry_party_list .left_bd .bd dl dd p.btn a i.iconfont {
                                margin-right: 4px;
                            }

                            .marry_party_list .left_bd .bd dl dd p.btn a.current, .marry_party_list .left_bd .bd dl dd p.btn a.current:hover {
                                background: #bfbdbd;
                                color: #fff;
                            }

                            .marry_party_list .left_bd .bd dl dd p.btn a:hover {
                                background-image: linear-gradient(90deg, #ff67a2, #ff1e5f);
                            }

    .marry_party_list .right_bd {
        width: 326px;
        float: right;
        background: #fff;
        border-radius: 0px;
    }

.marry_newbm {
    padding: 20px;
}

    .marry_newbm .hd {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .marry_newbm .bd {
        position: relative;
        padding-top: 30px;
    }

        .marry_newbm .bd div.line {
            position: absolute;
            left: 6px;
            top: 30px;
            bottom: 0px;
            border-left: 1px dashed #ebebeb;
        }

        .marry_newbm .bd dl {
            padding-left: 70px;
            margin-bottom: 30px;
        }

            .marry_newbm .bd dl dt {
                margin-left: -92px;
                float: left;
                padding-top: 10px;
            }

                .marry_newbm .bd dl dt span {
                    display: inline-block;
                    margin-left: -10px;
                    color: #999;
                    width: 90px;
                    text-align: right;
                }

                    .marry_newbm .bd dl dt span i {
                        display: inline-block;
                        width: 8px;
                        height: 8px;
                        background: #ff0d53;
                        border-radius: 8px;
                        position: relative;
                        z-index: 2;
                        margin-right: 0px;
                        border: 3px solid #ffd7e6;
                        vertical-align: middle;
                        margin-left: 10px;
                    }

            .marry_newbm .bd dl dd {
                padding-left: 65px;
            }

                .marry_newbm .bd dl dd a.head {
                    display: inline-block;
                    margin-left: -65px;
                    float: left;
                    width: 50px;
                    height: 50px;
                    border-radius: 3px;
                    overflow: hidden;
                }

                    .marry_newbm .bd dl dd a.head img {
                        width: 50px;
                        height: 50px;
                    }

                .marry_newbm .bd dl dd h3 {
                    font-size: 14px;
                }

                .marry_newbm .bd dl dd p {
                    padding-top: 5px;
                    line-height: 24px;
                }

                    .marry_newbm .bd dl dd p a {
                        color: #999;
                    }

.marry_newbms {
    padding: 20px;
}

    .marry_newbms .hd {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        padding-bottom: 8px;
        text-align: left;
        border-bottom: 1px solid #f2f2f2;
    }

        .marry_newbms .hd i.iconfont {
            color: #f0a854;
            font-size: 28px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

    .marry_newbms .bd {
        position: relative;
        padding-top: 30px;
    }

        .marry_newbms .bd ul li {
            float: left;
            margin-left: 5px;
            text-align: center;
            margin-bottom: 15px;
            margin-left: 20px;
        }

            .marry_newbms .bd ul li span {
                display: inline-block;
                width: 60px;
                height: 60px;
                border-radius: 60px;
                overflow: hidden;
            }

                .marry_newbms .bd ul li span img {
                    width: 60px;
                    min-height: 60px;
                }

            .marry_newbms .bd ul li h3 {
                font-weight: normal;
                font-size: 14px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

.marry_partyhelp {
    padding: 20px;
}

    .marry_partyhelp .hd {
        font-weight: bold;
        font-size: 18px;
        color: #333;
    }

    .marry_partyhelp .bd {
        padding-top: 30px;
        padding-left: 10px;
    }

        .marry_partyhelp .bd dl {
            padding-left: 50px;
            padding-top: 1px;
            margin-bottom: 25px;
            position: relative;
        }

            .marry_partyhelp .bd dl dt {
                display: inline-block;
                width: 24px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                color: #fff;
                float: left;
                margin-top: 4px;
                position: absolute;
                left: 0px;
                top: 5px;
            }

                .marry_partyhelp .bd dl dt i.iconfont {
                    color: #4caf50;
                    font-size: 25px;
                }

                    .marry_partyhelp .bd dl dt i.iconfont.icon-jieshu {
                        font-size: 30px;
                    }

                    .marry_partyhelp .bd dl dt i.iconfont.icon-zhifu7 {
                        font-size: 35px;
                        margin-left: -5px;
                    }

            .marry_partyhelp .bd dl dd h3 {
                font-size: 15px;
            }

            .marry_partyhelp .bd dl dd p {
                font-size: 14px;
                line-height: 20px;
            }

.select_item_box {
    border-radius: 0px;
    width: 455px;
    margin-left: 1px;
    float: left;
    padding-left: 1px;
    position: relative;
}


/*活动详情*/
.marry_party_detail {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.marry_party_top {
    width: 1200px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
    border-radius: 0px;
    margin-top: 30px;
    padding: 20px;
}

    .marry_party_top dl {
        padding-left: 440px;
        position: relative;
        height: 280px;
    }

        .marry_party_top dl dt {
            width: 400px;
            height: 280px;
            border-radius: 0px;
            overflow: hidden;
            position: absolute;
            left: 0px;
            top: 0px;
        }

            .marry_party_top dl dt img {
                width: 400px;
                height: 280px;
            }

            .marry_party_top dl dt p {
                position: absolute;
                left: 0px;
                right: 0px;
                bottom: 0px;
                background: rgba(0,0,0,0.6);
                color: #fff;
                line-height: 30px;
                text-align: center;
            }

        .marry_party_top dl dd {
            padding-right: 0px;
            box-sizing: border-box;
            position: relative;
        }

            .marry_party_top dl dd h1 {
                font-size: 20px;
                line-height: 40px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .marry_party_top dl dd p.p_1 {
                line-height: 36px;
                color: #666;
            }

                .marry_party_top dl dd p.p_1 i.iconfont {
                    font-size: 20px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }

            .marry_party_top dl dd .four {
                padding: 0px 20px;
                padding-top: 20px;
            }

                .marry_party_top dl dd .four ul li {
                    float: left;
                    text-align: left;
                    text-align: center;
                    padding: 0px 20px;
                }

                    .marry_party_top dl dd .four ul li p {
                        color: #999;
                    }

                    .marry_party_top dl dd .four ul li b {
                        font-size: 20px;
                    }

            .marry_party_top dl dd .btn {
                text-align: left;
                padding-top: 30px;
                padding-left: 40px;
            }

                .marry_party_top dl dd .btn span {
                    display: inline-block;
                    border: 1px solid #ddd;
                    line-height: 40px;
                    padding: 0px 25px;
                    border-radius: 50px;
                    cursor: pointer;
                }

                    .marry_party_top dl dd .btn span i.iconfont {
                        margin-right: 3px;
                    }

                    .marry_party_top dl dd .btn span.span_1 {
                        margin-right: 50px;
                    }

                        .marry_party_top dl dd .btn span.span_1:hover {
                            background: #f0468a;
                            color: #fff;
                            border: 1px solid #f0468a;
                        }

                    .marry_party_top dl dd .btn span.span_2 {
                        background: #ff0d53;
                        color: #fff;
                        border: 1px solid #ff0d53;
                    }

                        .marry_party_top dl dd .btn span.span_2.current {
                            background: #ccc;
                            border: 1px solid #ccc;
                        }

                        .marry_party_top dl dd .btn span.span_2:hover {
                            opacity: 0.8;
                        }




.marry_party_left {
    width: 880px;
    float: left;
    background: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 10px 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .marry_party_left img {
        max-width: 98%;
    }

    .marry_party_left h2 {
        text-align: center;
        font-size: 18px;
        position: relative;
        line-height: 40px;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

        .marry_party_left h2 span {
            display: inline-block;
            border-bottom: 3px solid #f0468a;
            width: 14px;
            position: absolute;
            left: 50%;
            margin-left: -7px;
            bottom: 0px;
        }

    .marry_party_left .txt {
        font-size: 15px;
        line-height: 34px;
        padding: 10px 20px;
        text-align: center;
    }

.marry_party_right {
    background: #fff;
    border-radius: 0px;
    float: right;
    width: 308px;
    overflow: hidden;
    padding-top: 20px;
}

    .marry_party_right .liucheng {
        padding: 0px 20px;
    }

        .marry_party_right .liucheng .hd {
            text-align: left;
            font-weight: bold;
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: 20px;
            border-bottom: 1px solid #f2f2f2;
        }

            .marry_party_right .liucheng .hd i.iconfont {
                margin-right: 10px;
                font-size: 24px;
                vertical-align: middle;
                color: #58aeff;
                font-weight: normal;
            }

        .marry_party_right .liucheng dl {
            padding-left: 50px;
            padding-top: 1px;
            margin-bottom: 25px;
            position: relative;
        }

            .marry_party_right .liucheng dl dt {
                display: inline-block;
                width: 24px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                color: #fff;
                float: left;
                margin-top: 4px;
                position: absolute;
                left: 0px;
                top: 5px;
            }

                .marry_party_right .liucheng dl dt i.iconfont {
                    color: #ff5722;
                    font-size: 25px;
                }

                    .marry_party_right .liucheng dl dt i.iconfont.icon-jieshu {
                        font-size: 30px;
                    }

            .marry_party_right .liucheng dl dd h3 {
                font-size: 15px;
            }

            .marry_party_right .liucheng dl dd p {
                font-size: 14px;
                line-height: 20px;
            }

    .marry_party_right .marry_new_party {
        padding: 0px 20px;
    }

        .marry_party_right .marry_new_party .hd {
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding-left: 0px;
            margin-bottom: 20px;
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 5px;
        }

            .marry_party_right .marry_new_party .hd i.iconfont {
                display: inline-block;
                margin-right: 10px;
                color: #ff8a8a;
                font-size: 24px;
                vertical-align: middle;
            }

        .marry_party_right .marry_new_party .bd {
        }

            .marry_party_right .marry_new_party .bd dl {
                margin-bottom: 20px;
            }

                .marry_party_right .marry_new_party .bd dl dt img {
                    width: 100%;
                }

                .marry_party_right .marry_new_party .bd dl dd {
                    padding-top: 10px;
                    text-align: center;
                }

                    .marry_party_right .marry_new_party .bd dl dd h4 {
                        font-size: 16px;
                        font-weight: normal;
                    }

                    .marry_party_right .marry_new_party .bd dl dd p {
                        font-size: 14px;
                        color: #999;
                    }
