﻿.hl_nav {
    background-color: #d3c38b;
    background-size: 100%;
    overflow: hidden;
    border: 12px solid #cbb97d;
    border-bottom: none;
}

.hl_nav .hl_logo {
    width: 870px;
    height: 58px;
    background-image: url("huangli/hl_logo.png?v1");
    background-size: 100%;
    margin: 40px auto 0;
}
.hl_nav .hl_title {
    width: 680px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin: 26px auto 22px;
}
.hl_nav .hl_title a {
    float: left;
    display: block;
    width: 100px;
    height: 50px;
    color: #f3e9c5;
    background-image: url("huangli/a_other_bg.png?v1");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 18px;
}
.hl_nav .hl_title a:hover,
.hl_nav .hl_title a.hl_this {
    font-weight: bold;
    background-image: url("huangli/a_this_bg.png?v1");
}

.hl_box {
    background-image: url("huangli/hl_box_bg.png?v1");
    background-size: 100%;
    padding: 0 25px 10px;
    overflow: hidden;
}

.hl_riqi::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hl_riqi .hl_both {
    float: left;
    width: 310px;
    border-radius: 6px;
    background-color: #fff9e4;
    padding: 12px 15px 0px;
}

.hl_both .hl_bitem {
    border-bottom: 1px dashed #e1d4a8;
    padding: 9px 0;
}

.hl_both .hl_bitem:last-child {
    border-bottom: none;
}

.hl_both .hl_bitem::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hl_both .hl_bitem span {
    float: left;
    display: block;
    width: 44px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff9e4;
    border-radius: 6px;
    text-align: center;
    background-color: #d3c38b;
}

.hl_both .hl_bitem.one {
    padding: 8px 0 12px;
}

.hl_both .hl_bitem.two p {
     height: 74px;
}

.hl_both .hl_bitem.one span  {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 46px;
    color: #fff9e4;
    border-radius: 16px;
    margin-top: 10px;
}

.hl_both.yi .hl_bitem.one span {
    background-color: #56c37d;
    text-shadow: -2px 0 #31a553, 0 2px #31a553, 2px 0 #31a553, 0 -2px #31a553;
}

.hl_both.ji .hl_bitem.one span {
    background-color: #c3565c;
    text-shadow: -2px 0 #a53136, 0 2px #a53136, 2px 0 #a53136, 0 -2px #a53136;
}

.hl_both.ji .hl_bitem.one p {
    color: #c3565c;
}

.hl_both .hl_bitem p {
    float: left;
    width: 256px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #5f5a4a;
    padding-left: 10px;
    overflow: hidden;
}

.hl_both .hl_bitem.one p {
    width: 210px;
    height: 108px;
    line-height: 22px;
    color: #4bae6e;
    padding-left: 10px;
}

.hl_riqi .hl_center {
    float: left;
    width: 360px;
    margin: 0 15px;
}

.hl_center .hl_ctitle {
    width: 100%;
    height: 48px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: -webkit-linear-gradient(top, #93865a 86%,#7b704c 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #93865a 86%,#7b704c 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #93865a 86%,#7b704c 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(top, #93865a 86%,#7b704c 100%); /* 标准的语法 */
    overflow: hidden;
}

.hl_ctitle span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 18px;
    border: 4px solid #d3c38b;
    background-color: #7b704c;
    margin-top: 10px;
}

.hl_ctitle span.point_left {
    float: left;
    margin-left: 40px;
}

.hl_ctitle span.point_right {
    float: right;
    margin-right: 40px;
}

.hl_time {
    position: relative;
    background-color: #fff9e4;
    padding: 5px 30px 10px;
}

.hl_time .hl_showtime{
    display: block;
    color: #5d563b;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.hl_time .hl_showtime:last-of-type {
    margin-top: 6px;
}

.hl_time .hl_showjieqi {
    position: absolute;
    width: 26px;
    color: #d9cb99;
    border: 2px solid #d9cb99;
    font-size: 16px;
    text-align: center;
    padding: 2px 0;
    top: 16px;
}

.hl_seltime{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 11px 0;
}

.hl_seltime::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hl_seltime span {
    float: left;
    color: #d3c38b;
}

.hl_seltime .hl_pre {
    display: block;
    width: 60px;
    text-align: left;
    background-image: url("huangli/hl_pre.png?v1");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 34px;
    padding-top: 70px;
    cursor: pointer;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
      user-select:none;
}

.hl_seltime .hl_day {
    display: block;
    width: 180px;
    height: 100px;
    line-height: 100px;
    font-size: 110px;
    color: #d92f3f;
    font-weight: bold;
    text-align: center;
}

.hl_seltime .hl_nex {
    display: block;
    width: 60px;
    text-align: right;
    background-image: url("huangli/hl_next.png?v1");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 34px;
    padding-top: 70px;
    cursor: pointer;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
      user-select:none;
}

.hl_center .hl_cfoot {
    position: relative;
    width: 360px;
    height: 48px;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: -webkit-linear-gradient(bottom, #93865a 86%,#7b704c 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #93865a 86%,#7b704c 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #93865a 86%,#7b704c 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(bottom, #93865a 86%,#7b704c 100%); /* 标准的语法 */
    overflow: hidden;
    padding: 6px 20px;
    cursor: pointer;
}

.hl_center .hl_cfoot .hl_nlstyle {
    position: absolute;
    display: block;
    width: 48px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #5d563b;
    font-size: 16px;
    border-radius: 14px;
    background-color: #fff9e4;
}

.hl_center .hl_cfoot .hl_date {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #fff9e4;
    background-image: url("huangli/hl_down.png?v1");
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position: 262px center;
    margin-left: 20px;
}

.hl_both.ceyi {
    width: 340px;
    height: 50px;
    margin-top: 18px;
    padding: 0;
}

.hl_both.ceyi select {
    float: left;
    width: 130px;
    height: 50px;
    color: #7b704c;
    font-size: 14px;
    padding-left: 18px;
    cursor: pointer;
}

.hl_both.ceyi select:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.hl_both.ceyi button {
    float: left;
    width: 80px;
    height: 50px;
    font-size: 18px;
    color: #fffcf0;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #56c37d;
}

.hl_both.ceji {
    width: 340px;
    height: 50px;
    margin-top: 18px;
    padding: 0;
}

.hl_both.ceji select {
    float: left;
    width: 130px;
    height: 50px;
    color: #7b704c;
    font-size: 14px;
    padding-left: 18px;
}

.hl_both.ceji select:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.hl_both.ceji button {
    float: left;
    width: 80px;
    height: 50px;
    font-size: 18px;
    color: #fffcf0;
    font-weight: bold;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #c3565c;
}

.hl_center.gg {
    width:100%;
    margin: 0;
    height: 50px;
    border: 1px solid #af954c;
    background-color: #bfae71;
    margin-top: 18px;
    border-radius: 6px;
    box-sizing: border-box;
}

.hl_center.gg a {
    display: block;
    width: 100%;
    line-height: 48px;
    color: #ffedaf;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    box-shadow:2px 2px 6px #a0915e inset;

}

.hl_temp1 {
    border-radius: 6px;
    margin-top: 14px;
}

.hl_temp1::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hl_temp1 .temp1_item {
    float: left;
    width: 267.5px;
    height: 40px;
    box-sizing: border-box;
}

.temp1_item .temp1_title {
    float: left;
    display: block;
    width: 78px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #b08e19;
    border-left: 1px solid #efe9d3;
    border-bottom: 1px solid #efe9d3;
    box-sizing: border-box;
    background-color: #f7efd4;
    overflow: hidden;
}

.temp1_item:nth-of-type(1) .temp1_title{
    border-top-left-radius: 6px;
}

.temp1_item:nth-of-type(4) .temp1_cnt{
    border-top-right-radius: 6px;
}

.temp1_item:nth-of-type(13) .temp1_title {
    border-bottom-left-radius: 6px;
}

.temp1_item:nth-of-type(16) .temp1_cnt {
    border-bottom-right-radius: 6px;
}

.temp1_item .temp1_cnt {
    float: left;
    display: block;
    width: 189.5px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-indent: 8px;
    color: #5f5a4a;
    border-left: 1px solid #efe9d3;
    border-bottom: 1px solid #efe9d3;
    box-sizing: border-box;
    background-color: #fff9e4;
    overflow: hidden;
}

.hl_temp2 {
    border-radius: 6px;
    margin: 5px 0;
}

.hl_temp2::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hl_temp2 .temp2_item {
    float: left;
    width: 356.33px;
    height: 56px;
    box-sizing: border-box;
}

.temp2_item .temp2_title {
    float: left;
    display: block;
    width: 78px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #b08e19;
    border-left: 1px solid #efe9d3;
    border-bottom: 1px solid #efe9d3;
    box-sizing: border-box;
    background-color: #f1e8ca;
    overflow: hidden;
}

.temp2_item:nth-of-type(1) .temp2_title{
    border-top-left-radius: 6px;
}

.temp2_item:nth-of-type(3) .temp2_cnt{
    border-top-right-radius: 6px;
}

.temp2_item:nth-of-type(7) .temp2_title {
    border-bottom-left-radius: 6px;
}

.temp2_item:nth-of-type(9) .temp2_cnt {
    border-bottom-right-radius: 6px;
}

.temp2_item .temp2_cnt {
    float: left;
    display: block;
    width: 278.33px;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    text-indent: 8px;
    color: #5f5a4a;
    border-left: 1px solid #efe9d3;
    border-bottom: 1px solid #efe9d3;
    box-sizing: border-box;
    background-color: #f8f1d8;
    overflow: hidden;
}

.temp2_item:nth-of-type(1) .temp2_title,
.temp2_item:nth-of-type(2) .temp2_title,
.temp2_item:nth-of-type(3) .temp2_title {
    text-align: center;
    line-height: 20px;
    padding: 8px 10px;
}

.temp2_item .temp2_dou {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.hl_temp3 {
    border-radius: 6px;
}

.hl_temp3::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hl_temp3 .temp3_item {
    float: left;
    width: 535px;
    height: 56px;
    box-sizing: border-box;
}

.temp3_item .temp3_title {
    float: left;
    display: block;
    width: 78px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #b08e19;
    border-left: 1px solid #efe9d3;
    border-bottom: 1px solid #efe9d3;
    box-sizing: border-box;
    background-color: #f7efd4;
    overflow: hidden;
}

.temp3_item:nth-of-type(1) .temp3_title{
    border-top-left-radius: 6px;
}

.temp3_item:nth-of-type(2) .temp3_cnt{
    border-top-right-radius: 6px;
}

.temp3_item:nth-of-type(5) .temp3_title {
    border-bottom-left-radius: 6px;
}

.temp3_item:nth-of-type(5) .temp3_cnt {
    border-bottom-right-radius: 6px;
}


.temp3_item .temp3_cnt {
    float: left;
    display: block;
    width: 457px;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    padding-left: 8px;
    box-sizing: border-box;
    color: #5f5a4a;
    border-left: 1px solid #efe9d3;
    border-bottom: 1px solid #efe9d3;
    box-sizing: border-box;
    background-color: #fff9e4;
    overflow: hidden;
}

.temp3_item:nth-of-type(2) .temp3_title
 {
    text-align: center;
    line-height: 20px;
    padding: 8px 10px;
}

.temp3_item:nth-of-type(3),
.temp3_item:nth-of-type(4){
    height: 78px;
}
.temp3_item:nth-of-type(3) .temp3_title,
.temp3_item:nth-of-type(4) .temp3_title {
    text-align: center;
    height: 78px;
    line-height: 20px;
    padding: 19px 0px;
}

.temp3_item:nth-of-type(3) .temp3_cnt{
    height: 78px;
    line-height: 20px;
    padding: 19px 0px 9px 8px;
}

.temp3_item:nth-of-type(4) .temp3_cnt {
    height: 78px;
    line-height: 20px;
    padding: 19px 0px 9px 8px;
}

.temp3_item:nth-of-type(5) {
    width: 1070px;
}

.temp3_item:nth-of-type(5) .temp3_cnt{
    width: 992px;
    line-height: 20px;
    padding: 9px 0px 9px 8px;
}

.temp3_item .temp3_dou {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.hl_taisui {
    margin-top: 22px;
    border-top: 1px solid #ece1bd;
}

.hl_taisui p {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #e2d5a9;
    border-right: 1px solid #e2d5a9;
}

.hl_taisui p.last {
    margin-bottom: 8px;
}

.hl_taisui p:nth-of-type(1),
.hl_taisui p:nth-of-type(3),
.hl_taisui p:nth-of-type(5),
.hl_taisui p:nth-of-type(7),
.hl_taisui p:nth-of-type(9) {
    border-left: 1px solid #ece1bd;
    border-right: 1px solid #ece1bd;
    background-color: #e2d5a9;
}

.yiji_item::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.yiji_item span {
    float: left;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #d5cca7;
}

.yiji_item .yiji_item_left {
    width: 180px;
    color: #b08e19;
    background-color: #ebdeb2;
}

.yiji_item .yiji_item_center {
    width: 730px;
    font-size: 14px;
    background-color: #e2d5a9;
}

.yiji_item .yiji_item_right {
    width: 160px;
    background-color: #ebdeb2;
}

.hl_table {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.hl_table .hl_tr {
    display: table-row;
}

.hl_table .hl_tr:first-child span:first-child {
    background-image: url("huangli/shichen.png?v1");
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.hl_table .hl_tr:first-child span {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #b08e19;
    border-bottom: 1px solid #cfc9b2;
    background-color: #f7efd4;
    padding: 0;
}

.hl_table .hl_tr:nth-of-type(2) span {
    font-size: 10px;
    padding: 0;
}

.hl_table .hl_tr span {
    display: table-cell;
    height: 42px;
    text-align: center;
    font-size: 12px;
    color: #5f5a4a;
    border-right: 1px solid #efe9d3;
    border-bottom: 1px solid #efe9d3;
    vertical-align:middle;
    background-color: #fff9e4;
    box-sizing: border-box;
    padding: 10px 10px;
}

.hl_table .hl_tr span:first-child {
    width: 66px;
    font-size: 16px;
    color: #b08e19;
    border-right: 1px solid #cfc9b2;
    background-color: #f7efd4;
    padding: 0;
}

.hl_table .hl_tr span:last-child {
    border-right: none;
}

.hl_jixiong {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.hl_jixiong .hl_tr {
    display: table-row;
}

.hl_jixiong .hl_tr:first-child span:first-child {
    background-image: url("huangli/jixiong.png?v1");
    background-size: 45px 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e9d1ac;
}

.hl_jixiong .hl_tr:first-child span {
    width: 164px;
    height: 48px;
    font-size: 16px;
    color: #b08e19;
    border-bottom: 1px solid #cfc9b2;
    background-color: #f7efd4;
    padding: 6px 0;
}

.hl_jixiong .hl_tr:first-child span b {
    font-weight: normal;

}

.hl_jixiong .hl_tr:first-child span i {
    display: block;
    color: #5f5a4a;
    font-size: 12px;
    font-style: normal;
    
}

.hl_jixiong .hl_tr span {
    display: table-cell;
    height: 42px;
    text-align: center;
    font-size: 12px;
    color: #5f5a4a;
    border-right: 1px solid #efe9d3;
    border-bottom: 1px solid #efe9d3;
    vertical-align:middle;
    background-color: #fff9e4;
    box-sizing: border-box;
}

.hl_jixiong .hl_tr span:first-child {
    width: 86px;
    font-size: 16px;
    color: #b08e19;
    border-right: 1px solid #cfc9b2;
    background-color: #f7efd4;
    padding: 0;
}

.hl_jixiong .hl_tr.wx span:first-child {
    padding: 12px 0;
}

.hl_jixiong .hl_tr.wx span:first-child b{
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 2px;
}

.hl_jixiong .hl_tr .hl_wx {
    display: block;
    padding: 4px 0;
}

.hl_jixiong .hl_tr .hl_wx::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.hl_jixiong .hl_tr .hl_wx i {
    float: left;
    font-style: normal;
}

.hl_jixiong .hl_tr .hl_wx i:nth-of-type(1) {
    width: 20%;
    margin-left: 8%;
}

.hl_jixiong .hl_tr .hl_wx i:nth-of-type(2) {
    width: 30%;
}

.hl_jixiong .hl_tr .hl_wx i:nth-of-type(3) {
    width: 28%;
    margin-left: 8%;
}

.hl_jixiong .hl_tr .hl_wx i.j .rate {
    background-color: #c3bd56;
}

.hl_jixiong .hl_tr .hl_wx i.m .rate {
    background-color: #56c37d;
}

.hl_jixiong .hl_tr .hl_wx i.s .rate {
    background-color: #569ec3;
}

.hl_jixiong .hl_tr .hl_wx i.h .rate {
    background-color: #c35656;
}

.hl_jixiong .hl_tr .hl_wx i.t .rate {
    background-color: #c39956;
}

.hl_jixiong .hl_tr .hl_wx i .rate {
    display: block;
    height: 15px;
}

.color1.hl_tr span {
    background-color: #f7efd4;
}

.color1.hl_tr span:first-child {
    background-color: #efe6c5;
}

.hl_foot {
    background-image: url("huangli/hl_foot_bg.png?v1");
    background-size: 100%;
    background-repeat: no-repeat;
}

.hl_foot::after {
    display: block;
    content: "";
    padding-bottom: 3%;
}

/* 日历修改 */

.laydate-btns-clear {
    display: none!important;
}