* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/dropdown.svg') no-repeat 97% center / 15px 15px;
}

input[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    background: url("../images/calendar.svg") no-repeat center center / contain;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

body.lock {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: var(--text-color);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary);
}

img {
    max-width: 100%;
}

:root {
    --primary: #69bd43;
    --text-color: #39342e;
    --background-color: #DEEDBC;
    --swiper-theme-color: var(--primary);
}

.inner {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    max-width: 100%;
}

@font-face {
    font-family: titleText;
    src: url("./font.otf")
}

@font-face {
    font-family: yearText;
    src: url("./Marion-Italic.ttf")
}

div.title-year {
    font-family: yearText;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    display: flex;
    color: #7ca42c;
    margin-bottom: 10px;
}

h2.title {
    font-family: titleText;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #7ca42c;
    margin-bottom: 20px;
}

h2.title.decorate::before {
    content: '';
    height: 3px;
    flex: 1;
    background-color: #7ca42c;
    margin-right: 20px;
    border-radius: 3px;
}

h2.title.decorate::after {
    content: '';
    height: 3px;
    flex: 1;
    background-color: #7ca42c;
    margin-left: 20px;
    border-radius: 3px;
}

.overlay {
    padding: 20px;
    width: 580px;
    box-sizing: border-box;
    background-color: #deedc4;
    display: none;
}

.overlay .image {
    text-align: center;
}

.overlay .image img {
    max-width: 100%;
    max-height: 50vmin;
}

.overlay .text {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.overlay .text .title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.container {
    width: 83.33333333%;
    margin: auto
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner img {
    display: block;
    width: 100%;
}


header .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

header .inner .lang {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    color: #666;
}

header .inner .lang span {
    margin: 0 8px;
}

header .logo {
    flex: 1;
    padding: 10px;
}

header .navbar {
    display: flex;
    flex: 11;
    margin-left: 50px;
    padding-bottom: 10px;
    ;
}

header .navbar li {
    border-right: 1px solid var(--text-color);
    flex: 1;
    font-family: "STHeiti Medium", "Heiti TC Medium", "LiHei Pro", "Microsoft JhengHei Medium", "Microsoft Yahei", '微軟正黑體', '微软雅黑', 'Lato', sans-serif;
}

header .navbar li:first-child {
    border-left: 1px solid var(--text-color);
}

header .navbar li a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 900;
}

.subnav {
    margin-top: 35px;
}

.subnav ul {
    display: flex;
    justify-content: center;

}

.subnav li+li {
    border-left: 1px solid var(--primary);
}

.subnav li a {
    display: inline-flex;
    padding: 0 15px;
    color: var(--primary);
    font-size: 17px;
    font-weight: bold;
}

.subnav li a:hover {
    color: #00540f;
}

footer {
    padding: 30px 0;
    background-color: #F7F7F7;
    border-top: 1px solid #e8e6e2;
}

footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--text-color)
}

footer .links {
    display: flex;
    align-items: center;
}

footer .links li {
    flex: 1;
    margin-right: 25px;
}

footer .links li a {
    display: flex;
    align-items: center;
}

footer .links img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.index .newest {
    padding: 60px 0;
}

.index .newest ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.index .newest ul li {
    width: 33.33333333%;
    padding: 0 15px;
    margin-top: 15px;
}

.index .newest ul li a {
    display: block;
    text-align: center;
}

.index .newest ul li a img {
    width: 100%;
    vertical-align: middle;
}

.index .newest .promote {
    margin-top: 60px;
}

.index .goods {
    padding: 40px 0;
    background-color: var(--background-color);
}

.index .goods .container {
    width: 83.33333333%;
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    margin: auto;
}

.index .goods .container>.title {
    text-align: center;
}

.index .goods .container>.title img {
    margin: auto;
}

.index .goods .container .wrapper .swiper-slide img {
    height: 315px;
    object-fit: contain;
    object-position: bottom;
}

.index .series {
    padding-bottom: 35px;
}

.index .series ul {
    display: flex;
    flex-wrap: wrap;
    width: 66.66666667%;
    margin: auto;
}

.index .series ul li {
    width: 33.33333333%;
    margin-top: 10px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.index .series ul li a {
    display: block;
}

.about .banner img {
    display: block;
    width: 100%;
}

.about .introduction {
    padding: 60px 0 260px 0;
}

.about .introduction .inner {
    display: flex;
    justify-content: center;
}

.about .introduction .inner .container {
    width: 66.66666667%;
}

.about .introduction .title {
    text-align: center;
}

.about .introduction .description {
    margin-top: 60px;
    font-size: 15px;
    color: var(--text-color);
}

.about .introduction .description p+p {
    margin-top: 30px;
    line-height: 20px;
}

.about .introduction .content .dividers {
    margin: 80px 0;
    text-align: center;
}

.about .introduction .content .wrapper {
    display: flex;
    align-items: flex-start;
}

.about .introduction .content .wrapper .image {
    flex: 4;
}

.about .introduction .content .wrapper .text {
    flex: 8;
}



.product .goods {
    padding: 40px 0;
    background-color: var(--background-color);
}

.product .goods .container {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    margin: auto;
}

.product .goods .container>.title {
    text-align: center;
}

.product .goods .container>.title img {
    margin: auto;
}

.product .goods .inner .container .wrapper .swiper-wrapper .swiper-slide img {
    height: 315px;
    object-fit: contain;
    object-position: bottom;
    text-align: center;
    display: block;
    margin: auto;
}

.product .series .container {
    padding-bottom: 120px;
}

.product .series .item {
    position: relative;
}

.product .series .item>.title {
    text-align: center;
    margin-top: 70px;
}

.product .series .item {
    width: 100%;
    text-align: center;
}

.product .series .item table {
    width: 100%;
    margin-top: 60px;
}

.product .series .item td {
    vertical-align: bottom;
    width: 25%;
    cursor: pointer;
}

.product .series .item .visible-xs td:nth-child(n+4){
    display: none;
}

.product .series .item table img {
    height: auto;
    margin-bottom: 20px;
    max-height: 315px;
    object-fit: contain;
}

.product .series .item table a {
    display: block;
}

.product .series .item .link {
    position: absolute;
    right: -100px;
    bottom: 0;
    z-index: 1;
}

.message .banner img {
    display: block;
    width: 100%;
}

.message .newest {
    padding: 60px 0;
}

.message .newest .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.message .newest .title {
    max-width: 100%;
}

.message .newest ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

.message .newest ul li {
    width: 33.33333333%;
    padding: 0 15px;
    margin-top: 30px;
}

.message .newest ul li a {
    display: block;
    text-align: center;
}

.message .newest ul li a img {
    width: 100%;
    vertical-align: middle;
}

.trip .anchor {
    padding: 30px;
}

.trip .anchor ul {
    color: var(--primary);
    display: flex;
    justify-content: center;
}

.trip .anchor li:first-child::before,
.trip .anchor li::after {
    content: "/";
}

.trip .anchor li a {
    display: inline-flex;
    padding: 0 30px;
    color: var(--primary)
}

.trip .promote {
    padding: 60px 0;
}

.trip .promote .title {
    text-align: center;
    color: #604D3F;
    line-height: 30px;
}

.trip .promote ul {
    margin-top: 110px;
}

.trip .promote ul li {
    display: flex;
}

.trip .promote ul li+li {
    margin-top: 30px;
}

.trip .promote ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.trip .promote ul li .thumb {
    flex: 1;
}

.trip .promote ul li .thumb img {
    display: block;
    width: 100%;
}

.trip .promote ul li .text {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.trip .promote ul li .text .wrap {
    width: 66.66666667%;
}

.trip .promote ul li .text h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 900;
}

.trip .promote ul li .text p {
    font-size: 16px;
    line-height: 2;
}

.trip .promote ul li .text a {
    background-color: #1ac773;
    display: inline-flex;
    height: 85px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    margin-top: 30px;
    align-self: center;
}

.trip .travel {
    background: url("../images/travel.png") repeat-y;
    padding-bottom: 80px;
}

.trip .travel a.title {
    display: flex;
    justify-content: center;
}

.trip .travel p {
    width: 55%;
    margin: 150px auto auto auto;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: var(--text-color);
}

.trip .travel ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.trip .travel ul li {
    width: 33.33333333%;
}

.trip .travel ul li img {
    display: block;
    width: 100%;
}

.trip .video {
    background: url("../images/video.jpg") repeat-y;
}

.trip .video .title {
    display: flex;
    justify-content: center;
}

.trip .video .content {
    margin-top: 80px;
}

.trip .video .content .wrap {
    position: relative;
    width: 83.33333333%;
    padding-bottom: 50%;
    overflow: hidden;
    margin: auto;
}


.trip .video .content iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.trip .history {
    padding: 50px 0 30px 0;
}

.trip .history .title {
    display: flex;
    justify-content: center;
}

.trip .history .description {
    width: 55%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: var(--text-color);
}

.trip .history ul {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-top: 45px;
}

.trip .history ul li {
    margin-bottom: 80px;
}

.trip .history ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    font-size: 40px;
    background-color: #ECF3CD;
    border-radius: 50%;
    color: #7CA42C;
}

.trip .history .more {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 企划 */

.plan .christmas .title {
    display: flex;
    justify-content: center;
}

.plan .christmas {
    background: url("../images/bg.png") repeat-y;
    animation: slide 20s linear infinite;
}

.plan .christmas .sliders {
    padding: 30px 0;
}

.plan .christmas .table-cell {
    width: 50%;
}

.plan .christmas .table-cell .content {
    width: 66.66666667%;
    margin: auto;
    font-size: 16px;
    color: var(--text-color);
}

.plan .christmas .table-cell .content p {
    line-height: 2;
}

.plan .christmas .sliders .thumb {
    width: 66.66666667%;
    margin: auto;
    margin-top: 150px;
}

.plan .christmas .sliders .thumb .swiper-slide {
    text-align: center;

}

.plan .christmas .sliders .thumb .swiper-slide .image {
    padding: 0 20%;
}

.plan .christmas .sliders .thumb-next {
    background: url("../images/back.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 53px;
    height: 53px;
}

.plan .christmas .gallery-thumb {
    position: relative;
}

.plan .christmas .sliders .thumb-prev {
    background: url("../images/more.png") no-repeat;
    position: absolute;
    right: 0;
    width: 53px;
    height: 53px;
    bottom: 0;
}

.plan .contents {
    padding: 150px 0;
    text-align: center;
    position: relative;
    background: url("../images/centerbg.png") #DFEDC4 no-repeat center center;
}

.plan .contents .content {
    width: 50%;
    margin: auto;
    color: #124734;
    font-size: 16px;
    line-height: 30px;
}

.plan .contents>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    from {
        transform: translate(-50%, -50%);
    }

    65% {
        transform: translate(-50%, -65%);
    }

    to {
        transform: translate(-50%, -50%);
    }
}

.plan .review {
    padding: 90px 0 70px 0;
}

.plan .review .inner>.title {
    display: flex;
    justify-content: center;
}

.plan .review .ariticle {
    width: 83.33333333%;
    margin: auto;
}

.plan .review .ariticle li {
    display: flex;
    width: 100%;
    margin-top: 60px;
    align-items: flex-start;
}

.plan .review .ariticle li>div {
    /*flex:1;*/
    width: 50%;
    padding: 0 15px;
}

.plan .review .ariticle li .left img {
    width: 100%;
}

.plan .review .ariticle .title {
    font-size: 18px;
}

.plan .review .ariticle .info {
    margin: 15px 0;
}

.plan .review .ariticle .content::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}

.plan .review .ariticle .swiper-container {
    width: 100%;
    margin-top: 20px;
}

.main {
    padding: 30px 0;
    background-color: #F9F9F9;
}

.charity .container {
    text-align: center;
    color: var(--text-color);
}

.charity .container h1 {
    font-size: 2em;
    font-weight: normal;
}

.charity .container h1+p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 30px;
}

.charity .category {
    margin-top: 50px;
    display: inline-flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.charity .category li {
    display: inline-flex;
    border-left: dotted 1px #ccc;
}

.charity .category li.current {
    background-color: #eee;
}

.charity .category li:first-child {
    border-left: none;
}

.charity .category li a {
    padding: 8px;
}

.charity .masonry {
    margin-top: 50px;
}

.charity .masonry .item {
    width: 300px;
    border-radius: 5px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.charity .masonry .item a {
    display: block;
}

.charity .masonry .item img {
    width: 100%;
}

.charity .masonry .item .content {
    padding: 15px;
    text-align: left;
}

.charity .masonry .item h2 {
    font-size: 20px;
}

.charity .masonry .item p {
    text-align: right;
    margin-top: 20px;
}

.charity .article {
    text-align: left;
    padding: 30px 0;
}

.charity .article::after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}

.lists .series ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 70px 0 30px 0;
}

.lists .series ul li {
    width: 33.33%;
    text-align: center;
    padding: 10px 0;
}

.lists .series ul li a,
.lists .series ul li a img {
    display: block;
    margin: auto
}

.lists .list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.lists .list ul li {
    width: 25%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}

.lists .list ul li p.title {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lists .list ul li img {
    max-height: 30vh;
}


.page {
    display: flex;
}

.page ul {
    list-style: none;

    margin: auto;
}

.page ul li {
    text-align: -webkit-match-parent;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.page ul li a {
    color: #337ab7;
    border: 1px solid #e0e0e0;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}

.left-page {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.right-page {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.page-choice {
    background-color: #EEEEEE;
}


/*2021-06-20新增*/

/*2021-06-20新增*/

.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    --deep: #377c47;
}

.divider:not(:nth-of-type(1)) {
    margin-top: 40px;
}

.divider span {
    font-size: 22px;
    padding: 0 3vw;
    font-weight: bold;
    color: var(--deep);
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-top: 1px dashed var(--deep);
    border-bottom: 1px dashed var(--deep);
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background: var(--primary);
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    color: #fff;
}

.login {
    padding-top: 30px;
}

.login .form {
    margin-top: 60px;
    margin-bottom: 60px;
}

.login form,
.login .register {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.login ul li {}

.login ul li+li {
    margin-top: 20px;
}

.login ul li .input-item {
    border: 2px solid var(--primary);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 20px;
}

.login ul li .input-item img {
    width: 20px;
    height: 20px;
    display: inline-flex;
    object-fit: contain;
}

.login ul li .input-item input {
    display: flex;
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    height: 100%;
    margin-left: 10px;
}

.login ul li input[type=checkbox] {
    display: none;
}

.login ul li input[type=checkbox]+label {
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    background: url("../images/unchecked.png") no-repeat left center/contain;
}

.login ul li input[type=checkbox]:checked+label {
    background-image: url("../images/checked.png");
}

.login ul li label+a {
    margin-left: 30px;
}

.register {
    padding-top: 30px;
}

.register .form {
    margin-top: 60px;
    margin-bottom: 60px;
}

.register form {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.register form li {
    display: flex;
    flex-direction: column;
}

.register form li+li {
    margin-top: 25px;
}

.register form li p {
    margin-bottom: 8px;
}

.register form li .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.register .flex select {
    width: 30%;
    height: 45px;
    border: 2px solid var(--primary);
    outline: none;
    font-size: 18px;
    border-radius: 4px;
}

.register form li input {
    width: 100%;
    height: 45px;
    border: 2px solid var(--primary);
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    padding: 0 10px;
}

.record {
    --primary: #00540f;
}

.record .join {
    background-color: #e1ebc1;
    padding: 50px 0;
}

.record .wrapper {
    width: 100%;
    max-width: 1350px;
    margin: auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 40px;
}

.record .divider span {
    font-size: 28px;
    font-weight: bold;
    color: var(--primary);
}

.record .join ul {
    display: flex;
    margin-top: 50px;
}

.record .join li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.record .join li:not(:first-child) {
    border-left: 1px solid #828282;
}

.record .join h4 {
    font-size: 28px;
    color: #00540f;
}

.record .join p {
    color: #999;
    margin-top: 40px;
}

.record .buy {
    padding-top: 40px;
    padding-bottom: 50px;
}

.record .buy .wrapper {
    padding: 0;
}

.record .list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.record .list>div {
    flex: 1;
    border: 2px solid #dce8c0;
    border-radius: 6px;
    padding: 65px 2.3vw 90px 2.3vw;
    position: relative;
}

.record .list>div+div {
    margin-left: 50px;
    position: relative;
}

.record .list .title {
    display: flex;
    justify-content: space-between;
    color: var(--primary);
    font-size: 19px;
    font-weight: bold;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.record .list .title span {
    font-size: inherit;
    color: inherit;
}

.record .list .left ul {
    max-height: 490px;
    overflow-y: auto;
}

.record .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.record .list li+li {
    border-top: 2px solid #eee;
}

.record .list .infomation {
    display: flex;
    flex-direction: column;
}

.record .list .date {
    font-size: 12px;
    color: #999;
}

.record .list .infomation p {
    color: #444;
    margin-top: 5px;
}

.record .list .point {
    font-size: 14px;
    color: #666;
}

.record .list .totals {
    position: absolute;
    bottom: 40px;
    text-align: right;
    right: calc(2.3vw + 20px);
}

.record .list .left .total {
    position: absolute;
    right: calc(2.3vw + 20px);
    bottom: 60px;
}

.record .list .items {
    margin-top: 40px;
    max-height: 410px;
    overflow-y: auto;
}

.record .list .items li {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}

.record .list .right .items p {
    max-width: calc(100% - 140px);
}

.record .list .right .points {
    width: 130px;
    display: inline-flex;
    justify-content: space-between;
}

.record .buttons {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.record .buttons .button {
    width: auto;
    padding: 0 100px;
    background-color: #9bc143;
}

.record .buttons .button+.button {
    margin-left: 95px;
}

.record .progress ul {
    display: flex;
}

.record .progress ul li {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.record .progress ul li+li {
    margin-left: 50px;
}

.record .progress ul li+li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 70px;
    background: url("../images/next.svg") no-repeat center center/contain;
}

.record .progress .image {
    border-radius: 50%;
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.record .progress img {
    max-width: 100%;
}

.record .progress h4 {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    color: var(--primary);
    margin-top: 20px;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 20px;
}

.record .progress p {
    color: #999;
    margin-top: 20px;
}

.record .progress+.button {
    margin-top: 30px;
}


/*2021-06-22新增*/
.discount {
    padding-top: 70px;
    padding-bottom: 90px;
    --primary: #e1ebc8;
    min-height: calc(100vh - 325px);
}

.discount .wrapper {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

.discount .swiper {
    position: relative;
    --swiper-navigation-color: #7e9d3d;
}

.discount .swiper .swiper-button-prev {
    left: -50px;
}

.discount .swiper .swiper-button-next {
    right: -50px;
}

.discount #swiper {
    margin-top: 65px;
}

.discount .image {
    background-color: var(--primary);
    border-radius: 8px;
    text-align: center;
    padding: 45px;
    padding-bottom: 120px;
}

.discount .image img {
    max-width: 100%;
    max-height: 275px;
}

.discount .text {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    border: 2px solid var(--primary);
    border-radius: 8px;
    margin-bottom: 20px;
    color: #898989;
}

.discount .text h2 {
    font-size: 24px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.discount .text p {
    margin-top: 25px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.discount .text .more {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    background: url('../images/next_btn.png') no-repeat center center/contain;
}

.discount .info {
    margin-top: 110px;
    border: 2px solid var(--primary);
    border-radius: 8px;
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #898989;
    ;
}

.discount .info ul {
    margin-top: 40px;
}

.discount .info ul li {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discount .info .link {
    width: 40px;
    height: 40px;
    background: url('../images/next_btn.png') no-repeat center center/contain;
}

.discount .thumb {
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 360px;
    color: #9bc143;
}

.discount .thumb p {
    font-size: 18px;
    font-weight: bold;
}

.discount .thumb .ticket {
    display: inline-flex;
    position: relative;
    margin-top: 40px;
}

.discount .thumb .ticket span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: bold;
}

.language {
    color: #69BD43;
}

/*2021-06-23新增*/
.stockout {
    padding: 100px 0;
}

.stockout .wrapper {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

.stockout .swiper {
    margin-top: 45px;
    position: relative;
}

.stockout .swiper .swiper-button-prev {
    left: -40px;
}

.stockout .swiper .swiper-button-next {
    right: -40px;
}

.stockout .swiper .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stockout .swiper .image img {
    max-width: 285px;
    max-height: 210px;
    object-fit: contain;
}

.stockout .swiper .text {
    border: 2px solid #dce8bf;
    border-radius: 8px;
    position: relative;
    padding: 15px;
    color: #666;
    text-align: center;
    margin-top: 25px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.stockout .swiper .text p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stockout .swiper .text h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stockout .swiper .swiper-slide {
    padding-bottom: 20px;
}

.stockout .swiper .text .link {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: -20px;
    background: url('../images/next_btn.png') no-repeat center center/contain;
}

.stockout #stock .text h4 {
    margin-top: 0;
}

/*2021-06-24 新增 */
.member-info {
    padding-top: 70px;
    padding-bottom: 90px;
}

.member-info .form {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.member-info form {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.member-info form p {
    margin-bottom: 5px;
    color: #999;
}

.member-info form span {
    display: block;
    line-height: 30px;
}


.member-info form li+li {
    margin-top: 20px;
}

.member-info form li.decorate {
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.member-info form li.flex input {
    margin: 0 10px;
    flex: 1;
    max-width: 130px;
    text-align: center;
    font-size: 18px;
    color: var(--primary);
    border: 2px solid var(--primary);
    outline: none;
}

.member-info ul li .input-item {
    border: 2px solid var(--primary);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.member-info ul li .input-item img {
    width: 20px;
    height: 20px;
    display: inline-flex;
    object-fit: contain;
}

.member-info ul li .input-item input {
    display: flex;
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    height: 100%;
    margin-left: 10px;
}

.member-info form li .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.member-info .flex select {
    width: 40%;
    height: 35px;
    border: 2px solid var(--primary);
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    flex: 1;
    padding: 0 10px;
}

.member-info .flex select+select {
    margin-left: 1vw;
}

.member-info form li label~label {
    margin-left: 10px;
}

.member-info ul li input[type=radio] {
    display: none;
}

.member-info ul li input[type=radio]+label {
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    background: url("../images/unchecked.png") no-repeat left center/contain;
}

.member-info ul li input[type=radio]:checked+label {
    background-image: url("../images/checked.png");
}

.register ul li .flex.gender {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.register ul li input[type=radio] {
    display: none;
}

.register ul li input[type=radio]+label {
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    background: url("../images/unchecked.png") no-repeat left center/contain;
}

.register ul li input[type=radio]:checked+label {
    background-image: url("../images/checked.png");
}


/*2021-06-24新增*/

.upload {
    padding: 50px 0;
    min-height: calc(100vh - 246px);
}

.upload .wrapper {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

.upload .form {
    width: 100%;
    margin-top: 50px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.upload li {
    display: flex;
    flex-direction: column;
}

.upload li+li {
    margin-top: 20px;
}

.upload li>span {
    color: #666;
    margin-bottom: 8px;
}

.upload li input,
.upload li select {
    width: 100%;
    height: 40px;
    border: 2px solid var(--primary);
    border-radius: 6px;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
}

.upload li option {
    color: #333;
}

.upload li input[type=file] {
    display: none;
}

.upload .priview {
    width: 220px;
    height: 150px;
    border: 2px solid var(--primary);
    border-radius: 6px;
    position: relative;
}

.upload .priview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.upload .priview img[src=""] {
    display: none;
}

.upload .priview img:not([src=""])+label {
    opacity: 0;
}

.upload .priview label {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: var(--primary);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.privacy {
    padding: 50px 0;
}

.privacy h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.privacy h4~h4 {
    margin-top: 15px;
}

.privacy p,
.privacy li {
    font-size: 16px;
    text-align: justify;
    color: #666;
    line-height: 1.6;
}

.layui-layer-l {
    width: 360px
}

.layui-layer-l .layui-layer-content {
    padding: 30px 20px
}

/*2020-06-30新增*/

.promote .lists {
    background: url("../images/promote.png") repeat-y left top / 100%;
    padding-top:50px;
}

.promote .lists .inner table {
    width:100%;
    table-layout: fixed;
}

.promote .lists .inner table td{
    width:50%;
    padding: 15px 2vw;
}

.promote .lists .inner table td img{
    max-width: 100%;
}
.promote .lists .inner table td *{
    white-space:normal;
    word-break:keep-all;
    word-wrap: break-word;
    box-sizing: border-box;
}

.promote .media {
    padding: 50px 0;
}

.promote .media img,
.promote .media video {
    display: block;
    width: 100%;
    max-width: 100%;
}

.promote .media img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function:ease;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 50px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.promote .series{
    padding:50px 0;
}

.promote .series .title{
    text-align: center;
}

.promote .series .title img{
    max-width: 100%;
}

.promote .series .slider{
    position: relative;
    padding:0 8vw;
    margin-top: 20px;
}

.promote .promote-prev,
.promote .promote-next{
    font-family: swiper-icons;
    font-size: 28px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color:var(--primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2
}

.promote .promote-prev{
    left:50px;
}
.promote .promote-prev:after{
    content:'prev';
}
.promote .promote-next{
    right: 50px;
}

.promote .promote-next:after{
    content:'next';
}

.swiper-button-disabled{
    opacity: 0.2
}

.promote .series .slider .swiper-slide{
    padding:0 20px;
    display: flex;
    align-items: flex-end;
}

.promote .series .slider img{
    width: 100%;
    max-height: 230px;
    display: block;
    object-fit: contain;
}

.integral{
    padding:80px 0;
}

.integral .form{
    margin-top: 40px;
}

.integral form{
    width:100%;
}

.integral li + li{
    margin-top: 20px;
    overflow-y: auto;
}

.integral li table{
    width:100%;
    min-width: 500px;
    border-collapse: collapse;
}

.integral li td{
    border:1px solid #eee;
    text-align: center;
    height: 40px;
    padding:5px;
}

.integral li table input,
.integral li table select{
    width:100%;
    height: 40px;
    border:none;
    outline: none;
    font-size: 15px;
}

.integral li table select{
    padding-right: 25px;
}

.integral li table input{
    text-align: center;
}

.integral li .add,
.integral li .delete,
.integral li input[type=submit]{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color:#fff;
    line-height: 35px;
    padding:0 15px;
    border-radius: 5px;
    border:none;
    cursor: pointer;
    font-size: 16px;
}

.integral li .delete{
    background: red;
    margin-top: 0;
    width:65px;
}

.integral li .back{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border:1px solid var(--primary);
    color:var(--primary);
    font-size: 16px;
    line-height: 35px;
    padding:0 15px;
    margin-left: 10px;
}

.integral li label input{
    border:none;
    font-size: inherit;
    outline: none;
}


.activity .introduction{
    margin-top: 50px;
}

.activity .introduction img{
    display: block;
    width:100%;
}

.activity .introduction p{
    margin-top: 30px;
    line-height: 2;
    text-align: center;
}

.activity .form{
    background-color: #F78F1E;
    margin-top: 40px;
    padding:60px 5vw;
    margin-bottom: 40px;
}

.activity .form li{
    display: flex;
}

.activity .form li.column{
    flex-direction: column;
}

.activity .form li + li{
    margin-top: 20px;
}

.activity .form li > * + *{
    margin-left: 15px
}

.activity input[type=text],
.activity input[type=number],
.activity input[type=date],
.activity input[type=datetime-local],
.activity select,
.activity input[type=email],
.activity input[type=button],
.activity input[type=tel]{
    flex:1;
    height: 40px;
    background-color:#fff;
    outline: none;
    border:none;
    padding:0 10px;
    font-size: 16px;
    color:#666;
}

.activity input[type=file]{
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding:0 10px;
    font-size: 16px;
}

.activity .form li .button{
    background-color: #fff;
    height: 40px;
    padding:0 15px;
    color:#666;
    font-size: 16px;
    border-radius: 0;
    width:auto;
    white-space: nowrap;
}

.activity .form li p{
    font-size: 15px;
    margin-left: 0
}

.activity .form li p + p{
    margin-top: 15px;
    vertical-align: middle;
}

.activity .form li p a{
    text-decoration: underline;
}

.activity input[type=submit]{
    display: block;
    margin:auto;
    color:#fff;
    background-color: #000000;
    outline: none;
    border:none;
    line-height: 40px;
    padding:0 30px;
    cursor: pointer;
    font-size: 16px;
}