﻿
/*公共设置开始*/
.hd-2a {
    float: left;
    width: 162px;
    display: inline;
    font-size: 25px;
    color: #141313;
    margin: 12px 26px 0px 16px;
}

    .hd-2a a {
        color: #141313;
    }

.hd-2r span {
    float: left;
    display: inline;
    width: auto;
    overflow: hidden;
    margin: 7px 0px 0px 22px;
}

.tab_stock {
    width: 1200px;
    margin: 15px auto 0px;
    position: relative;
    color: #777777;
    font-size: 14px;
}

    .tab_stock .title {
        background-color: #EA5E23;
        height: 40px;
        line-height: 40px;
    }

        .tab_stock .title li {
            width: 190px;
            float: left;
            text-align: center;
            border-right: 1px #e5e5e5 solid;
        }

            .tab_stock .title li.selected {
                /*border: 1px #EA5E23 solid;*/
                background-color: #f2f2f2;
            }

                .tab_stock .title li.selected a {
                    background-color: #f2f2f2;
                    color: #EA5E23;
                }

            .tab_stock .title li a {
                color: white;
                font-size: 16px;
                display: block;
            }

.caution{
    width: 1200px;
    margin: 0 auto;
    background: #e5e5e5;
    height: 40px;
    line-height: 40px;
}

.caution-img{
    margin: 10px 5px 10px 10px;
    float: left;
}
.caution-span{
    font-size: 14px;
    color: #ff0000;
    /* height: 40px; */
    float: left;
}
.caution-method{
    font-size: 16px;
    margin-left: 10px;
    border-bottom: 1px solid;
    color: #434343;
}
.caution-method:hover{
    color: #ff0000;
}
.caution-service{
    float: right;
    background: #434343;
    padding: 0 20px;
}
.caution-service-img{
    line-height: 20px;
    height: 20px;
    float: left;
    margin: 10px 10px 0 0;
}
.caution-service span{
    float: left;
    color: #ffffff;
    font-size: 16px;
}

.caution-bind-block img{
    width: 1000px;
    height: 500px;
}

.caution-bind-close{
    border: 0px;
    position: absolute;
    top: 17px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(/images/nlogin.png) no-repeat 0 0;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    outline: none;
}
/*公共设置结束*/
.cont_info {
    width: 1200px;
    margin: 20px auto;
    font-size: 14px;
    color: #777777;
    min-height: 300px;
}

    .cont_info .title {
        text-align: left;
        height: 40px;
        line-height: 40px;
        background-color: #f8f8f8;
        font-weight: bold;
        border: 1px #e5e5e5 solid;
        border-bottom: 0px;
        font-size: 16px;
        padding-left: 15px;
        margin-top: 5px;
        position: relative;
    }

    .cont_info .product_info {
        margin-top: 30px;
    }

        .cont_info .product_info span + span {
            float: right;
            width: 163px;
        }

    .cont_info .title .grade_huiyuan {
        background-image: url('../images/grade.png');
        background-position: 0px 0px;
        background-repeat: no-repeat;
        font-size: 14px;
        color: #777777;
        padding-left: 25px;
        margin-left: 13px;
        width: 300px;
    }

    .cont_info .action_stock {
        width: 100%;
        height: 37px;
    }

        .cont_info .action_stock span.span_action {
            display: block;
            float: left;
            width: 73px;
            height: 25px;
            background-color: #EA5E23;
            text-align: center;
            color: white;
            line-height: 25px;
            font-size: 14px;
            margin-right: 10px;
            border-radius: 5px;
            cursor: pointer;
        }

.points_flg {
    color: #EA5E23;
}

.cont_info table {
    width: 100%;
    text-align: center;
}

    .cont_info table th {
        /* background-color: #f8f8f8; */
        /* font-weight: bold; */
    }

    .cont_info table th, .cont_info table td {
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

    .cont_info table tr {
        border: #e5e5e5 solid 1px;
        position: relative;
    }

    .cont_info table td span {
    }

        .cont_info table td span.btn_view {
            border: 1px #e5e5e5 solid;
            padding: 4px 16px;
            border-radius: 10px;
            cursor: pointer;
        }

            .cont_info table td span.btn_view:hover {
                border: 1px #eb5e23 solid;
                color: #eb5e23;
            }

    .cont_info table tr.detail {
        display: none;
        border-top: 0px;
    }






.table_VIP .add_stk span {
    display: block;
    width: 90px;
    background-color: #EA5E23;
    height: 30px;
    line-height: 30px;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border: 1px #e5e5e5 solid;
}

.stock_vip {
    margin-left: 30px;
}

.stock_buy {
    margin-left: 138px;
}

#commitvipstock, #commitbuystock {
    width: 90px;
    background-color: #EA5E23;
    color: white;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px #EA5E23 solid;
    padding: 4px 11px 4px 10px;
    margin-left: 10px;
    font-size: 14px;
}

.select2-container {
    margin-top: -3px;
}

.table_VIP .add_stk span:hover {
    background: none;
    color: #EA5E23;
    border: 1px #EA5E23 solid;
}

.edit_stk {
    float: right;
    width: 215px;
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

    .edit_stk span {
        padding: 5px 10px;
        background-color: #EA5E23;
        color: white;
        border-radius: 5px;
        text-decoration: none;
    }

        .edit_stk span:hover {
        }

.edit_input {
}

    .edit_input input {
        width: 15px;
        height: 15px;
        /*border: 1px #e5e5e5 solid;*/
        display: none;
    }

table td {
    /*width: 380px;*/
}

    table td + td + td + td + td {
        width: 100px;
    }

.goumai {
    position: absolute;
    right: 168px;
    top: 10px;
    border: 1px #EA5E23 solid;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #EA5E23;
    width: 90px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

/*加入股票弹出框开始*/
.add_VIPstk {
    width: 280px;
    height: 155px;
    background-color: #f3f3f3;
    margin: 0px auto;
    color: #777777;
    font-size: 16px;
    position: relative;
    border: 1px #e5e5e5 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .add_VIPstk .title {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 15px;
    }

    .add_VIPstk .stk_code {
        width: 210px;
        height: 30px;
        float: left;
        /* margin: 0 auto; */
        color: #777777;
        outline: none;
        border: 1px #e5e5e5 solid;
        margin-left: 35px;
    }


    .add_VIPstk .btnOK {
        float: left;
        display: block;
        width: 90px;
        background-color: #707070;
        border: 1px #e5e5e5 solid;
        color: white;
        text-align: center;
        height: 35px;
        line-height: 35px;
        margin-left: 97px;
        margin-top: 14px;
        border-radius: 5px;
        cursor: pointer;
    }

.btnCancel {
    background-image: url(../images/nlogin.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 9px;
    cursor: pointer;
}

    .btnCancel:hover {
        background-position: 0px -20px;
    }

.ct_info1 .btnCancel {
    top: 32px;
    right: -15px;
}


/*加入股票弹出框结束*/


/*查看详情对话框开始*/
.ct_detail {
    width: 903px;
    max-height: 325px;
    background-color: #f3f3f3;
    border-radius: 10px;
    display: none;
}

.ct_info1 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px #e5e5e5 solid;
    padding-top: 13px;
    width: 800px;
    margin: 0 auto;
    position: relative;
}

    .ct_info1 .sele_option {
        float: left;
        width: 270px;
    }

        .ct_info1 .sele_option span {
        }

        .ct_info1 .sele_option select {
            outline: none;
            border: 1px #e5e5e5 solid;
            height: 25px;
            line-height: 25px;
        }

    .ct_info1 .btnSearch {
        float: left;
        width: 63px;
        border: 1px #EA5E23 solid;
        color: #EA5E23;
        text-align: center;
        border-radius: 10px;
        height: 30px;
        line-height: 30px;
        margin-top: 9px;
        cursor: pointer;
    }

.ct_info2 {
    width: 800px;
    margin: 13px auto 0px;
    overflow-y: scroll;
    max-height: 216px;
}

    .ct_info2 table {
        width: 100%;
        text-align: center;
        color: #777777;
        font-size: 14px;
        margin-bottom: 20px;
    }

        .ct_info2 table th, .ct_info2 table td {
            height: 35px;
            line-height: 35px;
            text-align: center;
        }

        .ct_info2 table td {
            background-color: white;
        }

        .ct_info2 table th {
            font-size: 16px;
            font-weight: bold;
        }
/*查看详情对话框结束*/

/*购买自选股对话框开始*/
.dialog_goumai {
    background-color: #f3f3f3;
    border-radius: 10px;
    width: 730px;
    margin: 0px auto;
    padding: 24px 0px;
    min-height: 320px;
    position: relative;
    text-align: left;
}

    .dialog_goumai table {
        width: 90%;
        position: relative;
        color: #777777;
        margin: 0 auto;
        background-color: white;
    }

        .dialog_goumai table th, .dialog_goumai table td {
            text-align: center;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }

        .dialog_goumai table tr {
            border: #e5e5e5 solid 1px;
            position: relative;
        }

        .dialog_goumai table td span {
            display: block;
            float: left;
            width: 60px;
            height: 25px;
            line-height: 25px;
            border: 1px #e5e5e5 solid;
            margin-left: 8px;
            border-radius: 5px;
            cursor: pointer;
        }

            .dialog_goumai table td span:hover {
                border: 1px #EA5E23 solid;
                color: #EA5E23;
            }

    .dialog_goumai .goumai_ct {
        width: 90%;
        font-size: 14px;
        color: #777777;
        margin: 10px auto;
    }

        .dialog_goumai .goumai_ct .item1 {
            color: #EA5E23;
        }

        .dialog_goumai .goumai_ct .btnChongzhi, .dialog_goumai .goumai_ct .btnGoumai {
            display: block;
            float: right;
            width: 74px;
            height: 30px;
            line-height: 30px;
            background-color: #707070;
            color: white;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            margin-right: 16px;
            text-align: center;
        }

        .dialog_goumai .goumai_ct .activespan {
            background-color: #EA5E23;
        }

    .dialog_goumai p {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        color: #777777;
    }

    .dialog_goumai .shuoming {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        color: #777777;
    }

    .dialog_goumai .btnCancel {
        right: 15px;
    }

.activebbuy {
    border: 1px #EA5E23 solid !important;
    color: #EA5E23;
}
/*购买自选股对话框结束*/

.product_info {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #EA5E23;
}

.page_item {
    float: right;
    width: 300px;
    height: 50px;
    position: relative;
    color: #777777;
    font-size: 14px;
}

    .page_item em {
        color: #EA5E23;
    }

    .page_item .page_perPage {
        color: #EA5E23;
        border: 1px #EA5E23 solid;
    }

        .page_item .page_perPage.selected_page {
            background-color: #EA5E23;
            color: white;
            border: 1px #EA5E23 solid;
        }

.cont_info table tr td, .cont_info table tr td + td + td + td + td + td + td + td {
    width: 50px;
}


    .cont_info table tr td + td, .cont_info table tr td + td + td {
        width: 90px;
    }


        .cont_info table tr td + td + td + td, .cont_info table tr td + td + td + td + td, .cont_info table tr td + td + td + td + td + td {
            width: 120px;
        }

            .cont_info table tr td + td + td + td + td + td + td {
                width: 90px;
            }
