@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap');

body {
    font-family: 'Noto Sans TC', sans-serif;
    padding: 0;
    margin: 0;
    font-size: .92em;
    line-height: 26px;
    color: #555;
    letter-spacing: 1px;
    overflow-x: hidden;
}

h1 {
    font-size: 3em;
    letter-spacing: 3px;
    line-height: 1.5em;
}

h2 {
    color: #b83d29;
    font-size: 2em;
    letter-spacing: 3px;
    line-height: 1.4em;
    margin-top: 0;
}

h3,
h4 {
    margin-top: 0;
    color: #000;
}

h4 {
    font-size: 1.2em;
    letter-spacing: 2px;
    line-height: 1.6em;
    font-weight: 300;
    margin-top: 0;
}

p {
    margin-top: 0;
}

a {
    outline: none;
    color: #000;
}

input,
button,
select,
textarea,
section {
    outline: none;
    border-radius: 0;
}

.container {
    width: calc(100% - 30px);
    padding: 0 15px;
}

img {
    width: 100%;
}

.mobile {
    display: none;
}

.black {
    color: #000;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 100;
    display: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    top: 20%;
    display: none;
    position: fixed;
    z-index: 8;
}

.popup div {
    width: 400px;
    margin: 0 auto;
    padding: 40px;
    background: #eee;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

header {
    padding: 10px 0;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}

header.fixed {
    position: fixed;
}

.header {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

header.fixed .logo img {
    display: none;
}

.logo {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 30px;
    display: inline-block;
}

.logo img {
    max-width: 200px;
    transition: .4s;
}

nav {
    list-style: none;
    font-size: 1em;
}

nav ul {
    margin-top: 0;
}

nav li {
    display: inline-block;
    margin-left: 40px;
    color: #000;
}

nav li ul {
    margin-top: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

nav li a {
    color: #fff;
    text-decoration: none;
}

nav li a:hover,
nav li a.active {
    color: #f39627;
}

.hamburg {
    position: fixed;
    right: 20px;
    top: 20px;
    display: inline-block;
    z-index: 9;
    cursor: pointer;
    padding: 15px;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #b83d29;
    margin: 6px 0;
    transition: 0.4s;
}

.close .bar1 {
    background-color: #fff;
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.close .bar2 {
    opacity: 0;
}

.close .bar3 {
    background-color: #fff;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.menu {
    position: fixed;
    background: #b83d29;
    right: 0;
    top: 0;
    width: 0;
    height: 100vh;
    overflow: hidden;
    transition: .4s;

}

.menu.open {
    width: 30%;
    min-width: 300px;
    transition: .4s;
}

.menu.open nav {
    display: block;
    font-size: 1.2em;
    padding: 100px 20px 20px 20px;
}

.menu.open .share {
    padding-left: 20px;
}

nav ul {
    padding: 0;
}

.menu.open nav li {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
}

.menu.open nav li a:hover {
    color: #000;
}
.menu .menuBrandp {
    color: #fff;
    font-size: 18px;
    margin: 0 20px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.menu .menuBrandimg img {
    height: 30px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.red {
    color: red;
}

.bt-fixed {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 8;
    list-style: none;
}

.bt-fixed li {
    margin-bottom: 3px;
    padding: 5px 15px;
    background: yellow;
}

.bt-fixed li:hover {
    background: #b83d29;
    color: #fff;
}

.bt-fixed li:hover a {
    color: #fff;
}

.bt-fixed a {
    text-decoration: none;

}


.main {
    clear: both;
    height: 100vh;
    position: relative;
    color: #fff;
}

.main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .2);*/
}

.title {
    color: #fff;
}



.title .info {
    letter-spacing: 1px;
}

.info span {
    padding-left: 20px;
    margin-left: 15px;
    background: url(../img/user.png) left no-repeat;
    background-size: 15px;
}

.title {
    position: absolute;
    z-index: 2;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    background: #b83d29;
    padding: 0 20px 20px 20px;
    top: 70vh;
}

.special .title {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 30%;
    background: none;
}

.special .title .info {
    background: #b83d29;
    display: inline-block;
    padding: 10px 30px;
}

.special .title h1 {
    font-size: 4em;
}

.special .title h1 span {
    display: block;
    font-size: 20px;
}

.intro .text {
    width: 50%;
    padding: 100px 20px 100px 0;
    background: #fff;
    position: relative;
}

.intro2 .text {
    width: 45%;
    padding: 100px 20px 100px 0;
    background: #fff;
    margin-left: 55%;
}

.special .intro .t1 img {
    width: 120px;
    max-width: 100%;
    position: absolute;
    top: -90px;
    left: -50px;
}

.intro {
    margin-top: 150px;
}

.intro2 {
    margin-top: 100px;
}

.w.intro {
    margin-top: 150px;
}

ork {
    margin-top: 150px;
}

.work ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work ul li {
    display: inline-grid;
    width: 30%;
    margin-right: 3%;
}

.work li div {
    -webkit-clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

.jingpu .work p {
    min-height: 182px;
}

.items .pic {
    -webkit-clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

.limited {
    padding: 200px 0;
    margin-top: 150px;
    text-align: center;
}

.limited p {
    font-size: 1.1em;
}

.classic .limited {
    padding: 100px 0;
    margin-top: 150px;
    text-align: center;
    position: relative;
}

.classic .limited:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.classic .limited h1 {
    position: relative;
    z-index: 2;
}

.limited .box {
    width: 70%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.box h3 em {
    display: block;
    font-size: 14px;
}

.ig {
    margin: 50px 0;
    background: url(../img/igtitle.png) top center no-repeat;
    padding-top: 100px;
    position: relative;
}

.iglink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.classic .limited h1 {
    color: #fff;
}

.items {
    margin-top: 100px;
}

.items ul {
    margin-top: 50px;
    padding: 0;
}

.items li {
    list-style: none;
    margin-bottom: 100px;
    position: relative;
}

.items h4 {
    width: 80%;
    margin: 0 auto;
}

.special .items .box {
    width: 31%;
    padding: 20px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.items .right .box {
    right: 0
}

.items .left .box {
    left: 0;
}

.step {
    background: #eee;
    padding: 30px 0;
}

.step h1 {
    text-align: center;
    margin-bottom: 30px;
}

.step ul {

    padding: 0;
    list-style: none;
}

.step ul li {
    width: 30%;
    margin-left: 3%;
    display: inline-grid;
    position: relative;
}

.step h3 {
    margin-bottom: 5px;
    font-weight: 400;

}

.step i {
    font-size: 1.5em;
    color: #000;
    position: absolute;
    left: -30px;
    top: 5px;

}

.half {
    width: 48%;
    margin-right: 1.5%;
    display: inline-grid;
    margin-top: 50px;
}

.half-last {
    width: 48%;
    margin-left: 1.5%;
    display: inline-grid;
    margin-top: 50px;
}

.information {
    margin-bottom: 100px;
    padding-top: 30px;
}

.information h3 {
    margin-bottom: 0;
}

.information ul {
    margin: 0;
    padding-left: 25px;
    list-style: none;
}

.information ol {
    padding-left: 20px;
}

.information ul li {
    position: relative;
}

.information ul li i {
    margin-right: 10px;
    position: absolute;
    left: -25px;
    top: 8px;
}

.history {
    margin-top: 150px;
    margin-bottom: 100px;
}

.history h1 {
    color: #b83d29
}

.history h3,
.history p {
    margin-bottom: 0;
}

.history img {
    display: block;
    margin-bottom: 20px;
}

.history ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.history ul li {
    width: 30%;
    display: inline-grid;
    margin-right: 3%;
    margin-bottom: 50px;
}

.history ul li ol {
    padding: 0;
}

.history ul li ol li {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

iframe {
    border: none;
    overflow: hidden;
}

.form {
    background: #fff;
    overflow: hidden;
}

.ss-form {
    padding: 40px;
}

.letter {
    height: 200px;
    overflow-y: auto;
    background: #F9F9F9;
    font-size: 14px;
    color: #555;
    padding: 20px 40px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: #ffffff;
    padding: 14px 15px;
    max-width: 100%;
    display: block;
    width: 100%;
    outline: none !important;
    border: 1px solid #e8e8e8;
}

#navigation-buttons {
    text-align: center;
}

.button,
input[type="submit"] {
    background-color: #b83d29;
    color: #ffffff;
    font-size: 15px;
    border: 0;
    border-radius: 20em;
    padding: 17px 30px 18px 30px;
}

.pie {
    width: 60%;
    margin: 0 auto;
}

.pie .half,
.pie .half-last {
    position: relative;
}

.pie i {
    font-size: 3em;
    position: absolute;
    top: 48%;
    left: 40%;
    font-weight: bold;
}

.table {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.table td:first-child {
    text-align: center;
    width: 40px;
}

.table td,
.table th {
    padding: 10px 8px;
    font-size: 15px;
    border: 1px solid #ddd;
    line-height: 28px;
}

table li {
    list-style: disc;
}

tr:nth-child(even) {
    background-color: #f7f7f7;
}

th {
    text-align: left;
    background-color: #b83d29;
    color: #fff;
}

.price {
    margin-top: 50px;
}

.price ul {
    padding: 0;
    display: flex;
}

.price li:last-child {
    margin-right: 0;
}

.price li {
    border: 1px solid #b83d29;
    display: inline-grid;
    text-align: center;
    flex: 1;
    margin: 0 10px;
    min-height: 328px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.price li div {
    padding: 10px;
}

.way {
    background: #b83d29;
    color: #fff;
}

.price li div.cost {
    background: #b83d29;
    color: #fff;
    font-size: 2.5em;
    padding: 0 0 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.price li div.cost span {
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
}

.price.four li div.cost span {
    min-height: 44px;
}

.price.four li div.time {
    min-height: 120px;
}

.price.four li {
    width: 23%;
    margin: 0 .7% 20px;

}

.tips {
    padding: 40px;
    margin-top: 50px;
    background: #f7f7f7;
}

ul.icons {
    padding: 0;
    color: gray;
}

.icons li {
    display: inline-table;
    width: 100px;
    height: 100px;
    font-size: 13px;
    margin: 10px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    position: relative;
}

.icons li p {
    position: absolute;
    width: 100%;
    color: #000;
    text-align: center;
    top: -20px;
}

.icons li i {
    display: block;
    background: #b83d29;
    width: 100px;
    height: 70px;
    border-radius: 50em;
    font-size: 40px;
    padding-top: 30px;
    margin-right: 0 !important;
    left: 0 !important;
}

.insurance {
    font-size: 13px;
    line-height: 22px;
}

.insurance h3,
.insurance p {
    margin-bottom: 10px;
}

.insurance ol {
    margin-top: 0;
}

.insurance .half {
    width: 30%;
}

.insurance .half-last {
    width: 65%;
}

footer {
    background: #333;
    color: #fff;
    font-size: 13px;
    color: #ccc;
    padding: 30px 0;
}

footer img {
    width: inherit;
}

footer .half,
footer .half-last {
    margin-top: 0;
}

footer .container {
    position: relative;
}

footer iframe {
    position: absolute;
    max-width: 220px;
    top: 0;
    right: 0;
}

.share {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    font-size: 1.5em;
}

.share li {
    display: inline;
    margin-right: 15px;
}

.share a {
    color: #fff;
}

.classic .slides {
    width: 60%;
    height: 65vh;
    margin-top: 150px;
}

.classic .title h1 {
    font-size: 2em;
}

.classic .main-info {
    position: absolute;
    left: 60%;
    padding: 20px 40px;
    z-index: 2;
    top: 30%
}

.classic .work li:first-child {
    width: 100%;
}

.classic .work h4 {
    color: #a470b4;
}

.classic .items li {
    padding-top: 0;
    margin-bottom: 30px;
    width: 30%;
    margin-right: 3%;
    display: inline-grid;
}

.classic .items .box {
    width: 100%;
    padding: 0;
    background: #fff;
}

.classic .pic {
    margin: 0 0 20px;
}

.date {
    color: #b83d29;
    margin-bottom: 5px;
    line-height: 18px;
}

.date span {
    padding-left: 20px;
    margin-left: 15px;
    background: url(../img/user-color.png) left no-repeat;
    background-size: 12px;

}

.type1 {
    text-align: center;
    font-size: 14px;
    max-width: 120px;
    padding: 2px 10px;
    letter-spacing: 2px;
    color: #fff;
    background: #43aee2;
    border-radius: 20px;
}

.type2 {
    text-align: center;
    font-size: 14px;
    max-width: 120px;
    padding: 2px 10px;
    letter-spacing: 2px;
    color: #000;
    background: yellow;
    border-radius: 20px;
}

.work {
    margin-top: 150px;
}

.video {
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border {
    clear: both;
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.aboutpage {
    background: #b83d29;
    margin-top: 120px;
    padding: 100px 0;
    color: #fff;
}

.aboutpage h1 {
    margin-bottom: 20px;
}

.aboutpage img {
    max-width: 70%;
}

.jac {
    margin-top: 50px;
    color: rgba(255, 255, 255, .8)
}

.jac h3 {
    color: rgba(255, 255, 255, .8)
}

.about {
    background: #b83d29;
    /* margin-top: 250px; */
    padding: 100px 0;
    color: #fff;
}

.about .half,
.about .half-last {
    margin-top: 0;
}

.about h2 {
    color: #fff;
}

.about p {
    color: rgba(255, 255, 255, .8)
}

.about span {
    color: yellow;
    font-size: 1.2em;
}

.about .pic {
    webkit-clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    width: 100%;
    height: 300px;
    /* margin-top: 20px; */
    background: url(../img/about.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    left: -30px;
}

.spl {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 30px;
}

.spl h3,
.spl p {
    color: #fff;
}

video {
    width: 100%;
}

.itemslides div {
    height: 500px;
    width: 95%;
}

.items .left .itemslides {
    position: relative;
    left: 10%;
}

.classic .work {
    margin-top: 100px;
}

.style {
    background: #b83d29;
    border-radius: 20px;
    display: inline;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.style h2 {
    margin-bottom: 5px;
    color: #fff;
}

.style1 {
    background: #b83d29;
}

.style2 {
    background: #9558a8;
}

.style3 {
    background: #b184bf;
}

.work.two li:last-child {
    width: 60%;
}

.climb {
    background: #eaf0e2;
    padding: 50px 0 100px;
}

.climb .icons li i {
    background: #80995b;
}

.climb .icons li p {
    color: #80995b;
    top: -10px;
}

.climb table {
    margin-bottom: 20px;
}

.climb th {
    background-color: #80995b;
}

.climb h1 {
    text-align: center;
}

.classic .intro2 {
    min-height: 400px;
}

/*首頁*/
.home .slides {
    margin-left: 10%;
    height: 100vh;
    margin-top: 100px;
}

.home .title {
    padding: 0 50px 20px 50px;
}

.home .main.m1 {
    background: url(../img/01.jpg?v0313) bottom no-repeat;
    background-size: cover;
}

.home .main.m2 {
    background: url(../img/02.jpg?v0313) center no-repeat;
    background-size: cover;
}

.home .main.m3 {
    background: url(../img/03.jpg?v0313g) center no-repeat;
    background-size: cover;
}

.home .main.m4 {
    background: url(../img/04.jpg?v0313) center no-repeat;
    background-size: cover;
}

.home .main.m5 {
    background: url(../img/05.jpg?v0313) center no-repeat;
    background-size: cover;
}

.home .main.m6 {
    background: url(../img/06.jpg?v0313) center no-repeat;
    background-size: cover;
}

.home .main.m7 {
    background: url(../img/07.jpg?v0313) center no-repeat;
    background-size: cover;
}

.home .main.m8 {
    background: url(../img/m8.jpg) center no-repeat;
    background-size: cover;
}

.home .numbers{
    background: #b83d29;
    padding: 60px 0;
    margin: 50px 0;
}
.home .numbers ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home .numbers ul li{
    width: 22%;
}
.home .numbers li .box{
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #b83e29;
    align-content: center;
}
.home .numbers li .box .num{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    line-height: 70px;
}
.home .numbers li:last-child .box .num{
    font-size: 50px;
}
.home .numbers li .box .num small{
    font-size: 0.3em;
    line-height: 0;
}
.home .numbers li .box .txt{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.home .numbers li .box p{
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.home .work {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1280px;
    padding: 100px 20px 150px;
    background: url(../img/bg-man.jpg) right 0px no-repeat;
    background-size: auto 50%;
}

.home .work ul h3 {
    font-weight: 500;
}

.home .work ul {
    margin-top: 50px;
}

.home .work ul li {
    position: relative;
}

.home .work ul li:nth-child(1) {
    top: 50px;
}

.home .work ul li:nth-child(2) {
    top: 180px;
}

.home .work ul li:nth-child(3) {
    top: 0;
}

.home .work ul li:nth-child(4) {
    top: 180px;
}

.home .work .pic1 {
    background: url(../2021/img/mipaliu/i5.jpg) center no-repeat;
    background-size: cover;
}

.home .work .pic2 {
    background: url(../img/m6.jpg) center no-repeat;
    background-size: cover;
}

.home .work .pic3 {
    background: url(../img/pic3.jpg) center no-repeat;
    background-size: cover;
}

.home .work .pic4 {
    background: url(../img/m3.jpg) center no-repeat;
    background-size: cover;
}

.home .work .kiwit {
    background: url(../2020/img/kiwit/i1.jpg) center no-repeat;
    background-size: cover;
}

.home .work .torik {
    background: url(../2020/img/torik/i2.jpg) center no-repeat;
    background-size: cover;
}

.home .work ul li {
    width: 23%;
    margin-right: 2%;
}

.home .work ul li:last-child {
    margin-right: 0;
}

.home .work li div {
    height: 300px;
}

/*長濱雙浪金剛馬拉松*/

.mipaliu .main.m1 {
    background: url(../2021/img/mipaliu/m1.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .main.m2 {
    background: url(../2021/img/mipaliu/m2.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .main.m3 {
    background: url(../2021/img/mipaliu/m3.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .main.m4 {
    background: url(../2021/img/mipaliu/m4.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .main.m5 {
    background: url(../2021/img/mipaliu/m5.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i1 {
    background: url(../2021/img/mipaliu/i1.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i1-2 {
    background: url(../2021/img/mipaliu/i1-2.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i2 {
    background: url(../2021/img/mipaliu/i2.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i2-2 {
    background: url(../2021/img/mipaliu/i2-2.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i3 {
    background: url(../2021/img/mipaliu/i3.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i3-2 {
    background: url(../2021/img/mipaliu/i3-2.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i4 {
    background: url(../2021/img/mipaliu/i4.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i4-2 {
    background: url(../2021/img/mipaliu/i4-2.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i5 {
    background: url(../2021/img/mipaliu/i5.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .i5-2 {
    background: url(../2021/img/mipaliu/i5-2.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .intro {
    background: url(../2021/img/mipaliu/intro.jpg) right no-repeat;
    background-size: 50%;
}

.mipaliu .intro2 {
    background: url(../2021/img/mipaliu/w1.jpg) left no-repeat;
    background-size: 50%;
}

.mipaliu .work .w1 {
    background: url(../2021/img/mipaliu/w1.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .work .w2 {
    background: url(../2021/img/mipaliu/w2.jpg) center no-repeat;
    background-size: cover;
}

.mipaliu .limited {
    background: url(../2021/img/mipaliu/limited.jpg) center no-repeat;
    background-size: cover;
}


.special .intro .t1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
}

.special .intro .t1 img {
    width: 100%;
    top: 0;
}

.special .intro2 {
    background: url(../2023/img/misatalo/w3.jpg) left no-repeat;
    background-size: 50%;
}

/*一起Talaloma'an貓公*/

.talalomaan .main.m1 {
    background: url(../2020/img/talalomaan/m1.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .main.m2 {
    background: url(../2020/img/talalomaan/m2.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .main.m3 {
    background: url(../2020/img/talalomaan/m3.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .main.m4 {
    background: url(../2020/img/talalomaan/m4.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .main.m5 {
    background: url(../2020/img/talalomaan/m5.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .main.m6 {
    background: url(../2020/img/talalomaan/m6.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .i1 {
    background: url(../2020/img/talalomaan/i1.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .i2 {
    background: url(../2020/img/talalomaan/i2.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .i2-2 {
    background: url(../2020/img/talalomaan/i2-2.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .i3 {
    background: url(../2020/img/talalomaan/i3.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .i3-2 {
    background: url(../2020/img/talalomaan/i3-2.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .intro {
    background: url(../2020/img/talalomaan/intro.jpg) right no-repeat;
    background-size: 50%;
}

.talalomaan .work .w1 {
    background: url(../2020/img/talalomaan/w1.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .work .w2 {
    background: url(../2020/img/talalomaan/w2.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .work .w3 {
    background: url(../2020/img/talalomaan/w3.jpg) center no-repeat;
    background-size: cover;
}

.talalomaan .limited {
    background: url(../2020/img/talalomaan/limited.jpg) center no-repeat;
    background-size: cover;
}

/*一起tamita南竹湖*/

.tamita .main.m1 {
    background: url(../2020/img/tamita/m1.jpg) center no-repeat;
    background-size: cover;
}

.tamita .main.m2 {
    background: url(../2020/img/tamita/m2.jpg) center no-repeat;
    background-size: cover;
}

.tamita .main.m3 {
    background: url(../2020/img/tamita/m3.jpg) center no-repeat;
    background-size: cover;
}

.tamita .main.m4 {
    background: url(../2020/img/tamita/m4.jpg) center no-repeat;
    background-size: cover;
}

.tamita .main.m5 {
    background: url(../2020/img/tamita/m5.jpg) center no-repeat;
    background-size: cover;
}

.tamita .main.m6 {
    background: url(../2020/img/tamita/m6.jpg) center no-repeat;
    background-size: cover;
}

.tamita .i1 {
    background: url(../2020/img/tamita/i1.jpg) center no-repeat;
    background-size: cover;
}

.tamita .i2 {
    background: url(../2020/img/tamita/i2.jpg) center no-repeat;
    background-size: cover;
}

.tamita .i3 {
    background: url(../2020/img/tamita/i3.jpg) center no-repeat;
    background-size: cover;
}

.tamita .i4 {
    background: url(../2020/img/tamita/i4.jpg) center no-repeat;
    background-size: cover;
}

.tamita .intro {
    background: url(../2020/img/tamita/intro.jpg) right no-repeat;
    background-size: 50%;
}

.tamita .work .w1 {
    background: url(../2020/img/tamita/w1.jpg) center no-repeat;
    background-size: cover;
}

.tamita .work .w2 {
    background: url(../2020/img/tamita/w2.jpg) center no-repeat;
    background-size: cover;
}

.tamita .work .w3 {
    background: url(../2020/img/tamita/w3.jpg) center no-repeat;
    background-size: cover;
}

.tamita .limited {
    background: url(../2020/img/tamita/limited.jpg) center no-repeat;
    background-size: cover;
}

/*靜浦*/

.jingpu .main.m1 {
    background: url(../2026/img/jingpu/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.jingpu .main.m2 {
    background: url(../2022/img/jingpu/m2.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.jingpu .main.m3 {
    background: url(../2022/img/jingpu/m3.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.jingpu .main.m4 {
    background: url(../2022/img/jingpu/m4.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.jingpu .main.m5 {
    background: url(../2022/img/jingpu/m5.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.jingpu .main.m6 {
    background: url(../2022/img/jingpu/m6.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.jingpu .i1 .pic {
    background: url(../2026/img/jingpu/i1.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .i2 .pic {
    background: url(../2026/img/jingpu/i2.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .i3 .pic {
    background: url(../2026/img/jingpu/i3.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .i4 .pic {
    background: url(../2026/img/jingpu/i4.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .i5 .pic {
    background: url(../2026/img/jingpu/i5.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .i6 .pic {
    background: url(../2026/img/jingpu/i6.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .intro {
    background: url(../2026/img/jingpu/introB.jpg) right no-repeat;
    background-size: 50%;
}

.jingpu .intro2 {
    background: url(../2020/img/jingpu/intro2.jpg) left no-repeat;
    background-size: 50%;
}

.jingpu .work .w1 {
    background: url(../2026/img/jingpu/w1.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .work .w2 {
    background: url(../2026/img/jingpu/w2.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .work .w3 {
    background: url(../2026/img/jingpu/w3.jpg) center no-repeat;
    background-size: cover;
}

.jingpu .limited {
    background: url(../2022/img/jingpu/limited.jpg) center no-repeat;
    background-size: cover;
}

/*水璉*/

.ciwidiyan .main.m1 {
    background: url(../2023/img/ciwidiyan/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.ciwidiyan .i1 .pic {
    background: url(../2023/img/ciwidiyan/i1.jpg) center no-repeat;
    background-size: cover;
}

.ciwidiyan .i2 .pic {
    background: url(../2023/img/ciwidiyan/i2.jpg) center no-repeat;
    background-size: cover;
}

.ciwidiyan .i3 .pic {
    background: url(../2023/img/ciwidiyan/i3.jpg) center no-repeat;
    background-size: cover;
}

.ciwidiyan .i4 .pic {
    background: url(../2023/img/ciwidiyan/i4.jpg) center no-repeat;
    background-size: cover;
}

.ciwidiyan .i5 .pic {
    background: url(../2023/img/ciwidiyan/i5.jpg) center no-repeat;
    background-size: cover;
}

.ciwidiyan .i6 .pic {
    background: url(../2023/img/ciwidiyan/i6.jpg) center no-repeat;
    background-size: cover;
}

.ciwidiyan .intro {
    background: url(../2023/img/ciwidiyan/intro.jpg) right no-repeat;
    background-size: 50%;
}

.ciwidiyan .intro2 {
    background: url(../2023/img/ciwidiyan/intro2.jpg) left no-repeat;
    background-size: 50%;
}

.ciwidiyan .work .w1 {
    background: url(../2023/img/ciwidiyan/w1.jpg) center no-repeat;
    background-size: cover;
}

.ciwidiyan .work .w2 {
    background: url(../2023/img/ciwidiyan/w2.jpg) center no-repeat;
    background-size: cover;
}

.ciwidiyan .limited {
    background: url(../2023/img/ciwidiyan/limited.jpg) center no-repeat;
    background-size: cover;
}

/*東河*/

.kilidongan .main.m1 {
    background: url(../2023/img/kilidongan/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.kilidongan .i1 .pic {
    background: url(../2023/img/kilidongan/i1.jpg) center no-repeat;
    background-size: cover;
}

.kilidongan .i2 .pic {
    background: url(../2023/img/kilidongan/i2.jpg) center no-repeat;
    background-size: cover;
}

.kilidongan .i3 .pic {
    background: url(../2023/img/kilidongan/i3.jpg) center no-repeat;
    background-size: cover;
}

.kilidongan .i4 .pic {
    background: url(../2023/img/kilidongan/i5.jpg) center no-repeat;
    background-size: cover;
}

.kilidongan .i5 .pic {
    background: url(../2023/img/kilidongan/i4.jpg) center no-repeat;
    background-size: cover;
}

.kilidongan .i6 .pic {
    background: url(../2023/img/kilidongan/i6.jpg) center no-repeat;
    background-size: cover;
}

.kilidongan .intro {
    background: url(../2023/img/kilidongan/intro.jpg) right no-repeat;
    background-size: 50%;
}

.kilidongan .work .w1 {
    background: url(../2023/img/kilidongan/w1.jpg) center no-repeat;
    background-size: cover;
}

.kilidongan .work .w2 {
    background: url(../2023/img/kilidongan/w2.jpg) center no-repeat;
    background-size: cover;
}

.kilidongan .limited {
    background: url(../2023/img/kilidongan/m1.jpg) center no-repeat;
    background-size: cover;
}

/*奇美*/

.misatalo .main.m1 {
    background: url(../2023/img/misatalo/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.misatalo .main.m2 {
    background: url(../2023/img/misatalo/m4.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.misatalo .main.m3 {
    background: url(../2023/img/misatalo/m6.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.misatalo .main.m4 {
    background: url(../2023/img/misatalo/m5.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.misatalo .main.m5 {
    background: url(../2023/img/misatalo/i4.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.misatalo .main.m6 {
    background: url(../2023/img/misatalo/intro.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.misatalo .i1 .pic {
    background: url(../2023/img/misatalo/i2.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .i2 .pic {
    background: url(../2023/img/misatalo/i3.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .i3 .pic {
    background: url(../2023/img/misatalo/i4.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .i4 .pic {
    background: url(../2023/img/misatalo/i5.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .i5 .pic {
    background: url(../2023/img/misatalo/i6.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .i6 .pic {
    background: url(../2023/img/misatalo/i6.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .intro {
    background: url(../2023/img/misatalo/intro.jpg) right no-repeat;
    background-size: 50%;
}

.misatalo .work .w1 {
    background: url(../2023/img/misatalo/w3.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .work .w2 {
    background: url(../2023/img/misatalo/w1.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .work .w3 {
    background: url(../2023/img/misatalo/w3.jpg) center no-repeat;
    background-size: cover;
}

.misatalo .limited {
    background: url(../2023/img/misatalo/limited.jpg) center no-repeat;
    background-size: cover;
}

/*貓公*/

.safakong .main.m1 {
    background: url(../2022/img/safakong/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.safakong .main.m2 {
    background: url(../2022/img/safakong/m2.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.safakong .main.m3 {
    background: url(../2022/img/safakong/m3.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.safakong .main.m4 {
    background: url(../2022/img/safakong/m4.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.safakong .main.m5 {
    background: url(../2022/img/safakong/m5.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.safakong .main.m6 {
    background: url(../2022/img/safakong/m6.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.safakong .i1 .pic {
    background: url(../2022/img/safakong/i1.jpg) center no-repeat;
    background-size: cover;
}

.safakong .i2 .pic {
    background: url(../2022/img/safakong/i2.jpg) center no-repeat;
    background-size: cover;
}

.safakong .i3 .pic {
    background: url(../2022/img/safakong/i3.jpg) center no-repeat;
    background-size: cover;
}

.safakong .i4 .pic {
    background: url(../2022/img/safakong/i4.jpg) center no-repeat;
    background-size: cover;
}

.safakong .i5 .pic {
    background: url(../2022/img/safakong/i5.jpg) center no-repeat;
    background-size: cover;
}

.safakong .i6 .pic {
    background: url(../2022/img/safakong/i6.jpg) center no-repeat;
    background-size: cover;
}

.safakong .intro {
    background: url(../2022/img/safakong/intro.jpg) right no-repeat;
    background-size: 50%;
}

.safakong .work .w1 {
    background: url(../2022/img/safakong/w1.jpg) center no-repeat;
    background-size: cover;
}

.safakong .work .w2 {
    background: url(../2022/img/safakong/w2.jpg) center no-repeat;
    background-size: cover;
}

.safakong .work .w3 {
    background: url(../2022/img/safakong/w3.jpg) center no-repeat;
    background-size: cover;
}

.safakong .limited {
    background: url(../2022/img/safakong/limited.jpg) center no-repeat;
    background-size: cover;
}

.faqList{
    
}
.faqList ul{
    margin: 0;
    padding: 0;
}
.faqList ul >li{
    border-bottom: 1px solid #0000006e;
    padding: 10px 0;
    cursor: pointer;
}
.faqList ul >li:first-child{
    border-top: 1px solid #0000006e;
}
.faqList ul li .top-q{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    position: relative;
}
.faqList ul li .top-q .icon{
    
}
.faqList ul li .top-q .icon img{
    width: 15px;
}
.faqList ul li .top-q p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
}
.faqList ul li .top-q .qa-trigger{
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faqList ul li .top-q .qa-trigger div{
    width: 100%;
    height: 2px;
    background: #000;
    transition: all linear .2s;
}
.faqList ul li .top-q .qa-trigger div:last-child{
    transform: rotate(90deg);
    position: absolute;
}
.faqList ul li .top-q.active .qa-trigger div:last-child{
    transform: rotate(0deg);
}

.faqList ul li .bottom-a{
    display: none;
}
.faqList ul li .bottom-a .a-inside{
    margin: 10px 10px 0;
}

/*高山*/

.dandumu .main.m1 {
    background: url(../2021/img/dandumu/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.dandumu .main.m2 {
    background: url(../2021/img/dandumu/m2.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.dandumu .main.m3 {
    background: url(../2021/img/dandumu/m3.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.dandumu .main.m4 {
    background: url(../2021/img/dandumu/m4.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.dandumu .main.m5 {
    background: url(../2021/img/dandumu/m5.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.dandumu .main.m6 {
    background: url(../2021/img/dandumu/m6.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.dandumu .main.m7 {
    background: url(../2021/img/dandumu/m7.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.dandumu .i1 .pic {
    background: url(../2021/img/dandumu/i1.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .i2 .pic {
    background: url(../2021/img/dandumu/i2.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .i3 .pic {
    background: url(../2021/img/dandumu/i3.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .i4 .pic {
    background: url(../2021/img/dandumu/i4.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .i5 .pic {
    background: url(../2021/img/dandumu/i5.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .i6 .pic {
    background: url(../2021/img/dandumu/i6.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .intro {
    background: url(../2021/img/dandumu/intro.jpg) right no-repeat;
    background-size: 50%;
}

.dandumu .intro2 {
    background: url(../2021/img/dandumu/intro2.jpg) left no-repeat;
    background-size: 50%;
}

.dandumu .work .w1 {
    background: url(../2021/img/dandumu/w1.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .work .w2 {
    background: url(../2021/img/dandumu/w2.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .work .w3 {
    background: url(../2021/img/dandumu/w3.jpg) center no-repeat;
    background-size: cover;
}

.dandumu .limited {
    background: url(../2021/img/dandumu/limited.jpg) center no-repeat;
    background-size: cover;
}

/*比西里岸*/

.pisirian .main.m1 {
    background: url(../2020/img/pisirian/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.pisirian .main.m2 {
    background: url(../2020/img/pisirian/m2.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.pisirian .main.m3 {
    background: url(../2020/img/pisirian/m3.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.pisirian .main.m4 {
    background: url(../2020/img/pisirian/m4.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.pisirian .main.m5 {
    background: url(../2020/img/pisirian/m5.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.pisirian .main.m6 {
    background: url(../2020/img/pisirian/m6.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.pisirian .i1 .pic {
    background: url(../2020/img/pisirian/i1.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .i2 .pic {
    background: url(../2020/img/pisirian/i2.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .i3 .pic {
    background: url(../2020/img/pisirian/i3.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .i4 .pic {
    background: url(../2020/img/pisirian/i4.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .i5 .pic {
    background: url(../2020/img/pisirian/i5.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .i6 .pic {
    background: url(../2020/img/pisirian/i6.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .intro {
    background: url(../2020/img/pisirian/intro.jpg) right no-repeat;
    background-size: 50%;
}

.pisirian .intro2 {
    background: url(../2020/img/pisirian/intro2.jpg) left no-repeat;
    background-size: 50%;
}

.pisirian .work .w1 {
    background: url(../2020/img/pisirian/w1.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .work .w2 {
    background: url(../2020/img/pisirian/w2.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .work .w3 {
    background: url(../2020/img/pisirian/w3.jpg) center no-repeat;
    background-size: cover;
}

.pisirian .limited {
    background: url(../2020/img/pisirian/limited.jpg) center no-repeat;
    background-size: cover;
}

/*都歷部落*/

.torik .main.m1 {
    background: url(../2020/img/torik/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.torik .main.m2 {
    background: url(../2020/img/torik/m2.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.torik .main.m3 {
    background: url(../2020/img/torik/m3.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.torik .main.m4 {
    background: url(../2020/img/torik/m4.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.torik .main.m5 {
    background: url(../2020/img/torik/m5.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.torik .i1 .pic {
    background: url(../2020/img/torik/i1.jpg) center no-repeat;
    background-size: cover;
}

.torik .i2 .pic {
    background: url(../2020/img/torik/i2.jpg) center no-repeat;
    background-size: cover;
}

.torik .i3 .pic {
    background: url(../2020/img/torik/i3.jpg) center no-repeat;
    background-size: cover;
}

.torik .i4 .pic {
    background: url(../2020/img/torik/i4.jpg) center no-repeat;
    background-size: cover;
}

.torik .i5 .pic {
    background: url(../2020/img/torik/i5.jpg) center no-repeat;
    background-size: cover;
}

.torik .i6 .pic {
    background: url(../2020/img/torik/i6.jpg) center no-repeat;
    background-size: cover;
}

.torik .intro {
    background: url(../2020/img/torik/intro.jpg) right no-repeat;
    background-size: 50%;
}

.torik .intro2 {
    background: url(../2020/img/torik/intro2.jpg) left no-repeat;
    background-size: 50%;
}

.torik .work .w1 {
    background: url(../2020/img/torik/w1.jpg) center no-repeat;
    background-size: cover;
}

.torik .work .w2 {
    background: url(../2020/img/torik/w2.jpg) center no-repeat;
    background-size: cover;
}

.torik .work .w3 {
    background: url(../2020/img/torik/w3.jpg) center no-repeat;
    background-size: cover;
}

.torik .limited {
    background: url(../2020/img/torik/limited.jpg) bottom no-repeat;
    background-size: cover;
}

/*奇美*/

.kiwit .main.m1 {
    background: url(../2020/img/kiwit/m1.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.kiwit .main.m2 {
    background: url(../2020/img/kiwit/m2.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.kiwit .main.m3 {
    background: url(../2020/img/kiwit/m3.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.kiwit .main.m4 {
    background: url(../2020/img/kiwit/m4.jpg) center top no-repeat;
    background-size: auto 65vh;
}

.kiwit .i1 .pic {
    background: url(../2020/img/kiwit/i1.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .i2 .pic {
    background: url(../2020/img/kiwit/i2.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .i3 .pic {
    background: url(../2020/img/kiwit/i3.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .i4 .pic {
    background: url(../2020/img/kiwit/i4.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .i5 .pic {
    background: url(../2020/img/kiwit/i5.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .i6 .pic {
    background: url(../2020/img/kiwit/i6.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .intro {
    background: url(../2020/img/kiwit/intro.jpg) right no-repeat;
    background-size: 50%;
}

.kiwit .intro2 {
    background: url(../2020/img/kiwit/intro2.jpg) left no-repeat;
    background-size: 50%;

}

.kiwit .work .w1 {
    background: url(../2020/img/kiwit/w1.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .work .w2 {
    background: url(../2020/img/kiwit/w2.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .work .w3 {
    background: url(../2020/img/kiwit/w3.jpg) center no-repeat;
    background-size: cover;
}

.kiwit .limited {
    background: url(../2020/img/kiwit/limited.jpg) bottom no-repeat;
    background-size: cover;
}

.special .main::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.container {
    position: relative;
}

.flex {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}

.flex li {
    flex: 1;
}

.sports .intro {
    background: url(../2022/img/sports/t1.jpg) right no-repeat;
    background-size: 50%;
}
.Y25Footer{
    display: flex;
    justify-content: space-between;
}
.Y25Footer >div{
    width: calc(50% - 30px);
}
.Y25Footer .footbrand,
.Y25Footer >div:last-child {
    width: 25%;
}
.Y25Footer .footbrand img{
    height: 30px;
    width: auto;
    display: block;
    margin-top: 2rem;
}

@media (min-width: 1920px) {
    .container {
        width: 960px;
        margin: 0 auto;
    }

    .intro {
        background-size: 50%;
    }
}

@media (max-width: 1920px) {
    .container {
        width: 960px;
        margin: 0 auto;
    }

    .classic .slides {
        height: 70vh;
    }

    .jingpu .main {
        background-size: 100% 70vh !important;
    }

}

@media (max-width: 1440px) {
    .classic .slides {
        height: 65vh;
    }

    .jingpu .main {
        background-size: auto 65vh !important;
    }
}

@media (max-width: 1280px) {
    header {
        padding: 20px 0;
    }

    .intro2 .text {
        padding: 0;
        margin-left: 55%;
    }

    .menu.open nav {
        padding-top: 100px;
    }

    .menu.open {
        width: 32%;
    }

    .logo img {
        max-width: 100px;
    }

    .hamburg {
        top: 5px;
    }

    .home .slides {
        margin-top: 80px;
    }

    .classic .slides {
        height: 70vh;
        margin-top: 100px;
    }
}

/*pad pro*/
@media (max-width: 1024px) {
    .torik .intro2 {
        min-height: none;
    }

    .home .slides {
        height: 50vh;
    }

    .home .work li div {
        height: 250px;
    }

    .title {
        top: 35vh;
    }

    .classic .title {
        top: 55vh;
    }

    .main {
        height: 50vh;
    }

    .special .main {
        height: 100vh;
    }

    .classic .slides {
        height: 50vh;
    }

    .classic .main-info {
        top: 20%;
    }

    .work ul li:last-child,
    .classic .items li:nth-child(3) {
        margin-right: 0;
    }

    .classic .items li {
        margin-right: 2%;
    }

    .step ul li {
        width: 29%;
    }

    .price.four li {
        width: 22%;
    }

    .price.four li div.time {
        min-height: auto;
    }

    .intro img {
        left: 0;
    }

}

/*old pad*/
@media (max-width: 1000px) {
    body {
        line-height: 24px;
    }

    .container,
    footer .container {
        width: calc(100% - 30px);
        padding: 0 15px;
    }

    .classic .main-info {
        top: 10%;
    }
    .home .numbers ul{
        flex-wrap: wrap;
    }
    .home .numbers ul li{
        width: calc(50% - 50px);
        margin: 25px;
    }

}

/*mobile*/
@media (max-width: 767px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .classic .work li:first-child {
        margin-bottom: 0;
    }

    .price li div.cost {
        padding-bottom: 0;
    }

    .price.four li div.cost span {
        min-height: auto;
    }

    .header {
        width: 90%;
    }

    body {
        font-size: .92em;
        line-height: 26px;
    }

    .intro img {
        width: 100%;
        position: relative;
        top: inherit;
    }

    .bt-fixed.four li {
        width: 21%;
        padding: 10px 5px;
    }

    h1 {
        font-size: 2em;
        margin-bottom: 5px;
    }

    h2 {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1em;
        letter-spacing: 1px;
    }

    .menu.open {
        width: 100%;
    }

    .menu.open nav {
        padding-bottom: 0;
    }

    .menu.open nav li {
        margin-bottom: 15px;
    }

    .half,
    .half-last,
    .insurance .half,
    .insurance .half-last {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }

    .home .title {
        padding: 0 20px 20px;
    }

    .home .slides {
        margin-left: 0;
    }

    .classic .title {
        top: 380px;
    }

    .home .numbers{
        margin-top: 150px;
        padding: 50px 0;
    }

    .home .numbers ul li{
        width: calc(50% - 30px);
        margin: 15px;
    }

    .home .numbers li .box .num{
        font-size: 70px;
        line-height: 70px;
    }
    .home .numbers li .box .txt{
        font-size: 26px;
    }

    .home .numbers li:last-child .box .num{
        font-size: 40px;
    }


    .home .work {
        background-position: right 0%;
        background-size: 40%;
        padding: 50px 20px 100px;
    }



    .home .work ul li {
        width: 100%;
        margin-right: 0;
    }

    .home .work ul li:nth-child(1),
    .home .work ul li:nth-child(2),
    .home .work ul li:nth-child(3),
    .home .work ul li:nth-child(4) {
        top: 0;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .about {
        /* margin-top: 100px; */
    }

    .about .half-last {
        margin-top: 30px;
    }
    .about .half-last h2{
        display: none;
    }

    .about .pic {
        height: 250px;
        position: inherit;
    }

    .bt-fixed {
        top: inherit;
        bottom: 0;
        width: 100%;
    }

    .bt-fixed li {
        margin-bottom: 0;
        padding: 10px 15px;
        display: inline-block;
        width: 24%;
        text-align: center;
    }

    .home .title {
        top: 56vh;
    }

    .classic .slides {
        width: 100%;
    }

    .classic .title h1 {
        font-size: 1.5em;
    }

    .classic .main-info {
        position: inherit;
        padding: 20px;
        margin-top: 100px;
    }

    .intro {
        margin-top: 50px;
    }

    .jingpu .main.m1 {
        background-size: auto 65vh;
        background-position: bottom;
    }

    .classic .intro {
        background-position: top;
        background-size: auto 230px;
        padding-top: 250px;
    }

    .classic .intro2 {
        background-position: top;
        background-size: auto 230px;
        padding-top: 250px;
        min-height: auto;
    }

    .special .intro2 {
        background-position: bottom;
        background-size: auto 230px;
        padding-bottom: 250px;
        min-height: auto;
    }

    .jingpu .work p {
        min-height: inherit;
    }

    .intro .text {
        width: 100%;
        padding: 0;
        background: none;
    }

    .intro2 .text {
        width: 100%;
        padding: 0;
        margin-left: 0;
        background: none;
    }

    .work {
        margin-top: 100px;
    }

    .work ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .work li div {
        margin-top: 0;
        height: 250px;
    }

    .items .pic {
        height: 250px;
    }

    .limited {
        padding: 80px 0;
        margin-top: 50px;
    }

    .classic .items li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .classic .items {
        margin-top: 50px;
    }

    .items h3 {
        margin-bottom: 5px;
    }

    .step {
        margin-top: 0px;
    }

    .step ul li {
        width: 90%;
        margin-left: 50px;
    }

    .pie i {
        left: 36%;
    }

    .price ul {
        display: block;
    }

    .price.four li,
    .price li {
        width: 100%;
        margin: 0 0 20px;
        height: auto;
    }

    .tips {
        padding: 40px 20px;
    }

    .icons li i {
        width: 80px;
        height: 50px;
        font-size: 30px;
    }

    .icons li {
        width: 80px;
        height: 80px;
        margin: 10px 8px;
    }

    .insurance .half-last {
        margin-top: 20px;
    }

    .special .title {
        padding: 0;
    }

    .special .intro {
        padding-bottom: 250px;
        background-position: bottom;
        background-size: auto 230px;
    }

    .limited .box {
        width: 85%;
        padding: 40px 20px;
    }

    .items h4 {
        font-size: 1.2em;
    }

    .special .title h1 {
        font-size: 3em;
    }

    .special .title h1 span {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .talalomaan .title h1 {
        font-size: 2.5em;
    }

    .items li {
        margin-bottom: 50px;
    }

    .items .left .itemslides {
        position: relative;
        left: 0;
    }

    .itemslides div {
        height: 250px;
        width: 100%;
    }

    .items .box,
    .special .items .box {
        width: 90%;
        margin: 0;
        padding-bottom: 0;
        position: relative;
    }

    .ig {
        background-size: 70%
    }

    .classic .limited {
        padding: 50px 0;
        margin-top: 50px;
    }

    .aboutpage {
        padding-top: 0;
        margin-top: 80px;
    }

    .aboutpage .half-last {
        margin-top: 20px;
    }

    .aboutpage img {
        max-width: 100%;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select {
        background: #ffffff;
        max-width: 80%;
    }

    .button,
    input[type="submit"] {
        color: #000;
    }

    .history {
        margin-top: 100px;
    }

    .history h1 {
        margin-bottom: 50px;
    }

    .history img {
        margin-bottom: 5px;
    }

    .history ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .home .work ul h3 {
        margin-bottom: 0
    }

    .video {
        display: none;
    }

    .popup div {
        width: calc(100% - 120px);
    }

    .classic .main {
        background-position: center !important;
    }

    .menu.open nav {
        padding-top: 50px;
    }

    .special .intro .t1 {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .special .intro.pic {
        padding-bottom: 0 !important;
    }

    .special .intro .t1 img {
        position: relative;
        left: 0;
    }
    .Y25Footer{
        flex-wrap: wrap;
    }
    .Y25Footer >div,
    .Y25Footer .footbrand,
    .Y25Footer >div:last-child {
        width: 100%;
        margin-bottom: 20px;
        order:2;
    }
    .Y25Footer .footbrand{
        order: 0;
    }
    .Y25Footer >div:last-child {
        order:1;
    }
    .Y25Footer .footbrand img{
        margin: 0;
    }
}