﻿@charset "utf-8";
/* CSS Document */

/*使标签更好的兼容html5属性*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB","\5b8b\4f53",sans-serif;
}

body {
    margin: 0;
    position: relative;
    background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
/*全局样式*/
body, html, ul, li, div, form, p, span, h1, h2, h3, header, footer, article {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
}

body { /*font-family:"微软雅黑";*/
    font-family: "Verdana, Geneva, sans-serif";
    -webkit-text-size-adjust: none;
    overflow: scroll;
    overflow-x: hidden;
    color: #2b2b2b;
}

body, html {
    height: 100%;
}

img {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: auto;
}

li {
    list-style: none;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

input:focus {
    outline: none;
}

* + html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
    transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
    -moz-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
    -ms-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
}

ol, li {
    margin: 0;
    padding: 0;
}

cite {
    font-style: normal;
}

p {
    padding: 0;
    margin: 0;
}

cite {
    font-style: normal;
}

tr, td {
    margin: 0;
    padding: 0;
}

.error {
    color: red;
    font-weight: normal;
    font-size: 12px;
}

.ddcolor {
    background: #000;
    width: 15px;
    height: 15px;
    display: block;
    margin-top: 10px;
    float: left;
    margin-left: 5px;
    border-radius: 5px;
}

/*全网顶部通用*/
.header_fixed { /*position:fixed;top:0; */
    width: 100%;
    margin: 0 auto;
    background: #e3e4e5; /*padding:3px 0*/
}

    .header_fixed dl {
        width: 1200px;
        margin: 0 auto;
        height: auto;
        background: #e3e4e5;
    }

    .header_fixed .top_left {
                float: left;
                width: 500px;
                padding-left: 218px;
				
    }

        .header_fixed .top_left h3 {
            height: 32px;
            line-height: 32px;
            vertical-align: middle;
            font-size: 12px;
            color: #fe3a00;
            font-weight: 500;
        }

        .header_fixed .top_left a {
            font-style: normal;
            padding: 0 3px 0 10px;
            margin: 0;
            color: #666;
        }

    .header_fixed .top_right {
        float: right;
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
    }

        .header_fixed .top_right h3 {
            height: 32px;
            line-height: 32px;
            vertical-align: middle;
            font-size: 12px;
            color: #666;
            font-weight: 100;
        }

        .header_fixed .top_right a {
            font-style: normal;
            padding: 0 10px;
            margin: 0;
            color: #666;
        }

        .header_fixed .top_right cite {
            margin: 0 0 0 25px;
            color: #666;
        }

    .header_fixed a:hover {
        COLOR: #fe3a00;
    }
/*全网顶部通用 end*/


/*全网通栏底部*/
.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #212742;
}

.kuan {
    width: 1200px;
    margin: 0 auto;
    margin-top: 6px;
}

    .kuan .left_img {
        float: left;
        width: 300px;
        padding: 0px 0 0 0;
    }

        .kuan .left_img img {
            width: 250px;
            display: block;
        }

    .kuan .right_input {
        float: right;
        width: 300px;
        padding: 23px 0 0 0;
    }

        .kuan .right_input input {
                border: #dfdfdf 1px ridge;
                border-style: double;
                border-radius: 5px;
                height: 24px;
                line-height: 24px;
                color: #dfdfdf !important;
                padding: 2px 3px;
                width: 160px;
                margin: 0 0 0 10px;
        }

        .kuan .right_input a {
            /* border: #8ac44b 1px solid; */
            /* background: #8ac44b; */
            color: #fff;
            margin: 0 0 0 2px;
            height: 26px;
            line-height: 31px;
            padding: 2px 3px;
            color: #999;
            font: 15px/150% Arial,Verdana,"\5b8b\4f53";
            padding-top: 5px !important;
            font-weight: 600;
        }

        .kuan .right_input span {
            float: left;
        }

            .kuan .right_input span a {
                padding: 0px 1px;
            }

        .kuan .right_input img {
            display: block;
        }

        .kuan .right_input .frimg a {
            padding: 0px;
            margin: 0px;
            border: #8ac44b 0px solid;
        }

.foot_midin { /*background:#393534;*/
    height: auto;
    border: 0px none;
    padding-top: 10px;
    margin: 10px auto;
    float: left;
}

    .foot_midin hr {
        float: left;
        width: 29px;
        height: 4px;
        background: #FDB538;
        border-radius: 2px;
        margin-right: 90%;
        border-width: 0px;
        margin-top: 20px;
    }

    .foot_midin ul {
        width: 1200px;
        margin: 30px 0px;
        margin-left: 115px;
    }

        .foot_midin ul li {
            height: auto;
            min-height: 126px;
            border: none;
            line-height: 25px;
            float: left;
            color: #efefef;
            width: 33%;
        }

            .foot_midin ul li:nth-child(0n+1) {
                margin: 0 0 0 0px;
            }

            .foot_midin ul li h3 a {
                color: #242424;
                font-family: "微软雅黑";
                font-size: 12px;
                color: rgba(114, 113, 111, 0.88);
                text-decoration: none;
                font-weight: 700;
                text-align: left;
                padding-left: 0px;
                text-align: left;
                padding-left: 0px;
                font-size: 20px;
                font-family: Source Han Sans CN;
                font-weight: 500;
                color: #FFFFFF;
                line-height: 28px;
            }

            .foot_midin ul li a {
                margin: 2px 0;
                display: block;
                text-decoration: none;
                color: #8b8b8b;
                font-size: 12px;
                text-align: left;
                padding-left: 0px;
                text-align: left;
                padding-left: 0px;
                font-size: 17px;
                font-family: Source Han Sans CN;
                font-weight: 300;
                color: #FFFFFF99;
                line-height: 36px;
                clear: both;
                width: fit-content;
                display: block;
            }

            .foot_midin ul li a:hover {
                color: #ffbb50;
            }

            .foot_bottom h4 a:hover {
                color: #ffbb50;
                text-decoration:none;
            }

@media screen and (max-width: 900px){
    .foot_midin ul li {
        height: auto;
        min-height: 126px;
        border: none;
        line-height: 25px;
        float: left;
        color: #efefef;
        width: 100% !important;
    }
}

.foot_bottom {
    width: 100%;
    height: auto;
    border: none;
}

    .foot_bottom ul {
        width: 880px;
        margin: 0 auto;
        padding: 15px 0 0 0;
    }

        .foot_bottom ul li {
            float: left;
            padding: 15px 10px;
            background: url(images/foot_bottom_bg.jpg) no-repeat right center;
        }

            .foot_bottom ul li a {
                color: #cccccc;
            }

    .foot_bottom h3 {
        text-align: left;
        color: #8b8b8b;
        font-family: "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
        font-size: 12px;
        font-weight: 500;
        width: 1200px;
        margin: 0 auto;
        padding: 17px 0 0 0;
    }

        .foot_bottom h3 a {
            color: #8b8b8b;
            margin: 0 3px; /*display: inline-block*/
        }

    .foot_bottom h4 {
        font-size: 13px;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 28px;
        margin: 0 auto;
        padding: 10px 0px;
    }

        .foot_bottom h4 a {
            color: #8b8b8b;
            margin: 0 10px;
            display: inline-block;
        }

    .foot_bottom .foot_link {
        width: 845px;
        margin: 0 auto;
        padding: 15px 0;
    }

        .foot_bottom .foot_link li {
            float: left;
            padding: 15px 7px;
            background: none;
        }

            .foot_bottom .foot_link li a {
                color: #cccccc;
            }

                .foot_bottom .foot_link li a img {
                    border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                }
/*index 首页部分  logo index_logo*/
.index_logo {
    width: 1200px;
    margin: 0 auto;
    background: none;
    overflow: hidden;
    height: auto;
}

    .index_logo .logo {
        float: left;
        width: 260px;
        height: 67px;
    }

    .index_logo .logo img {
        height: auto;
        padding: 25px;
        max-width: 300px;
        padding-top: 45px;
        padding-left: 20px;
        width: 265px;
    }

    .index_logo .logo a {
        position: absolute;
        background-color: #fff;
        top: 0px;
    }

    .index_logo .index_ad {
        float: left;
        width: 620px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .index_logo .index_ad img {
        width: 620px;
        height: auto;
    }

.index_logo1 .index_ad {
    float: left;
    width: 1002px;
    margin-top: 19px;
    margin-bottom: 20px;
}

    .index_logo1 .index_ad img {
        width: 1200px;
        height: auto;
    }

.index_logo .index_info {
    float: right;
    margin: 15px 0 0 0;
    margin-top: 30px;
    margin-right: 36px;
}

    .index_logo .index_info img {
        width: 45px;
        height: auto;
    }

    .index_logo .index_info h3 {
        width: 100%;
        text-align: left;
        color: #393534;
        font-weight: 100;
        font-size: 14px;
    }

    .index_logo .index_info h3 span {
        color: #F00;
    }
    .index_logo .index_info .a2a_svg {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }



    .index_info img {
        width: 45px;
        height: auto;
    }

    .index_info h3 {
        width: 100%;
        text-align: left;
        color: #393534;
        font-weight: 100;
        font-size: 14px;
    }

    .index_info h3 span {
        color: #F00;
    }


/*index_nav 部分*/
.index_nav {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #393534;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    overflow: hidden;
}

    .index_nav ul {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

        .index_nav ul li {
            width: 750px;
            float: left;
        }

            .index_nav ul li h3 {
                height: 30px;
                line-height: 30px;
                vertical-align: middle;
                font-size: 14px;
                color: #fff;
                font-weight: 100;
            }

                .index_nav ul li h3 a {
                    color: #fff;
                    padding: 0 10px;
                    display: inline-block;
                }

                    .index_nav ul li h3 a:hover {
                        COLOR: #fe3a00;
                    }
/*首页搜索框代码*/
.index_search {
    width: 360px;
    margin: 0;
    padding: 0;
    background: none;
    float: right;
    overflow: hidden;
}

#search_box {
    height: 50px;
    background: #FFF;
    border: none;
    margin-top: 2px;
    margin-left: 0px;
    margin-bottom: 1px;
    margin-right: 1px;
    float: left;
    width: 500px;
    border: 1px solid #FA4D57;
    border-radius: 4px;
    margin-left: 80px;
}

@media screen and (max-width: 900px) {    
    #search_box {
    width: 350px !important;
    margin: 15px;
    }
}

    #search_box form {
        width: auto;
        overflow: hidden;
    }

    #search_box #s {
        float: left;
        padding: 0;
        margin: 0 0 0 6px;
        border: 0;
        width: 415px;
        background: none;
        font-size: 14px;
        font-family: "微软雅黑";
        height: 47px;
        line-height: 86px;
    }

    #search_box #go {
        font-family: "Microsoft YaHei";
        font-size: 16px;
        float: right;
        margin: 0;
        margin-top: -2px;
        padding: 0;
        background: url(../images/search.png) no-repeat #FA4D57;
        background-position: center;
        background-size: 23px 23px;
        -webkit-background-size: 25px 25px;
        border: 0;
        width: 70px;
        height: 31px;
        line-height: 25px;
        margin: 0;
        cursor: pointer;
        color: #fff;
        border: #fe3a00 1px solid;
        padding-bottom: 3px;
    }



/*index_ad_list 首页*/
.index_ad_list {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
    background: none;
    height: auto;
    overflow: hidden;
}

    .index_ad_list ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

        .index_ad_list ul li {
            float: left;
            width: 238px;
        }

            .index_ad_list ul li:not(first) {
                margin: 0px 1px 0px 1px;
            }

            .index_ad_list ul li img {
                width: 100%;
                height: auto;
            }



.index_logo1 {
    float: left;
    width: 1002px;
    display: none;
    /*border: 1px solid;*/
}
/*首页主要内容部分*/
.index_main {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: none;
    height: auto;
    overflow: hidden;
    position: relative;
}

.index_main_left {
    float: left;
    width: 193px;
    height: auto;
    background: #fe3a00;
    overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 2px;
    margin-left: -1px;
    border-radius: 7px;
    margin-top: -3px;
}

.index_main_left h2 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    padding: 10px 0px;
    width: 176px;
    margin: 5px auto;
    font-weight: 100;
    background-color: #fe3a00;
    border-bottom: 1px solid;
    font-weight: 500;
}

    .index_main_left h3 {
        text-align: left;
        color: #fff;
        font-size: 15px;
        padding: 8px 0 0 0;
        margin: 5px auto;
        font-weight: 500;
        width: 96%;
        font-family: arial;
    }

        .index_main_left h3 a {
            color: #fff;
            padding: 2px 5px;
        }

    .index_main_left h4 {
        text-align: left;
        color: #fff;
        font-size: 13px;
        padding: 5px 2%;
        margin: 5px auto;
        font-weight: 100;
        width: 96%;
        line-height: 22px;
    }

        .index_main_left h4 a {
            color: #fff;
            display: inline-block;
            padding: 2px 5px;
        }

            .index_main_left h4 a:hover {
                COLOR: #ddd;
            }

.left_ad {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    background: #fff;
}

    .left_ad img {
        display: block;
        margin: 5px auto;
    }

.index_main_right {
    width: 1200px;
    height: auto;
    background: none;
    overflow: hidden;
}

.index_pro_list {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    position: relative;
    overflow: hidden;
    height: auto;
}

    .index_pro_list .title {
        text-align: right;
        color: #ddd;
        font-size: 14px;
        padding: 2px 0;
        margin: 5px auto;
        font-weight: 100;
        float: right;
        width: 100%;
    }

        .index_pro_list .title cite {
            font-size: 18px;
            color: #fe3a00;
            font-weight: 600;
            margin: 0 0 0 3px;
            float: left;
        }

        .index_pro_list .title a {
            color: #393534;
            display: inline-block;
            padding: 2px 8px;
            font-weight: 500;
            font-family: monospace;
        }

            .index_pro_list .title a:hover {
                COLOR: #fe3a00;
                font-weight: 500;
                font-family: monospace;
            }

            .index_pro_list .title a.last {
                float: right; /*COLOR: #fe3a00;*/
                font-size: 14px;
            }

    .index_pro_list .pro_ad {
        width: 100%;
        margin: 5px auto;
        padding: 0;
        display: block;
    }

    .index_pro_list ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

        .index_pro_list ul li {
            float: left;
            width: 19.96%;
                border-right: 0px;
        }

            .index_pro_list ul li:last-child {
                /*float: right;*/
                margin: 0 2px 0 0;
                    
            }

.pro_detailed {
    width: 100%;
    border: #ebebeb 1px solid;
    height: auto;
    padding: 0 0 10px 0;
}

    .pro_detailed:hover {
        border: #fe3a00 1px solid;
    }

    .pro_detailed img {
        width: 92%;
        margin: 10px auto;
        padding: 0;
        display: block;
    }

    .pro_detailed h3 {
        text-align: left;
        color: #393534;
        font-size: 12px;
        padding: 5px 4%;
        margin: 5px auto;
        font-weight: 100;
        width: 92%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        height: 20px;
        /* letter-spacing: 0px; */
        line-height: 13px;
    }

    .pro_detailed h4 {
        text-align: left;
        color: #fe3a00;
        font-size: 14px;
        padding: 2px 4%;
        margin: 5px auto;
        font-weight: 100;
        width: 92%;
        font-family: Arial;
    }

        .pro_detailed h4 s {
            color: #666;
            font-size: 12px;
            margin: 0 0 0 10px;
        }

    .pro_detailed h5 {
        padding: 2px 4%;
        margin: 5px auto;
        font-weight: 100;
        width: 92%;
    }

    .pro_detailed a.add {
        float: left;
        padding: 4px 15px;
        color: #fff;
        border: solid 1px #ddd;
        border-radius: 5px;
        background: #fe3a00;
        margin-left: 20px;
    }

        .pro_detailed a.add:hover {
            /*border-color:#fe3a00;*/
        }

    .pro_detailed a.collect {
        float: left;
        padding: 4px 5px;
        color: #fe3a00;
        border: solid 1px #fe3a00;
        border-radius: 5px;
        font-weight: 500;
        margin-left: 20px;
    }

        .pro_detailed a.collect:hover {
            /*border-color:#fe3a00;*/
        }



/*内页公用样式*/
.inner_logo {
    width: 1200px;
    margin: 0 auto;
    background: none;
    overflow: hidden;
    height: auto;
    /*padding: 10px 0;
    border-bottom: #343539 3px solid;*/
}

    .inner_logo .logo {
        float: left;
        width: 340px;
    }

        .inner_logo .logo img {
            width: 335px;
            height: auto;
            margin: 5px 0 0 0;
        }

    .inner_logo .erweima {
        float: right;
        width: 750px;
        margin: 5px 0 0 0;
    }

        .inner_logo .erweima img {
            width: 100%;
            display: block;
        }

/*------------登录 注册页 （经销商登陆，注册页）----------------------------------------------------------------------------------------*/

.login {
    width: 1200px;
    position: relative;
    margin: 1px auto;
    padding: 0;
    /*background: #fff;*/
    padding: 25px;
}

    .login .right_info {
        float: left;
        width: 49%; /*margin:30px 0;*/
        height: auto;
    }

        .login .right_info ol {
            width: 90%;
            margin: 0 auto;
            padding: 0;
        }

            .login .right_info ol h3 {
                color: #393534;
                font: 14px "微软雅黑";
                padding: 10px 0;
                font-weight: 600;
            }

            .login .right_info ol li {
                width: 100%;
                margin: 5px auto;
                padding: 5px 0;
            }

                .login .right_info ol li span {
                    background: none;
                    width: 90px;
                    text-align: right;
                    padding-right: 10px;
                    vertical-align: middle;
                    float: left;
                    display: inline-block;
                    color: #393534;
                    font: 14px "微软雅黑";
                    height: 32px;
                    line-height: 32px;
                }

                .login .right_info ol li .shuru {
                    display: block;
                    float: left;
                    height: 38px;
                    line-height: 38px;
                    width: 270px;
                    border-radius: 5px;
                    border-style: dashed;
                    border: solid 1px #e8e8e8;
                    padding-left: 8px;
                }

                .login .right_info ol li .yanzheng {
                    display: block;
                    float: left;
                    height: 27px;
                    line-height: 27px;
                    width: 70px;
                    margin: 0 15px 0 0;
                    border-radius: 5px;
                    border-style: groove;
                }

                .login .right_info ol li .yan {
                    width: 50px;
                    height: 32px;
                }

                .login .right_info ol li .wangji {
                    float: left;
                    color: #262626;
                    font: 12px "微软雅黑";
                    padding: 10px 25px;
                }

                .login .right_info ol li .zhuce {
                    float: left;
                    color: #262626;
                    font: 12px "微软雅黑";
                    float: right;
                    margin: 0 55px 0 0;
                }

            .login .right_info ol .login_link {
                    background: #fe3a00;
                    text-align: center;
                    display: inline-block;
                    border-radius: 8px;
                    color: #fff;
                    font: 14px "微软雅黑";
                    padding: 10px 25px;
                    width: 270px;
                    float: left;
            }

.shop_shuoming {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    overflow: hidden;
    background: #EAEAEA;
}

    .shop_shuoming p {
        color: #393534;
        font: 14px "微软雅黑";
        line-height: 24px;
        width: 96%;
        padding: 2px 2%;
    }


/*------会员中心页---------------------------------------------------------------------------*/
.member_main {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    background: none;
    height: auto;
    overflow: hidden;
    position: relative;
}

.site img {
    padding: 0px 4px 0px 4px;
}

.site {
    text-align: left;
    color: #393435;
    font-size: 18px;
    font-weight: 100;
}

    .site span {
        font-weight: 600;
        font-size: 16px;
        padding: 0 15px 0 0;
    }

    .site a {
        font-weight: 100;
        font-size: 14px;
        color: #393435;
    }

        .site a:hover, a:link {
            text-decoration: none;
        }

.member_main_left {
    float: left;
    width: 195px;
    height: auto;
    overflow: hidden;
    border: 1px solid #666;
}

    .member_main_left dl {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

        .member_main_left dl dt {
            width: 99%;
            margin: 0 auto;
        }

            .member_main_left dl dt img {
                max-width: 212px;
                height: 212px;
                border: solid 1px #ddd;
                z-index: 100000;
            }

            .member_main_left dl dt h2 {
                text-align: left; /*color:#FC4203;*/
                font-size: 12px;
                padding: 3px 0;
                margin: 5px auto;
                font-weight: 600;
            }

        .member_main_left dl dd {
                    width: 100%;
                    margin: 0 auto;
                    border: rgba(136,136,136,0.2) 1px solid;
                    background: #f7f7f7;
        }

            .member_main_left dl dd h3 {
                text-align: left;
                color: #fff;
                font-size: 16px;
                padding: 8px 8px;
                margin: 0 auto;
                font-weight: 600;
                width: 100%;
                background: #FA4D57;
            }

            .member_main_left dl dd h4 {
                    text-align: left;
                    color: #767676;
                    font-size: 14px;
                    padding: 5px 2%;
                    margin: 5px auto;
                    font-weight: 600;
                    width: 96%;
                    line-height: 22px;
                    border-bottom: #dbdbdb 1px solid;
            }

                .member_main_left dl dd h4 a {
                    color: #fff;
                    display: block;
                    padding: 2px 5px;
                    color: #aeaeae;
                    font-size: 14px;
                    font-weight: 100;
                }

                    .member_main_left dl dd h4 a:hover {
                        COLOR: #ffbb50;
                    }

.member_main_right {
    float: right;
    width: 980px;
    height: auto;
    background: none;
    overflow: hidden;
}

.menber_ad {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.member_neirong {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    padding: 0 0 10px 0;
}

    .member_neirong h3 {
        text-align: left;
        color: #393435;
        font-size: 14px;
        padding: 8px 0;
        margin: 5px auto;
        font-weight: 100;
        width: 100%;
        border-bottom: #b2d1ff 2px solid;
        color: #E83A2D;
        font-weight: 600;
    }

        .member_neirong h3 a {
            color: #393435;
            padding: 2px 5px;
            float: right;
            font-weight: 100;
            font-size: 12px;
        }

    .member_neirong p {
        font-size: 12px;
        color: #999;
    }
/*.member_neirong p{text-align: center; color:#393435; font-size:14px; padding:8px 0; margin:5px auto; font-weight:100;}*/



/*----------帮助中心-------------------------------------------------------------------------------------------------*/
.help_time {
    width: 100%;
    margin: 0 auto;
    background: #E5E5E5;
}

    .help_time span {
        text-align: left;
        color: #393434;
        font-size: 12px;
        padding: 5px 2%;
        margin: 5px auto;
        font-weight: 100;
        width: 260px;
        line-height: 22px;
        float: left;
    }

.help_time_link {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

    .help_time_link h3 {
        text-align: left;
        color: #393435;
        font-size: 16px;
        padding: 8px 0;
        margin: 5px auto;
        font-weight: 600;
        width: 100%;
    }

    .help_time_link h4 {
        text-align: left;
        padding: 5px 0;
        margin: 5px auto;
        line-height: 22px;
        font-weight: 100;
        font-size: 14px;
    }

        .help_time_link h4 a {
            color: #393435;
            padding: 2px 15px;
            font-weight: 100;
            font-size: 14px;
        }

            .help_time_link h4 a:hover {
                COLOR: #fe3a00;
            }



/*----------- 宣传广告页----------------------------------------------------------------------------------------------*/
.xuanchuan {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: none;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .xuanchuan ul {
        width: 1200px;
        margin: 0 auto;
    }

        .xuanchuan ul li {
            width: 100%;
        }

            .xuanchuan ul li img {
                display: block;
                width: 100%;
            }


/*-------------积分记录----------------------------------------------------------------------------------*/
.jifen_title {
    width: 100%;
    margin: 10px auto;
    background: #E5E5E5;
}

    .jifen_title dl {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

        .jifen_title dl dt {
            float: left;
            width: 33%;
        }

        .jifen_title dl dd {
            float: left;
            width: 33%;
        }

        .jifen_title dl h3 {
            text-align: center;
            color: #E83A2D;
            font-size: 14px;
            padding: 8px 0;
            margin: 5px auto;
            font-weight: 600;
            width: 100%;
        }

            .jifen_title dl h3 span {
                text-align: center;
                color: #393435;
                font-size: 14px;
                padding: 8px 0;
                margin: 5px auto;
                font-weight: 100;
                width: 100%;
                display: block;
            }

.jifen_list {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .jifen_list h2 {
        text-align: left;
        color: #E83A2D;
        font-size: 14px;
        padding: 8px 0;
        margin: 5px auto;
        font-weight: 600;
        width: 100%;
    }

.singleMaster_carList {
    margin: 0 auto;
    width: 100%;
    border: #E5E5E5 1px solid;
}

    .singleMaster_carList td {
        background: #fff;
        color: #000;
        line-height: 28px;
    }

    .singleMaster_carList th {
        color: #393435;
        font-size: 12px;
        font-weight: 400;
        border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
        letter-spacing: 2px;
        line-height: 28px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        padding: 6px 0px 6px 6px;
        background-color: #E5E5E5;
    }

        .singleMaster_carList th.nobg {
            border-top: 0;
            border-left: 0;
            border-right: 1px solid #C1DAD7;
            background: none;
        }

    .singleMaster_carList td {
        vertical-align: middle;
        border-bottom: 1px dotted #E5E5E5;
        background: #fff;
        font-size: 12px;
        text-align: center;
        /*padding: 6px ;*/
        color: #2e2e2e;
        margin: 0;
    }

.jifen_pro {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.jifen_pro_name {
    color: #484848;
}



/*------------卡比劵----------------------------------------------------------*/
.duihuanjuan_list {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.bika_table {
    margin: 0 auto;
    width: 100%;
    border: none;
    background: #EBEBEB;
}

    .bika_table td, .bika_table th {
        text-align: left;
        padding: 10px 0 10px 10px;
    }

    .bika_table td {
        color: #393435;
        font-size: 12px;
        font-weight: 100;
    }

    .bika_table th {
        color: #393435;
        font-size: 14px;
        font-weight: 600;
    }

.duihuanjuan_list h1 {
    padding: 0px;
    text-align: right;
    font: normal 1.4em "微软雅黑"; /*line-height:40px;*/
}

    .duihuanjuan_list h1 cite {
        color: #252525;
        font-style: normal;
        font-weight: 400;
    }

    .duihuanjuan_list h1 span {
    }

        .duihuanjuan_list h1 span a:hover {
            text-decoration: none;
        }

        .duihuanjuan_list h1 span a:link {
            text-decoration: none;
        }

.duihuanjuan_list h2 {
    text-align: left;
    color: #E83A2D;
    font-size: 14px;
    padding: 8px 0;
    margin: 5px auto;
    font-weight: 600;
    width: 100%;
}

.btnJian {
    background: #ededed;
    border: #dbdbdb 1px solid;
    padding: 0 0px 0 0px;
    color: #393435;
}

.btnJia {
    background: #ededed;
    border: #dbdbdb 1px solid;
    padding: 0 0px 0 0px;
    color: #393435;
}

.btnNunner {
    padding: 0 10px 0 10px;
}

.duihuan {
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    height: 25px;
    background: #E83A2D;
    border-radius: 2px;
}

.duihuanjuan_list .duihuan {
    color: #fff;
    font-size: 12px;
}

.bika_dateiled {
    margin: 10px auto;
    width: 100%;
    border: none;
    background: #EBEBEB;
    padding: 10px 0;
}

    .bika_dateiled h3 {
        color: #393435;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 2%;
        margin: 5px auto;
    }

    .bika_dateiled p {
        color: #393435;
        font-size: 12px;
        font-weight: 100;
        padding: 5px 2%;
        margin: 0 auto;
    }




/*------------修改信息部分---------------------------------------------------------------*/
.huiyuan_info {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .huiyuan_info a:hover {
        text-decoration: none;
    }

    .huiyuan_info a:link {
        text-decoration: none;
    }

    .huiyuan_info dl {
        margin: 10px auto;
        width: 100%;
        border: none;
        background: #EBEBEB;
    }

        .huiyuan_info dl dt {
            float: left;
            width: 140px;
            padding: 5px 0 0 5px;
        }

            .huiyuan_info dl dt img {
                width: 140px;
                height: 140px;
                display: block;
                margin: 0 auto;
                padding: 4px;
                border: #666 1px solid;
            }

            .huiyuan_info dl dt h3 {
                color: #393435;
                font-size: 12px;
                font-weight: 100;
                padding: 2px 0;
                margin: 0 auto;
            }

                .huiyuan_info dl dt h3 a {
                    background: #F60;
                    color: #fff;
                    display: block;
                    margin: 10px auto;
                    text-align: center;
                    padding: 10px 0;
                }

        .huiyuan_info dl dd {
            float: right;
            width: 780px;
        }

            .huiyuan_info dl dd p {
                color: #393435;
                font-size: 14px;
                font-weight: 100;
                padding: 8px 2%;
                margin: 0 auto;
            }

                .huiyuan_info dl dd p cite {
                    font-weight: 600; /*color:#E87400*/
                }

                .huiyuan_info dl dd p span {
                    float: right;
                    text-align: left;
                }

                .huiyuan_info dl dd p a.xiugai {
                    background: #F60;
                    color: #fff;
                    display: inline-block;
                    margin: 0 0 0 20px;
                    text-align: center;
                    padding: 2px 8px;
                    border-radius: 2px;
                }


.fabu {
    margin: 5px auto; /*padding:5px 0;*/
    width: 96%;
}

    .fabu ol {
        width: 100%;
    }

        .fabu ol li {
            width: 96%; /*padding:5px 0;*/
            margin: 5px auto;
            clear: both;
            line-height: 32px;
            height: auto;
        }

            .fabu ol li span {
                width: 30%;
                text-align: right;
                color: #6c6c6c;
                font-size: 14px;
                float: left;
                line-height: 31px;
                padding: 5px 0;
            }

                .fabu ol li span cite {
                    font-style: normal;
                    color: #e63120;
                }

            .fabu ol li .kuan {
                width: 45%;
                background: #fff;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                padding: 6px 0 6px 4px;
                font-size: 14px;
                color: #706f6f;
                border: #c1c1c1 solid 1px;
                float: left;
            }

                .fabu ol li .kuan:focus {
                    border: #529ff5 solid 1px;
                }

            .fabu ol li .skuan {
                width: 45%;
                background: #fff;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                padding: 12px 0 12px 4px;
                font-size: 14px;
                color: #706f6f;
                border: #c1c1c1 solid 1px;
                float: left;
            }

            .fabu ol li p {
                color: #393435;
                font-size: 12px;
                font-weight: 100;
                padding: 8px 2%;
                margin: 0 auto;
            }

        .fabu ol .btn_link {
            background: #E83A2D;
            color: #fff;
            font-size: 14px;
            float: left;
            display: block;
            width: 15%;
            text-align: center;
            padding: 2px 0;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }


/*----------宝贝传记部分----------------------------------------------------------------------------*/
.baby_dangan {
    margin: 10px auto;
    width: 100%;
    border: none;
    background: #EBEBEB;
    padding: 10px 0;
}

    .baby_dangan h3 {
        text-align: left;
        color: #E83A2D;
        font-size: 16px; /*padding:8px 2%;*/
        margin: 5px auto;
        font-weight: 600;
        width: 96%;
    }

    .baby_dangan p {
        padding: 5px 10px;
        margin: 5px auto;
        clear: both;
        line-height: 32px;
        height: auto;
        font-size: 12px;
    }

    .baby_dangan .baby_shuru {
        width: 200px;
        background: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 6px 0 6px 4px;
        font-size: 12px;
        color: #706f6f;
        border: #c1c1c1 solid 1px;
    }

    .baby_dangan table tr {
        padding: 2px 0px 2px 0px;
        display: block;
    }

    .baby_dangan h3 a {
        background: #F60;
        color: #fff;
        display: inline-block;
        margin: 0 0 0 20px;
        text-align: center;
        padding: 3px 8px;
        font-weight: 100;
        font-size: 14px;
        cursor: pointer;
    }

.baby_yingji {
    margin: 10px auto;
    width: 100%;
    border: none;
    background: #EBEBEB;
    padding: 10px 0;
}

    .baby_yingji h3 {
        text-align: left;
        color: #393435;
        font-size: 16px; /*padding:0 2%;*/
        margin: 5px auto 0 auto;
        font-weight: 600;
        width: 96%;
    }

        .baby_yingji h3 a {
            background: #F60;
            color: #fff;
            display: inline-block;
            margin: 0 0 0 20px;
            text-align: center;
            padding: 3px 8px;
            font-weight: 100;
            font-size: 14px;
        }

    .baby_yingji p {
        width: 96%;
        padding: 5px 0;
        margin: 5px auto;
        clear: both;
        height: auto;
        font-size: 12px;
    }

    .baby_yingji ul {
        width: 96%;
        margin: 0 auto;
    }

        .baby_yingji ul li {
            width: 170px;
            float: left;
            margin: 15px 5px 0 5px;
        }

            .baby_yingji ul li img {
                display: block;
                width: 100%;
            }

            .baby_yingji ul li a {
                text-align: center;
                display: block;
                color: #393435;
                font-size: 12px;
                font-weight: 100;
                padding: 5px 0;
            }

            .baby_yingji ul li .babyedit {
                display: none;
                cursor: pointer;
            }

.rizhi_list {
    margin: 10px auto;
    width: 100%;
    border: none;
    background: none;
    padding: 10px 0;
}

    .rizhi_list h2 {
        text-align: left;
        color: #393435;
        font-size: 16px; /*padding:0 2%;*/
        margin: 5px auto 0 auto;
        font-weight: 600;
        width: 96%;
    }

        .rizhi_list h2 a {
            background: #F60;
            color: #fff;
            display: inline-block;
            margin: 0 0 0 20px;
            text-align: center;
            padding: 3px 8px;
            font-weight: 100;
            font-size: 14px;
        }

    .rizhi_list ul {
        width: 96%;
        margin: 0 auto;
    }

        .rizhi_list ul li {
            width: 100%;
            border-bottom: #7E7E7E 1px dashed;
        }

            .rizhi_list ul li h3 {
                text-align: left;
                color: #393435;
                font-size: 12px;
                padding: 8px 0;
                margin: 5px auto;
                font-weight: 100;
                width: 100%;
            }

                .rizhi_list ul li h3 a {
                    color: #393435;
                }

                .rizhi_list ul li h3 .edit {
                    font-size: 10px;
                    color: #666;
                    margin-left: 10px;
                    cursor: pointer;
                    display: none;
                }

                    .rizhi_list ul li h3 .edit:hover {
                        color: #fe3a00;
                    }

                .rizhi_list ul li h3 span {
                    float: right;
                    padding: 0 10px 0 0;
                }


.pagnation {
    text-align: center;
    margin-top: 32px;
}

    .pagnation a {
        display: inline-block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        overflow: hidden;
        background: url(../images/sprite.png) no-repeat 0 -29px;
        margin-left: 4px;
        font-size: 16px;
        vertical-align: top;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        .pagnation a:hover {
            background-position: 0 -64px;
            color: #fff;
            text-decoration: none;
        }

    .pagnation .page-prev, .pagnation .page-next {
        line-height: 555px;
    }

    .pagnation .page-prev {
        background-position: -35px -29px;
    }

        .pagnation .page-prev:hover {
            background-position: -35px -64px;
        }

    .pagnation .page-next {
        background-position: -70px -29px;
    }

        .pagnation .page-next:hover {
            background-position: -70px -64px;
        }

    .pagnation .current {
        background-position: 0px -64px;
        color: #fff;
    }

.pagnation-tips {
    margin-top: 10px;
    color: #999;
    text-align: center;
}

/*-----------收货地址---------------------------------------------------------------------------------*/
.address {
    margin: 10px auto;
    width: 100%;
    border: none;
    background: #EBEBEB;
    /* padding: 10px 0; */
    border-radius: 12px;
}

    .address h3 {
            text-align: left;
            color: rgba(111, 103, 104, 0.66);
            font-size: 16px;
            /* padding: 0 2%; */
            /* margin: 5px auto 0 auto; */
            font-weight: 500;
            /* width: 96%; */
            background-color: #fff;
            padding: 6px;
            border-radius: 0px;
            padding-left: 18px;
    }

    .address h4 {
            text-align: left;
            color: #393435;
            font-size: 12px;
            margin: 5px auto;
            font-weight: 100;
            width: 96%;
            border-radius: 1px;
    }

        .address h4 a {
                display: inline-block;
                background: #fe3a00;
                color: #fff;
                padding: 8px 15px;
                margin: 0 auto;
                width: 10%;
                text-align: center;
        }

            .address h4 a:hover {
                text-decoration: none;
            }

            .address h4 a:link {
                text-decoration: none;
            }

    .address p {
        text-align: left;
        color: #393435;
        font-size: 12px;
        margin: 5px auto;
        margin-bottom: 0px;
        font-weight: 100;
    }


.address1 {
    margin: 10px auto;
    width: 100%;
    border: none;
    background: #EBEBEB;
    padding: 10px 0;
    border-radius: 5px;
    height: 618px;
}

    .address1 h3 {
        text-align: left;
        color: #393435;
        font-size: 16px; /*padding:0 2%;*/
        margin: 5px auto 0 auto;
        font-weight: 600;
        width: 96%;
    }

    .address1 h4 {
        text-align: left;
        color: #393435;
        font-size: 12px;
        margin: 5px auto;
        font-weight: 100;
        width: 96%;
        border-radius: 1px;
    }

        .address1 h4 a {
            display: inline-block;
            background: #fe3a00;
            color: #fff;
            padding: 8px 15px;
            margin: 0 auto;
            width: 10%;
            text-align: center;
        }

            .address1 h4 a:hover {
                text-decoration: none;
            }

            .address1 h4 a:link {
                text-decoration: none;
            }

    .address1 p {
        text-align: left;
        color: #393435;
        font-size: 12px;
        margin: 5px auto;
        margin-bottom: 0px;
        font-weight: 100;
        width: 96%;
    }

/*--------------修改密码----------------------------------------------------------------------------------*/
.xiugai_psd {
    margin: 5px auto;
    padding: 5px 0;
    width: 100%;
    background-color: #EBEBEB;
}

    .xiugai_psd ol {
        width: 100%;
    }

        .xiugai_psd ol h3 {
            text-align: left;
            color: #393435;
            font-size: 16px; /*padding:0 2%;*/
            margin: 5px auto 0 auto;
            font-weight: 600;
            width: 96%;
        }

        .xiugai_psd ol li {
            width: 96%;
            padding: 5px 0;
            margin: 5px auto;
            clear: both;
            line-height: 32px;
            height: auto;
        }

            .xiugai_psd ol li label {
                width: 30%;
                text-align: right;
                color: #6c6c6c;
                font-size: 14px;
                float: left;
                line-height: 1.3em;
                padding: 5px 0;
            }

                .xiugai_psd ol li label cite {
                    font-style: normal;
                    color: #e63120;
                }

            .xiugai_psd ol li .kuan {
                width: 45%;
                background: #fff;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                padding: 6px 0 6px 4px;
                font-size: 14px;
                color: #706f6f;
                border: #c1c1c1 solid 1px;
                float: left;
            }

                .xiugai_psd ol li .kuan:focus {
                    border: #529ff5 solid 1px;
                }

            .xiugai_psd ol li p {
                color: #393435;
                font-size: 12px;
                font-weight: 100;
                padding: 2px 2%;
                margin: 0 auto;
            }

        .xiugai_psd ol .btn_link {
            background: #E83A2D;
            color: #fff;
            font-size: 14px;
            float: left;
            display: block;
            width: 15%;
            text-align: center;
            padding: 2px 0;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }



/*--------------订阅----------------------------------------------------------------------------------*/
.dingyue {
    margin: 5px auto;
    padding: 5px 0;
    width: 96%;
}

    .dingyue ol {
        width: 100%;
    }

        .dingyue ol h3 {
            text-align: left;
            color: #393435;
            font-size: 14px;
            padding: 0 2%;
            margin: 5px auto 0 auto;
            font-weight: 600;
            width: 96%;
        }

        .dingyue ol li {
            width: 96%;
            padding: 5px 0;
            margin: 5px auto;
            clear: both;
            line-height: 32px;
            height: auto;
        }

            .dingyue ol li label {
                width: 30%;
                text-align: right;
                color: #6c6c6c;
                font-size: 14px;
                float: left;
                line-height: 1.3em;
                padding: 5px 0;
            }

                .dingyue ol li label cite {
                    font-style: normal;
                    color: #e63120;
                }

            .dingyue ol li .kuan {
                width: 45%;
                background: #fff;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                padding: 6px 0 6px 4px;
                font-size: 14px;
                color: #706f6f;
                border: #c1c1c1 solid 1px;
                float: left;
            }

                .dingyue ol li .kuan:focus {
                    border: #529ff5 solid 1px;
                }

            .dingyue ol li p {
                color: #393435;
                font-size: 12px;
                font-weight: 100;
                padding: 2px 2%;
                margin: 0 auto;
            }


.dingyue_link {
    background: #189C43;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 10px;
}

.quxiao_link {
    background: #E83A2D;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}




/*--------------会员收费结束-----------------------------------------------------------------------------*/
.jieshao {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: none;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .jieshao ul {
        width: 1200px;
        margin: 0 auto;
    }

        .jieshao ul li {
            width: 100%;
        }

            .jieshao ul li img {
                display: block;
                width: 100%;
            }

    .jieshao p {
        color: #393435;
        font-size: 14px;
        font-weight: 100;
        padding: 5px 0;
        margin: 0 auto;
        line-height: 24px;
    }

        .jieshao p cite {
            font-weight: 600;
            color: #E83A2D;
        }





/*-------会员信息平台-----------------------------------------------------------------------*/
.member_info {
    float: right;
    width: 915px;
    height: auto;
    background: none;
    overflow: hidden;
}

.member_inner_logo {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
    height: auto;
    background: #393435;
}

    .member_inner_logo dt {
        float: left;
        width: 190px;
    }

        .member_inner_logo dt img {
            width: 170px;
            margin: 5px auto;
            display: block;
        }

    .member_inner_logo dd {
        float: left;
        width: 700px;
        margin-top: 15px;
    }

    .member_inner_logo input {
        padding: 5px 3px;
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
        width: 280px;
        border: #393435 1px solid;
    }

    .member_inner_logo .chaxun {
        text-align: center;
        padding: 5px 15px;
        height: 24px;
        line-height: 24px;
        vertical-align: middle;
        color: #fff;
        background: #DD1F0F;
    }

    .member_inner_logo .gengduo {
        text-align: center;
        padding: 5px 15px;
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
        color: #fff;
        background: #DD1F0F;
        float: right;
    }


.member_table {
    width: 100%;
    margin: 15px auto;
}

.inner_touxinag {
    width: 96%;
    margin: 5px auto;
    display: block;
}

.caozuo {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    overflow: hidden;
    height: auto;
}

    .caozuo h3 {
        text-align: right;
        font-size: 14px;
        font-weight: 100;
    }

        .caozuo h3 a {
            text-align: center;
            padding: 5px 15px;
            height: 24px;
            line-height: 24px;
            vertical-align: middle;
            color: #fff;
            background: #DD1F0F;
            margin: 0 0 0 15px;
        }



/*--------会员信息平台 全部-------------------------------------------------------------*/
.member_con {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    padding: 10px 0;
    background: #E3E3E3;
    margin: 10px auto;
}

    .member_con h3 {
        text-align: left;
        color: #393435;
        font-size: 14px;
        padding: 8px 2%;
        margin: 5px auto;
        font-weight: 100;
        width: 96%;
    }

        .member_con h3 a {
            color: #393435;
            padding: 2px 5px;
            float: right;
            font-weight: 100;
            font-size: 12px;
        }

    .member_con p {
        text-align: center;
        color: #393435;
        font-size: 14px;
        padding: 8px 0;
        margin: 5px auto;
        font-weight: 100;
    }

        .member_con p cite {
            margin: 0 15px 0 0;
            font-weight: 100;
        }


.member_all_info {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    height: auto;
}

    .member_all_info dl {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        background: #E3E3E3;
    }

        .member_all_info dl dt {
            float: left;
            width: 190px;
        }

            .member_all_info dl dt img {
                width: 170px;
                height: 170px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                margin: 5px auto;
                display: block;
            }

        .member_all_info dl dd {
            float: right;
            width: 700px;
            margin-top: 15px;
        }

            .member_all_info dl dd p {
                margin: 3px auto;
                padding: 2px 0;
                text-align: left;
                height: 24px;
            }

                .member_all_info dl dd p span {
                    text-align: left;
                    float: left;
                    width: 48%;
                    margin: 0 1%;
                }

.foot_linkinfo {
    background-color: #212742;
    margin-bottom: 6px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #4C557F;
}



/*--------会员中心 分页------------------------------------------------------------*/
/*bootstrap*/
.pagination a[disabled] {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination span.active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
/*网易风格*/
.anpager .cpb {
    background: #1F3A87 none repeat scroll 0 0;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-weight: bold;
    margin: 5px 4px 0 0;
    padding: 4px 5px 0;
}

.anpager a {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #CCCCCC;
    color: #1F3A87;
    margin: 5px 4px 0 0;
    padding: 4px 5px 0;
    text-decoration: none;
}

    .anpager a:hover {
        background: #1F3A87 none repeat scroll 0 0;
        border: 1px solid #1F3A87;
        color: #FFFFFF;
    }

/*拍拍网风格*/
.paginator {
    font: 13px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        padding: 5px 8px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px;
    }

        .paginator a:visited {
            padding: 5px 8px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 5px 8px;
        font-weight: bold;
        font-size: 13px;
        border: none;
    }

    .paginator a:hover { /*color: #fff; background: #ffa501;border-color:#ffa501;*/
        text-decoration: none;
    }

    .paginator span.active {
        color: #fe3a00;
    }

    .paginator li {
        vertical-align: middle;
        font-style: normal;
        font-size: 16px;
        font-family: "\5b8b\4f53";
        padding: 0 5px;
        color: #aaa;
        border-radius: 5px;
    }

.wpre {
    vertical-align: middle;
    font-style: normal;
    font-size: 16px;
    font-family: "\5b8b\4f53";
    padding: 0 5px;
    color: #aaa;
}
/*迅雷风格*/
.pages {
    color: #999;
    overflow: auto;
}

    .pages a, .pages .cpb {
        text-decoration: none;
        float: left;
        padding: 0 5px;
        border: 1px solid #ddd;
        background: #fff;
        margin: 0 2px;
        font-size: 11px;
        color: #000;
    }

        .pages a:hover {
            background-color: #E61636;
            color: #fff;
            border: 1px solid #E61636;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #E61636;
        border: 1px solid #E61636;
    }

.code {
    font-weight: bold;
    color: blue;
}

.page-header {
    margin: 20px 0;
}

.mypager {
    width: auto !important;
    margin-left: 2px;
}

#pager1 .pagination {
    width: 85% !important;
}

.paginator li {
    width: 30px !important;
    height: 30px !important;
    display: inline !important;
}

span.active {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.cfm-toolbar {
    position: fixed;
    _position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 0;
    height: 100%;
}

.cf-toolbar {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 6px solid #7a6e6e;
    -webkit-transition: right .3s ease-in-out 0s;
    -moz-transition: right .3s ease-in-out 0s;
    transition: right .3s ease-in-out 0s;
    display:none;
}

    .cf-toolbar ul {
        padding: 0px;
        margin: 0px;
        position: fixed;
        top: 170px;
    }

        .cf-toolbar ul li:hover {
            background-color: #fe3a00;
            cursor: pointer;
        }

        .cf-toolbar ul li {
            width: 35px;
            height: 34px;
            background-color: #7a6e6e;
            border-radius: 5px;
            margin-top: 5px;
            margin-left: -32px;
        }

.logins {
    display: none;
    position: fixed;
    top: 100px;
    z-index: 200000000;
}

.mini-login {
    display: none;
    width: 350px;
    height: 338px;
    opacity: 1;
    color: #404040;
    position: fixed;
    _position: absolute;
    z-index: 200000000;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #fff;
}

.mnl-bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #999;
    left: -5px;
    top: -5px;
    opacity: 0.2;
}

.mnl-box {
    position: relative;
    z-index: 1;
    background: #fff;
}

.mnl-hd {
    height: 40px;
    line-height: 40px;
    padding-right: 14px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: right;
    background-color: #fe3a00;
}

.mnl-ft {
    background-color: #F5F5F5;
}

.mnl-ifr {
    display: block;
    width: 350px;
    height: 438px;
    margin: 0 auto;
}

.mnl-close {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-family: Tahoma,sans;
    font-size: 22px;
    position: absolute;
    text-decoration: none;
    top: 8px;
    left: 5px;
    opacity: 0.8;
}

.static-form .field {
    margin-top: 20px;
    position: relative;
}

.filedtitle {
    margin: 2px 0px 0px 20px;
    color: red;
    font-size: 12px;
}

.filedu {
    margin: 10px 0px 0px 20px;
    position: relative;
}

    .filedu label {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #F3F3F3;
        text-align: center;
        position: absolute;
        left: 1px;
        top: 1px;
        outline: 0;
    }

    .filedu input {
        width: 240px;
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        padding: 11px 8px 11px 50px;
        border: 1px solid #ddd;
    }

.filedp {
    margin: 20px 0px 0px 20px;
    position: relative;
}

    .filedp label {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #F3F3F3;
        text-align: center;
        position: absolute;
        left: 1px;
        top: 1px;
        outline: 0;
    }

    .filedp input {
        width: 240px;
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        padding: 11px 8px 11px 50px;
        border: 1px solid #ddd;
    }

.filedtt {
    margin: 20px 0px 0px 20px;
    position: relative;
}

    .filedtt span a {
        color: #6c6c6c;
        font-size: 12px;
    }

        .filedtt span a:hover {
            color: #fe3a00;
            cursor: pointer;
        }

.filedt {
    margin: 45px 0px 0px 20px;
    position: relative;
}

    .filedt .cfsubmit {
        width: 300px;
        height: 42px;
        border: 0;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        line-height: 42px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        background: #fe3a00;
        border-radius: 3px;
        cursor: pointer;
        zoom: 1;
    }

        .filedt .cfsubmit:hover {
            background-color: #c01b1c;
        }

/*-------新增 产品页---------------------------------------------------------------------------------*/
.add_div {
    margin: 0 auto;
    width: 1200px;
    padding: 0;
    height: auto;
    margin-bottom: 10px;
}

.list_xuanze {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    margin: 10px auto;
    display:none;
}

    .list_xuanze ul {
        width: 300px;
        float: left;
        border: rgba(228, 228, 228, 0.98) 1px solid;
        padding: 0;
    }

        .list_xuanze ul li {
            float: left;
            width: 18%;
            display: block;
            text-align: center;
        }

            .list_xuanze ul li:last-child {
                float: left;
                width: 19%;
                display: block;
                text-align: center;
            }

            .list_xuanze ul li a:hover {
                text-decoration: none;
            }

            .list_xuanze ul li a:link {
                text-decoration: none;
            }

            .list_xuanze ul li.f_1 {
                width: 27%;
            }

                .list_xuanze ul li.f_1 a {
                    border-left: none;
                }

            .list_xuanze ul li a {
                border-left: rgba(228, 228, 228, 0.98) 1px solid;
                height: 23px;
                line-height: 23px;
                vertical-align: middle;
                display: block;
                color: #686868;
            }

                .list_xuanze ul li a.active, .list_xuanze ul li a:hover {
                    background: #fe3a00;
                    color: #fff;
                }

.errorDetail {
    text-align: center;
    margin-top: 10%;
    height: 300px;
}

    .errorDetail h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .errorDetail p {
        font: 12px/1.5 tahoma,arial,"\5b8b\4f53";
        margin-bottom: 30px;
    }

        .errorDetail p a {
            color: #36c;
        }

            .errorDetail p a:hover {
                color: #c60;
            }

.prosearchnodata {
    margin-left: 32px;
    line-height: 32px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #f60;
}

    .prosearchnodata em {
        color: #333;
        font-style: normal;
    }

.shoppingcar {
    width: 100%;
    display: block;
    /*margin-top: 100px;*/
}

    .shoppingcar .member_neirong table {
        width: 100%;
    }

        .shoppingcar .member_neirong table th {
            padding: 4px 0;
            color: #999;
            font-weight: 400;
            text-align: center;
            border-bottom: solid 3px #b2d1ff;
            border-right: 3px solid #fff;
            font-size: 12px;
        }

            .shoppingcar .member_neirong table th:first-child {
                text-align: left;
            }

        .shoppingcar .member_neirong table td:first-child {
            padding: 4px 0;
            color: #000;
            font-weight: 400;
            text-align: left;
            vertical-align: top;
            width: 260px;
        }

        .shoppingcar .member_neirong table td:not(first-child) {
            padding: 4px 0;
            color: #999;
            font-weight: 400;
            text-align: center;
            vertical-align: middle;
        }

    .shoppingcar .member_neirong a {
        color: #000;
        display: block;
    }

        .shoppingcar .member_neirong a:hover {
            color: #fe3a00;
        }

        .shoppingcar .member_neirong a img {
            float: left;
            width: 82px;
            height: 82px;
        }

        .shoppingcar .member_neirong a span {
            /*float:left;*/
            display: block;
            vertical-align: top;
            /*color:#999;*/
        }

    .shoppingcar .member_neirong table tube-title {
        width: 360px;
    }

    .shoppingcar .member_neirong table tube-price {
        width: 120px;
    }

    .shoppingcar .member_neirong table tube-amount {
        width: 125px;
    }

    .shoppingcar .member_neirong table tube-promo {
        width: 120px;
    }

    .shoppingcar .member_neirong table tube-sum {
        width: 120px;
    }

    .shoppingcar .member_neirong table tube-score {
        width: 120px;
    }

    .shoppingcar .member_neirong table .price {
        color: #393534;
        font-weight: 600;
    }

    .shoppingcar .member_neirong table .sum {
        color: #fe3a00;
        font-weight: 600;
    }

    .shoppingcar .member_neirong .del {
        background-color: #fff;
        border: none;
    }

        .shoppingcar .member_neirong .del:hover {
            color: #fe3a00;
        }

.ordertext {
    width: 100%;
    font: 12px/1.5 tahoma,arial,"\5b8b\4f53";
    border-top: solid 1px #b2d1ff;
    background: #fff;
    height: 40px;
}

    .ordertext .rpan {
        float: right;
    }

    .ordertext span {
        margin: 10px 0;
        display: block;
    }

    .ordertext .lspan {
        float: left;
        width: 60%;
        text-align: left;
        color: #999;
    }

        .ordertext .lspan input {
            width: 248px;
            height: 19px;
            line-height: 19px;
            resize: none;
            overflow: auto;
        }

        .ordertext .lspan cite {
            float: left;
        }

        .ordertext .lspan .invoice {
            margin-left: 10px;
        }

        .ordertext .lspan cite input[type="checkbox"] {
            margin: 0px;
        }

        .ordertext .lspan .cubby {
            margin-left: 10px;
        }

    .ordertext .rspan {
        /*float:right;*/
        float: left;
        text-align: right;
        padding: 12px;
    }

    .ordertext .rrspan {
        float: left;
        text-align: right;
    }

        .ordertext .rrspan strong {
            color: #fe3a00;
            font-size: 24px;
            font-weight: 700;
            font-family: tahoma;
        }

            .ordertext .rrspan strong span {
                float: left;
            }

            .ordertext .rrspan strong em {
                float: left;
                font-style: normal;
                font-family: arial;
                float: left;
            }

        .ordertext .rrspan #actualpayment {
            margin: 0px;
            padding: 0px;
        }

.tc-amount .tc-text:focus {
    border-color: #c97;
}

.tc-amount {
    width: 34px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font: 10px/1 tahoma,arial,"\5b8b\4f53";
}

.tc-text {
    border: 1px solid #ccc;
    outline: 0;
    resize: none;
}

    .tc-text:focus {
        border-color: #c97;
    }

.shoppingcar .member_neirong {
    font: 12px/1 tahoma,arial,"\5b8b\4f53";
}

.jian {
    margin-right: 4px;
    cursor: pointer;
    /*border:solid 1px #000;*/
}

.jia {
    margin-left: 3px;
    cursor: pointer;
    /*border:solid 1px #000;*/
}
/*产品详细*/
div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/zoommask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

div.zoomDiv img {
    max-width: none;
}

.line {
    margin-top: -20px;
    border-top: 1px dotted #CFCFCF;
    float: right;
    width: 100%;
}

    .line a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 182px;
        height: 37px;
        line-height: 37px;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        /*background: #b10000;*/
        background: #fe3a00;
        color: #fff !important;
        margin: 5px 5px 5px 0;
        float: right;
    }

        .line a:hover {
            text-decoration: none;
        }

        .line a:link {
            text-decoration: none;
        }

.question {
    width: 100%;
    margin: 10px auto 10px auto;
    border: 1px solid #E5E5E5;
    padding: 1px;
    background-color: #FFFFFF;
}

    .question .title {
        display: block;
        font-family: verdana;
        font-size: 12px;
        background-color: #E5E5E5;
        text-align: left;
        padding: 6px 10px;
        width: 100%;
    }

    .question .content {
        display: block;
        width: 100%;
    }

        .question .content textarea {
            margin: 5px;
        }

.subt {
    display: block;
    font-family: verdana;
    font-size: 12px;
    background-color: #E5E5E5;
    text-align: left;
    padding: 6px 10px;
    width: 100%;
    text-align: center;
}

.question input {
}
/*购物车*/
.cart_box {
    position: relative;
    margin-top: 17px;
}

    .cart_box .cart_link {
        -webkit-backface-visibility: hidden;
        text-decoration: none;
        display: block;
        width: 166px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #e5e5e5;
        position: relative;
        background: #fff;
        z-index: 2000;
        box-shadow: 0 0 2px rgba(0,0,0,.2) !important;
        border-radius: 9px;
    }

    .cart_box .cart_gif {
        float: left;
        max-width: 19px !important;
        /* height: 28px !important; */
        overflow: hidden;
        padding: 5px 9px;
    }

    .cart_box .text {
        font-size: 12px;
        width: 91px;
        height: 32px;
        line-height: 30px;
        color: #666;
        overflow: hidden;
        float: left;
        padding-left: 13px;
        background: #f8f8f8;
    }

    .cart_box .cart_link {
        -webkit-backface-visibility: hidden;
        text-decoration: none;
        display: block;
        width: 166px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #e5e5e5;
        position: relative;
        background: #fff;
        z-index: 2000;
        box-shadow: 0 0 2px rgba(0,0,0,.2) !important;
    }

    .cart_box .num {
        width: 25px;
        height: 28px;
        line-height: 25px;
        color: #fff;
        position: absolute;
        background-position: 0 -69px;
        top: -11px;
        font-family: arial;
        text-align: center;
        left: 34px;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .cart_box .icon_arrow_right {
        margin: 2px 2px -2px 5px;
        position: absolute;
        top: 11px;
        right: 2px;
        overflow: hidden;
        width: 8px;
        height: 8px;
        background-position: 0 0;
        background: url(../images/header_icon.png);
    }

    .cart_box .icon_arrow_righth {
        margin: 2px 2px -2px 5px;
        position: absolute;
        top: 11px;
        right: 2px;
        overflow: hidden;
        width: 8px;
        height: 8px;
        background-position: 0 0;
        background: url(../images/header_icon.png) 0px -8px;
    }

    .cart_box .cart_content {
        position: absolute;
        z-index: 200;
        background: #fff;
        border: 1px solid #e5e5e5;
        box-shadow: 0 0 1px rgba(0,0,0,.2);
        margin-right: 52px;
        top: 33px;
        right: -12px;
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .cart_box .cart-icons {
        display: none;
        width: 138px;
        height: 5px;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: -5px;
        right: 0;
    }

    .cart_box .cart_content_null {
        width: 260px;
        text-align: center;
        padding: 20px;
        color: #666;
        font-size: 14px;
        display: none;
        _zoom: 1;
        background: #FFF;
        z-index: 1;
    }

    .cart_box .cart_content_all {
        width: 280px;
        text-align: center;
        /*padding: 20px;*/
        color: #666;
        font-size: 14px;
        display: none;
        _zoom: 1;
        background: #FFF;
        z-index: 1;
    }

    .cart_box ul {
        margin: 0;
        padding: 0;
    }

        .cart_box ul li {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #ddd;
            margin-bottom: 2px;
        }

    .cart_box .con_all {
        background-color: #ddd;
        text-align: left;
        padding: 5px;
    }

        .cart_box .con_all em {
            color: #fe3a00;
            font-style: normal;
            font: 12px/1 tahoma,arial,"\5b8b\4f53";
        }

        .cart_box .con_all .num_all {
            color: #fe3a00;
        }

        .cart_box .con_all .total_price {
            color: #fe3a00;
        }

    .cart_box .cart_btn {
        width: 98px;
        height: 26px;
        background: #fe3a00;
        border: 1px solid #e00a50;
        color: #fff;
        text-align: center;
        line-height: 26px;
        text-decoration: none;
        margin-left: 60px;
        border-radius: 2px;
        padding: 6px;
    }

    .cart_box .simg {
        width: 45px;
        height: 45px;
        float: left;
    }

    .cart_box .main {
        width: 200px;
        height: 200px;
        float: left;
    }

    .cart_box .title {
        display: block;
        width: 200px;
        height: 31px;
        line-height: 18px;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        font-size: 12px;
        text-decoration: none;
        color: #333;
        float: left;
        text-align: left;
        padding-left: 10px;
    }

    .cart_box .price {
        color: #fe3a00;
        font-family: arial;
        text-align: left;
    }

.tb-rate-con-tabbed-box .tabbed-box-bd {
    border: 1px solid #d9e3eb;
    margin-top: -2px;
}

.tabbed-box-bd {
    border: 1px solid #d9e3eb;
}

.rate-list {
    width: 100%;
    margin-top: 20px;
    clear: both;
    height: 292px;
}

.o2oshop-rate-box, .rate-box {
    border-bottom: 1px #DDD dashed;
    padding-bottom: 20px;
}

.itemlist input {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.item-rate-info {
    width: 160px;
    position: relative;
    float: left;
    padding: 50px 0 0 100px;
}

.item-detail {
    width: 130px;
    color: #999;
}

.item-d-img {
    display: block;
    background: #F2F2F2;
    border: 1px solid #E6E6E6;
    width: 128px;
    height: 130px;
    line-height: 127px;
    text-align: center;
    overflow: hidden;
}

    .item-d-img img {
        vertical-align: middle;
    }

.item-title {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 5px;
    width: 123px;
    word-wrap: break-word;
    word-break: break-all;
}

.o2oshop-rate-box .item-rate-main, .rate-box .item-rate-main {
    float: left;
    margin-top: 50px;
    margin-left: 100px;
    width: 570px;
}

.dsr-box {
    width: 100%;
    position: relative;
    padding: 40px 0 40px 264px;
}

    .dsr-box .dsr-title-o2oshop, .dsr-box .dsr-title {
        padding: 15px 0;
        color: #999;
        background: #F3F3F3;
        width: 130px;
        text-align: center;
        position: absolute;
        left: 98px;
        top: 65px;
        _left: -166px;
    }

.stars {
    padding: 20px;
}

    .stars li {
        margin: 5px 0;
    }

        .stars li label {
            line-height: 23px;
        }

.ks-simplestar {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
}

.ks-ss-tips {
    margin-left: 10px;
}

.itemlist input {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.ks-simplestar img {
    margin-right: 5px;
}

.rate-msg-box {
    border: 1px solid #DAF1FC;
    padding: 3px;
    background: #EEF8FD;
    zoom: 1;
}

.o2oshop-rate-box .item-rate-act, .rate-box .item-rate-act {
    font-size: 12px;
    color: #666;
}

    .o2oshop-rate-box .item-rate-act, .rate-box .item-rate-act input {
        padding: 0px 100px;
    }

.rate-msg-box .rate-msg {
    padding: 8px;
    width: 100%;
    border: 1px solid #CCC;
    height: 110px;
    outline: 0;
    display: block;
    resize: vertical;
}

.rate-msg-box .photo-uploader {
    float: left;
    vertical-align: middle;
}

.photo-uploader {
    padding: 3px 0 0;
    width: 390px;
}

    .photo-uploader .upload-btn {
        line-height: 20px;
        position: relative;
        float: left;
        margin-top: 4px;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
        border: 1px solid #7CA0B8;
        font-size: 12px;
        text-align: center;
        background-color: #93B4C6;
        cursor: pointer;
        color: #FFF;
        padding-right: 2px;
    }

.tb-rate-ico.ico-img, .tb-rate-ico-bg.ico-img {
    background-position: 0 -400px;
}

.photo-uploader .upload-btn .file-input-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 300;
    margin: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.pimg1 {
    float: left;
    padding: 0px 50px;
}

.conimg img {
    margin: 5px;
    width: 50px;
    height: 50px;
    float: left;
}

.submitbox {
    margin-top: 10px;
    padding: 20px 0 30px 290px;
}

.tb-rate-btn.type-primary {
    color: #fff;
    background-color: #3498db;
}

.tb-rate-btn.wide-xxl {
    min-width: 130px;
}

.tb-rate-btn {
    border: none;
    color: #333;
    background-color: transparent;
    font-weight: 400;
    line-height: 1.4;
    transition: color .25s linear,background-color .25s linear;
    cursor: pointer;
    outline: 0;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 13px;
    line-height: 1.385;
    padding: 9px 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.erweima {
    float: left;
    max-width: 60px;
}

/*****登录header***/
.headerlogin {
    width: 1200px;
    position: relative;
    margin: 0px auto;
    padding: 0;
    height: 100px;
    background-color: #fe3a00;
}
.headerlogin img {
     margin: 20px 0px 0px 66px;
}
.login .right_info ol li label{
    margin-top: 10px;
    margin-left: 5px;
}
.index_logo2 {
    float: left;
    width: 1200px;
    border: 1px solid;
    margin-top: 7px;
}
.sp-con-info .m-act li {
    width: 280px;
}
.sp-con-info .m-act li .li-top .li-top-tu img {
    width: 260px;
    height: 260px;
}
.dt-pro-property p {
    height: 50px;
    line-height: 50px;
}

.dt-pro-property p cite:first-child {
    font-size: 20px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    width: 150px;
    display: block;
    float: left;
}

.dt-pro-property p cite:last-child {
    font-size: 20px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FA4D57;
}

.noticemsg {
    width: 1200px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #999999;
    line-height: 26px;
    margin: 0 auto;
    z-index: 999;
    position: relative;
    margin-top:8px;
}

.noticemsg span {
    background: url(/assets/fore/images/noticemsg.png)no-repeat;
    background-size: 18px;
    padding-left: 26px;
    margin-left: 25px;
    display: block;
    line-height: 16px;
}

.index_info .share {

}
.index_info .share a {
    float: left;
    margin: 0px 6px 0px 0px;
}
    .index_info .share .facebook {
        background: url(/assets/fore/images/facebook.png)no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        background-size: 90%;
    }
    .index_info .share .instagram {
        background: url(/assets/fore/images/ins.png)no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        background-size: 90%;
    }
    .index_info .share .tiktok {
        background: url(/assets/fore/images/tiktok.png)no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        background-size: 87%;
    }
    .index_info .share .pinterest {
        background: url(/assets/fore/images/pinterest.png)no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        background-size: 90%;
    }
    .index_info .share .whatsapp {
        background: url(/assets/fore/images/whatsapp.png)no-repeat;
        width: 60px;
        height: 60px;
        display: block;
        position: fixed;
        bottom: 160px;
        right: 60px;
        border-radius: 10px;
        z-index:999999;
    }


