
html {
    color: #000;
    font-size: 100%;
    background: #fff;
    word-break: break-all;
    word-wrap: break-word;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}
/* copyright (c) 2012, yahoo! inc.  all rights reserved. */
body, input, select, button, textarea {
    font: normal 12px/24px helvetica, tahoma, arial, sans-serif;
}

button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

a, a:link, a:visited {
    color: #333;
    text-decoration: none;
}

    a:active, a:hover {
        text-decoration: underline;
        color: #c00;
    }

    a:focus {
        outline: none;
    }

.clearfix {
    _zoom: 1;
}

    .clearfix:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0px;
    }

.more {
    float: right;
}

    .more a {
        font-weight: normal;
        font-size: 12px;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: #c00;
}

.black {
    color: #333;
}

.grey {
    color: #999;
}


@charset "utf-8";

html {
    background: url(/uploads/image/css/bg_01.gif);
}

body {
    background: url(/uploads/image/css/bg_01.gif);
}

a:hover {
    color: #666;
}

.tag_nav {
    width: 100%;
    background: #565656;
    border-bottom: #606060 2px solid;
    position: fixed;
    top: 0;
    z-index: 999;
    overflow:hidden;
    _position:absolute;
    _top:expression(offsetparent.scrolltop);
    _left:expression(offsetparent.scrollleft);
}

.tag_nav_all {
    width: 1000px;
    margin: 0 auto;
    line-height: 51px;
    padding-left:25px;
}

.tag_logo {
    width: 173px;
    height: 22px;
    background: url(/uploads/image/css/y.png) no-repeat;
    margin-right: 10px;
    float: left;
    margin-top: 15px;
}

.tag_logos {
    width: 127px;
    height: 25px;
    margin-right: 8px;
    float: left;
    margin-top: 8px;
}

    .tag_logos img {
        width: 130px;
        height: 35px;
    }

.tag_search {
    width: 400px;
    height: 24px;
    border: none;
    float: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    text-indent: 5px;
    line-height: 20px;
    color: #333;
    background: #eee url(/uploads/image/css/y.png) 408px -36px no-repeat;
    margin-top: 14px;
    padding: 0 30px 0 5px;
}

    .tag_search:focus {
        background-color: #fff;
    }

.tag_login {
    font-size: 14px;
    color: #fff;
    float: left;
}

    .tag_login a:link, .tag_login a:visited {
        font-size: 14px;
        color: #fff;
        padding: 0 5px;
    }

    .tag_login a:last-child {
        padding-right: 0;
    }

.brea_nav {
    margin-bottom: 10px;
}

.main {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px;
}

.main_tag_box {
    padding: 30px 0;
    background: none;
    width: 1000px;
    margin-top: 51px;
}

.main_tag {
    padding: 20px 20px;
}

.foot {
    background: #333;
    font-size: 14px;
    color: #999;
    line-height: 50px;
    text-align: center;
    border-top: 1px #fff solid;
}

    .foot p {
        width: 1000px;
        margin: 0 auto;
    }

.tag_logo_gxyd {
    width: 77px;
    height: 50px;
    float: left;
    margin: 0 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #4daf7c;
}

    .tag_logo_gxyd:hover {
        background-color: #288b57;
    }

.tag_login a {
    font-size: 18px !important;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50,50,50,0.64);
    margin-top: 1px;
}

.autocomplete-suggestion {
    font-size: 14px;
    margin-top: 5px;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #5bc648;
}

.tag_input_choose {
    display: block;
    margin-left: 25px;
    color:#fff;
    width:150px;
    overflow:hidden;
    height:51px;
    vertical-align:middle;
    _padding-top:15px;
    _height:36px;
    float:left;
}

    .tag_input_choose input {
        margin-left:15px;
    }

    .tag_input_choose input {
        vertical-align: middle;
    }

    .tag_input_choose label {
        margin: 0 2px;
        color: #fff;
    }


@charset "utf-8";

.tag_box_list {
    width: 1100px;
    padding: 5px;
}

    .tag_box_list li {
        float: left;
        margin: 0 61px 0 0;
    }

.tag_box {
    width: 200px;
    display: block;
    margin: 15px 0;
    background-color: #fff;
    font-size: 12px;
    color: #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 0 #eee;
    -wekit-box-shadow: 0 1px 0 #eee;
    box-shadow: 0 1px 0 #eee;
    position: relative;
    border-left: 1px #dbdbd5 solid;
    border-right: 1px #dbdbd5 solid;
    border-bottom: 1px #a6a6a4 solid;
}

    .tag_box .choose {
        display: none;
        width: 40px;
        height: 40px;
        margin: 10px 10px 0 0;
        background: url(/uploads/image/css/right.gif) no-repeat;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .tag_box:link, .tag_box:visited {
        text-decoration: none;
        color: #999;
    }

    .tag_box h2 {
        color: #333;
        cursor: pointer;
        font: 20px "microsoft yahei";
        height: 60px;
        line-height: 60px;
        margin-bottom: 10px;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .tag_box h2 a {
            color: #999;
        }

            .tag_box h2 a:hover {
                color: #333;
            }

    .tag_box:hover h2 {
        color: #333;
    }

        .tag_box:hover h2 a {
            color: #333;
        }

    .tag_box:hover {
        -webkit-box-shadow: 0 1px 8px rgba(50, 50, 50, 0.6);
        -moz-box-shadow: 0 1px 8px rgba(50, 50, 50, 0.6);
        box-shadow: 0 1px 8px rgba(50,50,50,0.6);
        background-color: #fff;
    }

.gray_bar {
    font-size: 12px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-top: #ccc 1px solid;
}

    .gray_bar .concern {
        cursor: pointer;
        float: right;
        display: block;
        padding-left: 20px;
        background: 0 -122px no-repeat;
    }

.tag_box:hover .concern {
    color: #333;
}

.gray_bar .concerned {
    cursor: pointer;
    float: right;
    display: block;
    padding-left: 8px;
}

.choose_now {
    background-color: #fff;
}

    .choose_now .choose {
        cursor: pointer;
        display: block;
    }

    .choose_now h2 {
        color: #333;
    }

        .choose_now h2 a {
            color: #333;
        }

.question {
    font: 18px "microsoft yahei";
    color: #fff;
    margin-bottom: 10px;
}

.all {
    margin-top: 10px;
}

    .all a {
        font-size: 14px;
        color: #666;
    }

        .all a:hover {
            color: #333;
        }

.start {
    background: #349e21;
    float: right;
}

    .start a:link, .start a:visited {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 0 5px;
    }

    .start:hover {
        background-color: #1e8a0b;
    }

.attention {
    font: 18px "microsoft yahei";
    margin-bottom: 20px;
}

.main_top {
    border-bottom: #333 2px solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.tag {
    font-size: 14px;
    background: #f5f5f5;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 0 #eee;
    -wekit-box-shadow: 0 1px 0 #eee;
    box-shadow: 0 1px 0 #eee;
    position: relative;
    border-left: 1px #dbdbd5 solid;
    border-right: 1px #dbdbd5 solid;
    border-bottom: 1px #a6a6a4 solid;
    cursor: hand;
    margin-right: 16px;
    margin-bottom: 10px;
}

.line_list {
    width: 660px;
}

.choose_xo {
    float: right;
    width: 70px;
}

.close {
    border: 0;
    background: url(/uploads/image/css/y.png) 2px -157px no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 5px;
}

    .close:hover {
        background: url(/uploads/image/css/y.png) 0 -190px no-repeat;
        cursor: pointer;
    }

.add {
    background: url(/uploads/image/css/y.png) 14px -122px no-repeat;
    width: 40px;
    height: 17px;
    display: inline-block;
}

.main_left {
    width: 730px;
    float: left;
    margin-right: 30px;
}

.new {
    font: 18px "microsoft yahei";
}

.load_more {
    background: #f5f5f5;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

    .load_more:hover {
        background-color: #ccc;
        text-decoration: none;
    }

.new_number {
    font-size: 14px;
}

.list {
    font-size: 14px;
    line-height: 24px;
}

    .list li {
        position: relative;
        border-bottom: #eee 1px dotted;
        vertical-align: middle;
        _zoom: 1;
        padding: 10px;
    }

        .list li:hover {
            background: #f8f8f8;
        }

        .list li a {
            font-size: 12px;
            color: #999;
        }

            .list li a.tit_list {
                display: block;
                font-size: 16px;
                color: #333;
                margin-bottom: 10px;
            }

                .list li a.tit_list:hover {
                    color: #666;
                }

                .list li a.tit_list:visited {
                    color: #999;
                }

.collection {
    display: none;
    float: right;
    position: relative;
    line-height: 36px;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background: url(/uploads/image/css/y.png) 2px -264px no-repeat;
    margin-top: 12px;
    margin-right: 5px;
}

li.collected .collection {
    position: relative;
    display: inline-block;
    float: right;
    width: 16px;
    height: 14px;
    background: url(/uploads/image/css/y.png) 2px -328px no-repeat;
}

.list li.none {
    display: none;
}

.list li:hover .collection,
.list li:hover .collected,
.list li:hover .closer {
    display: inline-block;
}

.collection:hover {
    background: url(/uploads/image/css/y.png) 2px -296px no-repeat;
}

.closer {
    position: relative;
    display: none;
    float: right;
    border: 0;
    background: url(/uploads/image/css/y.png) 2px -400px no-repeat;
    width: 16px;
    height: 14px;
    margin: 12px 10px 0 10px;
}

    .closer:hover {
        background: url(/uploads/image/css/y.png) 2px -430px no-repeat;
    }

.list li {
    _zoom: 1;
}

    .list li:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0px;
    }

.box_relative, .box_close {
    display: none;
    width: 36px;
    height: 22px;
    position: absolute;
    background: url(/uploads/image/css/y.png) 0 -361px no-repeat;
    z-index: 1000;
    right: -10px;
    top: -25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 19px;
}

.collection:hover .box_relative,
.closer:hover .box_close {
    display: block;
}

.main_right {
    float: right;
    width: 200px;
}

.col_tit {
    display: inline-block;
    font: 16px "microsoft yahei";
    margin-bottom: 20px;
}

.collect {
    margin-bottom: 20px;
}

.collect_one {
    margin-bottom: 5px;
}

.collect ul {
    margin-bottom: 20px;
}

.tag_list {
}


    .tag_list h2 {
        font: 18px "microsoft yahei";
        color: #333;
        font-size:25px !important;
    }

    .tag_list ul {
        border-top: 1px #ccc solid;
    }

    .tag_list li {
        border-bottom: 1px #ccc solid;
        padding: 10px;
        _zoom: 1;
        height: 50px;
        overflow: hidden;
        position: relative;
    }

    .tag_list .tag_open {
        border-left: 5px #4daf7c solid;
        padding-left: 5px;
        height: auto;
    }

        .tag_list .tag_open .more {
            display: block;
        }

    .tag_list li:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0px;
    }

    .tag_list li:hover {
        border-left: 5px #4daf7c solid;
        padding-left: 5px;
    }

        .tag_list li:hover .more {
        }

    .tag_list li h3 {
        font: 36px "microsoft yahei";
        color: #333;
        float: left;
        width: 40px;
        padding: 0 20px 0 0;
        text-align: center;
    }


    .tag_list li .tag_all .overflow {
        width: 900px;
    }

    .tag_list li .tag_all a {
        margin: 0 40px 20px 0;
        display: block;
        float: left;
        color: #666;
    }

        .tag_list li .tag_all a:hover {
            color: #333;
        }

    .tag_list li .more {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/uploads/image/css/y.png) -40px -216px no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
        display: none;
    }

    .tag_list li:hover .more {
        display: block;
    }

    .tag_list li .more:hover {
        background-position: 10px -216px;
        cursor: pointer;
    }

.tag_name {
    border-bottom: #333 2px solid;
    margin-bottom: 15px;
}

.tag_single {
    font: 30px "microsoft yahei";
    margin-bottom: 20px;
}

.tag_group {
    border-bottom: 1px #999 dotted;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

    .tag_group h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }

.roll {
    width: 70px;
    height: 24px;
    background: #4daf7c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    float: right;
    margin-left: 20px;
}

    .roll a {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }

    .roll:hover {
        cursor: pointer;
        background: #288b57;
    }

.lore {
    width: 70px;
    height: 24px;
    background: #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    float: right;
}

    .lore a {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }

    .lore:hover {
        background: #999;
        cursor: pointer;
    }

.main_left {
    width: 730px;
    min-height: 550px;
}

    .main_left h2 {
        font: 18px "microsoft yahei";
        margin-top: 60px;
    }

.main_right {
    width: 200px;
    float: right;
}

.at_submit {
    border: 0;
    background: #4daf7c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #fff;
    font: 16px "microsoft yahei";
    margin-right: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 5px 10px;
}

    .at_submit:hover {
        background: #288b57;
    }

.at_visited {
    border: 0;
    background: #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #fff;
    font: 16px "microsoft yahei";
    margin-right: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 5px 10px;
}

.tag_answer {
    border: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(/uploads/image/css/y.png) 0 -505px no-repeat;
    margin-left: 5px;
}

    .tag_answer:hover {
        background: url(/uploads/image/css/y.png) 0 -541px no-repeat;
    }

.user {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    position: relative;
}

    .user a {
        display: inline-block;
        margin-right: 20px;
        font-size: 14px;
    }

.product {
    margin-bottom: 10px;
}

    .product h2 {
        font: 18px "microsoft yahei";
        margin-bottom: 20px;
    }

.answer_box {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 350px;
    padding: 20px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 0 #eee;
    -wekit-box-shadow: 0 1px 0 #eee;
    box-shadow: 0 1px 0 #eee;
    border-left: 1px #dbdbd5 solid;
    border-right: 1px #dbdbd5 solid;
    border-bottom: 1px #a6a6a4 solid;
    z-index: 999;
}

    .answer_box p {
        margin-top: 5px;
    }

        .answer_box p a {
            font-size: 12px;
        }

.answer_close {
    width: 16px;
    height: 16px;
    border: 0;
    background: url(/uploads/image/css/y.png) 0 -402px no-repeat;
    margin-left: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
}

    .answer_close:hover {
        background: url(/uploads/image/css/y.png) 0 -432px no-repeat;
    }

.page_nav {
    clear: both;
    padding: 15px 0;
    color: #666;
    font: normal 12px/24px arial;
    text-align: center;
}

    .page_nav a {
        display: inline-block;
        height: 22px;
        margin: 0 2px;
        padding: 0 8px;
        text-decoration: none;
        border: solid 1px #dbe5ee;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        color: #333;
        font: normal 12px/22px arial, helvetica, sans-serif;
        cursor: pointer;
    }

    .page_nav strong {
        display: inline-block;
        height: 24px;
        margin: 0 3px;
        padding: 0 8px;
        border: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        background: #565656;
        color: #fff;
        font-weight: normal;
        line-height: 24px;
        text-decoration: none;
    }

    .page_nav a:hover,
    .page_nav a.on {
        height: 24px;
        margin: 0 3px;
        border: none;
        background: #4daf7c;
        color: #fff;
        line-height: 24px;
        text-decoration: none;
    }

    .page_nav a.select {
        cursor: default;
    }

    .page_nav .view_all {
        display: block;
        text-align: center;
    }

        .page_nav .view_all a {
            height: auto;
            margin: 0;
            padding: 0;
            border: none;
            color: #06c;
            line-height: 24px;
        }

            .page_nav .view_all a:hover {
                height: auto;
                margin: 0;
                padding: 0;
                background: none;
            }

.start_top {
    background: #4daf7c;
    float: right;
}

    .start_top a:link, .start_top a:visited {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 0 5px;
    }

    .start_top:hover {
        background-color: #288b57;
    }

.tag_point {
    text-align: center;
}

    .tag_point a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(/uploads/image/css/y.png) 7px -610px no-repeat;
        margin: 0 5px;
    }

        .tag_point a:hover {
            background: url(/uploads/image/css/y.png) 7px -645px no-repeat;
        }

        .tag_point a.current {
            background: url(/uploads/image/css/y.png) 7px -645px no-repeat;
        }

.gray_bar .tag_examine {
    color: #999;
    float: right;
}

.tag_box:hover .tag_examine {
    color: #333;
}

span.keyword {
    color: #5bc648;
    font-weight: bold;
}

.tag_p1 {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.tag_p2 {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    margin-top: 20px;
}

.tag_p3 {
    font-size: 18px;
    color: #999;
    margin-left: 10px;
}

.prompt_box {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -200px;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: url(/uploads/image/css/login_bg.png);
    z-index: 999999;
}

.prompt_box_concent {
    width: 390px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.prompt_bar_bg {
    width: 390px;
    height: 40px;
    background: #f5f5f5;
    border-bottom: 1px #c5c5c5 solid;
    border-top: 1px #fff solid;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
    margin-bottom: 40px;
    position: relative;
}

.prompt_box span.prompt_words {
    vertical-align: middle;
    font: 16px "microsoft yahei";
    line-height: 40px;
    margin-left: 20px;
}

.prompt_close {
    border: none;
    background: url(/uploads/image/css/y.png) 10px -400px no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 5px;
}

    .prompt_close:hover {
        background: url(/uploads/image/css/y.png) 10px -430px no-repeat;
    }

.prompt_box span.prompt_sentence {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
}

.sure_box {
    text-align: center;
    padding: 0 10px;
}

.prompt_sure {
    text-align: center;
    padding: 3px 18px;
    cursor: pointer;
    border: 1px solid #288b57;
    background-color: #4daf7c;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 35px;
}

    .prompt_sure:hover {
        background: #288b57;
    }

.tag_answer2 {
    border: none;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(/uploads/image/css/y.png) 0 -502px no-repeat;
    margin-left: 5px;
}

    .tag_answer2:hover {
        background: url(/uploads/image/css/y.png) 0 -538px no-repeat;
    }

.not_search {
    background:  no-repeat scroll center top transparent;
    color: #999;
    font: 18px/30px "microsoft yahei";
    margin-top: 40px;
    padding-top: 150px;
    text-align: center;
}

    .not_search span {
        color: #5bc648;
    }

.main_right .forecast_tl {
    display: inline-block;
    width: 200px;
    background: url(/uploads/image/css/forecast_tl.png) no-repeat;
    font: 16px "microsoft yahei";
    padding: 25px 0 0 55px;
}

.tag_forecast {
    width: 188px;
    padding: 10px 5px;
    background: #f5f5f5;
    border: 1px #ccc solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.link_id {
    border: 1px #ccc solid;
    width: 143px;
    margin-right: 1px;
    text-indent: 5px;
    line-height: 24px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.forecast_su {
    padding: 0 6px;
    cursor: pointer;
    border: 1px solid #1e8a0b;
    background-color: #349e21;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
}

    .forecast_su:hover {
        background-color: #1e8a0b;
        border: 1px solid #1e8a0b;
    }

.tag_visited {
    display: inline-block;
    margin-top: 8px;
    color: #999;
}

.tag_bg_bar {
    width: 100%;
    height: 500px;
    margin-top: 100px;
}

.tag_homeall {
    width: 790px;
    height: 200px;
    margin: 0 auto;
    padding: 150px 80px;
}

.logo_picture {
    width: 500px;
    height: 150px;
    background: url(/uploads/image/css/csdn.png) no-repeat;
    display: inline-block;
}

.logo_words {
    font: 16px "microsoft yahei";
    color: #fff;
    display: inline-block;
    margin-top: 90px;
}

.logo_words2 {
    font: 16px;
    color: #fff;
    display: inline-block;
}

.login_home {
    float: right;
    padding-top: 10px;
    width: 270px;
}

.user_login {
    width: 240px;
    height: 40px;
    border-radius: 3px;
    border: 0px #e3e3e3 solid;
    margin-bottom: 10px;
    background: url(/uploads/image/css/icons.png) #fff -8px -150px no-repeat;
    padding-left: 30px;
    float: right;
}

.password_login {
    width: 240px;
    height: 40px;
    border-radius: 3px;
    border: 0px #e3e3e3 solid;
    margin-bottom: 10px;
    background: url(/uploads/image/css/icons.png) #fff -8px -181px no-repeat;
    padding-left: 30px;
    float: right;
}

.bt_login {
    text-align: center;
    width: 270px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-top: 1px solid #73cf9f;
    border-right: 1px solid #3e9f6c;
    border-bottom: 1px solid #288b57;
    border-left: 1px solid #3e9f6c;
    background-color: #4daf7c;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 8px;
    float: right;
}

    .bt_login:hover {
        background-color: #288b57;
        border-top: 1px solid #73cf9f;
        border-right: 1px solid #3e9f6c;
        border-bottom: 1px solid #288b57;
        border-left: 1px solid #3e9f6c;
    }

.bt_logging {
    text-align: left;
    padding: 2px 11px;
    cursor: pointer;
    border: 1px solid #288b57;
    background-color: #4daf7c;
    margin-top: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 35px;
    float: right;
}

    .bt_logging:hover {
        background-color: #288b57;
        border: 1px solid #288b57;
    }

.labelcheckbox {
    color: #666;
    float: left;
    font-size: 12px;
    line-height: 24px;
}

    .labelcheckbox input {
        margin-right: 5px;
        width: 13px;
        vertical-align: middle;
    }

.getpassword {
    float: right;
}

    .getpassword a {
        color: #666;
    }

.csdn_loginbox .point {
    font-size: 12px;
    color: #f66;
    text-align: center;
    margin-bottom: 5px;
}

.dwon_words {
    margin: 0;
    line-height: 26px;
}

.tag_source {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

.list li .tag_source a {
    color: #333;
    margin-right: 5px;
}

.dwon_words .tag_source .source_tags {
    color: #999;
}

.tag_summary {
    font-size: 14px;
    color: #999;
    word-wrap: break-word;
    line-height: 24px;
}

.main_right a.tag_pbox {
    display: inline-block;
    width: 200px;
    height: 98px;
    background: url(/uploads/image/css/login_come.png);
    margin-bottom: 20px;
}

    .main_right a.tag_pbox:hover {
    }

.main_right span.tag_jj {
    font: 14px "microsoft yahei";
}

.main_right a span.tag_comeon {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

.tag_tips {
    border: 1px #999 dotted;
    padding: 2px;
}

.tips_bg {
    background: #f5f5f5;
    padding: 7px;
}

.tag_warp .main_right .tag_tips h2.tips {
    display: block;
    font-size: 14px;
    color: #666;
}

.tag_warp .main_right .tag_tips p {
    color: #666;
}

.line_list_pic {
    display: inline-block;
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 15px;
}

    .line_list_pic img {
        width: 150px;
        height: 100px;
    }


@charset "utf-8";

.tag_box_list {
    width: 1100px;
    padding: 5px;
}

    .tag_box_list li {
        float: left;
        margin: 0 61px 0 0;
    }

.tag_box {
    width: 200px;
    display: block;
    margin: 15px 0;
    background-color: #fff;
    font-size: 12px;
    color: #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 0 #eee;
    -wekit-box-shadow: 0 1px 0 #eee;
    box-shadow: 0 1px 0 #eee;
    position: relative;
    border-left: 1px #dbdbd5 solid;
    border-right: 1px #dbdbd5 solid;
    border-bottom: 1px #a6a6a4 solid;
}

    .tag_box .choose {
        display: none;
        width: 40px;
        height: 40px;
        margin: 10px 10px 0 0;
        background: url(/uploads/image/css/right.gif) no-repeat;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .tag_box:link, .tag_box:visited {
        text-decoration: none;
        color: #999;
    }

    .tag_box h2 {
        color: #333;
        cursor: pointer;
        font: 20px "microsoft yahei";
        height: 60px;
        line-height: 60px;
        margin-bottom: 10px;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .tag_box h2 a {
            color: #999;
        }

            .tag_box h2 a:hover {
                color: #333;
            }

    .tag_box:hover h2 {
        color: #333;
    }

        .tag_box:hover h2 a {
            color: #333;
        }

    .tag_box:hover {
        -webkit-box-shadow: 0 1px 8px rgba(50, 50, 50, 0.6);
        -moz-box-shadow: 0 1px 8px rgba(50, 50, 50, 0.6);
        box-shadow: 0 1px 8px rgba(50,50,50,0.6);
        background-color: #fff;
    }

.gray_bar {
    font-size: 12px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-top: #ccc 1px solid;
}

    .gray_bar .concern {
        cursor: pointer;
        float: right;
        display: block;
        padding-left: 20px;
        background: 0 -122px no-repeat;
    }

.tag_box:hover .concern {
    color: #333;
}

.gray_bar .concerned {
    cursor: pointer;
    float: right;
    display: block;
    padding-left: 8px;
}

.choose_now {
    background-color: #fff;
}

    .choose_now .choose {
        cursor: pointer;
        display: block;
    }

    .choose_now h2 {
        color: #333;
    }

        .choose_now h2 a {
            color: #333;
        }

.question {
    font: 18px "microsoft yahei";
    color: #fff;
    margin-bottom: 10px;
}

.all {
    margin-top: 10px;
}

    .all a {
        font-size: 14px;
        color: #666;
    }

        .all a:hover {
            color: #333;
        }

.start {
    background: #349e21;
    float: right;
}

    .start a:link, .start a:visited {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 0 5px;
    }

    .start:hover {
        background-color: #1e8a0b;
    }

.attention {
    font: 18px "microsoft yahei";
    margin-bottom: 20px;
}

.main_top {
    border-bottom: #333 2px solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.tag {
    font-size: 14px;
    background: #f5f5f5;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 0 #eee;
    -wekit-box-shadow: 0 1px 0 #eee;
    box-shadow: 0 1px 0 #eee;
    position: relative;
    border-left: 1px #dbdbd5 solid;
    border-right: 1px #dbdbd5 solid;
    border-bottom: 1px #a6a6a4 solid;
    cursor: hand;
    margin-right: 16px;
    margin-bottom: 10px;
}

.line_list {
    width: 660px;
}

.choose_xo {
    float: right;
    width: 70px;
}

.close {
    border: 0;
    background: url(/uploads/image/css/y.png) 2px -157px no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 5px;
}

    .close:hover {
        background: url(/uploads/image/css/y.png) 0 -190px no-repeat;
        cursor: pointer;
    }

.add {
    background: url(/uploads/image/css/y.png) 14px -122px no-repeat;
    width: 40px;
    height: 17px;
    display: inline-block;
}

.main_left {
    width: 730px;
    float: left;
    margin-right: 30px;
}

.new {
    font: 18px "microsoft yahei";
}

.load_more {
    background: #f5f5f5;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

    .load_more:hover {
        background-color: #ccc;
        text-decoration: none;
    }

.new_number {
    font-size: 14px;
}

.list {
    font-size: 14px;
    line-height: 24px;
}

    .list li {
        position: relative;
        border-bottom: #eee 1px dotted;
        vertical-align: middle;
        _zoom: 1;
        padding: 10px;
    }

        .list li:hover {
            background: #f8f8f8;
        }

        .list li a {
            font-size: 12px;
            color: #999;
        }

            .list li a.tit_list {
                display: block;
                font-size: 16px;
                color: #333;
                margin-bottom: 10px;
            }

                .list li a.tit_list:hover {
                    color: #666;
                }

                .list li a.tit_list:visited {
                    color: #999;
                }

.collection {
    display: none;
    float: right;
    position: relative;
    line-height: 36px;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background: url(/uploads/image/css/y.png) 2px -264px no-repeat;
    margin-top: 12px;
    margin-right: 5px;
}

li.collected .collection {
    position: relative;
    display: inline-block;
    float: right;
    width: 16px;
    height: 14px;
    background: url(/uploads/image/css/y.png) 2px -328px no-repeat;
}

.list li.none {
    display: none;
}

.list li:hover .collection,
.list li:hover .collected,
.list li:hover .closer {
    display: inline-block;
}

.collection:hover {
    background: url(/uploads/image/css/y.png) 2px -296px no-repeat;
}

.closer {
    position: relative;
    display: none;
    float: right;
    border: 0;
    background: url(/uploads/image/css/y.png) 2px -400px no-repeat;
    width: 16px;
    height: 14px;
    margin: 12px 10px 0 10px;
}

    .closer:hover {
        background: url(/uploads/image/css/y.png) 2px -430px no-repeat;
    }

.list li {
    _zoom: 1;
}

    .list li:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0px;
    }

.box_relative, .box_close {
    display: none;
    width: 36px;
    height: 22px;
    position: absolute;
    background: url(/uploads/image/css/y.png) 0 -361px no-repeat;
    z-index: 1000;
    right: -10px;
    top: -25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 19px;
}

.collection:hover .box_relative,
.closer:hover .box_close {
    display: block;
}

.main_right {
    float: right;
    width: 200px;
}

.col_tit {
    display: inline-block;
    font: 16px "microsoft yahei";
    margin-bottom: 20px;
}

.collect {
    margin-bottom: 20px;
}

.collect_one {
    margin-bottom: 5px;
}

.collect ul {
    margin-bottom: 20px;
}

.tag_list {
}

    .tag_list h2 {
        font: 18px "microsoft yahei";
        color: #333;
    }

    .tag_list ul {
        border-top: 1px #ccc solid;
    }

    .tag_list li {
        border-bottom: 1px #ccc solid;
        padding: 10px;
        _zoom: 1;
        height: 50px;
        overflow: hidden;
        position: relative;
    }

    .tag_list .tag_open {
        border-left: 5px #4daf7c solid;
        padding-left: 5px;
        height: auto;
    }

        .tag_list .tag_open .more {
            display: block;
        }

    .tag_list li:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0px;
    }

    .tag_list li:hover {
        border-left: 5px #4daf7c solid;
        padding-left: 5px;
    }

        .tag_list li:hover .more {
        }

    .tag_list li h3 {
        font: 36px "microsoft yahei";
        color: #333;
        float: left;
        width: 40px;
        padding: 0 20px 0 0;
        text-align: center;
    }

    .tag_list li .tag_all {
        font-size: 14px;
        padding-top: 20px;
    }

        .tag_list li .tag_all .overflow {
            width: 900px;
        }

        .tag_list li .tag_all a {
            margin: 0 40px 20px 0;
            display: block;
            float: left;
            color: #666;
        }

            .tag_list li .tag_all a:hover {
                color: #333;
            }

    .tag_list li .more {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/uploads/image/css/y.png) -40px -216px no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
        display: none;
    }

    .tag_list li:hover .more {
        display: block;
    }

    .tag_list li .more:hover {
        background-position: 10px -216px;
        cursor: pointer;
    }

.tag_name {
    border-bottom: #333 2px solid;
    margin-bottom: 15px;
}

.tag_single {
    font: 30px "microsoft yahei";
    margin-bottom: 20px;
}

.tag_group {
    border-bottom: 1px #999 dotted;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

    .tag_group h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }

.roll {
    width: 70px;
    height: 24px;
    background: #4daf7c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    float: right;
    margin-left: 20px;
}

    .roll a {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }

    .roll:hover {
        cursor: pointer;
        background: #288b57;
    }

.lore {
    width: 70px;
    height: 24px;
    background: #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    float: right;
}

    .lore a {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }

    .lore:hover {
        background: #999;
        cursor: pointer;
    }

.main_left {
    width: 730px;
    min-height: 550px;
}

    .main_left h2 {
        font: 18px "microsoft yahei";
        margin-top: 60px;
    }

.main_right {
    width: 200px;
    float: right;
}

.at_submit {
    border: 0;
    background: #4daf7c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #fff;
    font: 16px "microsoft yahei";
    margin-right: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 5px 10px;
}

    .at_submit:hover {
        background: #288b57;
    }

.at_visited {
    border: 0;
    background: #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #fff;
    font: 16px "microsoft yahei";
    margin-right: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 5px 10px;
}

.tag_answer {
    border: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(/uploads/image/css/y.png) 0 -505px no-repeat;
    margin-left: 5px;
}

    .tag_answer:hover {
        background: url(/uploads/image/css/y.png) 0 -541px no-repeat;
    }

.user {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    position: relative;
}

    .user a {
        display: inline-block;
        margin-right: 20px;
        font-size: 14px;
    }

.product {
    margin-bottom: 10px;
}

    .product h2 {
        font: 18px "microsoft yahei";
        margin-bottom: 20px;
    }

.answer_box {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 350px;
    padding: 20px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 0 #eee;
    -wekit-box-shadow: 0 1px 0 #eee;
    box-shadow: 0 1px 0 #eee;
    border-left: 1px #dbdbd5 solid;
    border-right: 1px #dbdbd5 solid;
    border-bottom: 1px #a6a6a4 solid;
    z-index: 999;
}

    .answer_box p {
        margin-top: 5px;
    }

        .answer_box p a {
            font-size: 12px;
        }

.answer_close {
    width: 16px;
    height: 16px;
    border: 0;
    background: url(/uploads/image/css/y.png) 0 -402px no-repeat;
    margin-left: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
}

    .answer_close:hover {
        background: url(/uploads/image/css/y.png) 0 -432px no-repeat;
    }

.page_nav {
    clear: both;
    padding: 15px 0;
    color: #666;
    font: normal 12px/24px arial;
    text-align: center;
}

    .page_nav a {
        display: inline-block;
        height: 22px;
        margin: 0 2px;
        padding: 0 8px;
        text-decoration: none;
        border: solid 1px #dbe5ee;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        color: #333;
        font: normal 12px/22px arial, helvetica, sans-serif;
        cursor: pointer;
    }

    .page_nav strong {
        display: inline-block;
        height: 24px;
        margin: 0 3px;
        padding: 0 8px;
        border: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        background: #565656;
        color: #fff;
        font-weight: normal;
        line-height: 24px;
        text-decoration: none;
    }

    .page_nav a:hover,
    .page_nav a.on {
        height: 24px;
        margin: 0 3px;
        border: none;
        background: #4daf7c;
        color: #fff;
        line-height: 24px;
        text-decoration: none;
    }

    .page_nav a.select {
        cursor: default;
    }

    .page_nav .view_all {
        display: block;
        text-align: center;
    }

        .page_nav .view_all a {
            height: auto;
            margin: 0;
            padding: 0;
            border: none;
            color: #06c;
            line-height: 24px;
        }

            .page_nav .view_all a:hover {
                height: auto;
                margin: 0;
                padding: 0;
                background: none;
            }

.start_top {
    background: #4daf7c;
    float: right;
}

    .start_top a:link, .start_top a:visited {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 0 5px;
    }

    .start_top:hover {
        background-color: #288b57;
    }

.tag_point {
    text-align: center;
}

    .tag_point a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(/uploads/image/css/y.png) 7px -610px no-repeat;
        margin: 0 5px;
    }

        .tag_point a:hover {
            background: url(/uploads/image/css/y.png) 7px -645px no-repeat;
        }

        .tag_point a.current {
            background: url(/uploads/image/css/y.png) 7px -645px no-repeat;
        }

.gray_bar .tag_examine {
    color: #999;
    float: right;
}

.tag_box:hover .tag_examine {
    color: #333;
}

span.keyword {
    color: #5bc648;
    font-weight: bold;
}

.tag_p1 {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.tag_p2 {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    margin-top: 20px;
}

.tag_p3 {
    font-size: 18px;
    color: #999;
    margin-left: 10px;
}

.prompt_box {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -200px;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: url(/uploads/image/css/login_bg.png);
    z-index: 999999;
}

.prompt_box_concent {
    width: 390px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.prompt_bar_bg {
    width: 390px;
    height: 40px;
    background: #f5f5f5;
    border-bottom: 1px #c5c5c5 solid;
    border-top: 1px #fff solid;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
    margin-bottom: 40px;
    position: relative;
}

.prompt_box span.prompt_words {
    vertical-align: middle;
    font: 16px "microsoft yahei";
    line-height: 40px;
    margin-left: 20px;
}

.prompt_close {
    border: none;
    background: url(/uploads/image/css/y.png) 10px -400px no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 5px;
}

    .prompt_close:hover {
        background: url(/uploads/image/css/y.png) 10px -430px no-repeat;
    }

.prompt_box span.prompt_sentence {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
}

.sure_box {
    text-align: center;
    padding: 0 10px;
}

.prompt_sure {
    text-align: center;
    padding: 3px 18px;
    cursor: pointer;
    border: 1px solid #288b57;
    background-color: #4daf7c;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 35px;
}

    .prompt_sure:hover {
        background: #288b57;
    }

.tag_answer2 {
    border: none;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(/uploads/image/css/y.png) 0 -502px no-repeat;
    margin-left: 5px;
}

    .tag_answer2:hover {
        background: url(/uploads/image/css/y.png) 0 -538px no-repeat;
    }

.not_search {
    background:  no-repeat scroll center top transparent;
    color: #999;
    font: 18px/30px "microsoft yahei";
    margin-top: 40px;
    padding-top: 150px;
    text-align: center;
}

    .not_search span {
        color: #5bc648;
    }

.main_right .forecast_tl {
    display: inline-block;
    width: 200px;
    background: url(/uploads/image/css/forecast_tl.png) no-repeat;
    font: 16px "microsoft yahei";
    padding: 25px 0 0 55px;
}

.tag_forecast {
    width: 188px;
    padding: 10px 5px;
    background: #f5f5f5;
    border: 1px #ccc solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.link_id {
    border: 1px #ccc solid;
    width: 143px;
    margin-right: 1px;
    text-indent: 5px;
    line-height: 24px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.forecast_su {
    padding: 0 6px;
    cursor: pointer;
    border: 1px solid #1e8a0b;
    background-color: #349e21;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
}

    .forecast_su:hover {
        background-color: #1e8a0b;
        border: 1px solid #1e8a0b;
    }

.tag_visited {
    display: inline-block;
    margin-top: 8px;
    color: #999;
}

.tag_bg_bar {
    width: 100%;
    height: 500px;
    margin-top: 100px;
}

.tag_homeall {
    width: 790px;
    height: 200px;
    margin: 0 auto;
    padding: 150px 80px;
}

.logo_picture {
    width: 500px;
    height: 150px;
    background: url(/uploads/image/css/csdn.png) no-repeat;
    display: inline-block;
}

.logo_words {
    font: 16px "microsoft yahei";
    color: #fff;
    display: inline-block;
    margin-top: 90px;
}

.logo_words2 {
    font: 16px;
    color: #fff;
    display: inline-block;
}

.login_home {
    float: right;
    padding-top: 10px;
    width: 270px;
}

.user_login {
    width: 240px;
    height: 40px;
    border-radius: 3px;
    border: 0px #e3e3e3 solid;
    margin-bottom: 10px;
    background: url(/uploads/image/css/icons.png) #fff -8px -150px no-repeat;
    padding-left: 30px;
    float: right;
}

.password_login {
    width: 240px;
    height: 40px;
    border-radius: 3px;
    border: 0px #e3e3e3 solid;
    margin-bottom: 10px;
    background: url(/uploads/image/css/icons.png) #fff -8px -181px no-repeat;
    padding-left: 30px;
    float: right;
}

.bt_login {
    text-align: center;
    width: 270px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-top: 1px solid #73cf9f;
    border-right: 1px solid #3e9f6c;
    border-bottom: 1px solid #288b57;
    border-left: 1px solid #3e9f6c;
    background-color: #4daf7c;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 8px;
    float: right;
}

    .bt_login:hover {
        background-color: #288b57;
        border-top: 1px solid #73cf9f;
        border-right: 1px solid #3e9f6c;
        border-bottom: 1px solid #288b57;
        border-left: 1px solid #3e9f6c;
    }

.bt_logging {
    text-align: left;
    padding: 2px 11px;
    cursor: pointer;
    border: 1px solid #288b57;
    background-color: #4daf7c;
    margin-top: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 35px;
    float: right;
}

    .bt_logging:hover {
        background-color: #288b57;
        border: 1px solid #288b57;
    }

.labelcheckbox {
    color: #666;
    float: left;
    font-size: 12px;
    line-height: 24px;
}

    .labelcheckbox input {
        margin-right: 5px;
        width: 13px;
        vertical-align: middle;
    }

.getpassword {
    float: right;
}

    .getpassword a {
        color: #666;
    }

.csdn_loginbox .point {
    font-size: 12px;
    color: #f66;
    text-align: center;
    margin-bottom: 5px;
}


.tag_source {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

.list li .tag_source a {
    color: #333;
    margin-right: 5px;
}

.dwon_words .tag_source .source_tags {
    color: #999;
}

.tag_summary {
    font-size: 14px;
    color: #999;
    word-wrap: break-word;
    line-height: 24px;
}

.main_right a.tag_pbox {
    display: inline-block;
    width: 200px;
    height: 98px;
    background: url(/uploads/image/css/login_come.png);
    margin-bottom: 20px;
}

    .main_right a.tag_pbox:hover {
    }

.main_right span.tag_jj {
    font: 14px "microsoft yahei";
}

.main_right a span.tag_comeon {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

.tag_tips {
    border: 1px #999 dotted;
    padding: 2px;
}

.tips_bg {
    background: #f5f5f5;
    padding: 7px;
}

.tag_warp .main_right .tag_tips h2.tips {
    display: block;
    font-size: 14px;
    color: #666;
}

.tag_warp .main_right .tag_tips p {
    color: #666;
}

.line_list_pic {
    display: inline-block;
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 15px;
}

    .line_list_pic img {
        width: 150px;
        height: 100px;
    }




#csdn_shield {
    position: absolute;
    z-index: 101;
    left: 0px;
    top: 0px;
    display: block;
    background-color: #999;
    width: 100%;
}

#csdn_divh {
    position: absolute;
    z-index: 10001;
    top: 30%;
    left: 45%;
    width: 460px;
    margin-left: -200px;
}

    #csdn_divh img {
        border: none;
    }

.loading {
    padding: 20px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    background: url(/uploads/image/tgtimages/wait.gif) no-repeat center bottom #ffffff;
}

.h1title {
    font-size: 20px;
    margin-top: 0px;
    padding-top: 6px;
    border-bottom: solid 4px #ffe2d2;
}

.openbox {
    border: solid 10px #ffe2d2;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
}

.boxbody {
}

#vcfrm {
    width: 150px;
    height: 50px;
    overflow: hidden;
    border: none;
}

#csdn_divh a.revc {
    position: relative;
    top: -20px;
    margin-left: 10px;
}

#sperr {
    color: red;
}

#tr_third {
}

    #tr_third a {
        margin-right: 8px;
    }

.clearfix {
    display: block;
    *display: inline-block;
}

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.csdn_loginbox {
    margin: 0 auto;
    background-image: url(/uploads/image/tgtimages/login_bg.png);
    padding: 3px;
    margin-top: 100px;
    border-radius: 4px;
}

.login_content {
    text-align: left;
    margin: 0 auto;
    width: 240px;
    background-color: #fbfbfb;
    border: solid 1px #ccc;
    padding: 40px 82px;
    box-shadow: 0px 0px 1px #fff inset;
    border-radius: 4px;
    position: relative;
}

.csdn_loginbox .close {
    border: none;
    background: url(/uploads/image/tgtimages/icons.png) -10px 10px no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
    cursor: pointer;
}

    .csdn_loginbox .close:hover {
        background: url(/uploads/image/tgtimages/icons.png) -10px -19px no-repeat;
    }

.csdn_loginbox .point {
    font-size: 12px;
    color: #ff6666;
    text-align: center;
    margin-bottom: 5px;
}

.csdn_loginbox .user_id {
    width: 210px;
    height: 30px;
    border-radius: 3px;
    border: 1px #e3e3e3 solid;
    margin-bottom: 10px;
    background: url(/uploads/image/tgtimages/icons.png) #fff -8px -155px no-repeat;
    padding-left: 30px;
}

.csdn_loginbox .password {
    width: 210px;
    height: 30px;
    border-radius: 3px;
    border: 1px #e3e3e3 solid;
    margin-bottom: 10px;
    background: url(/uploads/image/tgtimages/icons.png) #fff -8px -187px no-repeat;
    padding-left: 30px;
}

.csdn_loginbox .remember {
    font-size: 12px;
    text-align: left;
    color: #999;
    margin-bottom: 20px;
    vertical-align: middle;
    line-height: 13px;
}

    .csdn_loginbox .remember input {
        float: left;
        margin-right: 10px;
        float: left;
        vertical-align: middle;
    }

.csdn_loginbox .login_bt {
    text-align: left;
    padding: 8px 22px;
    cursor: pointer;
    border: 1px solid #ef5f06;
    background-color: #ff6c1e;
    margin-top: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 35px;
}

    .csdn_loginbox .login_bt:hover {
        background-color: #ff3300;
        border: 1px solid #cc3300;
    }

.csdn_loginbox .pw_lg {
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: 18px;
}

    .csdn_loginbox .pw_lg a {
        color: #999;
        text-decoration: none;
        padding: 0 5px;
    }

.csdn_loginbox a.pw_a {
    padding-right: 0;
}

.csdn_loginbox .pw_lg a:hover {
    color: #06c;
}

.csdn_loginbox .lg_3 {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    text-align: left;
}

    .csdn_loginbox .lg_3 a {
        display: block;
        float: right;
        background-image: url(/uploads/image/tgtimages/icons.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        margin-left: 8px;
        border-radius: 3px;
    }

        .csdn_loginbox .lg_3 a:hover {
            background-color: #eee;
        }

.csdn_loginbox .weibo {
    background-position: -13px -90px;
    margin-left: 0;
}

.csdn_loginbox .qq {
    background-position: -13px -56px;
}

.csdn_loginbox .google {
    background-position: -13px -125px;
}

.csdn_loginbox .github {
    background-position: -14px -226px;
}

.csdn_loginbox .linkedin {
    background-position: -14px -262px;
}

.csdn_loginbox .baidu {
    background-position: -14px -289px;
}

div#csdn_divh {
    width: auto;
}

.tag_warp {
  min-height: 450px;
}

.tag_header {
    margin-top:50px;
    _top:expression((offsetparent.scrolltop) 50);
}

.tag_header .wrapper {
  background-color: #ffffff;
  color: #003e84;
  margin: 0 auto;
  min-height: 72px;
  overflow: hidden;
  position: relative;
  width: 1002px;
}

.tag_header .logo {
  padding: 12px 0 12px 10px;
  margin: 0 auto;
  width: 1000px;
}

body {
    _background-attachment: fixed;
    _background-image:;
}


.pagination {
    padding:20px 10px;
    text-align:center;
    font-family:arial, '宋体', sans-serif;
    
}

.pagination .current {
    
    font-weight: bold;
    background-color:#b2b2b2;
    color:#fff;
}


.pagination a {
    background: none repeat scroll 0 0 #ffffff;
    color: #555555 !important;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    padding: 0 6px;
}