/*将所有标签的内,外边距都设置为0*/
        *{
            margin: 0; /*在css中,如果数值为0,可以不用写单位*/
            padding: 0;
        }

        /*整个容器*/
        .container{
            width: 1200px;
            margin: 0 auto;/*居中*/
        }

        .container .header{
            width: 1000px;
            height: 60px;
        }
        table thead tr th p{
            display: inline;
            padding-left: 10px;
        }
        table thead tr th a{
            cursor: pointer;
        }
        table thead tr th span{
            color: #ff8000;
        }
    
         table thead tr:nth-last-child(1) th,tbody{
            text-align: center !important;
        }            
        table thead tr:nth-child(1){
            background-color: #f0f8ff;
        }  
        table thead tr:nth-child(2).td:nth-child(1){
            font-weight: bold;
        }   
 

        table thead >tr+tr+tr th,tbody{
            text-align: center !important;
        }

        table tbody tr td a{
            cursor: pointer;
        }
        
        #table table tbody tr td:nth-child(1) {/*考试信息*/
            width: 195px;
        }
        #table table tbody tr td:nth-child(2) {/*考生信息*/
            width: 95px;
        }
        #table table tbody tr td:nth-child(3) {/*证书信息*/
            width: 202px;
        }
        #table table tbody tr td:nth-child(4) {/*EMS信息*/
            width: 122px;
            color: #0DA3E2;
        }
        #table table tbody tr td:nth-child(5) {/*订单状态*/
            width: 37px;
        }

        /*IE8*/
        #table table tbody tr >td{/*考试项目*/
            width: 195px;
        }
        #table table tbody tr >td+td {/*考试时间*/
            width: 95px;
        }
        #table table tbody tr >td+td+td {/*证件号*/
            width: 202px;
        }
        #table table tbody tr >td+td+td+td {/*分数*/
            width: 122px;
        }
        #table table tbody tr >td+td+td+td+td{/*查看详情*/
            width: 37px;
        }
        
        
        #certType{
          width: 390px;
          font-size: 14px;
          padding: 6px;
          border: solid 1px #ddd;
          height: 34px;
          line-height: 20px;
          display: block;
          border-radius: 4px;
          -webkit-appearance: none;
          box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
        }  
          option{
                color: black;
                background: #f6f6f6;
                line-height: 20px;
            }
            select:focus{
                border: 2px #ddd solid;
                box-shadow: 0 0 15px 1px #DDDDDD;
            }
        .layui-layer-molv .layui-layer-title {
          background: #0da3e2;
          color: #fff;
          border: none;
         }
         .layui-layer-molv .layui-layer-btn a {
          background: #0da3e2;
          border-color: #0da3e2;
         }
         .layui-layer-btn a {
       height: 28px;
       line-height: 28px;
       margin: 5px 5px 0;
       padding: 5px 25px;
       border: 1px solid #dedede;
       background-color: #fff;
       color: #333;
       border-radius: 2px;
       font-weight: 400;
       cursor: pointer;
       text-decoration: none;
     }
     #money{
       color: #ff8000;
     }
     #jf{
       background-color: #3cb4e7;
       font-size: 14px; 
       float: right;
       border-radius: 4px;
       margin-right: 10px;
     }
     #xgdd{
       border-color: #0da3e2 !important;
       color: #0da3e2 !important;
       background-color: #ffffff;    
       font-size: 14px;    
       float: right;
       border-radius: 4px;
       margin-right: 10px;
       margin-left: 0px;
     }
     #ckdd{
       background-color: #0da3e2;
       font-size: 14px; 
       float: right;
       border-radius: 4px;
       margin-right: 10px;
     }
     #table{
      margin-top: 25px;
     }
     .ksxx{
       font-weight: bolder;
     }
     .tk{
       padding: 25px 25px 0px 29px;
       line-height: 35px;
     }
      #qxdd{
        background-color: #ffffff;
        font-size: 14px;
        float: right;
        border-radius: 4px;
        margin-right: 10px;
        color: #333333;
        border: 1px solid #DEDEDE;
     }
.examServ-questionnaire {
    /* 占位 */
}

.examServ-questionnaire .layui-layer-title {
    /* 标题 */
}

.examServ-questionnaire .open-inner-questionnaire {
    /* 弹出层内部区域 */
    padding: 12px 20px 12px 20px;
}

.examServ-questionnaire .text-illustrate {
    /* 文字说明 */
    padding: 0px 0px 10px 0px;
    text-indent: 2rem;
    text-align: justify;
    line-height: 24px;
}

.examServ-questionnaire .textarea-recommendation {
    /* 意见多行输入框 */
    width: 99%;
    min-height: 120px;
    resize: none;
}

.examServ-questionnaire .layui-layer-btn {
    /* 按钮区域 */
    text-align: center !important;
    padding-top: 8px !important;
}

.examServ-questionnaire .layui-layer-btn .layui-layer-btn0 {
    /* 次要按钮--关闭 */
    border: 1px solid #dedede !important;
    background: #fff !important;
    color: #333 !important;
}

.examServ-questionnaire .layui-layer-btn .layui-layer-btn1 {
    /* 主要按钮--确认/提交 */
    border: 1px solid #003e7d !important;
    background: #003e7d !important;
    color: #fff !important;
}