
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button ,select,textarea,iframe{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
    font-family: Microsoft Yahei;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}
a:hover {text-decoration: none;}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
    font-family: Microsoft Yahei;
    border: 1px solid #b2b2b2;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

body {
    font: 16px/100% Microsoft Yahei;
    color: black;
    /*background: #e2e2e2;*/
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hide{
    display: none !important;
}
.show{
    display: inline !important;
}

/*add 8.31*/

select {
    border: 1px solid #b2b2b2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    padding-right: 20px;
    padding-left: 2px;
    font-size: 12px;
    height: 24px;
    background: url("../img/bot.png") no-repeat scroll right center transparent;
}
select[disabled]{
    border: 1px solid #eee;
}

select::-ms-expand {
    display: none;
}
label{
    font-weight: 400;
}



/*ģ̬����ʽ*/
.shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
/*������ʽ*/
.popup {
    background-color: #fff;
    width: 400px;
    height: 300px;
    color: #353535;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10001;
    /* /!*margin-left: -200px;
     margin-top: -150px;*!/
     /!*display: none;*!/
     z-index: 10001;*/
}
.popup_tit {
    height: 24px;
    background-color: #ebebeb;
    line-height: 24px;
    padding: 0 10px;
}
/*�رհ�ť��ʽ*/
.popup_close {
    float: right;
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 24px;
    line-height: 22px;
    color: #353535;
    border: 1px solid #ebebeb;
}
.popup_close:hover {
    background-color: #fea010;
    color: #fff;
    cursor: pointer;
}
.popup_close:active {
    background-color: #f5700e;
}
.popup_content {
    padding: 24px 30px;
}
.btn_no,
.btn_yes,
.btn_imp,
.btn_imp_no{
    height: 24px !important;
    line-height: 24px;
    min-width: 44px !important;
    padding: 0 6px;
    text-align: center;
    margin-right: 6px !important;
}
.btn_yes {
    background-color: #317abc;
    /*background-color: #317abc !important;
    border: 1px solid #317abc !important;*/
    border: 1px solid #317abc;
    color: white !important;
}
.btn_no,
.btn_imp_no{
    background-color: #ebebeb;
    color: #353535;
    border: 1px solid #cecece;
}
.btn_imp{
    background-color: #f65109;
    border: 1px solid #f65109;
    color: white !important;
}
.btn_no:hover,
.btn_yes:hover {
    cursor: pointer;
    background-color: #6ca9fc !important;
    border: 1px solid #6ca9fc !important;
    color: white;
}
.btn_imp_no:hover{
    cursor: not-allowed;
}
.btn_imp:hover{
    cursor: pointer;
    background-color: white !important;
    border: 1px solid #f65109 !important;
    color: #f65109 !important;
}
.btn_no:active,
.btn_yes:active {
    background-color: #005bac !important;
    border: 1px solid #005bac !important;
    color: white;
}


/*登录退出按钮样式系列*/
.login,
.seat-font{
    color:#353535;
}
.login:hover{
    color: #fe8610;
}
.login:active{
    color: #ff6600;
}
.seat-font:hover{
    color: #005bac;
}
.seat-font:active{
    color: #024887;
}

.answerTable{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #000;

}
.answerTable tr{
    line-height: 28px;
    border-bottom: 1px solid #000;
}
.answerTable tr th,
.answerTable tr td{
    padding:  6px 0;
    text-align: center;
    line-height: 28px;
    border-right: 1px solid #000;
}
.answerTable tr:last-child{
    border-bottom: none;
}
.answerTable tr th:last-child,
.answerTable tr td:last-child{
    border-right: none;
}
