body {
    min-width: 830px;
    width: 830px;
    font-size: 13px;
}

.wrapper {
    width: 830px
}

.middle {
    vertical-align: middle;
}

.mg-left {
    margin-left: 15px;
}

.inline_block{
    display: inline-block;
}

.t_center {
    text-align: center
}

.t_left {
    text-align: left;
    padding-left: 10px
}

.font15 {
    font-size: 15px
}

.font14 {
    font-size: 14px
}

.justify {
    text-align: justify
}

.link {
    background: url(/Assets/img/link.png) no-repeat;
    background-size: 16px;
    text-indent: -999px;
    display: inline-block;
    width: 16px;
    opacity: .8;
}
.link:hover {
    opacity: 1;
}

table tbody tr td {
    background: #fff
}

.content .box {
    border-top: 1px dashed #e9dfff;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    padding: 20px 30px
}

.box:first-child {
    border-top: none
}

.sub_menu {
    background: #f5f5f5;
    height: 58px
}

.sub_menu li {
    width: 138px;
    position: relative
}

.sub_menu li>a {
    width: 138px;
    line-height: 56px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    letter-spacing: -1px
}

.sub_menu li:first-child>a {
    border-left: none
}

.sub_menu li>a:hover {
    color: #555;
    background: #fff
}

.sub_menu li>a:hover em.hbox {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 139px;
    height: 58px;
    border: 1px solid #888;
    z-index: 100
}

.sub_menu li:first-child>a:hover em.hbox {
    top: -1px;
    left: -1px;
    width: 140px
}

.sub_menu li>a.selected {
    color: #fff;
    background: #1ba9de;
    font-weight: 700
}

.sub_menu li>a.selected em.hbox {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 139px;
    height: 58px;
    border: 1px solid #1787b0;
    z-index: 100
}

.sub_menu li>span.null {
    display: inline-block;
    width: 138px;
    line-height: 56px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    letter-spacing: -1px;
    color: #ddd
}

.bookmark {
    background: #f5f5f5;
    margin-top: 10px;
    overflow: auto;
    border-radius: 10px;
}

.bookmark .etc {
    border-bottom: 1px dashed #e9dfff;
    padding: 25px 30px;
    color: #888
}

.bookmark a {
    display: block;
    padding-left: 30px;
    line-height: 2.2;
    color: #888;
    letter-spacing: -1px
}

.bookmark a:hover {
   color: #5a27bf;
}

.bookmark a:hover .checkbox{
    background: url(/Assets/img/icon-checkbox.png) no-repeat;
    background-position: -17px;
    width: 18px;
    height: 18px;
    background-size: 35px;
}

.img.checkbox {
    width: 18px;
    height: 18px;
    background-size: 35px;
}

.img.checkbox.cheked {
    background-position: -17px;
}



.bookmark .left {
    float: left;
    width: 414px;
    padding: 25px 0
}

.bookmark .right {
    float: right;
    width: 414px;
    padding: 25px 0
}

.bookmark p {
    color: #888;
    padding: 25px 30px;
    line-height: 1.8
}

.content {
    background: #fff;
    line-height: 1.8;
    border: 1px solid #e9e8ee;
}

.content h1 {
    padding: 0 0 5px;
    color: #666
}

.content p {
    color: #888
}

.content ul {
    padding: 10px 0 5px
}

.content ul li {
    padding: 0 0 15px 17px;
    position: relative;
    color: #888;
    text-align: justify
}

.content ul li .num {
    position: absolute;
    left: 0;
    top: 0
}

.content ul li .ddc {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 15px;
    top: 2px;
    left: -4px;
    letter-spacing: -1px;
    color: #bbb
}

.content dl {
    padding: 5px 0 0
}

.content dl dd {
    padding: 0 0 5px 17px;
    position: relative;
    text-align: justify
}

table {
    margin: 25px 0 10px
}

table th {
    border: 1px solid #d1d1d1;
    height: 40px;
    background: #f5f5f5;
    color: #999;
    letter-spacing: -1px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center
}

table td {
    border: 1px solid #d1d1d1;
    height: 40px;
    color: #888;
    vertical-align: middle;
    font-size: 12px;
    padding: 6px;
    letter-spacing: -0.05rem;
}

table td.fint12 {
    letter-spacing: -1px
}

table td .opt {
    height: 16px;
    width: 16px;
    background: #fff;
    border-radius: 50%;
}

table td .opt1 {
    background: url(/Assets/img/icon-check-sky.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

table td .opt2 {
    background: url(/Assets/img/icon-check-pk.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

table tr.gr1 {
    background: #fbfbfb
}

table tr.gr2 {
    background: #fbfff7
}

table tr.gr3 {
    background: #f8fdff
}

table tr.gr4 {
    background: #fff9f9
}


.m_info {
    position: relative;
    padding: 15px;
    background: #fbfbfb;
    color: #666
}


    .m_info .round_left {
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px
    }

    .m_info .round_right {
        border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0
    }

    .m_info .s_box {
        margin-top: 8px;
        padding-top: 10px;
        border-top: 1px dashed #d1d1d1
    }

        .m_info .s_box.top {
            margin: 0;
            padding: 0;
            border: none
        }


        .m_info .s_box .s_in_box {
            display: inline-block;
            height: 46px;
            line-height: 44px;
            letter-spacing: -1px;
            font-size: 12px;
            vertical-align: bottom
        }

        .m_info .s_box .s_in_item {
            float: left;
            font-size: 12px
        }

            .m_info .s_box .s_in_item.pd {
                padding: 0 15px
            }

            .m_info .s_box .s_in_item select {
                font-weight: 700;
                height: 46px;
                line-height: 44px;
                background: #fbfbfb;
                color: #888;
                letter-spacing: -1px
            }

            .m_info .s_box .s_in_item select {
                text-align-last: center;
                font-size: 12px
            }

                .m_info .s_box .s_in_item select.where {
                    width: 80px
                }

                .m_info .s_box .s_in_item select.log {
                    width: 148px;
                    background: #fff;
                    color: #333
                }

            .m_info .s_box .s_in_item input {
                padding: 0 15px;
                height: 46px;
                line-height: 44px;
                background: #fff;
                color: #888;
                font-size: 12px;
                letter-spacing: -1px
            }

                .m_info .s_box .s_in_item input.keyword {
                    border-left: none;
                    border-right: none;
                    width: 180px
                }

                .m_info .s_box .s_in_item input.search {
                    width: 80px;
                    border: 1px solid #c01e1e;
                    color: #fff;
                    background: #e62626;
                    font-weight: 700;
                    position: relative;
                    z-index: 110
                }

            .m_info .s_box .s_in_item .nick {
                padding: 0 15px;
                color: #888;
                background: #fbfbfb;
                position: relative;
                z-index: 110
            }

                .m_info .s_box .s_in_item .nick .icon_level {
                    vertical-align: middle
                }

        .m_info .s_box .button {
            display: inline-block;
            font-size: 12px;
            padding: 0 26px;
            height: 46px;
            line-height: 44px;
            background: #fff;
            color: #888
        }

            .m_info .s_box .button:hover {
                background: #fff9f9;
                color: #e62626;
                font-weight: 700
            }

            .m_info .s_box .button.selected {
                position: relative;
                background: #999;
                color: #fff;
                border: 1px solid #888;
                z-index: 100;
                font-weight: 700
            }
