* {
    margin: 0;
    padding: 0;
}

.bigbox {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 2px;
}


/* 自定义文字 */
@font-face {
    font-family: 'SweiSugarCJK';
    src: url('./files/fonts/SweiB2SugarCJKjp-Black.ttf') format('truetype');
    font-weight: 900; 
  }
      .zt{
      font-family: 'SweiSugarCJK';
          }
.flex{
    display: flex;
}
.flex-shrink{
    flex-shrink: 0;
}
.flex-center-center{
    justify-content: center;
    align-items: center;
}
.flex-jcenter{
    justify-content: center;
}
.flex-column{
    flex-direction: column;
}
.flex-acenter{
    align-items: center;
}
.flex-between{
    justify-content: space-between;
}
.flex-around{
    justify-content: space-around;
}
.box-shadow{
    box-shadow: 2px 2px 1px #acacac;
}
.borderSolidBlack{
    border: 1px solid black;
}
.border-box{
    box-sizing: border-box;
}
.padding-0-10{
    padding: 0 10px;
}
.curcor-pointer{
    cursor: pointer;
}

.fontsize-10{
    font-size: 13px;
}



.title{
    width: 100%;
    margin: 20px auto;
    background-color: #ea9f9c;
    color: white;
    height: 7vh;
    line-height: 7vh;
    border-radius: 3.5vh;
    font-size: 1.5625rem;
    text-indent: 1em;
    font-weight: bold;
    text-wrap: wrap;
    

}
.title1{
    margin: 10px 0;
    border-left: 1vw solid #ea9f9c;
    height: 4vh;
    line-height: 4vh;
    text-indent: 1em;
    color: #404040;
    font-weight: bold;
    font-size: 1.25rem;
}

.card{
    margin: 10px 0;
    .c-title{
        height: 4vh;
        background-color: #ef7d79;
        color: white;
        font-weight: bold;
        width: 60%;
        line-height: 4vh;
        font-size: .875rem;
        text-align: center;
        border-top-right-radius: 3vh;
        border-top-left-radius: 3vh;
    }
    .c-content{
        border: 3px solid #ef7d79;
        padding: 10px;
        .c-desc{

            span{
                color: #f07d79;
            }
        }

    }
}




.img {
    width: 100%;
    display: flex;
}
.img img{
    width: 100%;
    object-fit: cover;
}

.imgs{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.center {
    text-align: center;
}

.red {
    color: red;
}

.backye {
    background-color: yellow;
}

.paragraph{
    margin: 10px 0;
}

p {
    color: #404040;
    font-size: 1.25rem;
    line-height: 35px;
}

.bold {
    font-weight: bold;
}

.buttom {
    width: 100%;
    max-width: 700px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}

.buttomh {
    height: 170px;
}

@media screen and (max-width:700px) {


    .title{
        width: 100%;
        margin: 20px auto;
        background-color: #ea9f9c;
        color: white;
        min-height: 7vh;
        padding: 1vh 0;
        border-radius: 3.5vh;
        font-size: 1.5625rem;
        font-weight: bold;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        line-height: 1.4;
        display: flex;
        align-items: center;
        text-align: center;
        text-indent: 0;
        
    
    }
    .title1{
        margin: 10px 0;
        border-left: 1vw solid #ea9f9c;
        min-height: 4vh;
        padding: 1vh 0;
        text-indent: 1em;
        color: #404040;
        font-weight: bold;
        font-size: 1.25rem;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        line-height: 1.4;
        display: flex;
        align-items: center;
        text-indent: 0;
    }

.card{
    margin: 10px 0;
    .c-title{
        height: 4vh;
        background-color: #ef7d79;
        color: white;
        font-weight: bold;
        width: 60%;
        line-height: 4vh;
        font-size: .875rem;
        text-align: center;
        border-top-right-radius: 3vh;
        border-top-left-radius: 3vh;
    }
    .c-content{
        border: 3px solid #ef7d79;
        padding: 10px;
        .c-desc{

            span{
                color: #f07d79;
            }
        }

    }
}



   html{
    font-size: 12px;
   }

    p {

        
        padding-left: 5px;
        padding-right: 5px;
    }

    .buttomh {
        height: 97px;
    }
}