
/* dialog */
.dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.dialog-box {
    position: fixed;
    top:50%;
    left: 50%;
    right: 0;
    z-index: 9000;
    background-color: #ece5f3;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: zoomIn 0.3s ease-in-out 0s both;
    animation: zoomIn 0.3s ease-in-out 0s both;
}
.dialog-box1{
    width:400px;
    height: 300px;
    margin-top:-150px;
    margin-left: -200px;
    z-index:999999;
}
.dialog-box2{
    width: 400px;
    /* height: 280px; */
    margin-left: -200px;
    margin-top:-140px;
    z-index:999999;
}
.dialog-box3{
    width: 700px;
    height:470px;
    margin-top: -207px;
    margin-left: -350px;
    z-index:999999;
}
.felsx{
    padding-top: 34px;
    /*height: 195px;
    display: flex;
  justify-content: center;
  align-items: flex-end;*/
}
.tshibox h3{
    font-size:30px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    line-height: 40px;
}
.tshibox h3.green{
    color:#32bc03;
}
.tshibox p{
    font-size:15px;
    color:#888888;
    line-height: 30px;
    text-align: center;
}
.dialog-box .title {
    position: relative;
    padding: 0 20px;
    background-color: #252525;
}

.dialog-box .title h3 {
    line-height: 50px;
    font-size: 24px;
    color: #ffe135;
    font-weight: bold;
    text-shadow: 0 1px 3px #333;
}
.dialog-box .title h3 em{
    font-size: 18px;
}
.tebaelbxin{
    padding:24px;
    height: 390px;
    overflow-y: auto;
}
.tebaelbxin table{
    width:100%;
    background:#f6f5f7;
    border:1px solid #e1dee5;
}
.tebaelbxin table tr th{
    font-size:13px;
    color:#b5b5b5;
    line-height:33px;
    background:#fff;
    text-align: center;
    border:1px solid #e1dee5;
}
.tebaelbxin table tr td{
    font-size:13px;
    color: #fff;
    line-height:33px;
    background: #828282;
    text-align: center;
    border:1px solid #e1dee5;
}
.tebaelbxin table tr td.red{color:#fe3c60;}
.tebaelbxin table tr td.green{color:#2eba03;}
.dialog-box .title a {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 9001;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: url(../images/ico-close.png) no-repeat center;
    background-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.dialog-box .title a:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.dialog-box .content {
    overflow: hidden;
}

.dialog-box .content iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.dialog-box .content .btn-w {
    padding: 10px 20px 35px;
}

.dialog-box .content .btn-w .btn {
    display: block;
    width:320px;
    height:47px;
     background: url(../images/tanbtn.png) no-repeat center top;
     font-size:20px;
     color:#000;
     
}
.dialog-box .content .btn-w .btn a{
  color:#000;
}
.dialog-box .content .btn-w .btn:hover {
    /*background-color: #ee6a00;*/
}

.dialog-box .content .btn-w .btn.yellow {
  
 
}

.dialog-box .content .btn-w .btn.yellow:hover {
    /*background-color: #f60;*/
}

.dialog-box .content .btn-w .btn.blue {
    background-color: #388cff;
}

.dialog-box .content .btn-w .btn.blue:hover {
    /*background-color: #1577fd;*/
}

.dialog-box .content .btn-w .btn.gray {
    background-color: #b9b9b9;
}

.dialog-box .content .btn-w .btn.gray:hover {
    /*background-color: #a9a9a9;*/
}

.dialog-box .content .btn-w .btn.disabled {
    background-color: #ccc;
}
.dialog-box .content .btn-w .btn.green{
    background-color: #39b510;
}

.login-dialog {
    padding: 0 20px;
    background-color: #ececec;
}

.login-dialog .ipt-w {
    padding-top: 10px;
}

.login-dialog .ipt-w li {
    position: relative;
    padding: 15px 20px 0;
}

.login-dialog .ipt-w li input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    color: #333;
    font-size: 14px;
    background-image: url(../images/icon-login.png);
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 0;
}

.login-dialog .ipt-w li input.userpwd {
    background-position: 2px 0;
}

.login-dialog .ipt-w li input.username {
    background-position: 2px -40px;
}

.login-dialog .ipt-w li input.vcode {
    background-position: 2px -80px;
}

.login-dialog .ipt-w li input:hover {
    border-color: #f4951e;
}

.login-dialog .ipt-w li input:focus {
    border-color: #f4951e;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(244, 149, 30, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(244, 149, 30, 0.3);
}

.login-dialog .ipt-w li img {
    position: absolute;
    height: 30px;
    display: inline-block;
    width:78px;
    top: 20px;
    right: 25px;
    z-index: 100;
    cursor: pointer;
}

.login-dialog .opt-w {
    padding: 0 20px;
}

.login-dialog .opt-w:before, .login-dialog .opt-w:after {
    content: " ";
    display: table;
}

.login-dialog .opt-w:after {
    clear: both;
    overflow: hidden;
}

.login-dialog .opt-w a {
    display: inline-block;
    line-height: 36px;
    color: #fe3c5f;
}

.login-dialog .opt-w a:hover {
    text-decoration: underline;
}

.login-dialog .opt-w a.right {
    float: right;
}

.succ-dialog, .fail-dialog {
    position: fixed;
    top: 25%;
    left: 50%;
    right: 0;
    z-index: 9000;
    margin-left: -211.5px;
    width: 423px;
    height: 363px;
    background-color: transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    background: url(../images/dialog-success-bg.png) no-repeat;
    -webkit-animation: zoomIn 0.3s ease-in-out 0s both;
    animation: zoomIn 0.3s ease-in-out 0s both;
}

.succ-dialog .btn-close, .fail-dialog .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
}

.succ-dialog .btn-ok, .succ-dialog .btn-cancel, .fail-dialog .btn-ok, .fail-dialog .btn-cancel {
    position: absolute;
    left: 129px;
    top: 254px;
    width: 170px;
    height: 55px;
    background-color: transparent;
}

.succ-dialog.fail-dialog, .fail-dialog.fail-dialog {
    background-image: url(../images/dialog-fail-bg.png);
}