﻿@charset "utf-8";
@import url('//at.alicdn.com/t/font_1282266_g95fpmvni1c.css');
/**
   [XLOVE] (C)2010-2099 OELOVE.COM Inc.
   遵义携购科技
   微信：13595261078
*/


/*网站头部1F*/
.head-top-1f {
    height: 30px;
    background-color: #F3F3F3;
    width: 100%;
    margin: 0px auto;
}

.info-box {
    width: 1200px;
    font-size: 12px;
    line-height: 30px;
    margin: 0px auto;
}

    .info-box #netname {
        width: 50%;
        line-height: 30px;
        float: left;
        text-align: left;
    }

        .info-box #netname a:hover {
            color: #ff0d53;
            text-decoration: none;
        }

        .info-box #netname b {
            color: #ff0d53;
        }

    .info-box #g_n_about {
        width: 50%;
        line-height: 30px;
        float: right;
        text-align: right;
    }

        .info-box #g_n_about a {
        }

            .info-box #g_n_about a.login {
                color: #03a9f4;
            }

            .info-box #g_n_about a.reg {
                color: #ff9800;
            }

            .info-box #g_n_about a.center {
                color: #ff0000;
            }

            .info-box #g_n_about a > i.iconfont {
                margin-right: 2px;
                font-size: 14px;
            }



.head-top-2f {
    background-color: #fff;
    width: 100%;
    margin: 0px auto;
    padding: 5px 0;
}

.top-bar {
    height: 75px;
    overflow: hidden;
}

    .top-bar .logo {
        width: 250px;
        float: left;
        height: 100%;
    }

        .top-bar .logo img {
            max-width: 250px;
        }

    .top-bar .ad-word {
        width: 630px;
        padding-left: 20px;
        height: 100%;
        float: left;
    }

        .top-bar .ad-word p.p1 {
            line-height: 40px;
            font-size: 20px;
            font-weight: 700;
            color: #ff0d53;
            padding-top: 5px;
        }

        .top-bar .ad-word p.p2 {
            line-height: 20px;
            font-size: 14px;
            color: #999;
        }

    .top-bar .tools {
        width: 300px;
        float: right;
        height: 100%;
        text-align: right;
    }

        .top-bar .tools ul {
            float: right;
            padding: 10px 0 0 0;
        }

        .top-bar .tools li {
            text-align: left;
            line-height: 18px;
        }

            .top-bar .tools li span {
                color: #888;
                font-size: 14px;
            }

            .top-bar .tools li b {
                font-family: Verdana, Tahoma, "宋体";
                font-size: 23px;
                color: #ff0d53;
            }
/*通用导航栏*/
.nav-bar {
    height: 80px;
    background-image: linear-gradient(20deg, #ff0c6a,#ff0d53, #ff266d);
}

    .nav-bar .menu {
        float: left;
        padding-left: 20px;
    }

        .nav-bar .menu ul li {
            float: left;
            line-height: 80px;
        }

            .nav-bar .menu ul li a {
                font-size: 16px;
                padding: 0px 25px;
                color: #fff;
                display: inline-block;
                position: relative;
                font-weight: normal;
            }

                .nav-bar .menu ul li a i {
                    position: absolute;
                    display: inline-block;
                    height: 3px;
                    background: #fffe8c;
                    width: 20px;
                    bottom: 20px;
                    border-radius: 20px;
                    left: 50%;
                    margin-left: -10px;
                    display: none;
                }

                .nav-bar .menu ul li.current a, .nav-bar .menu ul li a:hover {
                    color: #fffe8c;
                    font-weight: bold;
                }

                    .nav-bar .menu ul li.current a i, .nav-bar .menu ul li a:hover i {
                        display: inline-block;
                    }


    .nav-bar .G_H_slogan {
        float: right;
        color: White;
        padding-right: 10px;
    }

        .nav-bar .G_H_slogan .goback {
            color: #fff;
            opacity: 0.8;
            font-family: "Simsun";
            display: inline-block;
            font-size: 12px;
            text-align: center;
            width: 65px;
            line-height: 80px;
            margin-right: 3px;
        }

            .nav-bar .G_H_slogan .goback.next {
                margin-right: 0px;
                margin-left: 3px;
            }

/*轮播滚动*/
.focus-player {
    border: 2px solid #fff;
    width: 888px;
    float: left;
    height: 350px;
    position: relative;
}

    .focus-player .focus-slides {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

        .focus-player .focus-slides span {
            position: absolute;
            left: 200px;
            top: 100px;
            display: inline-block;
        }

        .focus-player .focus-slides img {
            vertical-align: top;
            width: 100%;
            height: 100%;
        }

        .focus-player .focus-slides li {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

    .focus-player .btns {
        height: 22px;
        position: absolute;
        right: 7px;
        bottom: 7px;
        width: 100%;
        text-align: right;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 22px;
        z-index: 6;
        padding-right: 20px;
    }

        .focus-player .btns i {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            width: 10px;
            height: 10px;
            overflow: hidden;
            margin: 0 0 0 5px;
            border-radius: 50%;
            box-shadow: inset 0 1px 0 rgba(0,0,0,0.5);
            cursor: pointer;
            background: #ccc;
        }

            .focus-player .btns i.cur {
                background: #E32A63;
            }
/*注册*/
.reg_right {
    width: 250px;
    height: 310px;
    background-color: #fff;
    float: right;
    overflow: hidden;
    border: 2px solid #fff;
    padding: 20px;
}

    .reg_right h3 {
        font: 20px/1.5 '微软雅黑', Tahoma, '宋体', Verdana;
        text-align: center;
        line-height: 50px;
        color: #333;
        font-weight: 700;
    }

    .reg_right .form_box {
        width: 100%;
        margin: 0px auto;
    }

        .reg_right .form_box li {
            text-align: center;
        }

            .reg_right .form_box li span.item {
                float: left;
                width: 48%;
                display: inline-block;
                font: 15px/1.5 '微软雅黑', Tahoma, '宋体', Verdana;
                line-height: 30px;
                text-align: center;
                margin: 1%;
                background: #eee;
            }

                .reg_right .form_box li span.item:nth-of-type(odd) {
                    color: #ff0d53;
                }

            .reg_right .form_box li span.weixin {
                width: auto;
                display: inline-block;
                font: 15px/1.5 '微软雅黑', Tahoma, '宋体', Verdana;
                line-height: 28px;
                text-align: center;
                background: #36c33c;
                border-radius: .2rem;
                padding: 0 10px;
                color: #fff;
                margin-right: 5px;
                font-size: 13px;
            }



            .reg_right .form_box li b {
                color: #ff0d53;
                font-family: Verdana, Tahoma, "宋体";
                font-size: 18px;
            }

.sub-btn {
    display: block;
    width: 100%;
    height: 49px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    background-color: #ff0d53;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: .2rem;
}




/*搜索爱情*/
.index_search {
    background: #fff;
    padding: 15px 0;
    border-radius: 1px;
    position: relative;
}

    .index_search .con {
        width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        padding-right: 300px;
    }

.us_searchcon {
    position: relative;
    padding-bottom: 20px;
    padding-top: 8px;
}

    .us_searchcon .label {
        float: left;
        line-height: 36px;
        font-size: 14px;
        color: #666;
        margin-right: 3px;
        margin-left: 15px;
    }

.index_search div.select {
    float: left;
    position: relative;
    margin: 0px 6px;
    border-radius: 2px;
}

    .index_search div.select span {
        display: inline-block;
        padding: 0px 25px 0px 10px;
        line-height: 36px;
        height: 36px;
        position: relative;
        z-index: 0;
        border: 1px solid #dbdbdb;
        background: #fff;
        border-radius: 2px;
        font-size: 15px;
    }

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #ff0d53 !important;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: #ff0d53 !important;
    background-color: #ff0d53 !important;
}

    .layui-form-checked[lay-skin="primary"] i:hover {
        border-color: #ff0d53 !important;
    }

.index_search div.tou {
    display: inline-block;
    float: left;
}

.index_search .btn_1 {
    float: left;
    font-size: 15px;
    line-height: 35px;
    background: #ff0d53;
    color: #fff;
    padding: 0px 20px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}

.us_searchcon div.select {
    min-width: 100px;
    margin-bottom: 10px;
}

    .us_searchcon div.select.sort {
        min-width: 80px;
    }

.cn_select_input {
    width: 100%;
    position: relative;
}

    .cn_select_input .input_wrap {
        position: relative;
    }

        .cn_select_input .input_wrap span {
            width: 100%;
            height: 38px;
            padding-right: 30px;
            padding-left: 10px;
            cursor: pointer;
            display: block;
            line-height: 38px;
            border: 1px solid #e6e6e6;
            background-color: #fff;
            border-radius: 2px;
            box-sizing: border-box;
            display: block;
            color: #999;
            user-select: none;
            white-space: nowrap;
            overflow: hidden;
        }

            .cn_select_input .input_wrap span.current {
                color: #333;
            }

        .cn_select_input .input_wrap .triangle {
            width: 0;
            height: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -3px;
            cursor: pointer;
            border: 6px solid transparent;
            border-top-color: #c2c2c2;
        }

    .cn_select_input .list {
        position: absolute;
        top: 100%;
        width: 100%;
        display: none;
        z-index: 1000;
    }

        .cn_select_input .list ul {
            padding: 8px 0;
            border: 1px solid #ebebeb;
            box-sizing: border-box;
            background: #fff;
            max-height: 300px;
            overflow-y: auto;
            margin-top: 4px;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        }

    .cn_select_input ul li {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        padding: 0 10px;
        line-height: 36px;
        color: #666;
        cursor: pointer;
    }

        .cn_select_input ul li:hover {
            background: #ff0d53;
            color: #fff;
        }

        .cn_select_input ul li.current {
            background: #ff0d53;
            color: #fff;
        }

.cn_select_birthday {
    position: relative;
}

    .cn_select_birthday .input_wrap {
        position: relative;
    }

        .cn_select_birthday .input_wrap span {
            width: 100%;
            height: 38px;
            padding-right: 30px;
            padding-left: 10px;
            cursor: pointer;
            display: block;
            line-height: 38px;
            border: 1px solid #e6e6e6;
            background-color: #fff;
            border-radius: 2px;
            box-sizing: border-box;
            display: block;
            color: #999;
            user-select: none;
            white-space: nowrap;
            overflow: hidden;
        }

            .cn_select_birthday .input_wrap span.current {
                color: #333;
            }

        .cn_select_birthday .input_wrap .triangle {
            width: 0;
            height: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -3px;
            cursor: pointer;
            border: 6px solid transparent;
            border-top-color: #c2c2c2;
        }

    .cn_select_birthday .list {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        display: none;
    }

        .cn_select_birthday .list .box {
            width: 500px;
            background: #fff;
            margin-top: 4px;
            border: 1px solid #ebebeb;
            padding: 15px;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        }

            .cn_select_birthday .list .box .tab_nav {
                border-bottom: 1px solid #ebebeb;
            }

                .cn_select_birthday .list .box .tab_nav .item {
                    padding: 0 10px;
                    line-height: 30px;
                    float: left;
                    position: relative;
                    top: 1px;
                    z-index: 10;
                    border: 1px solid #fff;
                    border-bottom: 1px solid #ebebeb;
                    cursor: pointer;
                }

                    .cn_select_birthday .list .box .tab_nav .item.current {
                        border: 1px solid #ebebeb;
                        border-bottom-color: #fff;
                        color: #ff0d53;
                    }

            .cn_select_birthday .list .box .tab_content {
                margin-top: 10px;
            }

                .cn_select_birthday .list .box .tab_content .item {
                    min-height: 180px;
                    display: none;
                    padding-left: 0;
                }

                    .cn_select_birthday .list .box .tab_content .item:first-child {
                        display: block;
                    }

                .cn_select_birthday .list .box .tab_content .year {
                    overflow: hidden;
                    line-height: 30px;
                }

                    .cn_select_birthday .list .box .tab_content .year label {
                        float: left;
                        color: #999;
                        font-weight: bold;
                        margin-right: 10px;
                    }

                    .cn_select_birthday .list .box .tab_content .year span {
                        float: left;
                        padding: 0 6px;
                        cursor: pointer;
                    }

                        .cn_select_birthday .list .box .tab_content .year span.current {
                            background: #ff0d53;
                            color: #fff;
                        }

                        .cn_select_birthday .list .box .tab_content .year span:hover {
                            background: #ff0d53;
                            color: #fff;
                        }

                .cn_select_birthday .list .box .tab_content .item .month {
                    padding: 0 10px;
                    display: inline-block;
                    vertical-align: top;
                    cursor: pointer;
                }

                    .cn_select_birthday .list .box .tab_content .item .month.current {
                        background: #ff0d53;
                        color: #fff;
                    }

                    .cn_select_birthday .list .box .tab_content .item .month:hover {
                        background: #ff0d53;
                        color: #fff;
                    }

                .cn_select_birthday .list .box .tab_content .item .date {
                    padding: 0 10px;
                    display: inline-block;
                    vertical-align: top;
                    cursor: pointer;
                    margin-bottom: 8px;
                }

                    .cn_select_birthday .list .box .tab_content .item .date:hover {
                        background: #ff0d53;
                        color: #fff;
                    }

                    .cn_select_birthday .list .box .tab_content .item .date.current {
                        background: #ff0d53;
                        color: #fff;
                    }

.cn_select_addr {
    position: relative;
}

    .cn_select_addr .list {
        display: none;
    }

    .cn_select_addr .input_wrap {
        position: relative;
    }

        .cn_select_addr .input_wrap span {
            width: 100%;
            height: 38px;
            padding-right: 30px;
            padding-left: 10px;
            cursor: pointer;
            display: block;
            line-height: 38px;
            border: 1px solid #e6e6e6;
            background-color: #fff;
            border-radius: 2px;
            box-sizing: border-box;
            display: block;
            color: #999;
            user-select: none;
            white-space: nowrap;
            overflow: hidden;
        }

            .cn_select_addr .input_wrap span.current {
                color: #333;
            }

        .cn_select_addr .input_wrap .triangle {
            width: 0;
            height: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -3px;
            cursor: pointer;
            border: 6px solid transparent;
            border-top-color: #c2c2c2;
        }

    .cn_select_addr .list {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
    }

        .cn_select_addr .list .box {
            width: 500px;
            background: #fff;
            margin-top: 4px;
            border: 1px solid #ebebeb;
            padding: 15px;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        }

            .cn_select_addr .list .box .tab_nav {
                border-bottom: 1px solid #ebebeb;
            }

                .cn_select_addr .list .box .tab_nav .item {
                    padding: 0 10px;
                    line-height: 30px;
                    font-size: 14px;
                    float: left;
                    position: relative;
                    top: 1px;
                    z-index: 10;
                    border: 1px solid #fff;
                    border-bottom: 1px solid #ebebeb;
                    cursor: pointer;
                    display: none;
                }

                    .cn_select_addr .list .box .tab_nav .item:first-child {
                        display: block;
                    }

                    .cn_select_addr .list .box .tab_nav .item.current {
                        border: 1px solid #ebebeb;
                        border-bottom-color: #fff;
                        color: #ff0d53;
                    }

            .cn_select_addr .list .box .tab_content {
                margin-top: 10px;
            }

                .cn_select_addr .list .box .tab_content .item {
                    min-height: 150px;
                    overflow: hidden;
                    display: none;
                    padding-left: 0;
                }

                    .cn_select_addr .list .box .tab_content .item:first-child {
                        display: block;
                    }

                .cn_select_addr .list .box .tab_content .addr_box {
                    min-width: 62px;
                    float: left;
                    padding: 2px 10px;
                    margin-bottom: 6px;
                    cursor: pointer;
                    box-sizing: border-box;
                    text-align: center;
                    font-size: 14px;
                }

                    .cn_select_addr .list .box .tab_content .addr_box:hover {
                        background: #ff0d53;
                        color: #fff;
                    }

                    .cn_select_addr .list .box .tab_content .addr_box.current {
                        background: #ff0d53;
                        color: #fff;
                    }

.cn_ingao {
    position: absolute;
    right: 1px;
    top: 0px;
    width: 350px;
    box-sizing: border-box;
    height: 86px;
    line-height: 86px;
}

    .cn_ingao span {
        padding: 8px 15px;
        border-radius: .2rem;
        color: #000000;
        margin: 0 5px;
        border: solid 1px #dbdbdb;
    }

/*列表标题-天意红娘*/
.hder_box {
    width: 1200px;
    background: #fff;
    padding: 10px 30px;
    padding-top: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .hder_box .hder {
        margin-bottom: 5px;
        position: relative;
    }

        .hder_box .hder a.more {
            position: absolute;
            right: 0px;
            top: 5px;
            font-weight: normal;
            font-size: 16px;
        }

        .hder_box .hder b {
            display: inline-block;
            float: left;
            margin-right: 50px;
            font-size: 18px;
            vertical-align: middle;
            margin-top: 8px;
            font-weight: normal;
        }

            .hder_box .hder b > span.menu_tit {
                background: #ff0d53;
                color: #fff;
                padding: 6px 20px;
                border-radius: 2rem;
                font-size: 20px;
            }

        .hder_box .hder ul {
            height: 38px;
            line-height: 38px;
            float: left;
            margin-right: 30px;
        }

            .hder_box .hder ul li {
                float: left;
                padding: 0px 20px;
                text-align: center;
                font-size: 16px;
                position: relative;
                color: #999;
            }

                .hder_box .hder ul li span {
                    cursor: pointer;
                }

                .hder_box .hder ul li i {
                    width: 14px;
                    border-bottom: 2px solid #ff0d53;
                    position: absolute;
                    left: 50%;
                    margin-left: -7px;
                    bottom: 0px;
                    display: none;
                }

                .hder_box .hder ul li em {
                    display: inline-block;
                    position: absolute;
                    right: 0px;
                    top: 10px;
                    border-right: 1px solid #ebebeb;
                    height: 20px;
                }

                .hder_box .hder ul li.on span {
                    display: inline-block;
                    color: #ff0d53;
                }

                .hder_box .hder ul li.on i {
                    display: inline-block;
                }



        .hder_box .hder span.desc {
            display: inline-block;
            float: left;
            margin-right: 50px;
            font-size: 18px;
            vertical-align: middle;
            margin-top: 8px;
            font-weight: normal;
            color: #000;
        }

/*会员列表*/
.mem_list {
    width: 1200px;
    background: #fff;
    padding: 10px 30px;
    padding-top: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .mem_list .hd {
        margin-bottom: 35px;
        position: relative;
    }

        .mem_list .hd a.more {
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 0px;
            color: #ff0d53;
            border: 1px solid #ff0d53;
            line-height: 35px;
            padding: 0px 20px;
            border-radius: 40px;
        }

        .mem_list .hd b {
            display: inline-block;
            float: left;
            margin-right: 50px;
            font-size: 18px;
            vertical-align: middle;
            margin-top: 8px;
            font-weight: normal;
        }

            .mem_list .hd b i.iconfont {
                font-size: 26px;
                color: #ff0d53;
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
            }

        .mem_list .hd ul {
            height: 38px;
            line-height: 38px;
            float: left;
            border-radius: 5px;
        }

            .mem_list .hd ul li {
                float: left;
                padding: 0px 30px;
                text-align: center;
                font-size: 16px;
                position: relative;
                color: #999;
            }

                .mem_list .hd ul li em {
                    display: inline-block;
                    position: absolute;
                    right: 0px;
                    top: 10px;
                    border-right: 1px solid #ebebeb;
                    height: 20px;
                }

                .mem_list .hd ul li i {
                    width: 14px;
                    border-bottom: 2px solid #ff0d53;
                    position: absolute;
                    left: 50%;
                    margin-left: -7px;
                    bottom: 0px;
                    display: none;
                }

                .mem_list .hd ul li span {
                    cursor: pointer;
                    font-size: 16px;
                }

                .mem_list .hd ul li.on span {
                    display: inline-block;
                    color: #ff0d53;
                }

                .mem_list .hd ul li.on i {
                    display: inline-block;
                }



    .mem_list dl {
        float: left;
        width: 210px;
        height: 210px;
        margin-right: 20px;
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 20px;
        position: relative;
    }

        .mem_list dl:nth-child(5n) {
            margin-right: 0px;
        }

        .mem_list dl dt {
            width: 210px;
            position: relative;
            height: 258px;
            background: #f5f5f5;
            overflow: hidden;
        }

            .mem_list dl dt p.btn {
                position: absolute;
                left: 0px;
                right: 0px;
                bottom: 0px;
                text-align: center;
                background: rgba(0,0,0,0.6);
                color: #fff;
                line-height: 35px;
                height: 35px;
                height: 270px;
                box-sizing: border-box;
                padding-top: 80px;
                text-align: center;
            }

                .mem_list dl dt p.btn a {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    right: 0px;
                    bottom: 0px;
                }

                .mem_list dl dt p.btn label {
                    display: block;
                    line-height: 40px;
                }

                .mem_list dl dt p.btn span {
                    display: inline-block;
                    background: #ff0d53;
                    border-radius: 40px;
                    width: 120px;
                    cursor: pointer;
                    position: relative;
                    z-index: 10;
                }

                    .mem_list dl dt p.btn span:hover {
                        opacity: 0.9;
                    }

                    .mem_list dl dt p.btn span i.iconfont {
                        display: inline-block;
                        font-size: 20px;
                        margin-right: 5px;
                        vertical-align: middle;
                    }

            .mem_list dl dt img {
                width: 100%;
                vertical-align: top;
                transition: all 0.2s ease-in-out 0s;
                object-fit: cover;
                vertical-align: middle;
            }

        .mem_list dl dd {
            text-align: left;
            box-sizing: border-box;
            padding: 0px 15px;
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            color: #fff;
            background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));
            padding-bottom: 10px;
        }

            .mem_list dl dd a {
                color: #fff;
            }

            .mem_list dl dd h3 {
                font-size: 16px;
                font-weight: normal;
                color: #000;
                height: 24px;
                line-height: 24px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                padding-top: 3px;
            }

            .mem_list dl dd p.btn {
                margin-top: 10px;
                text-align: center;
            }

                .mem_list dl dd p.btn span {
                    display: inline-block;
                    border: 1px solid #ffc1c9;
                    border-radius: 3px;
                    color: #ff6277;
                    cursor: pointer;
                    padding: 0px 20px;
                    font-size: 14px;
                    line-height: 30px;
                }

                    .mem_list dl dd p.btn span i {
                        display: inline-block;
                        width: 16px;
                        height: 14px;
                        background: url(../images/bg.png) 0px -272px no-repeat;
                        vertical-align: middle;
                        margin-right: 4px;
                    }

            .mem_list dl dd p.p_1 {
                padding-top: 3px;
                font-size: 12px;
                color: #fff;
            }

        .mem_list dl.on dd p.btn span {
            box-shadow: 0px 3px 5px 0px #ffe6ef;
            color: #ff203e;
            border: 1px solid #ff203e;
        }

        .mem_list dl.on dt img {
            transform: scale(1.2);
            transition: all 0.2s ease-in-out 0s;
            -webkit-filter: blur(4px);
            filter: blur(4px);
        }

        .mem_list dl.on dd p.p_1 {
            color: #ff0d53;
        }

        .mem_list dl.on dd h3 a {
            color: #ff0d53;
        }
/*视频列表*/
.video_list {
    width: 1200px;
    background: #fff;
    padding: 10px 30px;
    padding-top: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .video_list ul {
    }

        .video_list ul li {
            width: 25%;
            float: left;
            display: inline-block;
            margin-bottom: 30px;
        }

            .video_list ul li:nth-child(5n+0) {
                clear: both;
            }

            .video_list ul li .item {
                padding: 10px;
            }

                .video_list ul li .item .img_box {
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                    margin-bottom: 10px;
                    border-radius: 5px;
                    border: solid 1px #efefef;
                }

                    .video_list ul li .item .img_box img {
                        width: 100%;
                        min-height: 172px;
                        max-height: 172px;
                    }

                    .video_list ul li .item .img_box .video_box {
                        display: inline-block;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 172px;
                        line-height: 172px;
                        background: rgba(0,0,0,0.2);
                        
                        text-align: center;
                    }
                        .video_list ul li .item .img_box .video_box > i.iconfont {
                            font-size: 60px;
                            opacity: .9;
                            color: #fff;
                        }

                .video_list ul li .item p.tit {
                    font-size: 16px;
                    color: #000;
                }


                .video_list ul li .item:hover .img_box {
                    box-shadow: #d8d8d8 0 13px 5px -5px;
                }
                    .video_list ul li .item:hover .img_box .video_box {
                        background: rgba(0,0,0,0.5);
                    }
                .video_list ul li .item:hover p.tit {
                    font-weight: bolder;
                }

/*活动列表*/
.party_list {
    width: 1200px;
    background: #fff;
    padding: 10px 30px;
    padding-top: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .party_list ul {
    }

        .party_list ul li {
            width: 25%;
            float: left;
            display: inline-block;
            margin-bottom: 30px;
        }

            .party_list ul li:nth-child(5n+0) {
                clear: both;
            }

            .party_list ul li .item {
                padding: 10px;
            }

                .party_list ul li .item .img_box {
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                    margin-bottom: 10px;
                    border-radius: 5px;
                    border: solid 1px #efefef;
                }

                    .party_list ul li .item .img_box img {
                        width: 100%;
                        min-height: 172px;
                        max-height: 172px;
                    }

                    .party_list ul li .item .img_box span {
                        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;
                    }

                        .party_list ul li .item .img_box span.cur {
                            background-color: #f00;
                            color: #fff;
                        }

                .party_list ul li .item p.tit {
                    font-size: 16px;
                    color: #000;
                }

                .party_list ul li .item p.time {
                    font-size: 14px;
                    color: #666;
                }

                    .party_list ul li .item p.time > i.iconfont {
                        margin-right: 5px;
                    }

                .party_list ul li .item:hover .img_box {
                    box-shadow: #d8d8d8 0 13px 5px -5px;
                }

                .party_list ul li .item:hover p.tit {
                    font-weight: bolder;
                }

                .party_list ul li .item:hover p.time {
                    color: #f00;
                }
/*更好-红娘团队*/
.picScroll {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .picScroll .tempWrap {
        margin: 20px auto 20px;
    }

    .picScroll .bd {
        position: relative;
    }

    .picScroll .prev, .picScroll .next {
        position: absolute;
        top: 50%;
        margin-top: -51px;
        left: 40px;
        display: block;
        width: 25px;
        height: 80px;
        background: url(image/slide_tigger.png) 0 0 no-repeat;
        z-index: 9;
        opacity: 0.5;
        overflow: hidden;
    }

    .picScroll .next {
        left: auto;
        right: 40px;
        background-position: -151px 0;
    }

    .picScroll .prev:hover, .picScroll .prev:hover {
        opacity: 1;
    }

    .picScroll .scrollWrap {
        width: 1012px;
        margin: 0 auto;
        overflow: hidden;
    }

    .picScroll ul {
        overflow: hidden;
        zoom: 1;
    }

    .picScroll li {
        width: 188px;
        height: 188px;
        margin-right: 18px;
        position: relative;
        float: left;
        display: inline;
    }

        .picScroll li img {
            width: 188px;
            height: 188px;
            border-radius: 5px;
        }

        .picScroll li .pic {
            position: relative;
            display: block;
            overflow: hidden;
            margin-bottom: 6px;
        }

            .picScroll li .pic img {
                display: block;
                background: #ddd;
            }

        .picScroll li p {
            height: 15px;
            margin-top: 5px;
            color: #999;
            line-height: 15px;
            overflow: hidden;
        }

        .picScroll li .txt1 a {
            color: #333;
        }

        .picScroll li .movielist_tt {
            position: relative;
            height: 16px;
            line-height: 16px;
            padding-right: 30px;
            overflow: hidden;
            position: relative;
        }

            .picScroll li .movielist_tt a {
                font-size: 14px;
            }

        .picScroll li .score {
            color: #FF6600;
            font-family: Arial;
            position: absolute;
            top: 0;
            right: 10px;
        }
/*服务流程-更省*/
.step-con {
    width: 1200px;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .step-con ul {
    }

        .step-con ul li {
            width: 14.28%;
            display: inline-block;
            float: left;
            text-align: center;
        }

            .step-con ul li .ico {
                display: inline-block;
                width: 90px;
                height: 90px;
                line-height: 90px;
                color: #555;
                background: #dcdcdc;
                border-radius: 5px;
                margin-bottom: 10px;
            }

                .step-con ul li .ico > i.iconfont {
                    font-size: 50px;
                }

            .step-con ul li:hover .ico {
                color: #fff;
                background: #ff5065;
            }

            .step-con ul li p {
                text-align: center;
                color: #000;
                font-size: 16px;
            }
/*四大服务*/
.service-con {
    width: 1200px;
    padding: 20px 30px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .service-con ul li {
        width: 25%;
        display: inline-block;
        float: left;
        text-align: center;
    }

        .service-con ul li .item {
            width: 90%;
            padding: 5%;
        }

            .service-con ul li .item .hd-img {
                width: 255px;
                height: 255px;
                display: inline-block;
                text-align: center;
                box-shadow: #d8d8d8 0 13px 5px -5px;
            }

                .service-con ul li .item .hd-img img {
                    width: 100%;
                    height: 100%;
                    border-radius: 5px;
                }

            .service-con ul li .item h3 {
                margin-top: 12px;
                line-height: 42px;
                color: #000;
                font-size: 18px;
                font-weight: normal;
                text-align: center;
                border-bottom: 1px #f4f4f4 solid;
            }

            .service-con ul li .item p {
                color: #515151;
                font-size: 14px;
                line-height: 22px;
                margin-top: 7px;
            }

            .service-con ul li .item:hover h3 {
                font-size: 18px;
                font-weight: 700;
                border-bottom: 2px #f00 solid;
            }
/*找对像的N个难题*/
.qa_module {
    width: 1200px;
    padding: 20px 30px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .qa_module .question_box {
        float: left;
        width: 300px;
    }

        .qa_module .question_box .list {
            width: 100%;
        }

            .qa_module .question_box .list ul li {
                font-size: 16px;
                padding: 8px 0;
                line-height: 30px;
                text-align: center;
                margin: 10px 0;
                background: #e0e0e0;
                border-radius: .2rem;
            }

                .qa_module .question_box .list ul li.current {
                    background: #ff5065;
                    color: #fff;
                    cursor: pointer;
                }

                .qa_module .question_box .list ul li:hover {
                    background: #2196f3;
                    color: #fff;
                    cursor: pointer;
                }

                .qa_module .question_box .list ul li.clear {
                    background: #fff;
                    font-size: 18px;
                    font-weight: 700;
                    color: #f00;
                }

                    .qa_module .question_box .list ul li.clear:hover {
                        background: #fff;
                        color: #f00;
                    }

    .qa_module .answer_box {
        float: right;
        width: 740px;
        padding: 50px;
        padding-top: 0px;
    }

        .qa_module .answer_box .links_us_box {
            width: 100%;
            display: inline-block;
            cursor: pointer;
        }

            .qa_module .answer_box .links_us_box .links-left {
                width: 70%;
                display: inline-block;
                float: left;
                background: #ff0d53;
                color: #fff;
                text-align: center;
                padding: 10px 0;
                border-radius: 5px 0 0 5px;
            }

                .qa_module .answer_box .links_us_box .links-left p.tit {
                    font-size: 22px;
                    font-weight: bolder;
                }

                .qa_module .answer_box .links_us_box .links-left p.desc {
                    font-size: 16px;
                }

            .qa_module .answer_box .links_us_box .links-right {
                width: 30%;
                display: inline-block;
                float: right;
                background-image: linear-gradient(20deg, #000000,#4f2d35, #583b48);
                font-size: 20px;
                font-size: 20px;
                color: #fff;
                text-align: center;
                padding: 10px 0;
                border-radius: 0 5px 5px 0;
            }

                .qa_module .answer_box .links_us_box .links-right p {
                    font-size: 16px;
                }

        .qa_module .answer_box .answer {
            width: 96%;
            padding: 2%;
            border: solid 2px #f1f1f1;
            min-height: 240px;
            border-radius: 5px;
            background: #fafafa;
            font-size: 16px;
            line-height: 30px;
        }

            .qa_module .answer_box .answer p {
                line-height: 25px;
                margin-top: 5px;
            }

            .qa_module .answer_box .answer .que {
                margin-bottom: 20px;
            }

                .qa_module .answer_box .answer .que span {
                    background: #343434;
                    padding: 5px 10px;
                    color: #fff;
                    border-radius: .2rem;
                }

            .qa_module .answer_box .answer .ans span {
                background: #ff0000;
                padding: 5px 10px;
                color: #fff;
                border-radius: .2rem;
            }
/*成功案例*/
.success-case {
    width: 1200px;
    padding: 20px 30px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .success-case ul li {
        width: 25%;
        display: inline-block;
        float: left;
        text-align: center;
    }

        .success-case ul li .item {
            width: 90%;
            padding: 5%;
        }

            .success-case ul li .item .hd-img {
                width: 255px;
                height: 255px;
                display: inline-block;
                text-align: center;
                box-shadow: #d8d8d8 0 13px 5px -5px;
            }

                .success-case ul li .item .hd-img img {
                    width: 100%;
                    height: 100%;
                    border-radius: 5px;
                }

            .success-case ul li .item h3 {
                margin-top: 12px;
                line-height: 42px;
                color: #000;
                font-size: 16px;
                font-weight: normal;
                text-align: center;
                border-bottom: 1px #f4f4f4 solid;
            }

            .success-case ul li .item:hover h3 {
                font-size: 16px;
                font-weight: 700;
                border-bottom: 2px #f00 solid;
            }
/*关于我们*/
.about-us {
    width: 1200px;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .about-us ul {
    }

        .about-us ul li {
            width: 25%;
            display: inline-block;
            float: left;
            text-align: center;
        }

            .about-us ul li p {
                text-align: center;
            }

                .about-us ul li p span {
                    padding: 5px 20px;
                    text-align: center;
                    color: #fff;
                    background-image: linear-gradient(20deg, #ff4d4d,#ff3535, #b70000);
                    font-size: 16px;
                    border-radius: 1rem;
                }

            .about-us ul li .ico {
                display: inline-block;
                width: 90%;
                padding: 5%;
            }

                .about-us ul li .ico img {
                    width: 100%;
                    border-radius: 5px;
                }

            .about-us ul li:hover p span {
                background-image: linear-gradient(20deg, #3F51B5,#5267dc, #2196F3);
            }

            .about-us ul li:hover .ico img {
                box-shadow: #d8d8d8 0 13px 5px -5px;
            }

/*新闻资讯*/
.index_news_item {
    width: 1200px;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .index_news_item ul {
    }

        .index_news_item ul li {
            width: 25%;
            display: inline-block;
            float: left;
            text-align: center;
        }

            .index_news_item ul li .t-box {
                width: 90%;
                padding: 0 5%;
            }

                .index_news_item ul li .t-box .title {
                    width: 100%;
                    height: 10px;
                    margin-bottom: 10px;
                    background: #e5e5e5;
                    position: relative;
                }

                    .index_news_item ul li .t-box .title span {
                        height: 20px;
                        display: block;
                        padding: 0 10px 0 5px;
                        color: #000000;
                        font-size: 18px;
                        font-weight: bold;
                        line-height: 20px;
                        background: #FFF;
                        position: absolute;
                        left: 0;
                        top: -7px;
                    }



            .index_news_item ul li .ico {
                display: inline-block;
                width: 90%;
                padding: 5%;
            }

                .index_news_item ul li .ico .img-box {
                    width: 96%;
                    padding: 2%;
                    border: solid 1px #eee;
                    text-align: center;
                }

                    .index_news_item ul li .ico .img-box img {
                        width: 245px;
                        height: 195px
                    }



            .index_news_item ul li .list {
                width: 90%;
                padding: 5%;
            }

                .index_news_item ul li .list p {
                    font-size: 14px;
                    line-height: 35px;
                    color: #000;
                    border-bottom: solid 1px #efefef;
                    padding-top: 0px;
                    text-align: left;
                }

                    .index_news_item ul li .list p > i.iconfont {
                        font-size: 10px;
                        opacity: .5;
                        margin-right: 2px;
                    }

                    .index_news_item ul li .list p:hover {
                        color: #f00;
                    }
/*刺激广告*/
.ad-cn {
    width: 1200px;
    padding: 30px;
    background: #ff5065;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .ad-cn .tit {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
    }

        .ad-cn .tit span {
            padding: 20px 0;
            font-size: 50px;
            font-weight: 700;
            color: #ffeb3b;
            border-bottom: solid 1px #ffeb3b;
        }

    .ad-cn .ser {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 50px;
    }

        .ad-cn .ser p {
            width: 100%;
            text-align: center;
            display: inline-block;
            font-size: 35px;
            font-weight: 700;
            color: #fff;
            line-height: 65px;
        }

            .ad-cn .ser p span {
                padding: 10px 30px;
                background: #000;
                color: #FFEB3B;
                font-size: 40px;
                border-radius: 10px;
                border: solid 3px #ffeb3b;
            }

    .ad-cn .desc {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 50px;
        font-size: 20px;
        color: #fff;
    }

.links_us {
    width: 1200px;
    display: inline-block;
    cursor: pointer;
}

    .links_us .links-left {
        width: 70%;
        display: inline-block;
        float: left;
        background: #db3f52;
        color: #fff;
        text-align: center;
        line-height: 70px;
        font-size: 20px;
    }

        .links_us .links-left span {
            font-size: 30px;
            color: #fff;
            font-weight: 700;
        }

    .links_us .links-right {
        width: 30%;
        display: inline-block;
        float: right;
        background-image: linear-gradient(20deg, #000000,#4f2d35, #583b48);
        font-size: 30px;
        color: #fff;
        text-align: center;
        line-height: 70px;
    }

        .links_us .links-right i.iconfont {
            font-size: 30px;
            margin-right: 5px;
        }
/*友情链接*/
.friend-links {
    width: 1200px;
    padding: 20px 30px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .friend-links .cnt {
        width: 100%;
    }

        .friend-links .cnt a {
            color: #666;
            padding: 10px;
            font-size: 15px;
            margin-bottom: 15px;
        }

            .friend-links .cnt a:hover {
                color: #f00;
                font-weight: 700;
            }

/*网站底部*/
.website_footer {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.website_footercon {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .website_footercon dl {
        float: left;
    }

        .website_footercon dl dt {
            font-size: 16px;
            padding-bottom: 10px;
            font-weight: 700;
        }

        .website_footercon dl dd {
            width: 400px;
        }

            .website_footercon dl dd ul li {
                width: 33%;
                float: left;
                line-height: 30px;
            }

    .website_footercon .er {
        float: left;
    }

        .website_footercon .er h3 {
            font-weight: 700;
            font-size: 16px;
            padding-bottom: 20px;
        }

        .website_footercon .er img {
            border: 1px solid #f2f2f2;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
            width: 118px;
            height: 118px;
        }

    .website_footercon .right {
        float: right;
        width: 430px;
        text-align: left;
    }

        .website_footercon .right h3 {
            font-weight: 700;
            font-size: 16px;
            padding-bottom: 20px;
        }

        .website_footercon .right dl {
            margin-bottom: 10px;
        }

            .website_footercon .right dl dt {
                color: #ff0d53;
            }

                .website_footercon .right dl dt i.iconfont {
                    font-size: 24px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                }

            .website_footercon .right dl dd a {
                display: inline-block;
                background: #ff0d53;
                color: #fff;
                padding: 0px 30px;
                line-height: 36px;
                border-radius: 2px;
            }

                .website_footercon .right dl dd a:hover {
                    opacity: 0.8;
                }

.website_footer_power {
    text-align: center;
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
    font-size: 12px;
    margin-top: 10px;
}

    .website_footer_power div {
        display: inline;
    }

    .website_footer_power p {
        display: inline;
    }

.footer_icon {
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
}

    .footer_icon a i {
        display: inline-block;
        background: url('image/top_1.png') no-repeat;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .footer_icon a {
        display: inline-block;
        height: 40px;
        padding-left: 55px;
        position: relative;
        line-height: 20px;
        margin-left: 20px;
        vertical-align: middle;
        font-size: 12px;
    }

        .footer_icon a.a_1 i {
            width: 47px;
            height: 40px;
            background-position: -87px -40px;
        }

        .footer_icon a.a_2 {
            padding-left: 50px;
        }

            .footer_icon a.a_2 i {
                width: 41px;
                height: 38px;
                background-position: -87px -80px;
            }

        .footer_icon a.a_3 {
            padding-left: 35px;
            background: url('image/top_1.png') no-repeat;
        }

        .footer_icon a.a_3 {
            width: 80px;
            height: 40px;
            background-position: -86px -119px;
            color: #fff;
            line-height: 40px;
            font-size: 12px;
        }

        .footer_icon a.a_4 {
            padding-left: 55px;
            line-height: 40px;
        }

            .footer_icon a.a_4 i {
                width: 47px;
                height: 40px;
                background-position: -87px -169px;
            }

        .footer_icon a.a_5 {
            padding-left: 45px;
        }

            .footer_icon a.a_5 i {
                width: 47px;
                height: 40px;
                background-position: -87px 0px;
            }

        .footer_icon a.a_6 {
            display: inline-block;
            width: 39px;
            height: 35px;
            background: url('image/top_1.png') -155px 0px no-repeat;
        }


/*悬浮功能*/
.comm_poptool {
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 999;
    color: #fff;
}

    .comm_poptool dl {
        margin-bottom: 10px;
        position: relative;
        border: 1px solid #fff;
    }

        .comm_poptool dl.dl_4 {
            display: none;
        }

        .comm_poptool dl dt {
            background: #ff0d53;
            text-align: center;
            font-size: 12px;
            width: 74px;
            height: 74px;
            border-radius: 3px;
        }

            .comm_poptool dl dt a {
                color: #fff;
            }

        .comm_poptool dl dd {
            position: absolute;
        }

        .comm_poptool dl dt span.icon {
            display: inline-block;
        }

        .comm_poptool dl dt {
            box-sizing: border-box;
            position: relative;
            cursor: pointer;
        }

        .comm_poptool dl.dl_1 dt {
            padding-top: 10px;
        }

            .comm_poptool dl.dl_1 dt span.icon {
                width: 23px;
                height: 34px;
                background: url(image/mbg.png) 0px -128px no-repeat;
            }

        .comm_poptool dl dt p {
            line-height: 20px;
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 5px;
            color: #fff;
        }

        .comm_poptool dl.dl_2 dt {
            padding-top: 10px;
        }

            .comm_poptool dl.dl_2 dt span.icon {
                width: 35px;
                height: 35px;
                background: url(image/mbg.png) 0px -170px no-repeat;
            }

        .comm_poptool dl.dl_3 dt {
            padding-top: 10px;
        }

            .comm_poptool dl.dl_3 dt span.icon {
                width: 37px;
                height: 37px;
                background: url(image/mbg.png) 0px -217px no-repeat;
            }

        .comm_poptool dl.dl_4 dt {
            padding-top: 20px;
        }

            .comm_poptool dl.dl_4 dt span.icon {
                width: 36px;
                height: 18px;
                background: url(image/mbg.png) 0px -264px no-repeat;
            }

        .comm_poptool dl.dl_1 dd {
            padding: 10px;
            display: none;
        }

        .comm_poptool dl.dl_1 dd {
            position: absolute;
            background: #fff;
            right: 84px;
            top: -30px;
            border: 1px solid #f1f1f1;
            box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
        }

            .comm_poptool dl.dl_1 dd i {
                position: absolute;
                right: -9px;
                top: 50%;
                width: 10px;
                height: 20px;
                margin-top: -10px;
                background: url(image/mbg.png) -47px -126px no-repeat;
            }

        .comm_poptool dl.dl_3 dd {
            padding: 10px;
        }

            .comm_poptool dl.dl_3 dd i {
                position: absolute;
                right: -9px;
                top: 50%;
                width: 10px;
                height: 20px;
                margin-top: -10px;
                background: url(image/mbg.png) -47px -126px no-repeat;
            }

        .comm_poptool dl dd {
            position: absolute;
            background: #fff;
            right: 84px;
            top: -30px;
            border: 1px solid #f1f1f1;
            box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
        }

/*会员列表页*/
.cn_rank {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
}

    .cn_rank ul li {
        float: left;
        padding: 0px 30px;
        border-right: 1px solid #ebebeb;
        cursor: pointer;
    }

        .cn_rank ul li.current, .cn_rank ul li:hover {
            color: #f45678;
        }

    .cn_rank span.setmap {
        position: absolute;
        left: 0px;
        top: 0px;
        cursor: pointer;
        display: inline-block;
        padding: 0px 15px;
        border-right: 1px solid #ebebeb;
    }

    .cn_rank span.setmap {
        color: #333;
    }

        .cn_rank span.setmap i.iconfont {
            display: inline-block;
            width: 9px;
            height: 13px;
            background: url(../images/bg.png) 0px -100px no-repeat;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 5px;
        }

        .cn_rank span.setmap i.iconfont {
            color: #fff;
        }

        .cn_rank span.setmap.current {
            background: #14b5a0;
            color: #fff;
        }

            .cn_rank span.setmap.current i.iconfont {
                background: url(../images/bg.png) -204px -488px no-repeat;
            }

.list_seacher_box {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0px;
    padding-left: 10px;
}

    .list_seacher_box span.tit {
        float: left;
        line-height: 45px;
        font-size: 18px;
        color: #666;
        margin-right: 3px;
        margin-left: 15px;
        padding: 0 10px;
    }

    .list_seacher_box span.desc-txt {
        font-size: 20px;
        color: #ff0d53;
        margin-right: 20px;
        font-weight: 700;
    }
