* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

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

body {
    margin: 0 auto;
}

iframe {
    border: none;
    width: 100%;
}

.nav_log17-box {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica,
        Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB,
        Microsoft Yahei, sans-serif;
}

.nav_log17-box .nav_log17-navbar-top {
    background: linear-gradient(180deg, #940709, #5d0303);
    display: flex;
    justify-content: space-between;
    padding: 1% 2%;
}

.nav_log17-box .nav_log17-navbar-top .logo {
    display: flex;

    align-items: center;
}

.nav_log17-box .nav_log17-navbar-top .logo img {
    width: 100%;
    height: auto;
}

.nav_log17-box .nav_log17-navbar-top .logo .text {
    display: grid;
    grid-row-gap: 10px;
}

.nav_log17-box .nav_log17-navbar-top .logo .title {
    font-size: 38px;
    font-weight: bolder;
    color: white;
}

.nav_log17-box .nav_log17-navbar-top .logo .other-info {
    background: linear-gradient(180deg, #fff, #ff0);
    border-radius: 20px;
    padding: 2px 15px;
    font-size: 20px;

    font-weight: 700;
    color: #023b95;
    letter-spacing: 8px;
}

.nav_log17-box .nav_log17-navbar-top .nav_log17-navbar-detail {
    display: flex;
    align-items: center;
}

.nav_log17-box .nav_log17-navbar-top .nav_log17-navbar-detail .login-icon {
    width: 33px;

    height: auto;
    margin-right: 25px;
    cursor: pointer;
}

.nav_log17-box .nav_log17-navbar-top .nav_log17-navbar-detail img {
    width: 40px;
    height: auto;
    cursor: pointer;
}

/* burger-menu */

.nav_log17-box .nav_log17-burger-menu-box {
    display: none;
    transition: opacity 0.15s, transform 0.15s;
}

.nav_log17-box .nav_log17-burger-menu-box .nav_log17-burger-menu {
    position: absolute;
    z-index: 999;
    right: 0;
    margin-top: 25px;
    width: 175px;

    background: #fff;
    box-shadow: 0 0.05128rem 0.30769rem rgba(50, 50, 51, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav_log17-box .nav_log17-burger-menu-box .nav_log17-burger-menu a {
    text-decoration: none;
    color: black;
    padding: 20px 30px;
    border-bottom: 1px solid #ebedf0;
    font-size: 18px;
    white-space: nowrap;
}

.nav_log17-box .nav_log17-burger-menu-box .nav_log17-burger-menu a:last-child {
    border-bottom: 0;
}

.nav_log17-box .nav_log17-left-arrow {
    display: none;
}

.theme_tab11-box {
    width: 100%;
    height: 54px;
    background: url(https://vhimg1.ptallenvery.com/00483/assets/images/theme-tab11-l.jpg),
        url(https://vhimg1.ptallenvery.com/00483/assets/images/theme-tab11-r.jpg),
        url(https://vhimg1.ptallenvery.com/00483/assets/images/theme-tab11-body.jpg);
    background-position: left center, right center, center center;
    background-size: 5% 100%, 5% 100%, 100% 100%;

    background-repeat: no-repeat, no-repeat, repeat-x;
    position: relative;
    display: grid;
    align-items: center;
    padding: 0 4.5%;
    box-sizing: border-box;
}

.theme_tab11 {
    display: flex;
    flex-direction: row;

    border-radius: 5px;
    padding: 2px 2px;
}

.theme_tab11 .fonttop {
    margin-right: 5px;
    font-size: 28px;
    width: 100%;
    background: #ad4345;
    border-radius: 10px;
    text-align: center;

    font-weight: 800;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
}

.theme_tab11 .fonttop.hover {
    background-color: #ffb400;
    box-shadow: inset #ffffff45 0 1px 0 0px, inset #000000a3 0 2px 8px;
}

.theme_tab11 .fonttop.hover span {
    color: #670303;
}

.theme_tab11 .fonttop span {
    height: 40px;
    color: #670303;
}

.theme_tab11 .fonttop:last-child {
    margin-right: 0;
}

@media screen and (max-width: 450px) {
    .theme_tab11-box {
        height: 48px;
        background-size: 7% 100%, 7% 100%, 100% 100%;
        padding: 0 6%;
        box-sizing: border-box;
    }

    .theme_tab11 .fonttop {
        font-size: 22px;
        height: 38px;
        line-height: 38px;
    }
}

@media (max-width: 800px) {
    .nav_log17-box {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .nav_log17-box {
        width: 100%;
    }

    .nav_log17-box .nav_log17-navbar-top {
        padding: 8px 15px;
        height: 70px;
    }

    .nav_log17-box .nav_log17-navbar-top .logo {}

    .nav_log17-box .nav_log17-navbar-top .logo img {
        width: 100%;
        height: 100%;
    }

    .nav_log17-box .nav_log17-navbar-top .logo .text {
        margin-left: 13px;
    }

    .nav_log17-box .nav_log17-navbar-top .logo .title {
        font-size: 28px;
    }

    .nav_log17-box .nav_log17-navbar-top .logo .other-info {
        font-size: 14px;
        width: 130px;
        letter-spacing: 6px;
    }

    .nav_log17-box .nav_log17-navbar-top .nav_log17-navbar-detail .login-icon {
        width: 28px;
        margin-right: 15px;
    }

    .nav_log17-box .nav_log17-navbar-top .nav_log17-navbar-detail img {
        width: 34%;
    }

    .nav_log17-box .nav_log17-burger-menu-box .nav_log17-burger-menu {
        margin-left: -59px;
        margin-top: 20px;
        width: 135px;
    }

    .nav_log17-box .nav_log17-burger-menu-box .nav_log17-burger-menu a {
        font-size: 15px;
        padding: 15px 30px;
    }

    .nav_log17-box .nav_log17-navbar-top .nav_log17-navbar-detail {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /**.header-h {
    height: 86px;
  }**/
}

.xf[data-fixed="fixed"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
}

.xf {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.nav ul {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
}

.nav ul li {
    width: 20%;
}

.nav ul li a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
}

.nav ul li:hover {
    background: #c6a07d;
}

.title_list58_carousel-layout {
    position: relative;
    background-color: #f0eff5;
    box-shadow: 0 0 10px #ccc;
}

.title_list58_carousel-container {
    width: 96%;

    margin: 0 auto;
    overflow: hidden;
}

.title_list58_carousel {
    display: flex;
    position: relative;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.title_list58_item-layout {
    display: flex;
    flex: 0 0 25%;
    padding: 10px 5px;
    box-sizing: border-box;
    min-width: 0;
}

.title_list58_item-container {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #7d7d7da3;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.title_list58_title-layout {
    width: 60%;
    padding: 0 0 0 4px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 1;
}

.title_list58_title {
    padding: 0 0 5px 0;
    border-bottom: 4px dotted #565656;
    width: 100%;
}

.title_list58_sub-title {
    padding: 2px 0 0 0;
}

.title_list58_content {
    width: 40%;
    height: 100%;
    padding: 0 4px 0 0;
    font-size: 12px;
    background: #ffa800;
    display: flex;
    flex-direction: column;
    align-items: end;

    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title_list58_buttons {
    display: flex;
    justify-content: center;

    margin-top: 10px;
}

.title_list58_next {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 24px;

    cursor: pointer;
}

.title_list58_prev {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 24px;

    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .title_list58_item {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .title_list58_item {
        font-size: 1.2rem;
    }
}

.nav_log18-box {
    background: #f0eff5;
    height: 100px;
}

.nav_log18 {
    width: 800px;

    height: 80px;
    background: #1280df;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #666;
    margin-bottom: 10px;
    justify-content: space-between;
    overflow-x: clip;
}

.nav_log18 .nav_log18-left {
    width: 350px;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transform: skewX(-40deg);
    transform-origin: top left;
    background: #fff;
    padding: 0 50px;
}

.nav_log18 .nav_log18-left .logo_iconn {
    cursor: pointer;
}

.nav_log18 .nav_log18-left img {
    transform: skewX(40deg);
}

.nav_log18 .nav_log18-left ul {
    display: flex;
    width: 270px;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 0 10px;
}

.nav_log18 .nav_log18-left ul li {
    padding: 0 40px;
    cursor: pointer;
    display: contents;
}

.nav_log18 .nav_log18-right {
    margin-right: 20px;

    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 45%;
}

.nav_log18 .nav_log18-right .nowdate {
    font-size: 12px;
    color: #fff;
    text-align: end;

    padding: 10px;
}

.nav_log18 .nav_log18-right .menu {
    display: flex;
}

.nav_log18 .nav_log18-right .menu a {
    color: #fff;
    font-size: 20px;
    padding-left: 15px;
}

.gcgcgc {
    position: absolute;
    width: 200px;
    height: 100px;
    left: 170px;
    top: 0;
    padding: 0 5px;
    z-index: -2;
}

.nav_log18-bottom-menu {
    display: none;
}

@media screen and (max-width: 450px) {
    .nav_log18-bottom-menu {
        display: block;
    }

    .nav_log18 .nav_log18-right {
        align-items: flex-start;
        width: 100%;
    }

    /*.nav_log18-right,*/
    /*.nav_log18-right .form-data,*/
    /*.nav_log18-right .form-body {*/
    /*    display: none !important;*/
    /*}*/

    .nav_log18-box {
        height: 80px !important;
        display: flex;
    }

    .nav_log18 {
        flex-direction: column;
    }

    .nav_log18 .nav_log18-left {
        padding: 0;
        width: 100%;
        justify-content: center;
    }

    .nav_log18-right .nowdate {
        display: none;
    }

    .gcgcgc {
        width: 120px;
        height: 50px;
        left: 185px;
    }

    .nav_log18 .nav_log18-left ul {
        padding: 0 30px;
    }
}

@media screen and (max-width: 450px) {
    .nav_log18-bottom-menu {
        display: block;
    }

    /*.nav_log18-right,*/
    /*.nav_log18-right .form-data,*/
    /*.nav_log18-right .con_tabform_ {*/
    /*    display: none !important;*/
    /*}*/

    .nav_log18-box {
        height: 120px;
    }
}

.title_list59_layout {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #565656;
}

.title_list59_image-container {
    width: 50%;
    box-sizing: border-box;
}

.title_list59_content-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
}

.title_list59_title {
    position: relative;
    height: auto;
    width: 80%;
}

.title_list59_title-text {
    position: absolute;
    top: 0;

    right: 50%;
    transform: translateX(50%);
    color: #fff;
    text-align: center;
    font-size: 2vw !important;
}

.title_list59_title-text span {
    font-size: 2vw !important;
}

.title_list59_content {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: end;
}

.title_list59_item {
    width: calc(33.333% - 10px);
    padding: 0 5px;
    position: relative;
    box-sizing: border-box;
}

.title_list59_img-size {
    width: 100%;
    height: auto;
    object-fit: cover;

    display: block;
}

@media screen and (min-width: 800px) {
    .title_list59_title-text {
        font-size: 16px !important;
    }

    .title_list59_title-text span {
        font-size: 16px !important;
    }
}

.cgi-body {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #6b0000;
    overflow-x: hidden;
}

body {
    background-size: auto;
    background-image: url();
    background-repeat: repeat
}

#content-css23 .xf {
    max-width: 800px !important;
}

#content-css23 .nav {
    background-color: #690403 !important;
}

#content-css23 .nav ul {
    background-color: #680303 !important;
}

#content-css23 .nav ul li {
    width: calc(20% - 10px) !important;
    margin: 5px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #670606, #f71313);
    border-radius: 50px;
}

#content-css23 .nav ul li a {
    background-image: url(https://vhimg1.ptallenvery.com/00483/assets/images/nav-icon.png);
    background-repeat: no-repeat;
    padding-left: 7%;
}

#content-css23 .box-theme01 {
    border-image-source: url(https://vhimg1.ptallenvery.com/00483/assets/images/frame.png);
    border-image-slice: 36;
    border-image-width: 36px 36px 36px 36px;
    box-sizing: border-box;
    border-image-repeat: round repeat;
    padding: 3% 2% 3% 2%;
}

#content-css23 .box-theme01a {
    border-image-source: url(https://vhimg1.ptallenvery.com/00483/assets/images/frame.png);
    border-image-slice: 36;
    border-image-width: 36px 36px 36px 36px;
    box-sizing: border-box;
    border-image-repeat: round repeat;
    padding: 3% 2% 3% 2%;
    background: linear-gradient(0deg, #5c0000, #8c0000);
}

#content-css23 .box-theme01a .dz_content07 {
    background: none;
    line-height: 30px;
    border-radius: 5px;
}

#content-css23 .box-theme01a .dz_content07 .location_to {
    padding: 1.8% 12% 2.2%;
    background: linear-gradient(0deg, #ceb48c, #ebbd6d);
    color: #460000;
    box-shadow: inset #fff 0 1px 0 0px, inset #570202 0 -1px 0 0px;
}

#content-css23 .box-theme01a .dz_content07 .location_to img {
    content: url(https://vhimg1.ptallenvery.com/00483/assets/images/live-icon.png);
    padding-right: 5px;
    width: 30px !important;
}

#content-css23 .box-theme02 .title_list54 {
    width: 100%;
    min-height: 160px;
    text-align: center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #feead6;
    flex-direction: column;
    margin-top: 5px;
    box-shadow: inset 0 0 18px 7px #690303;
    background: url(https://vhimg1.ptallenvery.com/00483/assets/images/title_list55-head.jpg), url(https://vhimg1.ptallenvery.com/00483/assets/images/title_list55-footer.jpg), url(https://vhimg1.ptallenvery.com/00483/assets/images/title_list55-lace.png), url(https://vhimg1.ptallenvery.com/00483/assets/images/title_list55-body.jpg);
    background-position: center top, center bottom, right 60%, center center;
    background-size: 100% auto, 100% auto, 36%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
    position: relative;
    padding: 0 0 13%;
}

#content-css23 .box-theme02 .title_list54 table {
    width: 100% !important;
}

#content-css23 .box-theme02 .title_list54 table td {
    border-bottom: 1px solid #df7e61 !important;
}

#content-css23 .box-theme02 .title_list54 table tr:last-child {
    border-bottom: hidden;
}

#content-css23 .box-theme02 .title_list54-header {
    padding: 9% 0 22%;
    width: 100%;
}

#content-css23 .box-theme03 .title_list18V1 ul li {
    width: 100%;
    font-weight: 700;
    line-height: 60px;
    background: transparent;
    border-radius: 10px;
    display: block;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    margin: 5px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 1px #e0c4b0, inset #dbb49ade 0 0px 13px 0px, 0px 2px 0px 3px #e1b99a;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    font-size: 18px;
}

#content-css23 .box-theme03 .title_list18V1 {
    background: transparent;
}

#content-css23 .title_list52-content .swiper-button-next,
#content-css23 .title_list52-content .swiper-button-prev {
    top: 22px;
}

#content-css23 .box-theme04 .title_list52-content .mySwiper2 table {
    border-color: transparent !important;
    border-spacing: 5px !important;
}

#content-css23 .box-theme04 .title_list52-content .mySwiper2 table tr {
    height: 37px !important;
    box-shadow: none !important;
    line-height: 37px !important;
}

#content-css23 .box-theme04 .title_list52-content .mySwiper2 table tr td {
    border: 1px #ffb741 solid !important;
}

#content-css23 .box-theme04a .title_list52-content .mySwiper2 table {
    border-color: transparent !important;
    border-spacing: 5px !important;
}

#content-css23 .box-theme04a .title_list52-content .mySwiper2 table tr {
    height: 50px !important;
    box-shadow: none !important;
}

#content-css23 .box-theme04a .title_list52-content .mySwiper2 table tr td {
    border-bottom: 1px #ffb741 solid !important;
}

#content-css23 .box-theme04a .title_list52-content .mySwiper2 table tr:last-child td {
    border-bottom: hidden !important;
}

#content-css23 .contentbox21_start .title_list18V1 {
    background: transparent !important;
}

#content-css23 .contentbox21_start .title_list18V1 ul li {
    background: transparent;
    margin: 5px 0;
    font-weight: 700;
    box-shadow: 0px 0px 0px 1px #e0c4b0, inset #dbb49ade 0 0px 13px 0px, 0px 2px 0px 3px #e1b99a;
    border-radius: 10px;
    padding: 17px 0;
    width: 100%;
}

#content-css23 .KJ25 {
    margin: 5px 10px 5px;
    border-radius: 15px;
    background: #ffeedc;
    flex-direction: column;
    position: relative;
    box-shadow: inset 0 0 12px 0px #690303;
    padding: 15px;
    border: 3px #e2101b solid;
}

#content-css23 .pl-thread {
    text-align: left;
}

#content-css23 .lgyPl_v2_record_item_saytext .lgyPl_v2_record_item_saycontent {
    background: transparent;
}

#content-css23 .lgyPl_v2_post_form:after {
    background: transparent;
}

#content-css23 .el-dialog,
#content-css23 .el-pager li {
    background: transparent;
}

#content-css23 .lgyPl_v2_record_item_saytext {
    background: transparent;
}

#content-css23 .bgc-t .dz_content08 * {
    background-color: transparent !important;
}

#content-css23 .table-bgc-t table,
#content-css23 .table-bgc-t table td {
    background-color: transparent !important;
}

#content-css23 .all-bgc-t * {
    background-color: transparent !important;
}

#content-css23 .table-n .dz_content08 table tr:nth-child(1) td:nth-child(1) {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}

#content-css23 .table-n .dz_content08 table tr:nth-child(1) td:nth-child(2) {
    border-top-color: transparent !important;
    border-right-color: transparent !important;
}

#content-css23 .table-n .dz_content08 table tr:nth-child(2) td:nth-child(1) {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

#content-css23 .table-n .dz_content08 table tr:nth-child(2) td:nth-child(2) {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
}

#content-css23 .table-n .dz_content08 table td {
    padding: 5px;
}

#content-css23 .title_list54-content .swiper-slide img {
    width: auto;
    height: auto;
}

#content-css23 .title_list54-header .title_list54-title,
#content-css23 .title_list57-header .title_list57-title {
    color: #f8ffdc;
    text-shadow: 2px 3px 5px black;
}

#content-css23 .contentbox21_start .contentbox21_start_container .text-a-l {
    text-align: left;
}

#content-css23 .contentbox21_start hr {
    border: none;
    height: 1px;
    background: #ffb741;
    margin: 5px;
}

#content-css23 .contentbox21_start {
    padding: 2% 2% 2% 2%;
    margin-top: 73px;
}

#content-css23 .contentbox21_start-header {
    margin-top: -90px;
    align-items: normal;
}

#content-css23 .contentbox21_start-header .contentbox21_start-title {
    color: #f8ffdc;
    text-shadow: 2px 3px 5px black;
    padding-top: 9%;
}

/*#content-css23 .contentbox21_start-header img {*/
/*    content: url(https://bb5.c1.jsxkxc.com/upload/skin/image/content-css23/title-list56-title-bg-f.png);*/
/*    width: 92%;*/
/*}*/

#content-css23 .contentbox21_start .tab-form-list13-1 .aomen-app .msg {
    background: linear-gradient(0deg, #ceb48c, #ebbd6d);
    color: #460000;
    box-shadow: inset #fff 0 1px 0 0px, inset #0000002b 0 -1px 0 0px, #5702025e 0 3px 5px 0px;
}

#content-css23 .contentbox21_start .tab-form-list13-1 .aomen-app .msg p span strong {
    font-weight: normal;
    color: #460000;
}

#content-css23 .contentbox21_start .title_sj14 .sj14-header-info {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(0deg, #ceb48c, #ebbd6d);
    color: #460000;
    box-shadow: inset #ffffff 0 1px 0 0px, inset #ffd3a27a 0 -1px 0 0px, inset 0 -1px #ffffff, 0px 2px 0px #00000063;
    padding: 5px 0;
    margin-bottom: 2px;
}

#content-css23 .contentbox21_start .title_sj14 .sj14-header-info .refresh-btn {
    background: linear-gradient(180deg, #ffffff, transparent);
    border-radius: 6px;
    position: absolute;
    padding: 0 40px;
    right: 0;
    height: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    margin-right: 4px;
    box-shadow: inset 0 -1px #aa8c4078, 2px 2px 3px #00000052;
}

#content-css23 .contentbox21_start .title_sj14 ul li {
    width: calc(100% / 5 - 4px) !important;
    float: left;
    border: none;
    box-sizing: border-box;
    border-radius: 12px;
    border-bottom: none;
    font-size: 18px;
    line-height: 1.3;
    background: linear-gradient(0deg, #ceb48c, #ebbd6d);
    color: #460000;
    box-shadow: inset #ffffff 0 1px 0 0px, inset #ffd3a27a 0 -1px 0 0px, inset 0 -1px #ffffff, 0px 2px 0px #00000063;
    padding: 5px 0;
    margin: 2px;
    font-weight: bold;
}

#content-css23 .contentbox21_start .title_sj14 a {
    text-decoration: none;
    color: #460000;
}

#content-css23 .contentbox21_start .title_sj14 .sj14-header-info .sj14-header-info-title span {
    color: #ff0000 !important;
}

#content-css23 .contentbox21_start .title_sj14 .sj14-header-info .sj14-header-info-title p span strong {
    color: font-weight: normal;
    color: #460000;
}

#content-css23 .contentbox21_start .forum-head span span span span span,
#content-css23 .contentbox21_start .context_switch span span span span {
    color: #ba1212 !important;
}

#content-css23 .title_list52 {
    padding: 3% 2% 3% 2%;
    margin-top: 73px;
}

#content-css23 .title_list52-header {
    margin-top: -90px;
    align-items: normal;
}

#content-css23 .title_list52-header .title_list52-title {
    color: #f8ffdc;
    text-shadow: 2px 3px 5px black;
    padding-top: 9%;
}

#content-css23 .title_list52-header img {
    content: url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list56-title-bg-f.png);
    width: 92%;
}

#content-css23 .title_list55 {
    padding: 3% 2% 3% 2%;
    margin-top: 73px;
}

#content-css23 .title_list55-header {
    margin-top: -90px;
    align-items: normal;
}

#content-css23 .title_list55-header .title_list55-title {
    color: #f8ffdc;
    text-shadow: 2px 3px 5px black;
    padding-top: 9%;
}

#content-css23 .title_list55-header img {
    content: url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list56-title-bg-f.png);
    width: 92%;
}

#content-css23 .title_list47-box {
    border-image-source: url(https://vhimg1.ptallenvery.com/00483/assets/images/frame.png);
    border-image-slice: 36;
    border-image-width: 36px 36px 36px 36px;
    box-sizing: border-box;
    border-image-repeat: round repeat;
    padding: 4% 3% 4% 3%;
    background: #feead6;
    flex-direction: column;
    margin-top: 15px;
    position: relative;
    box-shadow: inset 0 0 18px 7px #690303;
    background: url(https://vhimg1.ptallenvery.com/00483/assets/images/yl-top-d.png);
    background-color: #feead6;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 9px;
}

#content-css23 .title_list47 .title_list47-top,
#content-css23 .title_list47 .title_list47-container {
    background: none
}

#content-css23 .title_list47 .title_list47-footer {
    display: none;
}

#content-css23 .tab-form-list19 {
    background: none !important;
    box-shadow: none;
    margin: -13px 0px 0;
}

#content-css23 .tab-form-list19 .form-menu ul {
    justify-content: center;
}

#content-css23 .m-b-5 {
    margin-bottom: 5px;
}

#content-css23 .m-b-10 {
    margin-bottom: 10px;
}

#content-css23 .m-b-15 {
    margin-bottom: 15px;
}

#content-css23 .m-b-20 {
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 767px) {}


@media screen and (max-width: 650px) {
    #content-css23 .box-theme02 .title_list54-content .mySwiper2 .swiper-slide tr td {
        height: 10px !important;
    }

    #content-css23 .nav ul li {
        width: calc(20% - 4px) !important;
        margin: 2px;
    }

    #content-css23 .nav ul li a {
        background-size: 15%;
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        background-position: 0px 2px;
        margin: 5px 2px;
    }

    #content-css23 .box-theme01,
    #content-css23 .box-theme01a {
        border-image-width: 25px;
        border-image-slice: 40;
    }

    #content-css23 .KJ25 {
        padding: 5px;
        margin: 5px;
    }

    #content-css23 .box-theme01a .qbcsnake {
        line-height: 20px;
    }

    #content-css23 .box-theme01a .qbcsnake .txt01 {
        font-size: 13px !important;
    }

    #content-css23 .box-theme01a .qbcsnake .txt02 {
        font-size: 20px !important;
    }

    #content-css23 .box-theme01a .dz_content07 .location_to {
        padding: 1.8% 6% 2.2%;
        font-size: 18px;
    }

    #content-css23 .box-theme01a .dz_content07 .location_to img {
        width: 26px !important;
    }

    #content-css23 .box-theme04 .title_list52-content .mySwiper2 table * {
        font-size: 14px !important;
    }

    #content-css23 .box-theme04 .title_list52-content .mySwiper2 table {
        border-spacing: 4px 10px !important;
    }

    #content-css23 .content-p-0 .contentbox21_start {
        padding: 4% 0% 4% 0%;
    }

    #content-css23 .KJ25 {
        padding: 0px;
    }

    #content-css23 .title_list54-content .swiper-slide img {
        width: 20%;
        height: auto;
        margin-left: -7px;
    }

    #content-css23 .contentbox21_start {
        margin-top: 11%;
    }

    #content-css23 .contentbox21_start-header {
        margin-top: -14%;
    }


    #content-css23 .contentbox21_start .qbcsnake-m-0 .qbcsnake03 {
        width: 104.5%;
        position: relative;
        left: -9px;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        margin: 0;
    }

    #content-css23 .contentbox21_start .qbcsnake-a-m-0 .qbcsnake03 {
        width: 100.5%;
        position: relative;
        left: 0px;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        margin: 0;
    }

    #content-css23 .contentbox21_start .title_sj14 ul li {
        width: calc(100% / 4 - 4px) !important;
        font-size: 10px;
    }

    #content-css23 .contentbox21_start .title_sj14 {
        padding: 0px;
        width: 103%;
        position: relative;
        left: -5px;
    }

    #content-css23 .contentbox21_start .title_sj14 .sj14-header-info .refresh-btn {
        padding: 0 28px;
    }

    #content-css23 .title_list52 {
        margin-top: 11%;
    }

    #content-css23 .title_list52-header {
        margin-top: -14%;
    }

    #content-css23 .title_list55 {
        margin-top: 11%;
    }

    #content-css23 .title_list55-header {
        margin-top: -14%;
    }

    #content-css23 .font-20 * {
        font-size: 20px !important;
    }

    #content-css23 .font-19 * {
        font-size: 19px !important;
    }

    #content-css23 .font-18 * {
        font-size: 18px !important;
    }

    #content-css23 .font-17 * {
        font-size: 17px !important;
    }

    #content-css23 .font-16 * {
        font-size: 16px !important;
    }

    #content-css23 .font-15 * {
        font-size: 15px !important;
    }

    #content-css23 .font-14 * {
        font-size: 14px !important;
    }

    #content-css23 .font-13 * {
        font-size: 13px !important;
    }

    #content-css23 .font-12 * {
        font-size: 12px !important;
    }

    #content-css23 .font-11 * {
        font-size: 11px !important;
    }

    #content-css23 .font-10 * {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 375px) {
    #content-css23 .title_list57-content {
        width: 107%;
    }
}

.nav ul {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
}

.nav ul li {
    width: 20%;
}

.nav ul li a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
}

.nav ul li:hover {
    background: #c6a07d;
}

.dz_content07 {
    text-align: center;
    background: linear-gradient(to top, #9C27B0, #2196F3);
    line-height: 55px;
    border-radius: 5px;

}

.location_to {
    padding: 10px;
    background: beige;
    border-radius: 15px;
    font-size: 20px;
    color: #F44336;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px #f44336;

}

.qbcsnake img {
    vertical-align: bottom;
}

.qbcsnake03 {
    border-radius: 10px;
    padding: 0 5px;
    padding: 10px;
    box-shadow: 0px 4px 5px #ccc;
    margin: 5px;
}

.qbcsnake03 img {
    vertical-align: bottom;
    border-radius: 10px;
}



.tab-form-list13-1 {

    border-radius: 10px;
    margin: 5px 8px 8px;
}

.tab-form-list13-1 .aomen-app {
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0px 4px 5px #ccc;
    color: #000;
    text-align: center;
    font-size: 14px;

    background: #fff;
}

.tab-form-list13-1 .aomen-app .msg {
    height: 43px;
    background: #0baeaf;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.tab-form-list13-1 .aomen-app .msg img {
    width: 24px;
    margin: 0 5px 0 5px;
}

.tab-form-list13-1 .aomen-app marquee {
    font-weight: bold;
    font-size: 14pt;
}

.tab-form-list13-1 .aomen-app ul {

    /**display: flex;
    flex-wrap: wrap;**/
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 5px;
    justify-items: center;
}

/**.tab-form-list13 .aomen-app * {
    margin: 0;
  
    padding: 0;
  }**/

.tab-form-list13-1 .aomen-app ul,
li {
    list-style: none;
}

.tab-form-list13-1 .aomen-app a {
    text-decoration: none;
    color: inherit;

}

.tab-form-list13-1 .aomen-app ul li {
    /**width: 25%;**/
    padding: 5px 0;
    list-style: none;
}

.tab-form-list13-1 .aomen-app ul li a img {
    /*width: 70%;*/

    border-radius: 12px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    width: 70px;
    height: 70px;
}

.tab-form-list13-1 .aomen-app p {
    background: unset;
    border: 0;
    text-align: center !important;

}

@media screen and (max-width: 480px) {
    .tab-form-list13-1 .aomen-app ul {
        justify-items: center;
    }

    .tab-form-list13-1 .aomen-app ul li a img {
        width: 80px;
        height: 80px;
    }

    .tab-form-list13-1 .aomen-app ul li {
        width: auto;
        /**padding: 5px 10px;**/
    }
}

.tab-form-list13-1 {

    border-radius: 10px;
    margin: 5px 8px 8px;
}

.tab-form-list13-1 .aomen-app {
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0px 4px 5px #ccc;
    color: #000;
    text-align: center;
    font-size: 14px;

    background: #fff;
}

.tab-form-list13-1 .aomen-app .msg {
    height: 43px;
    background: #0baeaf;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.tab-form-list13-1 .aomen-app .msg img {
    width: 24px;
    margin: 0 5px 0 5px;
}

.tab-form-list13-1 .aomen-app marquee {
    font-weight: bold;
    font-size: 14pt;
}

.tab-form-list13-1 .aomen-app ul {

    /**display: flex;
flex-wrap: wrap;**/
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 5px;
    justify-items: center;
}

/**.tab-form-list13 .aomen-app * {
margin: 0;

padding: 0;
}**/

.tab-form-list13-1 .aomen-app ul,
li {
    list-style: none;
}

.tab-form-list13-1 .aomen-app a {
    text-decoration: none;
    color: inherit;

}

.tab-form-list13-1 .aomen-app ul li {
    /**width: 25%;**/
    padding: 5px 0;
    list-style: none;
}

.tab-form-list13-1 .aomen-app ul li a img {
    /*width: 70%;*/

    border-radius: 12px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    width: 70px;
    height: 70px;
}

.tab-form-list13-1 .aomen-app p {
    background: unset;
    border: 0;
    text-align: center !important;

}

@media screen and (max-width: 480px) {
    .tab-form-list13-1 .aomen-app ul {
        justify-items: center;
    }

    .tab-form-list13-1 .aomen-app ul li a img {
        width: 80px;
        height: 80px;
    }

    .tab-form-list13-1 .aomen-app ul li {
        width: auto;
        /**padding: 5px 10px;**/
    }
}

.title_list54 {
    width: 100%;
    min-height: 160px;
    text-align: center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #feead6;
    flex-direction: column;
    margin-top: 5px;
    box-shadow: inset 0 0 18px 7px #690303;
    background: url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-bg-head.jpg), url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-bg-footer.png), url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-lace.png), url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-bg-body01.jpg);
    background-position: center top, center bottom, center center, center center;
    background-size: 100% auto, 100% auto, 100% 32%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
    position: relative;
    padding: 0 0 5%;

}

.title_list54-header {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    padding: 15% 0 18%;
    ;

    width: 100%
}

.title_list54-header .title_list54-title {
    position: absolute;
    color: #fdec6c;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 3px;
}

.title_list54-content {

    position: relative;
    width: 800px;
    padding: 0 20px;
    box-sizing: border-box;
}

.title_list54-content .swiper-button-next,
.title_list54-content .swiper-button-prev {
    top: 22px;
    width: 4%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-tab-icon-back.png);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-tab-icon-next.png);
}

.title_list54-content .mySwiper {
    margin: 0 40px 14px;
}

.title_list54-content .mySwiper .swiper-slide {

    background: url('https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-tab-icon-bg-a.png') center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;

    -moz-user-select: none;
    min-width: 90px;
}

.title_list54-content .mySwiper2 .swiper-slide {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.title_list54-content .mySwiper .swiper-slide-thumb-active {
    background: url('https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-tab-icon-bg.png') center center no-repeat;

    background-size: 100% 100%;
}

@media screen and (max-width: 800px) {
    .title_list54-content {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {

    .title_list54 {
        box-shadow: inset 0 0 15px 0px #690303;
    }

    .title_list54-header .title_list54-title {
        font-size: 20px;
        letter-spacing: 0px;
        padding-left: 4%;
    }

    .title_list54-header img {
        width: 85%;

    }

    .title_list54-content .swiper-button-next,
    .title_list54-content .swiper-button-prev {
        width: 12%;
    }

    .title_list54-content .mySwiper2 .swiper-slide * {
        font-size: 16px !important;
        white-space: nowrap;
    }
}


@media screen and (max-width: 450px) {
    .title_list54-content {
        width: 106%;
    }

    .title_list54-content .swiper-button-next,
    .title_list54-content .swiper-button-prev {
        width: 16%;
    }
}



.img_lb07 {
    width: 100%;
    height: auto;
    background: #fbfafb;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 1px 15px;
    box-sizing: border-box;
}

.img_lb07-swiper-container {
    width: 747px;
    height: 550px;
    /**overflow: hidden;**/
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.img_lb07 .swiper-slide img {

    width: 100%;
    height: 550px;
}

@media screen and (max-width: 768px) {
    .img_lb07 {
        padding-top: 1px;
        width: 100%;
        height: 100%;
    }

    .img_lb07-swiper-container {

        width: 100%;
        height: 260px;
    }

    .img_lb07-swiper-container .swiper-slide img {
        width: 100%;
        height: 260px;
        /**border-radius: 0.75rem;**/
    }
}

.title_sj14 {
    padding: 3px;
}

.title_sj14 .sj14-header-info {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: #a777e3;
    color: #fff;
    position: relative;
}

.title_sj14 .sj14-header-info .sj14-header-info-title {
    flex: 1;
    text-align: center;
    line-height: 36px;
    display: flex;
    justify-content: center;
}

.title_sj14 .sj14-header-info .refresh-btn {
    background: #ef96fc;
    border-radius: 20px;
    position: absolute;
    padding: 0 40px;
    right: 0;
    height: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.title_sj14 p {
    margin: 0;
    padding: 0;
}

.title_sj14 a {
    text-decoration: none;
    color: #fff;
}

.title_sj14 ul {
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.title_sj14 ul:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.title_sj14 ul li {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    border-bottom: 4px solid #fff;
    background: linear-gradient(to right, #ef96fc, #a777e3);
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.title_sj14 ul li a {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.title_sj14 .zzhl-img {
    float: left;
    margin-right: 8px;
}

.title_sj14 .zzhl-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.title_sj14 .zzhl-txt1 {}

.title_sj14 .zzhl-txt2 {
    font-size: 12px;
    color: #888;
}



.animation {
    animation: widthAnimation 2s forwards ease-out;
}

.flipAnimation {
    animation: flipAnimation 0.8s forwards;
}

@keyframes widthAnimation {
    0% {

        width: 90%;
    }

    60% {
        width: 8%;
    }

    80% {
        width: 12%;
    }

    100% {
        width: 5%;

        width: 36px;
    }
}

@keyframes flipAnimation {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }

}

@media screen and (max-width:600px) {
    .title_sj14 ul li {
        width: 100%;
    }

    .title_sj14 ul li a {
        padding: 8px;
    }

    .title_sj14 .sj14-header-info .refresh-btn {
        padding: 0 30px;
        font-size: 13px;

    }

    @keyframes widthAnimation {
        0% {
            width: 90%;
        }

        60% {
            width: 8%;
        }

        80% {
            width: 12%;

        }

        100% {
            width: 30px;
        }
    }
}

@media screen and (max-width:600px) {
    .title_sj14twsj ul li {
        width: calc(100%/4) !important;

    }
}



.title_list57 {
    width: 100%;
    min-height: 160px;
    text-align: center;
    background-size: 100%;
    display: flex;
    justify-content: center;

    align-items: center;
    background: #feead6;
    flex-direction: column;
    margin-top: 5px;
    box-shadow: inset 0 0 18px 7px #690303;
    background: url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-bg-head.jpg), url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-bg-footer.png), url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-lace.png), url(https://vhimg1.ptallenvery.com/00483/assets/images/title-list54-bg-body01.jpg);
    background-position: center top, center bottom, center center, center center;
    background-size: 100% auto, 100% auto, 100% 248px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
    position: relative;

    padding: 0 0 5%;
}

.title_list57-header {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;

    padding: 15% 0 18%;
    ;
    width: 100%
}

.title_list57-header .title_list57-title {
    position: absolute;
    color: #fdec6c;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 3px;
}

.title_list57-content {
    position: relative;
    width: 800px;
    padding: 0 20px;
    box-sizing: border-box;
}

.title_list57-content .title_list57-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    align-items: center;

    min-width: 90px;
    display: flex;
    border-bottom: 1px solid transparent;
    border-radius: 10px;
    margin: 0 10px 10px;
    box-shadow: inset #fff37896 0 0px 13px 0px, 2px 2px 5px 0px #00000082;
    justify-content: center;
    padding: 18px 10px;
}

.title_list57-content .title_list57-item a {

    color: #fdec6c;
}

@media screen and (max-width: 800px) {
    .title_list57-content {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {

    .title_list57 {
        box-shadow: inset 0 0 15px 0px #690303;
    }

    .title_list57-header .title_list57-title {
        font-size: 16px;
        letter-spacing: 0px;
        padding-left: 4%;
    }

    .title_list57-header img {
        width: 85%;

    }
}

@media screen and (max-width: 450px) {
    .title_list57-content {
        width: 106%;
    }
}

.index_footer01 {
    margin-top: 10px;
}

.index_footer01 .wp {
    display: flex;
    margin-bottom: 10px;
}

.index_footer01 .b-b {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.index_footer01 .mdui-card {
    background: rgba(255, 255, 255, 0.7) !important;
    transition: background 0.5s;
    border-radius: 7px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05), 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
}

.index_footer01 .mdui-card .mdui-card-content {
    position: relative;
    padding: 16px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 25px;
}
#content-css23 .item div {
    padding: ;
}