*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.btn-all{
  padding: 0 .2rem;
}


.bg_box{
    background-image: url(../imgs/bodybg.jpg);
    padding-bottom: 50px;
    margin-top: 63px;
}
.footer{
    margin-top: 0px;
}

.box{
    background-image: url(../imgs/bg.jpg);
    background-size:100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

.title{
    display: block;
    width: 736px;
    margin: 0 auto;
    margin-top: 64px;
    margin-bottom: 20px;
    
}

.content{
    width: 1000px;
    margin: 0 auto;
    font-size: 0px;
    background-image: url(../imgs/contentbgCenter.jpg);
    background-size: 100% auto;
}

.content_info{
    padding: 0 140px;
}

.content_item{
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
    font-size: 20px;
    color: #333333;
}
.year,
 .day,
 .month {
    font-size: 20px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #B1B1B1;
    padding-left: 17px;
 }
.year{
    width: 96px;
    margin-right: 10px;
}

.day,.month{
    width: 76px;
    margin-right: 10px;
    margin-left: 20px;
}
.content_item_time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_item_btn{
    width: 154px;
    height: 50px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin-left: 30px;
    cursor: pointer;
}

.solar{
    background: linear-gradient(0deg, #D25400, #E1AF00);
    border: 2px solid #C33C00;
}

.lunar{
    background: linear-gradient(0deg, #227B1D, #4CBC77);
    border: 2px solid #036621;
}

.content_item_change{
    background: #EFF8F3;
    border-radius: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    padding-left: 16px;
    margin-top: 14px;
}
.content_item_change span{
    color: #248023;
    font-size: 18px;
}

.content_tips{
    padding-top: 30px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.content_tit{
    width: 500px;
    height: 55px;
    background-image: url(../imgs/content_tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 28px;
    color: #1D5E1D;
    line-height: 55px;
    text-align: center;
    background-size: 100% 100%;
}


.content_item_tit{
    font-size: 20px;
    color: #1D5E1D;
    margin-bottom: 20px
}


.content_item_txt{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-family: PingFang-SC-Medium;
}
.content_item_time_inp{
    display: flex;
    align-items: center;
}
.content_item_time_tit{
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .title{
        margin-top: .5rem;
        margin-bottom: .3rem;
        width: 6.8rem;
    }
    .content,.content_top{
        width: 6.9rem;
    }
    .content_info{
        padding: 0 .52rem;
    }

    .content_item_time_inp{
        flex-wrap: wrap;
    }

    .content_item{
        font-size: .26rem;
        padding: .3rem 0;
    }

   .year {
        width: 1.25rem;
        margin-bottom: .2rem;
    }
   .year,
    .day,
    .month {
        font-size: 16px;
        padding-left: .05rem;
        height:.65rem;
        border-radius: .1rem;
        border: .02rem solid #B1B1B1;
        margin-right: .14rem;
    }

    .day,
    .month{
        width: 1rem;
    }

    .month{
        margin-left: .2rem;
        margin-bottom: .2rem;
    }
    .day{
        margin-left: 0px;
    }
    .content_item_btn{
        margin-left: 0px;
        width: 2rem;
        height: .65rem;
        border-radius: .1rem;
        font-size: .26rem;
        line-height:.61rem;
        border-width: .02rem;
        margin-left: .44rem;
    }

    .content_item_change{
        padding: .22rem .20rem;
        height: auto;
        font-size: 16px;
        line-height: normal;
        margin-top: .2rem;
    }
    .content_item_change span{
            font-size: 16px;
    }

    .content_tips{
        font-family: PingFang;
        font-weight: 500;
       font-size: 16px;
        color: #999999;
        line-height: .4rem;
        padding-top: .3rem;
    }

    .content_tit{
        width:5rem;
        height: .55rem;
        font-size: .32rem;
        line-height: .55rem;
        margin-top: .5rem;
       
    }

    .content_item_tit{
        margin-top: .2rem;
        margin-bottom: .2rem;
        font-size: .4rem;
    }
    .content_item_txt{
    font-size: .28rem;
    line-height: .4rem;
    }

    .content_item{
        border-bottom: 1px dashed #dedede;
    }
    .bg_box{
        padding-bottom:.6rem;
    }
    .container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .hua-navbar .nav-list {
        padding: 50px 15px;
        position: fixed;
        right: -280px;
        top: 0;
        bottom: 0;
        width: 250px;
        margin-left: 0;
        background: #ffffff;
        z-index: 99999;
        transition: all .3s ease;
    }

    .hua-navbar .nav-list.show {
        right: 0px;
    }

    .hua-navbar .nav-list>li {
        float: none;
        display: block;
        margin: 8px 0;
        background-color: #f7f7f7;
    }

    .hua-navbar .nav-list>li>a {
        height: 40px;
        line-height: 40px;
    }

    .nav-list>li.current a {
        background-color: initial;
    }

    .canvas-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
        width: 30px;
        height: 30px;
        z-index: 99999;
        color: #000;
        transition: all .3s ease;
    }

    .canvas-close i {
        font-size: 25px;
        transition: all .3s ease;
    }

    .nav-list.show li em.dot {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 40px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
    }

    .nav-list.show li em.dot i {
        font-size: 18px;
    }

    .hua-navbar .nav-list .sub-nav {
        background: #eaeaea;
        position: relative;
        box-shadow: none;
        text-align: center;
    }

    .hua-navbar .nav-list li:hover>.sub-nav {
        display: none;
    }

    .hua-navbar .nav-list .sub-nav p:last-child {
        padding-bottom: 10px;
    }

    .hua-navbar .nav-list .sub-nav p a {
        width: auto;
        display: block;
        margin: 10px 10px 0 10px;
        background-color: #f7f7f7;
    }

    .hua-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        z-index: 9998;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .nav-right {
        font-size: 18px;
    }

    .nav-right .nav-search,
    .nav-right .nav-tougao,
    .nav-right .nav-cart {
        padding: 13px 5px
    }

    .nav-right .nav-button {
        display: block;
        padding: 15px 0 15px 0px;
    }

    .nav-right .nav-button a {
        padding: 7px 0 !important
    }

    .search-box .container {
        max-width: 100%;
    }

    .search-input {
        width: 80%
    }

    .search-btn {
        width: 20%
    }

    .search-button {
        position: absolute;
        right: 15px;
        top: 18px;
        display: block !important;
    }

    .search-button a {
        color: #2d3757;
    }

    .search-button .fa {
        font-size: 18px;
    }

    .search-box {
        padding: 8.5px 30px 8.5px 0;
    }

    .search-box.show {
        top: 7px;
    }

    .search-box .search-input,
    .search-box .search-btn {
        height: 35px;
    }

    .search-close {
        font-size: 24px;
        top: -1px;
        right: -30px;
    }

        .i-see-btn {
    
            border-radius: .125rem;
            width: 50%;
            height: 0.375rem;
    
        }
    
        .dialog-content {
            width: auto;
        }
    
        .dialog-img,
        .copy-tips {
            margin: 20px 0;
        }
    
        .footer {
            width: 100%;
            position: relative;
            clear: both;
            background-color: #282828;
            padding: 30px 0 30px 0;
        }
    
        .social-footer {
            float: none;
            text-align: center;
            margin-bottom: 20px;
        }
    
        .social-footer a {
            float: none;
            display: inline-block;
        }
    
        .cd-popup-container {
            margin: 10em auto;
        }
    
        .nav-footer {
            clear: both;
            text-align: center;
        }
    
        .footer .nav-footer a {
            font-size: 14px;
        }
    
        .links-footer,
        .copyright-footer {
            text-align: center;
        }
}




.i-see-btn {

    border-radius: .125rem;
    width: 50%;
    height: 0.375rem;

}

.dialog-content {
    width: auto;
    position: relative;
}
.close-icon{
    position: absolute;
    width: 10%;
    right: 5%;
    top:5%;
}

.dialog-img, .copy-tips {
    margin: 20px 0;
}

@media screen and (max-width: 750px) {
    .i-see-btn {

        height: 1rem;
    }

}

