﻿.big
{
    margin-bottom:70px;
}
@media (min-width: 768px)
{
    .big .container
    {
        width: 750px;
    }
}

@media (min-width: 992px)
{
    .big .container
    {
        width: 850px;
    }
}

@media (min-width: 1200px)
{
    .big .container
    {
        width: 850px;
    }
}

/*内容*/
.detail
{
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
}



    .detail .account
    {
        padding: 10px 20px 5px;
        border-bottom: 1px solid #e6e6e6;
    }

        .detail .account h2
        {
            font-size: 18px;
            color: #ff9000;
            float: left;
            margin-top: 0;
        }

    .detail .list-group .list-group-item
    {
        background: initial;
        border: initial;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        padding: 15px 0;
        margin: 0 40px;
    }

        .detail .list-group .list-group-item:before
        {
            content: "";
            position: absolute;
            width: 40px;
            height: 40px;
            background: url(../images/device-icos.png) -20px 10px no-repeat;
        }

        .detail .list-group .list-group-item > .pull-left
        {
            padding-left: 50px;
        }

            .detail .list-group .list-group-item > .pull-left span
            {
                line-height: 34px;
                font-size: 16px;
                color: #555;
                font-weight: bold;
                margin: 0;
            }

            .detail .list-group .list-group-item > .pull-left p
            {
                font-size: 14px;
                color: #9d9d9d;
                margin: 0;
                margin-top: 10px;
            }

        .detail .list-group .list-group-item .form-control
        {
            width: auto;
            display: inline-block;
        }

            .detail .list-group .list-group-item .form-control:disabled
            {
                padding: 0 8px;
                border: 1px solid #fff;
                background: none;
                box-shadow: none;
            }

        .detail .list-group .list-group-item > .pull-right
        {
            line-height: 65px;
        }

            .detail .list-group .list-group-item > .pull-right a
            {
                border: initial;
                background: initial;
                color: #0066d5;
                font-size: 12px;
                padding: 0 10px;
                cursor: pointer;
            }

            .detail .list-group .list-group-item > .pull-right .hint
            {
                font-size: 12px;
                color: #019b00;
                border-right: 1px solid #e6e6e6;
                padding-right: 15px;
                position: relative;
            }

                .detail .list-group .list-group-item > .pull-right .hint:before
                {
                }

                .detail .list-group .list-group-item > .pull-right .hint:after
                {
                }

.otherlink
{
}

    .otherlink .media
    {
        width: 50%;
        margin-top: 15px;
        margin-bottom: 20px;
        padding-left: 40px;
    }

        .otherlink .media:nth-child(2n)
        {
            border-left: 1px solid #e6e6e6;
        }

        .otherlink .media img
        {
            width: 56px;
        }

        .otherlink .media .media-body a
        {
            color: #0067ce;
           
        }

        .otherlink .media .media-body .label-success, .otherlink .media .media-body .label-warning
        {
            background: initial;
            font-size: 14px;
            font-weight: normal;
            padding: 0;
           
            padding-right: 10px;
            border-right: 1px solid #e6e6e6;
            margin-right: 10px;
        }

        .otherlink .media .media-body .label-success
        {
            color: #019800;
        }

        .otherlink .media .media-body .label-warning
        {
            color: #ff9000;
        }

/*修改密码*/
.detail .logo
{
    font-size: 30px;
    padding-top: 40px;
    color: #373d41;
    text-align:center;
}
    .detail .logo .prompt
    {
        margin: 40px 0 0px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: left;
    margin-left: 30%;
    }
.detail .form-group
{
    width: 310px;
    margin: 35px auto 40px;
}
    .detail .form-group p.info
    {
        font-size: 14px;
    color: #9d9d9d;
    margin: 0;
    }
    .detail .form-group .form-control
    {
        box-shadow: initial;
    }

        .detail .form-group .form-control:focus
        {
            outline: none;
            border: 1px solid #ff9000;
        }

    .detail .form-group input[type="text"], .detail .form-group input[type="button"]
    {
        padding: 0 8px;
        height: 38px;
        border-radius: 0;
        width: 310px;
        color: #9D9D9D;
        border: 1px solid #e8e8e8;
        font-size: 14px;
        
    }
    .detail .form-group #tb_password2
    {
        margin-bottom:15px;
    }
#tb_code
{
    width: 65%;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

#btn_GetCode
{
    width: 35%;
    cursor: pointer;
    background: #fff;
    color: #ff9000;
    height: 38px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#btn_Save
{
    background:#ff9000;
    color:#fff;
}
