html,body{
    background-color: #FEF0F0;
    min-width: 20rem;
}
.header{
    margin-bottom: 2rem;
    font-size: 0;
}
.p-title{
    height: 2rem;
    margin-bottom: 1.25rem;
    overflow: hidden;
}
.p-list{
    margin-bottom: 1.25rem;
    width: 100%;
    padding: 0 .8rem;
    overflow-x: auto;
    box-sizing: border-box;
    white-space:nowrap;
}
.p-box{
    display: inline-block;
    padding: 0 .25rem;
}
.product-item{
    width: 9.5rem;
    height: 14.5625rem;
    border-radius: .625rem;
    overflow: hidden;
    background-color: white;
}
.p-img{
    position: relative;
    width: 9.5rem;
    height: 8.125rem;
}
.p-img img{
    display: block;
    object-fit: cover;
}
.p-img::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.875rem;
    height: 1.5rem;
    background: url("../images/NewTag-icon.svg") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.p-content{
    padding: .5rem;
}
.p-content .p-name{
    height: 2.125rem;
    font-size: .8rem;
    line-height: 1rem;
    color: #232323;
    display: -webkit-box;
    overflow: hidden;
    font-weight: bold;
    word-wrap:break-word;
    word-break:break-all;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .25rem;
}
.p-moq{
    font-size: .6rem;
    margin-bottom: .25rem;
}
.p-moq .tag{
    height: 1.1875rem;
    line-height: 1.1875rem;
    padding: 0 .25rem;
    background-color: #FFF1FF;
    color: #822383;
    display: inline-block;
    border-radius: .25rem;
}
.p-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-price .price{
    font-size: .9rem;
    color: #F00500;
}
.p-price .sold{
    font-size: .7rem;
    color: #232323;
}
.form{
    margin-top: 2rem;
    /* height: 46.6875rem; */
    background-color: #F33733;
    padding: 2rem 1rem;
    box-sizing: border-box;
}
.f-header{
    height: 8.875rem; 
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 1.25rem;
}
.f-header .title{
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}
.f-header .desc{
    font-size: 1rem;
    color: #fff;
    font-weight: lighter;
}
.f-content{
    /* height: 32.5625rem; */
    box-sizing: border-box;
    background-color: white;
    border-radius: .8rem;
    padding: 1rem;
}
.f-item.m-t-24{
    margin-top: 1.5rem;
}
.f-item.m-b-12 {
    margin-bottom: 0.75rem;
}
.f-item{
    font-size: 0.75rem;
}
.f-item .f-i-label{
    height: 1.875rem;
    line-height: 1.875rem;
    color: #232323;
}
.f-item .f-i-label.required::after{
    content: "*";
    color: red;
    margin-left: .25rem;
}
.f-item .f-i-input{
    width: 100%;
    height: 2.875rem;
    background-color: #F5F5F5;
    border-radius: .4rem;
}
.f-item .f-i-input input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 1rem;
    box-sizing: border-box;
    background-color: transparent;
}

.f-i-upload{
    position: relative;
}

.disabled-file .f-i-file{
    display: none;
}

.f-i-upload .f-i-preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.f-i-upload .f-i-preview .f-i-p-img{
    position: relative;
    width: 6.6875rem;
    height: 6.6875rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    border-radius: .5rem;
    overflow: hidden;
}

.f-i-upload .f-i-preview .f-i-p-img img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.f-i-upload .f-i-preview .f-i-p-img .close-icon{
    position: absolute;
    top: .25rem;
    right: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/close-icon.svg") no-repeat center center / 60%;
    cursor: pointer;
    background-color: #F00500;
    border-radius: 50%;
}

.f-i-file {
    position: relative;
    height: 7.625rem;
    background-color: #F5F5F5;
    border-radius: .4rem;
    box-sizing: border-box;
    padding: 1.5rem;
    border: 1px dashed #ccc;
}

.f-i-file::before{
    content: attr(attr-btn-name);
    display: block;
    width: 9rem;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: bold;
    margin: auto;
    background-image: url("../images/file-icon.svg");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: .5rem center;
    line-height: 2.5rem;
    text-align: center;
    padding-left: 1.5rem;
    background-color: white;
    border-radius: .4rem;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px 1px #23232314;
    margin-bottom: .5rem;
}
.f-i-file::after{
    content: attr(attr-placeholder);
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-weight: lighter;
    text-align: center;
}
.f-i-file button{
    position: absolute;
}
.f-i-file input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.f-item .f-i-submit{
    height: 3.0625rem;
    line-height: 3.0625rem;
    width: 100%;
    color: #F00500;
    border: 1px solid #F00500;
    background-color: transparent;
    border-radius: .4rem;
    font-size: 1rem;
    font-weight: bold;
}
.f-item .f-i-submit[disabled]{
    color: #9C9C9C;
    background-color: #DDDDDD;
    border: none;
}

.introduction{
    /* height: 40.84375rem; */
    padding: 2rem 0.75rem;
    box-sizing: border-box;
}
.introduction .i-desc{
    color: #686868;
    font-weight: lighter;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}
.introduction .i-desc::before{
    content: "";
    display: block;
    width: 12.1875rem;
    height: 4.25rem;
    background-image: url("../images/osell-logo-icon.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto .5rem;
}
.introduction .i-services{
    font-size: 0;
}
.introduction .i-button {
    margin-top: 1.25rem;
}
.introduction .i-button .btn{
    width: 100%;
    height: 3.0625rem;
    line-height: 3.0625rem;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    border: 1px solid #F00500;
    background-color: #F00500;
    border-radius: .4rem;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .75rem;
    cursor: pointer;
    opacity: .8;
}
.introduction .i-button .btn:hover{
    opacity: 1;
}
.introduction .i-button .btn-plain{
    background-color: transparent;
    color: #F00500;
    border: 1px solid #F00500;
}
.download{
    /* height: 32.625rem; */
    padding: .5rem 1.5rem 2rem;
}
.download .app-icon{
    margin-bottom: 1.25rem;
}
.download-content{
    text-align: center;
}
.download-content .download-btn{
    display: flex;
    padding: .5rem 0;
    font-size: 0;
    justify-content: center;
    align-items: center;
}

.illustration{
    width: 4.875rem;
    height: 4.875rem;
    display: block;
    background: url("../images/Illustration.svg") no-repeat center/100% 100%;
    position: fixed;
    z-index: 99;
    right: 1rem;
    bottom: 5.5rem;
    cursor: move;
    user-select: none;
    touch-action: none;
    transition: all 0.3s ease;
}

.illustration.dragging {
    opacity: 0.8;
    transform: scale(1.1);
    z-index: 999;
    transition: none;
}

.illustration.snapping {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}