/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    word-break: break-all;
    -webkit-appearance: none;
    box-sizing: border-box;
}

html {
    font-size: 13.333vw;
    background: #346456;
}

body {
    min-height: 100vh;
    color: #fff;
    font-size: 0.24rem;
    min-height: 100vh;
    background: #013729;
    background-size: 100% 100%;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

@media screen and (min-width:769px) {
    html {
        font-size: 100px;
        zoom: 90%;
    }

    body {
        width: 7.5rem;
        margin: 0 auto;
    }
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.box {
    border-radius: 0.1rem;
    background: #054739;
    border: solid 1px #084d3e;
}

.wrapper {
    min-height: 100vh;
    padding-bottom: 0.4rem;
    background: url(../image/bg.jpg) top center no-repeat #013729;
    background-size: 100% auto;
}

.top {
    position: fixed;
    top: 1.6rem;
    right: 50%;
    margin-right: -3.75rem;
    z-index: 111;
}

.top .service {
    margin-bottom: 0.1rem;
}

.top .service a {
    width: 100%;
    height: 100%;
}

.top .service a img {
    width: .7rem;
    height: auto;
}

.logo {
    padding: .2rem 0 0;
    text-align: center;
}

.logo img {
    width: 3rem;
    height: auto;
}

.banner {
    width: 88%;
    margin: 0 auto;
    z-index: 1;
}

.banner img {
    width: 100%;
    height: auto;
}

.slogan {
    margin: 0 auto;
    padding: 0 0.4rem .06rem;
    z-index: 111;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -.1rem;
}

.footer {
    margin: 0 auto;
    padding: 0.3rem 0.5rem;
    z-index: 111;
    position: relative;
}

.footer img {
    padding-bottom: .2rem;
    border-bottom: solid 1px #054739;
}

.bottom {
    margin: 0 auto;
    text-align: center;
    font-size: 0.24rem;
    color: #5d977e;
}

.slogan p {
    position: absolute;
    margin: 0 auto;
    top: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .34rem;
    font-weight: 600;
}

.slogan img {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
}

.down {
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
}

.down .itembtn {
    font-size: 0.28rem;
    color: #a8efcd;
    background: #054739;
}

.down .itembtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 0.72rem;
}

.down .itembtn img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.16rem;
}

.list {
    margin: 0.16rem 0.4rem 0 0.4rem;
    padding: 0.14rem 0.3rem 0.3rem;
}

.tit {
    margin-bottom: 0.16rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tit p {
    font-size: 0.36rem;
    color: #a8efcd;
}

.tit p span {
    color: #ffff00;
}

.tit img {
    width: 2.6rem;
    height: auto;
}

.linebox ul li {
    padding-bottom: 0.2rem;
}

.linebox ul li:last-child {
    padding-bottom: 0;
}

.linebox ul li a {
    display: flex;
    cursor: default;
}

.linebox ul li a .line-l {
    display: flex;
    flex: 1;
    width: 4.4rem;
    height: 0.62rem;
    margin-right: 0.12rem;
    border: solid 1px #2f6558;
    border-radius: 0.04rem;
    background: #013729;
    padding-right: .2rem;
}

.linebox ul li a .line-l .linetime {
    width: 1.1rem;
    text-align: center;
    line-height: 0.62rem;
    font-size: .23rem;
}

.linebox ul li a .line-l .linetime em {
    color: #94dab8;
    font-style: normal;
    font-weight: normal;
}

.linebox ul li a .line-l .linetime b {
    color: #94dab8;
    font-style: normal;
    font-weight: normal;
}

.linebox ul li a .line-l .linetext {
    flex: 1;
    line-height: 0.62rem;
    color: #fff;
    font-size: .23rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.linebox ul li a .linebtn {
    cursor: pointer;
    width: 1.5rem;
    height: 0.62rem;
    line-height: 0.62rem;
    text-align: center;
    color: #00413d;
    border-radius: 0.04rem;
    background: #c6e214;
    font-size: 0.28rem;
}

.linebox ul li a:hover .linebtn {
    color: #00413d;
    background: #cae615;
}

.jc-box {
    padding: 0 0.4rem;
    background: #f5f5f5;
}

.back {
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    font-size: 0.32rem;
}

.back img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.16rem;
}

.photo img {
    width: 100%;
    height: auto;
}

.close {
    padding: 0.4rem 0;
    text-align: center;
}

.close a {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #d1ae52;
    border: solid 1px #d1ae52;
    border-radius: 0.6rem;
}

@media screen and (min-width: 750px) {
    html {
        zoom: 80%;
    }
}