html {height: 100%;}
body {
    background: url(../images/max-bg.jpg) bottom center no-repeat;
    background-size: cover;
    min-height: 100%;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    overflow-y: auto;
    background-attachment: fixed;
}
.header {
    width: 1000px;
    margin:0 auto;
    position: relative;
    z-index:2;
    position: relative;
}
.text-main-color {
    color:#2c80ff!important;
}

.header h1 {font-size:50px;color:#333;margin-top:-30px;position: absolute;left:0;top: 40px;}

.main {
    width: 1000px;
    margin:0 auto;
    background: #fff;
    position: relative;
    padding-bottom: 60px;
    position: relative;
    min-height: 700px;
}

.main-top {
   height: 75px;
   border-bottom: 1px solid #eeeeee; 
   overflow: hidden;
}
.main-top-left {
    font-size: 30px;
    margin: 20px 0 0 38px;
    font-weight: bold;
    color:#333;
    overflow: hidden;
}

.main-top-right {
    float:right;
    margin-top:42px;
    padding-right: 20px;
    color:#777;
   
}

.ctable {
    margin: 0 auto;
    border: 1px solid #90bcff;
    table-layout: fixed;
}
.ctable th, .ctable td {
    padding: 12px;
}
.ctable th {
  border-bottom: 1px dotted #90bcff;
}
.ctable tbody tr:nth-child(odd) {
    background-color: #f8fcff;
}
.ctable th {
    font-size: 24px;
    color:#333;
}

.ctable td {
    font-size: 18px;
    color:#555;
    white-space: wrap;
    word-wrap: break-word;
  overflow-wrap: break-word;
}

.tip-area {
    width: 875px;
    margin: 0 auto;
    padding-top:90px;
    color:#555;
    font-size: 20px;
    line-height: 1.6;

}

.page-area {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 24px;
}

.datepicker {
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    background-color: #fff;
    color: #666;
    font-size: 14px!important;
}

.datepicker td, .datepicker th {
    width: 36px;
    height: 30px;
    padding: 5px;
    text-align: center;
}
.datepicker tbody {
    padding: 10px;
}
.datepicker td.odd {
    background-color: #d2d2d2;
}
.datepicker td.active {
    background-image: none!important;
    background-color: #2c80ff!important;
}

.Nav {width:1000px;height:30px;line-height:30px;text-align:right;margin:0 auto;margin-top:10px;margin-bottom:10px;}
.Nav a {color:#333;text-decoration:underline;font-size:15px;margin-right:10px;}
@media screen and (max-width: 768px) {
    .header {
      width : 100%;
      font-size: 35px;
      background-size: 100%;
      height: auto;
    }

    .header img {
      width: 100%;
      height: auto;
    }

    .header h1 {
      display: none;
    }

    .main-top {
        height: 45px;
    }

    .main-top-left {
        font-size: 20px;
        margin: 8px 0 0 18px;
        
    }

    .main {
        width: 100%;
    }
    .main  table {
        max-width: 100%;
    }

    .time-area-center {
        display: block!important;
        width: 100%!important;

    }
    .time-area .form-control {
        width: 100%!important;
    }

    .text-area {
        font-size: 16px!important;
    }

    .ctable th {
        font-size: 14px!important;
    }
    .ctable td {
        font-size: 14px!important;
    }
    .tip-area {
        font-size: 14px!important;
        width: 100%;
    }
    .time-area-left, .time-area-right {
        width: 100%!important;
    }
    .Nav {
        width: 100%;
    }
}