html, body {
    padding: 0;
    margin: 0;
}
a,
a:visited {
    text-decoration: none;
    color: #131313;
}
li {
    list-style: none;
}
.fs-08 {
    font-size: 0.8rem;
}
.form-control {
    border-radius: 0.2rem;
}
.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #228d0d;
    --bs-btn-border-color: #228d0d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2daf13;
    --bs-btn-hover-border-color: #157202;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #157202;
    --bs-btn-active-border-color: #0e5001;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #228d0d;
    --bs-btn-disabled-border-color: #228d0d;
}
.pointer {
    cursor: pointer;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #ffffff;
    padding: 0 2rem;
    display: flex;
    box-shadow: 1px 1px 10px #cecece;
}
.header .logo img {
    width: 4.2rem;
}
.header .wechat-login img {
    width: 3rem;
    border-radius: 50%;
}
.header .header-nav {
    width: 100%;
}
.header .header-user {
    flex: 0 0 10%;
}
.navbar-nav li {
    padding: 0.2rem 0.5rem;
}
.navbar-nav li a {
    font-weight: bold;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
   color: #02b151;
}
.sm-wechat-login {
    display: none;
}
.md-wechat-login {
    display: block;
}
.banner {
    padding-bottom: 3rem;
}
.main {
    min-height: 42rem;
}
/*搜索*/
.header-search {
    padding: 0.5rem 0;
}
.search {
    padding-top: 6rem;
}
.search-container {
    width: 70%;
    margin: 0 auto;
    background-color: #02b151;
    border-radius: 0.2rem;
}
.search-container:hover {
    background-color: #02c95c;
}
.search-container .search-form {
    background-color: #ffffff;
    width: calc(100% - 102px);
    border-radius: 0.2rem 0 0 0.2rem;
    padding: 0.8rem;
    float: left;
}
.header-search .search-container .search-form {
    border: 1px solid #cfcfcf;
    padding: 0.4rem 0.8rem;
}
.search-container .search-form input {
    width: calc(100% - 102px);
    border: none;
    outline: none;
}

.search-container .search-btn {
    width: 100px;
    float: right;
    text-align: center;
}
.search-container .search-btn button {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0.8rem;
}
.header-search .search-container .search-btn button {
    padding-top: 0.48rem;
}
.search-container .search-btn button img {
    width: 1rem;
    margin-right: 0.2rem;
}
.area {
    width: 80%;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
    position: relative;
}
.category-swiper {
    overflow: hidden;
}
.category-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next {
    background-image: url("/assets/images/icon_arrow_right.png");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -14px;
}
.swiper-button-prev {
    background-image: url("/assets/images/icon_arrow_left.png");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -14px;
}
.picture-detail,
.single-page {
    margin-top: 5rem;
}
.single-page {
    min-height: 25rem;
}
.qrcode-modal {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    text-align: center;
    z-index: 10001;
}
.qrcode-modal .qrcode {
    padding-top: 8rem;
}
.buy-action {
    width: 10rem;
}
.picture-download {
    max-width: 90rem;
    margin: 0 auto;
}
.pay-container {
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}
.pay-qrcode {
    max-width: 50rem;
    margin: 0 auto;
}
.pay-qrcode .qrcode-img {
    padding: 0.05rem;
    border: 1px solid #dee2e6;
}
.pay-qrcode .scan-tips {
    background: #bd161d;
    color: #ffffff;
    padding: 0.2rem 3.5rem;
    margin-top: 0.5rem;
}
.pay-qrcode .scan-tips .icon {
    margin-top: 0.5rem;
}
.pay-qrcode .scan-tips p {
    margin: 0;
    padding: 0;
}
.pay-result .tips {
    font-size: 2rem;
    text-align: center;
}
.single-title {
    font-size: 2rem;
    font-weight: bold;
}

.upload-action img {
    width: 30px;
}
.show_img img {
    max-height: 200px;
}
/*入驻*/
.join {
    margin-top: 4rem;
}
.join .join-main {
    padding-top: 8rem;
    padding-bottom: 10rem;
    display: flex;
    justify-content: flex-end;
}
.join .join-main .login-style,
.join .join-main .join-form {
    width: 20rem;
}
.join .join-main .login-style img {
    height: 31rem;
    border-radius: 0.2rem 0 0 0.2rem; 
}
.join .join-main .join-form {
    padding: 2rem;
    width: 20rem;
    flex-shrink: 0;
    margin-right: 4.2rem;
    border-radius: 0 0.2rem 0.2rem 0; 
}
.join .join-main .join-form .code-form .get-code {
    flex: 0 0 6.1rem;
    font-size: 0.8rem;
}
.join .join-main .join-form .code-form .get-code .code-btn {
    width: 100%;
    height: 2.4rem;
    border: 1px solid #dee2e6;
}
.join .join-main .material-form {
    width: 38rem;
}
.join .join-main .material-form .base-info {
    flex: 0 0 20rem;
}
.show-avatar-img img {
    width: 10rem;
    border-radius: 50%;
}
.author-pictures {
    padding-top: 6rem;
    min-height: 30rem;
    margin-bottom: 2rem;
}
.author-pictures .author-info {
    flex: 0 0 15rem;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    height: 18rem;
}
.author-pictures .author-info .avatar-upload {
    width: 3rem;
    height: 3rem;
    top: 0;
    left: calc(50% - 1.5rem);
    opacity: 0;
}
.author-pictures .author-info .user-info {
    background: url("/assets/images/slider_user_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 0.5rem 0;
    color: #ffffff;
}
.author-form-info .author-avatar {
    flex: 0 0 6rem;
}
.author-form-info .author-avatar .user-avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}
.author-pictures .author-info .user-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.author-pictures .author-info .user-menu {
    margin-left: 1.5rem;
}
.author-pictures .author-info .user-menu .menu-item {
    padding-left: 2rem; 
}
.author-pictures .author-info .user-menu .menu-item a {
    color: #8a8a8a;
}
.author-pictures .author-info .user-menu .menu-item a:hover,
.author-pictures .author-info .user-menu .menu-item.active a {
    color: #181818;
}
.author-pictures .author-info .user-menu .author-pictures-list {
    background: url('/assets/images/icon_product_list.png') left center no-repeat;
    background-size: 1.5rem;
}
.author-pictures .author-info .user-menu .author-pictures-form {
    background: url('/assets/images/icon_upload.png') left center no-repeat;
    background-size: 1.5rem;
}
.author-pictures .author-info .user-menu .author-pictures-password {
    background: url('/assets/images/icon_update_password.png') left center no-repeat;
    background-size: 1.5rem;
}
.author-pictures .author-info .user-menu .author-pictures-quit {
    background: url('/assets/images/icon_out.png') left center no-repeat;
    background-size: 1.5rem;
}
.autho-content .deleteResource {
    margin-left: 1rem;
    color: #bd161d;
}
.nav-tabs .nav-item .nav-link {
    color: #131313;
}
.nav-tabs .nav-item .active {
    color: #02b151;
}
.upload-action .form-control {
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.pagination .active>.page-link {
    background: #02b151 !important;
    border-color: #02b151;
}
/*瀑布流*/
.image-grid-sizer,
.image-grid-item{ 
    width: 20%; 
}
.image-grid-item a {
    display: block;
    padding: 5px;
}

.totop {
    position: fixed;
    right: 20px;
    bottom: 80px;
}


/*底部*/
.footer {
    padding: 20px;
    background-color: #1e6760;
    color: #ffffff;
}
.footer .copy-right,
.footer .address {
    color: #cfcfcf;
}
.footer .links a {
    padding: 0 0.5rem;
}
.footer .links a,
.footer .copy-right a {
    color: #cfcfcf;
}
.footer .address {
    margin-bottom: 20px;
}
.footer .qrcode {
    font-size: 14px;
    color: #cfcfcf;
}
.footer .friend-link {
    color: #cfcfcf;
    font-size: 14px;
}
.footer .friend-link a {
    color: #cfcfcf;
    margin-right: 10px;
    font-size: 14px;
}
#movetop {
    background: transparent;
    border: none;
}
.loading-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.loading-modal .loading-img {
    width: 100px;
    height: 100px;
}
.loading-modal .loading-img img {
    width: 100%;
    height: 100%;
}
@media (max-width: 767.98px) { 
    .sm-wechat-login {
        display: block;
    }
    .md-wechat-login {
        display: none;
    }
    .header-user {
        display: none;
    }
    .area {
        width: 98%;
    }
    .search {
        width: 98%;
    }
    .search .search-container {
        width: 100%;
    }
    .search-container {
        width: 100%;
    }
    .search .search-box {
        background-color: #ffffff;
        width: calc(100% - 82px);
    }
    .search .search-box .search-form input {
        width: calc(100% - 82px);
        border: none;
        outline: none;
    }
    .search .search-btn {
        width: 100px;
    }
    .image-grid-sizer,
    .image-grid-item{ 
        width: 33.33%; 
    }
    .join .join-main {
        display: block;
    }
    .join .join-main .login-style {
        width: 0;
        display: none;
    }
    .join .join-main .join-form {
        margin: 0 2rem;
    }
    .join .join-main .join-form .code-form .get-code {
        flex: 0 0 5.2rem;
    }
 }