﻿body {
    background: #FAFAFA;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:link, a:visited, a:hover {
        color: #4C4C4C;
        text-decoration: none;
    }

.blue {
    color: #0086CE;
}

a.blue:link, a.blue:visited, a.blue:hover {
    color: #0086CE;
    text-decoration: none;
}

.grey {
    color: #9C9C9C;
}

a.grey:link, a.grey:visited, a.grey:hover {
    color: #9C9C9C;
    text-decoration: none;
}

.orange {
    color: #F60;
}

a.orange:link, a.orange:visited, a.orange:hover {
    color: #F60;
    text-decoration: none;
}

#page-wrapper {
    position: absolute;
    width: 100%;
    left: 0px;
    overflow: hidden;
    z-index: 0;
}

#content-wrapper {
    -webkit-transition: all 350ms cubic-bezier(0.665,0.165,0.130,0.715);
    -moz-transition: all 350ms cubic-bezier(0.665,0.165,0.130,0.715);
    -ms-transition: all 350ms cubic-bezier(0.665,0.165,0.130,0.715);
    -o-transition: all 350ms cubic-bezier(0.665,0.165,0.130,0.715);
    transition: all 350ms cubic-bezier(0.665,0.165,0.130,0.715);
    -webkit-transition-timing-function: cubic-bezier(0.665,0.165,0.130,0.715);
    -moz-transition-timing-function: cubic-bezier(0.665,0.165,0.130,0.715);
    -ms-transition-timing-function: cubic-bezier(0.665,0.165,0.130,0.715);
    -o-transition-timing-function: cubic-bezier(0.665,0.165,0.130,0.715);
    transition-timing-function: cubic-bezier(0.665,0.165,0.130,0.715);
    position: relative;
    left: 0px;
    background: #FAFAFA;
	max-width:780px;
	border:1px solid #CCC;
	margin:0 auto;
    height: 100%;
}

    #content-wrapper.moved-left {
        -webkit-transform: perspective(0) translate(-250px,0);
        -moz-transform: translate(-250px,0);
        -ms-transform: translate(-250px,0);
        -o-transform: translate(-250px,0);
        transform: translate(-250px,0);
    }

#sidebar-wrapper {
    color: #cfd0d1;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -2;
    height: 100%;
    width: 250px;
    background: #333;
    box-shadow: 5px 0 5px #2a2a2a inset;
}

.sidebar-wrapper-scroll {
    width: 270px;
    overflow: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scroll: touch !important;
    height: 100%;
    display: none;
}

#a-sidebar .a-sidebar-show {
    display: block;
    width: 30px;
    height: 30px;
}

    #a-sidebar .a-sidebar-show img {
        width: 30px;
        height: 30px;
    }

#a-sidebar img {
    width: 28px;
    height: 28px;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.z {
    float: left;
}

.y {
    float: right;
}

.wps {
    padding: 0 10px;
}

#hd {
    background: #E05858;
    height: 60px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ddd;
}

    #hd h1 {
        height: 45px;
        padding-left: 15px;
        padding-top: 8px;
    }

        #hd h1 img {
            vertical-align: middle;
            height: 45px;
        }

#hd_bot {
    height: 1px;
    width: 100%;
    background: #eee;
}

.user {
    padding: 15px 15px 0 0;
    position: relative;
}
#hd
    .user .pm {
        position: absolute;
        top: 5px;
        right: 13px;
        background: #FF6600;
        border: 2px solid #fff;
        height: 10px;
        width: 10px;
        border-radius: 25px;
        box-shadow: 0 1px 0px #bbb;
    }

        .user .pm:hover {
            text-decoration: none;
        }

    .user .pic img {
        width: 30px !important;
        height: 30px !important;
        ;
        border-radius: 25px;
        margin-top: 1px;
        box-shadow: 0 1px 0px #bbb;
    }

    .user .pic_no {
        width: 30px;
        height: 31px;
        display: inline-block;
    }

        .user .pic_no img {
            width: 30px;
            height: 31px;
        }

#hd .so {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 63px;
    width: 30px;
    height: 31px;
}

    #hd .so img {
        width: 30px;
        height: 31px;
    }

#nv {
    position: relative;
    height: 35px;
    background: #5EB9FF;
    margin-top: -1px;
    width: 100%;
}

    #nv a {
        float: left;
        width: 22%;
        margin: 0 3%;
        text-align: center;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        color: #fff;
    }

    #nv span.a a {
        border-bottom: 3px solid #fff;
    }

    #nv .list {
        width: 15%;
        float: left;
        background: url(../images/nv_pipe.png) no-repeat 100% 0;
    }

        #nv .list a {
            background: url(../images/nv_list.png) no-repeat 49% 50%;
            height: 35px;
            width: 100%;
            margin: 0px;
        }

.nv-list a {
    cursor: pointer;
}

.nv-list ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0px;
    background: #FAFAFA;
    z-index: 100;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding-top: 8px;
    padding-bottom: 5px;
}

.nv-list.expanded {
}

    .nv-list.expanded a {
        background: none !important;
    }

        .nv-list.expanded a span {
            display: inline-block;
            border-radius: 10px;
            margin: 10px 0 0 0;
            width: 15px;
            height: 15px;
            background: #fff url(../images/t.gif) no-repeat 50% 48%;
        }

    .nv-list.expanded ul {
        display: block;
    }

.nv-list ul li {
    background: none;
    width: 50%;
    float: left;
    padding: 0;
    font-size: 16px;
}

    .nv-list ul li em {
        background: #fff;
        height: 35px;
        line-height: 35px;
        margin: 0 3%;
        width: 93%;
        display: inline-block;
        border: 1px solid #EAEAEA;
        border-bottom: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 1px 0px #fff;
    }

    .nv-list ul li a {
        color: #666 !important;
        height: 35px !important;
        line-height: 35px !important;
    }

.title-t {
    background: url(../images/title-bg.png) repeat-x 0 0;
    height: 37px;
    border-top: 1px solid #E5E5E5;
}

    .title-t h3 {
        line-height: 35px;
        font-size: 12px;
        text-indent: 10px;
        font-weight: normal;
    }

        .title-t h3 a {
            color: #666;
        }

    .title-t .o {
        float: right;
        padding-top: 10px;
        padding-right: 10px;
    }

    .title-t .tabs {
        padding: 5px 8px 0 8px;
    }

        .title-t .tabs li {
            float: left;
            width: 25%;
            color: #666;
            height: 25px;
            line-height: 25px;
            text-align: center;
            cursor: pointer;
        }

            .title-t .tabs li.current {
                background: #DFDFDF;
                border-radius: 25px;
                box-shadow: 0px 1px 1px #aaa inset;
                border-bottom: 1px solid #fff;
                text-shadow: #fff 0 1px 0;
            }

.content {
    padding: 5px 5px;
}

.cont_img {
    margin-top: 1px;
}

    .cont_img li {
        float: left;
        width: 50%;
        overflow: hidden;
        text-align: center;
    }

        .cont_img li a {
            width: 100%;
            margin: 0 4px;
            height: 114px;
            background: #333;
            display: inline-block;
            overflow: hidden;
            position: relative;
        }

            .cont_img li a img {
                width: 100%;
            }

            .cont_img li a span {
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                text-align: left;
                text-indent: 10px;
                padding-top: 10px;
                height: 30px;
                line-height: 30px;
                color: #ddd;
                background: url(../images/img-bot.png) repeat-x 0 100%;
            }

            .cont_img li a em {
                position: absolute;
                top: 5px;
                right: 10px;
                background: rgba(0,0,0,0.6);
                padding: 1px 8px;
                border-radius: 8px;
                font-size: 10px;
                color: #ddd;
            }

.cont_art {
    margin-top: 0px;
    overflow: hidden;
}

.cont_artUl {
    margin-top: -2px;
    padding: 0 5px;
}

    .cont_artUl li {
        background: url(../images/b.png) repeat-x 0 0;
        padding: 8px 0 9px 0;
    }

        .cont_artUl li a {
            display: inline-block;
            height: 18px;
            overflow: hidden;
            width: 100%;
            margin-bottom: 3px;
            color: #333;
        }

            .cont_artUl li a span {
                font-size: 15px;
                height: 18px;
                line-height: 18px;
            }

            .cont_artUl li a em {
                float: right;
                padding: 0 6px;
                margin-top: 2px;
                height: 14px;
                line-height: 14px;
                margin-left: 5px;
                border-radius: 8px;
                border: 1px solid #ddd;
                font-size: 10px;
                color: #888;
            }

        .cont_artUl li p {
            color: #888;
            height: 17px;
            overflow: hidden;
        }

.list-a {
}

.list-c {
    margin-top: 0px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
}

.list-cUl {
    margin-top: -2px;
    padding: 0 10px;
}

.list-c dl {
    width: 100%;
    float: left;
    background: url(../images/b.png) repeat-x 0 0;
    padding: 8px 0 3px 0;
}

    .list-c dl dd.img {
        float: left;
        width: 45px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

        .list-c dl dd.img img {
            width: 100%;
        }

    .list-c dl dt {
        font-size: 15px;
        height: 25px;
        line-height: 25px;
        padding-bottom: 1px;
        background: url(../images/list-r.png) no-repeat 100% 50%;
    }

.list-c a dl dt em {
    margin-left: 10px;
    background: #0E96FF;
    padding: 0px 5px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    border-radius: 8px;
    font-size: 10px;
    color: #fff;
}

.list-c dl dd {
    font-size: 11px;
    color: #888;
    margin-bottom: 5px;
}

    .list-c dl dd.old {
        background: url(../images/wap_old.gif) 0 center no-repeat;
        background-size: cover;
    }

    .list-c dl dd.new {
        background: url(../images/wap_new.gif) 0 center no-repeat;
        background-size: cover;
    }

    .list-c dl dd.lock {
        background: url(../images/lock.gif) 0 center no-repeat;
        background-size: cover;
    }

.pt {
    padding: 10px 0;
    color: #666;
    font-size: 14px;
}

    .pt em {
        margin: 0 3px;
        color: #aaa;
    }

    .pt a {
        color: #666;
    }

.pgwps {
    background: url(../images/b.png) repeat-x 0 0;
    padding-top: 15px;
}

.pg {
    padding-bottom: 15px;
}

    .pg a, .pg strong {
        margin: 0 2px;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        color: #777;
        border-radius: 4px;
        background: #E8E8E8;
        display: inline-block;
    }

    .pg strong {
        background: #44ADFF;
        color: #fff;
    }

    .pg label {
        float: right;
        background: none;
        color: #888;
        margin-top: 3px;
        display: none;
    }

        .pg label .px {
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0px 1px 3px #eee inset;
            font-size: 11px;
            color: #777;
        }

#fter {
    border-top: 1px solid #DfDfDf;
}

    #fter .ful {
        padding: 15px 0 15px 0;
        text-align: center;
        border-top: 1px solid #fff;
    }

        #fter .ful a {
            margin: 0 8px;
            font-size: 14px;
            color: #666;
        }

            #fter .ful a.z {
                position: absolute;
                left: 10px;
                margin-top: -3px;
            }

.rules {
    background: url(../images/b.png) repeat-x 0 0;
    padding: 10px 0;
}

    .rules .ptn {
        color: #666;
    }

        .rules .ptn li {
            float: left;
            padding: 0px 5px 0px 0px;
        }

.sub_list {
    margin-bottom: 5px;
}

    .sub_list dl {
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 1px 2px #ddd;
        margin-bottom: 8px;
        padding: 8px;
        border-radius: 5px;
    }

        .sub_list dl dd.img {
            float: left;
            width: 45px;
            margin-right: 10px;
            margin-bottom: 0px;
        }

            .sub_list dl dd.img img {
                width: 100%;
            }

        .sub_list dl dt {
            font-size: 15px;
            height: 25px;
            line-height: 25px;
            padding-bottom: 1px;
            background: url(../images/list-r.png) no-repeat 100% 50%;
        }

            .sub_list dl dt a em {
                margin-left: 10px;
                background: #0E96FF;
                padding: 0px 5px;
                display: inline-block;
                height: 14px;
                line-height: 14px;
                border-radius: 8px;
                font-size: 10px;
                color: #fff;
            }

        .sub_list dl dd {
            font-size: 11px;
            color: #888;
            margin-bottom: 5px;
        }

.aurl {
}

    .aurl div {
        float: left;
        width: 50%;
        height: 45px;
        overflow: hidden;
    }

        .aurl div li {
            background: url(../images/pn.png) repeat-x 0 0;
            border: 1px solid;
            border-color: #DEDEDE #DEDEDE #D5D5D5 #DEDEDE;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 5px;
            box-shadow: 0 1px 2px #ddd;
            font-size: 14px;
        }

        .aurl div.colle li {
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        .aurl div.post li {
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            border-left: none;
        }

        .aurl div li a {
            width: 100%;
            display: inline-block;
            color: #666;
        }

            .aurl div li a em {
                background: url(../images/ico.png) no-repeat 0 7px;
                display: inline-block;
                text-indent: 23px;
            }

        .aurl div.colle li a.yes em {
            background-position: 0px -28px;
        }

        .aurl div.post li a em {
            background-position: 0px -64px;
        }

        .aurl div.q {
            width: 100%;
        }

.displayguide {
    background: #eee;
    padding: 0 15px;
    border-top: 1px solid #E1E1E1;
    box-shadow: 0px 1px 0 #F5F5F5 inset;
    height: 35px;
    line-height: 35px;
}

    .displayguide .tf a {
        padding: 0 10px;
        display: inline-block;
        height: 23px;
        line-height: 23px;
        font-size: 13px;
        color: #666;
    }

        .displayguide .tf a.showmenu {
            padding-left: 0px;
        }

        .displayguide .tf a.a {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 0 9px;
        }

.displaylist li {
    background: url(../images/b.png) repeat-x 0 0;
    padding: 8px 13px;
}

    .displaylist li h2 {
        font-size: 16px;
        font-weight: normal;
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .displaylist li span {
        float: left;
    }

        .displaylist li span.icon {
            height: 20px;
            padding-top: 1px;
            padding-right: 5px;
        }

    .displaylist li.no {
        font-size: 14px;
        padding: 15px 13px;
    }

    .displaylist li p {
        height: 19px;
        overflow: hidden;
    }

    .displaylist li .num {
        float: right;
        padding: 0 6px;
        margin-top: 2px;
        height: 14px;
        line-height: 14px;
        margin-left: 5px;
        border-radius: 8px;
        border: 1px solid #ddd;
        font-size: 10px;
        color: #888;
    }

    .displaylist li .by {
        color: #999;
    }

.ttp {
    margin-bottom: 5px;
    padding-top: 5px;
}

    .ttp li {
        float: left;
        padding-bottom: 5px;
    }

    .ttp a, .ttp strong {
        float: left;
        padding: 0 12px;
        color: #666;
        margin-right: 3px;
        height: 25px;
        line-height: 25px;
        border-radius: 5px;
        font-size: 12px;
        background: #E8E8E8;
    }

    .ttp .current a {
        color: #fff;
        background: #44ADFF;
    }

.box {
    text-align: center;
    margin: 50px auto;
    padding: 50px 0;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    width: 80%;
    font-size: 14px;
    text-align: center;
}

#imglist {
    border: none;
}

.post_from li {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.fab {
    text-align: center;
}

    .fab .btn_pn {
        background: #36A7FF;
        border-radius: 5px;
        margin-bottom: 20px;
        color: #fff;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        width: 200px;
    }

.threadlists .ttp li {
    border: none;
}

    .threadlists .ttp li a {
        font-size: 12px;
    }

.threadlists p.nos {
    padding: 20px 0;
}

.threadlist li {
    border: none;
}

.plc {
    padding: 0px;
}

.postlist .plc .avatar img {
    border-radius: 25px;
    padding: 0px;
    border: none;
    margin-top: 6px;
}

.postlist h2 {
    margin: 0px;
    margin-bottom: 5px;
}

.postlist .plc {
    border: none;
}

    .postlist .plc .yeei_vititle {
        background: #F3F3F3;
        padding: 5px 10px 5px 0px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .postlist .plc .display {
        margin: 0px;
        border: none;
    }

        .postlist .plc .display .authi {
            margin-left: 55px;
        }

        .postlist .plc .display .message, .postlist .plc .display .img_one {
            padding: 0 10px;
        }

.user_box {
    background: none;
    border: none;
}

    .user_box li {
        margin-bottom: 5px;
        padding: 5px 20px;
        border: 1px solid #D8D8D8;
        border-radius: 5px;
        background: #fff;
    }

.btn_exit a {
    background: none;
    line-height: 50px;
    height: 50px;
    background: #bc1212;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

    .btn_exit a:hover {
        background: #a60505;
    }

.user_avatar {
    background: url(../images/user_bg.jpg) no-repeat center 0;
    height: 130px;
    border-bottom: 1px solid #D8D8D8;
    padding-top: 20px;
    margin-top: -2px;
}

    .user_avatar .yeei_group {
        font-weight: normal;
    }

    .user_avatar .names {
        height: 25px;
        font-size: 16px;
    }

.bl_none {
    border: 1px solid #D8D8D8 !important;
}

.login_from {
    background: none !important;
    border: none !important;
}

    .login_from li {
        margin-bottom: 5px;
        padding: 3px 10px !important;
        border: 1px solid #D8D8D8;
        border-radius: 5px;
        background: #fff;
    }

        .login_from li.questionli, .login_from li.answerli {
            margin-bottom: 5px;
            padding: 3px 10px;
            border: none !important;
            ;
            border-radius: 5px;
            background: #eee;
        }

            .login_from li.answerli .p_fre {
                background: none;
            }

.btn_login .formdialog, .btn_register .formdialog {
    line-height: 50px !important;
    width: 100% !important;
    height: 50px !important;
    background: #39A9FF !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #fff !important;
    border-radius: 5px !important;
}

    .btn_login .formdialog:hover, .btn_register .formdialog:hover {
        background: #24A0FF !important;
    }

.btn_qqlogin {
    text-align: center !important;
}

    .btn_qqlogin a {
        line-height: 30px !important;
        height: 50px !important;
        width: 100% !important;
        background: #333 !important;
        text-align: center !important;
        font-size: 16px !important;
        color: #fff !important;
        border-radius: 5px !important;
        border-width: 0px !important;
        text-shadow: 0 0px 0px rgba(255,255,255,0.75) !important;
    }

        .btn_qqlogin a:hover {
            background: #111 !important;
            line-height: 30px !important;
        }

.msgbox .dialog_c {
    margin-left: 10px;
    margin-right: 10px;
    background: #fffb86;
    padding: 10px 0px;
    border: 1px solid #ece752;
    border-radius: 5px;
}

.msgbox .dialog_t {
    padding-top: 0px;
}

.msgbox .dialog_t {
    background: none;
}

.msgbox .dialog_b {
    background: none;
    display: none;
}

.msgbox .dialog_white .dialog_c {
    background: #d4ecff;
    border: 1px solid #b8e0ff;
}

.msgbox .avat img {
    border-radius: 55px;
    border: none;
}

.button {
    background: #36A7FF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.button2 {
    background: #36A7FF;
    border-radius: 5px;
}

.user_r {
}

.user_top {
    text-align: center;
    margin: 15px 0;
}

    .user_top img {
        border-radius: 45px;
        border: none;
        box-shadow: none;
        width: 60px;
        height: 60px;
    }

    .user_top .name {
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }

.avatar_b {
    background: #222;
    padding: 10px 30px;
}

    .avatar_b h2 {
        font-weight: normal;
        text-align: left;
        color: #bbb;
        padding: 3px 0;
    }

        .avatar_b h2 span {
            width: 60px;
            display: inline-block;
            color: #888;
        }

.user_r_b {
    margin-left: 20px;
}

    .user_r_b li {
        height: 40px;
        width: 220px;
        line-height: 40px;
        margin-bottom: 5px;
        font-size: 14px;
        text-indent: 20px;
        background: #3E3E3E;
        border-radius: 5px;
    }

        .user_r_b li a {
            color: #eee;
        }

        .user_r_b li.new {
            background: #EF5F00;
        }

.searchform {
    padding: 20px 0;
}

.page {
    text-align: center;
    margin: 20px 10px;
}

    .page a {
        border: 1px solid #D7D7D7;
        border-radius: 5px;
        padding: 5px 9px;
        background: #FFF;
    }

    .page select {
        border: 1px solid #CCC;
        height: 28px;
    }

.postlist h2 {
    clear: both;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 5px 10px 0 10px;
}

.plc {
    border-bottom: 1px solid #D9D8D8;
    overflow: hidden;
    position: relative;
}

    .plc .avatar {
        position: absolute;
        left: 10px;
        top: 9px;
        display: inline;
    }

        .plc .avatar img {
            border: 1px solid #D7D7D7;
            padding: 1px;
        }

    .plc .pi {
        margin-left: 55px;
        margin-right: 10px;
        padding: 7px 0;
        position: relative;
    }

        .plc .pi .authi {
            position: relative;
        }

            .plc .pi .authi li em {
                float: right;
                font-style: normal;
                margin-right: 55px;
                margin-top: 10px;
            }

        .plc .pi .message {
            font-size: 15px;
            min-height: 50px;
        }

            .plc .pi .message .jammer {
                font-size: 10px;
                color: #F0F0F0;
            }

            .plc .pi .message img, .plc .pi .img_one img {
                margin: 0px 4px 0px 0;
                max-width: 100% !important;
                height: auto;
            }

            .plc .pi .message .quote {
                padding: 10px 10px 7px 11px;
                margin: 5px 0;
                border: 1px dashed #D7D7D7;
                font-size: 12px;
            }

        .plc .pi .img_list {
            margin: 4px auto;
        }

            .plc .pi .img_list li {
                float: left;
                width: 83px;
                height: 83px;
                margin: 0 4px 4px;
                text-align: center;
                vertical-align: middle;
                line-height: 83px;
            }

                .plc .pi .img_list li a {
                    display: block;
                }

.manage {
    margin: 4px -10px 0 0;
    position: absolute;
    top: 38px;
    right: 5px;
    height: 50px;
}

.button {
    width: 53px;
    height: 39px;
    color: #FFF;
    margin: 7px 5px;
    border: 0;
    font-size: 12px;
}

.button2 {
    width: 50px;
    height: 32px;
    color: #FFF;
    background: url(../images/button_bg2.png) no-repeat;
    margin: 7px 0 3px 0;
    border: 0;
    font-size: 12px;
}

.fastpost .input {
    width: 100%;
    height: 34px;
    text-indent: 7px;
    margin-top: 2px;
    border: 1px solid #D9D8D8;
}

.search {
    padding: 7px 10px;
}

    .search .input {
        width: 100%;
        height: 30px;
        text-indent: 7px;
        margin-top: 2px;
        border: 1px solid #D9D8D8;
    }

.loginbox {
    padding: 10px;
}

.login_from {
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #DDD;
    margin-bottom: 15px;
}

    .login_from li {
        border-bottom: 1px solid #DDD;
        line-height: 45px;
        padding: 0 10px;
        color: #AFAFAF;
        font-size: 14px;
    }

.btn_login .pn, .btn_register .pn {
    background: url(../images/login.png) no-repeat;
    width: 289px;
    height: 45px;
    display: block;
    line-height: 46px;
    overflow: hidden;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: 0;
}

    .btn_login .pn:hover, .btn_register .pn:hover {
        background: url(../images/login_on.png) no-repeat;
        color: #F0EFEF;
    }

.btn_qqlogin a {
    background: url(../images/qqlogin.png) no-repeat;
    width: 300px;
    height: 45px;
    display: block;
    line-height: 2000px;
    overflow: hidden;
    margin: 0 auto;
}

    .btn_qqlogin a:hover {
        background: url(../images/qqlogin_on.png) no-repeat;
    }

.loginbox p {
    line-height: 35px;
    font-size: 14px;
    color: #AFAFAF;
}

.reg_link a {
    background: url(../images/icon_arrow.png) no-repeat 100% center;
    padding-right: 10px;
    color: #AFAFAF;
}

.px {
    border: 0;
    padding: 2px 4px;
    line-height: 17px;
    font-size: 15px;
}

    .px:focus {
        color: #4C4C4C;
    }

.p_fre {
    width: auto !important;
}

.sel_list {
    width: 100%;
    border: 0;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 700;
}

.login_select {
    display: block;
    position: relative;
}

    .login_select .login-btn-inner {
        display: block;
        font-size: 14px;
        font-weight: 700;
        min-width: 0.75em;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .login_select select {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
        cursor: pointer;
        height: 3em;
        left: 0;
        max-height: 100%;
        min-height: 100%;
        opacity: 0.0001;
    }

.login-btn-text {
    float: left;
}

.login_select .icon-arrow {
    background: url(../images/icon_arrow.png) no-repeat 15px 17px;
    width: 30px;
    height: 30px;
    float: right;
}

.login_pop {
    background: #F1F1F1;
    padding: 0 14px 20px;
}

.log_tit {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
}

.icon_close {
    background: url(../images/icon_close.png) no-repeat 0 0;
    width: 13px;
    height: 11px;
    overflow: hidden;
    display: block;
    margin-top: 17px;
}

.btn_qqlogintext {
    margin: 10px 0;
}

    .btn_qqlogintext a.text_qqlogin {
        background: url(../images/qqlogintext.png) no-repeat;
        width: 120px;
        height: 25px;
        display: block;
        line-height: 2000px;
        overflow: hidden;
    }

.login_pop .login_from {
    margin-bottom: 10px;
}

.login_pop .login_check {
    margin: 0 0 10px 0;
    color: #A5A5A5;
}

.q_reg a {
    color: #A5A5A5;
    font-size: 14px;
}

.s_code {
    color: #A5A5A5;
}

    .s_code .px {
        color: #A5A5A5;
    }

        .s_code .px:focus {
            color: #4C4C4C;
        }

a.other_c {
    color: #A5A5A5;
    margin-left: 5px;
}

.reply_button {
    border: 0;
    font-size: 12px;
    padding: 7px 11px;
    background: #36A7FF;
    border-radius: 5px;
    color: #fff !important;
    margin-top: 10px;
}

.vi_reply {
    overflow: hidden;
    background-color: #fff;
    border-color: #ddd;
    border: 0 none;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    margin: 0;
    min-height: 70px;
    box-shadow: 0 0 0;
    padding: .4em;
    line-height: 1.4em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

#recipientsTips {
    display: none;
}

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        background: rgba(0,0,0,.3);
        font-size: 16px;
        text-align: center;
    }
    .modal-sm {
        width: 90%;
        margin: 30px auto;
        max-width: 400px;
    }
    .modal-header {
        min-height: 16.43px;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    #mydel {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: -16px;
        top: 82px;
        background: rgba(0,0,0,.85);
        color: #fff;
        border-radius: 50px;
        font-family: Arial;
        font-size: 20px;
        font-weight: 100;
        text-align: center;
    }
    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }
    .modal-body {
        position: relative;
        padding: 15px;
    }


 .go{
  color: #fff;
        background-color: #FF0000;
        padding: 3px;
        margin: 5px;
        border-radius: 6px;
        font-weight: bold;
 }
a {
    text-decoration: none;
}
#pop {
    width: 80%;

	
    padding-bottom: 15px;
    background-color: white;
    position: fixed;
    top: 10%;
    left: 10%;
    border-radius: 20px;
    z-index: 23;
    display: none;
}
@media screen and (max-width: 400px){
    #pop{
        width: 100%;
        left: 0;
    }
}
#pop #guanbi {
    position: absolute;
    right: 10px;
    top: 10px;
}
#bgbj {
    width: 640px;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}
#guanbi{
    box-sizing: border-box;
    background-color: yellow;
    padding: 5px 10px;
    color: red;
    font-weight: bold;
    box-shadow: 5px 5px 3px rgba(0,0,0,0.5);
    cursor: pointer;
    border-radius: 5px;
}
#button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #ec0300;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    z-index: 20;
}
#pop .one{
    text-align:center;
    /*height:40px;*/
    font-size:16px;
    /*background-color:#FFF;*/
    margin-bottom:0;
    line-height:75px;
}
#pop .two{
    background-color:#F62796;
    height:40px;
    text-align:center;
    margin-bottom:0;
    line-height:40px;
}
#pop .two .weixin{
    color:#FFF;
    font-weight:bold;
    font-size:24px;
}
#pop .stwe{
    text-align:center;
    height:40px;
    font-size:16px;
    background-color:#FFF;
    margin-bottom:0;
    line-height:40px;
}
#pop .for{
    text-align:center;
    height:40px;
    font-size:16px;
    background-color:#FFF;
    margin-bottom:0;
    line-height:40px;
}
#bottom{
    color: rgb(255, 255, 255);
	
	
	
   
    border-radius: 0.1rem;
    font:18px 微软雅黑;

	

   }