body div {
    font-family: PingFang SC;
    font-weight: 400;
}

* {
    padding: 0;
    margin: 0;
}
.home-head-container {
    width: 100%;
    height: 250px;
}

@media screen and (max-width: 425px) {
    .home-head-container {
        width: 100%;
        height: 280px;
    }
}

@media screen and (max-width: 375px) {
    .home-head-container {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 320px) {
    .home-head-container {
        width: 100%;
        height: 275px;
    }
}

.home-head {
    width: 100%;
    height: 100%;
    background: url(../img/homeTop.png) no-repeat;
    background-size: 100%, 100%;
    padding-top: 23px;
}

.home-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
}

@font-face {
    font-family: 'custom-icon';
    /* Project id 3045299 */
    src: url('//at.alicdn.com/t/font_3045299_658ge13hfpg.woff2?t=1644800099793') format('woff2'),
        url('//at.alicdn.com/t/font_3045299_658ge13hfpg.woff?t=1644800099793') format('woff'),
        url('//at.alicdn.com/t/font_3045299_658ge13hfpg.ttf?t=1644800099793') format('truetype');
}
.return {
    font-family: "custom-icon" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.create-head {
    background-color: #AC1F24;
    color: #FFFFFF;

}

.create-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}

.create-head div:nth-child(1) {
    font-size: 12px;
    font-weight: 400;
}

.create-head div:nth-child(2) {
    font-size: 18px;
    margin-right: 18px;
}

@font-face {
  font-family: 'iconfont';  /* Project id 3192552 */
  src: 
       url('//at.alicdn.com/t/font_3192552_fggm8qsat9c.woff2?t=1645252817695') format('woff2'),
       url('//at.alicdn.com/t/font_3192552_fggm8qsat9c.woff?t=1645252817695') format('woff'),
       url('//at.alicdn.com/t/font_3192552_fggm8qsat9c.ttf?t=1645252817695') format('truetype');
}
.arrowReturn {
    font-family: "iconfont" !important;
    font-size: 15px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.create-mask {
    display: none;
    background-color: #ccc;
    width: 100%;
    position: absolute;
    height: 150%;
    opacity: 0.5;
    z-index: 10;
}

.create-mask-content {
    z-index: 99;
    display: none;
    width: 100%;
    position: absolute;
}
.create-mask-content-choose{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 80%;
    margin-right: 30px;
    margin-left: 30px;
    padding: 30px 55px;
    border-radius: 10px;
}
.create-mask-content-choose button{
    border: 1px solid #AC1F24;
    background-color: #FFFFFF;
    padding: 5px;
    color: #AC1F24;
    font-size: 17px;
    border-radius: 5px;
    outline: none;
}
.create-mask-content-project{
    margin-top: 80%;
    background-color: #fff;
    margin-right: 30px;
    margin-left: 30px;
    padding: 10px;
    border-radius: 10px;
    display: none;
}
.create-mask-content-project-head{
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}
.create-mask-content-project-content{
    margin-top: 10px;
    display: flex;
    flex-wrap:wrap;
    align-items:stretch;
}
.create-mask-content-project-content div{
    width: 30%;
    height:50px;
    border: 1px solid #AC1F24;
    border-radius: 5px;
    color: #AC1F24;
    text-align: center;
    font-size: 17px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 0;
    display: flex;
    justify-content:center;
    align-items:center;
}
.create-mask-content-project-content div span{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.loading {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.loading img{
    width: 50px;
    height: 50px;
}