

#app{
    width: 100%;
}
.app-box{
    width: 100%;
    position: relative;
}


/* 头部部分css ----------------------------------*/
.hc-header{
    width: 100%;
    height: 100px;
    position: relative;
}

.hc-header>div{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
/* 头部左侧导航css */

.show{
    display: none;
}
.hc-nav-box{
    display: flex;
    height: 100%;
}
.hc-nav-box>li{
    font-size: 15px;
}
.hc-nav-box a{
    display: block;
    height: 100%;
    font-weight: 700;
    padding: 0 22px;
    line-height: 100px;
}
/* 头部右面时间部分css */
.hc-header-right {
    position: relative;
}

.hc-header-date{
   width:220px;
   border-radius: 40px;
   padding: 10px;
   margin-top: 25px;
}
.hc-header-date>div{
    float: right;
    margin-right: 30px;
    font-weight: 700;
}
.hc-header-button{
    display: none;
}



/* 头部移动端样式 */
.hc-header>.show{
    display: none;
}
.hc-header-move{
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 60px;
    overflow-y: scroll;
}
.hc-nav-box-move{
    width: 100%;
    padding: 0 12px ;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.hc-nav-box-move>li{
    width: 100%;
}
.hc-nav-box-move>li>a{
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    box-sizing: border-box;
}



/* 头部下滑跟着的样式 */
.header-fixed{
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    overflow: hidden;
    /* opacity: 0; */
}
.header-fixed .hc-nav-box a{
    line-height: 80px;
}
.header-fixed .hc-header-date{
    margin-top: 15px;
}













/* 头部下面图片部分 */
.title-img{
    width: 100%;
}
.title-img>img{
    width: 100%;
    height: 450px;
}




/* 尾部黑条的css */
.footer {
    width: 100%;
    text-align: center;
}

.footer>div {
    width: 100%;
}

.footer h4 {
    width: 100%;
    padding: 20px 0;
}

.footer p {
    width: 100%;
    font-size: 13px;
}

.footer p>a {
    margin: 0 10px;

}

.footer .footer-color {
    font-size: 12px;
}

.footer p img {
    width: 16px;
    height: 16px;
}


/* 一键回到顶部  的css */
.Back-to-top {
    width: 40px;
    height: 40px;
    background-color: #000;
    text-align: center;
    line-height: 40px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    cursor: pointer;
}

.Back-to-top>span {
    font-size: 20px;
    color: #fff;
}





/* 右面固定部分css */
.floatbox {
    position: absolute;
    top: 100px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 999;
    right: 230px;
}

/* 收起的css */
.floatbox .s-float {
    text-align: center;
    width: 65px;
    display: block;
    -webkit-box-shadow: 1px 1px 10px 0 hsl(219deg 79% 83% / 35%);
    -moz-box-shadow: 1px 1px 10px 0 hsla(219, 79%, 83%, 0.35);
    box-shadow: 1px 1px 10px 0 hsl(219deg 79% 83% / 35%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 99999;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floatbox .s-float .zhan {
    position: absolute;
    top: -24px;
    right: 0px;
}

.floatbox .s-float .zhan span {
    font-size: 12px;
    color: #384352;
    cursor: pointer;
}

.floatbox .s-float .zhan span .iconfont {
    font-size: 11px;
    margin-right: 3px;
    font-weight: 700;
}

.floatbox .s-float .countdown {
    width: 100%;
    margin-bottom: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.floatbox .s-float .countdown h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 16px;
}

.floatbox .s-float .countdown h5 {
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    font-family: dayFont;
}

.floatbox .s-float .countdown p {
    margin-top: 9px;
}

.floatbox .s-float ul {
    position: relative;
    padding: 0 17px 10px;
}

.floatbox .s-float li {
    width: 31px;
    height: 31px;
    overflow: hidden;
    line-height: 31px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 17px;
    text-align: left;
}

.floatbox .one {
    background-color: #6a71e5;
}

.floatbox .s-float li a {
    color: #fff;
    display: block;
    min-width: 120px;
    height: 100%;
    white-space: nowrap;
}

.floatbox .s-float li a .icon-box {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 100%;
    line-height: 31px;
    margin-right: 10px;
    vertical-align: bottom;
}

.floatbox .s-float li a .icon-box i {
    font-size: 13px;
}

/* 展开的css */
.l-float {
    position: absolute;
    left: 0px;
    top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floatbox .l-float .shou {
    position: absolute;
    top: -24px;
    right: 0px;
}

.tr {
    text-align: right;
}

.floatbox .l-float .shou span {
    font-size: 12px;
    color: #384352;
    cursor: pointer;
}

.floatbox .l-float .shou span .iconfont {
    font-size: 11px;
    margin-left: 3px;
    font-weight: 700;
}

.floatbox .l-float .shou span {
    font-size: 12px;
    color: #384352;
    cursor: pointer;
}

.floatbox .l-float .box {
    -webkit-box-shadow: 1px 1px 10px 0 hsl(219deg 79% 83% / 35%);
    -moz-box-shadow: 1px 1px 10px 0 hsla(219, 79%, 83%, 0.35);
    box-shadow: 1px 1px 10px 0 hsl(219deg 79% 83% / 35%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.floatbox .countdown {
    background-color: #dab876;
    width: 100%;
    padding-bottom: 12px;
    text-align: center;
    color: #fff;
    font-size: 63px;
    line-height: 75px;
    margin-top: -6px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.floatbox .countdown h2 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 14px;
    font-family: NumberFont;
}

.floatbox .countdown h2 i {
    display: inline-block;
    width: 14px;
    height: 46px;
    background: url('../image/days.png') center no-repeat;
    vertical-align: baseline;
    margin-left: 2px;
}

.floatbox .countdown p {
    font-size: 12px;
    line-height: 15px;
}

.floatbox .l-float .lbox {
    padding: 16px 12px;
    background-color: #fff;
}

.floatbox .l-float li {
    height: 39px;
    line-height: 41px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 15px;
    width: auto;
}

.floatbox .one {
    background-color: #a68441;
}

.floatbox .l-float li a {
    display: block;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 0 2px;
    min-width: 140px;
    white-space: nowrap;
}

.floatbox .l-float li a .icon-box {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
}

.floatbox .l-float li a i {
    font-size: 16px;
}

.tc {
    text-align: center;
}

.floatbox .l-float .ewm img {
    -webkit-box-shadow: 0 0 16px 0px rgb(63 76 136 / 45%);
    -moz-box-shadow: 0 0 16px 0px rgba(63, 76, 136, 0.45);
    box-shadow: 0 0 16px 0px rgb(63 76 136 / 45%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.floatbox .l-float .ewm p {
    color: #3f4c88;
    line-height: 40px;
}