.mobile-full {
    min-height: 100vh;
}
.page-wrapper {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 768px) {
    .page-wrapper {
        width: 58%;
    }
}
@media (min-width: 1280px) {
    .page-wrapper {
        width: 30%;
    }
}
/* general */
.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.cover-section {
    position: relative;
    top: -32px;
}
.hint {
    color: #acacac;
}
.hint i {
    font-size: 2rem;
    line-height: inherit;
    color: #ef8b8b;
}
.blank-hint {
    background-color: #eff2f3;
    padding: 88px 16px;
}
.blank-hint h3 {
    color: #c2c3c3;
    font-weight: 600;
    font-size: 1.4em;
}
.blank-hint img {
    display: inline-block;
    width: 80px;
}
.btn {
    padding: 16px 6px;
    transition: all 0.3s;
}
@media (max-width: 430px) {
    .btn {
        padding: 14px 6px;
    }
}
@media (max-width: 361px) {
    .btn {
        padding: 8px 6px;
    }
}
/* form */
form label {
    display: block;
    margin-bottom: 4px;
}
.input-group {
    display: flex;
}
.select-group {
    display: flex;
    justify-content: space-between;
}
.select-group select {
    width: 49%;
}
.form-sheet {
    padding: 32px 120px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    top: -32px;
    background-color: #fff;
}

.form-sheet .input-group.append-btn .btn {
    width: 40%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-sheet .input-group.append-btn input {
    width: 60%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.preview-outter {
    width: 100%;
    padding-top: 64%;
    position: relative;
    margin-bottom: 4px;
}
.bg-preview-outter.preview-outter {
    padding-top: 54%;
}

.preview-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/upload.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
}
.pic-box {
    width: 100%;
    position: relative;
}
.del-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 32px;
    line-height: 24px;
    z-index: 1;
    display: none;
}
.del-btn.show {
    display: inline-block;
}

label .modal-trigger {
    color: rgb(245, 162, 67);
    margin-left: 10px;
    font-size: 15px;
}
label .modal-trigger i {
    line-height: 15px;
    font-size: 20px;
}
.category-box {
    display: flex;
    flex-wrap: wrap;
}
/* .category-box label {
    display: inline-block;
    width: 50%;
    font-weight: normal;
} */

@media (max-width: 430px) {
    .form-sheet {
        padding: 32px 16px;
    }
    .form-sheet input {
        width: 100%;
    }
}
/* form-req */
.req-star {
    color: red;
}
.warning-box {
    position: relative;
    padding-bottom: 22px;
}
span.alert-text {
    position: absolute;
    bottom: 4px;
    left: 2px;
    color: red;
    font-size: 15px;
    letter-spacing: 0.4px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
span.alert-text i {
    font-size: 17px;
}
span.alert-text.show {
    height: 20px;
    max-height: 20px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 430px) {
    span.alert-text {
        font-size: 15px;
    }
}
@media (max-width: 321px) {
    span.alert-text {
        font-size: 14px;
        letter-spacing: 0.4px;
    }
}
/* modal */
.modal-header .close{
    display: inline-block;
    padding: 8px;
}
#info .modal-content {
    padding-top: 0;
}
.modal-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
}
.modal-text {
    font-size: 17px;
    margin-bottom: 6px;
}
.modal-text p {
    margin-bottom: 0;
}
.info-imgbox .imgbox__inner{
    position: relative;
    width: 100%;
    padding-top: 48%;
}
/* page */
.title-box {
    text-align: center;
    padding-bottom: 40px;
}
.header-bgbox {
    height: 400px;
    position: relative;
}
.header-bgbox .image {
    background-position: top;
}
@media (max-width: 430px) {
    .header-bgbox {
        height: 200px;
    }
}
/* navbar */
.navbar-wrapper {
    border-top: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    padding: 8px 2px;
    padding-top: 10px;
    color: #acacac;
}
.nav-item.active {
    color: #106c70;
}
.nav-name {
    line-height: 18px;
}
/* list */
.fixed-btn-wrapper {
    position: fixed;
    bottom: 10%;
    right: 5%;
    text-align: center;
}
.fixed-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #ef8b8b;
    color: #fff;
    box-shadow: 0 3px 16px -1px rgb(0 0 0 / 20%);
}
.fixed-btn-wrapper span {
    color: #fff;
    line-height: 18px;
}
@media (max-width: 430px) {
    .fixed-btn-wrapper {
        right: 12px;
        bottom: 16px;
    }
    .fixed-btn {
        width: 68px;
        height: 68px;
    }
    .fixed-btn i {
        font-size: 28px;        
    }

}
.page-title {
    padding-left: 16px;
    padding-right: 16px;
}
.page-title i {
    font-size: 32px;
}
#toolbar .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#toolbar .page-title i {
    font-size: 26px;
}
/* index */
.post {
    margin-bottom: 38px;
}
.post .imgbox,
.post figure {
    display: block;
    margin: 0;
}
.post .imgbox__inner {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.post .imgbox.img2 {
    display: flex;
}
.post .img2 .imgbox__inner {
    width: 50%;
    padding-top: 68%;
}
.post .imgbox.img3 {
    display: flex;
}
.post .img3 .left-box,
.post .img3 .right-box {
    width: 50%;
}
.post .img3 .left-box .imgbox__inner {
    padding-top: 0;
    height: 100%;
}
.post .text-box {
    /* font-size: 16px; */
    padding: 10px 12px;
    font-size: 14px;
}
.post .text-box p {
    font-size: 14px;
    /* font-weight: 900; */
}
.post-top-bar {
    margin-top: 24px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.post .post-top-bar .imgbox__inner {
    width: 52px;
    height: 52px;
    padding-top: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.post .post-top-bar .namebox {
    font-weight: 900;
    padding-left: 10px;
    font-size: 15px;
    letter-spacing: 0px;
}
.more-btn {
    display: inline-block;
    cursor: pointer;
    color: #156cbe;
}
/* .post .imgbox.img1 {
    width: 100%;
    padding-top: 100%;
    position: relative;
} */
.post .imgbox.img3{
    height: 300px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post .imgbox.img2 {
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-rows-break {
    flex-basis: 100%;
    width: 0;
    height: auto;
    margin: 0;
    border: 1px solid #ddd;
    margin-bottom: 2%;
}
.post .imgbox.img3 figure,
.post .imgbox.img2 figure {
    flex-grow: 1;
    width: 50%;
    height: auto;
}
.post .imgbox.img2 .imgbox__inner {
    flex-grow: 1;
    width: 50%;
    height: auto;
    padding-top: 0;
}
.post .imgbox.img3 .imgbox__inner {
    flex-grow: 1;
    width: 50%;
    height: auto;
    padding-top: 0;
}
.post .imgbox.img3 figure a,
.post .imgbox.img2 figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.pswp img {
    max-width: none;
    object-fit: contain;
}
.mfp-arrow-left:before {
    border: 0;
}
.mfp-arrow-right:before {
    border: 0;
}
.mfp-arrow-left:after {
    border-right: 18px solid #FFF;
    margin-left: 8px;
    border-top-width: 18px;
    border-bottom-width: 18px;
}
.mfp-arrow-right:after {
    border-left: 18px solid #FFF;
    margin-right: 8px;
    right: 0;
    left: auto;
}
.mfp-container {
    padding: 0;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* .post .imgbox.img3 figure:nth-child(1) {
    display: block;
    position: relative;
    width: 50%;
}
.post .imgbox.img3 figure:nth-child(2),
.post .imgbox.img3 figure:nth-child(3) {
    width: 50%;
    display: block;
    position: relative;
    padding-top: 50%;
} */
.header-box {
    padding-bottom: 36px;
    padding-top: 36px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 32px;
    background-image: url('../img/texture.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
}
.header-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23b8b8b8' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.form-header-box.header-box {
    padding: 0;
}
.admin-list .header-box {
    background-image: none;
}
.black-hint-box {
    background-color: #000;
    padding: 8px 12px;
}
.black-hint-box i {
    font-size: 22px;
    color: rgb(255, 155, 124);
    margin-right: 4px;
}
.black-hint-box h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}
.header-box .imgbox {
    text-align: center;
}
.header-box .imgbox__inner {
    width: 225px;
    height: 225px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.header-box p {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
    font-weight: 900;
    padding: 4px 16px;
    letter-spacing: 0px;
}
.header-box p i {
    font-size: 24px;
}
.post-header{
   padding: 8px;
   background-color: #d5d5d5;
}
.post-footer {
    padding: 16px 10px;
    padding-top: 0;
}
.post-footer .date {
    font-size: 0.9em;
    color: #ababab;
    letter-spacing: 0.8px;
}
.share-btn {
    display: inline-block;
}
.share-btn a {
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.post-header .share-btn {
    display: inline-block;
    padding: 0px 8px;
    border-radius: 20px;
}
.share-btn img {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 4px;
}
.post-footer .share-btn img {
    width: 22px;
    height: 22px;
}
.login-btn-wrapper {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.login-btn {
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    background-color: #0fbd0f;
    padding: 0 120px;
    line-height: 80px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 38px -2px rgb(5 97 141 / 20%);
}
.login-btn img {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}
.bg-mist {
    background-image: url('../img/mist.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.bg-mist2 {
    background-image: url('../img/mist2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-blue {
    background-color: #f6f8f9;
}
.admin-list {
    padding: 0 16px;
}
.admin-list .post {
    background-color: #f6f8f9;
    padding: 6px;
    margin-bottom: 28px;
}
.admin-list .post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    background-color: #fff;
}
.admin-list .post-header h4 {
    font-size: 17px;
}
.admin-list .text-box {
    font-size: 17px;
    padding: 6px 8px;
    background-color: #f6f8f9;
}
.admin-list .date {
    font-size: 16px;
    padding-top: 8px;
    padding: 4px 12px;
    color: #7f9fc1;
    font-weight: 600;
}

.admin-list .post-header .order-box {
    min-width: 61px;
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
}
.admin-list .post-header .order-box .sm-text {
    font-size: 14px;
    color: #acacac;
    line-height: 15px;
    padding-right: 4px;
}
.upload-pic-wrapper {
    display: flex;
}
.upload-pic-wrapper .pic-box {
    width: 25%;
    margin-right: 6px;
}
.order-input label {
    display: inline-block;
}
.order-input input {
    width: 80px;
    display: inline-block;
}
.order-input .hint {
    padding-top: 12px;
    font-size: 16px;
    color: #222;
}
.order-input .hint::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.order-input .hint i {
    float: left;
    width: 7%;
}
.order-input .hint span {
    float: left;
    width: 93%;
    color: #ef8b8b;

}
.page-title-with-btn {
    display: flex;
    justify-content: space-between;
}
.page-title-with-btn .btn i {
    font-size: 20px;
}

.page-title-with-btn .bin-btn {
    background-color: #e23737;
}
.btn.btn-outline {
    background-color: transparent;
    border: 2px solid #5cade7;
    color: #5cade7;
}
.fixed-share-btn-wrapper {
    position: fixed;
    bottom: 12px;
    right: 1%;
    z-index: 10;
}
.fixed-share-btn-wrapper .share-btn {
    display: block;
    margin-top: 32px;
    background-color: #fff;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.fixed-share-btn-wrapper .share-btn::before {
    content: "";
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: 0 0 0 9px rgb(0 0 0 / 58%); */
    background-color: #000;
    z-index: -1;
    border-radius: 50%;
    animation: scale 0.8s infinite;
}
.fixed-share-btn-wrapper .share-btn.line-btn::before {
    background-color: #0fbd0f;

}
@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}
.fixed-share-btn-wrapper .share-btn img {
    width: 62px;
    height: 62px;
    margin: 0;
    padding: 6px;
    animation: imgscale 1.2s infinite both;
}
@keyframes imgscale {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);

    }
    100% {
        transform: scale(1.1);
    }
}
.thumb-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.3;
}

.thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.main-swiper .swiper__inner,
.thumb-swiper .swiper__inner {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.main-swiper .image,
.thumb-swiper .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.thumb-swiper.swiper-thumbs {
    padding-top: 4px;
    --swiper-navigation-size: 30px;
}
.thumb-swiper .swiper-button-next {
    right: 2px;
}
.thumb-swiper .swiper-button-prev {
    left: 2px;
}
.thumb-swiper .swiper-slide {
    cursor: pointer;
}
@media (max-width: 1441px) {
    .login-btn {
        padding: 0 82px;
    }
}
@media (max-width: 430px) {
    .header-box {
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .header-box p {
        font-size: 17px;
        line-height: 22px;
        padding: 4px 22px;
    }
    .login-btn-wrapper {
        top: 200px;
    }
    .login-btn {
        font-size: 20px;
        padding: 0 32px;
        line-height: 48px;
    }
    .login-btn img {
        width: 32px;
        margin-right: 10px;
    }
    /* .admin-list {
        padding-bottom: 68px;
    } */
    .page {
        padding-bottom: 72px;
    }
    .fixed-share-btn-wrapper .share-btn {
        margin-top: 16px;
        width: 60px;
        height: 60px;
    }
    .fixed-share-btn-wrapper .share-btn img {
        width: 60px;
        height: 60px;
        padding: 6px;
    }
    .post .post-top-bar .imgbox__inner {
        width: 36px;
        height: 36px;
    }
    .header-box .imgbox__inner {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 400px) {
    .login-btn {
        font-size: 20px;
        padding: 0 28px;
    }
    .login-btn img {
        width: 28px;
        margin-right: 8px;
    }
}
@media (max-width: 361px) {
    .login-btn img {
        margin-right: 5px;
    }
    .login-btn {
        font-size: 19px;
        padding: 0 24px;
    }
    .order-input .hint {
        font-size: 15px;
    }
    .fixed-share-btn-wrapper .share-btn {
        margin-top: 8px;
        width: 52px;
        height: 52px;
    }
    .fixed-share-btn-wrapper .share-btn img {
        width: 52px;
        height: 52px;
        padding: 4px;
    }

}
@media (max-width: 321px) {
    .header-box {
        margin-bottom: 32px;
        padding-bottom: 16px;
    }
    .post .text-box {
        font-size: 14px;
        padding: 8px;
    }
    .post-header {
        padding: 6px;
    }
    .post-header .share-btn {
        padding: 1px 6px;
        font-size: 14px;
    }
    .share-btn img {
        width: 15px;
        margin-left: 4px;
        margin-top: -3px;
    }
    .post {
        margin-bottom: 30px;
    }
    .post-footer {
        padding-top: 4px;
    }
    .login-btn {
        font-size: 17px;
        padding: 0px 20px;
    }
    .login-btn img {
        width: 24px;
        margin-right: 2px;
    }
    .header-box p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }
}
.mfp-counter {
    position: absolute;
    top: 8px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    margin-top: 16px;
    border-top-width: 18px;
    border-bottom-width: 18px;
}
.mfp-image-holder .mfp-content {
    max-width: 86%;
}

.login-btn-wrapper .submit-btn {
    background-color: #2473b7;
    line-height: 43px;
}
.list-wrapper {
    padding: 28px 0;
}
.link-item {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    /* border: 1px solid red; */
    border-radius: 80px;
    background-color: #fff;
    box-shadow: 0 8px 24px -3px rgb(0 0 0 / 32%);
    margin-bottom: 20px;
    transition: all 0.3s;
}
.link-item:hover {
    box-shadow: 0 0 10px -1px rgb(0 0 0 / 18%);
}
.link-item .image {
    /* background-size: contain; */
}
.link-item .icon-box {
    width: 15%;
    border-radius: 50%;
    /* padding: 8px; */
    overflow: hidden;
    box-shadow: 0 0 18px -4px rgb(0 0 0 / 30%);
}
.link-item:hover .icon-box {
    box-shadow: 0 0 16px 0px rgb(0 0 0 / 10%);
}
.link-item:hover .btn {
    background-color: #95aeb8;
}
.link-item .btn-box {
    width: 85%;
    padding-left: 24px;
    padding-right: 0;
}
.link-btn {
    display: flex;
    align-items: center;
    background-color: #85aad5;
    border-radius: 80px;
    margin-bottom: 20px;
}

.link-btn .icon-box {
    width: 15%;
    border-radius: 50%;
    padding: 4px;
    background-color: #6a8aaf;
}
.link-btn .icon-box .image {
    background-size: contain;
}
.link-btn .textbox {
    padding-left: 24px;
    color: #ffffff;
    font-size: 17px;
    padding-right: 24px;
    text-align: center;
    width: 85%;
}
@media (max-width: 430px) {
    .list-wrapper {
        padding: 12px 24px;
    }
    .link-item {
        padding: 8px 10px;
    }
    .link-item .icon-box {
        /* padding: 5px; */
    }
}
@media (max-width: 400px) {
    .link-item .btn-box {
        padding-left: 16px;
    }
}
@media (max-width: 321px) {
    .link-item .btn-box {
        padding-left: 10px;
    }
    .link-item {
        margin-bottom: 16px;
    }
}