/*
Theme Name: 下载付费网站
*/

body {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: unset;
}

.single-warp {
    background-color: #f5f5f5;
}

.single-container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.single-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.hot-tab {
    width: 337px;
    background-color: white;
}

.script-text p {
    color: #6d6b6b;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.single-row .left {
    flex-grow: 1;
}

.single-row .left {
    flex-grow: 1;
    margin-right: 15px;
    max-width: 845px;
    width: 100%;
}

.single-ttile {
    text-align: center;
}

.web-map-text {
    font-size: 14px;
    padding: 20px 0;
    color: #393939;
}

.d-11 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

button.like {
    color: #a5a5a5;
    font-size: 16px;
    padding: 7px 18px;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    background: white;
}

button.like img {
    width: 20px;
}

button.like.is-like {
    color: white;
    background-color: red;
}

.down-gorup button {
    background-color: #fd5e00;
    color: white;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.hot-tab-menus {
    display: flex;
    border-bottom: 2px solid #fd5e00;
    margin: 0 5px;
}

.hot-tab-menu {
    font-size: 16px;
    color: #000000;
    padding: 10px;
    cursor: pointer;
}

.hot-tab-menu i {
    color: #fd5e00;
    margin-right: 3px;
}

.hot-tab-menu.active {
    background: #fd5e00;
    color: white;
}

.hot-tab-menu.active i {
    color: white;
}

.hot-list-row .thumbnail-image {
    width: 100px;
    height: 70px;
    background-position: center;
    background-size: cover;
}

.text-2 {
    display: flex;
    justify-content: space-between;
}

.hot-list-row {
    display: flex;
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px dotted #a9a9a9;
    justify-content: space-between;
}

.hot-list-row:nth-last-child(1) {
    border-bottom: 0;
}

.hot-list-text p {
    color: #373535;
    text-overflow: ellipsis;
    height: 43px;
    overflow: hidden;
    line-height: 1.6;
}

.hot-list-text {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.text-2 {
    color: #5a5a5a;
    display: flex;
    justify-content: space-between;
}

.hot-list-container {
    padding: 5px 10px;
}

.single-row .left .content,
.single-app,
.prev-next {
    padding: 25px 20px;
    background: white;
}

.prev-next {
    margin-top: 20px;
}

.prev-next-row {
    color: #5e5e5e;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.prev-next-row .item {
    width: 40%;
    display: flex;
    align-items: center;
}

.prev-next-row .item .i1 {
    font-size: 30px;
}

.prev-next-row p {
    line-height: 1.5;
    /* height: 40px; */
    padding: 0 10px;
    width: 100%;
}

h3.single-ttile {
    margin: 5px 0;
}

.swiper-container-1 {
    width: 100%;
    height: 550px;
}

.swiper-slide-1 {
    width: 100%;
    height: 100%;
}

.swiper-slide-1-image {
    width: 100%;
    height: 100%;
    background-position: left bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-1-warp {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.container-1 {
    width: 1200px;
    margin: auto;
}

.container-1 .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-1 .left {
    width: 910px;
}

.text-group-1 {
    color: white;
    padding: 15px;
}

.text-group-1 h3 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
}

.type-text {
    display: inline-block;
    background-color: #fd5e00;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 15px;
}

.container-1 .row .right {
    width: 275px;
}

.home-right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.home-right-side-item {
    height: 176px;
}

.home-right-side-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-right-side-item a {
    height: 100%;
    display: inline-block;
    width: 100%;
}

.home-right-side-item {
    height: 176px;
}

.text-group-2 {
    color: white;
    padding: 8px;
}

.text-group-2 h3 {
    font-size: 16px;
    margin: 0;
}

.text-group-2 p {
    font-size: 14px;
}

.home-right-side-item .type-text {
    margin: 8px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
}

.hot-tab-2 {
    width: 100%;
}

.hot-tab-2 .hot-tab-menus,
.hot-tab-2 .hot-list-container {
    margin: 0;
    padding: 0;
}

.hot-tab-2 .hot-list-text {
    width: 100%;
}

.container-2 {
    margin-top: 40px;
}

.hot-tab-2 .hot-list-container {
    padding: 10px;
}

.hot-tab-2 .text-2 {
    margin-top: 8px;
    align-items: center;
}

.post-list-container .post-image {
    width: 100%;
    height: 185px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.post-list-container .post-list-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-list-container .post-list-row .item {
    width: 290px;
    margin-bottom: 20px;
}

.post-list-container .post-list-row:after {
    content: "";
    width: 290px;
    display: block;
}

.post-list-row h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 8px;
}

.post-list-row .text-grounp {
    background: white;
    padding-bottom: 10px;
}

.post-list-row .text-grounp p {
    font-size: 14px;
    padding: 0 5px;
    line-height: 1.8;
    color: #656565;
    padding: 6px 8px;
}

.prev-next-num-group {
    padding: 20px 0;
}

.prev-next-num-group .row {
    justify-content: center;
}

.prev-next-num-group a {
    display: inline-block;
}

.prev-next-num-group span {
    display: inline-block;
    background: white;
    padding: 6px 8px;
    margin: 5px 6px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
    color: #9c9c9c;
    font-size: 16px;
}

.prev-next-num-group .active span {
    background: #fd5e00;
    border-color: #fd5e00;
    color: white;
}

.post-list-row span {
    display: inline-block;
    background: #fd5e00;
    color: white;
    padding: 5px 9px;
    margin: 8px;
    font-size: 14px;
    border-radius: 5px;
}

.container-1-warp.container-2-warp {
    padding-top: 0;
}

.next-item {
    text-align: right;
}

.post-list-container.relations-list-container .post-list-row .item {
    width: 270px;
}

.post-list-container.relations-list-container .post-image {
    height: 160px;
}

.post-list-container.relations-list-container {
    margin-top: 20px;
}

.post-list-container.relations-list-container .text-grounp h3 {
    padding: 3px 8px;
}

.post-list-container.relations-list-container .text-grounp p {
    padding: 2px 5px;
}

.post-list-container.relations-list-container .post-list-row:after {
    content: "";
    width: 270px;
    display: block;
}

.down_html {
    padding: 10px;
    line-height: 1.5;
}

.down_html a {
    color: blue;
}

.d-11 a {
    color: blue;
}

.login-row {
    display: flex;
    justify-content: space-between;
    color: white;
}

.login-row ul {
    margin: 0;
    display: flex;
    align-items: center;
}

.login-row-left li {
    margin-right: 10px;
}

.login-row-right li {
    margin-left: 10px;
}

.side-menus .menu-item {
    border-bottom: 1px solid #F2F2F2;
    position: relative;
}

.account-page-container {
    width: 1200px;
    margin: auto;
    min-height: calc(100vh - 180px);
    max-width: 100%;
}

.account-page-warp {
    background-color: #F2F2F2;
}

.account-page-container .row {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side-menus .menu-item.current-menu-item::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #fd5e00;
}

.side-menus .menu-item.current-menu-item::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 3px;
    background-color: #fd5e00;
    top: 0;
}

.account-page-container .right-content {
    max-width: 100%;
    width: 925px;
    /* background: white; */
}

.user-info-top {
    background: white;
    padding: 20px 25px;
    font-size: 14px;
}

.user-info-top h4 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.user-info-top .row {
    align-items: center;
}

.avatar-div img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    background: #c5c4c4;
    overflow: hidden;
    padding: 10px;
    margin-right: 15px;
}

.login-out-icon {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background: #e0e0e0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.login-out-div {
    text-align: center;
}

.login-out-icon img {
    width: 70%;
}

span.rank {
    color: green;
    padding: 0 5px;
}

span.user-info-date {
    color: red;
    padding: 0 5px;
}

.account-page-map {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d6d6;
    color: #393939;
    font-size: 14px;
}

.info-content {
    margin-top: 20px;
    background: white;
}

.user-info-1 .um_label_left {
    text-align: right;
}

.user-info-1 .um_input {
    width: 300px;
    background: #eeeeee;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    /* color: #828282; */
}

.user-info-1 .um_input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #828282;
}

.user-info-1 .um_input ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #828282;
}

.user-info-1 .um_input :-ms-input-placeholder {
    color: #828282;
}

.user-info-1 .um_field_container {
    display: flex;
    align-items: center;
    margin: 25px 0;
    flex-wrap: wrap;
}

.update-info {
    background: #fd5e00;
    border: 0;
    color: white;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 5px;
}

.update-info {
    margin-left: 150px;
    border-radius: 5px;
    background-color: #fd5e00;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    padding: 7px 50px;
    cursor: pointer;
}

.user-info-1 {
    padding-bottom: 40px;
}

.login-in {
    font-size: 14px;
    color: #9d9d9d;
}

.login-in a,
.login-in span,
.login-in li {
    color: #9d9d9d;
}

.login-container .um_login_form p {
    display: flex;
    margin: 20px 0;
    justify-content: flex-end;
}

.login-container .um_login_form p label {
    width: 140px;
    text-align: right;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-right: 5px;
}

.login-container .um_login_button {
    cursor: pointer;
    background: #fd5e00;
    border: 0;
    color: white;
    padding: 10px 45px;
    border-radius: 5px;
    margin-right: calc(55% - 140px);
}

.login-container .um_input {
    font-size: 16px;
    background-color: #eaeaea;
    border-radius: 5px;
    border: 0;
    padding: 8px;
}

.login-container .elementor-shortcode>p {
    text-align: right;
}

.login-container .elementor-shortcode>a {
    max-width: 300px;
    margin: auto;
    margin-right: 0;
}

.login-container .elementor-shortcode>.um_lostpass_form {
    max-width: 400px;
    width: 100%;
}

.login-container .elementor-shortcode>a {
    margin-left: 140px;
    order: 10;
    position: relative;
    top: -20px;
    display: inline-block;
    width: 70px;
}

.login-container .elementor-shortcode {
    display: flex;
    flex-direction: column;
}

.login-container .elementor-shortcode>.um_lostpass_form {
    max-width: 400px;
    width: 100%;
    order: 11;
    padding: 30px 0;
    margin: auto;
}

.login-container .elementor-shortcode>p {
    text-align: right;
    position: relative;
    width: 120px;
    margin: auto;
    margin-right: 0;
}

.login-container .elementor-shortcode>p a {
    color: blue;
}

.login-container .elementor-shortcode p {
    text-align: center;
}

.login-container .elementor-shortcode p:nth-child(1) {
    text-align: left;
}

.login-container .um_lostpass_button {
    cursor: pointer;
    background: #fd5e00;
    border: 0;
    color: white;
    padding: 10px 45px;
    border-radius: 5px;
    margin: 20px 0;
}

.register-container .um_field_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

.register-container .um_label_left {
    width: 100px;
}

.register-container {
    max-width: 500px;
    width: 100%;
}

.register-container .um_label_left {
    width: 100px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

.register-container .um_field_container>p {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.register-container .register-submit {
    cursor: pointer;
    background: #fd5e00;
    border: 0;
    color: white;
    padding: 10px 45px;
    border-radius: 5px;
    margin-left: calc(70% - 140px);
}

.elementor-fit-aspect-ratio {
    height: auto;
    padding-bottom: 0!important;
}

.bottom-menus .elementor-icon-list-item a,
.bottom-menus .elementor-icon-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-menus .elementor-icon-list-item a span,
.bottom-menus .elementor-icon-list-item span {
    padding-left: 0;
}

.bottom-menus ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: space-around;
    padding: 10px 5px;
}

.search-form-1 input {
    border-radius: 3px;
    width: 100%;
    margin: 4px 0;
    padding: 10px;
    border: 2px solid;
}

.search-form-1 input#searchsubmit {
    background: #fd5e00;
    border-color: #fd5e00;
    color: white;
    /* margin-bottom: 30px; */
    font-size: 15px;
    margin-top: 20px;
    cursor: pointer;
}

.mobile-cat-menus li.menu-item .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.mobile-cat-menus li.menu-item {
    font-size: 18px;
}

.mobile-cat-menus li.menu-item .sub-menu li {
    padding: 2px 10px;
    background: #fd5e00;
    margin: 5px 10px;
    color: white;
    border-radius: 5px;
}

.mobile-cat-menus .menu>li {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid;
}

.mobile-cat-menus .menu>li>a {
    padding: 2px 10px;
    background: #fd5e00;
    color: white;
    border-radius: 5px;
}

.mobile-cat-menus .menu>li:nth-last-child(1) {
    border-bottom: 0;
}

.mobile-power-select {
    display: none;
}

@media screen and (max-width: 1200px) {
    .container-1-home-top .right {
        display: none;
    }
    .container-1 {
        max-width: 100%;
    }
    .container-1 .left {
        width: 910px;
        max-width: 100%;
    }
    .container-1.container-2 .right,
    .container-1 .row .right {
        order: -1;
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
    }
    .container-1.container-2 {
        margin-top: 0;
    }
    .container-1 .row .right {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    .hot-list-text p {
        font-size: 14px;
    }
    .hot-tab-2 .text-2 {
        align-items: center;
        font-size: 12px;
        margin-top: 0;
    }
    .post-list-container .post-list-row {
        margin: 0 10px;
    }
    .single-row .left {
        margin-right: 0;
    }
    .single-row .left .content {
        padding: 5px;
    }
    .single-ttile {
        font-size: 16px;
    }
    .hot-tab {
        max-width: 100%;
    }
    .single-row .right {
        max-width: 100%;
    }
    .hot-list-container {
        padding: 5px;
    }
    .single-row .hot-list-text p {
        font-size: 12px;
        padding: 0 10px;
    }
    .text-2 {
        padding: 0 10px;
        font-size: 12px;
    }
    .prev-next {
        margin-top: 10px;
        padding: 10px;
    }
    .prev-next-row img {
        width: 3vw;
    }
    .prev-next-row .item {
        width: 50%;
    }
    .single-app {
        padding: 10px;
    }
    .down_html {
        padding: 10px 0;
        line-height: 1.5;
    }
    .down_html p {
        word-wrap: break-word;
        word-break: break-all;
    }
    .login-in {
        padding: 0 15px;
    }
    .user-info-1 .um_field_container {
        padding: 0 10px;
    }
}

.mobile-cats-list-1 .sub-menu::before,
.mobile-cats-list-1 .sub-menu::after {
    content: "";
    display: table;
    clear: both;
}

.mobile-cats-list-1 .sub-menu>li {
    float: left;
}

@media screen and (max-width: 768px) {
    .swiper-container-1 {
        height: 60vw;
        margin-bottom: 15px;
    }
    .post-list-container .post-image {
        height: 30vw;
    }
    .post-list-container .post-list-row .item {
        width: 48%;
    }
    .post-list-row h3 {
        font-size: 14px;
        font-weight: 400;
        /* height: 57px; */
        /* overflow: hidden; */
        padding: 0;
        margin: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .post-list-row .text-grounp p {
        font-size: 12px;
        padding: 0 5px;
        line-height: 1.8;
        color: #656565;
    }
    .container-1-warp {
        background-color: #f5f5f5;
        padding: 20px 0;
    }
    .web-map-text {
        padding: 10px;
    }
    .user-info-top .avatar-div {
        display: none;
    }
    .account-page-container .left-sidebar {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 3px solid #FD5F00;
    }
    .user-info-1 .um_field_container {
        display: flex;
        align-items: center;
        margin: 25px 0;
        /* flex-wrap: wrap; */
        justify-content: center;
    }
    .user-info-1 .um_label_left {
        width: 75px;
    }
    .power-list-table {
        display: none;
    }
    .payment-title {
        display: none;
    }
    .mobile-power-select .item {
        border-bottom: 1px solid;
        margin: 10px 0;
    }
    .mobile-power-select {
        font-size: 18px;
        line-height: 1.5;
        padding: 20px;
    }
    .payment-app {
        width: 100%;
    }
    .payment-button-group {
        display: flex;
        justify-content: space-around;
        padding: 20px 0;
    }
    .mobile-power-select .active {
        background: #FD5F00;
        color: white;
        padding: 0 10px;
    }
    .mobile-power-select {
        display: block;
    }
    .relaiton-post {
        display: none;
    }
    .hot-tab {
        width: 100vw;
    }
    .hot-list-row .thumbnail-image {
        width: 30vw;
        height: 20vw;
    }
    .hot-list-text {
        width: 65vw;
    }
    .login-container .elementor-shortcode p {
        display: block;
    }
    .login-container .um_login_form p label {
        text-align: left;
        margin-bottom: 5px;
    }
    .login-container .elementor-shortcode>p {
        width: 85vw;
        text-align: justify;
        display: flex;
        justify-content: space-between;
    }
    .login-container .um_login_button {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .um_login_form>p:nth-child(3) {
        text-align: right;
    }
    .um_login_form>p:nth-child(1),
    .um_login_form>p:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .um_login_form>p:nth-child(1) input,
    .um_login_form>p:nth-child(2) input {
        width: 100%;
    }
    .register-container .um_label_left {
        width: 100%;
        text-align: left;
    }
    .register-container {
        max-width: 500px;
        width: 100%;
        padding: 0 20px;
    }
    .register-container .um_input {
        width: 100%;
    }
    .register-container .um_field_container>p {
        flex-wrap: wrap;
        width: 100%;
    }
    .register-container .register-submit {
        margin-left: unset;
        width: 100%;
    }
    .container-1 .row .right {
        display: none;
    }
}

[v-cloak] {
    display: none;
}