#loginDialog, #alertDialog, #qqDialog, #queryDialog {
    display: none;
    position: fixed;
    left: -100%;
    right: 100%;
    top: 33%;
    bottom: 0;
    text-align: center;
    font-size: 0;
    z-index: 1000001;
}

#tan_box {
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 0;
    z-index: 10000;
}

#tan_box:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.tan_box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    right: -100%;
    width: 600px;
    *margin-top: 150px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
}

.tan_box2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    right: -100%;
    width: 500px;
    *margin-top: 150px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
}

.tan_tit {
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: url(../images/tan_tit.png) 0 0 repeat-x;
}

.tan_tit h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ff0;
}

.tan_tit span {
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-top: 9px;
    background: url(../images/tan_close.png) bottom center no-repeat;
    cursor: pointer;
    display: inline-block;
}

.tan_tit span:hover {
    background: url(../images/tan_close.png) top center no-repeat #dc0000;
}

.tan_con {
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #bd0d0b;
}

.tan_con p {
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff0;
}

.hb_sr span {
    width: 120px;
    color: #ff0;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    display: inline-block;
}

.hb_sr input {
    width: 260px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    padding: 0 10px;
    border: solid 1px #f00;
    background: #8c0002;
}

.hb_sr2 {
    padding-top: 15px;
    padding-left: 120px;
}

.hb_sr2 a {
    width: 170px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #970e0c;
    font-size: 30px;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    background: url(../images/btn.png) 0 0 no-repeat;
    display: inline-block;
}

.hb_sr2 a:hover {
    color: #f00;
    background-position: 0 -55px;
}
