* {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    background: #05684c;
    font-size: 14px;
}

#app {
    width: 100%;
}

.top-avd {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid hsla(0, 0%, 80%, 0.6);
}

.ta-close {
    width: 1.5rem;
    height: 1.5rem;
}

.ta-logo {
    width: 3rem;
    height: 3rem;
    border: 1px solid white;
    border-radius: 0.3rem;
}

.ta-mr {
    margin-right: 0.5rem;
}

.fbd {
    font-weight: 600;
}

.ta-bd {
    font-size: 1.2rem;
}

.ta-ul {
    font-size: 1rem;
}

.ta-wd {
    color: white;
}

.ta-btn {
    margin-left: auto;
    background-color: #fee21f;
    color: #05684c;
    border-radius: 0.4rem;
    font-size: 1.3rem;
    padding: 0.2rem 0.5rem;
}

.header {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
}

.h-logo {
    height: 2.5rem;
}

.h-kf {
    height: 3rem;
    width: 3rem;
}

.sp {
    position: relative;
    width: 100%;
    height: 10rem;
    margin-top: 0.2rem;
}

.swiper-container {
    height: 100%;
    width: 100%;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.notice {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0.8rem;
}

.no-wd {
    flex: 1;
    padding: 0 0.5rem;
    color: white;
    overflow: hidden;
}

.no-img {
    width: 1.5rem;
}

.no-btn {
    background-image: linear-gradient(180deg,
    #069c72,
    #058d67,
    #047e5c,
    #046f51,
    #046147);
    color: #fff;
    padding: 0.2rem 0.7rem;
    font-size: 0.8rem;
    border-radius: 0.8rem;
}

.no-rr {
    display: inline-block;
    padding-left: 100%;
    /* 鍒濆浣嶇疆鍦ㄥ彸渚� */
    animation: scroll-left 10s linear infinite;
    white-space: nowrap;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.box {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.no-login {
    padding: 0.3rem 0.8rem;
}

.login-ed {
    padding: 0.3rem 0.8rem;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.logine-a{
    flex: 1;
}
.logine-a img{
    width: 3.2rem;
    height: 3.2rem;
}
.logine-a:first-child{
    margin-right: 1rem;
}

.openai{
    position: sticky;
    top: 0;
    z-index: 999;
}

.led-name {
    font-size: 1rem;
}

.led-gold {
    font-size: 1.5rem;
}

.nl-wd {
    color: white;
    font-size: 1.2rem;
}

.nl-item {
    display: flex;
    flex-flow: row nowrap;
    padding: 0.3rem 0;
}

.nl-login-btn {
    background-color: #fee21a;
    background-image: none;
    color: #05684c;
    padding: 0.2rem 1.2rem;
    border-radius: 0.3rem;
    border: 0.02rem solid #e0d9cb;
    font-size: 1rem;
}

.nl-reg-btn {
    background-color: #fff;
    background-image: none;
    color: #333;
    padding: 0.2rem 1.2rem;
    border-radius: 0.3rem;
    border: 0.02rem solid #e0d9cb;
    font-size: 1rem;
}

.pay {
    padding: 0.3rem 0.8rem;
    display: flex;
}

.pay-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.pay-wd {
    color: white;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.pay-img {
    width: 3rem;
    height: 3rem;
}

.content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.ct-left {
    width: 8rem;
    padding: 0 .8rem 6rem .8rem;

}

.ct-right {
    flex: 1;
    padding: 0 1rem 6rem 0;
    height: 100%;
    max-height: 60rem;
    overflow-y: scroll;
}

.ct-block {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    border: 1px solid #058d67;
    background-image: linear-gradient(180deg,
    #069c72,
    #058d67,
    #047e5c,
    #046f51,
    #046147);
    font-size: 1.1rem;
    color: white;
    text-align: center;
    padding: 0.7rem 0;
    border-radius: 0.8rem;
    font-weight: 600;
}

.ct-active {
    background-image: linear-gradient(180deg,
    #767676,
    #646464,
    #535353,
    #434343,
    #333);
    border: 1px solid #646464;
}

.mt {
    margin-top: 0.7rem;
}

.ct-list {
    width: 100%;
    display: none;
}

.ct-item {
    width: 100%;
    color: black;
    font-size: 1rem;
    padding: .5rem 1rem 0.5rem 0.5rem;
    background: white;
    margin-top: .5rem;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: .6rem;
    position: relative;
}

.ct-tips {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #F296CA;
    border-top-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    font-size: .8rem;
    padding: .2rem .5rem;
}

.ct-price {
    padding: .1rem .5rem;
    border-radius: .3rem;
    background: linear-gradient(90deg,
    #333, #ff0, #ff0, #333);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradientFlash 4s linear infinite;
}
@keyframes gradientFlash {
    0% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.ct-ani {
    animation: blink 3s linear infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.ct-img-top {
    width: 100%;
    margin-top: 0.5rem;
}

.ct-img-top img {
    width: 100%;
    border-radius: 0.8rem;
}

.f-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-image: linear-gradient(180deg,
    #069c72,
    #058d67,
    #047e5c,
    #046f51,
    #046147);
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding: 1rem 0;
}

.fm-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.fm-wd {
    color: white;
    font-size: 0.8rem;
    text-align: center;
}

.fm-ico {
    width: 2rem;
}

.ct-img-number {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.ct-img-number img {
    margin: 1rem;
}

.ct-title {
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
    padding: 0.2rem 0 0 0.2rem;
}

.ct-wx {
    width: 100%;
    padding: 0.2rem 0 0 0.2rem;
    margin-top: 1rem;
}

.ct-wx-line {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.cwl-t {
    font-weight: bold;
}

.cwl-b {
    font-size: 1rem;
    color: white;
    margin: 0.2rem;
    padding: 0.1rem 0.3rem;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.green {
    background: green;
}

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    direction:ltr;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */

    /*width:200px;
    height: 100px;*/
}
.swiper-slide {
    /* Specify Slides's Size: */

    /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
    /* Specific active slide styling: */

}
.swiper-slide-visible {
    /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */

}
.swiper-active-switch {
    /* Specific active button style: */

}
.swiper-visible-switch {
    /* Specific visible button style: */

}