﻿@charset "utf-8";
@import url("font_26997_zbfqjfji5h.css");

/*top gray*/
/*html #YingShengSSOTopDIV,.global_nav{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}*/
.loding_all_img {
    background: url(../images/all_img_hover.png) !important;
    display: none !important;
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: "Arial","Microsoft YaHei","微软雅黑","宋体";
}

ul, ol {
    list-style: none;
}

h1, h2 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #09f;
    }

.clear {
    clear: both;
}

img {
    border: none;
}

input {
    outline: none;
}

.hidden {
    display: none !important;
}

.block{
    display:block !important;
}
@font-face {
    font-family: 'iconfont';  /* project id 26997 */
    src: url('//at.alicdn.com/t/font_26997_zbfqjfji5h.eot');
    src: url('../fonts/font_26997_zbfqjfji5h.eot') format('embedded-opentype'),
    url('../fonts/font_26997_zbfqjfji5h.woff2') format('woff2'),
    url('../fonts/font_26997_zbfqjfji5h.woff') format('woff'),
    url('../fonts/font_26997_zbfqjfji5h.ttf') format('truetype'),
    url('../fonts/font_26997_zbfqjfji5h.svg#iconfont') format('svg');
}




.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    background: none;
}



.global_img {
    background: url(../images/all_img_hover.png) no-repeat;
    background: url(../images/all_img_hover.png) no-repeat;
    display: none;
}

body {
    font-size: 12px;
}
/*背景渐变*/
.gradient_bg {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.gradient_all {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.img_to_big {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
/*旋转180度*/
.img_rotation {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.loading {
    width: 150px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/loading.gif) no-repeat center;
    height: 100%;
}



i {
    background: url(../images/all_img.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}




.top_logo {
    background: url(../images/logo.png) no-repeat;
    width: 150px;
    height: 68px;
    float: left;
    cursor:pointer;
    /*background-position:0 -68px;*/
}


.global_nav {
    height: 68px;
    background: #fff;
    position: relative;
    z-index: 998;
    border-bottom: 1px solid #ddd;
}

    .global_nav .company {
        float: right;
        margin-left: 20px;
    }

        .global_nav .company a {
            width: 88px;
            height: 68px;
            line-height: 24px;
            font-size: 12px;
            color: #fff;
            text-align: center;
            display: block;
            background: #ff3e2e;
            float: left;
        }

        .global_nav .company i {
            display: block;
            margin-top: 12px;
            font-size: 26px;
        }

    .global_nav .nav_login, .nav_reg {
        float: right;
        line-height: 68px;
        color: #8a8d93;
        font-size: 14px;
    }

    .global_nav .nav_reg {
        margin-left: 7px;
    }

        .global_nav .nav_reg span {
            display: inline-block;
            height: 14px;
            width: 1px;
            background: #cccccc;
            vertical-align: middle;
            margin-top: -2px;
        }

    .global_nav .nav_login a, .nav_reg a {
        color: #8a8d93;
        padding: 0 14px;
    }

    .global_nav .box_1200 {
        width: 1180px;
        margin: 0 auto;
        position: relative;
    }

    .global_nav .top_logo {
        float: left;
    }

    .global_nav .nav_list {
        float: right;
        width: 580px;
        position: relative;
        z-index: 10;
    }

        .global_nav .nav_list li {
            float: left;
            font-size: 14px;
            color: #404144;
            line-height: 68px;
            position: relative;
        }

            .global_nav .nav_list li .mf_ico {
                position: absolute;
                top: 9px;
                right: 11px;
            }

            .global_nav .nav_list li#ys_top_afree:hover .mf_ico {
                display: none;
            }

            .global_nav .nav_list li a {
                color: #8a8d93;
                padding: 0 22px;
                display: inline-block;
            }

                .global_nav .nav_list li a:hover, .global_nav .nav_list li.on a:hover {
                    background: #2e8bff;
                    color: #fff;
                }

            .global_nav .nav_list li.on a {
                color: #404144;
            }

            .global_nav .nav_list li.more, .global_nav .nav_list li.app_down {
                height: 68px;
                color: #717782;
                position: relative;
            }

        .global_nav .nav_list ol li a {
            float: left;
            font-size: 20px;
            height: 68px;
            padding: 0 16px;
        }
        .global_nav .nav_list ol li a i{
            margin:0;
        }
        .global_nav .nav_list li.app_down i {
            font-size: 22px;
        }

        .global_nav .nav_list li.app_down .app_code_img {
            position: absolute;
            left: -120px;
            top: 100%;
            display: none;
        }

            .global_nav .nav_list li.app_down .app_code_img .triangle_ico {
                left: 148px;
                top: -15px;
            }

                .global_nav .nav_list li.app_down .app_code_img .triangle_ico span {
                    border-width: 8px;
                    margin-left: -8px;
                    top: -7px;
                }

        .global_nav .nav_list li.app_down:hover .app_code_img {
            display: block;
        }

        .global_nav .nav_list ol li {
            position: relative;
        }

        .global_nav .nav_list .more_div {
            display: block;
            width: 380px;
            padding: 19px;
            position: absolute;
            border: 1px solid #e2e5ec;
            top: 68px;
            left: -185px;
            background: #fff;
            z-index: 5;
        }

            .global_nav .nav_list .more_div h3 {
                color: #191e24;
                font-size: 17px;
                line-height: 40px;
                font-weight: normal;
            }

            .global_nav .nav_list .more_div dl {
                border-bottom: 1px solid #dddddd;
                display: inline-block;
                padding-bottom: 9px;
                margin-bottom: 14px;
            }

            .global_nav .nav_list .more_div dd {
                width: 95px;
                padding-bottom: 7px;
                text-align: left;
                float: left;
                color: #71777e;
                line-height: 26px;
            }

                .global_nav .nav_list .more_div dd a {
                    color: #71777e;
                    padding: 0;
                    font-size: 14px;
                    line-height: 28px;
                    height: 28px;
                }

                    .global_nav .nav_list .more_div dd a:hover {
                        color: #2e8bff;
                        background: none;
                    }

    .global_nav .more_div ul {
        display: inline-block;
        padding-bottom: 8px;
    }

    .global_nav .more_div li {
        width: 190px;
        float: left;
        line-height: 55px;
    }

        .global_nav .more_div li i {
            font-size: 30px;
            margin-right: 9px;
            color: #71777e;
            background: none;
        }

    .global_nav .more_div .nav_vip_btn {
        background: #5ea6ff;
        display: block;
        line-height: 50px;
        border: 1px solid #5698e9;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        font-size: 16px;
        height: auto;
        float: none;
    }

        .global_nav .more_div .nav_vip_btn i {
            font-size: 20px;
            background: none;
            margin-right: 7px;
        }



    .global_nav .search {
        float: right;
        width: 157px;
        margin-top: 15px;
        position: relative;
        z-index: 15;
    }

        .global_nav .search .close {
            position: absolute;
            right: 49px;
            top: 10px;
            color: #ced2d7;
            z-index: 9;
            font-size: 20px;
            cursor: pointer;
            display: none;
        }

.search_text {
    width: 100px;
    padding: 10px;
    line-height: 16px;
    /*height:16px;*/
    float: left;
    border: none;
    position: absolute;
    top: 0;
    right: 37px;
    border: 1px solid #dddddd;
}

.search_go {
    width: 36px;
    height: 36px;
    background: #f6f6f6;
    float: right;
    border: 1px solid #dddddd;
    border-left: none;
    text-align: center;
    cursor: pointer;
}

    .search_go i {
        background-position: -300px -280px;
        width: 14px;
        height: 16px;
        margin-top: 10px;
    }




.search_lick {
    display: none;
    background: #fff;
    position: absolute;
    right: 0;
    top: 37px;
    width: 283px;
    border: 1px solid #c1d0d7;
    border: 1px solid rgba(0,0,0,0.1);
}

    .search_lick dl {
        display: block;
    }

    .search_lick dd {
        display: block;
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        padding: 11px 10px 10px 11px;
        color: #333;
        cursor: pointer;
    }



.global_name {
    float: right;
    position: relative;
}


    .global_name dt.name_img {
        padding: 1px;
        float: left;
        margin-top: 15px;
        margin-left: 10px;
        height: 51px;
    }

        .global_name dt.name_img img {
            width: 34px;
            height: 34px;
            border: 1px solid #dddddd;
        }

    .global_name dd {
        float: left;
        color: #8a8d93;
        line-height: 55px;
        height: 68px;
        font-size: 12px;
        padding-left: 7px;
        position: relative;
    }

        .global_name dd a {
            color: #8a8d93;
        }

        .global_name dd i.ico {
            border-width: 6px;
            border-color: #999999 transparent transparent transparent;
            border-style: solid dashed dashed dashed;
            position: absolute;
            left: 25px;
            top: 40px;
            z-index: 10;
            display: inline-block;
            background: none;
        }


.global_nav .member_div {
    width: 232px;
    position: absolute;
    right: 0;
    top: 68px;
    background: #fff;
    z-index: 300;
    border: 1px solid #e2e5ec;
    padding: 14px;
    padding-top: 0;
}

    .global_nav .member_div h3 {
        font-size: 20px;
        color: #191e24;
        line-height: 54px;
        text-align: center;
        border-bottom: 1px solid #dddddd;
        margin: 0 5px;
    }

    .global_nav .member_div .triangle_ico {
        margin-left: 50px;
    }

    .global_nav .member_div dt {
        text-align: center;
        position: relative;
    }

        .global_nav .member_div dt span {
            display: inline-block;
            width: 50%;
            color: #70767d;
            line-height: 22px;
            padding-top: 15px;
            padding-bottom: 10px;
        }

        .global_nav .member_div dt .s1 b {
            color: #ff3e2e;
        }

        .global_nav .member_div dt .s2 b {
            color: #5ea6ff;
            margin-right: 8px;
        }

        .global_nav .member_div dt b {
            font-size: 20px;
        }

        .global_nav .member_div dt .s3 {
            position: absolute;
            left: 50%;
            width: 1px;
            background: #dddddd;
            height: 42px;
            top: 15px;
            padding: 0;
        }

    .global_nav .member_div dd {
        margin: 5px;
        float: left;
        color: #575b61;
        line-height: 36px;
        text-align: center;
        font-size: 14px;
        padding: 0;
        height: auto;
    }

        .global_nav .member_div dd a {
            color: #575b61;
            display: block;
            width: 103px;
            border: 1px solid #c2c6ce;
            border-radius: 5px;
        }

            .global_nav .member_div dd a:hover {
                color: #2e8bff;
                border: 1px solid #2e8bff;
            }

        .global_nav .member_div dd.max {
        }

        .global_nav .member_div dd.red a {
            color: #ff3e2e;
        }

        .global_nav .member_div dd.red i {
            margin-right: 7px;
            background: none;
        }

        .global_nav .member_div dd.max a {
            color: #fff;
            background: #5ea6ff;
            border: 1px solid #5698e9;
            color: #fff;
            width: 218px;
            line-height: 43px;
        }

            .global_nav .member_div dd.max a:hover {
                background: #2e8bff;
                border: 1px solid #2e8bff;
            }

        .global_nav .member_div dd.max_2 a {
            width: 218px;
        }

.triangle_ico {
    border-width: 8px;
    border-color: transparent transparent #e2e5ec transparent;
    border-style: dashed dashed solid dashed;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: -16px;
    display: inline-block;
}

    .triangle_ico span {
        border-width: 6px;
        border-color: transparent transparent #fff transparent;
        border-style: dashed dashed solid dashed;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        top: -4px;
        display: inline-block;
    }




/*问吧头部*/

.global_nav_sub {
    background: url(../images/nav_bg.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod="scale",src='//static.yingsheng.com/sso.yingsheng.com/content/images/nav_bg.png');
    height: 82px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    min-width: 1180px;
    _padding-top: 20px;
    position: relative;
    z-index: 5;
}

    .global_nav_sub .nav_list {
        width: 1180px;
        margin: 0 auto;
        position: relative;
    }

        .global_nav_sub .nav_list ul {
            float: left;
            width: auto;
        }

        .global_nav_sub .nav_list li {
            font-size: 20px;
            line-height: 82px;
            margin-right: 40px;
            float: left;
            position: relative;
        }

            .global_nav_sub .nav_list li a {
                color: #888;
                display: inline-block;
                _display: inline;
                height: 100%;
                font-size: 16px;
                width: 100%;
                position: relative;
                z-index: 11;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -ms-transition: all 0.3s;
                transition: all 0.3s;
            }

                .global_nav_sub .nav_list li a .s1 {
                    position: absolute;
                    right: -27px;
                    top: 13px;
                }

            .global_nav_sub .nav_list li i {
                font-style: normal;
                font-size: 20px;
                padding-bottom: 10px;
                display: inline;
                background: none;
            }

                .global_nav_sub .nav_list li i.now {
                    color: #333;
                }

.ask_nav .nav_list li a:hover i {
    color: #333;
}



.more_cat {
    display: none;
}


/*岗位下拉分类*/
.global_nav .category_v3 {
    font-family: microsoft yahei;
    background: #fff;
    position: absolute;
    width: 1070px;
    left: -290px;
    top: 68px;
    z-index: 990;
    display: none;
    border: 1px solid #e2e5ec;
}

    .global_nav .category_v3 ul {
        margin: auto;
        font-size: 12px;
        line-height: 32px;
    }

    .global_nav .category_v3 li {
        position: relative;
        padding: 0;
        white-space: nowrap;
        display: inline-block;
        float: left;
        line-height: 62px;
        width: 1070px;
        height: 62px;
        min-height: 62px;
        overflow: hidden;
        background: url(../images/cat_bg.png);
    }

        .global_nav .category_v3 li:last-child {
            border-bottom: none;
        }

    .global_nav .category_v3 .all_cat {
        cursor: pointer;
    }

    .global_nav .category_v3 li h3 {
        font-size: 15px;
        font-weight: bold;
        color: #404144;
        float: left;
        width: 120px;
        text-align: center;
        display: block;
    }

        .global_nav .category_v3 li h3 a {
            font-size: 17px;
            font-weight: bold;
            color: #404144;
            padding: 0;
        }

    .global_nav .category_v3 .m_cat_img {
        vertical-align: middle;
        margin-top: -2px;
        margin-left: 10px;
    }

    .global_nav .category_v3 .c_desc {
        float: right;
        width: 949px;
    }

    .global_nav .category_v3 span a {
        display: inline-block;
        font-size: 12px;
        color: #404144;
        padding: 5px 7px;
        word-break: break-all;
        word-wrap: break-word;
        line-height: 12px;
        vertical-align: middle;
        margin-top: -3px;
    }

        .global_nav .category_v3 span a:hover {
            background: #5ea6ff;
            color: #fff;
        }

    .global_nav .category_v3 .all_p {
        width: 55px;
        display: inline-block;
    }

    .global_nav .category_v3 span {
        float: left;
        display: inline-block;
        height: 14px;
        line-height:14px;
        padding: 24px 0;
        margin-right: 30px;
        box-sizing: unset;
    }


.global_nav .cat_shadow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.category_v3 .triangle_ico {
    margin-left: -200px;
    border-width: 10px;
    top: -20px;
}

    .category_v3 .triangle_ico span {
        margin: 0;
        padding: 0;
        height: 0;
        border-width: 8px;
        margin-left: -8px;
        top: -6px;
    }


/*岗位下拉分类结束*/


/*分页样式*/

/*课程分页重写*/
.page {
    margin: 20px 0;
    font-size: 14px;
    font-family: microsoft yahei;
    text-align: center;
}

    .page a, .page span {
        color: #636d77;
        margin-right: 5px;
        border-radius: 3px;
    }

    .page span, .page a {
        display: inline-block;
        _display: inline;
        _zoom: 1;
        height: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 10px;
        background-color: #e7ecf2;
    }

        .page .current_page, .page span.current_page {
            background: #288ce6;
            color: #fff;
            border: #fff solid 1px;
        }

    .page b {
        border: 1px solid #bcbcbc;
    }

    .page b {
        display: inline-block;
        _display: inline;
        _zoom: 1;
        height: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 10px;
        background-color: white;
    }

    .page .prev, .page .next {
        width: 68px;
        padding: 0px !important;
        position: relative;
    }

    .page span.prev, .page span.next {
        border: 1px solid #bcbcbc;
        color: #B1B1B1;
    }

    .page .prev {
        text-indent: 6px;
    }

    .page .next {
        text-indent: -6px;
    }

    .page .current {
        color: #fff !important;
        background-color: #0093dd;
        border-color: #00679b;
    }

    .page a:hover {
        color: #fff;
        background: #288ce6;
    }



    .page span.prev b, .page a.prev b {
        left: 1px;
        top: 10px;
    }

    .page span.next b, .page a.next b {
        right: 1px;
        top: 10px;
    }

    .page span.prev b {
        border-color: #FFFFFF #B1B1B1 #FFFFFF #FFFFFF;
    }

    .page a.prev b {
        border-color: #FFFFFF #333 #FFFFFF #FFFFFF;
    }

    .page span.next b {
        border-color: #FFFFFF #FFFFFF #FFFFFF #B1B1B1;
    }

    .page a.next b {
        border-color: #FFFFFF #FFFFFF #FFFFFF #333;
    }

    .page a:hover.prev b {
        border-color: #FFFFFF #09f #FFFFFF #FFFFFF;
    }

    .page a:hover.next b {
        border-color: #FFFFFF #FFFFFF #FFFFFF #09f;
    }



/*导航栏样式*/

.nav_htc li {
    height: 82px;
    _display: inline;
}

    .nav_htc li a {
        text-align: center;
    }
        /*.nav li a:hover,.nav li a:active{color:#2e2d33; text-decoration:none; display:block;}*/
        .nav_htc li a:hover, .nav_htc li a:active {
            color: #333333;
        }

#global_slide {
    display: block;
    position: absolute;
    z-index: 10;
    border-bottom: 3px solid #288ce6;
    color: #333333;
    height: 3px;
    top: 56px;
    width: 40px;
}

/*撑导航高度*/
.menuSpacing {
    width: 100%;
    clear: both;
    height: 82px;
}

/*底部导航*/
.bottom_nav {
    background: #102741;
    height: 260px;
    position: relative;
    font-family: 'Microsoft YaHei';
    min-width: 1180px;
    z-index:5;
}

.left_logo {
    position: absolute;
    left: 50%;
    margin-left: -580px;
    top: 50px;
}

.bottom_about {
    position: absolute;
    left: 50%;
    margin-left: -380px;
    top: 50px;
}

    .bottom_about dl {
        float: left;
        width: 134px;
    }

        .bottom_about dl.dl_03 {
            width: 230px;
        }

            .bottom_about dl.dl_03 dt {
                margin-left: 10px;
            }

            .bottom_about dl.dl_03 dd {
                margin-bottom: 20px;
            }

            .bottom_about dl.dl_03 img {
                margin: 0 10px;
            }

    .bottom_about dt {
        color: #fff;
        margin-bottom: 15px;
        width: 100%;
        float: left;
        font-size: 16px;
    }

        .bottom_about dt a {
            line-height: 16px;
            color: #fff;
        }

    .bottom_about dd {
        width: 100%;
        float: left;
        color: #ccc;
        font-size: 14px;
    }

        .bottom_about dd a {
            line-height: 30px;
            font-size: 12px;
            color: #ccc;
        }

            .bottom_about dd a:hover {
                color: #fff;
            }


.bottom_contact {
    position: absolute;
    right: 53%;
    margin-right: -590px;
    top: 50px;
}

    .bottom_contact a {
        display: block;
        background: #fff;
        border-radius: 5px;
        width: 197px;
        height: 51px;
    }

        .bottom_contact a:hover img {
            opacity: .7;
            -webkit-transition: all .2s ease-in;
        }

    .bottom_contact dl {
        float: right;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
    }

        .bottom_contact dl dd {
            margin-top: 10px;
        }

            .bottom_contact dl dd.d1 {
                margin-top: 5px;
                font-size: 14px;
            }

    .bottom_contact ul {
        float: right;
        margin-right: 24px;
    }

        .bottom_contact ul li {
            margin-bottom: 16px;
        }

    .bottom_contact li img:hover {
        opacity: .8;
        -webkit-transition: all .2s ease-in;
    }




/*底部版权*/

.footer {
    font-family: 'Microsoft YaHei';
    background: #091c30;
    padding: 25px;
    line-height: 22px;
    text-align: center;
    color: #cccccc;
    font-size: 12px;
    min-width: 1180px;
}

    .footer .certification {
        padding-bottom: 10px;
    }

        .footer .certification img {
            padding: 0 5px;
            height: 45px;
        }

    .footer .phone {
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 5px;
    }

    .footer a {
        color: #cccccc;
    }

        .footer a:hover {
            text-decoration: underline;
        }





/*右侧浮动样式*/
.fd_float {
    width: 52px;
    right: 0;
    bottom: 30%;
    z-index: 999;
    position: absolute;
    position: fixed;
    _position: absolute;
    _top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollBootom)+135+'px');
}

    .fd_float a {
        display: block;
        width: 52px;
        margin-bottom: 6px;
        position: relative;
        height: 57px;
        background: url(../images/all_img.png);
    }


    .fd_float .fd_app {
    }

    .fd_float .fd_qq {
        background-position: 0 -60px;
    }

    .fd_float .fd_car {
        background-position: 0 -240px;
    }

    .fd_float .fd_feedback {
        background-position: 0 -120px;
    }

    .fd_float .fd_totop {
        background-position: 0 -180px;
        height: 43px;
        overflow: hidden;
    }


    .fd_float .fd_uysw {
        background-position: -60px -60px;
    }

    .fd_float .fd_our {
        background-position: -60px -180px;
    }

    .fd_float .fd_ysw {
        background-position: -60px 0;
    }

    .fd_float .fd_company {
        background-position: -60px -120px;
    }



.fd_app:hover {
    background: url(../images/all_img_hover.png);
    background-position: 0 0;
}

.fd_qq:hover {
    background: url(../images/all_img_hover.png);
    background-position: 0 -60px;
}

.fd_car:hover {
    background: url(../images/all_img_hover.png);
    background-position: 0 -240px;
}

.fd_feedback:hover {
    background: url(../images/all_img_hover.png);
    background-position: 0 -120px;
}

.fd_totop:hover {
    background: url(../images/all_img_hover.png);
    background-position: 0 -180px;
}

.fd_float .fd_uysw:hover {
    background: url(../images/all_img_hover.png);
    background-position: -60px -60px;
}

.fd_float .fd_our:hover {
    background: url(../images/all_img_hover.png);
    background-position: -60px -180px;
}

.fd_float .fd_ysw:hover {
    background: url(../images/all_img_hover.png);
    background-position: -60px 0;
}

.fd_float .fd_company:hover {
    background: url(../images/all_img_hover.png);
    background-position: -60px -120px;
}


.fd_float a.fd_totop {
    display: none;
}

.fd_float a span {
    display: block;
}

.fd_float .fd_ck {
    position: absolute;
    right: 60px;
    top: -80px;
    overflow: hidden;
    display: none;
}




.global_top_LoginInfo {
    display: none;
}




.global_friend {
    background: #f7f7f7;
    border-top: #cccccc solid 1px;
    padding: 10px;
    display:inline-block;
    width: 100%;
    box-sizing: border-box;
}

    .global_friend .s1 {
        font-size: 16px;
        color: #666;
        float: left;
        width: 85px;
        line-height: 30px;
    }

    .global_friend .box {
        width: 1180px;
        margin: 0px auto;
    }

    .global_friend .desc {
        width: 1095px;
        float: left;
        line-height: 30px;
    }

        .global_friend .desc a {
            font-size: 12px;
            color: #888;
            padding: 0 13px;
            *padding: 0 12px;
            border-right: 1px solid #d8d8d8;
            white-space: nowrap;
        }


#top_ad {
    background: url(../images/top_ad.jpg) no-repeat center;
    height: 230px;
    width: 100%;
    margin-top: -230px;
    position: relative;
    overflow: hidden;
}

#hide_top_ad {
    cursor: pointer;
    display: inline-block;
    width: 190px;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -95px;
}

#top_ad_01, #top_ad_02, #top_ad_03, #top_ad_04 {
    display: inline-block;
    width: 150px;
    height: 170px;
    position: absolute;
    left: 50%;
}

#top_ad_01 {
    bottom: 50px;
    margin-left: -40px;
}

#top_ad_02 {
    bottom: 20px;
    margin-left: 120px;
}

#top_ad_03 {
    bottom: 50px;
    margin-left: 285px;
}

#top_ad_04 {
    bottom: 20px;
    margin-left: 445px;
}

#top_ad_gif {
    background: url(../images/top_ad.gif) no-repeat center;
    height: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#show_top_ad {
    cursor: pointer;
    display: inline-block;
    width: 190px;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -95px;
}

#close_top_ad {
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: 546px;
}

/*积分赠送*/
.verify_email {
    position: absolute;
    padding: 17px 19px 27px 19px;
    background: #fff;
    text-align: center;
}

    .verify_email .p1 {
        color: #555555;
        font-size: 18px;
        text-align: left;
        margin-bottom: 20px;
    }

    .verify_email .p3 {
        color: #ef1c23;
        font-size: 26px;
    }

    .verify_email .p4 {
        font-size: 16px;
        color: #666666;
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .verify_email .go_email, .verify_email .look {
        width: 129px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        color: #fff;
        background: #55b3fb;
        font-size: 14px;
        margin: 0 6px;
    }

        .verify_email .go_email:hover {
            background: #2b94e5;
        }

    .verify_email .look {
        background: #f74d52;
    }

        .verify_email .look:hover {
            background: #e3363c;
        }


.pri_dispay {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 55px;
    text-align: center;
    height: 24px;
    font-family: microsoft yahei;
}

.pri_free, .pri_normal {
    font-size: 14px !important;
    line-height: 24px;
}

.pri_free {
    background-color: #63c0ea;
    color: white;
}

.pri_normal {
    color: #f70;
}

    .pri_normal em {
        font-style: normal;
    }


/*-- 双十一通用价 -----------*/
.pri_event {
    font-family: microsoft yahei;
    font-size: 12px !important;
    line-height: 24px;
    display: inline;
}

    .pri_event i, .pri_event em {
        font-style: normal;
    }

    .pri_event .pri_old {
        text-decoration: line-through;
        color: #333;
        padding-right: 8px;
    }

    .pri_event .pri_icon {
        height: 22px;
        border: 1px solid #f80;
        width: 36px;
        color: #f60;
    }

    .pri_event .pri_now {
        background: #f80;
        color: #fff;
        height: 22px;
        border: 1px solid #f80;
    }




/*今日特惠标签*/
.cat_tag_div .left_pro img.today_small, .cat_tag_div .right_pro dt .today_small, .big_main ul img.today_small, .afree_list dt img.today_small, .todayHot img.today_small, .todayHot img.class_small {
    position: absolute;
    top: -4px;
    left: 10px;
    height: 22px;
    width: 65px;
    z-index: 99;
}


/*购买记录*/
.buy_log {
    width: 394px;
    height: 63px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    position: relative;
}

    .buy_log dt {
        margin-top: -28px;
        float: left;
        margin-left: 10px;
    }

        .buy_log dt img {
            width: 79px;
            height: 79px;
            border-radius: 50%;
        }

    .buy_log a {
        display: block;
        line-height: 14px;
    }

        .buy_log a strong {
            color: #288ce6;
            font-size: 14px;
            display: block;
            margin: 14px 37px 13px 0;
        }

        .buy_log a span {
            color: #ff3300;
            float: right;
            font-size: 16px;
        }

    .buy_log dd {
        width: 290px;
        float: left;
        font-size: 12px;
        margin-left: 15px;
        color: #666666;
    }

    .buy_log a dd {
        color: #666666;
    }

    .buy_log a:hover strong {
        color: #288ce6;
        text-decoration: underline;
    }

    .buy_log a:hover {
        color: #666666;
    }

    .buy_log .close_buy_log {
        background: url(../images/all_img.png) no-repeat;
        background-position: -180px 0;
        width: 19px;
        height: 19px;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 10px;
        cursor: pointer;
    }

.global_kefu {
    left: 12px;
    bottom: 86px;
    z-index: 999;
    position: absolute;
    position: fixed;
    _position: absolute;
    _top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollBootom)+410px+'px');
}

    .global_kefu .kefu_bg {
        width: 111px;
        height: 184px;
        background: url(../images/global_kefu.png) no-repeat;
        background-position: 0 0;
        z-index: 99;
    }

        .global_kefu .kefu_bg:hover {
            background: url(../images/global_kefu_hover.png) no-repeat;
            background-position: 0 0;
        }

    .global_kefu a {
        display: block;
        width: 111px;
        height: 184px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .global_kefu i {
        background: url(../images/all_img.png) no-repeat;
        background-position: -300px -80px;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: -9px;
        z-index: 1000;
        cursor: pointer;
    }

        .global_kefu i:hover {
            background: url(../images/all_img_hover.png) no-repeat;
            background-position: -300px -80px;
        }

.global_kefu_hide {
    bottom: 100px;
}

    .global_kefu_hide .kefu_bg {
        background: url(../images/global_kefu.png) no-repeat;
        background-position: -120px 0;
        width: 70px;
        height: 70px;
        cursor: pointer;
    }

    .global_kefu_hide a {
        display: none;
    }

    .global_kefu_hide .kefu_bg:hover {
        background: url(../images/global_kefu.png) no-repeat;
        background-position: -120px 0;
    }

    .global_kefu_hide i {
        display: none;
    }


/*奋青邀请弹窗*/
.plase_goto {
    position: relative;
}

    .plase_goto .a1, .plase_goto .a2 {
        position: absolute;
        left: 126px;
        top: 414px;
        width: 154px;
        height: 53px;
        display: inline-block;
        cursor: pointer;
    }

    .plase_goto .a2 {
        left: 335px;
    }
/*按钮提交中状态*/

.btn_subing {
    background: #cccfd1 !important;
    cursor: default;
}

.btn_subing_border {
    background: #cccfd1 !important;
    border: 1px solid #cccfd1 !important;
    cursor: default;
}





/*提示验证*/
.global_top_tips {
    min-width: 240px;
    top: 65px;
    right: 0;
    position: absolute;
    z-index: 98;
    color: #333;
    border: 1px solid #ffeebb;
    border-radius: 0 0 3px 3px;
    padding: 6px 2px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    background: #fff9e0;
    background: rgba(255,249,224,0.94);
}

    .global_top_tips ul {
        color: #333;
        line-height: 24px;
        width: auto;
        z-index: 5;
    }

    .global_top_tips li {
        white-space: nowrap;
        padding: 9px 30px 9px 13px;
        line-height: 1em;
    }

        .global_top_tips li a {
            color: #eb7350;
        }

.tips_close {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #696e78;
    font-size: 8px;
    width: 16px;
    font-family: "wbficonregular" !important;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 30px;
    z-index: 10;
}

    .tips_close:hover {
        color: #eb7350;
    }





/*单选*/

.checkBtnGroup .checkBtn i {
    color: #fff;
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px;
}

.checkBtnGroup .checkBtn {
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px;
    margin-right: 5px;
    margin-left: 19px;
    border: 1px solid #999;
    background: #fff;
    color: #fff;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

    .checkBtnGroup .checkBtn.on {
        background: #fff;
        border-color: #999;
    }

        .checkBtnGroup .checkBtn.on i {
            background: #7fbf62;
            margin: 3px;
            float: left;
        }



/*多选*/

span.on {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    cursor: pointer;
    float: none;
    border: 1px solid #7fbf62;
    background: #7fbf62;
    color: #fff;
}

    span.on i {
        display: block;
        width: 14px;
        font-size: 14px;
        line-height: 12px;
        text-indent: -1px;
        color: #fff;
        vertical-align: initial;
        margin-top: 0;
    }

span.off {
    border: 1px solid #999;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    margin-top: -3px;
    cursor: pointer;
    background: #fff;
    float: none;
}

    span.off i {
        display: none;
        width: 14px;
        font-size: 14px;
        line-height: 12px;
        text-indent: -1px;
        color: #fff;
    }



.fr_fix {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 340px;
    z-index: 999;
}

    .fr_fix .close {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }


.fl_fix {
    position: fixed;
    left: 0px;
    top: 25%;
    width: 133px;
    height: 200px;
    background: url(../images/kefu_2.png) no-repeat top;
    padding-top: 230px;
    z-index: 9999;
}

    .fl_fix .close {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .fl_fix .web_qq, .fl_fix .swt {
        display: block;
        height: 35px;
    }

    .fl_fix .hd_link {
        display: block;
        height: 120px;
        margin-top: 10px;
    }



.fr_fix_v2 {
    position: fixed;
    right: 10px;
    bottom: 30%;
    width: 50px;
    z-index:9995;
}

    .fr_fix_v2 dl {
        position: relative;
        margin-top: 10px;
    }

        .fr_fix_v2 dl:hover dd {
            display: block;
        }

        .fr_fix_v2 dl:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .fr_fix_v2 dt a {
        width: 50px;
        height: 50px;
        float: right;
        background: #c2ccd7;
        background: rgba(194,204,215,.5);
        border-radius: 50%;
        /* For IE 8 */
        -ms-filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#c2ccd7');
        /* For IE 5.5 - 7 */
        filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#c2ccd7');
    }

        .fr_fix_v2 dt a:hover {
            background: rgba(46,139,255,1);
        }

    .fr_fix_v2 dt img {
        width: 100%;
        height: 100%;
    }

    .fr_fix_v2 dd {
        position: absolute;
        right: 67px;
        top: 9px;
        line-height: 34px;
        height: 33px;
        background: rgba(136,146,157,.5);
        white-space: nowrap;
        padding: 0 8px;
        color: #fff;
        font-size: 12px;
        display: none;
    }


        .fr_fix_v2 dd .triangle_ico {
            border-width: 6px;
            border-color: transparent transparent transparent rgba(136,146,157,.5);
            border-style: dashed dashed dashed solid;
            left: 100%;
            top: 10px;
            margin: 0;
        }












/*旧弹窗样式*/

   .login_close{
                    width: 32px;
                    height: 32px;
                    position: absolute;
                    right:15px;
                    top:15px;
                    cursor: pointer;
                    z-index:10;
                }

    .login_close i {
        font-size:32px;
        color:#fff;
        opacity:.5;
    }
    .login_close:hover i{
        opacity:1;
    }
.other_login_top .login_close i, .after_box .login_close i {
    font-size: 32px;
    color: #999999;
}

.after_box .login_close i {
    color: #bbbbbb;
    font-weight: bold;
    font-size: 24px;
}

.other_login_top {
    height: 70px;
    background: #fff;
    position: relative;
}

    .other_login_top h2 {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        line-height: 70px;
        font-size: 20px;
        color: #000000;
        font-weight: bold;
        text-align: center;
        z-index: 5;
    }

    .other_login_top a {
        width: 98px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        border: 1px solid #adadad;
        display: inline-block;
        text-align: center;
        color: #999999;
        font-size: 16px;
        margin-left: 20px;
        text-indent: -5px;
        margin-top: 17px;
        position: relative;
        z-index: 10;
    }

        .other_login_top a:hover {
            background: #34a7ff;
            border-color: #34a7ff;
            color: #fff;
        }

        .other_login_top a i {
            margin-right: 5px;
        }


.after_box {
    /*width:752px;*/
    height: 471px;
    background: url(../images/login_afterbg.png) no-repeat bottom #fff;
    background-size: 100% auto;
    padding: 0 30px;
    position: relative;
}

.fix_top {
    height: 155px;
    border-bottom: 1px solid #dddddd;
    padding-top: 45px;
}

.reg_fix_right {
    width: 315px;
    float: right;
    position: relative;
}

.fix_middle {
    padding-top: 15px;
    height: 100px;
}

    .fix_middle .reg_fix_left {
        padding-top: 10px;
    }

.reg_fix_left {
    width: 300px;
    float: left;
}

    .reg_fix_left h3 {
        font-size: 24px;
    }

        .reg_fix_left h3 i {
            color: #34a7ff;
            font-size: 24px;
            margin-right: 10px;
        }

.fix_top p.p1 {
    font-size: 12px;
    color: #aaaaaa;
    line-height: 18px;
    margin-left: 32px;
    margin-top: 10px;
}

.reg_fix_right p.p1 {
    margin: 0;
}

.reg_fix_left ul {
    border: 1px solid #c9c9c9;
    padding: 15px 0;
    padding-left: 36px;
    border-radius: 5px;
    margin-top: 20px;
    width: 352px;
}

    .reg_fix_left ul.psw {
        padding: 0;
        padding-left: 36px;
    }

    .reg_fix_left ul li {
        margin: 15px 0;
        color: #aaaaaa;
        font-size: 14px;
    }

        .reg_fix_left ul li i {
            margin-right: 10px;
            font-size: 24px;
            line-height: 24px;
            vertical-align: middle;
            color: #cccccc;
        }

        .reg_fix_left ul li span {
            color: #666666;
        }

.reg_fix_right .btn_fix, .reg_fix_right .btn_phone {
    color: #fff;
    background: #24d393;
    font-size: 14px;
    text-align: center;
    display: block;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border: none;
    width: 100%;
    margin-top: 10px;
}


.reg_fix_right .long {
    margin-top: 50px;
}

.reg_fix_right .half_1, .reg_fix_right .half_2 {
    width: 150px;
    float: left;
}

.reg_fix_right .half_2 {
    margin-left: 15px;
}

.reg_fix_right .input_text {
    background: none;
    text-align: left;
    text-indent: 48px;
    border: 1px solid #c9c9c9;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border-radius: 5px;
}

.reg_fix_right p.p_input {
    margin: 10px 0;
    position: relative;
}


    .reg_fix_right p.p_input span {
        display: block;
        color: #ff3300;
        font-size: 14px;
        line-height: 40px;
        position: absolute;
        top: 4px;
        left: 5px;
        background: #fff;
        width: 300px;
        padding-left: 10px;
        z-index: 98;
    }

        .reg_fix_right p.p_input span i {
            margin-right: 10px;
        }


.reg_fix_right .user_ico {
    position: absolute;
    left: 20px;
    top: 45px;
    color: #cccccc;
}

.reg_fix_right .btn_phone {
    background: #2487d3;
}

    .reg_fix_right .btn_phone i {
        font-size: 20px;
        margin-right: 10px;
        vertical-align: middle;
        margin-top: 0;
    }

.fix_bottom a {
    color: #fff;
    display: inline-block;
    float: left;
    margin-top: 63px;
    margin-right: 98px;
}

.fix_bottom dl {
    display: inline-block;
}

.fix_bottom dt {
    margin-right: 12px;
    float: left;
    margin-top: 2px;
}

    .fix_bottom dt i {
        font-size: 60px;
    }

    .fix_bottom dt .i1 {
        color: #65eebc;
    }

    .fix_bottom dt .i2 {
        color: #ffb580;
    }

    .fix_bottom dt .i3 {
        color: #ff6666;
    }

.fix_bottom dd {
    float: left;
    width: 135px;
    line-height: 18px;
}

    .fix_bottom dd i {
        color: #ffc868;
    }

    .fix_bottom dd strong {
        font-size: 18px;
        line-height: 34px;
        display: block;
    }






/*验证码弹窗*/
.layer_code {
    background: rgba(0,0,0,.3);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999999;
}

    .layer_code dl {
        width: 390px;
        background: #fff;
        padding: 22px 27px;
        position: absolute;
        left: 50%;
        margin-left: -222px;
        top: 50%;
        margin-top: -111px;
        border-radius: 5px;
    }

    .layer_code dt {
        font-size: 18px;
        line-height: 20px;
        color: #333;
    }

    .layer_code .code {
        margin-top: 20px;
    }

        .layer_code .code input {
            width: 137px;
            height: 53px;
            border: 1px solid #cccccc;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            float: left;
            font-size: 14px;
            line-height: 53px;
            padding-left: 10px;
        }

        .layer_code .code img {
            width: 100px;
            height: 53px;
            border: 1px solid #cccccc;
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            float: left;
            border-left: none;
        }

        .layer_code .code a {
            display: inline-block;
            width: 128px;
            height: 53px;
            line-height: 53px;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-left: 10px;
            font-size: 14px;
            color: #333;
            text-align: center;
            background: #f6f6f6;
        }

    .layer_code .send, .layer_code .error {
        margin-top: 13px;
    }

        .layer_code .send a {
            background: #34a7ff;
            display: block;
            height: 55px;
            line-height: 55px;
            color: #fff;
            text-align: center;
            font-size: 18px;
            border-radius: 5px;
        }

    .layer_code .error {
        color: #ff0000;
        font-size: 12px;
    }








/*2016-07-22 弹窗登录改版*/


.n_global_login {
    width: 900px;
    height: 540px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

    .n_global_login .p_left {
        background-color: #fff;
        width: 550px;
        padding: 0 50px 0 30px;
        position: absolute;
        left: 0;
        top: 0;
        transition: left 0.5s;
        -moz-transition: left 0.5s; /* Firefox 4 */
        -webkit-transition: left 0.5s; /* Safari 和 Chrome */
        -o-transition: left 0.5s; /* Opera */
        box-sizing:border-box;
    }

    .n_global_login .login_nav {
        line-height: 50px;
        font-size: 24px;
        color: #c5d2df;
        border-bottom: 1px solid #f3f6fa;
        margin-top: 38px;
        display: inline-block;
        width: 100%;
        box-sizing:border-box;
        position:relative;
    }
   .n_global_login .login_nav .login_tips{
       background:url(../images/login_tips.png) no-repeat;
       height:20px;
       width:264px;
       line-height:20px;
       color:#fff;
       text-indent:12px;
       position:absolute;
       right:0;
       top:14px;
       font-size:12px;
       font-weight:bold;
   }

        .n_global_login .login_nav a {
            width: 115px;
            float: left;
            text-align: center;
            margin-bottom: -1px;
            color: #c5d2df;
        }

        .n_global_login .login_nav .active a {
            border-bottom: 1px solid #2e8cff;
            text-decoration: none;
            color: #31445c;
        }

.login_div {
    margin-top: 25px;
    position:relative;
}


    .login_div li {
        position: relative;
        width: 100%;
        margin-bottom: 22px;
    }

        .login_div li.g_btn {
            padding-top: 30px;
        }

        .login_div li input {
            width: 100%;
            line-height: 50px;
            height: 50px;
            background: #f5f7f9;
            padding-left: 50px;
            box-shadow: none;
            padding-right: 80px;
            border: none;
            font-weight: normal;
            box-sizing:border-box;
        }

            .login_div li input.hover {
                border: 1px solid #2e8cff;
            }

            .login_div li input.error {
                border: 1px solid #ff5244;
            }

.active .login_div li input.hover {
    border: 1px solid #1fbdb3;
}
.login_div li.yzm_code{
    margin-bottom: 5px;
}
.login_div li.yzm_code input{
    box-sizing: border-box;
    padding-right: 140px;
}
.login_div li.yzm_code .yzm_img,.login_div li.yzm_code .yzm_phone{
    width: 130px;
    height: 40px;
    position: absolute;
    right:7px;
    top:5px;
}
.login_div li.yzm_code .yzm_phone{
    cursor: pointer;
    background: #41a3fb;
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}
.login_div li.yzm_code .yzm_phone.lock {
    background: #929ea9;
    cursor: default;
}

.login_div li i.i1, .login_div li i.i2, .login_div li i.i3 {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #b6bbc2;
    font-size: 20px;
    font-weight: normal;
}

.login_div li i.i1 {
    left: auto;
    right: 20px;
}

.login_div li .re_psw {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #cfd3d9;
    font-weight: normal;
}

.login_div li .save_btn {
    width: 150px;
    height: 50px;
    background: #2e8bff;
    border: none;
    font-size: 16px;
    color: #fff;

  background: -webkit-linear-gradient(45deg, #2e8bff, #40b5ff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(45deg, #2e8bff, #40b5ff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(45deg, #2e8bff, #40b5ff); /* Firefox 3.6 - 15 */
  background: linear-gradient(45deg, #2e8bff, #40b5ff); /* 标准的语法 */
}

    .login_div li .save_btn:hover {
        box-shadow:0 6px 12px rgba(48,142,255,.4);
    }

.login_div li .sina, .login_div li .qq {
    float: right;
    margin-left: 10px;
    background: #f5f7f9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #cfd3d9;
    text-align: center;
}

.login_div li .sina, .login_div li .qq {
    transition: width 0.2s;
    -moz-transition: width 0.2s; /* Firefox 4 */
    -webkit-transition: width 0.2s; /* Safari 和 Chrome */
    -o-transition: width 0.2s; /* Opera */
}

    .login_div li .sina i, .login_div li .qq i {
        font-size: 20px;
    }

    .login_div li .sina:hover, .login_div li .qq:hover {
        background-color: #2e8cff;
        color: #fff;
        width: 120px;
    }

    .login_div li .sina span, .login_div li .qq span {
        display: none;
        margin-left: 4px;
    }

    .login_div li .sina:hover span, .login_div li .qq:hover span {
        display: inline;
    }

.login_div .code_div {
    display: none;
    position: absolute;
    width: 190px;
    height: 260px;
    right: -50px;
    bottom: -260px;
    background: #fff;
    text-align: center;
    z-index: 2;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
}

    .login_div .code_div img {
        width: 140px;
        height: 140px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .login_div .code_div p {
        margin: 0;
        line-height: 20px;
    }

        .login_div .code_div p.p2 {
            line-height: 24px;
        }

    .login_div .code_div a {
        color: #c5d2df;
        font-size: 14px;
    }

        .login_div .code_div a i {
            margin-right: 6px;
            vertical-align: middle;
            display: inline-block;
            margin-top: -6px;
        }

    .login_div .code_div .in {
        border: 8px solid transparent;
        border-bottom-color: #fff;
        top: -16px;
        left: 102px;
        position: absolute;
        width: 0;
        height: 0px;
    }





.login_div .i1 {
    cursor: pointer;
}

.n_global_login .p_right {
    width: 350px;
    min-height: 364px;
    height: 100%;
    background: #4daaf9;
    position: absolute;
    top: 0;
    right: 0;
    z-index:5;
    display: table;
    text-align: center;
    transition: right 0.5s;
    -moz-transition: right 0.5s; /* Firefox 4 */
    -webkit-transition: right 0.5s; /* Safari 和 Chrome */
    -o-transition: right 0.5s; /* Opera */
}

    .n_global_login .p_right dl {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        width: 100%;
    }

    .n_global_login .p_right dd {
        margin-top: 45px;
    }

        .n_global_login .p_right dd a {
            display: block;
            width: 200px;
            height: 50px;
            margin: 0 auto;
            font-size: 14px;
            background: #2982e0;
            border: solid 1px #2982e0;
            color: #fff;
            line-height: 50px;
        }

            .n_global_login .p_right dd a:hover {
                background: #4daaf9;
                border: solid 1px #fff;
            }
/*2016.08.01*/


.login_div li .prompt {
    position: absolute;
    color: #ff5244;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    bottom: -22px;
    left: 0;
    margin-left: 50px;
}

    .login_div li .prompt i {
        margin-right: 6px;
    }

.n_global_login.active .p_right {
    background-color: #3cd3b9;
    right: 550px;
}

.n_global_login.active .p_left {
    left: 350px;
}

.n_global_login.active .login_nav .active a {
    border-bottom-color: #1fbdb3;
}

.n_global_login.active .login_nav .active a {
    border-bottom-color: #1fbdb3;
}

.n_global_login.active .p_right dd a {
    background: #18af9c;
    border: solid 1px #18af9c;
}

    .n_global_login.active .p_right dd a:hover {
        background: #33cdb7;
        border: solid 1px #fff;
    }

.n_global_login.active .login_div li .save_btn {
    background: -webkit-linear-gradient(45deg, #1fbdb3, #52e4be); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #1fbdb3, #52e4be); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #1fbdb3, #52e4be); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #1fbdb3, #52e4be); /* 标准的语法 */
}

    .n_global_login.active .login_div li .save_btn:hover {
        box-shadow:0 6px 12px rgba(31,189,179,.4);
    }

.n_global_login .p_right .c2 {
    display: none;
}

.n_global_login .p_right .c1 {
    display: block;
}

.n_global_login.active .p_right .c1 {
    display: none;
}

.n_global_login.active .p_right .c2 {
    display: block;
}

.n_global_login.active .login_div li .sina:hover, .n_global_login.active .login_div li .qq:hover {
    background-color: #1fbdb3;
}
/*2016-08-09*/
.tabpanel_top {
    overflow: hidden;
    position: relative;
    top: -15px;
    left: 74px;
}

    .tabpanel_top div {
        float: left;
        margin-right: 10px;
        width: 106px;
        line-height: 40px;
        border: solid 1px #fff;
        font-size: 14px;
        text-align: center;
        border-radius: 3px;
    }

        .tabpanel_top div a {
            color: #666;
            text-decoration: none;
        }

            .tabpanel_top div a:hover {
                color: #666;
                text-decoration: none;
            }

            .tabpanel_top div a:focus {
                color: #666;
                text-decoration: none;
            }

            .tabpanel_top div a:active {
                color: #666;
                text-decoration: none;
            }

            .tabpanel_top div a:visited {
                color: #666;
                text-decoration: none;
            }

        .tabpanel_top div.active a {
            color: #34a7ff;
        }

        .tabpanel_top div.active {
            border: solid 1px #34a7ff;
        }

            .tabpanel_top div.active a:hover {
                color: #34a7ff;
            }

            .tabpanel_top div.active a:visited {
                color: #34a7ff;
            }

            .tabpanel_top div.active a:focus {
                color: #34a7ff;
            }

            .tabpanel_top div.active a:active {
                color: #34a7ff;
            }

.n_global_login.active .tabpanel_top div.active {
    border-color: #3cd3b9;
}

    .n_global_login.active .tabpanel_top div.active a {
        color: #3cd3b9;
    }

        .n_global_login.active .tabpanel_top div.active a:visited {
            color: #3cd3b9;
        }

        .n_global_login.active .tabpanel_top div.active a:hover {
            color: #3cd3b9;
        }

        .n_global_login.active .tabpanel_top div.active a:active {
            color: #3cd3b9;
        }

        .n_global_login.active .tabpanel_top div.active a:focus {
            color: #3cd3b9;
        }



.n_login_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    background: #f5f5f5;
    background: rgba(0,0,0,.04);
    text-align: center;
    line-height: 40px;
}

    .n_login_close i {
        font-size: 16px;
        color: #fff;
        opacity: .5;
        display: block;
        margin: 0;
        opacity: .3;
    }

    .n_login_close:hover {
        background: rgba(0,0,0,.08);
    }

.active .n_login_close i {
    color: #000;
    opacity: .2;
}


/*绑定账号*/


/*快速登录*/
        .box_nobg {
            width:752px; margin:0 auto;
            padding:31px 28px;
            background:#f5f5f5;
            box-sizing:border-box;
            border-radius:10px;
        }
        .box_nobg:after{content:".";display:block;height:0;clear:both;visibility:hidden}
        .my_left {
            width:183px;
            background:#fff;
            height:294px;
            border-radius:10px;
            float:left;
            text-align:center;
        }
            .my_left dl {
                margin-top:44px;
            }
                .my_left dl dt img{
                    width:100px;
                    height:100px;
                    border-radius:50px;
                }
            .my_left dd {
                line-height:36px;
                font-size:14px;
                color:#666666;
            }
            .my_left ul {
                margin-top:22px;
            }
            .my_left li {
                line-height:26px;
                font-size:12px;
                color:#999999;
            }
                .my_left li img {
                    height:24px;
                }
        .re_img {
            margin:122px 25px 0 25px;
            float:left;
        }
            .re_img img {
                height:54px;
            }

        .my_right {
            width:375px;
            padding:0 20px;
            float:right;
            background:#fff;
            height:294px;
            border-radius:10px;
        }
            .my_right h2 {
                font-size:16px;
                line-height:60px;
                height:60px;
                border-bottom:1px solid #dddddd;
                text-align:center;
                font-weight:bold;
                color:#333;
            }
            .my_right .line {
                background:#eeeeee;
                width:1px;
                float:left;
                margin-top:26px;
                height:185px;
            }
        .my_cona {
            width:141px;
            padding:0 23px;
            height:236px;
            float:left;
            text-align:center;
            margin-top:29px;
        }
            .my_cona dt strong {
                display:block;
                line-height:45px;
                height:45px;
                font-size:14px;
                color:#333;
                font-weight:normal;
            }
            .my_cona dd {
                font-size:12px;
                color:#999;
                line-height:18px;
                text-align:left;
                text-align:center;
            }







      .login_box {
            text-align:center;
            background:#fff;
            height:360px;
            border-top:1px solid #dddddd;
        }
        .samll_box,.fix_box {
            width:380px;
            margin:0 auto;
            text-align:left;
        }
            .samll_box .addname {
                margin-top:75px;
            }
            .samll_box .input_text,.samll_box .sub_btn {
                width:378px;
                height:46px;
                border-radius:5px;
                border:1px solid #cccccc;color:#666666;
                font-size:14px;
            }
            .samll_box .input_text {
                text-indent:10px;
            }
        .samll_box .input_error input{
            border-color:#ff8c8c;
        }

            .samll_box .sub_btn {
                background:#ffa339;
                border:1px solid #f9941f;
                color:#fff;
                font-size:18px;
            }
            .samll_box p {
                color:#999999;
                line-height:20px;
                margin:15px 0;
            }
                .samll_box p.p1 {
                    margin-top:60px;
                    color:#333333;
                    font-size:13px;
                }
                .samll_box p.p_input {
                    margin:10px 0;
                    position:relative;
                }


                    .samll_box p.p_input span {
                        display: none;
                        color: #ff3300;
                        font-size: 14px;
                        line-height: 40px;
                        position: absolute;
                        top: 4px;
                        left: 5px;
                        background: #fff;
                        width: 350px;
                        padding-left: 10px;
                        z-index: 98;
                    }
                        .samll_box p.p_input span i {
                            margin-right:10px;
                        }
                .samll_box p a {
                    float:right;
                    color:#41a3fb;
                }



.fix_box .p2 {
            font-size:12px;
            color:#999999;
            line-height:22px;
        }
        .fix_box .p2 {
            margin-bottom:20px;
        }


    .fix_box .p2 {
        font-weight:bold;
        color:#333333;
        margin-top:55px;
        text-align:left;
        font-size:14px;

    }
        .fix_box .p3, .fix_box .p4 {
            line-height:67px;
            padding-left:21px;
            color:#666666;
        }
    .fix_box .p3 {
        border:1px solid #cccccc;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        margin-bottom:0;
    }
        .fix_box .p4 {
        border:1px solid #cccccc;
        border-top:none;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
        padding-bottom:15px;
        }
    .fix_box .p3 .s1,.fix_box .p4 .s1 {
        background:#b2b2b2;
        width:21px;
        height:21px;
        border-radius:50%;
        display:inline-block;
        line-height:21px;
        text-align:center;
        color:#fff;
        margin-right:7px;
        vertical-align:middle;
        margin-top:-3px;
    }
    .fix_box .p3 img {
        vertical-align:middle;
        margin-left:20px;
        margin-top:-5px;
    }
    .fix_box .p4 {
        margin:0px auto;
        position:relative;
    }
        .fix_box .p4 .i1 {
            background-position:-260px -240px;
            width:24px;
            height:16px;
            margin-right:10px;
        }
        .fix_box .p4 .i2 {
            background-position:-240px -280px;
            width:16px;
            height:24px;
            margin-right:10px;
        }
        .fix_box .p4 .s2 {
            color: #ffa947;
            font-size: 18px;
            margin-left:20px;
            vertical-align:middle;
        }
        .fix_box .p4 .s3 {
            position:absolute;
            right:70px;
            top:25px;
        }
    .fix_box .p5 {
        text-align:center;
        color:#999999;
        margin-top:50px;
    }


/*首页广告弹窗*/

   .global_show_div {
            width:480px;
            height:320px;
            position:fixed;
            left:50%;
            top:50%;
            z-index:99999;
            margin:-160px 0 0 -240px;

        }
            .global_show_div img {
                width:100%;
                height:100%;
            }
            .global_show_div .close {
                position:absolute;
                opacity:.8;
                top:12px;
                right:12px;
                text-shadow:1px 1px 1px rgba(0,0,0,0.4);
                cursor:pointer;
                color:#fff;
            }
                .global_show_div .close i {
                    font-size:26px;
                    color:#fff;
                }

                .all_shadow{
                    background:rgba(0,0,0,.5);
                    position:absolute;
                    position:fixed;
                    left:0;
                    top:0;
                    right:0;
                    bottom:0;
                    z-index:99998;
                }




/*2017-02-10*/


.login_div .login_imgcode {
    position: absolute;
    right: -40px;
    top: -109px;
    cursor: pointer;
    color: #2e8bff;
}

    .login_div .login_imgcode i {
        color: #2e8bff;
        font-size: 36px;
    }

.login_div .code_div_v2 {
    position: absolute;
    right: 0px;
    bottom: 0;
    left:0;
    top:-90px;
    background: #fff;
    text-align: center;
    z-index: 2;
    padding-top:50px;
}

    .login_div .code_div_v2 img {
        width: 160px;
        height: 160px;
        margin-bottom: 10px;
    }

    .login_div .code_div_v2 p {
        margin: 0;
        line-height: 20px;
        color:#31445c;
        font-size:14px;
    }
    .login_div .code_div_v2 p.p2{
        font-weight:bold;
        color:#2e8bff;
        margin-top:8px;
    }
    .login_div .code_div_v2 p.p2 i{
        font-size:16px;
        margin-right:5px;
        vertical-align:middle;
        display:inline-block;
    }
    .login_div .code_div_v2 .all_loading{
        padding-top:30px;
    }
    .login_div .code_div_v2 .all_loading p{
        color:#999;
    }
    .login_div .code_div_v2 .all_loading img{
        width:80px !important;
        height:80px !important;
    }
    .login_div .code_div_v2 .lost{
        position:absolute;
        top:40px;
        left:0;
        right:0;
        height:180px;
        background:rgba(255,255,255,.9);
    }

    .login_div .code_div_v2 .lost a {
    width: 140px;
    height: 44px;
    background: #2e8bff;
    border: none;
    display:inline-block;
    text-align:center;
    line-height:44px;
    font-size: 16px;
    color: #fff;
    margin-top:63px;

  background: -webkit-linear-gradient(45deg, #2e8bff, #40b5ff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(45deg, #2e8bff, #40b5ff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(45deg, #2e8bff, #40b5ff); /* Firefox 3.6 - 15 */
  background: linear-gradient(45deg, #2e8bff, #40b5ff); /* 标准的语法 */
}
    .login_div .code_div_v2 .lost a i{
        margin-right:4px;
    }
    .login_div .code_div_v2 .lost a:hover {
        box-shadow:0 6px 12px rgba(48,142,255,.4);
    }

    .login_div .code_div_v2 .icon-chenggong{
        font-size:100px;
    }
    .login_div .code_div_v2 .okimg{
        height:148px;
        width:104px;
        background:url(../images/imgcode_login_ok.jpg) no-repeat;
        margin:0 auto;
    }




.n_global_login.active .code_div_v2 .lost a {
    background: -webkit-linear-gradient(45deg, #1fbdb3, #52e4be); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #1fbdb3, #52e4be); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #1fbdb3, #52e4be); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #1fbdb3, #52e4be); /* 标准的语法 */
}
    .n_global_login.active .code_div_v2 .lost a:hover{
        box-shadow:0 6px 12px rgba(31,189,179,.4);
    }
.n_global_login.active .login_div .login_imgcode {
    right: auto;
    left: -20px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
    .n_global_login.active .login_div .login_imgcode i{
        color:#1fbdb3;
    }


.login_div.active .code_div_v2 p.p2 {
    font-weight: bold;
    color: #1fbdb3;
    margin-top: 8px;
}

    .login_div.active .code_div_v2 .okimg{

        background:url(../images/imgcode_login_ok2.jpg) no-repeat;
    }




    /*分页与操作模块*/
.all_op {
    margin-top: 20px;
    margin-left: 5px;
}

    .all_op .allselect {
        font-size: 14px;
        line-height: 20px;
    }

        .all_op .allselect a {
            color: #808080;
            margin-right: 18px;
        }
		.all_op .allselect a:first-child{
			display:inline-block;
			}
        .all_op .allselect a:hover{
            color: #4e9ff1;
        }
        .all_op .allselect a.del{
            cursor:pointer;
        }
        .all_op .allselect a.del:hover{
            color:#807f7f;
        }
        .all_op .allselect a.del.active{
            cursor:pointer;
            color: #4e9ff1;
        }
            .all_op .allselect a.del.active:hover {
                color: #4e9ff1;
            }

.paging {
    width: 400px;
    margin: 20px auto;
    text-align: center;
    line-height: 27px;
    font-size: 0;
}

    .paging .left, .paging .right {
        display: inline-block;
        vertical-align: middle;
        width: 27px;
        height: 27px;
        color: #b8b8b8;
        text-align: center;
		cursor:pointer;
    }

        .paging .left i, .paging .right i {
            font-size: 28px;
        }

        .paging .left:hover, .paging .right:hover {
            border-color: #3c9df5;
            color: #3c9df5;
        }

    .paging ul {
        margin: 0 22px;
        font-size: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .paging li {
        font-size: 14px;
        color: #a3a3a3;
        display: inline-block;
        vertical-align: middle;
        min-width: 26px;
        width:auto !important; 
        text-align: center;
    }

        .paging li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #a3a3a3;
        }

            .paging li a.active {
                color: #288ce6;
            }

            .paging li a:active {
                color: #288ce6;
            }

            .paging li a:hover {
                color: #288ce6;
            }
			.paging li.active a{
				color:#288ce6
			}




/*网站顶部广告条*/

.global_top_avd{
    background:url(../images/all_top.jpg) no-repeat center; height:80px; position:relative;
    /*display:none;*/
}
.global_top_avd .main_a{
    display:block; height:80px; position:relative;z-index:5;
}
    .global_top_avd .close_a {
        display: block;
        position: absolute;
        z-index: 10;
        width: 32px;
        height: 32px;
        top: 24px;
        left: 50%;
        margin-left: 558px;
    }

/*专题用弹窗*/
      .global_show_171019{
            width:800px;
            height:434px;
            position:fixed;
            left:50%;
            top:50%;
            z-index:99999;
            margin:-213px 0 0 -400px;
        }
            .global_show_171019 .close {
                position: absolute;
                bottom: 11px;
                right: 50%;
                margin-right: -26px;
                width: 50px;
                height: 50px;
                cursor: pointer;
            }
            .global_show_171019 .goto_171019{
                display:block;
                width:135px;
                height:265px;
                position:absolute;
                right:30px;
                top:26px;
            }

.global_right_171019 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}