/* ===== 通用 =====*/
html,
body {
    font-size: 10px;
    font-family: "exo", "微軟正黑體";
    background-color: #000;
    color: #fff;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}

h1 {
    font-size: 4.2rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.6rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

p {
    font-size: 1.8rem;
    line-height: 42px;
    margin: 0;
    padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
ol,
li {
    padding: 0;
}

img {
    width: 100%;
}

.container-l {
    width: 1600px;
    max-width: 1600px;
    margin: 0 auto;
}

.container-m {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
}

.container-s {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.container-xs {
    width: 960px;
    max-width: 960px;
    margin: 0 auto;
}

.banner-container {
    margin: 0 8rem;
}

.content-container {
    margin: 0 8rem;
}

/* 顯示與隱藏 */
.display-1400 {
    display: none;
}

.display-1300 {
    display: none;
}

.display-1200 {
    display: none;
}

.display-992 {
    display: none;
}

.display-768 {
    display: none;
}

.display-576 {
    display: none;
}

.display-480 {
    display: none;
}

/* 表單 */
label {
    font-size: 1.8rem;
    font-weight: 900;
}

.form-check-inline {
    margin-right: 2rem;
}

li {
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

table {
    font-size: 1.8rem;
    width: 100%;
}

td {
    color: #333;
    background: #fff;
}


/* 色彩 */
:root {
    --primary-color: #1cbcc3;
    --second-color: #B02418;
    --third-color: #ffff00;
    --fourth-color: #333;
    --fifth-color: #fff;
    --sixth-color: #ddd;
    --seventh-color: #aaa;
}

.color-red {
    color: #AD4747;
}

.color-blue {
    color: #014098
}

/* btn */
.btn-groups {
    display: flex;
    justify-content: flex-end;
}

.btn {
    transition: 0.3s ease;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    background: var(--second-color);
    border-radius: 5px;
    color: #fff;
}

.btn:hover {
    transform: scale(1.05);
    color: #fff;
}

.btn-expo {
    display: flex;
    text-align: left;
    align-items: center;
    margin-left: 3rem;
    padding: 1.5rem 3rem;
}

.btn-p-l {
    padding: 2.5rem 4rem;
    border-radius: 99px;
    font-size: 2.6rem;
    background: #e63c75;
    background: -moz-linear-gradient(-45deg, #e63c75 0%, #faccd9 100%);
    background: -webkit-linear-gradient(-45deg, #e63c75 0%, #faccd9 100%);
    background: linear-gradient(135deg, #e63c75 0%, #faccd9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63c75', endColorstr='#faccd9', GradientType=1);
}

.btn-p-l:hover {
    transform: scale(1.05);
    color: #fff;
}

.btn-100 {
    width: 100%;
}

/* 浮動 */
.floating-button {
    position: fixed;
    z-index: 999;
    right: 60px;
    bottom: 10%;
    z-index: 998;
}

.f-search a,
.f-top a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 99px;
    width: 60px;
    height: 60px;
    color: var(--second-color);
    box-shadow: #00000030 1px 1px 5px;
    font-size: 1.4rem;
}

.f-top {
    margin-top: 2rem;
}

/* header */
header {
    background: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition: top 0.4s ease-in-out;
    z-index: 10;
}

.hideUp header {
    top: -90px;
}

.header-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 8rem;
}

nav {
    display: flex;
    align-items: center;
}

.logo img {
    width: 400px;
}

.nav-fostrap {
    display: block;
    border-radius: 3px;
}

.nav-fostrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-fostrap li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    line-height: 9rem;
}

.nav-fostrap li a {
    padding: 0 2rem;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    outline: 0;
    letter-spacing: 0.5px;
    transition: 0.5s ease;
}

.nav-fostrap li a:hover {
    transform: scale(1.1);
}

.nav-fostrap li:last-child a {
    padding-right: 0;
}

.nav-fostrap li a i {
    padding-left: 8px;
}

.nav-fostrap li:hover ul.dropdown {
    display: block;
    z-index: 7;
}

.nav-fostrap li ul.dropdown {
    position: absolute;
    display: none;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    padding-top: 0;
    right: 0;
}

.nav-fostrap li ul.dropdown li {
    display: block;
    list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
    padding: 8px 15px;
    font-size: 15px;
    color: #fff;
    display: block;
    font-weight: 400;
}

.nav-fostrap li ul.dropdown li:last-child a {
    border-bottom: none;
}

.nav-fostrap li:first-child:hover a {
    border-radius: 3px 0 0 3px;
}

.nav-fostrap li ul.dropdown li a {
    background: #fff;
    border-bottom: 1px solid #ddd;
    line-height: 5rem;
    color: #333;
}

.nav-fostrap li ul.dropdown li:first-child:hover a {
    border-radius: 0;
}

.nav-fostrap li:hover .arrow-down {
    border-top: 5px solid #fff;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: relative;
    top: 15px;
    right: -5px;
    content: '';
}

.nf {
    color: #fff !important;
    padding: 0.6rem 1.5rem;
    border-radius: 99px;
}

.nf-upload {
    background: var(--sixth-color);
}

.nf-login {
    background: var(--fifth-color);
}

.nf-search {
    color: #fff;
    background: var(--primary-color);
    border-radius: 99px;
    padding: 0.6rem 0.8rem;
}

.nf-search i {
    padding-right: 0;
}

/* banner */
.banner-block {
    position: relative;
    color: #fff;
}

.banner-container {
    margin: 0 8rem;
    position: relative;
}

.banner-bk {
    border-radius: 1rem;
    height: 88rem;
}

.banner-title {
    width: 70rem;
}

.banner-text {
    position: absolute;
    left: 6rem;
    top: 50%;
    transform: translateY(-50%);
}

.ba-activity {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.ba-a-item {
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

.ba-a-item i {
    font-size: 2.4rem;
}

.banner-com {
    margin-top: 6rem;
}

.ba-c-item {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.ba-c-item p {
    margin-right: 2rem;
}

.ba-c-item-1 img {
    width: 38%;
}

.ba-c-item-2 img {
    width: 48%;
}

.ba-c-item-3 img {
    width: 18%;
}

.ba-c-item-4 img {
    width: 31%;
}

.banner-de {
    position: absolute;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%);
}

.banner-de img {
    width: 115rem;
}

/* content */
.content-block {
    overflow: hidden;
    margin: 12rem 0 0 0;
}

.title-block {
    position: relative;
}

.title {
    font-size: 4.2rem;
    font-weight: bold;
    font-family: "exo", "Microsoft Yahei";
    position: relative;
    letter-spacing: 1px;
}

.t-num {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 22rem;
    font-weight: bold;
    line-height: 19rem;
    opacity: 0.2;
}

.title-w,
.t-num-w {
    color: #fff;
}

.ticket-block {
    display: flex;
}

.ticket-block img {
    width: 9rem;
    height: 9rem;
}

.card {
    background: #f1f1f1;
    position: relative;
}

.cardleft-1 {
    width: 20%;
    border-right: 0.18em dashed #fff;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardright-1 {
    width: 80%;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 2rem 4rem;
}

.cardleft-1:before,
.cardleft-1:after {
    content: "";
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    background: #ffffff;
    border-radius: 99px;
    right: -17px;
    z-index: 10;
}

.cardleft-1:before,
.cardleft-1:after {
    content: "";
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    background: #ffffff;
    border-radius: 99px;
    right: -17px;
    z-index: 10;
}

.cardleft-1:before {
    top: -15px;
}

.cardleft-1:after {
    bottom: -15px;
}

.cardleft-1 h2 {
    line-height: 42px;
    letter-spacing: 2px;
}

.cardleft-2 {
    width: 100%;
    border-radius: 1rem;
    /* border-right: 0.18em dashed #fff; */
    /* border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; */
    display: flex;
    flex-direction: row;
    align-items: self-start;
    padding: 3rem 6rem 3rem 3rem;
}

.methods-contact h3 {
    margin-bottom: 1rem;
}

.methods-contact div {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.conference-info-block li {
    font-size: 1.8rem;
    line-height: 29px;
    margin-bottom: 1rem;
    margin-left: 2rem;
}

/* methods */
.methods-block {
    margin-top: 6rem;
    padding-top: 6rem;
    border-top: 1px dashed #707070;
    padding-bottom: 6rem;
}

/* expo */
.expo-block {
    background: url(../images/exhibition.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    padding: 8rem 6rem 6rem;
    margin-top: 10rem
}

.expo-title {
    align-items: flex-start;
    margin-bottom: 8rem;
}

.expo-table {
    margin-top: 8rem;
}

.ex-ta th {
    background: var(--primary-color);
}

.ex-ta th,
.ex-ta td {
    width: 50%;
    padding: 3rem;
    border-bottom: 1px solid #ddd;
    font-size: 1.8rem;
}

.ex-ta tr:last-child th,
.ex-ta tr:last-child td {
    border: 0;
}

.panel {
    background: #fff;
    border-radius: 1rem;
    padding: 3rem;
    flex: 1;
    height: 100%;
    box-shadow: #00000030 0 3px 6px;
    color: #222;
}

.panel p{
    line-height: 3.2rem;
}

.panel h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.panel h4 {
    letter-spacing: 1px;
    line-height: 47px;
}

.panel-p {
    background: var(--second-color);
    color: #fff;
}

.panel-p h3 {
    border-bottom: 0;
    margin-bottom: 1rem;
}

.panel-p h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}

.panel-p h5:last-child {
    margin-bottom: 0rem;
}

.panel-p h5:last-child {
    border-bottom: 0;
}

.expo h4 span {
    font-size: 1.6rem;
}

/* poster */
.poster-block {
    position: relative;
    margin-top: 10rem;
}

.poster-de {
    position: absolute;
    right: -20%;
    top: -5rem;
}

.poster-de img {
    width: 64rem;
    opacity: 0.4;
}

.poster {
    margin-top: 8rem;
}

.contact {
    font-size: 1.8rem;
}

.contact-item {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
}

.contact-item i {
    color: var(--second-color);
}

.contact-item.contact-item-img img {
    width: 60%;
}

/* triffic */
.triffic-block {
    margin-top: 10rem;
    position: relative;
}

.triffic-block {
    margin-top: 10rem;
    position: relative;
}

.triffic-de {
    position: absolute;
    right: -15%;
    top: 0;
}

.triffic-de img {
    width: 70rem;
}

.triffic-block ul {
    margin-left: 2.5rem;
}

/* accommodation */
.accommodation-block {
    background: url(../images/accommodation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 6rem 6rem;
    border-radius: 1rem;
    margin-top: 10rem;
}

.expo {
    margin-top: 8rem;
}

.ac-tb {
    margin: 0 auto;
}

.ac-tb th {
    background: var(--primary-color);
    border-right: 1px solid #ddd;
    padding: 3rem;
}

.ac-tb th:last-child {
    border-right: 0;
}

.ac-tb td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 3rem;
}

.ac-tb td:last-child {
    border-right: 0;
}

.ac-tb tr:last-child td {
    border-bottom: 0;
}

.accommodation-block ol {
    margin-top: 4rem;
}

.accommodation-block li {
    color: #fff;
}

.contact-block {
    margin-top: 20rem;
    position: relative;
}

.contact-de {
    position: absolute;
    right: -20%;
    top: -32rem;
}

.contact-de img {
    width: 66rem;
}

/* com */
.com-block h3 {
    color: #fff;
}

.com-block {
    margin-top: 10rem;
    background: #272F36;
    padding: 8rem;
}

.temporary-block {
    height: 100vh;
    background-image: url(../images/temporary-bk.jpg);
    background-color: #00000070;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.temporary {
    overflow: hidden;
    height: 100vh;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.temporary h1 {
    letter-spacing: 2px;
    padding: 7rem 0 3rem;
}

.temporary h1 span {
    font-size: 3.2rem;
    display: inline-block;
    margin-right: 2rem;
}

.temporary .ba-c-item {
    justify-content: center;
}

.temporary-de {
    position: absolute;
    right: -5%;
    top: 12%;
}

.temporary-de img {
    width: 450px;
}


/* 2022.09.01修改 */
.com-item {
    margin-bottom: 4rem;
    text-align: center;
}

.com-item:last-child {
    margin-bottom: 0;
}

.com-item img {
    padding: 3rem 3rem 4rem;
}

img.img-1 {
    width: 500px;
}

img.img-2 {
    width: 350px;
}

img.img-3 {
    width: 450px;
}

img.img-4 {
    width: 550px;
}

img.img-5 {
    width: 320px;
    padding: 4rem 0 0;
}

img.img-6 {
    width: 400px;
}

img.img-7 {
    width: 450px;
}

button.btn.btn-xl.btn-p-l {
    border: 0;
}

.li-download a {
    font-size: 1.3rem;
}

p.li-download {
    line-height: 2rem;
    margin-bottom: 1rem;
}

.sp-1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sp-2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.sp-2 i{
    font-size: 6rem;
    padding-bottom: 4rem;
}

.sp-2 h4{
    font-size: 6rem;
}
/* footer */
.footer-block {
    background: #B02418;
    color: #fff;
    text-align: center;
    position: relative;
    padding:  0 6rem;
}

.footer-block img {
    width: 32rem;
    margin-bottom: 4rem;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer-info {
    width: 100%;
    text-align: left;
}

.footer-info h3 {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.footer-info a {
    color: #fff;
}

.footer-announcement {
    text-align: end;
}

.footer-img {
    position: absolute;
    right: 50px;
    bottom: 0;
    margin: 0 0 -4rem 0;
}

.footer-copyright {
    background: #333;
    padding: 1.5rem 0;
    text-align: center;
}

.footer-copyright span {
    text-align: center;
    color: #fff;
}

.footer-info i {
    padding-right: 1rem;
}

/*--------------------------------------------------------------------------------RWD--------------------------------------------------------------------------------*/
@media(max-width:1850px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1850*/
    /* banner */
    .banner-de img {
        width: 105rem;
    }
}

@media(max-width:1700px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1700*/
    /* banner */
    .banner-de img {
        width: 90rem;
    }
}

@media(max-width:1600px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1600*/
    /* banner */
    .banner-title {
        width: 65rem;
    }

    .banner-de img {
        width: 90rem;
    }
}

@media(max-width:1550px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1500*/
    /* banner */
    .banner-de img {
        width: 85rem;
    }
}

@media(max-width:1500px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1550*/
    /* header */
    .header-container {
        padding: 0 2rem;
    }

    /* banner */
    .banner-container {
        margin: 0;
        position: relative;
    }

    .banner-text {
        left: 4rem;
    }

    .banner-de {
        right: 2rem;
    }

    .banner-de img {
        width: 85rem;
    }

    .banner-bk {
        border-radius: 0rem;
    }

    .t-num {
        top: 10px;
        left: -20px;
        font-size: 20rem;
        line-height: 19rem;
    }

    .title {
        font-size: 4.2rem;
    }

    /* 01 */
    .cardright-1 p {
        font-size: 1.4rem;
    }
}

@media(max-width:1400px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1400*/
    /* ===== 通用 =====*/
    .displaynone-1400 {
        display: none;
    }

    /* header */
    .nav-fostrap li a {
        font-size: 15px;
    }

    /* banner */
    .banner-de img {
        width: 80rem;
    }

    /* 02 */
    .card img {
        display: none;
    }

    .temporary-de {
        display: none;
    }
}

@media(max-width:1300px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1300*/
    /* ===== 通用 =====*/
    .display-1300 {
        display: block;
    }

    .displaynone-1300 {
        display: none;
    }

    /* header */
    .logo {
        padding: 1rem 0;
    }

    /* banner */
    .banner-block {
        margin-top: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banner-de {
        display: none;
    }

    .banner-text {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        text-align: center;
    }

    .banner-text {
        text-align: center;
    }

    .ba-activity {
        display: flex;
        justify-content: center;
    }

    .ba-a-item {
        margin: 0 1.5rem;
    }

    .banner-spe {
        display: flex;
        justify-content: center;
        font-size: 2.6rem;
        margin-bottom: 4.5rem;
    }

    .b-sp-item {
        background: #35dfda;
        background: -moz-linear-gradient(-45deg, #35dfda 0%, #0aebac 100%);
        background: -webkit-linear-gradient(-45deg, #35dfda 0%, #0aebac 100%);
        background: linear-gradient(135deg, #35dfda 0%, #0aebac 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35dfda', endColorstr='#0aebac', GradientType=1);
        padding: 1.5rem 3rem;
        margin: 0 1rem;
        border-radius: 99px;
        color: #222;
    }

    .ba-c-item {
        justify-content: center;
    }
}

@media(max-width:1280px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1280*/
    /* ===== 通用 =====*/
    .display-1280 {
        display: block;
    }

    .displaynone-1280 {
        display: none;
    }

    /* header */
    .header-container {
        padding: 0 4rem 0 2rem;
    }

    header {
        box-shadow: none;
    }

    .nav-fostrap {
        background: #fff;
        width: 250px;
        height: 100%;
        display: block;
        position: fixed;
        right: -250px;
        top: 0px;
        -webkit-transition: right 0.25s ease;
        -moz-transition: right 0.25s ease;
        -ms-transition: right 0.25s ease;
        -o-transition: right 0.25s ease;
        transition: right 0.25s ease;
        margin: 0;
        border: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        z-index: -1;
        border: 1px solid #ddd;
        top: 73px;
    }

    .nav-fostrap ul {
        display: contents;
        align-items: inherit;
    }

    .title-mobile {
        position: inherit;
        top: 10px;
        left: 1.5rem;
    }

    .title-mobile img {
        width: 135px;
    }

    .nav-fostrap.visible {
        right: 0px;
        -webkit-transition: right 0.25s ease;
        -moz-transition: right 0.25s ease;
        -ms-transition: right 0.25s ease;
        -o-transition: right 0.25s ease;
        transition: right 0.25s ease;
        z-index: 998;
        top: 73px;
        overflow-y: scroll;
        width: 30rem;
    }

    .nav-bg-fostrap {
        display: inline-block;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-fostrap {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 12px;
        right: 0;
        padding: 12px;
        z-index: 999;
    }

    .navbar-fostrap span {
        height: 2px;
        background: #fff;
        margin: 5px;
        display: block;
        width: 20px;
    }

    .navbar-fostrap span:nth-child(2) {
        width: 20px;
    }

    .navbar-fostrap span:nth-child(3) {
        width: 20px;
    }

    .nav-fostrap ul {
        padding-top: 90px;
        width: 100%;
    }

    .nav-fostrap li {
        display: block;
    }

    .nav-fostrap li a {
        display: block;
        line-height: 7rem;
        border-bottom: 1px solid #ddd;
        color: #000;
    }

    .nav-fostrap li:first-child:hover a {
        border-radius: 0;
    }

    .nav-fostrap li ul.dropdown {
        position: relative;
    }

    .nav-fostrap li ul.dropdown li a {
        border-bottom: 1px solid #ddd;
    }

    .nav-fostrap li:hover ul.dropdown {
        width: 100%;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
    }

    .nav-fostrap li ul.dropdown li a {
        padding: 10px 10px 10px 30px;
    }

    .nav-fostrap li:hover .arrow-down {
        border-top: 5px solid #fff;
    }

    .arrow-down {
        border-top: 5px solid #505050;
        position: absolute;
        top: 32px;
        right: 10px;
    }

    .cover-bg {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .nav-fun a {
        color: #333;
        line-height: 3.5rem;
        margin-left: 0;
        margin-top: 2rem;
    }

    .nav-fun {
        margin: 0 2rem;
        display: flex;
        flex-direction: column;
    }

    .nav-fun:before {
        position: absolute;
        content: inherit;
    }

    .nf-search {
        width: fit-content;
        padding: 0.6rem 1.5rem;
    }

    .nf-search i {
        color: #fff;
    }
}

@media(max-width:1200px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1200*/
    /* ===== 通用 =====*/
    .display-1200 {
        display: block;
    }

    .displaynone-1200 {
        display: none;
    }

    .container-s {
        width: 90%;
    }

    table {
        font-size: 1.6rem;
    }

    /* 01 */
    .ticket-block {
        display: flex;
        margin: 4rem 0;
    }

    /* 02 */
    .panel-p-item {
        margin-bottom: 4rem;
    }

    /* 03 */
    .expo-title {
        margin-bottom: 0;
    }

    .btn-groups {
        justify-content: flex-start;
    }

    .btn-expo {
        margin: 4rem 3rem 0 0;
    }

    .expo-table {
        margin-top: 4rem;
    }

    .ex-tb-item {
        margin-bottom: 4rem;
    }

    .expo-block {
        margin-top: 6rem;
    }

    /* 05 */
    .triffic-de img {
        width: 45rem;
    }

    .triffic-panel {
        margin-top: 4rem;
    }

    /* 07 */
    .contact-block {
        margin-top: 10rem;
    }

    .contact-de {
        top: 0rem;
    }

    .contact-block div {
        margin-bottom: 2rem;
    }

    /* com */
    .com-block {
        margin-top: 6rem;
        padding: 6rem 4rem 4rem;
    }

    .com-item img {
        padding: 2rem 2rem 4rem;
    }

    img.img-1 {
        width: 400px;
    }

    img.img-2 {
        width: 250px;
    }

    img.img-3 {
        width: 350px;
    }

    img.img-4 {
        width: 500px;
    }

    img.img-5 {
        width: 300px;
    }
}

@media(max-width:1100px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1100*/
    .ba-activity {
        flex-direction: column;
        align-items: center;
    }

    .ba-a-item:first-child {
        margin-bottom: 1rem;
    }
}

@media(max-width:992px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------992*/
    /* ===== 通用 =====*/
    .display-992 {
        display: block;
    }

    .displaynone-992 {
        display: none;
    }

    .container-xs {
        width: 90%;
    }

    p {
        font-size: 1.6rem;
        line-height: 33px;
    }

    li {
        font-size: 1.6rem;
        line-height: 33px;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    .content-container {
        margin: 0 4rem;
    }

    /* 01 */
    .conference-info-block li {
        font-size: 1.6rem;
        text-align: justify;
    }

    /* 02 */
    .methods-block {
        margin-top: 6rem;
        padding-top: 6rem;
    }

    /* 03 */
    .expo-block {
        padding: 6rem 4rem 6rem;
        margin-top: 6rem;
    }

    .ex-ta th,
    .ex-ta td {
        font-size: 1.6rem;
    }

    /* 04 */
    .poster {
        margin-top: 6rem;
    }

    .poster-block {
        margin-top: 6rem;
    }

    .contact {
        font-size: 1.6rem;
    }

    .poster-de img {
        width: 50rem;
    }

    .contact-item {
        font-size: 1.6rem;
    }

    /* 05 */
    .triffic-block {
        margin-top: 8rem;
    }

    .triffic-block ul {
        margin-left: 0rem;
    }

    /* 06 */
    .accommodation-block {
        margin-top: 6rem;
        padding: 8rem 4rem 6rem;
    }

    .expo {
        margin-top: 6rem;
    }

    .ac-tb th {
        padding: 1.5rem;
    }

    .ac-tb td {
        padding: 1.5rem;
    }

    /* 07 */
    .contact-block {
        margin-top: 6rem;
    }

    .contact-de img {
        width: 40rem;
        opacity: 0.4;
    }

    /* com */
    .com-block {
        text-align: center;
    }

    .contact h3 {
        font-size: 2rem;
    }

    .contact-item img {
        width: 50%;
        margin-bottom: 4rem;
    }

    .contact-item.contact-item-img img {
        width: 27%;
    }

    img.img-1 {
        width: 300px;
    }

    img.img-2 {
        width: 200px;
    }

    img.img-3 {
        width: 250px;
    }

    img.img-4 {
        width: 400px;
    }

    img.img-5 {
        width: 250px;
    }

    img.img-6 {
        width: 25rem;
    }

    img.img-7 {
        width: 300px;
    }
}

@media(max-width:768px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------768*/
    /* ===== 通用 =====*/
    .floating-button {
        right: 30px;
        bottom: 5%;
    }

    .display-768 {
        display: block;
    }

    .displaynone-768 {
        display: none;
    }

    /* header */
    .logo img {
        width: 250px;
    }

    .logo {
        padding: 2rem 0;
    }

    /* banner */

    .banner-title {
        width: 50rem;
    }

    .ba-a-item h2 {
        font-size: 2.6rem;
    }

    .b-sp-item {
        font-size: 2rem;
        padding: 1rem 2rem
    }

    .ba-c-item-1 img {
        width: 20rem;
    }

    .ba-c-item-2 img {
        width: 27rem;
    }

    .ba-c-item-3 img {
        width: 12rem;
    }

    .ba-c-item-4 img {
        width: 14rem;
    }


    /* content */
    .content-block {
        margin: 6rem 0 0 0;
    }

    .t-num {
        top: 10px;
        left: 0;
        font-size: 14rem;
        line-height: 12rem;
    }

    .title {
        font-size: 3.2rem;
    }

    table {
        font-size: 1.6rem;
    }

    /* 01 */
    .cardleft-1 {
        display: none;
    }

    .cardright-1 {
        width: 100%;
        border-radius: 1rem;
        padding: 2rem 2rem;
    }

    .cardright-1 h4 {
        color: #AD4747;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1rem;
    }

    /* 02 */
    .ticket-block {
        flex-direction: column;
    }

    .cardleft-2,
    .cardright-2 {
        width: 100%;
        border-radius: 1rem;
    }

    .cardleft-2 {
        width: 100%;
        border-right: 1px solid #ddd;
        margin-bottom: 2rem;
    }

    .cardleft-2:before,
    .cardleft-2:after {
        display: none;
    }

    .ticket-block {
        margin: 2rem 0;
    }

    .panel-p-item {
        margin-bottom: 2rem;
    }

    /* 03 */
    .expo-block {
        padding: 6rem 2rem 2rem;
    }

    .expo-table {
        margin-top: 2rem;
    }

    .ex-tb-item {
        margin-bottom: 2rem;
    }

    .btn-expo {
        margin: 2rem 2rem 0 0;
    }

    .btn-expo:last-child {
        margin: 2rem 0rem 0 0;
    }

    .btn-expo {
        flex-direction: column;
        align-items: baseline;
        padding: 1rem 2rem;
    }

    .btn-expo i {
        padding-bottom: 1rem;
    }

    .ex-ta th,
    .ex-ta td {
        padding: 1rem 1.5rem;
    }

    .expo-block {
        margin-top: 4rem;
    }

    /* 04 */
    .poster {
        margin-top: 3rem;
    }

    .poster-de img {
        width: 40rem;
    }

    /* 05 */
    .triffic-panel {
        margin-top: 4rem;
    }

    .triffic-panel .col-12 {
        margin-bottom: 4rem;
    }

    .triffic-de img {
        width: 30rem;
    }

    /* 06 */
    .accommodation-block {
        margin-top: 4rem;
        padding: 4rem 2rem 4rem;
    }

    .ac-tb th {
        padding: 1rem 1.5rem;
    }

    .ac-tb td {
        padding: 1rem 1.5rem;
    }

    .ac-tb td {
        vertical-align: baseline;
    }

    .expo {
        margin-top: 4rem;
    }

    /* 07 */
    .contact-de img {
        display: none;
    }

    .temporary h1 {
        padding: 6rem 0 0rem;
    }

    .com-item img {
        padding: 3rem 2rem 0rem;
    }

    img.img-1 {
        width: 300px;
    }

    img.img-2 {
        width: 200px;
    }

    img.img-3 {
        width: 250px;
    }

    img.img-4 {
        width: 400px;
    }

    img.img-5 {
        width: 230px;
    }

    .com-item {
        margin-bottom: 4rem;
        border-bottom: 1px solid #ddd;
        padding-bottom: 4rem;
    }

    .com-item:last-child {
        margin-bottom: 0rem;
        border-bottom: 0;
        padding-bottom: 0rem;
    }

    .footer-block {
        background: #B02418;
        color: #fff;
        text-align: center;
        position: relative;
        padding: 0 3rem 6rem;
    }
}

@media(max-width:576px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------576*/
    /* ===== 通用 =====*/
    .display-576 {
        display: block;
    }

    .displaynone-576 {
        display: none;
    }

    .btn-xl {
        padding: 2rem 8rem;
        font-size: 2.6rem;
        border-radius: 99px;
    }


    /* table */
    .t {
        border: 1px solid #ddd;
        padding: 0.5rem 1rem;
    }

    .floating-button {
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        right: 0;
        left: 0;
    }

    .f-top {
        width: 100%;
        border-radius: 0;
        margin-top: 0rem;
    }

    .f-top a {
        width: 100%;
        border-radius: 0;
        background: var(--second-color);
        color: #fff;
    }


    /* banner */
    .banner-title {
        width: 40rem;
    }

    .ba-a-item h2 {
        font-size: 2rem;
    }

    .ba-a-item h3 {
        font-size: 2rem;
    }

    .b-sp-item {
        font-size: 1.6rem;
        padding: 0.5rem 1rem;
    }

    /* content */
    .ticket-block {
        margin: 2rem 0;
    }

    .methods-block {
        margin-top: 4rem;
        padding-top: 4rem;
    }

    /* 02 */
    .panel {
        padding: 2rem;
    }

    .cardleft-2,
    .cardright-2 {
        padding: 2rem;
    }

    /* 03 */
    .btn-groups {
        flex-direction: column;
    }

    .btn-expo {
        margin: 2rem 0rem 0 0;
    }

    /* 04 */
    .poster-de {
        left: auto;
        right: -20%;
        top: 0;
    }

    .poster-de img {
        display: none;
    }

    /* 05 */
    .triffic-panel {
        margin-top: 2rem;
    }

    .row.triffic-panel .col-12 {
        margin-bottom: 2rem;
    }

    .triffic-de {
        display: none;
    }

    /* 06 */
    table.ac-tb th {
        border-radius: 1rem 1rem 0 0;
    }

    .acc-576 {
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .ac-tb p {
        margin-bottom: 1rem;
    }

    .ac-tb th,
    .ac-tb td {
        border-right: 0;
    }

    .ac-tb tr:last-child td {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    /* com */
    .contact-item img {
        width: 80%;
    }

    .com-block {
        margin: 4rem 0;
        padding: 4rem 2rem 6rem;
    }

    .temporary h1 {
        font-size: 2.6rem;
    }

    .temporary h1 span {
        font-size: 2rem;
    }

    .contact-item.contact-item-img img {
        width: 40%;
    }
}

@media(max-width:480px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------480*/
    /* ===== 通用 =====*/
    .display-480 {
        display: block;
    }

    .displaynone-480 {
        display: none;
    }

    /* header */
    .logo img {
        width: 180px;
    }

    .header-container {
        padding: 0 1rem;
    }

    .navbar-fostrap {
        top: 10px;
    }

    .nav-fostrap {
        top: 64px;
    }

    .nav-fostrap.visible {
        top: 64px;
    }

    /* banner */

    .banner-title {
        width: 30rem;
    }

    .ba-a-item i {
        font-size: 1.6rem;
    }

    .ba-a-item h3,
    .ba-a-item h4 {
        font-size: 1.6rem;
    }

    .ba-a-item:first-child {
        margin-bottom: 0rem;
    }

    .ba-activity {
        margin-bottom: 2rem;
    }

    .b-sp-item {
        margin: 0 0.5rem;
    }

    .btn-xl {
        padding: 1rem 5rem;
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .ba-c-item-1 img {
        width: 18rem;
    }

    .ba-c-item-2 img {
        width: 21rem;
    }

    /* content */
    .content-container {
        margin: 0 2rem;
    }

    /* 06 */
    .ac-tb td {
        padding: 1rem 1rem;
    }

    img.img-1 {
        width: 300px;
    }

    img.img-2 {
        width: 200px;
    }

    img.img-3 {
        width: 250px;
    }

    img.img-4 {
        width: 300px;
    }

    img.img-5 {
        width: 215px;
    }

    img.img-6 {
        width: 20rem;
    }

    img.img-7 {
        width: 200px;
    }
}

@media(max-width:420px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------420*/
    /* banner */
    .b-sp-item {
        font-size: 1.4rem;
    }

    .banner-spe {
        margin-bottom: 3rem;
    }

    .ba-a-item h2,
    .ba-a-item h3,
    .ba-a-item h4 {
        font-size: 1.6rem;
    }
}

@media(max-width:380px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------420*/
    /* banner */
    .banner-com {
        margin-top: 4rem;
    }

    .ba-c-item {
        justify-content: flex-start;
    }
}