html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.content{
    position: relative;
    width: 100%;
    /*height: 100%;*/
    padding-bottom: 30px;
    font-family: myFirstFont;
}
/**头部**/
.header-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
    width: 100%;
    padding: 0 0.5rem 0 0.5rem;
    box-sizing: border-box;
}
.header-box .logo-box{
    /*background-image: url("./imgs/logo.png");*/
    /*background-size: cover;*/
    height: 2.22rem;
    width: 3.33rem;
}
.header-box .logo-box img{
    height: 2.22rem;
    width: 3.33rem;
}
.ader-box .logo-box img,.header-box .title-box img{
    width: 100%;
}
.header-box .title-box{
    /*background-image: url("./imgs/title.png");*/
    /*background-size: cover;*/
    height: 0.7rem;
    width: 4.1rem;
    margin-top: 0.2rem;
    margin-right: 0.5rem;
    box-sizing: border-box;
}
/**按钮**/
.btn-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 0.5rem 0 0.5rem;
    border-bottom: 2px solid #3a3937;
}
.btn-content .btn-item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c4b291;
    text-decoration: none;
    box-sizing: border-box;
}

.btn-content .btn-item a{
    color: #c4b291;
    font-size: 0.22rem;
    text-decoration: none;
    padding: 0.03rem;
    border-radius: 10%;
}

.love{
    margin: 0.4rem 0.5rem 0.1rem 0.5rem;
    font-size: 48px;
    border-bottom: 2px solid #3a3937;
}
/**爱心套餐**/
.package{
    margin: 0 0.5rem 0 0.5rem;
}
.taocan{
    margin-bottom: 0.15rem;
    height: 2.5rem;
}
.taocan2{
    height: 2.8rem;
}
.taocan3{
    height: 3rem;
}
.taocan img{
    float: left;
    width: 43%;
    height: 2.5rem;
}
.taocan2 img{
    width: 42%;
    height: 2.8rem;
}
.taocan3 img{
    width: 43%;
    height: 3rem;
}
.taocan .taocan-text{
    background-image: url("../imgs/birthday-bg.png");
    float: left;
    height: 2.35rem;
    width: 55%;
    font-size: 0.2rem;
    padding: 0.15rem 0 0 0.15rem;
    color: #3f3f3f;
}
.taocan2 .taocan-text{
    height: 2.65rem;
}
.taocan3 .taocan-text{
    height: 2.85rem;
}
.taocan .taocan-text h3{
    font-size: 0.26rem;
    font-weight: normal;
    float: left;
    color: #3cbcb5;
    margin: 0 0.15rem 0 0;
    padding: 0;
}
.taocan .taocan-text .text-sc{
    font-size: 0.2rem;
    line-height: 0.38rem;
    text-decoration: line-through;
}
.taocan .taocan-text div{
    line-height: 0.3rem;
}
.taocan .taocan-text span{
    font-size: 0.2rem;
    font-family: myFontMo;
}

.taocan .taocan-text font{
    font-family: KaiTi;
}
.package .pg-one{
    display: flex;
    margin-bottom: 0.15rem;
}
.package .pg-one img{
    display: flex;
    width: 100%;
}

/**更多案例**/
.more{
    margin: 0 0.5rem 0 0.5rem;
}
.case{
    position: relative;
    height: 4.87rem;
    margin-bottom: 0.2rem;
}
.case .case-img img{
    display: flex;
    width: 100%;
    height: 4.87rem;
}
.case-logo img{
    position: absolute;
    top: 0.2rem;
    left: 0.3rem;
    width: 0.98rem;
    height: 0.98rem;
    /*display: flex;*/
}

.more .case .case-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.75rem;
    /*display: flex;*/
    background-image: url("../imgs/bottom03.png");
    background-size:100% 0.755rem;
    background-repeat:no-repeat;
    font-size: 0.18rem;
}
.more .case .case-text span{
    float: left;
    height: 0.75rem;
    width: 16%;
    line-height: 0.9rem;
    font-size: 0.26rem;
    text-align: center;
    margin-right: 0.15rem;
    color: #fff;
}
.more .case .case-text div{
    margin-top: 0.23rem;
    float: left;
    height: 0.75rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    color: #000;
    width: 82%;
}
.case-lang{
    border: 1px solid #fff;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-size: 0.26rem;
    padding: 0.05rem;
}
.case-lang a{
    color: #3cbcb5;
    background-color: #fff;
    text-decoration: none;
}

/**联系方式**/
.concact-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0.5rem 0 0.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #3a3937;
}
.concact-content .concace-item{
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 1.96rem;
}
.concact-content .concace-item img{
    width: 100%;
}
.concact-content .concace-item .tit{
    font-size: 0.4rem;
    text-align: center;
    color: #3a3937;
}
/**联系电话**/
.tel-content{
    height:2.6rem;
    line-height:2rem;
    font-size: 0.4rem;
    text-align: center;
    color: #3a3937;
}
/**备案**/
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft Yahei;
}
.footer a{
    font-size: 0.3rem;
    color: #3a3937;
    text-decoration: none;
}
.swiper{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #fff;/* 两种都可以 */
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}