.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
}
.header .white{
    display: block;
}
.header .black{
    display: none;
}
.head-top{
    background-color: #fff;
    border-bottom: 1px solid rgba(201,202,202,.45);
}
.head-top .white{
    display: none;
}
.head-top .black{
    display: block;
}
.head-top .head-left .language li>a,
.head-top .head-left .language li>a i{
    color: #595757;
}
.head-top .head-right ul li a{
    color: #595757;
}
.head-top .head-right ul .active a{
    color: #99C727;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.head-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.head-left>a{
    width: 85px;
    display: block;
}
.head-left a img{
    width: 100%;
}
.head-left .language{
    margin-left: 40px;
}
.head-left .language li{
    position: relative;
}
.head-left .language li>a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 100px;
    color: #fff;
}
.head-left .language li>a i{
    font-size: 18px;
    line-height: 100px;
    display: block;
    color: #fff;
    margin-left: 10px;
    transition: .3s ease-in;
}
.head-left .language li:hover i{
    transform: rotate(180deg);
}
.head-left .language li:hover p{
    display: block;
}
.head-left .language li p{
    width: 100%;
    position: absolute;
    right: 20%;
    text-align: center;
    background-color: #fff;
    display: none;
}
.head-left .language li p a{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #191919;
}
.head-left .language{}
.head-right{
    margin-left: 40px;
}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.head-right ul li{}
.head-right ul .active a{
    background-color: #99C727;
    color: #fff !important;
}
.head-right ul li a{
    display: block;
    font-size: 14px;
    line-height: 100px;
    padding: 0 30px;
    color: #fff;
    transition: .3s ease-in;
}
.head-right ul li a:hover{
    background-color: #99C727;
    color: #fff;
}
.head-login{
    position: absolute;
    top: 0;
    right: 40px;
}
.head-login p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
}
.head-login p a{
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    transition: .3s ease-in;
}
.head-login p a:hover{
    color: #99C727 !important;
}
.head-login p a:last-child{
    background-color: #99C727;
    padding: 0 16px;
    box-sizing: border-box;
    margin-left: 15px;
    color: #fff !important;
    border: 1px solid transparent;
}
.head-login p a:last-child:hover{
    border: 1px solid #99C727;
    background-color: transparent;
    color: #99C727 !important;
}
.head-top .head-login p a{
    color: #595757;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
    display: block;
}
.ban-p{
    position: absolute;
    top: 40%;
    left: calc((100vw - 1280px)/2);
}
.ban-p h2{
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}
.ban-p a{
    border: 1px solid transparent;
    width: 250px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin-top: 60px;
    color: #fff;
    background-color: #99C727;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in;
}
.ban-p a i{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: block;
    margin-left: 10px;
    transition: .3s ease-in;
}
.ban-p a:hover{
    border: 1px solid #99C727;
    background-color: unset;
    color: #99C727;
}
.ban-p a:hover i{
    color: #99C727;
}
.home{}
.index-about{
    padding-top: 60px;
    padding-bottom: 200px;
}
.index-about-one{}
.index-about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-left{
    width: 48%;
    margin-top: -150px;
    position: relative;
}
.index-about-left img{
    width: 100%;
    display: block;
}
.index-about-right{
    width: 40%;
}
.index-about-right h2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.index-about-right h2 img{
    width: 105px;
    margin-right: 10px;
}
.index-about-right h2 span{
    width: calc(100% - 115px);
    font-size: 20px;
    color: #191919;
}
.index-about-right h3{
    font-size: 20px;
    line-height: 32px;
    color: #99C727;
    margin: 20px 0;
}
.index-about-right p{
    font-size: 14px;
    line-height: 24px;
    color: #5A5A5A;
}
.index-about-right a{
    border: 1px solid transparent;
    width: 160px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin-top: 60px;
    color: #fff;
    background-color: #99C727;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in;
}
.index-about-right a i{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: block;
    margin-left: 10px;
    transition: .3s ease-in;
}
.index-about-right a:hover{
    border: 1px solid #99C727;
    background-color: unset;
    color: #99C727;
}
.index-about-right a:hover i{
    color: #99C727;
}
.index-notice{
    padding: 80px 0;
    background-color: #99C727;
}
.index-notice-all{}
.index-notice-all h1{
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.index-notice-cont{
    margin-top: 80px;
}
.index-notice-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.index-notice-cont a span{
    display: block;
    width: 120px;
    font-size: 14px;
    line-height: 40px;
    color: #99C727;
    background-color: #fff;
    text-align: center;
}
.index-notice-cont a p{
    width: calc(100% - 250px);
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.index-notice-cont a b{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}
.index-notice-cont a b i{
    display: block;
    font-size: 16px;
    color: #99C727;
    text-align: center;
    line-height: 40px;
}
.index-feiyong{
    margin: 200px 0;
    position: relative;
}
.index-feiyong::after{
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    background-color: #99C727;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.index-feiyong-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.index-feiyong-cont{
    width: 48%;
}
.index-feiyong-cont a{
    display: block;
    position: relative;
}
.index-feiyong-cont:hover img{
    transform: scale(1.06);
}
.index-feiyong-img{
    overflow: hidden;
    position: relative;
}
.index-feiyong-img::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.index-feiyong-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-feiyong-cont p{
    width: 60%;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    z-index: 5;
}
.about-ban{
    position: relative;
}
.about-ban img{
    width: 100%;
    display: block;
}
.about-p{
    position: absolute;
    top: 50%;
    left: calc((100vw - 1280px)/2);
    transform: translate(0,-50%);
}
.about-p h2{
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.about-p p{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.about{}
.about-one{
    padding: 200px 0;
}
.about-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-one-left{
    width: 48%;
    position: relative;
}
.about-one-left img{
    width: 100%;
    display: block;
}
.about-one-right{
    width: 40%;
    padding-top: 30px;
    position: relative;
}
.about-one-right h2{
    font-size: 24px;
    color: #191919;
    font-weight: 500;
    margin-bottom: 30px;
}
.about-one-right span{
    font-size: 14px;
    line-height: 32px;
    color: #99C727;
    display: block;
}
.about-one-right p{
    font-size: 14px;
    line-height: 32px;
    color: #5A5A5A;
}
.about-two{}
.about-two-all{}
.about-swiper{
    overflow: hidden;
    position: relative;
}
.about-swiper .swiper-slide{}
.about-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.about-page{
    bottom: 100px !important;
}
.about-page .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
    margin: 0 10px !important;
    position: relative;
}
.about-page .swiper-pagination-bullet-active{}
.about-page .swiper-pagination-bullet-active::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-four{
    padding: 200px 0;
}
.about-four-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-four-left{
    width: 55%;
}
.about-four-left{}
.about-four-right{
    width: 35%;
}
.about-four-right h1{
    font-size: 24px;
    color: #191919;
    font-weight: bold;
}
.about-add{
    margin-top: 100px;
}
.about-add h2{
    font-size: 18px;
    line-height: 34px;
    color: #191919;
    font-weight: bold;
    margin-bottom: 40px;
}
.about-add p{
    font-size: 14px;
    line-height: 34px;
    color: #5A5A5A;
}
.footer{
    background-color: #000;
}
.foot-one{
    padding-top: 100px;
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.foot-top{}
.foot-top a{
    width: 85px;
    display: block;
}
.foot-top a img{
    width: 100%;
    display: block;
}
.foot-one-all{
    height: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: flex-start; */
}
.foot-one-left{
    width: 33%;
    height: 100%;
    padding-right: 100px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,.2);
}
.foot-one-left p{
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    margin-top: 10px;
}
.foot-one-left .foot-dz{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.foot-one-left .foot-dz span{}
.foot-one-left .foot-dz span:first-child{}
.foot-one-left .foot-dz span:last-child{}
.foot-one-left p:first-child{
    margin-top: 0;
}
.foot-one-zhong{
    width: 30%;
    height: auto;
    padding: 0 50px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,.2);
}
.foot-one-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-zhong ul li{
    width: 48%;
}
.foot-one-zhong ul li:nth-child(1) a,
.foot-one-zhong ul li:nth-child(2) a{
    margin-top: 0;
}
.foot-one-zhong ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.foot-one-zhong{}
.foot-one-right{
    width: 30%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.foot-one-right a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 200px;
    background-color: #99C727;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px 0;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.foot-one-right a i{
    display: block;
    font-size: 28px;
    color: #fff;
    transition: .3s ease-in;
}
.foot-one-right a p{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    transition: .3s ease-in;
}
.foot-one-right a:hover{
    background-color: transparent;
}
.foot-one-right a:hover i{
    color: #99C727;
}
.foot-one-right a:hover p{
    color: #99C727;
}
.foot-di{
    padding: 50px 0;
}
.foot-di-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-di-left{}
.foot-di-left p{
    font-size: 14px;
    color: #fff;
}
.foot-di-right{}
.foot-di-right p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.foot-di-right p a{
    display: block;
    font-size: 14px;
    color: #fff;
}
.jiaolian{}
.jiaolian-one{
    padding: 150px 0;
}
.jiaolian-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jiaolian-one-left{
    width: 35%;
}
.shang-swiper{
    overflow: hidden;
    position: relative;
}
.shang-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.xia-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.xia-swiper .swiper-slide{
    border: 1px solid transparent;
    box-sizing: border-box;
}
.xia-swiper .swiper-slide-thumb-active{
    border: 1px solid #99C727;
}
.xia-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.jiaolian-one-right{
    width: 58%;
    position: relative;
}
.jiaolian-one-right-cont{
    margin-top: 20px;
    height: 500px;
    overflow: auto;
}
/* 滚动条轨道样式 */
.jiaolian-one-right-cont::-webkit-scrollbar {
    width: 4px; /* 设置滚动条宽度 */
    background-color: #EEEEEE;
}  
/* 滚动条滑块样式 */
.jiaolian-one-right-cont::-webkit-scrollbar-thumb {
    background-color: #99C727; /* 设置滑块背景颜色 */
    border-radius: 4px; /* 设置滑块圆角 */
}
.jiaolian-one-right a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #99C727;
    padding: 8px 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease-in;
}
.jiaolian-one-right a p{
    font-size: 14px;
    color: #fff;
    transition: .3s ease-in;
}
.jiaolian-one-right a i{
    font-size: 16px;
    display: block;
    color: #fff;
    margin-left: 10px;
    transition: .3s ease-in;
}
.jiaolian-one-right a:hover{
    background-color: transparent;
    border: 1px solid #99C727;
}
.jiaolian-one-right a:hover p{
    color: #99C727;
}
.jiaolian-one-right a:hover i{
    color: #99C727;
}
.feiyong-ban{
    position: relative;
}
.feiyong-ban img{
    width: 100%;
    display: block;
}
.feiyong-p{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.feiyong-p p{
    font-size: 46px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.feiyong-p img{
    width: 80px;
    display: block;
    margin: 30px auto;
}
.feiyong-p a{
    border: 1px solid transparent;
    width: 250px;
    display: block;
    margin: auto;
    font-size: 14px;
    line-height: 40px;
    margin-top: 40px;
    color: #fff;
    background-color: #99C727;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in;
}
.feiyong-p a i{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: block;
    margin-left: 10px;
    transition: .3s ease-in;
}
.feiyong-p a:hover{
    border: 1px solid #99C727;
    background-color: unset;
    color: #99C727;
}
.feiyong-p a:hover i{
    color: #99C727;
}
.feiyong{
    padding: 200px 0;
}
.feiyong-all{}
.feiyong-top{}
.feiyong-top h2{
    font-size: 24px;
    color: #191919;
    text-align: center;
    font-weight: bold;
}
.feiyong-top p{
    font-size: 14px;
    line-height: 32px;
    color: #5A5A5A;
    text-align: center;
    margin-top: 10px;
}
.feiyong-one-top{
    margin-top: 60px;
}
.feiyong-one-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #99C727;
}
.feiyong-one-top ul li{
    width: 50%;
}
.feiyong-one-top ul li a{
    font-size: 18px;
    line-height: 80px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    transition: .3s ease-in;
    display: block;
}
.feiyong-one-top ul li:hover a{
    background-color: #99C727;
    color: #fff;
}
.feiyong-one-top ul .active a{
    background-color: #99C727;
    color: #fff;
}

.feiyong-two{
    margin-top: 70px;
}
.feiyong-two-all{}
.feiyong-two-cont{
    width: 50%;
    margin: auto;
}
.feiyong-two-cont ul{}
.feiyong-two-cont ul h2{
    font-size: 14px;
    line-height: 32px;
    color: #99C727;
    margin-top: 30px;
}
.feiyong-two-cont ul li{
    margin-top: 10px;
}
.feiyong-two-cont ul li p{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #EFEFEF;
    padding: 10px 20px;
    box-sizing: border-box;
}
.feiyong-two-cont ul li p span{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #5A5A5A;
}
.feiyong-two-cont ul li p span:first-child{
    width: 80%;
}
.feiyong-two-cont ul li p span:last-child{
    width: 19%;
    text-align: end;
}
.feiyong-two-cont ul>p{
    margin-top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
}
.feiyong-two-cont ul>p span{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #99C727;
}
.feiyong-yuyue{
    margin-top: 40px;
}
.feiyong-yuyue a{
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    background-color: #99C727;
    text-align: center;
    margin-top: 30px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.feiyong-yuyue a:hover{
    background-color: transparent;
    color: #99C727;
    border: 1px solid #99C727;
}



.qa-ban{
    position: relative;
}
.qa-ban img{
    width: 100%;
    display: block;
}
.qa-p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.qa-p p{
    font-size: 40px;
    color: #fff;
}
.qa{
    padding: 200px 0;
    background-color: #99C727;
}
.qa-all{}
.qa-cont{
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    margin-top: 50px;
}
.qa-cont:first-child{
    margin-top: 0;
}
.q{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.q span{
    width: 25px;
    display: block;
    font-size: 18px;
    color: #99C727;
    font-weight: bold;
}
.q p{
    width: calc(100% - 40px);
    display: block;
    font-size: 18px;
    color: #99C727;
    font-weight: bold;
}
.a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.a span{
    width: 25px;
    font-weight: bold;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #5A5A5A;
}
.a p{
    width: calc(100% - 40px);
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #5A5A5A;
}
.contact{
    margin-top: 100px;
    padding: 200px 0;
}
.contact-all{
    width: 80%;
    margin: auto;
}
.contact-all h2{
    font-size: 24px;
    color: #191919;
    text-align: center;
    font-weight: bold;
}
.contact-all p{
    margin-top: 80px;
    background-color: #EFEFEF;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: 35px 0;
    text-align: center;
}
.contact-all span{
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #5A5A5A;
    margin-top: 40px;
    text-align: center;
}
.login{
    margin-top: 100px;
    padding: 200px 0;
}
.login-p{}
.login-p-top{}
.login-p-top h2{
    width: 50%;
    background-color: #000;
    border-radius: 45px;
    margin: auto;
    padding: 15px 0;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.login-p-top p{
    font-size: 16px;
    line-height: 32px;
    color: #999999;
    text-align: center;
    margin-top: 30px;
}
.login-p form{
    width: 70%;
    margin: auto;
}
.login-p form .form-group{
    margin-top: 60px;
}
.login-p form .form-group input{
    width: 100%;
    font-size: 24px;
    line-height: 80px;
    color: #999999;
    background-color: #fff;
    padding: 0 50px;
    outline: none;
    border: 1px solid #C9CACA;
    box-sizing: border-box;
}
.login-p form .form-group div{
    position: relative;
    margin-top: 20px;
}
.login-p form .form-group div i{
    display: block;
    font-size: 24px;
    line-height: 80px;
    color: #999999;
    position: absolute;
    top: 0;
    left: 15px;
}
.login-p form .form-group p{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
}
.login-p form .form-group p i{
    position: unset;
}
.login-p form .btn{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid transparent;
    background-color: #99C727;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    margin-top: 80px;
    padding: 0;
    transition: .3s ease-in;
}
.login-p form .btn a{
    display: block;
    color: #fff;
}
.login-p form .btn:hover{
    background-color: transparent;
    border: 1px solid #99C727;
    color: #99C727;
}
.login-p form .btn:hover a{
    color: #99C727;
}
.login-wj{
    margin-top: 60px;
}
.login-wj>p{
    text-align: center;
}
.login-wj>p a{
    font-size: 16px;
    line-height: 32px;
    color: #99C727;
    padding-bottom: 8px;
    border-bottom: 1px solid #99C727;
}
.login-wj li{
    margin-top: 70px;
    text-align: center;
}
.login-wj li p{
    font-size: 16px;
    line-height: 32px;
    color: #5A5A5A;
}
.login-wj li a{
    font-size: 16px;
    line-height: 32px;
    color: #99C727;
    padding-bottom: 8px;
    border-bottom: 1px solid #99C727;
    display: inline-block;
    margin-top: 20px;
}
.forget{
    padding: 120px 0;
    box-shadow: 0 0 5px 0 rgba(193,193,193,.75);
    border-radius: 15px;
}
.forget .login-p-top h2{
    width: 35%;
}
.forget form .form-group input{
    padding: 0 20px;
}
.forget-reset{}
.forget-reset h1{
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.forget-reset form .form-group input{
    padding-left: 20px;
}
.forget-reset form .form-group div span{
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}
.forget-reset form .form-group div .password-length{
    color: #f00;
}
.forget-reset form .form-group div #password-error{
    color: #f00;
    opacity: 0;
}
.forget-reset form .form-group div .active{
    opacity: 1 !important;
}
.forget-reset form .form-group div:last-child{
    margin-top: 60px;
}
.success-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 99;
    display: none;
}
.success-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.success-tan-cont{
    width: 400px;
    padding: 50px 60px;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgba(193,193,193,.75);
    z-index: 100;
}
.success-tan-p{}
.success-tan-p img{
    width: 60px;
    display: block;
    margin: auto;
}
.success-tan-p p{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.success-tan-p span{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #5A5A5A;
    text-align: center;
    margin-top: 30px;
}
.success-tan-p span b{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #99C727;
    text-align: center;
    font-weight: normal;
}
.register{
    margin-top: 100px;
    padding: 200px 0;
}
.register-all{}
.register-cont{}
.register-cont form{
    width: 70%;
    margin: auto;
}
.register-cont form legend{
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.register-cont form .form-group{
    position: relative;
}
.register-cont form .form-group input{
    width: 100%;
    font-size: 24px;
    line-height: 80px;
    color: #999999;
    background-color: #fff;
    padding: 0 20px;
    outline: none;
    border: 1px solid #C9CACA;
    box-sizing: border-box;
}
.register-cont form .form-one{
    margin-top: 80px;
}
.register-cont form .form-two,
.register-cont form .form-three,
.register-cont form .form-four{
    margin-top: 60px;
}
.register-cont form .form-two{}
.register-cont form .form-two .form-group p{
    font-size: 18px;
    line-height: 34px;
    color: #99C727;
    margin-top: 20px;
}
.register-cont form .form-one .form-group{
    position: relative;
}
.register-cont form .form-one .form-group input{}
.register-cont form .form-one .form-group .register-text,
.register-cont form .form-two .form-group .register-text,
.register-cont form .form-three .form-group .register-text{
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
    display: block;
}
.register-cont form .form-one .form-group .register-number,
.register-cont form .form-two .form-group .register-number{
    font-size: 16px;
    color: #999999;
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
}
.register-cont form .form-one .form-group .register-number.warning,
.register-cont form .form-two .form-group .register-number.warning{
    color: #f00;
}
.register-cont form .form-three .form-group p{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
}
.register-cont form .form-three .form-group p i{
    display: block;
    font-size: 24px;
    line-height: 80px;
    color: #999999;
}
.register-cont form .form-four{}
.register-cont form .form-four .checkbox{
    margin-bottom: 30px;
}
.register-cont form .form-four .checkbox:last-child{
    margin-bottom: 0;
}
.register-cont form .form-four .checkbox label{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.register-cont form .form-four .checkbox label input{
    width: 30px;
    height: 30px;
    border: 1px solid #C9CACA;
    margin: 0;
    padding: 0;
}
.register-cont form .form-four .checkbox label p{
    margin-left: 15px;
    font-size: 18px;
    line-height: 32px;
    color: #999999;
}
.register-cont form .form-four .checkbox label p a{
    color: #99C727;
}
.register-cont form .btn{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid transparent;
    background-color: #99C727;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    margin-top: 60px;
    padding: 0;
    transition: .3s ease-in;
}
.register-cont form .btn:hover{
    background-color: transparent;
    border: 1px solid #99C727;
    color: #99C727;
}
.privacy{
    margin-top: 100px;
    padding: 150px 0;
    background-color: rgb(230 230 230);
}
.privacy-all{}
.privacy-cont{
    width: 50%;
    margin: auto;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
}
.privacy-cont h1{
    font-size: 24px;
    color: #191919;
    text-align: center;
    font-weight: bold;
}
.privacy-cont h2{
    font-size: 18px;
    line-height: 50px;
    color: #5A5A5A;
    text-align: center;
    /* background-color: #EFEFEF; */
}
.privacy-cont h3{
    font-size: 18px;
    color: #5A5A5A;
    text-align: center;
}
.privacy-cont h4{
    font-size: 16px;
    color: #5A5A5A;
    font-weight: bold;
}
.privacy-cont p{
    font-size: 14px;
    line-height: 32px;
    color: #5A5A5A;
    text-align: center;
}
.privacy-cont span{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #5A5A5A;
}


.reservation{
    padding: 150px 0;
    margin-top: 100px;
}
.reservation-all{}
.reservation-all h1{
    font-size: 24px;
    color: #191919;
    text-align: center;
    font-weight: bold;
}
.reservation-all ul{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reservation-all ul a{
    display: block;
    width: 50%;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #99C727;
}
.reservation-all ul .active{
    background-color: #99C727;
    color: #fff;
}
.reservation-content{
    margin-top: 80px;
}
.reservation-cont{}
.reservation-cont>p{
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-align: center;
}
.reservation-rili{
    margin-top: 80px;
}
.reservation-rili .flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months{
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}
.reservation-rili .flatpickr-current-month{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
}
.reservation-rili .flatpickr-prev-month,
.reservation-rili .flatpickr-next-month{
    width: 20px;
    height: 20px;
    background-color: #333333;
    padding: 0;
    margin-top: 7px;
}
.reservation-rili .flatpickr-months .flatpickr-prev-month svg path,
.reservation-rili .flatpickr-months .flatpickr-next-month svg path{
    fill: #fff;
}
.reservation-rili .flatpickr-months .flatpickr-prev-month svg,
.reservation-rili .flatpickr-months .flatpickr-next-month svg{
    display: block;
    margin-left: 3px;
    margin-top: 3px;
}
.flatpickr-calendar {
    width: 100%;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}  
.flatpickr-months {
    justify-content: center;
    font-size: 18px;
    margin: 10px 0;
}  
.flatpickr-current-month {
    font-size: 20px;
    font-weight: bold;
}  
.flatpickr-weekdays {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}  
.flatpickr-day {
    font-size: 16px;
    line-height: 60px;
    margin-top: 20px;
    position: relative;
}  
.flatpickr-day.selected {
    color: #fff;
    font-size: 28px;
    background: unset;
    border: none;
    z-index: 2;
}
.flatpickr-day.selected::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-color: #99C727;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.flatpickr-day.today{
    border-color: unset;
    z-index: 3;
    border: 1px solid transparent;
}
.flatpickr-day.today::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #959ea9;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.flatpickr-day.today:hover{
    background: transparent;
    border: 1px solid transparent;
}
.flatpickr-day.today:hover::before, .flatpickr-day.today:focus{
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}  
.flatpickr-day:hover {
    border: 1px solid transparent;
    background: transparent !important;
    border-color: transparent !important;
    color: #99C727;
}  
/* 时间段卡片样式 */
#slot-display {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 50px;
}
.slot-card {
    width: 23%;
    margin-left: 2%;
    margin-top: 30px;
    background: #F8F8F8;
    padding: 20px;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
    box-sizing: border-box;
}
.slot-card h3{
    font-size: 24px;
    color: #666666;
    text-align: center;
}
.slot-card p{
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    text-align: center;
}
.slot-card strong{
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    font-weight: normal;
}  
.slot-card:hover {
    background: #99C727;
    color: #fff;
}
.slot-card:hover h3,
.slot-card:hover p,
.slot-card:hover strong{
    color: #fff;
}
.slot-card.active{
    background-color: #99C727;
    transform: scale(1.05);
}
.slot-card.active h3,
.slot-card.active p,
.slot-card.active strong{
    color: #fff;
}
.no-slot{
    width: 100%;
    margin-left: 2%;
    text-align: center;
}
.reservation-di{}
.reservation-di p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-top: 40px;
}
.reservation-di p img{
    width: 25px;
    display: block;
    margin-right: 10px;
}
.reservation-di a{
    display: block;
    margin-top: 40px;
    font-size: 24px;
    line-height: 40px;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    background-color: #99C727;
    transition: .3s ease-in;
}
.reservation-di a:hover{
    background-color: transparent;
    border: 1px solid #99C727;
    color: #99C727;
}
.reservation-di li{
    margin-top: 40px;
    padding-left: 40px;
}
.reservation-di li span{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #99C727;
}
.reservation-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* justify-content: space-between; */
    margin-bottom: 60px;
}
.reservation-p{
    width: 32%;
    position: relative;
}
.reservation-p-img{
    overflow: hidden;
    position: relative;
}
.reservation-p-img::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
    position: absolute;
    top: 0;
    left: 0;
}
.reservation-p-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.reservation-p:hover img{
    transform: scale(1.08);
}
.reservation-p p{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 5;
}



/* phone */
.mobile-inner-header-icon {
    font-size: 25px;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
}
.mobile-inner-header-icon p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.mobile-inner-header-icon span{
    background-color: #ffffff;
    width: 30px;
    height: 1px;
    display: block;
}
.mobile-inner-header-icon span:nth-child(2){
    margin-top: 8px;
}
.mobile-inner-header-icon span:nth-child(3){
    margin-top: 8px;
}

.mobile-inner-nav {
    background-color: #ffffff;
    width: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    height: 100%;
    transition: .3s ease-in;
}

.mobile-inner-nav a {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #191919;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}

#wrap {
    text-align: left;
}

.phone-menu{
    display: none;
}
@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
    .mobile-close{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        font-size: 30px;
        color: #000;
    }
    .mobile-inner-nav.active{
        width: 100%;
        opacity: 1;
        background-color: rgba(0,0,0,.7);
    }
    .mobile-inner-nav-all{
        width: 0;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        transition: .3s ease-in;
    }
    .mobile-inner-nav.active .mobile-inner-nav-all{
        width: 75%;
    }
    .mobile-inner-nav-all .foot-di-left{
        display: flex;
        margin-top: 40px;
        margin-left: 30px;
    }
    .foot-di-left li a{
        border: 1px solid #333333;
        color: #333333;
        line-height: 1;
    }
    .foot-di-left li a span,.foot-di-left li a i{
        color: #333333;
    }
    .lang-foot-drop{
        top: 100%;
    }
    .mobile-inner-nav-all>span{
        font-size: 14px;
        color: #333333;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
    .mobile-inner-nav-all .alist a{
        padding: 0 40px;
        box-sizing: border-box;
    }
}


  @media (min-width:1199px) and (max-width:1700px){
    .container{
        width: 85%;
    }
    .head-right ul li a{
        padding: 0 25px;
    }
    .ban-p,.about-p{
        left: calc((100vw - 85%) / 2);
    }
    .jiaolian-one-right-cont{
        height: 475px;
    }
    .foot-one-left{
        padding-right: 50px;
    }
    .feiyong-two-cont{
        width: 70%;
    }
    .about-one-right{
        padding-top: 0;
    }
    .about-page {
        bottom: 50px !important;
    }
    .privacy-cont{
        width: 70%;
    }
  }
  @media screen and (max-width:1200px){
    .container{
        width: 90%;
    }
    .head{
        display: none;
    }
    .phone-menu-all{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .phone-menu-all>a{
        width: 80px;
        display: block;
        margin-right: 10px;
    }
    .phone-menu-all>a img{
        width: 100%;
        display: block;
    }
    .head-top .mobile-inner-header-icon span{
        background-color: #000;
    }
    .head-login{
        right: 15px;
    }
    .head-login p{
        height: 50px;
    }
    .head-login p a{
        font-size: 12px;
    }
    .ban-p{
        width: 100%;
        left: 0;
    }
    .ban-p h2{
        font-size: 18px;
        text-align: center;
    }
    .ban-p a{
        margin: auto;
        margin-top: 20px;
    }
    .index-about{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index-about-left{
        width: 100%;
        margin-top: 0;
    }
    .index-about-right{
        width: 100%;
        margin-top: 20px;
    }
    .index-notice{
        padding: 50px 0;
    }
    .index-notice-cont{
        margin-top: 30px;
    }
    .index-notice-cont a p {
        width: calc(100% - 130px);
    }
    .index-notice-cont a b{
        display: none;
    }
    .index-feiyong{
        margin: 50px 0;
    }
    .index-feiyong::after{
        width: 75%;
    }
    .index-feiyong-all{
        padding: 30px 0;
    }
    .index-feiyong-cont:first-child{
        margin-top: 0;
    }
    .index-feiyong-cont{
        width: 100%;
        margin-top: 30px;
    }
    .foot-one{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .foot-one-left{
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
    .foot-one-zhong{
        width: 100%;
        border-right: none;
        margin-top: 40px;
    }
    .foot-one-right{
        width: 100%;
        margin-top: 40px;
        justify-content: center;
    }
    .foot-di{
        padding: 30px 0;
    }
    .foot-di-left,.foot-di-right{
        width: 100%;
        text-align: center;
    }
    .foot-di-right p{
        justify-content: center;
    }
    .jiaolian-one{
        padding: 50px 0;
    }
    .jiaolian-one-left{
        width: 100%;
    }
    .jiaolian-one-right{
        width: 100%;
        margin-top: 30px;
    }
    .jiaolian-one-right-cont{
        height: auto;
    }
    .jiaolian-one-right a{
        position: unset;
        margin-top: 30px;
    }
    .feiyong-ban,.about-ban{
        height: 275px;
    }
    .feiyong-ban img,.about-ban img{
        height: 100%;
        object-fit: cover;
    }
    .feiyong-p{
        width: 85%;
    }
    .feiyong-p p{
        font-size: 18px;
    }
    .feiyong-p img{
        width: 40px;
        margin: 10px auto;
    }
    .feiyong-p a{
        margin-top: 10px;
    }
    .feiyong{
        padding: 50px 0;
    }
    .feiyong-one-top {
        margin-top: 40px;
    }
    .feiyong-one-top ul li a{
        font-size: 14px;
        line-height: 54px;
    }
    .feiyong-two{
        margin-top: 40px;
    }
    .feiyong-two-cont{
        width: 100%;
    }
    .feiyong-two-cont ul>p{
        margin-top: 20px;
        padding: 0 20px;
    }
    .feiyong-two-cont ul li p span{
        font-size: 12px;
        line-height: 26px;
    }
    .about-p{
        width: 90%;
        left: 5%;
    }
    .about-p h2{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .about-p p{
        font-size: 14px;
        line-height: 24px;
    }
    .about-one{
        padding: 50px 0;
    }
    .about-one-left{
        width: 100%;
    }
    .about-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-page {
        bottom: 10px !important;
    }
    .about-four{
        padding: 50px 0;
    }
    .about-four-left{
        width: 100%;
    }
    .about-four-left iframe{
        height: 300px;
    }
    .about-four-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-add{
        margin-top: 20px;
    }
    .about-add h2{
        margin-bottom: 20px;
    }
    .qa{
        padding: 50px 0;
    }
    .qa-cont{
        padding: 20px;
        margin-top: 30px;
    }
    .contact,.login,.register,.reservation,.privacy{
        margin-top: 50px;
        padding: 50px 0;
    }
    .contact-all{
        width: 100%;
    }
    .contact-all p{
        margin-top: 30px;
        padding: 20px 0;
    }
    .login-p-top h2{
        width: 100%;
        font-size: 20px;
    }
    .login-p form{
        width: 100%;
    }
    .login-p form .btn{
        margin-top: 40px;
    }
    .login-wj,.login-wj li{
        margin-top: 40px;
    }
    .forget {
        padding: 20px;
        box-sizing: border-box;
    }
    .forget .login-p-top h2{
        width: 100%;
    }
    .login-p form .form-group {
        margin-top: 40px;
    }
    .success-tan-cont{
        width: 85%;
        padding: 30px;
    }
    .success-tan-p p{
        font-size: 20px;
    }
    .register-cont form{
        width: 100%;
    }
    .register-cont form legend{
        font-size: 20px;
    }
    .register-cont form .form-one,
    .register-cont form .form-two,
    .register-cont form .form-three,
    .register-cont form .form-four{
        margin-top: 40px;
    }
    .register-cont form .form-one .form-group .register-text,
    .register-cont form .form-two .form-group .register-text,
    .register-cont form .form-three .form-group .register-text{
        width: calc(100% - 50px);
    }
    .register-cont form .form-four .checkbox label p{
        width: calc(100% - 70px);
    }
    .reservation-all ul a{
        font-size: 14px;
    }
    .reservation-content,.reservation-rili{
        margin-top: 40px;
    }
    .slot-card{
        width: 100%;
    }
    .reservation-di p{
        font-size: 14px;
    }
    .reservation-di li{
        padding-left: 20px;
    }
    .reservation-p:nth-child(1),
    .reservation-p:nth-child(2){
        margin-top: 0;
    }
    .reservation-p{
        width: 48%;
        margin-top: 30px;
    }
    .reservation-p p {
        font-size: 12px;
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }
    .privacy-cont{
        width: 100%;
    }
  }
  @media (min-width:769px) and (max-width:1199px){
    .index-about-all{
        align-items: center;
    }
    .index-about-left{
        width: 48%;
    }
    .index-about-right{
        width: 45%;
        margin-top: 0;
    }
    .index-about-right h2 img{
        width: 70px;
    }
    .index-about-right h2 span {
        width: calc(100% - 85px);
        font-size: 14px;
    }
    .index-about-right h3 {
        font-size: 12px;
        line-height: 20px;
        margin: 10px 0;
    }
    .index-about-right p {
        font-size: 12px;
        line-height: 20px;
    }
    .index-notice-cont a p {
        width: calc(100% - 180px);
    }
    .index-notice-cont a b{
        display: block;
    }
    .index-feiyong-cont{
        width: 48%;
        margin-top: 0;
    }
    .index-feiyong::after {
        width: 30%;
    }
    .foot-one-left{
        width: 33%;
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    .foot-one-zhong{
        width: 30%;
        border-right: 1px solid rgba(255, 255, 255, .2);
        margin-top: 0;
    }
    .foot-one-right{
        width: 30%;
        margin-top: 0;
    }
    .foot-di-left, .foot-di-right{
        width: auto;
    }
    .privacy-cont {
        width: 70%;
    }
    .feiyong-ban, .about-ban {
        height: auto;
    }
    .jiaolian-one-left{
        width: 45%;
    }
    .jiaolian-one-right{
        width: 45%;
    }
    .jiaolian-one-right-cont{
        height: 485px;
    }
    .about-one-all{
        align-items: center;
    }
    .about-one-left{
        width: 48%;
    }
    .about-one-right{
        width: 45%;
        margin-top: 0;
        padding-top: 0;
    }
    .about-four-left{
        width: 55%;
    }
    .about-four-right{
        width: 40%;
    }
    .login-p-top h2,.forget .login-p-top h2{
        width: 70%;
    }
    .login-p form {
        width: 85%;
    }
    .forget {
        padding: 60px 20px;
    }
    .success-tan-cont {
        width: 400px;
    }
    .register-cont form {
        width: 75%;
    }
    .slot-card {
        width: 31%;
    }
    .reservation-p{
        width: 31%;
        margin-top: 0;
    }
  }
  @media (min-width:550px) and (max-width:769px){
    .index-about-all{
        align-items: center;
    }
    .index-about-left{
        width: 48%;
    }
    .index-about-right{
        width: 45%;
        margin-top: 0;
    }
    .index-about-right h2 img{
        width: 70px;
    }
    .index-about-right h2 span {
        width: calc(100% - 85px);
        font-size: 14px;
    }
    .index-about-right h3 {
        font-size: 12px;
        line-height: 20px;
        margin: 10px 0;
    }
    .index-about-right p {
        font-size: 12px;
        line-height: 20px;
    }
    .index-notice-cont a p {
        width: calc(100% - 180px);
    }
    .index-notice-cont a b{
        display: block;
    }
    .index-feiyong-cont{
        width: 48%;
        margin-top: 0;
    }
    .index-feiyong::after {
        width: 30%;
    }
    .slot-card {
        width: 48%;
    }
  }
  @media screen and (max-width:550px){
    .flatpickr-day{
        line-height: 40px;
    }
    .flatpickr-day.today::before{
        width: 40px;
        height: 40px;
    }
    .flatpickr-day.selected::before{
        width: 40px;
        height: 40px;
    }
    .flatpickr-day.selected{
        font-size: 24px;
    }
  }