@charset "UTF-8";
.theme-bg {
    background: #2274ff !important;
    min-width: 10rem;
}
.theme-bg:hover {
    background: #2274ff !important;
}
.theme-bg .layui-icon-loading {
    display: none;
}

.loading-btn .layui-icon-loading {
    display: inline-block;
}

.layui-layer-btn .layui-layer-btn0 {
    background: #2274ff !important;
}

.p-2 {
    padding: 2rem;
}

.m-b-2 {
    margin-bottom: 2rem;
}

.m-b-1 {
    margin-bottom: 1rem;
}

.m-t-2 {
    margin-top: 2rem;
}

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    display: inline;
    zoom: 1;
}

html {
    font-size: 62.5%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f0f2f5;
}

.body-center {
    flex: 1;
}

@media (max-width: 991.98px) {
    .container-xxl {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.header-nav {
    background: #2274ff;
    border-bottom: 0.2rem solid rgba(244, 244, 244, 0.2941176471);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header-nav .navigation-default {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
}
.header-nav .navigation-default .navigation-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-nav .navigation-default .navigation-box .logo {
    margin-right: 1rem;
}
.header-nav .navigation-default .navigation-box .logo img {
    width: 4.5rem;
    height: 4.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.header-nav .navigation-default .navigation-box .navs {
    display: flex;
}
.header-nav .navigation-default .navigation-box .navs .item {
    position: relative;
}
.header-nav .navigation-default .navigation-box .navs .item:hover .sub-nav {
    display: block;
}
.header-nav .navigation-default .navigation-box .navs .item:hover a {
    background: rgba(255, 255, 255, 0.1);
}
.header-nav .navigation-default .navigation-box .navs .item:hover a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-bottom: 2px solid #fff;
    background: #fff;
}
.header-nav .navigation-default .navigation-box .navs .item > a {
    padding: 0 2rem;
    line-height: 6rem;
    display: block;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
}
.header-nav .navigation-default .navigation-box .navs .item .sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    white-space: nowrap;
    background: #fff;
    min-width: 18rem;
    border-radius: 0.5rem;
    overflow: hidden;
    transform: translateX(-50%);
    box-shadow: 0 2px 27px 6px rgba(0, 0, 0, 0.12);
}
.header-nav .navigation-default .navigation-box .navs .item .sub-nav .sub-item > a {
    display: block;
    text-align: center;
    padding: 1rem 2rem;
    color: #777;
}
.header-nav .navigation-default .navigation-box .navs .item .sub-nav .sub-item > a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #2274ff;
}
.header-nav .navigation-default .navigation-box .navs .active a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-bottom: 2px solid #fff;
    background: #fff;
}
.header-nav .navigation-default .person-nav {
    height: 100%;
    position: relative;
}
.header-nav .navigation-default .person-nav:hover::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 0.2rem solid #fff;
}
.header-nav .navigation-default .person-nav:hover .person {
    background: rgba(255, 255, 255, 0.1);
}
.header-nav .navigation-default .person-nav:hover .not-logged-in {
    display: flex;
}
.header-nav .navigation-default .person-nav:hover .person-navs {
    display: block;
}
.header-nav .navigation-default .person-nav .person {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}
.header-nav .navigation-default .person-nav .person .avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}
.header-nav .navigation-default .person-nav .person .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.header-nav .navigation-default .person-nav .not-logged-in {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 40rem;
    background: #fff;
    box-shadow: 0 2px 27px 6px rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
}
.header-nav .navigation-default .person-nav .not-logged-in .info {
    display: flex;
    align-items: center;
}
.header-nav .navigation-default .person-nav .not-logged-in .info .avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}
.header-nav .navigation-default .person-nav .not-logged-in .info .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.header-nav .navigation-default .person-nav .not-logged-in .info .details {
    color: #777;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-nav .navigation-default .person-nav .not-logged-in .info .details .title {
    font-weight: 550;
    margin-bottom: 0.5rem;
}
.header-nav .navigation-default .person-nav .person-navs {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 18rem;
    background: #fff;
    box-shadow: 0 2px 27px 6px rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
}
.header-nav .navigation-default .person-nav .person-navs .item a {
    display: block;
    padding: 1rem 2rem;
    text-align: center;
    color: #777;
}
.header-nav .navigation-default .person-nav .person-navs .item a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #2274ff;
}
.header-nav .navigation-default .person-nav .person-navs .item a .iconfont {
    margin-right: 0.5rem;
}
.header-nav .navigation-default .person-active::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 0.2rem solid #fff;
}
.header-nav .navigation-default .person-active .person {
    background: rgba(255, 255, 255, 0.1);
}
.header-nav .navigation-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
}
.header-nav .navigation-small .logo {
    height: 4.5rem;
}
@media (max-width: 575.98px) {
    .header-nav .navigation-small .logo {
        height: 3.5rem;
    }
}
.header-nav .navigation-small .logo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.header-nav .navigation-small .menu-btns {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-nav .navigation-small .menu-btns .menu-btn {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    color: #fff;
}
.header-nav .navigation-small .menu-btns .menu-btn .iconfont {
    font-size: 2rem;
    margin-right: 0.5rem;
}
.header-nav .navigation-small .menu-btns .menu-btn .label {
    font-size: 1.8rem;
}

.layer-navigation-small-box {
    background: #f0f2f5;
}
.layer-navigation-small-box .navigation-small-box {
    margin: 0 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}
.layer-navigation-small-box .navigation-small-box > .item {
    padding: 1rem 0;
    border-bottom: 1px solid #f0f2f5;
    position: relative;
}
.layer-navigation-small-box .navigation-small-box > .item:has(.sub-link-box) .label .icon-right {
    display: block;
}
.layer-navigation-small-box .navigation-small-box > .item .label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layer-navigation-small-box .navigation-small-box > .item .label .link-box .iconfont {
    font-size: 2rem;
}
.layer-navigation-small-box .navigation-small-box > .item .label .link-box .link {
    font-size: 1.5rem;
    margin-left: 1rem;
    color: inherit;
}
.layer-navigation-small-box .navigation-small-box > .item .label .icon-right {
    display: none;
    font-size: 2rem;
    transition: all 0.5s ease-in-out;
}
.layer-navigation-small-box .navigation-small-box > .item .checkbox {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.layer-navigation-small-box .navigation-small-box > .item .checkbox:checked + .label .icon-right {
    transform: rotate(90deg);
}
.layer-navigation-small-box .navigation-small-box > .item .sub-link-box {
    margin-top: 2rem;
    display: none;
}
.layer-navigation-small-box .navigation-small-box > .item .sub-link-box .item a {
    display: block;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    color: #777;
}
.layer-navigation-small-box .navigation-small-box .active .label {
    color: #2274ff;
}
.layer-navigation-small-box .not-logged-in-small .content {
    margin: 2rem 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 2rem;
    flex-wrap: nowrap;
}
@media (max-width: 575.98px) {
    .layer-navigation-small-box .not-logged-in-small .content {
        flex-wrap: wrap;
    }
}
.layer-navigation-small-box .not-logged-in-small .content .info {
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 1rem;
}
.layer-navigation-small-box .not-logged-in-small .content .info .avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    flex-shrink: 0;
}
.layer-navigation-small-box .not-logged-in-small .content .info .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.layer-navigation-small-box .not-logged-in-small .content .info .details {
    color: #777;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.layer-navigation-small-box .not-logged-in-small .content .info .details .title {
    font-weight: 550;
    margin-bottom: 0.5rem;
}
.layer-navigation-small-box .not-logged-in-small .content .info .details .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .layer-navigation-small-box .not-logged-in-small .content .info .details .desc {
        -webkit-line-clamp: 1;
    }
}
@media (max-width: 767.98px) {
    .layer-navigation-small-box .not-logged-in-small .content .layui-btn {
        width: 100%;
        margin-top: 2rem;
    }
}
.layer-navigation-small-box .not-logged-in-small .content .layui-btn:hover {
    border-color: #2274ff !important;
}

#navigation-small-box {
    display: none;
}

/* 登录等input样式 */
.login-dialog-box {
    width: 72rem;
}
@media (max-width: 991.98px) {
    .login-dialog-box {
        width: 90%;
    }
}

#login-box {
    background: #fff;
    border-radius: 0.5rem;
}
#login-box .content {
    min-height: 45rem;
    background: url("images/login-bg.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}
@media (max-width: 767.98px) {
    #login-box .content {
        background: none;
    }
}
#login-box .content .welcome-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#login-box .content .welcome-box .logo {
    width: 8rem;
    margin-bottom: 2rem;
}
#login-box .content .welcome-box .logo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#login-box .content .welcome-box .title {
    font-size: 2rem;
    color: #fff;
    font-weight: 550;
}
#login-box .content .form-box {
    padding: 2rem;
}
#login-box .content .form-box > * {
    padding: 0;
}
@media (max-width: 767.98px) {
    #login-box .content .form-box {
        margin: 0;
    }
}
#login-box .content .form-box .title {
    padding-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 550;
}
#login-box .content .form-box .tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f0f2f5;
}
#login-box .content .form-box .tabs .item {
    padding: 1rem 2rem;
    margin-right: 0.5rem;
    color: #777;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    font-weight: 550;
    position: relative;
}
#login-box .content .form-box .tabs .item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 0.1rem solid #2274ff;
    transition: all 0.5s ease-in-out;
}
#login-box .content .form-box .tabs .item:hover {
    color: #2274ff;
}
#login-box .content .form-box .tabs .item:hover::before {
    width: 100%;
}
#login-box .content .form-box .tabs .active {
    color: #2274ff;
}
#login-box .content .form-box .forms > .item {
    display: none;
}
#login-box .content .form-box .forms > .active {
    display: block;
}
#login-box .content .form-box .forms .form .item {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
#login-box .content .form-box .forms .form .item .label {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}
#login-box .content .form-box .forms .form .item .label i {
    color: #f56c6c;
}
#login-box .content .form-box .forms .form .item .input-group {
    flex-wrap: nowrap;
}
#login-box .content .form-box .forms .form .item .input-group .layui-form {
    width: 100%;
}
#login-box .content .form-box .forms .form .item .input-group .postpose-btn {
    height: auto;
    line-height: normal;
    padding: 1rem;
    background: #2274ff !important;
    color: #fff !important;
    border: 1px solid #2274ff !important;
}
#login-box .content .form-box .forms .form .item .input {
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 0.2rem;
    width: 100% !important;
    transition: all 0.3s;
}
#login-box .content .form-box .forms .form .item .input::-moz-placeholder {
    color: #777 !important;
}
#login-box .content .form-box .forms .form .item .input::placeholder {
    color: #777 !important;
}
#login-box .content .form-box .forms .form .item .input:focus {
    border-color: #2274ff !important;
    box-shadow: none !important;
}
#login-box .content .form-box .forms .form .item .input:focus + .postpose-btn {
    border-color: #2274ff !important;
}
#login-box .content .form-box .forms .form .item .layui-border {
    border-color: #dee2e6;
    color: #777;
}
#login-box .content .form-box .forms .form .item .layui-border:hover {
    border-color: #2274ff !important;
}
#login-box .content .form-box .forms .form .item .layui-btn-disabled {
    color: #777 !important;
    opacity: 0.8;
}
#login-box .content .form-box .forms .form .item .links-btn {
    display: flex;
    justify-content: space-between;
}
#login-box .content .form-box .forms .form .item .links-btn a {
    color: #777;
    transition: all 0.3s;
}
#login-box .content .form-box .forms .form .item .links-btn a:hover {
    color: #2274ff;
}
#login-box .content .form-box .other-login {
    margin-top: 1rem;
}
#login-box .content .form-box .other-login .layui-btn {
    border-color: #dee2e6;
}
#login-box .content .form-box .other-login .layui-btn:hover {
    border-color: #2274ff !important;
    color: #2274ff !important;
}
#login-box .content .form-box .agree .text {
    color: #777;
}
#login-box .content .form-box .agree .text a {
    color: #2274ff;
}

.footer {
    background: #333;
}
.footer .links-box {
    padding: 2rem 0;
}
@media (max-width: 575.98px) {
    .footer .links-box .content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
    .footer .links-box .content:last-child::after {
        width: 0;
    }
    .footer .links-box .content::after {
        position: absolute;
        content: "";
        bottom: 0;
        height: 0.5px;
        background: #444;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
    }
    .footer .links-box .content .links {
        text-align: center;
    }
    .footer .links-box .content .website-introduction {
        padding: 0 2rem;
    }
}
.footer .logo {
    margin-bottom: 1rem;
}
.footer .logo img {
    max-width: 12rem;
    width: 100%;
}
.footer .website-introduction {
    color: #777;
    line-height: 2.5rem;
}
@media (min-width: 992px) {
    .footer .website-introduction {
        padding-right: 2rem;
    }
}
.footer .links .title {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}
.footer .links li {
    margin-bottom: 1rem;
}
.footer .links li a {
    color: #777;
    font-size: 1.4rem;
}
.footer .links li a:hover {
    color: #fff;
}
.footer .links .phone {
    color: #fff;
}
.footer .links .wechat {
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    margin-top: 1.5rem;
}
.footer .links .wechat img {
    width: 6rem;
    height: 6rem;
}
.footer .filings-box {
    background: #000;
    color: #666;
    font-size: 1.4rem;
    text-align: center;
    padding: 2rem 0;
}

.filing .links {
    display: flex;
    align-items: center;
}
.filing .title {
    color: white;
}
.filing a {
    display: inline-block;
    padding: 3px 5px;
}

.suspension {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 99;
}
.suspension .box {
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    background: #fff;
    border-radius: 0.4rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 27px 6px rgba(0, 0, 0, 0.12);
}
.suspension .box:hover {
    background: #2274ff;
}
.suspension .box:hover p {
    color: #fff;
}
.suspension .box p {
    color: #2274ff;
    font-size: 1.2rem;
}
.suspension .box .iconfont {
    font-size: 2rem;
}
.suspension .back_top {
    padding: 0;
}

.paging .page {
    display: flex;
}
.paging .page .item {
    border: 0.1rem solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    border-radius: 0.2rem;
}
.paging .page .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    transition: all 0.2s;
}
.paging .page .item a:hover {
    color: #fff;
    background: #2274ff;
    border-color: #2274ff;
}
.paging .page .active a {
    color: #fff;
    background: #2274ff;
    border-color: #2274ff;
}

.loading {
    width: 2rem;
    height: 2rem;
    margin: 0;
    background: transparent;
    border-top: 0.2rem solid #2274ff;
    border-right: 0.2rem solid transparent;
    border-radius: 50%;
    animation: 1s loading linear infinite;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.common-btn-box .common-btn {
    display: inline-block;
    color: #2274ff;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #2274ff;
    cursor: pointer;
    border-radius: 0.2rem;
    position: relative;
}
.common-btn-box .common-btn:hover {
    color: #fff !important;
    background: #2274ff;
}
.common-btn-box .common-btn .loading-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.common-btn-box .active {
    pointer-events: none;
}
.common-btn-box .active .loading-box {
    display: flex;
}
.common-btn-box .highlight {
    color: #FFF;
    background: #2274ff;
}

.reset-password-box {
    margin-top: 6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.reset-password-box > .content {
    padding: 2rem;
    background: #FFF;
}
@media (max-width: 575.98px) {
    .reset-password-box > .content {
        margin: 0;
    }
}
.reset-password-box .form-box .title {
    padding-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 550;
}
.reset-password-box .form-box .tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f0f2f5;
}
.reset-password-box .form-box .tabs .item {
    padding: 1rem 2rem;
    margin-right: 0.5rem;
    color: #777;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    font-weight: 550;
    position: relative;
}
.reset-password-box .form-box .tabs .item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 0.1rem solid #2274ff;
    transition: all 0.5s ease-in-out;
}
.reset-password-box .form-box .tabs .item:hover {
    color: #2274ff;
}
.reset-password-box .form-box .tabs .item:hover::before {
    width: 100%;
}
.reset-password-box .form-box .tabs .active {
    color: #2274ff;
}
.reset-password-box .form-box .forms > .item {
    display: none;
}
.reset-password-box .form-box .forms > .active {
    display: block;
}
.reset-password-box .form-box .forms .form .item {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
.reset-password-box .form-box .forms .form .item .label {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}
.reset-password-box .form-box .forms .form .item .label i {
    color: #f56c6c;
}
.reset-password-box .form-box .forms .form .item .input-group {
    flex-wrap: nowrap;
}
.reset-password-box .form-box .forms .form .item .input-group .layui-form {
    width: 100%;
}
.reset-password-box .form-box .forms .form .item .input-group .postpose-btn {
    height: auto;
    line-height: normal;
    padding: 1rem;
    background: #2274ff !important;
    color: #fff !important;
    border: 1px solid #2274ff !important;
}
.reset-password-box .form-box .forms .form .item .input {
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 0.2rem;
    width: 100% !important;
    transition: all 0.3s;
}
.reset-password-box .form-box .forms .form .item .input::-moz-placeholder {
    color: #777 !important;
}
.reset-password-box .form-box .forms .form .item .input::placeholder {
    color: #777 !important;
}
.reset-password-box .form-box .forms .form .item .input:focus {
    border-color: #2274ff !important;
    box-shadow: none !important;
}
.reset-password-box .form-box .forms .form .item .input:focus + .postpose-btn {
    border-color: #2274ff !important;
}
.reset-password-box .form-box .forms .form .item .layui-border {
    border-color: #dee2e6;
    color: #777;
}
.reset-password-box .form-box .forms .form .item .layui-border:hover {
    border-color: #2274ff !important;
}
.reset-password-box .form-box .forms .form .item .layui-btn-disabled {
    color: #777 !important;
    opacity: 0.8;
}
.reset-password-box .form-box .forms .form .item .links-btn {
    display: flex;
    justify-content: space-between;
}
.reset-password-box .form-box .forms .form .item .links-btn a {
    color: #777;
    transition: all 0.3s;
}
.reset-password-box .form-box .forms .form .item .links-btn a:hover {
    color: #2274ff;
}

.empty-box {
    padding: 2rem;
    background: #FFF;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 20rem;
    color: #CCC;
}
.empty-box .iconfont {
    font-size: 5rem;
    margin-bottom: 2rem;
}
.empty-box .desc {
    color: #777;
}

.register-box {
    margin-top: 6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.register-box > .content {
    padding: 2rem;
    background: #FFF;
}
@media (max-width: 575.98px) {
    .register-box > .content {
        margin: 0;
    }
}
.register-box .form-box .title {
    padding-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 550;
}
.register-box .form-box .tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f0f2f5;
}
.register-box .form-box .tabs .item {
    padding: 1rem 2rem;
    margin-right: 0.5rem;
    color: #777;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    font-weight: 550;
    position: relative;
}
.register-box .form-box .tabs .item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 0.1rem solid #2274ff;
    transition: all 0.5s ease-in-out;
}
.register-box .form-box .tabs .item:hover {
    color: #2274ff;
}
.register-box .form-box .tabs .item:hover::before {
    width: 100%;
}
.register-box .form-box .tabs .active {
    color: #2274ff;
}
.register-box .form-box .forms > .item {
    display: none;
}
.register-box .form-box .forms > .active {
    display: block;
}
.register-box .form-box .forms .form .item {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
.register-box .form-box .forms .form .item .label {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}
.register-box .form-box .forms .form .item .label i {
    color: #f56c6c;
}
.register-box .form-box .forms .form .item .input-group {
    flex-wrap: nowrap;
}
.register-box .form-box .forms .form .item .input-group .layui-form {
    width: 100%;
}
.register-box .form-box .forms .form .item .input-group .postpose-btn {
    height: auto;
    line-height: normal;
    padding: 1rem;
    background: #2274ff !important;
    color: #fff !important;
    border: 1px solid #2274ff !important;
}
.register-box .form-box .forms .form .item .input {
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 0.2rem;
    width: 100% !important;
    transition: all 0.3s;
}
.register-box .form-box .forms .form .item .input::-moz-placeholder {
    color: #777 !important;
}
.register-box .form-box .forms .form .item .input::placeholder {
    color: #777 !important;
}
.register-box .form-box .forms .form .item .input:focus {
    border-color: #2274ff !important;
    box-shadow: none !important;
}
.register-box .form-box .forms .form .item .input:focus + .postpose-btn {
    border-color: #2274ff !important;
}
.register-box .form-box .forms .form .item .layui-border {
    border-color: #dee2e6;
    color: #777;
}
.register-box .form-box .forms .form .item .layui-border:hover {
    border-color: #2274ff !important;
}
.register-box .form-box .forms .form .item .layui-btn-disabled {
    color: #777 !important;
    opacity: 0.8;
}
.register-box .form-box .forms .form .item .links-btn {
    display: flex;
    justify-content: space-between;
}
.register-box .form-box .forms .form .item .links-btn a {
    color: #777;
    transition: all 0.3s;
}
.register-box .form-box .forms .form .item .links-btn a:hover {
    color: #2274ff;
}

.bind-phone-dialog {
    width: 45rem;
}
@media (max-width: 575.98px) {
    .bind-phone-dialog {
        width: 90%;
    }
}

#bind-phone-dialog {
    display: none;
    background: #fff;
    border-radius: 0.5rem;
}
#bind-phone-dialog .content {
    padding: 2rem;
}
#bind-phone-dialog .content .title {
    padding-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 550;
}
#bind-phone-dialog .content .tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f0f2f5;
}
#bind-phone-dialog .content .tabs .item {
    padding: 1rem 2rem;
    margin-right: 0.5rem;
    color: #777;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    font-weight: 550;
    position: relative;
}
#bind-phone-dialog .content .tabs .item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 0.1rem solid #2274ff;
    transition: all 0.5s ease-in-out;
}
#bind-phone-dialog .content .tabs .item:hover {
    color: #2274ff;
}
#bind-phone-dialog .content .tabs .item:hover::before {
    width: 100%;
}
#bind-phone-dialog .content .tabs .active {
    color: #2274ff;
}
#bind-phone-dialog .content .forms > .item {
    display: none;
}
#bind-phone-dialog .content .forms > .active {
    display: block;
}
#bind-phone-dialog .content .forms .form .item {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
#bind-phone-dialog .content .forms .form .item .label {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}
#bind-phone-dialog .content .forms .form .item .label i {
    color: #f56c6c;
}
#bind-phone-dialog .content .forms .form .item .input-group {
    flex-wrap: nowrap;
}
#bind-phone-dialog .content .forms .form .item .input-group .layui-form {
    width: 100%;
}
#bind-phone-dialog .content .forms .form .item .input-group .postpose-btn {
    height: auto;
    line-height: normal;
    padding: 1rem;
    background: #2274ff !important;
    color: #fff !important;
    border: 1px solid #2274ff !important;
}
#bind-phone-dialog .content .forms .form .item .input {
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 0.2rem;
    width: 100% !important;
    transition: all 0.3s;
}
#bind-phone-dialog .content .forms .form .item .input::-moz-placeholder {
    color: #777 !important;
}
#bind-phone-dialog .content .forms .form .item .input::placeholder {
    color: #777 !important;
}
#bind-phone-dialog .content .forms .form .item .input:focus {
    border-color: #2274ff !important;
    box-shadow: none !important;
}
#bind-phone-dialog .content .forms .form .item .input:focus + .postpose-btn {
    border-color: #2274ff !important;
}
#bind-phone-dialog .content .forms .form .item .layui-border {
    border-color: #dee2e6;
    color: #777;
}
#bind-phone-dialog .content .forms .form .item .layui-border:hover {
    border-color: #2274ff !important;
}
#bind-phone-dialog .content .forms .form .item .layui-btn-disabled {
    color: #777 !important;
    opacity: 0.8;
}
#bind-phone-dialog .content .forms .form .item .links-btn {
    display: flex;
    justify-content: space-between;
}
#bind-phone-dialog .content .forms .form .item .links-btn a {
    color: #777;
    transition: all 0.3s;
}
#bind-phone-dialog .content .forms .form .item .links-btn a:hover {
    color: #2274ff;
}
#bind-phone-dialog .content .title {
    font-size: 1.8rem;
}
#bind-phone-dialog .content .tips {
    color: #e6a23c;
    background: #fafafa;
    padding: 1rem;
    position: relative;
    margin-bottom: 4rem;
}
#bind-phone-dialog .content .tips::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.2rem;
    background: #e6a23c;
}
#bind-phone-dialog .content .tips .tip {
    padding-left: 1rem;
    text-align: justify;
    line-height: 2.5rem;
}
#bind-phone-dialog .content .bind-forms .item .item {
    margin-top: 2rem;
}

#drag-code-dialog-box {
    display: none;
}
#drag-code-dialog-box .content {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#drag-code-dialog-box .content .header-code {
    font-weight: 550;
    color: #333;
    font-size: 1.6rem;
}
#drag-code-dialog-box .content .images-box {
    margin-top: 2rem;
    position: relative;
}
#drag-code-dialog-box .content .images-box .drag-image {
    position: absolute;
    left: 0;
    width: 4rem;
    height: 4rem;
}
#drag-code-dialog-box .content .images-box .drag-image-fixed {
    position: absolute;
    right: 50px;
    width: 4rem;
    height: 4rem;
    top: 50px;
}
#drag-code-dialog-box .content .images-box .tip {
    position: absolute;
    left: 0;
    height: 4rem;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 4rem;
    color: #2274ff;
    font-weight: 550;
    display: none;
}
#drag-code-dialog-box .content .images-box .fail {
    color: #f56c6c;
}
#drag-code-dialog-box .content .drag-box {
    height: 4rem;
    background: #f0f2f5;
    display: flex;
    flex-wrap: nowrap;
}
#drag-code-dialog-box .content .drag-box .drag-bg {
    height: 100%;
    opacity: 0.5;
    background: #2274ff;
}
#drag-code-dialog-box .content .drag-box .drag-btn {
    height: 100%;
    width: 4rem;
    background: #2274ff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#drag-code-dialog-box .content .drag-box .drag-btn .iconfont {
    font-size: 2rem;
    color: #fff;
}
#drag-code-dialog-box .content .drag-box .disable-drag-btn {
    cursor: not-allowed;
}
#drag-code-dialog-box .content .footer-code {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
#drag-code-dialog-box .content .footer-code .web-name {
    color: #2274ff;
    font-weight: 550;
}
#drag-code-dialog-box .content .footer-code .refresh-box .iconfont {
    margin-right: 0.5rem;
    cursor: pointer;
    color: #777;
    transition: all 0.3s;
}
#drag-code-dialog-box .content .footer-code .refresh-box .iconfont:hover {
    color: #2274ff;
}

.drag-image-code {
    background: #fff;
    border-radius: 0.5rem;
    padding: 2rem;
    width: auto !important;
}

.red {
    color: #f56c6c;
}

.blue {
    color: #409eff;
}

.green {
    color: #19be6b;
}

.orange {
    color: #ff5c00;
}

.purple {
    color: #8167f5;
}

.pink {
    color: #ff7a8c;
}

.red-bg {
    background: #f56c6c !important;
}

.blue-bg {
    background: #2274ff !important;
}

.green-bg {
    background: #67c23a !important;
}

.orange-bg {
    background: #e6a23c !important;
}

.purple-bg {
    background: #8167f5 !important;
}

.pink-bg {
    background: #ff7a8c !important;
}

/* 微信微博QQ等第三方颜色 */
.wecat {
    background: #53bb4c;
}

.qq {
    background: #3db0da;
}

.weibo {
    background: #d52c2b;
}

/** 常用标题*/
h2 {
    font-size: 3rem;
    color: #333;
    text-align: center;
    padding: 4rem 0 4rem 0;
}
@media (max-width: 991.98px) {
    h2 {
        padding: 4rem 0 2rem 0;
        font-size: 3rem;
    }
}

/** 模板样式 */
/** 新闻列表 */
/** 面包屑 */
/** 插件市场 */
.ptadmin-addon-market .addon-content {
    transition: all 0.3s;
}
.ptadmin-addon-market .addon-content:hover {
    transform: translateY(-0.5rem);
}
.ptadmin-addon-market .addon-content:hover .image img {
    transform: scale(1.05);
}
.ptadmin-addon-market .addon-content .image {
    background: #fff;
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}
.ptadmin-addon-market .addon-content .image img {
    transition: all 0.3s;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ptadmin-addon-market .addon-content .introduce {
    background: #fff;
    border-radius: 0 0 2px 2px;
    padding: 0.8rem 1.5rem;
    cursor: default;
}
.ptadmin-addon-market .addon-content .introduce .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ptadmin-addon-market .addon-content .introduce .author-box {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    justify-content: space-between;
    color: #999;
}
.ptadmin-addon-market .addon-content .introduce .author-box .author {
    flex-shrink: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 1.5rem;
}
.ptadmin-addon-market .addon-content .introduce .author-box .download {
    flex-shrink: 0;
}
.ptadmin-addon-market .addon-content .introduce .rate-box {
    margin: 0 -1.5rem;
    border-top: 1px solid #f8f8f8;
    padding: 0.8rem 1.5rem 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ptadmin-addon-market .addon-content .introduce .rate-box .layui-rate {
    padding: 0;
}
.ptadmin-addon-market .addon-content .introduce .rate-box .price {
    color: #ff5722;
}

/** 首页轮播 */
.home-banner {
    margin-top: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2274ff;
    background-image: url("images/home_banner.png");
}
.home-banner .layui-carousel {
    background: initial !important;
    height: 40rem !important;
}
.home-banner .layui-carousel .banner-item {
    padding: 8rem 0;
    background: initial !important;
}
.home-banner .layui-carousel .banner-item .content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
}
.home-banner .layui-carousel .banner-item .content {
    width: 50%;
    text-align: center;
}
@media (max-width: 991.98px) {
    .home-banner .layui-carousel .banner-item .content {
        width: 100%;
    }
}
.home-banner .layui-carousel .banner-item .content .title {
    font-size: 5rem;
    color: #fff;
    font-weight: 550;
    margin-bottom: 4rem;
}
@media (max-width: 575.98px) {
    .home-banner .layui-carousel .banner-item .content .title {
        font-size: 4rem;
    }
}
.home-banner .layui-carousel .banner-item .content .desc {
    text-align: justify;
    text-indent: 2rem;
    color: #fff;
    line-height: 3rem;
    font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .home-banner .layui-carousel .banner-item .content .desc {
        padding: 0 2rem;
    }
}
.home-banner .layui-carousel > [carousel-item]:before {
    content: "" !important;
}

/** 产品介绍 */
.product-introduce {
    background: #FFF;
    padding: 4rem 0;
}
.product-introduce .product-main .introduce-box .content {
    text-align: center;
}
.product-introduce .product-main .introduce-box .content .title {
    color: #333;
    font-size: 3rem;
    margin-top: 2rem;
    padding: 0 2rem;
}
.product-introduce .product-main .introduce-box .content .desc {
    color: #666;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 3rem;
    padding: 0 2rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/** 产品优势 */
.product-advantage {
    background: #FFF;
    padding: 1rem 1rem 4rem 1rem;
}
.product-advantage .content {
    margin-bottom: 4rem;
}
.product-advantage .content .sort {
    font-size: 7rem;
    color: rgba(64, 158, 255, 0.098);
    font-weight: 700;
    line-height: 4.8rem;
}
.product-advantage .content .title {
    font-size: 2rem;
    color: #333;
    font-weight: 400;
}
.product-advantage .content .desc {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    color: #999;
}

/** 新闻动态*/
.news-center .content {
    padding: 2rem;
    background: #fff;
    display: flex;
}
.news-center .content:hover .time-box {
    background: #2274ff;
    color: #fff;
}
.news-center .content:hover .details-box .title {
    color: #2274ff;
}
.news-center .content .time-box {
    padding: 1rem;
    border: 1px solid #2274ff;
    text-align: center;
    color: #2274ff;
    transition: all 0.2s;
}
.news-center .content .time-box .day {
    font-weight: 550;
    font-size: 2.5rem;
}
.news-center .content .time-box .year {
    font-size: 1.6rem;
}
.news-center .content .details-box {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-center .content .details-box .title {
    font-size: 2rem;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-center .content .details-box .desc {
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
}
.news-center .look-more {
    margin: 4rem 0;
}

/** 合作伙伴 */
.cooperate-pal {
    background: #fff;
    padding-bottom: 4rem;
}
.cooperate-pal .content-box .item {
    text-align: center;
}
.cooperate-pal .content-box .item a {
    display: inline-block;
}
.cooperate-pal .content-box .item a img {
    max-width: 18rem;
    width: 100%;
}

@media (max-width: 575.98px) {
    .contact-us .col-12 {
        padding-bottom: 2rem;
        border-bottom: 0.1rem solid #e4e4e4;
        margin-bottom: 2rem;
    }
}
.contact-us .content-1 h3 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
}
.contact-us .content-1 .english-title {
    color: #999;
    font-size: 2rem;
}
.contact-us .content-2 h3 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.contact-us .content-2 p {
    color: #999;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.contact-us .content-3 {
    text-align: center;
}
.contact-us .content-3 h3 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.contact-us .content-3 .iconfont {
    font-size: 4rem;
    color: #999;
}
.contact-us .content-3 p {
    color: #999;
    font-size: 1.4rem;
}
.contact-us .content-3 .btn {
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #2274ff;
    border: 0.1rem solid #2274ff;
    transition: all 0.4s;
}
.contact-us .content-3 .btn:hover {
    background: #2274ff;
    color: #fff;
}
.contact-us .content-4 {
    text-align: center;
}
.contact-us .content-4 h3 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.contact-us .content-4 .iconfont {
    font-size: 4rem;
    color: #999;
}
.contact-us .content-4 p {
    color: #999;
    font-size: 1.4rem;
}
.contact-us .content-4 img {
    width: 8.3rem;
    height: 8.3rem;
}

.home-template-market-content .home-template {
    display: flex;
    border-radius: 2px;
    transition: all 0.3s;
}
.home-template-market-content .home-template:hover {
    color: #333;
    transform: translateY(-0.5rem);
}
.home-template-market-content .home-template .image {
    background: #fff;
    padding: 1.5rem 0 1.5rem 1.5rem;
    width: 10rem;
    height: 15rem;
    flex-shrink: 0;
}
.home-template-market-content .home-template .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-template-market-content .home-template .introduce {
    padding: 1.5rem;
    background: #fff;
    flex: 1;
    position: relative;
}
.home-template-market-content .home-template .introduce .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
}
.home-template-market-content .home-template .introduce .tags {
    margin-bottom: 0.7rem;
}
.home-template-market-content .home-template .introduce .author-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    color: #777;
}
.home-template-market-content .home-template .introduce .author-box .author {
    flex-shrink: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 1.5rem;
}
.home-template-market-content .home-template .introduce .author-box .download {
    flex-shrink: 0;
}
.home-template-market-content .home-template .introduce .rate-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 3rem);
    left: 1.5rem;
    bottom: 1.5rem;
}
.home-template-market-content .home-template .introduce .rate-box .layui-rate {
    padding: 0;
}
.home-template-market-content .home-template .introduce .rate-box .price {
    color: #ff5722;
}

.develop-box {
    background-image: url("images/home_banner.png");
    background-color: #2274ff;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.develop-box .swiper-wrapper {
    padding: 25rem 0 2rem 0;
}
@media (min-width: 768px) {
    .develop-box .swiper-wrapper {
        padding: 25rem 0;
    }
}
.develop-box .swiper-wrapper .swiper-slide {
    height: 0.2rem;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
}
.develop-box .swiper-wrapper .swiper-slide::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.develop-box .swiper-wrapper .swiper-slide .content {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    padding: 2rem;
    text-align: center;
    color: #fff;
}
.develop-box .swiper-wrapper .swiper-slide .content .title {
    font-size: 2rem;
    padding: 1rem 0;
}
.develop-box .swiper-wrapper .swiper-slide .content .time {
    font-size: 1.4rem;
    font-weight: 550;
}
.develop-box .swiper-wrapper .swiper-slide .content .introduce {
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
@media (max-width: 575.98px) {
    .develop-box .swiper-wrapper .swiper-slide .content .introduce {
        padding: 0 2rem;
    }
}
@media (min-width: 768px) {
    .develop-box .swiper-wrapper .swiper-slide:nth-child(even) .content {
        transform: translate(-50%, 100%);
    }
}
.develop-box .swiper-wrapper .swiper-slide:nth-child(odd) .content {
    display: flex;
    flex-direction: column-reverse;
}
@media (max-width: 575.98px) {
    .develop-box .swiper-wrapper .swiper-slide .content {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}
.develop-box .develop-swiper {
    position: relative;
}
.develop-box .develop-swiper .common, .develop-box .develop-swiper .swiper-next, .develop-box .develop-swiper .swiper-prev {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    text-align: center;
}
.develop-box .develop-swiper .common .iconfont, .develop-box .develop-swiper .swiper-next .iconfont, .develop-box .develop-swiper .swiper-prev .iconfont {
    font-size: 2rem;
    color: #777;
    line-height: 3rem;
}
.develop-box .develop-swiper .swiper-prev {
    left: 0;
}
.develop-box .develop-swiper .swiper-next {
    right: 0;
}

.look-more {
    display: flex;
    justify-content: center;
    margin: 4rem 0 4rem 0;
}
.look-more .btn {
    border: 0.1rem solid #2274ff;
    border-radius: 0;
    color: #2274ff;
    padding: 1rem 6rem;
    font-size: 1.4rem;
    transition: all 0.4s;
}
.look-more .btn span {
    margin-left: 1rem;
}
.look-more .btn:hover {
    color: #fff;
    background: #2274ff;
}

/** 问答轮播 */
.q-and-a-banner {
    background-image: url("images/wenda_banner.png");
    margin-top: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2274ff;
    padding: 8rem 2rem;
}
.q-and-a-banner .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25rem;
}
.q-and-a-banner .content .introduce {
    width: 50%;
}
@media (max-width: 991.98px) {
    .q-and-a-banner .content .introduce {
        width: 100%;
    }
}
.q-and-a-banner .content .introduce .title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 550;
}
@media (max-width: 991.98px) {
    .q-and-a-banner .content .introduce .title {
        text-align: center;
    }
}
.q-and-a-banner .content .introduce .desc {
    color: #fff;
    text-indent: 2rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
}
.q-and-a-banner .content .me-ask-question {
    border-radius: 0.5rem;
    padding: 3rem 2rem;
    background: #fff;
    text-align: center;
}
.q-and-a-banner .content .me-ask-question .title {
    font-size: 2rem;
    color: #333;
    font-weight: 550;
}
.q-and-a-banner .content .me-ask-question .count {
    font-weight: 550;
    color: #f56c6c;
    margin: 2rem 0;
    font-size: 2rem;
}
.q-and-a-banner .content .me-ask-question .desc {
    margin-bottom: 4rem;
    color: #777;
    font-size: 1.4rem;
}
.q-and-a-banner .content .me-ask-question .ask {
    background: #2274ff;
    padding: 0.8rem 10rem;
    color: #fff;
    border-radius: 10rem;
    transition: all 0.5s;
}
.q-and-a-banner .content .me-ask-question .ask:hover {
    opacity: 0.8;
}

.q-and-a-box {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.q-and-a-box .card-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.q-and-a-box .card-header .title {
    font-size: 2rem;
    font-weight: 550;
}
.q-and-a-box .card-header .btns a {
    font-size: 1.4rem;
    color: #777;
}
.q-and-a-box .card-header .btns a:hover {
    color: #2274ff;
}
.q-and-a-box .recommend-box {
    background: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
}
.q-and-a-box .recommend-box .layui-carousel {
    height: 30rem !important;
}
@media (max-width: 575.98px) {
    .q-and-a-box .recommend-box .layui-carousel {
        height: 20rem !important;
    }
}
.q-and-a-box .recommend-box .banner-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 575.98px) {
    .q-and-a-box .recommend-box .lists-box {
        margin-top: 2rem;
    }
}
.q-and-a-box .recommend-box .lists-box .title {
    font-size: 1.8rem;
    font-weight: 550;
}
.q-and-a-box .recommend-box .lists-box .list .item {
    margin-bottom: 1.2rem;
}
.q-and-a-box .recommend-box .lists-box .list .item:last-child {
    margin-bottom: 0;
}
.q-and-a-box .recommend-box .lists-box .list .item a {
    font-size: 1.4rem;
    display: inline-block;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #777;
}
.q-and-a-box .recommend-box .lists-box .list .item a:hover {
    color: #2274ff;
}
.q-and-a-box .search-question-box {
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}
.q-and-a-box .search-question-box .title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
    .q-and-a-box .search-question-box .title {
        font-size: 1.8rem;
    }
}
.q-and-a-box .search-question-box .sub-title {
    font-size: 1.4rem;
    color: #777;
    text-align: center;
}
.q-and-a-box .search-question-box .search-box {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
.q-and-a-box .search-question-box .search-box .input {
    border: 0.1rem solid #dee2e6;
    min-width: 60%;
    padding: 1rem;
    color: #333;
    border-radius: 0.2rem;
}
.q-and-a-box .search-question-box .search-box .input::-moz-placeholder {
    color: #777;
}
.q-and-a-box .search-question-box .search-box .input::placeholder {
    color: #777;
}
.q-and-a-box .search-question-box .search-box .button {
    margin-left: 1rem;
}
.q-and-a-box .search-question-box .search-box .button .layui-btn {
    height: auto;
}
.q-and-a-box .article-lists-box {
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
}
.q-and-a-box .article-lists-box .q-and-a-list-nav-box {
    display: flex;
    align-items: center;
}
.q-and-a-box .article-lists-box .q-and-a-list-nav-box .q-and-a-list-nav {
    flex: 1;
    padding: 1rem 0 1rem 0;
    border-bottom: 1px solid #f0f2f5;
}
@media (max-width: 991.98px) {
    .q-and-a-box .article-lists-box .q-and-a-list-nav-box .q-and-a-list-nav {
        scrollbar-width: none;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
}
.q-and-a-box .article-lists-box .q-and-a-list-nav-box .q-and-a-list-nav li a {
    padding: 0.2rem 2rem;
    border-radius: 0.4rem;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}
.q-and-a-box .article-lists-box .q-and-a-list-nav-box .q-and-a-list-nav .active a {
    background: #2274ff;
    color: #fff;
}
.q-and-a-box .article-lists-box .q-and-a-list-nav-box .iconfont {
    padding: 1rem 0 1.5rem 0;
    display: none;
}
.q-and-a-box .article-lists-box .q-and-a-list-box {
    position: relative;
}
.q-and-a-box .article-lists-box .q-and-a-list-box .paging {
    margin: 2rem 0 1rem 0;
    display: flex;
    justify-content: center;
}
.q-and-a-box .article-lists-box .lists .item {
    border-bottom: 1px solid #f0f2f5;
    margin: 2rem 0;
    display: flex;
    padding: 1rem 0;
    align-items: center;
}
.q-and-a-box .article-lists-box .lists .item .avatar-box {
    margin-right: 1rem;
}
.q-and-a-box .article-lists-box .lists .item .avatar-box .image {
    width: 4.8rem;
    height: 4.8rem;
}
.q-and-a-box .article-lists-box .lists .item .avatar-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.5rem;
}
.q-and-a-box .article-lists-box .lists .item .link {
    flex: 1;
}
.q-and-a-box .article-lists-box .lists .item .link:hover .specific .title {
    color: #2274ff !important;
}
@media (max-width: 575.98px) {
    .q-and-a-box .article-lists-box .lists .item .link .specific .tag-box {
        display: none;
    }
    .q-and-a-box .article-lists-box .lists .item .link .specific .time-box {
        display: none !important;
    }
}
.q-and-a-box .article-lists-box .lists .item .link .specific {
    flex: 1;
    display: flex;
    align-items: center;
}
.q-and-a-box .article-lists-box .lists .item .link .specific .tag-box {
    display: flex;
}
.q-and-a-box .article-lists-box .lists .item .link .specific .tag-box .tag {
    color: #fff;
    white-space: nowrap;
    margin-right: 1rem;
    font-size: 1.2rem;
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    background: #048fff;
}
.q-and-a-box .article-lists-box .lists .item .link .specific .title {
    transition: all 0.2s;
    font-size: 1.4rem;
}
.q-and-a-box .article-lists-box .lists .item .link .specific .time-box {
    margin-left: auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #636b6e;
    font-size: 1.2rem;
}
.q-and-a-box .article-lists-box .lists .item .link .specific .time-box .look {
    margin-left: 0.5rem;
}
.q-and-a-box .article-lists-box .more {
    text-align: center;
}
.q-and-a-box .write_ques {
    border-radius: 0.5rem;
    background: #fff;
}
.q-and-a-box .write_ques .write {
    padding: 2rem 0rem;
    text-align: center;
}
.q-and-a-box .write_ques .write .link {
    background: #2274ff;
    width: 80%;
    font-size: 2rem;
    color: #fff;
    padding: 0.5rem 0;
    display: inline-block;
    border-radius: 0.2rem;
}
.q-and-a-box .write_ques .write .link:hover {
    opacity: 0.8;
}
.q-and-a-box .plate-box {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    border: 0.1rem solid #f0f2f5;
    border-radius: 0.5rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
.q-and-a-box .plate-box .item {
    flex: 1;
    margin: 0 1rem 1rem 0;
    width: calc((100% - 2rem) / 3);
    min-width: calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
}
.q-and-a-box .plate-box .item:nth-child(3n) {
    margin-right: 0;
}
.q-and-a-box .plate-box .item a {
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    color: #333;
    background: #f0f2f5;
    transition: all 0.2s;
    border: 1px solid #f0f2f5;
}
.q-and-a-box .plate-box .item a:hover {
    border-color: #2274ff;
    color: #2274ff;
}
.q-and-a-box .hot_ques {
    border: 0.1rem solid #f0f2f5;
    background: #fff;
    border-radius: 0.5rem;
    margin-top: 2rem;
}
.q-and-a-box .hot_ques .header {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #f2f2f2;
}
.q-and-a-box .hot_ques .header .title {
    font-size: 2rem;
    color: #333;
}
.q-and-a-box .hot_ques .header .iconfont {
    color: #f56c6c;
    font-size: 3rem;
}
.q-and-a-box .hot_ques .header span {
    color: #333;
}
.q-and-a-box .hot_ques .header .hot {
    font-size: 2rem;
    margin-right: 1rem;
}
.q-and-a-box .hot_ques .header .ranking {
    cursor: pointer;
    transition: all 0.2s;
    margin-right: 1rem;
}
.q-and-a-box .hot_ques .header .ranking:hover {
    color: #2274ff;
}
.q-and-a-box .hot_ques .header .ranking:last-child {
    margin-right: 0;
}
.q-and-a-box .hot_ques .header .active {
    color: #2274ff;
}
.q-and-a-box .hot_ques p {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #f2f2f2;
    font-size: 1.4rem;
}
.q-and-a-box .hot_ques p:last-of-type {
    border: none;
}
.q-and-a-box .hot_ques p a {
    font-size: 1.4rem;
}
.q-and-a-box .hot_ques p a:hover {
    color: #2274ff;
}
.q-and-a-box .hot-tag > .tags {
    padding: 1rem 1rem 0.5rem 1rem;
    display: flex;
    flex-wrap: wrap;
}
.q-and-a-box .hot-tag > .tags a {
    margin: 0 0.5rem 0.5rem 0;
    background: #048fff;
    padding: 0.35rem 1rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 1.2rem;
}
.q-and-a-box .hot-tag > .tags a:hover {
    background: #2274ff;
}

.q-and-a-lists-box {
    margin-top: 6rem;
}
.q-and-a-lists-box .bread-box {
    background: #fff;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.q-and-a-lists-box .bread-box .bread {
    display: flex;
}
.q-and-a-lists-box .bread-box .bread .item {
    position: relative;
}
.q-and-a-lists-box .bread-box .bread .item:first-child::before {
    content: "";
    padding: 0;
}
.q-and-a-lists-box .bread-box .bread .item::before {
    content: "/";
    padding: 0 0.5rem;
    font-size: 2rem;
}
.q-and-a-lists-box .bread-box .bread .item .link {
    font-size: 2rem;
    padding: 0.5rem 0;
    display: inline-block;
    transition: all 0.2s;
}
.q-and-a-lists-box .bread-box .bread .item .active {
    color: #777;
}
.q-and-a-lists-box .bread-box .search {
    display: flex;
}
@media (max-width: 991.98px) {
    .q-and-a-lists-box .bread-box .search {
        width: 100% !important;
    }
}
.q-and-a-lists-box .bread-box .search .input-search {
    display: flex;
}
@media (max-width: 991.98px) {
    .q-and-a-lists-box .bread-box .search .input-search {
        width: 100% !important;
    }
}
.q-and-a-lists-box .bread-box .search .input {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-right: none;
}
@media (max-width: 991.98px) {
    .q-and-a-lists-box .bread-box .search .input {
        width: 100%;
        padding: 1rem;
    }
}
.q-and-a-lists-box .bread-box .search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-left: none;
    transition: all 0.5s;
    background: #2274ff;
    color: #fff;
}
@media (max-width: 991.98px) {
    .q-and-a-lists-box .bread-box .search .search-icon {
        padding: 0 1.5rem;
    }
}

/* 问答详情 */
.q-and-a-detail .submit-box {
    margin-top: 1rem;
    display: flex;
    justify-content: end;
}
.q-and-a-detail .submit-box .submit {
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    border-radius: 0.2rem;
    border: 0.1rem solid #dee2e6;
    background: #fff;
    transition: all 0.2s;
    display: inline-block;
}
.q-and-a-detail .submit-box .submit:hover {
    color: #fff;
    background: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box {
    position: relative;
    margin-top: 8rem;
}
.q-and-a-detail .q-and-a-detail-box .content {
    margin-top: 1rem;
}
.q-and-a-detail .q-and-a-detail-box .content img {
    max-width: 100% !important;
}
.q-and-a-detail .q-and-a-detail-box .operates {
    position: absolute;
    height: 100%;
    right: 100%;
    width: 4.8rem;
    padding: 0;
}
@media (max-width: 991.98px) {
    .q-and-a-detail .q-and-a-detail-box .operates {
        display: none;
    }
}
.q-and-a-detail .q-and-a-detail-box .operates .static {
    position: sticky;
    top: 8rem;
    border-radius: 0.2rem;
    background: #fff;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link {
    color: #a5a5a5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(34, 36, 37, 0.1);
    white-space: wrap;
    position: relative;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link:last-child {
    border: none;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link .iconfont {
    font-size: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link:hover {
    color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link:hover > .tips {
    display: block;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link .num {
    font-size: 1.4rem;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link .tips {
    display: none;
    position: absolute;
    left: 100%;
    z-index: 99999;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link .tips .text {
    background: #fff;
    margin-left: 2rem;
    white-space: nowrap;
    padding: 1rem 2rem;
    box-shadow: 0 2px 27px 6px rgba(0, 0, 0, 0.12);
    position: relative;
}
.q-and-a-detail .q-and-a-detail-box .operates .static .link .tips .text::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-right: 0.8rem solid #fff;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.q-and-a-detail .q-and-a-detail-box .operates .static .active {
    color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .problem {
    padding: 2rem 2rem 1rem 2rem;
    background: #fff;
}
.q-and-a-detail .q-and-a-detail-box .problem h3 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
}
.q-and-a-detail .q-and-a-detail-box .problem .time {
    padding-left: 1rem;
    color: #777;
    margin-top: 1.8rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #f2f2f2;
    font-size: 1.4rem;
}
.q-and-a-detail .q-and-a-detail-box .problem .time > span:first-of-type {
    margin-right: 1rem;
}
.q-and-a-detail .q-and-a-detail-box .problem .time .iconfont {
    font-size: inherit;
    margin: 0 0 1rem 0.5rem;
}
.q-and-a-detail .q-and-a-detail-box .problem .time .active {
    cursor: pointer;
}
.q-and-a-detail .q-and-a-detail-box .problem .time .active:hover {
    text-decoration: underline;
}
.q-and-a-detail .q-and-a-detail-box .problem .small-operates {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f2f5;
    display: flex;
    flex-wrap: wrap;
}
.q-and-a-detail .q-and-a-detail-box .problem .small-operates .item {
    flex-shrink: 0;
    margin-right: 1rem;
    color: #777;
    flex: 1;
    margin: 0 1rem 1rem 0;
    width: calc((100% - 2rem) / 3);
    min-width: calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
}
.q-and-a-detail .q-and-a-detail-box .problem .small-operates .item:nth-child(3n) {
    margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .q-and-a-detail .q-and-a-detail-box .problem .small-operates .item {
        width: calc((100% - 6rem) / 7);
        min-width: calc((100% - 6rem) / 7);
        max-width: calc((100% - 6rem) / 7);
    }
    .q-and-a-detail .q-and-a-detail-box .problem .small-operates .item:nth-child(7n) {
        margin-right: 0;
    }
}
.q-and-a-detail .q-and-a-detail-box .problem .small-operates .active {
    color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .problem .small-operates .active .text {
    color: #2274ff !important;
}
.q-and-a-detail .q-and-a-detail-box .user-info {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.q-and-a-detail .q-and-a-detail-box .user-info .info {
    display: flex;
}
.q-and-a-detail .q-and-a-detail-box .user-info .info .avatar {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 0.5rem;
}
.q-and-a-detail .q-and-a-detail-box .user-info .info .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.q-and-a-detail .q-and-a-detail-box .user-info .info .person {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.q-and-a-detail .q-and-a-detail-box .like-box {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
    color: #777;
    display: flex;
    align-items: center;
}
.q-and-a-detail .q-and-a-detail-box .like-box .iconfont {
    font-size: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .like-box .desc i {
    font-style: normal;
}
.q-and-a-detail .q-and-a-detail-box .like-box .avatars {
    display: flex;
}
.q-and-a-detail .q-and-a-detail-box .like-box .avatars .avatar {
    width: 3rem;
    height: 3rem;
    margin-left: 0.5rem;
}
.q-and-a-detail .q-and-a-detail-box .like-box .avatars .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.q-and-a-detail .q-and-a-detail-box .divider-box {
    margin-top: 2rem;
    padding: 2rem 0;
    position: relative;
}
.q-and-a-detail .q-and-a-detail-box .divider-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background: #e2e4e7;
}
.q-and-a-detail .q-and-a-detail-box .divider-box .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f0f2f5;
    padding: 0 2rem;
    color: #777;
}
.q-and-a-detail .q-and-a-detail-box .comment-box {
    margin-top: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item {
    display: flex;
    margin-bottom: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .avatar {
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .avatar img {
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents {
    margin-left: 2rem;
    flex: 1;
    background: #fff;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents > .header {
    position: relative;
    display: flex;
    padding: 1rem 2rem;
    border-bottom: 1px solid #e2e4e7;
    justify-content: space-between;
    align-items: center;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents > .header .user-info-box {
    display: flex;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents > .header .user-name {
    font-weight: 550;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents > .header .like {
    cursor: pointer;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents > .header .like .iconfont {
    font-size: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents > .header .like:hover {
    color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents > .header .like .active {
    color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents > .header::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-right: 1rem solid #fff;
    position: absolute;
    top: 0%;
    right: 100%;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .details {
    padding: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .details .adopt-box {
    margin-bottom: 2rem;
    left: -3rem;
    position: relative;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .details .adopt-box .tag {
    padding: 0.35rem 1.5rem;
    background: #048fff;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .details .adopt-box .tag .iconfont {
    font-size: 1.2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .details .adopt-box .tag::before {
    content: "";
    position: absolute;
    border-top: 0.5rem solid #048fff;
    border-right: 0.5rem solid #048fff;
    border-left: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    left: 0;
    top: 100%;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .details .desc img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    height: auto;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .operate {
    margin-top: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .operate i {
    font-style: normal;
    color: #777;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .operate .comment, .q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .operate .comment-reward {
    margin-left: 1.5rem;
    cursor: pointer;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .operate .comment:hover, .q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .operate .comment-reward:hover {
    text-decoration: underline;
    text-decoration-color: #777;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .write {
    display: none;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .write .comment-input {
    margin-top: 2rem;
    display: flex;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .write .comment-input .input {
    border: 1px solid #777;
    width: 100%;
    padding: 0.8rem;
    flex: 1;
    border-right: 0;
    border-radius: 0.2rem 0 0 0.2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .write .comment-input .input:focus {
    border-color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .write .comment-input .input:focus + .submit {
    border-color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .write .comment-input .submit {
    padding: 0.8rem 2rem;
    cursor: pointer;
    border: 1px solid #777;
    transition: all 0.2s;
    border-radius: 0 0.2rem 0.2rem 0;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .write .comment-input .submit:hover {
    background: #2274ff;
    color: #fff;
    border-color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children {
    border-top: 1px dashed #e2e4e7;
    padding: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item {
    margin-bottom: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item .user-avatar {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item .user-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item > .info {
    margin-left: 0.5rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item > .info .header .user-name {
    font-size: 1.4rem;
    font-weight: 550;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item > .info .header .time {
    font-size: 1.4rem;
    color: #777;
    margin-left: 0.6rem;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item > .info .details-children {
    margin: 1rem 0;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item > .info .operate-children {
    color: #777;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item > .info .operate-children > span {
    margin-right: 1rem;
    cursor: pointer;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item > .info .operate-children > span:hover {
    color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .comment-box .item .contents .comment-children .item > .info .operate-children .active {
    color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .advertisement {
    margin-top: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .paging {
    margin-left: 7rem;
    display: none;
    justify-content: center;
}
.q-and-a-detail .q-and-a-detail-box .paging .item {
    background: #fff;
}
.q-and-a-detail .q-and-a-detail-box:has(.comment-box) .write_answer {
    margin-left: 7rem !important;
}
@media (max-width: 991.98px) {
    .q-and-a-detail .q-and-a-detail-box:has(.comment-box) .write_answer {
        margin-left: 0 !important;
    }
}
.q-and-a-detail .q-and-a-detail-box:has(.comment-box) .paging {
    display: flex !important;
}
.q-and-a-detail .q-and-a-detail-box .write_answer {
    padding: 2rem;
    background: #fff;
    margin: 2rem 0 2rem 0rem;
}
.q-and-a-detail .q-and-a-detail-box .write_answer h3 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #f2f2f2;
}
.q-and-a-detail .q-and-a-detail-box .write_answer .write_answer_content {
    margin-top: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .write_answer .submit-box {
    justify-content: center;
}
.q-and-a-detail .q-and-a-detail-box .write_answer .submit-box .common-btn {
    padding: 0.5rem 3rem;
}
.q-and-a-detail .q-and-a-detail-box .author-info {
    padding: 2rem;
    background: #fff;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.q-and-a-detail .q-and-a-detail-box .author-info .avatar-box {
    display: flex;
    align-items: center;
}
.q-and-a-detail .q-and-a-detail-box .author-info .avatar-box .avatar .image {
    display: block;
    width: 5rem;
    height: 5rem;
}
.q-and-a-detail .q-and-a-detail-box .author-info .avatar-box .avatar .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.q-and-a-detail .q-and-a-detail-box .author-info .avatar-box .user-name {
    color: #777;
    margin-left: 1rem;
    font-size: 1.4rem;
}
.q-and-a-detail .q-and-a-detail-box .related_ques {
    padding: 2rem;
    background: #fff;
}
.q-and-a-detail .q-and-a-detail-box .related_ques h3 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #f2f2f2;
}
.q-and-a-detail .q-and-a-detail-box .related_ques p {
    margin-top: 1.5rem;
}
.q-and-a-detail .q-and-a-detail-box .related_ques p:first-of-type {
    margin-top: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .related_ques p a:hover {
    color: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .recommend {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
}
.q-and-a-detail .q-and-a-detail-box .recommend h3 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #f2f2f2;
}
.q-and-a-detail .q-and-a-detail-box .recommend .buttons {
    margin-top: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .recommend .buttons .btn {
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0;
    color: #fff;
    padding: 2rem 0;
}
.q-and-a-detail .q-and-a-detail-box .recommend .buttons .blue_bg {
    background: #2274ff;
}
.q-and-a-detail .q-and-a-detail-box .recommend .buttons .purple_bg {
    background: #434cc2;
}
.q-and-a-detail .q-and-a-detail-box .recommend .buttons .orange_bg {
    background: #f56905;
}
.q-and-a-detail .q-and-a-detail-box .recommend_banner {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.q-and-a-detail .q-and-a-detail-box .recommend_banner .carousel-indicators button {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

#reward-dialog-box {
    display: none;
}
#reward-dialog-box .content {
    padding: 2rem 2rem 1rem 2rem;
}
#reward-dialog-box .content .user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}
#reward-dialog-box .content .user-info .avatar {
    overflow: hidden;
    width: 8rem;
    height: 8rem;
    margin-bottom: 1rem;
}
#reward-dialog-box .content .user-info .avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#reward-dialog-box .content .user-info .user-name {
    color: #777;
}
#reward-dialog-box .content .integral {
    display: flex;
    flex-wrap: wrap;
}
#reward-dialog-box .content .integral .item {
    flex: 1;
    margin: 0 1rem 1rem 0;
    width: calc((100% - 3rem) / 4);
    min-width: calc((100% - 3rem) / 4);
    max-width: calc((100% - 3rem) / 4);
    border-radius: 0.2rem;
    text-align: center;
    color: #fff;
    padding: 1rem;
    background: #048fff;
}
#reward-dialog-box .content .integral .item:nth-child(4n) {
    margin-right: 0;
}
#reward-dialog-box .content .integral .item:hover {
    background: #2274ff;
}

.reward-dialog-box {
    width: 45rem;
}
@media (max-width: 575.98px) {
    .reward-dialog-box {
        width: 90%;
    }
}

/* 分享  */
.share-dialog-box {
    width: 45rem;
}
@media (max-width: 575.98px) {
    .share-dialog-box {
        width: 90%;
    }
}

#share-dialog-box {
    display: none;
}
#share-dialog-box .content .qr-code-box {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#share-dialog-box .content .qr-code-box .code {
    width: 12rem;
    height: 12rem;
}
#share-dialog-box .content .qr-code-box .code img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#share-dialog-box .content .qr-code-box .desc {
    color: #777;
    font-size: 1.4rem;
}
#share-dialog-box .content .qr-footer {
    padding: 2rem;
    border-top: 1px solid #f0f2f5;
}
#share-dialog-box .content .qr-footer .btns {
    display: flex;
}
#share-dialog-box .content .qr-footer .btns .item {
    flex: 1;
}
#share-dialog-box .content .qr-footer .btns .item > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#share-dialog-box .content .qr-footer .btns .item > a:hover > .text {
    text-decoration: underline;
}
#share-dialog-box .content .qr-footer .btns .item > a .iconfont {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
    line-height: 4rem;
    color: #fff;
    font-size: 2rem;
}
#share-dialog-box .content .qr-footer .btns .item > a .text {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    color: #777;
}

/* 举报 */
.report-dialog-box {
    width: 45rem;
}
@media (max-width: 575.98px) {
    .report-dialog-box {
        width: 90%;
    }
}

#report-dialog-box {
    display: none;
}
#report-dialog-box .content {
    padding: 2rem;
}
#report-dialog-box .content .tips {
    padding: 2rem 2rem;
    padding-right: 0;
    position: relative;
    background: #fafafa;
    color: #048fff;
    margin-bottom: 2rem;
}
#report-dialog-box .content .tips::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 0.4rem solid #048fff;
    height: 100%;
}
#report-dialog-box .content .radios .input-group {
    display: flex;
    align-items: center;
}
#report-dialog-box .content .radios .input-group .label {
    cursor: pointer;
    padding-left: 1rem;
    font-size: 1.4rem;
}
#report-dialog-box .content .radios .input-group input {
    width: 1.5rem;
    height: 1.5rem;
}
#report-dialog-box .content .radios .input-text input {
    margin: 2rem 0;
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 0.2rem;
    width: 100% !important;
    transition: all 0.3s;
}
#report-dialog-box .content .radios .input-text input::-moz-placeholder {
    color: #777;
}
#report-dialog-box .content .radios .input-text input::placeholder {
    color: #777;
}
#report-dialog-box .content .radios .input-text input:focus {
    border-color: #048fff;
}
#report-dialog-box .content .report-footer {
    padding-top: 2rem;
    text-align: center;
    border-top: 1px solid #f0f2f5;
}

/* 发布问题 */
.ask-question .container-xxl {
    margin-top: 12rem;
    margin-bottom: 6rem;
    border-radius: 0.5rem;
}
.ask-question .container-xxl .card-box {
    padding: 2rem;
    background: #fff;
}
.ask-question .container-xxl .card-box h3 {
    padding: 2rem 0;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.ask-question .container-xxl .card-box .question {
    margin-bottom: 2rem;
}
.ask-question .container-xxl .card-box .question .form-label {
    font-size: 1.6rem;
}
.ask-question .container-xxl .card-box .question .form-control {
    border-radius: 0;
    font-size: 1.4rem;
    height: 4rem;
    transition: all 0s;
}
.ask-question .container-xxl .card-box .question .form-control:focus {
    box-shadow: none;
    border-color: #2274ff;
}
.ask-question .container-xxl .card-box .question .form-control option {
    font-size: 1.4rem;
}
.ask-question .container-xxl .card-box .question .tags-box {
    border: 0.1rem solid #dee2e6;
    height: 4rem;
    display: flex;
    align-items: center;
}
.ask-question .container-xxl .card-box .question .tags-box .tag {
    display: flex;
}
.ask-question .container-xxl .card-box .question .tags-box .tag .item {
    background: #2274ff;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-wrap: nowrap;
    margin-left: 0.5rem;
}
.ask-question .container-xxl .card-box .question .tags-box .tag .item:last-child {
    margin-right: 0.5rem;
}
.ask-question .container-xxl .card-box .question .tags-box .tag .item .icon {
    margin-left: 0.5rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.5s;
}
.ask-question .container-xxl .card-box .question .tags-box .tag .item .icon:hover {
    color: #ff2f00;
}
.ask-question .container-xxl .card-box .question .tags-box .tag-input-box {
    flex: 1;
    position: relative;
}
.ask-question .container-xxl .card-box .question .tags-box .tag-input-box .tag-input {
    height: 4rem;
    background: transparent !important;
    border: 0;
}
.ask-question .container-xxl .card-box .question .tags-box .tag-input-box .tag-input:focus {
    border: 1px solid #2274ff;
}
.ask-question .container-xxl .card-box .question .tags-box .tag-input-box .label-prompt-card {
    position: absolute;
    top: 100%;
    background: #fff;
    border: 0.1rem solid #dee2e6;
    margin-top: 0.5rem;
    z-index: 99999;
    display: none;
}
.ask-question .container-xxl .card-box .question .tags-box .tag-input-box .label-prompt-card .item {
    padding: 0.5rem 1rem;
    min-width: 18rem;
    cursor: pointer;
}
.ask-question .container-xxl .card-box .question .tags-box .tag-input-box .label-prompt-card .item:hover {
    background: rgba(130, 125, 125, 0.2);
}
.ask-question .container-xxl .submit-box {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.ask-question .container-xxl .submit-box .common-btn {
    padding: 0.5rem 3rem;
    color: #2274ff;
}

.document .document-banner {
    margin-top: 6rem;
    height: 32rem;
    background-image: url("images/document_banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.document .document-banner .document_banner_box h2 {
    padding-top: 5rem;
    font-size: 3.2rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.document .document-banner .document_banner_box h3 {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-top: 2rem;
}
.document .document-banner .document_banner_box .button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.document .document-banner .document_banner_box .button .btn {
    color: #fff;
    font-size: 2.5rem;
    padding: 1rem 0;
    width: 30%;
    background: linear-gradient(to bottom right, #1891ff, #e373fa);
    border: none;
}
@media (max-width: 575.98px) {
    .document .document-banner .document_banner_box .button .btn {
        font-size: 1.6rem;
        width: 50%;
    }
}
.document .document-banner .document_banner_box .button .btn:hover {
    opacity: 0.8;
}
.document .document_explain .document_explain_box h3 {
    padding-top: 5rem;
    color: #333;
    font-size: 3.6rem;
    text-align: center;
}
@media (max-width: 767.98px) {
    .document .document_explain .document_explain_box h3 {
        font-size: 2.5rem;
    }
}
.document .document_explain .document_explain_box h4 {
    margin-top: 2rem;
    color: #999;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
    .document .document_explain .document_explain_box h4 {
        font-size: 1.8rem;
    }
}
.document .document_explain .document_explain_box .content {
    margin-bottom: 10rem;
}
.document .document_explain .document_explain_box .content .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .document .document_explain .document_explain_box .content .img img {
        width: 31.2rem;
        height: 26.3rem;
    }
}
.document .document_explain .document_explain_box .content .desc_box {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 5rem;
}
.document .document_explain .document_explain_box .content .desc_box h4 {
    color: #333;
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
    .document .document_explain .document_explain_box .content .desc_box h4 {
        font-size: 2rem;
    }
}
.document .document_explain .document_explain_box .content .desc_box .desc_text {
    color: #999;
    font-size: 2rem;
    line-height: 4rem;
}
@media (max-width: 767.98px) {
    .document .document_explain .document_explain_box .content .desc_box .desc_text {
        font-size: 1.6rem;
    }
}
@media (max-width: 767.98px) {
    .document .document_explain .document_explain_box .content-center-text-left {
        display: none;
    }
}
@media (min-width: 768px) {
    .document .document_explain .document_explain_box .content-center-text-right {
        display: none;
    }
}

/* 插件导航 */
.plugin_box_nav {
    box-shadow: 0 0.06rem 0.5rem rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 2rem 0;
}
.plugin_box_nav .main {
    margin-bottom: 2rem;
}
.plugin_box_nav .main:last-child {
    margin-bottom: 0;
}
.plugin_box_nav .main .content {
    display: flex;
    flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
    .plugin_box_nav .main .content {
        align-items: center;
    }
}
.plugin_box_nav .main .content .title {
    flex-shrink: 0;
    padding: 0.5rem 0.5rem 0.5rem 0;
    font-size: 1.6rem;
    color: #333;
}
.plugin_box_nav .main .content .title .text {
    letter-spacing: 1.5rem;
    margin-right: -1.5rem;
}
.plugin_box_nav .main .content .links-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    .plugin_box_nav .main .content .links-box {
        flex-wrap: nowrap;
        overflow-x: auto;
        flex: 1;
        scrollbar-width: none;
    }
}
.plugin_box_nav .main .content .links-box .item {
    margin: 0 0.5rem 0.5rem 0;
}
@media (max-width: 991.98px) {
    .plugin_box_nav .main .content .links-box .item {
        margin: 0 0.5rem 0 0.5rem;
    }
}
.plugin_box_nav .main .content .links-box .item a {
    white-space: nowrap;
    display: block;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    color: #777;
    transition: all 0.2s;
}
@media (max-width: 991.98px) {
    .plugin_box_nav .main .content .links-box .item a {
        padding: 0.35rem 1rem;
    }
}
.plugin_box_nav .main .content .links-box .item:hover a {
    color: #fff;
    background: #2274ff;
}
.plugin_box_nav .main .content .links-box .active a {
    background: #2274ff;
    color: #fff;
}
.plugin_box_nav .main .content .icon-right {
    display: none;
    padding: 0.5rem 0;
}
.plugin_box_nav .main .sub-classify {
    margin: 1rem 0;
    background: #f7f7f7;
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 0.5rem;
}
.plugin_box_nav .main .sub-classify .classify-link {
    display: flex;
    flex-wrap: wrap;
}
.plugin_box_nav .main .sub-classify .classify-link .item {
    margin: 0 2rem 1rem 0;
}
.plugin_box_nav .main .sub-classify .classify-link .item a {
    color: #777;
    transition: all 0.2s;
}
.plugin_box_nav .main .sub-classify .classify-link .item a:hover {
    color: #2274ff;
}
.plugin_box_nav .main .sub-classify .classify-link .active a {
    color: #2274ff;
}

/* 插件轮播 */
.plugin-banner {
    background-image: url("images/plugin_market.png");
    margin-top: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2274ff;
    padding: 8rem 2rem;
}
.plugin-banner .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25rem;
}
.plugin-banner .content .introduce {
    width: 50%;
}
@media (max-width: 991.98px) {
    .plugin-banner .content .introduce {
        width: 100%;
    }
}
.plugin-banner .content .introduce .title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 550;
}
@media (max-width: 991.98px) {
    .plugin-banner .content .introduce .title {
        text-align: center;
    }
}
.plugin-banner .content .introduce .desc {
    color: #fff;
    text-indent: 2rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
}

/* 插件市场 */
.plugin-market {
    /* 排序导航 */
}
.plugin-market .sort-box {
    margin-top: 2rem;
    padding: 2rem 2rem 1.5rem 2rem;
    background: #fff;
}
@media (min-width: 992px) {
    .plugin-market .sort-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}
.plugin-market .sort-box .search {
    display: flex;
}
.plugin-market .sort-box .search .input-search {
    display: flex;
}
@media (max-width: 991.98px) {
    .plugin-market .sort-box .search .input-search {
        width: 100% !important;
    }
}
.plugin-market .sort-box .search .input {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-right: none;
}
@media (max-width: 991.98px) {
    .plugin-market .sort-box .search .input {
        width: 100%;
        padding: 1rem;
    }
}
.plugin-market .sort-box .search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-left: none;
    transition: all 0.5s;
    background: #2274ff;
    color: #fff;
}
@media (max-width: 991.98px) {
    .plugin-market .sort-box .search .search-icon {
        padding: 0 1.5rem;
    }
}
@media (max-width: 991.98px) {
    .plugin-market .sort-box .search {
        width: 100%;
        margin-top: 0.5rem;
    }
    .plugin-market .sort-box .search .input-search {
        width: 100% !important;
    }
    .plugin-market .sort-box .search .input-search .input {
        width: 100%;
    }
}
.plugin-market .sort-box .sort-navs {
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .plugin-market .sort-box .sort-navs {
        flex: 1;
    }
}
.plugin-market .sort-box .sort-navs .links-box {
    margin-right: 1rem;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    .plugin-market .sort-box .sort-navs .links-box {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
    }
}
.plugin-market .sort-box .sort-navs .links-box .item {
    white-space: nowrap;
    margin: 0 0.5rem 0.5rem 0;
}
.plugin-market .sort-box .sort-navs .links-box .item a {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.2s;
    display: block;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
}
@media (max-width: 575.98px) {
    .plugin-market .sort-box .sort-navs .links-box .item a {
        padding: 0.35rem 2rem;
    }
}
.plugin-market .sort-box .sort-navs .links-box .item:hover a {
    color: #fff;
    background: #2274ff;
}
.plugin-market .sort-box .sort-navs .links-box .item .layui-form {
    padding: 0.5rem 2rem;
}
@media (max-width: 991.98px) {
    .plugin-market .sort-box .sort-navs .links-box .item .layui-form {
        padding: 0.35rem 2rem;
    }
}
.plugin-market .sort-box .sort-navs .links-box .item .layui-form .layui-form-checked[lay-skin=primary] i {
    border-color: #2274ff !important;
    background-color: #2274ff !important;
    color: #fff !important;
}
.plugin-market .sort-box .sort-navs .links-box .item .layui-form .layui-form-checkbox:hover i {
    border-color: #2274ff;
}
.plugin-market .sort-box .sort-navs .links-box .active a {
    color: #fff;
    background: #2274ff;
}
.plugin-market .sort-box .sort-navs .icon-right {
    padding: 0.35rem 0;
    margin-bottom: 0.5rem;
    display: none;
}
.plugin-market .plugins {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.plugin-market .paging {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}
.plugin-market .paging .item {
    background: #fff;
}

.plugin-detail {
    margin-bottom: 2rem;
}
.plugin-detail .plugin-detail-banner {
    margin-top: 6rem;
    background-image: url("images/plugin_market_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2274ff;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box {
    padding: 5rem 0;
}
@media (max-width: 575.98px) {
    .plugin-detail .plugin-detail-banner .plugin_banner_box {
        padding: 4rem 1rem;
    }
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
}
@media (max-width: 575.98px) {
    .plugin-detail .plugin-detail-banner .plugin_banner_box .title {
        font-size: 2rem;
    }
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .desc {
    margin-top: 1rem;
    color: #fff;
    line-height: 3rem;
    text-align: center;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns {
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience,
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy {
    margin: 0 0.5rem;
    position: relative;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience > a,
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy > a {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 0.2rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience > a {
    background: #ff5722;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience > a:hover {
    background: #ff4409;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience:hover .items {
    display: block;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    padding-top: 0.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0.2rem;
    min-width: 22rem;
    padding: 0.5rem 0;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .item:last-child {
    margin-bottom: 0;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .item > a {
    display: block;
    padding: 0.8rem 1.4rem;
    white-space: nowrap;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .item > a:hover {
    background: #f8f8f8;
    color: #333;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .item > a .iconfont {
    margin-right: 0.5rem;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .code {
    position: relative;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .code:hover > .code-image {
    display: block;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .code .code-image {
    display: none;
    background: #fff;
    line-height: 20rem;
    position: absolute;
    width: 20rem;
    height: 20rem;
    left: 100%;
    top: 50%;
    border-radius: 0.2rem;
    z-index: 999;
    margin-left: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 575.98px) {
    .plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .code .code-image {
        left: 0;
        top: 100%;
    }
}
@media (min-width: 576px) {
    .plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .code .code-image {
        transform: translateY(-50%);
    }
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .code .code-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.2rem;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .code .code-image::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
@media (max-width: 575.98px) {
    .plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .experience .items .code .code-image::before {
        display: none;
    }
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy:hover .content {
    display: flex;
}
@media (max-width: 575.98px) {
    .plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy:hover .content {
        display: block;
    }
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy > a {
    background: #16b777;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy > a:hover {
    background: #13a068;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0.2rem;
    padding: 0.5rem;
}
@media (max-width: 575.98px) {
    .plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy .content {
        left: -100%;
    }
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy .content .section {
    padding: 1rem;
    width: 26rem;
}
@media (max-width: 575.98px) {
    .plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy .content .section {
        width: 20rem;
    }
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy .content .section .header {
    color: #ff5722;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy .content .section .use .item {
    padding: 0.5rem 0rem;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy .content .section .use .item:has(.icon-success) {
    color: #0073ff;
}
.plugin-detail .plugin-detail-banner .plugin_banner_box .banner-btns .buy .content .section .use .item .iconfont {
    margin-right: 0.5rem;
}
.plugin-detail .plugin-detail-box .title {
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #f5f5f5;
}
.plugin-detail .plugin-detail-box .title .name {
    font-size: 2rem;
    color: #333;
    margin-right: 1rem;
}
.plugin-detail .plugin-detail-box .title .name_desc {
    font-size: 1.6rem;
    color: #777;
}
.plugin-detail .plugin-detail-box .secondary_title {
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #f5f5f5;
    color: #000;
    font-size: 2rem;
}
.plugin-detail .plugin-detail-box h4 {
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.4rem;
}
.plugin-detail .plugin-detail-box .plugin-demo-image {
    height: 50rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (max-width: 575.98px) {
    .plugin-detail .plugin-detail-box .plugin-demo-image {
        height: 20rem;
    }
}
.plugin-detail .plugin-detail-box .plugin-demo-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.plugin-detail .plugin-detail-box .detail {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
}
.plugin-detail .plugin-detail-box .detail .banner {
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #f5f5f5;
    margin-top: 1rem;
}
.plugin-detail .plugin-detail-box .detail .banner .banner-button-left {
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 5%;
    border-radius: 50%;
    background: #ccc;
    opacity: 0.3;
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .plugin-detail .plugin-detail-box .detail .banner .banner-button-left {
        width: 3rem;
        height: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .plugin-detail .plugin-detail-box .detail .banner .banner-button-left {
        width: 4rem;
        height: 4rem;
    }
}
.plugin-detail .plugin-detail-box .detail .banner .banner-button-right {
    width: 5rem;
    height: 5rem;
    top: 50%;
    right: 5%;
    border-radius: 50%;
    background: #ccc;
    opacity: 0.3;
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .plugin-detail .plugin-detail-box .detail .banner .banner-button-right {
        width: 3rem;
        height: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .plugin-detail .plugin-detail-box .detail .banner .banner-button-right {
        width: 4rem;
        height: 4rem;
    }
}
.plugin-detail .plugin-detail-box .detail .btns {
    text-align: center;
}
.plugin-detail .plugin-detail-box .detail .btns a {
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    color: #fff;
    background: #048fff;
}
@media (max-width: 767.98px) {
    .plugin-detail .plugin-detail-box .detail .btns a {
        padding: 0.5rem 1rem;
    }
}
.plugin-detail .plugin-detail-box .detail .btns a:hover {
    opacity: 0.8;
}
.plugin-detail .plugin-detail-box .detail .function_introduction {
    margin-top: 1rem;
}
.plugin-detail .plugin-detail-box .log {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
}
.plugin-detail .plugin-detail-box .log .log-roll-box {
    max-height: 1000px;
    overflow-y: auto;
}
.plugin-detail .plugin-detail-box .log .log-roll-box::-webkit-scrollbar {
    width: 6px;
}
.plugin-detail .plugin-detail-box .log .log-roll-box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}
.plugin-detail .plugin-detail-box .log .log-roll-box .log_desc_box {
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid #f5f5f5;
}
.plugin-detail .plugin-detail-box .log .log-roll-box .log_desc_box .tag {
    padding: 0.2rem 0.5rem;
    background: #048fff;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0.2rem;
}
.plugin-detail .plugin-detail-box .log .log-roll-box .log_desc_box p {
    margin: 1rem 0;
}
.plugin-detail .plugin-detail-box .log .log-roll-box .log_desc_box .time {
    color: #777;
}
.plugin-detail .plugin-detail-box .log .log-roll-box .log_desc_box .desc {
    color: #333;
}
.plugin-detail .plugin-detail-box .common_ques {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
}
.plugin-detail .plugin-detail-box .common_ques .questions {
    margin-top: 1.5rem;
}
.plugin-detail .plugin-detail-box .common_ques .questions .layui-colla-title {
    background: transparent;
}
.plugin-detail .plugin-detail-box .common_ques .questions .accordion-button {
    box-shadow: none;
    background: #fff;
    font-size: 1.6rem;
}
.plugin-detail .plugin-detail-box .common_ques .questions .accordion-button:hover {
    color: #2274ff;
}
.plugin-detail .plugin-detail-box .common_ques .questions .accordion-body {
    background: #f4f6f8;
    text-indent: 2rem;
}
.plugin-detail .plugin-detail-box .download {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
}
.plugin-detail .plugin-detail-box .download .btn {
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0.2rem;
    padding: 1rem;
    background: #2274ff;
}
.plugin-detail .plugin-detail-box .download .btn:last-child {
    margin-bottom: 0;
}
.plugin-detail .plugin-detail-box .download .btn a {
    display: block;
    color: #fff;
}
.plugin-detail .plugin-detail-box .download .btn:hover {
    opacity: 0.8;
}
.plugin-detail .plugin-detail-box .download .agree {
    margin-top: 1rem;
}
.plugin-detail .plugin-detail-box .download .agree a {
    color: #777;
    margin-left: 1rem;
}
.plugin-detail .plugin-detail-box .download .agree a:hover {
    color: #2274ff;
}
.plugin-detail .plugin-detail-box .download .agree .form-check-input:focus {
    box-shadow: none;
}
.plugin-detail .plugin-detail-box .plugin_info {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
}
.plugin-detail .plugin-detail-box .plugin_info .info {
    padding: 1rem;
}
.plugin-detail .plugin-detail-box .plugin_info .info h3 {
    font-size: 1.6rem;
}
.plugin-detail .plugin-detail-box .plugin_info .info p {
    margin-top: 0.5rem;
    color: #777;
}
.plugin-detail .plugin-detail-box .plugin_info .info p a {
    color: #2274ff;
}
.plugin-detail .plugin-detail-box .plugin_info .info p a:hover {
    opacity: 0.5;
}
.plugin-detail .plugin-detail-box .recommend {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
}
.plugin-detail .plugin-detail-box .recommend .recommend-addon-box {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
}
.plugin-detail .plugin-detail-box .recommend .recommend-addon-box::-webkit-scrollbar {
    width: 6px;
}
.plugin-detail .plugin-detail-box .recommend .recommend-addon-box::-webkit-scrollbar-thumb {
    background: #ccc;
}
.plugin-detail .plugin-detail-box .recommend .recommend_box {
    padding: 0.8rem 0;
    border-bottom: 0.1rem solid #f5f5f5;
}
.plugin-detail .plugin-detail-box .recommend .recommend_box .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.plugin-detail .plugin-detail-box .recommend .recommend_box .img img {
    width: 60px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.plugin-detail .plugin-detail-box .recommend .recommend_box .right p {
    padding-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.plugin-detail .plugin-detail-box .recommend .recommend_box .right p a {
    color: #2274ff;
    font-size: 1.4rem;
}
.plugin-detail .plugin-detail-box .recommend .recommend_box .right p a:hover {
    color: #5594ff;
}
.plugin-detail .plugin-detail-box .recommend .recommend_box .right .desc {
    font-size: 1.4rem;
    color: #777;
    margin: 0.2rem 0;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.plugin-detail .plugin-detail-box .history {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
}
.plugin-detail .plugin-detail-box .history .history-info {
    display: block;
    margin-top: 1rem;
}
.plugin-detail .plugin-detail-box .history .history-info span {
    margin-right: 0.8rem;
}
.plugin-detail .plugin-detail-box .history .history-info:hover {
    color: #2274ff;
}
.plugin-detail .plugin-detail-box .advertisement_banner {
    margin-top: 2rem;
}
.plugin-detail .plugin-detail-box .advertisement_banner .carousel-indicators button {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

/* 模板轮播 */
.template-banner {
    background-image: url("images/plugin_market.png");
    margin-top: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2274ff;
    padding: 8rem 2rem;
}
.template-banner .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25rem;
}
.template-banner .content .introduce {
    width: 50%;
}
@media (max-width: 991.98px) {
    .template-banner .content .introduce {
        width: 100%;
    }
}
.template-banner .content .introduce .title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 550;
}
@media (max-width: 991.98px) {
    .template-banner .content .introduce .title {
        text-align: center;
    }
}
.template-banner .content .introduce .desc {
    color: #fff;
    text-indent: 2rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
}

.template_box_nav {
    box-shadow: 0 0.06rem 0.5rem rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 2rem 0;
}
.template_box_nav .main {
    margin-bottom: 2rem;
}
.template_box_nav .main:last-child {
    margin-bottom: 0;
}
.template_box_nav .main .content {
    display: flex;
    flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
    .template_box_nav .main .content {
        align-items: center;
    }
}
.template_box_nav .main .content .title {
    flex-shrink: 0;
    padding: 0.5rem 0.5rem 0.5rem 0;
    font-size: 1.6rem;
    color: #333;
}
.template_box_nav .main .content .title .text {
    letter-spacing: 1.5rem;
    margin-right: -1.5rem;
}
.template_box_nav .main .content .links-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    .template_box_nav .main .content .links-box {
        flex-wrap: nowrap;
        overflow-x: auto;
        flex: 1;
        scrollbar-width: none;
    }
}
.template_box_nav .main .content .links-box .item {
    margin: 0 0.5rem 0.5rem 0;
}
@media (max-width: 991.98px) {
    .template_box_nav .main .content .links-box .item {
        margin: 0 0.5rem 0 0.5rem;
    }
}
.template_box_nav .main .content .links-box .item a {
    white-space: nowrap;
    display: block;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    color: #777;
    transition: all 0.2s;
}
@media (max-width: 991.98px) {
    .template_box_nav .main .content .links-box .item a {
        padding: 0.35rem 1rem;
    }
}
.template_box_nav .main .content .links-box .item:hover a {
    color: #fff;
    background: #2274ff;
}
.template_box_nav .main .content .links-box .active a {
    background: #2274ff;
    color: #fff;
}
.template_box_nav .main .content .icon-right {
    display: none;
    padding: 0.5rem 0;
}
.template_box_nav .main .sub-classify {
    margin: 1rem 0;
    background: #f7f7f7;
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 0.5rem;
}
.template_box_nav .main .sub-classify .classify-link {
    display: flex;
    flex-wrap: wrap;
}
.template_box_nav .main .sub-classify .classify-link .item {
    margin: 0 2rem 1rem 0;
}
.template_box_nav .main .sub-classify .classify-link .item a {
    color: #777;
    transition: all 0.2s;
}
.template_box_nav .main .sub-classify .classify-link .item a:hover {
    color: #2274ff;
}
.template_box_nav .main .sub-classify .classify-link .active a {
    color: #2274ff;
}

/*模板列表*/
.template-market .sort-box {
    margin-top: 2rem;
    padding: 2rem 2rem 1.5rem 2rem;
    background: #fff;
}
@media (min-width: 992px) {
    .template-market .sort-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}
.template-market .sort-box .search {
    display: flex;
}
.template-market .sort-box .search .input-search {
    display: flex;
}
@media (max-width: 991.98px) {
    .template-market .sort-box .search .input-search {
        width: 100% !important;
    }
}
.template-market .sort-box .search .input {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-right: none;
}
@media (max-width: 991.98px) {
    .template-market .sort-box .search .input {
        width: 100%;
        padding: 1rem;
    }
}
.template-market .sort-box .search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-left: none;
    transition: all 0.5s;
    background: #2274ff;
    color: #fff;
}
@media (max-width: 991.98px) {
    .template-market .sort-box .search .search-icon {
        padding: 0 1.5rem;
    }
}
@media (max-width: 991.98px) {
    .template-market .sort-box .search {
        width: 100%;
        margin-top: 0.5rem;
    }
    .template-market .sort-box .search .input-search {
        width: 100% !important;
    }
    .template-market .sort-box .search .input-search .input {
        width: 100%;
    }
}
.template-market .sort-box .sort-navs {
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .template-market .sort-box .sort-navs {
        flex: 1;
    }
}
.template-market .sort-box .sort-navs .links-box {
    margin-right: 1rem;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    .template-market .sort-box .sort-navs .links-box {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
    }
}
.template-market .sort-box .sort-navs .links-box .item {
    white-space: nowrap;
    margin: 0 0.5rem 0.5rem 0;
}
.template-market .sort-box .sort-navs .links-box .item a {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.2s;
    display: block;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
}
@media (max-width: 575.98px) {
    .template-market .sort-box .sort-navs .links-box .item a {
        padding: 0.35rem 2rem;
    }
}
.template-market .sort-box .sort-navs .links-box .item:hover a {
    color: #fff;
    background: #2274ff;
}
.template-market .sort-box .sort-navs .links-box .item .layui-form {
    padding: 0.5rem 2rem;
}
@media (max-width: 991.98px) {
    .template-market .sort-box .sort-navs .links-box .item .layui-form {
        padding: 0.35rem 2rem;
    }
}
.template-market .sort-box .sort-navs .links-box .item .layui-form .layui-form-checked[lay-skin=primary] i {
    border-color: #2274ff !important;
    background-color: #2274ff !important;
    color: #fff !important;
}
.template-market .sort-box .sort-navs .links-box .item .layui-form .layui-form-checkbox:hover i {
    border-color: #2274ff;
}
.template-market .sort-box .sort-navs .links-box .active a {
    color: #fff;
    background: #2274ff;
}
.template-market .sort-box .sort-navs .icon-right {
    padding: 0.35rem 0;
    margin-bottom: 0.5rem;
    display: none;
}
.template-market .templates {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.template-market .templates .content {
    display: block;
    transition: all 0.3s;
}
.template-market .templates .content:hover {
    color: #333;
    transform: translateY(-0.5rem);
}
.template-market .templates .content:hover .image img {
    transform: translate(-50%, -50%);
}
.template-market .templates .content .image {
    background: #fff;
    position: relative;
    border-radius: 2px 2px 0 0;
    padding-top: 100%;
}
.template-market .templates .content .image img {
    border-radius: 8px;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    transition: all 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.template-market .templates .content .introduce {
    padding: 1.5rem;
    background: #fff;
    flex: 1;
    position: relative;
}
.template-market .templates .content .introduce .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
}
.template-market .templates .content .introduce .tags {
    margin-bottom: 0.7rem;
}
.template-market .templates .content .introduce .author-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    color: #777;
}
.template-market .templates .content .introduce .author-box .author {
    flex-shrink: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 1.5rem;
}
.template-market .templates .content .introduce .author-box .download {
    flex-shrink: 0;
}
.template-market .templates .content .introduce .rate-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 3rem);
    left: 1.5rem;
    bottom: 1.5rem;
}
.template-market .templates .content .introduce .rate-box .layui-rate {
    padding: 0;
}
.template-market .templates .content .introduce .rate-box .price {
    color: #ff5722;
}
.template-market .templates .content .introduce {
    padding: 0.8rem 1.5rem;
    border-top: 1px solid #f8f8f8;
}
.template-market .templates .content .introduce .rate-box {
    position: relative;
    inset: 0 !important;
    width: 100%;
    margin-top: 1.5rem;
}
.template-market .paging {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}
.template-market .paging .item {
    background: #fff;
}

.template-detail .template-detail-banner {
    margin-top: 6rem;
    background-image: url("images/plugin_market.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2274ff;
}
.template-detail .template-detail-banner .template_banner_box {
    padding: 5rem 0;
}
@media (max-width: 575.98px) {
    .template-detail .template-detail-banner .template_banner_box {
        padding: 4rem 1rem;
    }
}
.template-detail .template-detail-banner .template_banner_box .title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
}
@media (max-width: 575.98px) {
    .template-detail .template-detail-banner .template_banner_box .title {
        font-size: 2rem;
    }
}
.template-detail .template-detail-banner .template_banner_box .desc {
    margin-top: 1rem;
    color: #fff;
    line-height: 3rem;
    text-align: center;
}
.template-detail .template-detail-box {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.template-detail .template-detail-box .template-detail-swiper {
    height: 100%;
    max-height: 40rem;
}
.template-detail .template-detail-box .template-detail-top {
    padding: 2rem;
    border-radius: 0.5rem;
    background: #fff;
}
.template-detail .template-detail-box .template-detail-top .image {
    width: 100%;
    max-height: 40rem;
}
.template-detail .template-detail-box .template-detail-top .image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.template-detail .template-detail-box .template-detail-top .introduce-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 550;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
    column-gap: 10px;
}
@media (max-width: 991.98px) {
    .template-detail .template-detail-box .template-detail-top .introduce-box .detail .info {
        display: block;
    }
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 1rem 0rem 1rem;
    background: #f8f8f8;
    margin-bottom: 1rem;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags .item {
    width: calc((100% - 3rem) / 4);
    margin: 0 1rem 1rem 0;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags .item .label,
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags .item .value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags .item .label {
    width: 8rem;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags .item .value {
    flex: 1;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags .item:nth-child(4n) {
    margin-right: 0;
}
@media (max-width: 991.98px) {
    .template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags .item {
        width: calc((100% - 1rem) / 2);
        margin: 0 1rem 1rem 0;
    }
    .template-detail .template-detail-box .template-detail-top .introduce-box .detail .custom-tags .item:nth-child(2n) {
        margin-right: 0;
    }
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .item {
    font-size: 1.4rem;
    display: flex;
    margin-bottom: 1.5rem;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .item .layui-rate {
    padding: 0;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .item .label {
    flex-shrink: 0;
    color: #333;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .item .value {
    color: #777;
    text-align: justify;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .detail .item .badge {
    background: #048fff !important;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .btns {
    text-align: center;
}
.template-detail .template-detail-box .template-detail-top .introduce-box .btns a {
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    color: #fff;
    background: #048fff;
}
@media (max-width: 767.98px) {
    .template-detail .template-detail-box .template-detail-top .introduce-box .btns a {
        padding: 0.5rem 1rem;
    }
}
.template-detail .template-detail-box .template-detail-top .introduce-box .btns a:hover {
    opacity: 0.8;
}
.template-detail .template-detail-box .template-details {
    margin-top: 2rem;
    background: #fff;
    border-radius: 0.5rem;
}
.template-detail .template-detail-box .template-details .tabs {
    display: flex;
    border-bottom: 1px solid #f8f8f8;
}
.template-detail .template-detail-box .template-details .tabs .item {
    position: relative;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: all 0.3s;
}
.template-detail .template-detail-box .template-details .tabs .item:hover {
    color: #048fff;
}
.template-detail .template-detail-box .template-details .tabs .active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0.2rem;
    width: 100%;
    background: #048fff;
}
.template-detail .template-detail-box .template-details .content {
    padding: 2rem;
}
.template-detail .template-detail-box .template-details .content .item {
    display: none;
}
.template-detail .template-detail-box .template-details .content .item .notice {
    padding: 0.5rem 0;
}
.template-detail .template-detail-box .template-details .content .active {
    display: block;
}
.template-detail .template-detail-box .templates {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.template-detail .template-detail-box .templates .content {
    display: block;
    transition: all 0.3s;
}
.template-detail .template-detail-box .templates .content:hover {
    color: #333;
    transform: translateY(-0.5rem);
}
.template-detail .template-detail-box .templates .content:hover .image img {
    transform: translate(-50%, -50%);
}
.template-detail .template-detail-box .templates .content .image {
    background: #fff;
    position: relative;
    border-radius: 2px 2px 0 0;
    padding-top: 100%;
}
.template-detail .template-detail-box .templates .content .image img {
    border-radius: 8px;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    transition: all 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.template-detail .template-detail-box .templates .content .introduce {
    padding: 1.5rem;
    background: #fff;
    flex: 1;
    position: relative;
}
.template-detail .template-detail-box .templates .content .introduce .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
}
.template-detail .template-detail-box .templates .content .introduce .tags {
    margin-bottom: 0.7rem;
}
.template-detail .template-detail-box .templates .content .introduce .author-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    color: #777;
}
.template-detail .template-detail-box .templates .content .introduce .author-box .author {
    flex-shrink: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 1.5rem;
}
.template-detail .template-detail-box .templates .content .introduce .author-box .download {
    flex-shrink: 0;
}
.template-detail .template-detail-box .templates .content .introduce .rate-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 3rem);
    left: 1.5rem;
    bottom: 1.5rem;
}
.template-detail .template-detail-box .templates .content .introduce .rate-box .layui-rate {
    padding: 0;
}
.template-detail .template-detail-box .templates .content .introduce .rate-box .price {
    color: #ff5722;
}
.template-detail .template-detail-box .templates .content .introduce {
    padding: 0.8rem 1.5rem;
    border-top: 1px solid #f8f8f8;
}
.template-detail .template-detail-box .templates .content .introduce .rate-box {
    position: relative;
    inset: 0 !important;
    width: 100%;
    margin-top: 1.5rem;
}
.template-detail .template-detail-box .template-detail-bottom {
    margin-top: 4rem;
}
.template-detail .template-detail-box .template-detail-bottom h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 4rem;
}

.template-detail .change-related-templates-btns {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.template-detail .change-related-templates-btns .item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin-right: 0.5rem;
    text-align: center;
}

.template-detail .change-related-templates-btns .item:hover {
    color: #048fff;
}

@media (min-width: 1200px) {
    .template-detail .change-related-templates-btns .item {
        top: 50%;
        position: absolute;
        background: #fff;
        z-index: 999;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        opacity: 0.35;
        transition: all 0.3s;
    }
    .template-detail .change-related-templates-btns .item:hover {
        opacity: 1;
    }
    .template-detail .change-related-templates-btns .related-templates-next {
        left: 10px;
    }
    .template-detail .change-related-templates-btns .related-templates-prev {
        right: 10px;
    }
}
.demo-banner {
    margin-top: 6rem;
    height: 32rem;
    background-image: url("images/plugin_market_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2274ff;
}
.demo-banner .demo_banner_box h2 {
    padding-top: 8rem;
    font-size: 4.8rem;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .demo-banner .demo_banner_box h2 {
        padding-top: 5rem;
    }
}
.demo-banner .demo_banner_box .desc {
    display: flex;
    justify-content: center;
}
.demo-banner .demo_banner_box .desc span {
    width: 60%;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.7rem;
    color: #fff;
    line-height: 3rem;
}
@media (max-width: 991.98px) {
    .demo-banner .demo_banner_box .desc span {
        width: 100%;
    }
}

.demo-box {
    margin-top: 5rem;
}
.demo-box .content {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #FFF;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
}
.demo-box .content:hover {
    transform: scale(1.03);
}
.demo-box .content:hover .button {
    background: rgba(0, 115, 255, 0.175);
    display: flex;
    align-items: center;
    justify-content: center;
}
.demo-box .content:hover .button .btn {
    background: #2274ff;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.5rem 2rem;
    border: none;
    margin-left: 1rem;
    animation: show_btn 0.4s;
}
.demo-box .content:hover .button .btn:hover {
    color: #2274ff;
    background: #fff;
}
.demo-box .content .button {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2274ff;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.4s;
}
.demo-box .content h3 {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.175);
}
.demo-box .content h3 i {
    font-size: 3rem;
    color: #2274ff;
    margin-right: 1rem;
}
.demo-box .content h3 span {
    font-size: 1.8rem;
    color: #333;
}
.demo-box .paging {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}
.demo-box .paging .item {
    background: #FFF;
}

@keyframes show_btn {
    0% {
        transform: translateY(20rem);
    }
    100% {
        transform: translateY(0);
    }
}
.download .download-banner {
    margin-top: 6rem;
    background-image: url("images/plugin_market_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2274ff;
    padding: 4rem 0;
}
.download .download-banner .download_banner_box h2 {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 400;
    color: #fff;
    padding: 2rem 0;
}
@media (max-width: 767.98px) {
    .download .download-banner .download_banner_box h2 {
        font-size: 2.5rem;
    }
}
.download .download-banner .download_banner_box h3 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
}
@media (max-width: 767.98px) {
    .download .download-banner .download_banner_box h3 {
        font-size: 1.5rem;
    }
}
.download .download-banner .download_banner_box .button {
    margin-top: 4rem;
    text-align: center;
    padding-bottom: 2rem;
}
.download .download-banner .download_banner_box .button .btn {
    border: none;
    background: #fff;
    color: #2274ff;
    width: 30rem;
    padding: 1rem 0;
    font-size: 1.9rem;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .download .download-banner .download_banner_box .button .btn {
        font-size: 1.5rem;
        width: 20rem;
        padding: 0.5rem 0;
    }
}
.download .download-banner .download_banner_box .button .btn:hover {
    opacity: 0.8;
}
.download .download-way {
    margin-top: 5rem;
    margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
    .download .download-way .box {
        margin-bottom: 2rem;
    }
}
.download .download-way .content {
    background: #fff;
    padding: 4rem 1rem;
    border-radius: 0.4rem;
    height: 100%;
}
@media (max-width: 991.98px) {
    .download .download-way .content {
        margin-bottom: 2rem;
    }
}
.download .download-way .content .top_icon {
    text-align: center;
}
.download .download-way .content .top_icon .iconfont {
    padding: 2rem;
    border-radius: 50%;
    background: #2274ff;
    color: #fff;
    font-size: 6rem;
}
.download .download-way .content h3 {
    text-align: center;
    margin-top: 2.5rem;
    font-weight: 400;
    color: #333;
    font-size: 1.75rem;
}
.download .download-way .content .desc {
    margin-top: 0.5rem;
    color: #333;
    text-align: center;
    font-size: 1.4rem;
}
.download .download-way .content .btn {
    width: 100%;
    background: #2274ff;
    margin-top: 3rem;
    color: #fff;
    font-size: 1.8rem;
}
.download .download-way .content .btn:hover {
    opacity: 0.8;
}
.download .download-way .download_advertisement .title {
    padding: 0 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2rem 0;
}
@media (max-width: 991.98px) {
    .download .download-way .download_advertisement .title {
        margin: 1rem 0;
    }
}
@media (max-width: 991.98px) {
    .download .download-way .download_advertisement .title span {
        margin-bottom: 1rem;
    }
}
.download .download-way .download_advertisement .title span a {
    color: #2274ff;
}
.download .download-way .download_advertisement .title span a:hover {
    opacity: 0.8;
}
@media (max-width: 991.98px) {
    .download .download-way .download_advertisement .download_advertisement-img {
        margin-bottom: 1rem;
    }
}

.person-section .person-box {
    margin-top: 9rem;
    margin-bottom: 3rem;
}
.person-section .person-box .person-small-nav {
    margin-bottom: 2rem;
    position: relative;
}
.person-section .person-box .person-small-nav .nav-link {
    font-size: 2rem;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background: #fff;
}
.person-section .person-box .person-small-nav .nav-link .nav-name {
    font-weight: 550;
}
.person-section .person-box .person-small-nav .nav-link .iconfont {
    transition: all 0.5s;
    font-size: 2.5rem;
}
.person-section .person-box .person-small-nav .active .iconfont {
    transform: rotate(90deg);
}
.person-section .person-box .person-small-nav .navs {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
    border-radius: 0.5rem;
    width: 100%;
    border-top: 1px solid #dee2e6;
    max-height: 30rem;
    overflow-y: auto;
}
.person-section .person-box .person-small-nav .navs .item {
    padding: 1rem 4rem;
    display: block;
    font-size: 1.8rem;
    border-bottom: 1px solid #dee2e6;
}
.person-section .person-box .person-small-nav .navs .item .iconfont {
    margin-right: 0.5rem;
}
.person-section .person-box .nav-box {
    background: #fff;
    padding: 2rem 0;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}
.person-section .person-box .nav-box .nav-title {
    font-size: 2rem;
    padding: 0 2rem 1rem 1rem;
}
.person-section .person-box .nav-box .navigation .item {
    margin-bottom: 0.5rem;
}
.person-section .person-box .nav-box .navigation .item:last-child {
    margin-bottom: 0;
}
.person-section .person-box .nav-box .navigation .item a {
    display: block;
    padding: 0.8rem 2rem;
    transition: all 0.2s;
    color: #777;
}
.person-section .person-box .nav-box .navigation .item a:hover {
    background: rgb(245, 245, 245);
}
.person-section .person-box .nav-box .navigation .item a .iconfont {
    margin-right: 0.5rem;
}
.person-section .person-box .nav-box .navigation .item .active {
    position: relative;
    color: #2274ff;
    background: rgb(245, 245, 245);
}
.person-section .person-box .nav-box .navigation .item .active::before {
    content: "";
    width: 0.2rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #2274ff;
}
.person-section .person-box .content {
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}
.person-section .person-box .content:last-child {
    margin-bottom: 0;
}
.person-section .person-box .content .header {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem;
    padding: 0 0 1rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.person-section .person-box .content .header .btn {
    background: #2274ff;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}
.person-section .person-box .content .header .btn:hover {
    opacity: 0.8;
}
.person-section .person-box .content .header .btn .iconfont {
    margin-right: 0.5rem;
}
.person-section .person-box .content .header .title {
    font-size: 2rem;
}
.person-section .person-box .content .header .change {
    display: flex;
    flex-wrap: wrap;
}
.person-section .person-box .content .header .change .btn {
    flex-shrink: 0;
    margin-left: 0.5rem;
    background: transparent;
    color: #2274ff;
    border: 1px solid #ececec;
}
.person-section .person-box .content .header .change .active {
    background: #2274ff;
    color: #fff;
    border-color: #2274ff;
}
@media (max-width: 575.98px) {
    .person-section .person-box .content .header .search {
        width: 100%;
        margin-top: 1rem;
    }
}
.person-section .person-box .content .header .search .input-search {
    display: flex;
}
.person-section .person-box .content .header .search .input-search .input-search {
    display: flex;
}
@media (max-width: 991.98px) {
    .person-section .person-box .content .header .search .input-search .input-search {
        width: 100% !important;
    }
}
.person-section .person-box .content .header .search .input-search .input {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-right: none;
}
@media (max-width: 991.98px) {
    .person-section .person-box .content .header .search .input-search .input {
        width: 100%;
        padding: 1rem;
    }
}
.person-section .person-box .content .header .search .input-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-left: none;
    transition: all 0.5s;
    background: #2274ff;
    color: #fff;
}
@media (max-width: 991.98px) {
    .person-section .person-box .content .header .search .input-search .search-icon {
        padding: 0 1.5rem;
    }
}

/* 用户信息 */
.user-center {
    /** 个人信息板块 */
}
.user-center .user-info .avatar {
    width: 12rem;
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .user-center .user-info .avatar {
        width: 8rem;
    }
}
.user-center .user-info .avatar img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.user-center .user-info .introduce .item {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}
.user-center .user-info .introduce .item:last-child {
    margin-bottom: 1.5rem;
}
.user-center .user-info .introduce .user-name {
    color: #333;
}
.user-center .user-info .introduce .user-desc {
    color: #777;
}
.user-center .user-info .introduce .avatar {
    width: 4rem;
    float: left;
    margin-right: 1rem;
}
.user-center .user-info .introduce .avatar img {
    border-radius: 50%;
}
.user-center .user-info .table tr {
    border-color: transparent;
}
.user-center .user-info .table tr th {
    width: 8rem;
}

/* 统计数据 */
.statistics .stat-card {
    padding: 2rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem 0;
}
.statistics .stat-card .icon .iconfont {
    font-size: 3rem;
}
.statistics .stat-card .desc {
    text-align: center;
}
.statistics .stat-card .desc .name {
    color: #777;
    font-size: 1.4rem;
}
.statistics .stat-card .desc .number {
    font-size: 1.6rem;
    color: #444;
}
.statistics .stat-card .red {
    color: #f56c6c;
}
.statistics .stat-card .blue {
    color: #409eff;
}
.statistics .stat-card .green {
    color: #19be6b;
}
.statistics .stat-card .orange {
    color: #ff5c00;
}
.statistics .stat-card .purple {
    color: #8167f5;
}
.statistics .stat-card .pink {
    color: #ff7a8c;
}

/* 模板订单 */
.table-center .table > :not(caption) > * > * {
    padding: 1.5rem 1rem;
    white-space: nowrap;
}
.table-center .table {
    table-layout: auto;
    width: 100%;
}
.table-center .tag {
    display: inline-block;
    padding: 0.2rem 1rem;
    color: #fff;
    border-radius: 0.2rem;
    font-size: 1.2rem;
}
.table-center .paging {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* 模板订单 */
.order-center .item {
    display: none;
}
.order-center .active {
    display: block;
}

.plugin-collect .collect-box,
.template-collect .collect-box {
    margin-bottom: 2rem;
}
.plugin-collect .collect-box .details,
.template-collect .collect-box .details {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}
.plugin-collect .collect-box .details .images,
.template-collect .collect-box .details .images {
    text-align: center;
    height: 19rem;
    background: #e3f0fc;
    padding: 2rem 0;
}
@media (max-width: 991.98px) {
    .plugin-collect .collect-box .details .images,
    .template-collect .collect-box .details .images {
        height: 15rem;
    }
}
@media (max-width: 575.98px) {
    .plugin-collect .collect-box .details .images,
    .template-collect .collect-box .details .images {
        height: 20rem;
    }
}
.plugin-collect .collect-box .details .images img,
.template-collect .collect-box .details .images img {
    max-width: 100%;
    max-height: 100%;
}
.plugin-collect .collect-box .details .info,
.template-collect .collect-box .details .info {
    padding: 1rem;
}
.plugin-collect .collect-box .details .info .name,
.template-collect .collect-box .details .info .name {
    color: #333;
    font-size: 1.6rem;
}
.plugin-collect .collect-box .details .info .icons,
.template-collect .collect-box .details .info .icons {
    color: #777;
}
.plugin-collect .collect-box .details .operates-box,
.template-collect .collect-box .details .operates-box {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plugin-collect .collect-box .details .operates-box .item,
.template-collect .collect-box .details .operates-box .item {
    margin-left: 0.5rem;
    color: #777;
}
.plugin-collect .collect-box .details .operates-box .item:hover,
.template-collect .collect-box .details .operates-box .item:hover {
    color: #2274ff;
}
.plugin-collect .paging,
.template-collect .paging {
    display: flex;
    justify-content: center;
}

.del-dialog {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: center;
    align-items: center;
}
.del-dialog .content {
    padding: 1rem;
    width: 40rem;
    background: #fff;
    border-radius: 0.5rem;
}
.del-dialog .content .iconfont {
    font-size: 8rem;
    color: #f56c6c;
    text-align: center;
}
.del-dialog .content .tip {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.del-dialog .btns {
    display: flex;
    justify-content: center;
}
.del-dialog .btns .item {
    margin: 0 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.5s;
}
.del-dialog .btns .item:hover {
    background: #2274ff;
    color: #fff;
    border-color: #2274ff;
}

.person-setting .form .item {
    margin-bottom: 2rem;
}
.person-setting .form .item:first-child {
    margin-bottom: 0;
}
.person-setting .form .item .label {
    margin-right: 2rem;
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.person-setting .form .item #file {
    display: none;
}
.person-setting .form .item .avatar {
    width: 8rem;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
.person-setting .form .item .avatar img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.person-setting .form .item .avatar .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.person-setting .form .item .avatar:hover .text {
    display: flex;
}
.person-setting .form .item .input {
    position: relative;
    display: flex;
}
.person-setting .form .item .input .control {
    border: 1px solid #dee2e6;
    padding: 0.8rem 1rem;
    width: 100%;
}
.person-setting .form .item .input .control:focus {
    border-color: #2274ff;
}
.person-setting .form .item .input .control::-moz-placeholder {
    color: #777;
}
.person-setting .form .item .input .control::placeholder {
    color: #777;
}
.person-setting .form .item .input .insert {
    padding: 0.8rem 2rem;
    white-space: nowrap;
    color: #fff;
    background: #2274ff;
    border: 1px solid #2274ff;
    cursor: pointer;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.person-setting .form .item .input .insert:hover {
    opacity: 0.8;
}
.person-setting .form .item .input .active-insert {
    display: block;
}
.person-setting .form .item .input .disabled {
    cursor: not-allowed;
}
.person-setting .form .item .input #password {
    border-right: none;
}
.person-setting .form .item .input #password:focus + .password {
    border-color: #2274ff;
}
.person-setting .form .item .input #password + .password {
    padding: 0.8rem 1rem 0.8rem 0;
    border: 1px solid #dee2e6;
    border-left: none;
    position: relative;
    min-width: 3rem;
}
.person-setting .form .item .input #password + .password .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
    font-size: 1.8rem;
}
.person-setting .form .item .input #password + .password .iconfont:hover {
    color: #2274ff;
}
.person-setting .form .item .input .active {
    display: block !important;
}
.person-setting .form .item .submit-box .submit {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.form-dialog {
    background: #fff;
    border-radius: 0.5rem;
    padding: 2rem;
}
.form-dialog .item {
    margin-bottom: 2rem;
}
.form-dialog .item:first-child {
    margin-bottom: 0;
}
.form-dialog .item .label {
    margin-right: 2rem;
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.form-dialog .item #file {
    display: none;
}
.form-dialog .item .avatar {
    width: 8rem;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
.form-dialog .item .avatar img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.form-dialog .item .avatar .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.form-dialog .item .avatar:hover .text {
    display: flex;
}
.form-dialog .item .input {
    position: relative;
    display: flex;
}
.form-dialog .item .input .control {
    border: 1px solid #dee2e6;
    padding: 0.8rem 1rem;
    width: 100%;
}
.form-dialog .item .input .control:focus {
    border-color: #2274ff;
}
.form-dialog .item .input .control::-moz-placeholder {
    color: #777;
}
.form-dialog .item .input .control::placeholder {
    color: #777;
}
.form-dialog .item .input .insert {
    padding: 0.8rem 2rem;
    white-space: nowrap;
    color: #fff;
    background: #2274ff;
    border: 1px solid #2274ff;
    cursor: pointer;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.form-dialog .item .input .insert:hover {
    opacity: 0.8;
}
.form-dialog .item .input .active-insert {
    display: block;
}
.form-dialog .item .input .disabled {
    cursor: not-allowed;
}
.form-dialog .item .input #password {
    border-right: none;
}
.form-dialog .item .input #password:focus + .password {
    border-color: #2274ff;
}
.form-dialog .item .input #password + .password {
    padding: 0.8rem 1rem 0.8rem 0;
    border: 1px solid #dee2e6;
    border-left: none;
    position: relative;
    min-width: 3rem;
}
.form-dialog .item .input #password + .password .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
    font-size: 1.8rem;
}
.form-dialog .item .input #password + .password .iconfont:hover {
    color: #2274ff;
}
.form-dialog .item .input .active {
    display: block !important;
}
.form-dialog .item .submit-box .submit {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.form-dialog .item {
    margin-bottom: 2rem !important;
}
.form-dialog .layui-icon-loading {
    display: none;
}
.form-dialog .disabled-code {
    cursor: not-allowed !important;
}
.form-dialog .disabled-code .layui-icon-loading {
    display: inline-block !important;
}

#sendEmailCode, #sendPhoneCode {
    min-width: 15rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    .bind-user {
        margin-top: 2rem;
    }
}
.bind-user .title {
    font-size: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .bind-user .title {
        text-align: center;
        border: none;
    }
}
.bind-user .lists .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.bind-user .lists .item .left {
    align-items: center;
}
.bind-user .lists .item .left .iconfont {
    font-size: 2rem;
    border-radius: 50%;
    margin-right: 2rem;
    padding: 1rem;
    color: #FFF;
}
.bind-user .lists .item .right .bind-name {
    margin-right: 2rem;
}
.bind-user .lists .item .right .bind-btn {
    border-color: #2274ff;
    color: #2274ff !important;
}
.bind-user .lists .item .right button:hover {
    border-color: #2274ff;
}

.article-centent-box .paging {
    display: flex;
    justify-content: center;
}
.article-centent-box .lists {
    margin-bottom: 2rem;
}
.article-centent-box .lists > .item {
    margin-bottom: 2rem;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}
.article-centent-box .lists > .item .title {
    font-weight: 550;
    color: #333;
    line-height: 1.8rem;
    transition: all 0.2s;
}
.article-centent-box .lists > .item .title:hover {
    color: #2274ff;
}
.article-centent-box .lists > .item .details {
    margin: 1rem 0;
    display: flex;
    align-items: center;
}
.article-centent-box .lists > .item .details .tag {
    flex-shrink: 0;
    font-style: normal;
    border: 1px solid #2274ff;
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
    border-radius: 10rem;
    color: #2274ff;
    margin-right: 0.5rem;
}
.article-centent-box .lists > .item .details .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.article-centent-box .lists > .item .details .text:hover {
    color: #2274ff;
}
.article-centent-box .lists > .item .operate {
    display: flex;
    justify-content: space-between;
    color: #777;
    margin-top: 1rem;
}
.article-centent-box .lists > .item .operate .btns > .item {
    margin-right: 0.5rem;
    color: inherit;
    transition: all 0.2s;
}
.article-centent-box .lists > .item .operate .btns > .item:hover {
    color: #2274ff;
}
.article-centent-box .lists > .item .operate .btns > .active {
    color: #2274ff;
}

.welcome-footer {
    border-top: 0.1rem solid #dcdfe6;
    background: #fff;
    padding: 2.5rem 0;
    color: #999;
}

.welcome-box .welcome-main {
    background: url("images/welcome-bg.svg");
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
}
.welcome-box .welcome-main .title {
    font-size: 5.6rem;
    color: #333;
}
.welcome-box .welcome-main .desc {
    color: rgba(51, 51, 51, 0.831372549);
    font-size: 2rem;
    padding-top: 1.8rem;
    padding-bottom: 3.5rem;
    text-align: center;
}
.welcome-box .welcome-main .action {
    border: 0.1rem solid #999;
    padding: 0.8rem 5rem;
    border-radius: 3rem;
    color: rgba(51, 51, 51, 0.831372549);
    font-size: 1.8rem;
    transition: all 280ms;
}
.welcome-box .welcome-main .action:hover {
    color: #fff;
    background: #2274ff;
    border: 0.1rem solid #2274ff;
}
.welcome-box .characteristic-box {
    padding-bottom: 4rem;
}
.welcome-box .characteristic-box h4 {
    text-align: center;
    font-size: 3rem;
    color: #333;
    margin: 5rem 0 5.5rem 0;
}
.welcome-box .characteristic-box .content-box .row {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    .welcome-box .characteristic-box .content-box .row {
        width: 100%;
    }
}
.welcome-box .characteristic-box .content-box .row .content {
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}
.welcome-box .characteristic-box .content-box .row .content .title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 0.8rem;
    font-weight: 400;
}
.welcome-box .characteristic-box .content-box .row .content .desc {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.news-banner {
    background-image: url("images/plugin_market.png");
    margin-top: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2274ff;
    padding: 8rem 2rem;
}
.news-banner .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25rem;
}
.news-banner .content .introduce {
    width: 50%;
}
@media (max-width: 991.98px) {
    .news-banner .content .introduce {
        width: 100%;
    }
}
.news-banner .content .introduce .title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 550;
}
@media (max-width: 991.98px) {
    .news-banner .content .introduce .title {
        text-align: center;
    }
}
.news-banner .content .introduce .desc {
    color: #fff;
    text-indent: 2rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
}

.news-list {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
    .news-list {
        padding: 2rem 1rem;
    }
}
.news-list .news-navs {
    padding: 2rem 2rem 1rem 2rem;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .news-list .news-navs {
        justify-content: center;
    }
}
.news-list .news-navs .news-classify {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    .news-list .news-navs .news-classify {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
}
.news-list .news-navs .news-classify .item {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
    .news-list .news-navs .news-classify .item {
        margin-right: 0;
        white-space: nowrap;
    }
}
.news-list .news-navs .news-classify .item:last-child {
    margin-right: 0;
}
.news-list .news-navs .news-classify .item a {
    border-radius: 0.5rem;
    padding: 0.6rem 2rem;
    font-size: 1.4rem;
    color: #333;
    display: block;
    transition: all 0.2s;
}
.news-list .news-navs .news-classify .item a:hover {
    background: #2274ff;
    color: #fff;
}
.news-list .news-navs .news-classify .active a {
    background: #2274ff;
    color: #fff;
}
.news-list .news-navs .icon-right {
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
    display: none;
}
.news-list .content {
    padding: 2rem;
    background: #fff;
    display: flex;
}
.news-list .content:hover .time-box {
    background: #2274ff;
    color: #fff;
}
.news-list .content:hover .details-box .title {
    color: #2274ff;
}
.news-list .content .time-box {
    padding: 1rem;
    border: 1px solid #2274ff;
    text-align: center;
    color: #2274ff;
    transition: all 0.2s;
}
.news-list .content .time-box .day {
    font-weight: 550;
    font-size: 2.5rem;
}
.news-list .content .time-box .year {
    font-size: 1.6rem;
}
.news-list .content .details-box {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-list .content .details-box .title {
    font-size: 2rem;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-list .content .details-box .desc {
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
}
.news-list .paging {
    margin-top: 4rem;
}

.news-details {
    margin-top: 10rem;
    margin-bottom: 4rem;
    background: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
}
.news-details .hedaer {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #f0f2f5;
}
.news-details .hedaer .bread {
    display: flex;
}
.news-details .hedaer .bread .item {
    position: relative;
}
.news-details .hedaer .bread .item:first-child::before {
    content: "";
    padding: 0;
}
.news-details .hedaer .bread .item::before {
    content: "/";
    padding: 0 0.5rem;
    font-size: 1.4rem;
}
.news-details .hedaer .bread .item .link {
    font-size: 1.4rem;
    padding: 0.5rem 0;
    display: inline-block;
    transition: all 0.2s;
}
.news-details .hedaer .bread .item .active {
    color: #777;
}
.news-details .hedaer .bread .item a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .news-details .details {
        padding-right: 4rem;
    }
}
.news-details .details .title {
    font-size: 2rem;
    color: #333;
    font-weight: 550;
}
.news-details .details .time-section {
    color: #777;
    margin: 1rem 0;
}
.news-details .details .time-section > span {
    margin-right: 0.5rem;
}
.news-details .details .flip-box {
    margin: 4rem 0 2rem 0;
    display: flex;
    justify-content: center;
}
.news-details .details .flip-box .item {
    display: block;
    margin: 0 1rem;
    padding: 2rem;
    background: #f0f2f5;
    flex: 1;
    color: #777;
    transition: all 0.2s;
    font-weight: 550;
}
.news-details .details .flip-box .item:first-child {
    margin-left: 0;
}
.news-details .details .flip-box .item:last-child {
    margin-right: 0;
}
.news-details .details .flip-box .item:hover {
    background: #2274ff;
    color: #fff;
}
@media (max-width: 575.98px) {
    .news-details .details .flip-box .item {
        text-align: center;
    }
}
.news-details .details .flip-box .item .value {
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 575.98px) {
    .news-details .details .flip-box .item .value {
        display: none;
    }
}

.news-recommend .sub-title {
    color: #333;
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.news-recommend .lists .item {
    display: block;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 1rem;
}
.news-recommend .lists .item:hover .title {
    color: #2274ff;
}
.news-recommend .lists .item .title {
    font-size: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.2s ease-in-out;
}
.news-recommend .lists .item .desc {
    color: #777;
    line-height: 2.5rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0.5rem 0;
}
.news-recommend .lists .item .time {
    color: #777;
}

/* 关于我们轮播 */
.about-banner {
    background-image: url("images/about-us.png");
    margin-top: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2274ff;
    padding: 8rem 2rem;
}
.about-banner .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25rem;
}
.about-banner .content .introduce {
    width: 50%;
}
@media (max-width: 991.98px) {
    .about-banner .content .introduce {
        width: 100%;
    }
}
.about-banner .content .introduce .title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 550;
}
@media (max-width: 991.98px) {
    .about-banner .content .introduce .title {
        text-align: center;
    }
}
.about-banner .content .introduce .desc {
    color: #fff;
    text-indent: 2rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
}

/* 公司简介 */
.company-profile-box {
    padding: 4rem 0rem;
    background: #fff;
    border-radius: 0.5rem;
}
.company-profile-box .introduce {
    line-height: 3rem;
    color: #777;
    font-size: 1.4rem;
    text-indent: 2rem;
    text-align: justify;
}
.company-profile-box .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.company-culture-box {
    padding: 4rem 0rem;
    background: transparent;
    border-radius: 0.5rem;
}
.company-culture-box .content {
    padding: 2rem;
    background: #fff;
    border-radius: 0.2rem;
    height: 100%;
    min-height: 28rem;
}
@media (max-width: 575.98px) {
    .company-culture-box .content {
        min-height: 20rem;
    }
}
.company-culture-box .content .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.company-culture-box .content .title-box .title {
    font-size: 1.6rem;
    color: #333;
    font-weight: 550;
}
.company-culture-box .content .title-box .count {
    font-size: 3rem;
    font-weight: 550;
    color: rgba(64, 158, 255, 0.1);
}
.company-culture-box .content .desc {
    color: #777;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: justify;
}

.about-news-box {
    padding: 4rem 0rem;
    background: #fff;
    border-radius: 0.5rem;
}
.about-news-box .content {
    padding: 2rem;
    background: #fff;
    display: flex;
}
.about-news-box .content:hover .time-box {
    background: #2274ff;
    color: #fff;
}
.about-news-box .content:hover .details-box .title {
    color: #2274ff;
}
.about-news-box .content .time-box {
    padding: 1rem;
    border: 1px solid #2274ff;
    text-align: center;
    color: #2274ff;
    transition: all 0.2s;
}
.about-news-box .content .time-box .day {
    font-weight: 550;
    font-size: 2.5rem;
}
.about-news-box .content .time-box .year {
    font-size: 1.6rem;
}
.about-news-box .content .details-box {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-news-box .content .details-box .title {
    font-size: 2rem;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.about-news-box .content .details-box .desc {
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
}

.contact-out-us-box {
    padding: 4rem 0rem;
    background: #fff;
    border-radius: 0.5rem;
}
.contact-out-us-box .contact-us-box .content {
    display: flex;
    align-items: center;
    padding: 2rem;
    background: #fff;
    border-radius: 0.2rem;
}
.contact-out-us-box .contact-us-box .content .iconfont {
    margin-right: 2rem;
    font-size: 3rem;
    color: #048fff;
}
.contact-out-us-box .contact-us-box .content .info {
    font-size: 1.4rem;
}
.contact-out-us-box .contact-us-box .content .info .label {
    font-weight: 550;
}
.contact-out-us-box .contact-us-box .content .info .value {
    margin-top: 0.5rem;
    color: #777;
}
.contact-out-us-box .contact-us-box .content .info .value a {
    color: inherit;
}
.contact-out-us-box .contact-us-box .content .info .value a:hover {
    color: #048fff;
}

.customer-box {
    padding: 4rem 0rem;
    background: transparent;
    border-radius: 0.5rem;
}
.customer-box .image {
    width: 100%;
    height: 15rem;
    text-align: center;
    border: 0.1rem solid #dee2e6;
    background: #fff;
}
@media (max-width: 991.98px) {
    .customer-box .image {
        height: 10rem;
    }
}
.customer-box .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.about-us-box .header-box {
    font-size: 2rem;
    font-weight: 550;
    margin-bottom: 2rem;
}
.about-us-box .header-box .title {
    color: #333;
    padding-left: 2rem;
    position: relative;
}
.about-us-box .header-box .title::before {
    content: "";
    width: 0.5rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #048fff;
}

/* 悬赏样式 */
.user-center-box {
    margin-top: 9rem;
    margin-bottom: 3rem;
    /* 用户信息 */
    /* 统计信息 */
    /* 搜索博主文章 */
    /* 文章列表 */
}
.user-center-box .user-center-info {
    padding: 2rem;
    background: #fff;
    display: flex;
    border-radius: 0.5rem;
}
.user-center-box .user-center-info .avatar-box {
    margin-right: 1rem;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 50%;
}
.user-center-box .user-center-info .avatar-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.user-center-box .user-center-info .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.user-center-box .user-center-info .info .nickName-box {
    display: flex;
    justify-content: space-between;
}
.user-center-box .user-center-info .info .nickName-box .nickName {
    font-weight: 550;
    font-size: 1.4rem;
}
.user-center-box .user-center-info .info .nickName-box .follow .tag {
    padding: 0.2rem 0.5rem;
    background: #048fff;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0.2rem;
}
.user-center-box .user-center-info .info .nickName-box .follow .tag .iconfont {
    font-size: inherit;
    margin-right: 0.5rem;
}
.user-center-box .user-center-info .info .identity .label {
    font-size: 1.4rem;
    color: #777;
    margin-right: 0.5rem;
}
.user-center-box .user-center-info .info .identity .label .iconfont {
    font-size: 1.4rem;
}
.user-center-box .user-center-info .info .identity .active {
    color: #2274ff;
}
.user-center-box .stat-box {
    margin-top: 1.5rem;
    padding: 2rem;
    padding-bottom: 1rem;
    border-radius: 0.5rem;
    background: #fff;
}
.user-center-box .stat-box .stat {
    display: flex;
    flex-wrap: wrap;
}
.user-center-box .stat-box .stat .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    flex: 1;
    margin: 0 0.5rem 1rem 0;
    width: calc((100% - 1rem) / 3);
    min-width: calc((100% - 1rem) / 3);
    max-width: calc((100% - 1rem) / 3);
}
.user-center-box .stat-box .stat .item:nth-child(3n) {
    margin-right: 0;
}
.user-center-box .stat-box .stat .item .value {
    margin-bottom: 0.5rem;
}
.user-center-box .stat-box .stat .item .label {
    color: #777;
}
.user-center-box .user-search-box {
    margin-top: 1.5rem;
    padding: 2rem;
    border-radius: 0.5rem;
    background: #fff;
}
.user-center-box .user-search-box .input-search {
    display: flex;
}
.user-center-box .user-search-box .input-search .input-search {
    display: flex;
}
@media (max-width: 991.98px) {
    .user-center-box .user-search-box .input-search .input-search {
        width: 100% !important;
    }
}
.user-center-box .user-search-box .input-search .input {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-right: none;
}
@media (max-width: 991.98px) {
    .user-center-box .user-search-box .input-search .input {
        width: 100%;
        padding: 1rem;
    }
}
.user-center-box .user-search-box .input-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-left: none;
    transition: all 0.5s;
    background: #2274ff;
    color: #fff;
}
@media (max-width: 991.98px) {
    .user-center-box .user-search-box .input-search .search-icon {
        padding: 0 1.5rem;
    }
}
.user-center-box .user-search-box .input-search .input {
    flex: 1;
}
.user-center-box .user-article-box {
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
}
.user-center-box .user-article-box .navs {
    display: flex;
    flex-wrap: wrap;
}
.user-center-box .user-article-box .navs .item {
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .user-center-box .user-article-box .navs .item {
        flex: 1;
    }
}
.user-center-box .user-article-box .navs .item > a {
    display: block;
    padding: 0.5rem 2rem;
}
@media (max-width: 991.98px) {
    .user-center-box .user-article-box .navs .item > a {
        padding: 0.5rem 0;
        text-align: center;
    }
}
.user-center-box .user-article-box .navs .item > a:hover {
    color: #048fff;
}
.user-center-box .user-article-box .navs .active > a {
    font-weight: 550;
    position: relative;
}
.user-center-box .user-article-box .navs .active > a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #048fff;
    width: 50%;
    border-radius: 0.5rem;
    transform: translateX(-50%);
}
.user-center-box .user-article-list {
    margin-top: 1.5rem;
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
}
.user-center-box .user-article-list > .item {
    display: none;
}
.user-center-box .user-article-list > .active {
    display: block;
}
.user-center-box .user-article-list .user-ask-question-box .item, .user-center-box .user-article-list .writings-box .item, .user-center-box .user-article-list .answers-box .item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f0f2f5;
}
.user-center-box .user-article-list .user-ask-question-box .item:last-child, .user-center-box .user-article-list .writings-box .item:last-child, .user-center-box .user-article-list .answers-box .item:last-child {
    margin-bottom: 0;
    border: none;
}
.user-center-box .user-article-list .user-ask-question-box .item > a, .user-center-box .user-article-list .writings-box .item > a, .user-center-box .user-article-list .answers-box .item > a {
    display: block;
}
.user-center-box .user-article-list .user-ask-question-box .item > a:hover > .title, .user-center-box .user-article-list .writings-box .item > a:hover > .title, .user-center-box .user-article-list .answers-box .item > a:hover > .title {
    color: #048fff;
}
.user-center-box .user-article-list .user-ask-question-box .item > a .title, .user-center-box .user-article-list .writings-box .item > a .title, .user-center-box .user-article-list .answers-box .item > a .title {
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.user-center-box .user-article-list .user-ask-question-box .item > a .ask-footer, .user-center-box .user-article-list .writings-box .item > a .ask-footer, .user-center-box .user-article-list .answers-box .item > a .ask-footer {
    font-size: 1.2rem;
    color: #777;
}
.user-center-box .user-article-list .user-ask-question-box .item > a .ask-footer .answer, .user-center-box .user-article-list .writings-box .item > a .ask-footer .answer, .user-center-box .user-article-list .answers-box .item > a .ask-footer .answer {
    margin-left: 1rem;
}
.user-center-box .user-article-list .answers-box .title {
    margin-bottom: 0.5rem !important;
}
.user-center-box .user-article-list .answers-box .answer {
    color: #777;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.user-center-box .user-article-list .answers-box .answer-footer {
    font-size: 1.2rem;
    color: #777;
}
.user-center-box .user-article-list .bounty-box .item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f0f2f5;
}
.user-center-box .user-article-list .bounty-box .item:last-child {
    margin-bottom: 0;
    border: none;
}
.user-center-box .user-article-list .bounty-box .item > a {
    display: flex;
}
.user-center-box .user-article-list .bounty-box .item > a:hover .content .title {
    color: #048fff;
}
.user-center-box .user-article-list .bounty-box .item > a .integral-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}
.user-center-box .user-article-list .bounty-box .item > a .integral-box .iconfont {
    font-size: 2.5rem;
    background: #c5e3fb;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #048fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}
.user-center-box .user-article-list .bounty-box .item > a .integral-box .integral {
    font-size: 1.4rem;
    text-align: center;
    color: #048fff;
}
.user-center-box .user-article-list .bounty-box .item > a .content .title {
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.user-center-box .user-article-list .bounty-box .item > a .content .initial-footer {
    display: flex;
    justify-content: space-between;
}
.user-center-box .user-article-list .bounty-box .item > a .content .initial-footer .avatar-box img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.user-center-box .user-article-list .bounty-box .item > a .content .initial-footer .avatar-box .text {
    font-size: 1.2rem;
    color: #777;
}
.user-center-box .user-article-list .bounty-box .item > a .content .initial-footer .iconfonts-box {
    display: flex;
}
.user-center-box .user-article-list .bounty-box .item > a .content .initial-footer .iconfonts-box .icon {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    color: #777;
    font-size: 1.2rem;
}
.user-center-box .user-article-list .bounty-box .item > a .content .initial-footer .iconfonts-box .icon .iconfont {
    font-size: 1.2rem;
}
.user-center-box .user-article-list .paging {
    display: flex;
    justify-content: center;
    margin: 4rem 0;
}

.demand-content {
    margin-top: 6rem;
}
.demand-content .demand-main {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.demand-content .demand-main .demand-classify {
    background: #fff;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    flex-wrap: wrap;
}
@media (max-width: 575.98px) {
    .demand-content .demand-main .demand-classify {
        background: none;
        padding: 0;
        display: block;
    }
}
.demand-content .demand-main .demand-classify .classify {
    display: flex;
    flex-wrap: wrap;
}
.demand-content .demand-main .demand-classify .classify .item {
    margin-right: 0.5rem;
}
@media (max-width: 575.98px) {
    .demand-content .demand-main .demand-classify .classify .item {
        margin-bottom: 0.5rem;
        width: calc((100% - 1.5rem) / 4);
    }
    .demand-content .demand-main .demand-classify .classify .item:nth-child(4n) {
        margin-right: 0;
    }
}
.demand-content .demand-main .demand-classify .classify .item > a {
    display: block;
    font-size: 1.4rem;
    padding: 0.2rem 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .demand-content .demand-main .demand-classify .classify .item > a {
        padding: 0.5rem 1rem;
    }
}
.demand-content .demand-main .demand-classify .classify .item > a:hover {
    background: #2274ff;
    transition: all 0.3s;
    color: #fff;
    border-radius: 0.5rem;
}
.demand-content .demand-main .demand-classify .classify .active > a {
    background: #2274ff;
    transition: all 0.3s;
    color: #fff;
    border-radius: 0.5rem;
}
@media (max-width: 575.98px) {
    .demand-content .demand-main .demand-classify .classify {
        margin-bottom: 1.5rem;
        background: #fff;
        width: 100%;
        padding: 1rem 1rem 0.5rem 1rem;
    }
}
.demand-content .demand-main .demand-classify .search {
    display: flex;
}
.demand-content .demand-main .demand-classify .search .input-search {
    display: flex;
}
@media (max-width: 991.98px) {
    .demand-content .demand-main .demand-classify .search .input-search {
        width: 100% !important;
    }
}
.demand-content .demand-main .demand-classify .search .input {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-right: none;
}
@media (max-width: 991.98px) {
    .demand-content .demand-main .demand-classify .search .input {
        width: 100%;
        padding: 1rem;
    }
}
.demand-content .demand-main .demand-classify .search .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-left: none;
    transition: all 0.5s;
    background: #2274ff;
    color: #fff;
}
@media (max-width: 991.98px) {
    .demand-content .demand-main .demand-classify .search .search-icon {
        padding: 0 1.5rem;
    }
}
@media (max-width: 575.98px) {
    .demand-content .demand-main .demand-classify .search {
        flex: 1;
    }
}
.demand-content .demand-main .demand-list-box {
    background: #fff;
    border-radius: 0.5rem;
}
.demand-content .demand-main .demand-list-box .demand-list-header {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f2f5;
}
.demand-content .demand-main .demand-list-box .demand-list-header .desc {
    font-size: 1.4rem;
}
.demand-content .demand-main .demand-list-box .list-box .list .item {
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f0f2f5;
}
.demand-content .demand-main .demand-list-box .list-box .list .item a:hover {
    color: #232323;
}
.demand-content .demand-main .demand-list-box .list-box .list .item a:hover .title {
    color: #2274ff;
}
.demand-content .demand-main .demand-list-box .list-box .list .item:last-child {
    margin-bottom: 0;
}
.demand-content .demand-main .demand-list-box .list-box .list .item .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.demand-content .demand-main .demand-list-box .list-box .list .item .title-box .title {
    font-size: 1.6rem;
}
.demand-content .demand-main .demand-list-box .list-box .list .item .title-box .status {
    padding: 0.2rem 0.5rem;
    background: #048fff;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0.2rem;
}
.demand-content .demand-main .demand-list-box .list-box .list .item .time-box {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.demand-content .demand-main .demand-list-box .list-box .list .item .time-box .number {
    color: #2274ff;
}
.demand-content .demand-main .demand-list-box .list-box .list .item .time-box .vote {
    cursor: pointer;
}
.demand-content .demand-main .demand-list-box .list-box .list .item .time-box .vote:hover {
    text-decoration: underline;
}

.download-dialog {
    width: 550px;
    height: 600px;
}
@media (max-width: 575.98px) {
    .download-dialog {
        width: 400px;
        height: 550px;
    }
}/*# sourceMappingURL=index.css.map */
