﻿body {
    margin: 0;
    padding: 0;
    /*
    width: 100%;height: 532px;
    background-size: 100% 100%;
    background: url(../images/background.png) no-repeat fixed top;*/
    font-family: Microsoft Yahei;
    font-size: 16px;
}

a {
    text-decoration: none;
}

ul {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

.error_info {
    margin: 20%
}

.error_info span {
    color: red;
    font-size: 19px
}

#main_container {
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    width: 100%;
    padding: 0px;
    position: relative;
    transition: transform 0.4s;
    z-index: 100;
    background-size: 100% 100%;
}

/*��ҳ*/
.swiper-container {
    z-index: 100;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#pagination {
    bottom: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 100;
}

#pagination .swiper-pagination-bullet {
    width: 100%;
    margin: 0;
    height: auto;
    background-color: rgba(251, 251, 251, 0.5);
    border-radius: 0;
}

.swiper-pagination-bullet span {
    display: none;
}

.swiper-pagination-bullet-active span {
    width: auto;
    display: block;
}

#home_header {
    z-index: 100;
    background-color: #F2F2F2;
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
}

#home_header img {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 26px;
    top: 6px;
    border-radius: 5px;
}

#home_footer figure {
    font-size: 10px;
    margin: 7px 0 0 0;
    width: 32%;
    text-align: center;
    height: 50px;
    float: left;
}

#home_footer figure img {
    width: 26px;
}

#home_footer ul {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    margin: 0;
    font-size: 13px;
    padding: 0;
    -webkit-box-orient: horizontal;
}

#home_footer ul li {
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
}

#home_footer ul li img {
    padding: 12px 0px 0 0;
    width: 15px;
}

#home_footer ul li figcaption {
    color: #008ee0;
}

@-webkit-keyframes start {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
    }
}

@-moz-keyframes start {
    0%, 30% {
        opacity: 0;
        -moz-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate(0, -8px);
    }
}

@keyframes start {
    0%, 30% {
        opacity: 0;
        transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, -8px);
    }
}

/*����*/
#album_info .name {
    width: 90%;
    border-bottom: 1px solid #9db1c2;
    margin-left: 5%;
    line-height: 50px;
    font-size: 20px;
    color: #3799FF;
}

#h_footer {
    position: absolute;
    bottom: 0;
    float: left;
    height: 68px;
    width: 100%;
    background-color: #2A172B;
}

#album_content .footer {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    position: absolute;
    float: left;
    bottom: 5px;
    width: 100%;
}

#album_content figure {
    float: left;
    width: 40%;
    margin: 0;
    text-align: center;
}

#album_content figure img {
    width: 55px
}

#album_content .footer .home {
    padding-left: 10%;
    display: none
}

.dire {
    display: none
}

.top {
    background-color: #232323;
    color: #fff;
    z-index: 999;
    position: fixed;
    top: 0;
    height: 55px;
    width: 100%;
    line-height: 55px;
}

.top img {
    padding: 14px 5px 0 16px;
    width: 27px;
    height: 27px;
    float: left;
}

/*Ŀ¼*/
#dire {
    padding: 0 0 55px 0;
}

#dire ul {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#dire ul li {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #d1d1d1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

#dire ul li img {
    width: 11px;
    padding-left: 16px;
}

#dire ul li span {
    padding-left: 47px;
}

.twoLevel {
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/touming-9.png) repeat;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #fff;
}

.twoLevel ul .item {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #cdcdcd;
    background: url(../images/touming-8.png) repeat;
}

.twoLevel ul {
    padding-bottom: 55px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.twoLevel ul .item_pri {
    height: 69px;
    line-height: 69px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cdcdcd;
}

.twoLevel ul .item_pri :nth-child(1) {
    width: 35px;
    height: 35px;
    margin: 17px 0 0 29px;
    float: left;
}

.twoLevel ul .item_pri :nth-child(3) {
    width: 12px;
    height: 17px;
    float: right;
    margin: 24px 20px 0px 0;
}

#primary_dire {
    color: #fff;
    padding-left: 30px;
}

.twoLevel ul li :nth-child(1) {
    width: 37px;
    height: 39px;
    margin: 7px 0 0 29px;
    float: left;
    border-radius: 10px;
}

.twoLevel ul li span {
    font-size: 16px;
    padding-left: 30px;
}

.twoLevel ul li :nth-child(3) {
    width: 12px;
    height: 17px;
    float: right;
    margin: 18px 20px 0px 0;
}

/*ͼƬ*/
#pic {
    height: auto;
    min-height: 250px;
}

#pic .pic_item {
    opacity: 0.78;
    width: 99%;
    display: table;
    margin: 0 auto;
    border: 1px solid #000;
    background-color: #e5e5e5;
}

#pic ul {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#pic ul li {
    float: left;
    list-style-type: none;
    width: 100px;
    text-align: center;
    margin: 7px 7px 0px 7px;
    color: #fff;
}

#pic ul li img {
    height: 81px;
    width: 97px;
}

#pic ul li span {
    height: 20px;
    display: block;
    overflow: hidden;
}

.my-simple-gallery {
    width: 100%;
    float: left;
    margin-top: 70px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.6rem;
}

.my-simple-gallery img {
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.22, 0.56, 0.25, 0.72);
    transition-delay: 0s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.56, 0.25, 0.72);
    -webkit-transition-delay: 0s;
}

.my-simple-gallery figure {
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5rem;

}

.my-simple-gallery figure .more {
    position: absolute;
    z-index: 1;
    padding-left: 0.1em;
}

.my-simple-gallery figure .more img {
    width: 45px;
}

.my-simple-gallery figcaption {
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 0.2rem ;
}

.atlas_gallery {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 60px;
}

.atlas_gallery img {
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.22, 0.56, 0.25, 0.72);
    transition-delay: 0s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.56, 0.25, 0.72);
    -webkit-transition-delay: 0s;
}

.atlas_gallery figure {
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    text-align: center;
    color: #fff;
}

.atlas_gallery figcaption {
    background-color: #1d8eff;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    padding-top: 8px;
}

.pswp_footer {
    opacity: 1;
    position: fixed;
    z-index: 4000;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #242424;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.pswp_footer ul li {
    /*float: left;*/
    /*width: 50%;*/
    flex: 1 1 auto;
}

.pswp_footer ul .tuji img {
    margin: 0px 0px -3px 0;
    width: 20px;
}

.pswp_footer ul .info img {
    margin: 0 0 -9px 0;
    width: 20px;
}

.pswp_footer ul li span {
    margin: 0px 0 0px 5px;
}

.atlasInfo {
    display: none;
    position: absolute;
    z-index: 2000;
    bottom: 50px;
    width: 100%;
    height: calc(100% - 50px);
}

.atlasInfo .content {
    width: 100%;
    color: #ffffff;
    position: relative;
    top: 0;
    background: url(../images/touming-9-5.png) repeat;
    overflow: auto;
    height: 0px;
}

.atlasInfo .content table {
    border: solid #fff;
    border-width: 0.1em;
    text-align: center;
}

.atlasInfo .content td {
    border: solid #fff;
    border-width: 0.1em;
    padding: 0;
    vertical-align: middle;
}

.atlasInfo .content hr {
    background-color: #FFFFFF
}

.atlasInfo .title {
    background-color: #242424;
    position: relative;
    top: 0;
    line-height: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: flex;
    padding: 0 15px;
    align-items: center;
}

.atlasInfo .title img {
    width: auto;
    flex: 0;
}
.atlasInfo .title .text{
    flex: 1;
    text-align: center;
}

.atlasInfo .title .title-img {
    float: left;
    left: 25%;
    top: 10px;
    position: relative;
}

.pswp__caption__center {
    text-align: left;
}

#dire-top {
    height: 55px;
    background-color: #242424;
    color: #fff;
    line-height: 55px;
    font-size: 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#dire-top span {
    padding-left: 7px;
    position: relative;
    /*top: -3px;*/
}

#dire-top :nth-child(1) {
    width: 18px;
    height: 19px;
    padding-left: 18px;
}

#dire-top :nth-child(2) {
    height: 18px;
    width: 2px;
    padding-left: 6px;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(5px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(5px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5px);
    }
}

.animate-bounce-up {
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}

/*�ײ�*/
#footer {
    background-color: #fff;
    border-top: 1px solid #cecece;
    position: fixed;
    bottom: 0;
    height: 55px;
    width: 100%;
    z-index: 100;
    color: #9facb3;
}

#footer figure {
    font-size: 10px;
    margin: 7px 0 0 0;
    width: 32%;
    text-align: center;
    height: 50px;
    float: left;
}

#footer figure img {
    width: 26px;
}

#footer ul {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    margin: 0;
    font-size: 13px;
    padding: 0;
    -webkit-box-orient: horizontal;
}

#footer ul li {
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
}

#footer ul li img {
    width: 26px;
    padding: 6px 0 0 0;
}

/*����ͼƬ*/
.hideImg {
    top: 0;
    left: 0;
    z-index: -1;
    position: fixed;
}

.hideImg img {
    width: 100%;
    height: 100%
}

/*��Ƭ*/
#card_content {
    position: absolute;
    top: 55px;
    width: 100%;
    height: 100%;
}

#card_content .tap {
    height: 43px;
}

#card_content .card {
    float: left;
    width: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 3px solid #01bcf8;
}

#card_content .news {
    float: left;
    width: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #c0c5dd;
}

#card_content .card1 {
    float: left;
    width: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #c0c5dd;
}

#card_content .news1 {
    float: left;
    width: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 3px solid #01bcf8;
}

#card_content .news a {
    color: #c0c5dd;
}

.mingp .logo {
    border-bottom: 2px solid #cacaca;
    line-height: 35px;
}

.mingp .logo img {
    padding-left: 15px;
    width: 30px;
    position: relative;
    top: 8px;
    padding-right: 15px;
}

.mingp .logo span {
    font-size: 18px;
    color: #7b7b7b
}

.mingp ul {
    background: #e1e1e1;
    margin-bottom: 55px;
}

.mingp ul li {
    list-style-type: none;
    height: 60px;
    border-bottom: 1px solid #D6D6D6;
}

.mingp ul li .card-img {
    float: left;
    height: 100%;
}

.mingp ul li .card-save {
    background: url(../images/icon_save.png) no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 10px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: block;
    float: right;
}

.mingp ul li .card-save span {
    border: 1px solid #CE1A1C;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
}

.mingp ul li .card-share {
    background: url(../images/icon_share.png) no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 10px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: block;
    float: right;
}

.mingp ul li .card-share span {
    padding: 10px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    border: 1px solid #CE1A1C;
}

.mingp ul li .card-addr {
    background: url(../images/icon_addr.png) no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 10px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: block;
    float: right;
}

.mingp ul li .card-addr span {
    padding: 10px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    border: 1px solid #CE1A1C;
}

.mingp ul li .card-addr a {
    border-bottom: none;
}

.mingp ul li .card-img img {
    width: 30px;
    position: relative;
    top: 15px;
}

.mingp ul li .card-left {
    color: #a0a0a3;
    display: block;
    font-size: 15px;
    word-break: break-all;
    line-height: 60px;
    float: left;
    width: 74px;
    height: 100%;
    text-align: center;
}

.mingp ul li .card-right {
    display: table;
    height: 100%;
    width: auto;
    float: left;
    vertical-align: middle;
    word-break: normal;
    word-wrap: break-word;
}

.mingp ul li .card-right span {
    color: #333;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
}

.mingp a {
    color: #000;
    border-bottom: 1px solid #000;
}

#title {
    width: 100%;
    height: 94px;
    background-color: #eef2f8;
    border-bottom: 1px solid #cecece;
}

#title .title-img {
    float: left;
    padding: 13px 0 0 20px;
}

#title .title-img img {
    width: 66px;
    height: 66px;
    border-radius: 5px
}

#title .name {
    float: left;
    padding: 22px 0 0 28px;
    color: #626c74;
}

#title .name img {
    position: relative;
    top: 3px;
}

#title .name p {
    margin: 0;
    padding: 0;
}

#title .name p a {
    color: #7a87a2;
    text-decoration: none;
    border-bottom: 1px solid #7a87a2;
}

#title .name :nth-child(2) {
    padding-top: 10px;
    font-size: 16px;
    color: #7a87a2;
}

/*��̬*/
#news {
    padding-bottom: 55px
}

#news ul li {
    height: 50px;
    line-height: 50px;
    padding-top: 10px;
}

#news ul li .date {
    font-weight: bold;
    padding-left: 20px;
    width: 75px;
    color: #333;
    float: left;
    position: relative;
}

#news ul li .date .day {
    font-size: 1.35em;
    float: left;
}

#news ul li .date .month {
    margin-top: 3px;
    font-size: 0.8em;
    float: left;
    padding-right: 17px;
}

#news ul li .tipImg {
    width: 12%;
    float: left;
    position: relative;
    top: 25px;
}

#news ul li .content {
    float: left;
    position: relative;
    left: 0;
    width: 68%;
    word-wrap: break-word;
    word-break: normal;
    background-color: #f2f2f2;
}

#news ul li .content span {
    padding-left: 5px;
}

/*��ַ*/
#news ul li .web_content {
    background-color: #f2f2f2;
    float: left;
    position: relative;
    left: 0;
    width: 68%;
    word-wrap: break-word;
    word-break: normal;
}

#news ul li .web_content img {
    padding-right: 4px;
}

#news ul li .web_content ._img {
    float: left;
    position: relative;
    top: 10px;
}

#news ul li .web_content .text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    padding-left: 5px;
    line-height: 20px;
    width: 64%;
    position: relative;
    top: 10px;
}

#news ul li .web_content span {
    color: #333;
}

/*ͼ��*/
#news ul li .tuwen_content {
    height: 70px;
    padding-bottom: 10px;
    float: left;
    position: relative;
    left: 0;
    width: 68%;
    word-wrap: break-word;
    word-break: normal;
}

#news ul li .tuwen_content img {
    width: 70px;
    height: 70px;
}

#news ul li .tuwen_content span {
    color: #587ca7;
}

#news ul li .tuwen_content .text {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
    padding-left: 5px;
    line-height: 20px;
    width: 64%;
    height: 60px;
}

.currentPage {
    display: none;
}

.loadingPage {
    display: none;
}

.loadingPageCount {
    display: none;
}

#title {
    width: 100%;
    height: 94px;
    background-color: #eef2f8;
    border-bottom: 1px solid #cecece;
}

#title .title-img {
    float: left;
    padding: 13px 0 0 20px;
}

#title .title-img img {
    width: 66px;
    height: 66px;
    border-radius: 5px
}

#title .name {
    float: left;
    padding: 22px 0 0 28px;
    color: #626c74;
}

#title .name p {
    margin: 0;
    padding: 0;
}

#title .name p a {
    color: #7a87a2;
    text-decoration: none;
    border-bottom: 1px solid #7a87a2;
}

#title .name :nth-child(2) {
    padding-top: 10px;
    font-size: 16px;
    color: #7a87a2;
}

#loading {
    padding: 15px;
    text-align: center;
    display: none
}

#loading img {
    width: 22px;
}

#loading span {
    position: relative;
    top: -4px;
}

/*����*/
#download-top {
    height: 55px;
    background-color: #242424;
    color: #fff;
    line-height: 55px;
    font-size: 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#download-top span {
    padding-left: 7px;
    position: relative;
    top: -3px;
}

#download-top .back {
    float: left;
    padding: 0 7px 0 18px;
    background-color: #191919;
}

#download-top .back img {
    width: 18px;
    height: 19px;
}

#download-top .text {
}

#download-top .text img {
    width: 2px;
    height: 18px;
}

#download-content {
    background-color: #4f5456;
    position: relative;
    background: url(../images/download-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

#download-content .cover {
    background: url(../images/download-fm.png) no-repeat;
    width: 120px;
    height: 160px;
    background-size: 120px 160px;
    position: relative;
    top: 46px;
    margin: 0 auto;
}

#download-content .cover img {
    position: relative;
    top: 9px;
    width: 121px;
    height: 142px;
    border-radius: 8px;
}

#download-content .name {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 45px;
    font-size: 19px;
}

#download-content .platform {
    width: 63px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    top: 50px;
}

#download-content .platform img {
    width: 63px;
    height: 22px;
}

#download-content .message {
    font-size: 13px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    top: 45px;
    width: 200px;
    padding-left: 70px;
}

#download-content .message p {
    height: 12px;
}

#download-content .message p img {
    width: 17px;
}

#download-content .message p span {
    position: relative;
    top: -1px;
}

#download-click {
    background-color: #4f5456;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    height: 30px;
    width: 145px;
    background-size: 145px 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    top: 50px;
}

#download-click a {
    color: #fff;
    display: inline-block;
    min-width: 145px;
}

#download-footer {
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

#download-footer .support a {
    color: #668acf;
    border-bottom: 1px solid #668acf;
}

#download-android-tip {
    height: 180px;
    color: #7eC7f7;
    background-color: #4F5456;
    position: relative;
    top: 0;
    font-size: 19px;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

#download-android-tip .tip-content {
    left: 14px;
    position: relative;
    top: 25px;
    width: 285px;
}

#download-android-tip .tip-content p {
    line-height: 40px;
    margin: 0;
    padding: 0;
}

#download-android-tip .tip-content p ._num {
    width: 26px;
}

#download-android-tip .tip-content p span {
    position: relative;
    top: -6px;
}

#download-android-tip .tip-content p .point {
    height: 39px;
    position: relative;
    top: 6px;
}

#download-android-tip .tip-content p .open {
    height: 37px;
    position: relative;
    top: 6px;
}

#download-android-tip .tip {
    position: absolute;
    top: 9px;
    right: 15px;
    height: 106px;
}

#download-android-tip .tip img {
    height: 106px;
    width: 80px;
}

#download-ios-tip {
    height: 180px;
    color: #7eC7f7;
    background-color: #4F5456;
    position: relative;
    top: 0;
    font-size: 19px;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

#download-ios-tip .tip-content {
    left: 14px;
    position: relative;
    top: 25px;
    width: 285px;
}

#download-ios-tip .tip-content p {
    line-height: 40px;
    margin: 0;
    padding: 0;
}

#download-ios-tip .tip-content p ._num {
    width: 26px;
}

#download-ios-tip .tip-content p span {
    position: relative;
    top: -6px;
}

#download-ios-tip .tip-content p .point {
    height: 39px;
    position: relative;
    top: 6px;
}

#download-ios-tip .tip-content p .open {
    height: 37px;
    position: relative;
    top: 6px;
}

#download-ios-tip .tip {
    position: absolute;
    top: 9px;
    right: 15px;
    height: 112px;
}

#download-ios-tip .tip img {
    height: 112px;
}

@media screen and (min-width: 700px) {
    #download-content .cover {
        width: 200px;
        height: 272px;
        background-size: 200px 272px;
        top: 58px;
    }

    #download-content .cover img {
        top: 18px;
        width: 197px;
        height: 236px;
        border-radius: 7px;
    }

    #download-content .name {
        top: 60px;
        font-size: 27px;
    }

    #download-content .platform {
        width: 126px;
        height: 44px;
        top: 65px;
    }

    #download-content .platform img {
        width: 126px;
        height: 44px;
    }

    #download-content .message {
        font-size: 20px;
        top: 55px;
        width: 220px;
        padding: 0;
    }

    #download-content .message p span {
        top: -5px;
    }

    #download-content .message p img {
        width: 26px;
    }

    #download-click {
        height: 44px;
        width: 212px;
        background-size: 212px 44px;
        line-height: 44px;
        top: 70px;
        font-size: 22px;
    }

    #download-click a {
        min-width: 212px;
    }

    #download-footer {
        font-size: 20px;
        bottom: 20px;
    }

    .logo_span {
        font-size: 35px;
    }
}

@media screen and (max-height: 644px) {
    #download-content .cover {
        width: 120px;
        height: 160px;
        background-size: 120px 160px;
        top: 46px;
    }

    #download-content .cover img {
        top: 9px;
        width: 121px;
        height: 142px;
    }

    #download-content .name {
        top: 45px;
        font-size: 19px;
    }

    #download-content .platform {
        width: 63px;
        height: 22px;
        top: 50px;
    }

    #download-content .platform img {
        width: 63px;
        height: 22px;
    }

    #download-content .message {
        font-size: 13px;
        top: 45px;
        width: 200px;
        padding-left: 70px;
    }

    #download-content .message p span {
        top: -1px;
    }

    #download-content .message p img {
        width: 17px;
    }

    #download-click {
        height: 30px;
        width: 145px;
        background-size: 145px 30px;
        line-height: 30px;
        top: 50px;
        font-size: 16px;
    }

    #download-click a {
        min-width: 145px;
    }

    #download-footer {
        font-size: 13px;
        bottom: 10px;
    }
}

@media screen and (max-height: 490px) {
    #download-content .cover {
        width: 112px;
        height: 139px;
        background-size: 112px 139px;
        top: 35px;
    }

    #download-content .cover img {
        top: 9px;
        width: 114px;
        height: 133px;
    }

    #download-content .name {
        top: 39px;
        font-size: 16px;
    }

    #download-content .platform {
        width: 63px;
        height: 22px;
        top: 38px;
    }

    #download-content .platform img {
        width: 63px;
        height: 22px;
    }

    #download-content .message {
        font-size: 12px;
        top: 25px;
        width: 200px;
        padding-left: 70px;
    }

    #download-content .message p span {
        top: -2px;
    }

    #download-content .message p img {
        width: 17px;
    }

    #download-click {
        height: 24px;
        width: 126px;
        background-size: 126px 24px;
        line-height: 24px;
        top: 23px;
        font-size: 12px;
    }

    #download-click a {
        min-width: 126px;
    }

    #download-footer {
        font-size: 11px;
        bottom: 10px;
    }
}

@keyframes ins {
    0% {
        height: 0px;
    }
    50% {
        height: 90px;
    }
    100% {
        height: 180px;
    }
}

@-webkit-keyframes ins {
    0% {
        height: 0px;
    }
    50% {
        height: 90px;
    }
    100% {
        height: 180px;
    }
}

.pswp__caption__center {
    white-space: nowrap;
}

/*��ҳ*/
#home_loading {
    height: 50px;
    width: 200px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    color: #E0E0E0;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#home_loading img {
    height: 25px;
    width: 25px;
    float: left;
    padding: 11px 7px 0px 25px;
    transform: rotate(360deg);
}

#home_loading span {
    float: left;
}

.help {
    float: left;
    margin: 10px 10px 0 16px;
    width: 25px;
    height: 25px;
    border: 1px #fff solid;
    border-radius: 50%;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -moz-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
}

.help:after {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    position: absolute;
    content: "";
    left: 10px;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*extra index*/
.swiper-slide {
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.ani {
    position: absolute;
}

#load-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 999
}

#layer-loading {
    margin: 100px auto;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

#layer-loading .cube1, .cube2 {
    background-color: #67CF22;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

#web_footer {
    max-height: 55px;
    background-color: #232323;
    border-top: 1px solid #cecece;
    position: fixed;
    bottom: 0;
    height: 55px;
    width: 100%;
    z-index: 100;
    color: #fff;
}

#web_footer figure {
    font-size: 10px;
    margin: 7px 0 0 0;
    width: 32%;
    text-align: center;
    height: 50px;
    float: left;
}

#web_footer figure img {
    width: 26px;
}

#web_footer ul {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    margin: 0;
    font-size: 13px;
    padding: 0;
    -webkit-box-orient: horizontal;
}

#web_footer ul li {
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
}

#web_footer ul li img {
    width: 26px;
    padding: 6px 0 0 0;
}

#web_footer figcaption.active {
    color: #008ee0;
}

/*banner*/
.main-banner {
    padding-bottom: 55px;
}

.logo_span {
    position: absolute;
    color: #fff;
}

.top_img img {
    display: block;
}

/*qrcode*/
.show_qr {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.show_qr_c {
    display: none;
    position: absolute;
    top: 120px;
    left: 50px;
    background-color: #fff;
    width: 250px;
    height: 315px;
    border: 1px solid;
    border-radius: 10px;
}

.show_qr_c .show_qr_text {
    text-align: center;
}

.show_qr_c .show_qr_text p {
    line-height: 4px;
}

.show_qr_c img {
    width: 100%;
}

.share_guide {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.share_qr {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
}

/*roate*/
#audio_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 200;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

.play_yinfu {
    background-image: url(../images/music.gif);
    background-size: 60px 60px;
}

.rotate {
    background-size: 100% 100%;
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
    background-image: url(../images/music_off.png);
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}

#load-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 999
}

#layer-loading {
    margin: 100px auto;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

#layer-loading .cube1, .cube2 {
    background-color: #67CF22;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}