﻿
a {
    cursor: pointer;
}


/*弹出层*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}



/*按纽**/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

/* Alert */
.alertMsgBox {
    font-size: 12px;
    overflow: hidden;
    z-index: 9999;
    display: block;
    width: 300px;
    margin-left: -150px;
    position: fixed;
    top: 250px;
    left: 50%;
    padding: 0px;
}

    .alertMsgBox .modalContent {
        display: block;
        overflow: hidden;
        padding: 5px 5px 1px 5px;
        border-style: solid;
        border-width: 0 1px;
    }

    .alertMsgBox .alertInner {
        display: block;
        padding: 0 9px 9px 9px;
        text-align: left;
        border-style: solid;
        border-width: 1px;
    }

        .alertMsgBox .alertInner .msg {
            margin: 10px;
            max-height: 200px;
            overflow: auto;
            line-height: 1.3em;
        }

    .alertMsgBox h1 {
        display: block;
        overflow: hidden;
        height: 30px;
        margin-bottom: 10px;
        padding: 0 0 0 25px;
        line-height: 30px;
        border-style: solid;
        border-width: 0 0 1px 0;
        line-height: 30px;
        font-size: 12px;
        font-weight: bold;
    }

    .alertMsgBox .error h1 {
        background-position: 2px -42px;
    }

    .alertMsgBox .info h1,
    .alertMsgBox .warn h1 {
        background-position: 2px 8px;
    }

    .alertMsgBox .correct h1 {
        background-position: 2px -92px;
    }

    .alertMsgBox .showinfo h1 {
        background-position: 2px -92px;
    }

    .alertMsgBox .confirm h1 {
        background-position: 2px 8px;
    }

    .alertMsgBox p {
        margin: 10px;
    }

    /* Alert */
    .alertMsgBox .modalContent {
        border-color: #b8d0d6;
        background: #eef4f5;
    }

    .alertMsgBox .warn .alertInner {
        border-color: #e83e09;
    }

    .alertMsgBox .error .alertInner {
        border-color: #e50000;
    }

    .alertMsgBox .correct .alertInner, .alertMsgBox .info .alertInner {
        border-color: #b8d0d6;
    }

    .alertMsgBox .confirm .alertInner {
        border-color: #b8d0d6;
        background: #fefacf;
    }

    .alertMsgBox h1 {
        border-color: #CCC;
        background: url(./images/alert/alertpanel_icon.png) no-repeat;
    }


.modal-footer {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 0px 1px #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 12px;
    color: #555;
    box-shadow: inset 0px 1px 1px #fff;
}
/*弹出微信登录*/
#wxlogin {
    width: 310px;
    height: 410px;
    display: none;
    position: absolute;
    top: 100px;
    background-color: white;
    z-index: 9999;
}

#weixin {
    width: 141px;
    height: 141px;
    bottom: -200px;
    position: absolute;
    z-index: 1000;
    background: url(http://pal.topease.net/images1115/weixin.jpg) 50% 50% no-repeat;
}
/*忘记密码*/
#forget {
    border-radius: 4px;
    overflow: hidden;
    display: block;
    border: 1px solid #faae60;
    width: 500px;
    height: 195px;
    position: absolute;
    top: 120px;
    left: 120px;
    background-color: Transparent;
    z-index: 9999;
    overflow: hidden;
    display: none;
}

.log {
    width: auto;
    height: 396px;
    font-size: 12px;
    border-radius: 4px;
    background-color: white;
}

.forget_panel {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 4px;
}


    .forget_panel li {
        width: 500px;
        float: left;
        margin: 10px 5px;
        color: #000;
        margin-left: 100px;
        list-style: none;
    }

        .forget_panel li span {
            width: 67px;
            float: left;
            padding-right: 5px;
        }

    .forget_panel .panel {
        text-align: center;
        font-weight: bold;
        background-color: #faae60;
        padding-left: 20px;
        color: white;
        line-height: 35px;
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px;
    }

.tishi {
    text-align: center;
    line-height: 40px;
    color: gray;
}

.forget_btn {
    width: 500px;
    float: left;
    margin: 0px auto;
    padding-top: 10px;
    text-align: center;
}

    .forget_btn input[type='button'] {
        width: 228px;
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: white;
        background-color: #5bc0de;
    }

#closeforget {
    background-color: gray;
    margin-left: 20px;
}

.forget_text {
    height: 22px;
    line-height: 22px;
}

.userlist {
    margin-top: -20px;
}
