<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/* common */
.top_page .leftmenuframe_ {
    display: none;
}
.top_page div.container_ div.contents_,
.top_page div.container_ div.contents_ div.mainframe_,
.top_page div.container_ div.contents_ div.mainframe_ .event_ .goods_ {
    width: 100%;
}

.top_title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
}
.top_title span {
    display: block;
    font-size: 12px;
    color: #EB6042;
    margin-top: 18px;
    padding-top: 12px;
    letter-spacing: .2em;
    position: relative;
}
.top_title span::before {
    position: absolute;
    content: '';
    background-color: #EB6042;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.twitter-timeline {
    border: 1px solid #EBF8EF;
}
.top_followus_link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.top_followus_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    background: #7A2A2A;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-right: 24px;
}
.top_followus_link a:last-of-type {
    margin-right: 0;
}
.top_followus_link_img {
    width: 20px;
    margin-right: 8px;
}
.top_followus_link_img img {
    width: 100%;
    height: auto;
}

/* block_of_top_free1 */
.top_topics {
    position: relative;
    padding: 80px 0 40px;
}
.top_topics::before {
    position: absolute;
    content: '';
    background-color: #FFF1EA;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    top: 0;
}
.top_topics_inner {
    position: relative;
}
.top_topics_button {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.top_topics_button_button {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-weight: 300;
    font-size: 14px;
    padding: 0 20px;
    border-left: 1px solid #838E8F;
}
.top_topics_button li:first-of-type .top_topics_button_button {
    border-left: none;
}
.top_topics_button_button.active {
    font-weight: 600;
}
.top_topics_button_button span {
    position: relative;
}
.top_topics_button_button.active span::before {
    position: absolute;
    content: '';
    background-color: #0C985A;
    height: 2px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}
.top_topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.top_topics_item {
    display: block;
    width: 31%;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.top_topics_item.in-active {
    display: none;
}
.top_topics_item_img img {
    width: 100%;
    height: auto;
}
.top_topics_item_content {
    padding: 24px 20px;
    background-color: #fff;
    min-height: 96px;
    box-sizing: border-box;
}
.top_topics_item_text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

/* event */
#block_of_event {
    padding: 70px 0;
}
.top_page div.goods_ {
    margin-bottom: 60px;
}
.top_page .event_title_ {
    width: 100%;
    background: transparent;
    border-top: none;
    border-bottom: 3px solid #EB6042;
    font-size: 18px;
    font-weight: 600;
    color: #202720;
    font-weight: bold;
    padding: 12px 0;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 30px;
}
.top_page div.StyleT_Frame_ {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.top_page div.StyleT_Line_ {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.top_page div.StyleT_Item_ {
    width: 160px;
    margin-right: 24px;
}
.top_page div.StyleT_Item_:last-of-type {
    margin: 0 0 0 0;
}
.top_page div.StyleT_Item_ div.img_ {
    width: 160px;
    height: 160px;
    margin: 0 0 0 0;
    border: 1px solid #DCE0E0;
}
.top_page div.StyleT_Item_ div.icon_ {
    width: 100%;
    margin: 10px 0;
}
.top_page div.StyleT_Item_ div.name_ a {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #202720;
    margin-bottom: 10px;
}
.top_page div.StyleT_Item_ div.price_ {
    text-align: left;
    color: #202720;
    margin-bottom: 10px;
}
.top_page .desc_ .btn_ a img {
    width: 100%;
    height: auto;
}

/* calendar */
.top_page .rightmenuframe_ {
    float: none;
}
.top_page #sidebox_cal {
    margin: 0px 0px 0px 0px;
    display: grid;
    grid-template-columns: 436px 461px;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 897px;
    margin: 0 auto;
}
.top_page #sidebox_cal h2 {
    grid-area: 1 / 1 / 2 / 3;
}
.top_page #calendar {
    grid-area: 2 / 1 / 3 / 2;
}
.top_page #sidebox_cal h3 {
    grid-area: 3 / 1 / 4 / 2;
}
.top_page #sidebox_cal h4 {
    grid-area: 2 / 2 / 3 / 3;
}
.top_page #sidebox_cal p{
    /* grid-area: 3 / 2 / 4 / 3; */
    grid-area: 2 / 2 / 3 / 3;
}
.top_page #sidebox_cal h2 {
    position: relative;
    padding: 0;
    background: transparent;
    color: #202720;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
    height: auto;
}
.top_page #sidebox_cal h2::before {
    position: absolute;
    content: '';
    background-color: #EB6042;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
}
.top_page #sidebox_cal h2::after {
    display: block;
    font-size: 12px;
    color: #EB6042;
    margin-top: 18px;
    letter-spacing: .2em;
    content: 'CALENDAR';
}
.top_page #month_prev_ajax,
.top_page #month_next_ajax {
    position: static;
}
.top_page #calendar h1 {
    display: flex;
    justify-content: space-between;
    margin-top: -38px;
    margin-bottom: 20px;
    color: #202720;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
.top_page #calendar {
    background: #F8F2EF;
}
.top_page #calendar table th {
    font-weight: 300;
    background: #fff;
    border-radius: 4px;
}
.top_page #calendar table td {
    font-weight: 300;
    background: #fff;
    border-radius: 4px;
}
.top_page .X_calendar_holiday,
.top_page .X_calendar_default6 {
    background: #EB6042 !important;
    color: #fff !important;
}
.top_page #sidebox_cal h3 span {
    font-weight: 300;
}
.top_page #sidebox_cal h4 {
    padding-top: 56px;
    text-align: center;
    margin: 0 0 0 0;
    background: none;
    width: 100%;
    height: auto;
    line-height: 1;
    color: #202720;
    font-size: 16px;
}
.top_page #sidebox_cal p {
    padding-top: 96px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}

/* top_followus */
.top_followus_content {
    display: flex;
    justify-content: center;
    margin-bottom: 140px;
}
.top_followus_content > div {
    width: 436px;
    margin-right: 25px;
}
.top_followus_content > div:last-of-type {
    margin-right: 0;
}
.top_followus_content_title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}
.top_followus_content_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    background: #539460;
    color: #fff;
}
.top_followus_content_icon--kabuki {
    background: #7A2A2A;
}
.top_followus_content_icon span {
    padding-left: 8px;
}

/* mainvisual_ */
.top_page .bx-wrapper {
    position: static;
}
.top_page #mainvisual_contents_ {
    background: transparent;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.top_page #bxslider li {
    margin: 0 0 0 0;
    opacity: .5;
}
.top_page #bxslider li.active-slide {
    opacity: 1;
}
.top_page #bxslider li img {
    width: 800px;
    height: auto;
}
.top_page .bx-controls-direction {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.top_page .bx-wrapper .bx-controls-direction a {
    height: 100px;
    width: 100px;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
    background: #202720;
    border-radius: 50px;
    top: 50%;
    pointer-events: all;
}
.top_page .bx-wrapper .bx-prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.top_page .bx-wrapper .bx-next {
    right: 0;
    transform: translate(50%, -50%);
}
.top_page .bx-wrapper .bx-controls-direction a::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #0C985A;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.top_page .bx-wrapper a.bx-prev::before {
    border-top: none;
    border-right: none;
    right: 16px;
}
.top_page .bx-wrapper a.bx-next::before {
    border-bottom: none;
    border-left: none;
    left: 16px;
}



/* topiclist_ */
body.top_page .topiclist_head_ h2 {
    display: none;
}
body.top_page .topiclist_head_ h2.top_title {
    display: block !important;
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent;
    float: none;
    font-size: 28px;
}
.top_page .topiclist_body_ {
    background: transparent;
    border: none;
    height: auto;
}
.top_page .topiclist_body_ li {
    margin: 0 0 0 0;
    padding: 25px 30px;
    border-bottom: 1px solid #DCE0E0;
}
.top_page .topiclist_body_ li:first-of-type {
    border-top: 1px solid #DCE0E0;
}
.top_page .topiclist_body_ li span.date_ {
    color: #EB6042;
    font-weight: 300;
    font-size: 12px;
}
.top_page .topiclist_body_ li a {
    font-weight: 300;
    font-size: 16px;
    color: #202720;
    width: auto;
}
.righttext_ {
    text-align: center;
    margin-top: 40px;
}
.righttext_ a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 48px;
    border: 1px solid #0C985A;
    border-radius: 100px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
}
.righttext_ a:hover {
    color: #202720;
}

/* footer_banner */
.footer_banner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    margin-top: 100px;
}
.footer_banner img {
    width: 100%;
    height: auto;
}
.footer_banner_item:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
}
.footer_banner_item:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
}
.footer_banner_item:nth-of-type(3) {
    grid-area: 1 / 3 / 2 / 4;
}
.footer_banner_item:nth-of-type(4) {
    grid-area: 1 / 4 / 2 / 5;
}
.footer_banner_item:nth-of-type(5) {
    grid-area: 2 / 1 / 3 / 2;
}
.footer_banner_item:nth-of-type(6) {
    grid-area: 2 / 2 / 3 / 3;
}
.footer_banner_item:nth-of-type(7) {
    grid-area: 2 / 3 / 3 / 4;
}
.footer_banner_item:nth-of-type(8) {
    grid-area: 2 / 4 / 3 / 5;
}