/** 图标字体 **/
@font-face {
    font-family: 'layui-icon-cdg';
    src: url(./iconfont.eot);
    src: url(./iconfont.eot#iefix) format("embedded-opentype"),
      url(./iconfont.svg#iconfont) format("svg"),
      url(./iconfont.woff) format("woff"),
      url(./iconfont.ttf) format("truetype");
}
  
.whhd-content {
    width: 72rem;
    height: 38rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whhd-content-left {
    width: 25.875rem;
    height: 38rem;
    background: #FFFFFF;
    opacity: 0.88;
}

.whhd-content-right {
    width: 44.125rem;
    height: 38rem;
    background: #FFFFFF;
    opacity: 0.88;
    padding: 2rem 2.875rem 3.125rem 2rem;
}

.whhd-content .whhd-tab {
    text-align: left;
}

.whhd-content .whhd-tab-box .whhd-tab li {
    padding: 2px 1.25rem;
    line-height: 1.75rem;
    border-radius: 1rem;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    cursor: pointer;
}

.whhd-content .whhd-content-left {
    padding: 2rem;
}

.whhd-content .whhd-content-left .title {
    width: 4.5rem;
    height: 1.125rem;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1.75rem;
}

.whhd-content .whhd-content-left .line {
    width: 21.875rem;
    height: 3px;
    background: #30604E;
    border-radius: 2px;
    margin-top: 1.25rem;
}

.whhd-content .whhd-tab-box .whhd-tab .whhd-tab-active {
    background: #30604E;
    color: #FFFFFF;
}

.whhd-content .whhd-tab-box .more {
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.75rem;
    cursor: pointer;
}

.whhd-content .whhd-tab-dv {
    margin-top: 3.25rem;
    display: none;
}

.whhd-content .whhd-box-active {
    display: block;
}

.whhd-content .whhd-tab-dv .whhd-tab-item {
    width: 40.125rem;
    border-bottom: 1px solid #999999;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.875rem;
    text-align: left;
}

.whhd-content .whhd-tab-dv .whhd-tab-item:nth-child(3) {
    border-bottom: 0;
}

.whhd-content .whhd-tab-dv .whhd-tab-item .item-img {
    width: 10rem;
    height: 6.25rem;
    flex-shrink: 0;
}

.whhd-content .whhd-tab-dv .whhd-tab-item .msg {
    margin-top: 1rem;
    width: 27.125rem;
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.3125rem;
    height: 4.0625rem;
    overflow: hidden;
}

.whhd-content .whhd-tab-dv .whhd-tab-item .title {
    max-width: 27.125rem;
}

.whhd-content .whhd-tab-dv .whhd-tab-item .title a {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.layui-laydate-main {
    width: 21.875rem !important;
}

.calendar_box {
    margin-top: 1.25rem;
    text-align: center;
}

.layui-laydate-header {
    background-color: #eee !important;
}

.layui-laydate-content {
    padding: 0 !important;
}

.layui-laydate-content td,
.layui-laydate-content th {
    width: 3.125rem !important;
    height: 3.125rem !important;
    background-color: #fff !important;
}

.whhd-content .time_module {
    margin-top: 1rem;
    width: 21.875rem;
    text-align: left;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.15);
}

.whhd-content .time_module .time-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 2rem;
    background: #9C8267;
    text-align: center;
}

.whhd-content .time_module .time-header p {
    width: 6.5rem;
    height: 2rem;
    background: #30604E;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.whhd-content .time_module .icon {
    width: 1.1875rem !important;
    height: 1.1875rem !important;
    fill: #FFFFFF;
    margin-right: 0.875rem;
    cursor: pointer;
}

.whhd-content .time_module .timer {
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 2.25rem;
    margin: 1rem 0 0.375rem;
}

.whhd-content .time_module .time-content {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.5rem;
    padding: 0 1.375rem;
}

.whhd-content .time_module .time-content li {
    border-bottom: 1px dotted #333333;
    padding: 0.875rem 0;
}

.whhd-content .time_module .time-content li:last-child {
    border-bottom: none;
}
.footer {
    z-index: 9;
    width: 100%;
    position: absolute;
    bottom: 10%;
}

.footer p {
    display: block;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F4F3;
    line-height: 1.75rem;
}
.footer div{
   display: none;
}