.compensate-for-scrollbar {
    padding-right: 0!important;
}
.anchor{
    position: relative;
    top: -5em;
}
.nav {
    height: 5em;
    line-height: 5em;
}
@media (max-height: 580px) {
    .nav {
        font-size: 10px;
    }
}
.en {
    text-transform: uppercase;
}
.section-title {
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
.section-title .title {
    font-size: max(24px,0.4rem);
}
.section-title .en {
    font-size: max(12px,0.16rem);
    opacity: 0.7;
}
.more {
    opacity: 0.4;
}
.more:hover {
    opacity: 1;
    color: #e61f22;
}
.go {
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
    background-color: #aaaaaa;
}
.go > i {
    font-size: 0.8em;
}
.circle > i {
    display: block;
}
a.go:hover,
a:hover .go {
    background-color: #e61f22;
}
.swiper-pagination.default {
    position: relative;
    left: auto!important;
    z-index: 10;
    bottom: auto;
    margin: 0.3rem auto 0;
    padding-top: 20px;
    transform: translate(0, 0) !important;
    height: 8px;
}
.swiper-pagination.default > .swiper-pagination-bullet {
    vertical-align: top;
}
.swiper-pagination.default > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff0000;
}
.swiper-pagination.default.white > .swiper-pagination-bullet {
    background-color: #fff;
}
.swiper-timing {
    height: auto!important;
}
.swiper-timing > .swiper-pagination-bullet {
    vertical-align: bottom;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    cursor: pointer;
    opacity: 1;
    background-color: transparent!important;
    margin: 0 6px;
}
.swiper-timing > .swiper-pagination-bullet > svg {
    display: block;
    width: 100%;
}
.swiper-timing > .swiper-pagination-bullet > svg > .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 0, 125.6;
}
.swiper-timing > .swiper-pagination-bullet > svg > .cls-2 {
    fill: #fff;
}
.swiper-timing > .swiper-pagination-bullet.swiper-pagination-bullet-active > svg > .cls-1 {
    animation-name: banner-animation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes banner-animation {
    0% {
        stroke-dasharray: 0, 125.6;
    }
    100% {
        stroke-dasharray: 125.6, 0;
    }
}
.swiper-timing.web > .swiper-pagination-bullet > svg > .cls-1 {
    stroke: #ff0000;
}
.swiper-timing.web > .swiper-pagination-bullet > svg > .cls-2 {
    fill: #ff0000;
}
.swiper-timing.web > .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
    fill: #c5c6c8;
}
.banner-row-padding:after {
    padding-top: 7.14285714%;
}
@media (max-width: 768px) {
    .banner-row-padding:after {
        padding-top: 28.57142857%;
    }
}
.img-mask {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
}
.row-title .title {
    font-size: 1.2em;
}
.point {
    color: rgba(0, 0, 0, 0.7);
}
.point > a {
    display: inline;
}
.point > a:hover,
.point > a:first-child {
    color: #e61f22;
}
.column {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
@media (max-width: 1200px) {
    .column {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 1000px) {
    .column {
        padding-top: 0;
    }
}
@media (max-width: 1000px) {
    .column .container {
        display: block;
    }
}
.column .container > .point {
    margin: 16px auto;
    line-height: 1.8;
}
@media (min-width: 1001px) {
    .column .container > .point {
        display: none;
    }
}
@media (max-width: 1000px) {
    .column .container > .left {
        display: none;
    }
}
.column .container > .left .top {
    background-image: url(../images/menu.jpg);
    color: #fff;
    padding: 0.4rem;
    min-height: 2.2rem;
}
.column .container > .left .top .title {
    font-size: max(24px,0.36rem);
}
.column .container > .left .top .en {
    font-size: max(12px,0.16rem);
}
.column .container > .left .list {
    margin: 0.3rem 0.24rem 0;
    font-size: 112.5%;
    color: #747474;
    font-weight: bold;
}
.column .container > .left .list svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateZ(-180deg);
    width: 12px;
}
.column .container > .left .list svg > circle {
    fill: none;
    stroke: #e61f22;
    stroke-dasharray: 0, 62.8;
    stroke-width: 4;
}
.column .container > .left .list > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.3rem 0;
}
.column .container > .left .list > li > .sub-list {
    padding-top: 8px;
}
.column .container > .left .list > li > a {
    position: relative;
}
.column .container > .left .list > li.active,
.column .container > .left .list > li:hover {
    border-color: #e61f22;
}
.column .container > .left .list > li.active > a .ell,
.column .container > .left .list > li:hover > a .ell {
    color: #e61f22;
    margin-right: 30px;
}
.column .container > .left .list > li.active > a svg > circle,
.column .container > .left .list > li:hover > a svg > circle {
    animation: menu-active 0.2s linear forwards;
}
@keyframes menu-active {
    0% {
        stroke-dasharray: 0, 62.8;
    }
    100% {
        stroke-dasharray: 47.1, 62.8;
    }
}
.column .container > .left .sub-list {
    display: none;
}
.column .container > .left .sub-list > li {
    margin-top: 0.875em;
    font-size: 87.5%;
}
.column .container > .left .sub-list > li:hover > a,
.column .container > .left .sub-list > li.active > a {
    color: #e61f22;
}
.column .container > .left .sub-list > li:hover > a > .line,
.column .container > .left .sub-list > li.active > a > .line {
    background-color: #e61f22;
}
.column .container > .left .sub-list .line {
    height: 2px;
    width: 8px;
    margin: -2px 8px 0;
    background-color: transparent;
}
.column .container > .left .sub-list .sub-list {
    padding: 2px 0 10px;
}
.column .container > .left .active > .sub-list:not(:empty) {
    display: block;
}
.column .container > .left > .content {
    padding-right: 0.8rem;
    width: 300px;
}
@media (max-width: 1200px) {
    .column .container > .left > .content {
        width: 4.5rem;
    }
}
.column .container > .right {
    border-top: 2px solid #e61f22;
    padding-top: 6px;
}
@media (min-width: 1001px) {
    .column .container > .right {
        width: calc(100% - 5.3rem);
    }
}
@media (min-width: 1201px) {
    .column .container > .right {
        width: calc(100% - 300px - 0.8rem);
    }
}
.column .container > .right > .top {
    margin-bottom: 20px;
    padding-bottom: 0.3rem;
    padding-top: 30px;
}
.column .container > .right > .top:not(:first-child) {
    margin-top: 0.2rem;
}
@media (min-width: 1001px) {
    .column .container > .right > .top > .left,
    .column .container > .right > .top > .point {
        max-width: 45%;
    }
}
.column .container > .right > .top > .left {
    line-height: 1;
}
.column .container > .right > .top > .left > .title {
    font-size: max(24px,0.30rem);
    margin-bottom: 12px;
}
.column .container > .right > .top > .left > .en {
    opacity: 0.7;
    line-height: 1;
    font-size: max(12px,0.14rem);
}
@media (max-width: 1000px) {
    .column .container > .right > .top > .point {
        display: none;
    }
}
.column .news-list .item {
    padding: 0.4rem 0;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
    .column .news-list .item {
        padding: 16px 0;
    }
}
.column .news-list .item:first-child {
    padding-top: 0;
}
.column .news-list .item:last-child {
    padding-bottom: 0 ;
    border: 0 none;
}
.news-list .date {
    white-space: nowrap;
    margin-right: 1.5em;
    text-align: right;
}
@media (max-width: 1000px) {
    .news-list .date {
        margin-right: 1em;
        font-size: 14px;
    }
}
.news-list .date > .d {
    font-size: 1.4em;
}
.news-list .date > .d > .line {
    font-size: 70%;
    margin: 0 0.2em 0 0.3em;
}
.news-list .date > .y {
    font-size: max(12px,0.7em);
    opacity: 0.5;
}
.news-list .content {
    width: 100%;
    padding-left: 1.5em;
    border-left: 1px solid #e5e5e5;
}
@media (max-width: 1000px) {
    .news-list .content {
        padding-left: 1em;
    }
}
.news-list .content > .title {
    line-height: 1;
    margin-bottom: 0.8em;
    -webkit-line-clamp: 1;
    font-size: max(16px,0.9em);
}
.news-list .item:hover .d,
.news-list .item:hover .title {
    color: #ff0000;
}
ul.pagination {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.2rem;
    font-size: 0;
}
ul.pagination > li {
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s linear;
    font-size: 20px;
    border: 1px solid #e6e6e6;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    color: #333;
    margin: 0 0.25em;
}
@media (max-width: 1500px) {
    ul.pagination > li {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    ul.pagination > li {
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    ul.pagination > li {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    ul.pagination > li {
        font-size: 12px;
    }
}
ul.pagination > li > a,
ul.pagination > li > span {
    font-size: 0.9em;
    transition: none;
}
ul.pagination > li:last-child,
ul.pagination > li:first-child {
    color: #999;
}
ul.pagination > li:last-child > span,
ul.pagination > li:first-child > span {
    display: block;
}
ul.pagination > li:last-child > a,
ul.pagination > li:first-child > a,
ul.pagination > li:last-child > span,
ul.pagination > li:first-child > span {
    position: relative;
    overflow: hidden;
    text-indent: -100px;
    font-size: 1em;
}
ul.pagination > li:last-child > a:after,
ul.pagination > li:first-child > a:after,
ul.pagination > li:last-child > span:after,
ul.pagination > li:first-child > span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: 0;
    font-family: "iconfont";
}
ul.pagination > li:last-child {
    margin-left: 0.26rem;
}
ul.pagination > li:last-child > a:after,
ul.pagination > li:last-child > span:after {
    content: "\e6ea";
}
ul.pagination > li:first-child {
    margin-right: 0.26rem;
}
ul.pagination > li:first-child > a:after,
ul.pagination > li:first-child > span:after {
    content: "\eb06";
}
ul.pagination > li:not(.disabled).active,
ul.pagination > li:not(.disabled):hover {
    color: #FFF !important;
    background-color: #e61f22;
    border-color: #e61f22;
}
.news-list-2 .clear {
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.3em 0;
    line-height: 1em;
}
.news-list-2 .clear > .title {
    font-size: 0.9em;
    margin-right: 6.5em;
}
.news-list-2 .clear > .fr {
    color: #666;
    font-size: 0.7em;
}
.news-list-2 .clear:first-child {
    padding-top: 0;
}
.news-list-2 .clear:last-child {
    padding-bottom: 0;
    border: 0 none;
}
.news-list-2 .clear:hover {
    color: #ff0000;
}
.map-state {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
}
#map {
    z-index: 1;
}
#map .custom-content-marker{
    width:  80px;
    height:  80px;
    padding:  20px;
    border-radius:  150px;
    background-color: #fff;
    text-align:  center;
    line-height:  80px;
    position:  absolute;
    left: 50%;
    margin-left: -60px;
    bottom:  8px;
    filter:  drop-shadow(5px 5px 10px rgba(0,0,0,0.3));
}
#map .custom-content-marker:after{
    content:  '';
    position:  absolute;
    left:  50%;
    top:  100%;
    border-left:  6px solid transparent;
    border-right:  6px solid transparent;
    border-top:  9px solid #fff;
    margin:  -1px 0 0 -6px;
}
#map .custom-content-marker img{
    max-height:  100%!important;
    max-width:  100%!important;
}
#map .amap-marker.active img {
    display:  block;
    animation: tantiao 2s ease-in-out infinite;
}
@keyframes tantiao {
    0% {
        transform:  translateY(0);
    }
    6.25% {
        transform:  translateY(8px);
    }
    10% {
        transform:  translateY(0);
    }
    16.25% {
        transform:  translateY(4px);
    }
    20% {
        transform:  translateY(0);
    }
    23.75% {
        transform:  translateY(2px);
    }
    25% {
        transform:  translateY(0);
    }
    100% {
        transform:  translateY(0);
    }
}
.col2 {
    margin: -1em -1em 0 0;
}
.col2 .col-content {
    margin: 1em 1em 0 0;
}
@media (max-width: 768px) {
    .news-list-3 > .col-item {
        width: 50%;
    }
}
.news-list-3 > .col-item .clip > .cover {
    padding-top: 74%;
}
.news-list-3 > .col-item .content {
    position: relative;
    z-index: 2;
    background-color: #f6f8fa;
    padding: 0.4rem 0.28rem;
}
@media (max-width: 1000px) {
    .news-list-3 > .col-item .content {
        padding: 16px;
    }
}
.news-list-3 > .col-item .content > .title {
    line-height: 1.5;
    height: 3em;
    font-size: max(14px,0.9em);
}
.news-list-3 > .col-item .content > .play {
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    line-height: 2.4em;
    background-color: #e61f22;
    position: absolute;
    right: 0.8em;
    top: -1.2em;
}
.news-list-3 > .col-item .content > .play > i {
    color: #fff;
    font-size: 14px;
}
.edit-content:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 0.2rem;
}
.row {
    margin-bottom: 0.4rem;
}
.quote {
    background-image: url(../images/quote.png);
    background-position: left top;
    background-size: 3em auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 0 0.4em 2.6em;
    line-height: 1.5;
}
.news-img .circle {
    width: 100px;
    margin: -42px 0 0 -24px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.news-img .date {
    z-index: 2;
    padding: 8px;
    text-align: center;
    color: #fff;
}
.news-img .date > .d {
    font-weight: bold;
}
.news-img .date > .y {
    font-size: 12px;
}
a:hover .news-img .circle {
    background-color: #e61f22;
}
a:hover .download > .circle {
    background-color: #e61f22;
}
.news-list-4 > .item {
    padding: 1em 0;
}
.news-list-4 > .item:last-child {
    padding-bottom: 0;
}
.news-list-4 > .item > .title {
    font-size: 0.9em;
    margin-bottom: 0.75em;
}
.news-list-4 > .item > .text {
    line-height: 1.5em;
    height: 3em;
}
.news-list-4 > .item > .date {
    font-size: 0.8em;
    margin-top: 1em;
    opacity: 0.7;
}
.news-list-4 > .item:hover > .title {
    color: #e61f22;
}
.download-list > .clear {
    padding: 1em 0;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.8em;
    color: #444;
}
@media (max-width: 768px) {
    .download-list > .clear > .download > .char {
        display: none;
    }
}
.download-list > .clear > .left {
    margin-right: 7em;
}
@media (max-width: 768px) {
    .download-list > .clear > .left {
        margin-right: 3em;
    }
}
.download-list > .clear > .left > span {
    font-size: 1.5em;
    width: 0.75em;
}
.download-list > .clear > .left > i {
    font-size: 1.5em;
}
.download-list > .clear > .left > i + .title {
    margin-left: 3.5em;
}
.download-list > .clear > .left > .title {
    font-size: 0.9em;
}
.download-list > .clear:first-child {
    padding-top: 0;
}
.download-list > .clear:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
}
.download-list > .clear:hover {
    color: #e61f22;
}
.download > .char {
    font-size: 14px;
}
.download > .circle {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    background-color: #bfbfbf;
    color: #fff;
}
.download > .circle > i {
    font-size: 0.8em;
}
.br {
    padding: 10px;
    height: 0.2rem;
}
.BMap_bubble_content .content {
    margin-left: 3em;
}
#nav {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#nav .logo img {
    height: 2.65em;
}
#nav .logo > .logo-img {
    width: 7.5em;
    text-align: center;
    background-color: #e61f22;
    margin-right: 1em;
}
#nav .container {
    color: #767676;
}
@media (max-width: 1000px) {
    #nav .container {
        padding-right: 10px;
    }
}
#nav .container > .search {
    border-left: 1px solid #ededed;
    width: 1.45rem;
    margin-left: 0.7rem;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 1300px) {
    #nav .container > .search {
        margin-left: 20px;
        width: 5em;
    }
}
@media (max-width: 1100px) {
    #nav .container > .search {
        margin-left: 0;
        width: 1.8em;
        padding: 0 10px;
        border: 0 none;
    }
}
#nav .container > .search > i {
    font-size: 1.3em;
    display: block;
}
@media (max-width: 1000px) {
    #nav .container > .search > i {
        font-size: 1.8em;
    }
}
#nav .container > .search:hover {
    color: #e61f22;
}
#nav .container > .navbar-button {
    cursor: pointer;
    position: relative;
    width: 1.8em;
    padding: 0 10px;
    height: 5em;
    text-align: center;
}
@media (min-width: 1001px) {
    #nav .container > .navbar-button {
        display: none;
    }
}
@media (min-width: 769px) {
    #nav .container > .navbar-button {
        margin: 0 20px;
    }
}
#nav .container > .navbar-button i {
    font-size: 1.8em;
}
#nav .container > .navbar-button > .close {
    color: #e61f22;
    opacity: 0;
}
@media (min-width: 1001px) {
    #nav .container > .navbar > .shadow {
        display: none;
    }
}
@media (max-width: 1000px) {
    #nav .container > .navbar {
        position: fixed;
        left: 100%;
        top: 5em;
        width: 100%;
        bottom: 0;
        background-color: #fff;
        line-height: 45px;
        float: none;
    }
    #nav .container > .navbar > .shadow {
        pointer-events: none;
        font-size: 14px;
    }
    #nav .container > .navbar > .shadow {
        z-index: 3;
        height: 10px;
        background-image: -webkit-linear-gradient(top, #000, transparent);
        background-image: linear-gradient(top, #000, transparent);
        opacity: 0.05;
    }
}
@media (max-height: 580px) {
    #nav .container > .navbar {
        line-height: 40px;
    }
}
@media (max-height: 500px) {
    #nav .container > .navbar {
        line-height: 36px;
    }
}
@media (min-width: 1301px) {
    #nav .container > .navbar > .item {
        font-size: 16px;
    }
}
@media (max-width: 1300px) and (min-width: 1101px) {
    #nav .container > .navbar > .item {
        font-size: 14px;
    }
}
@media (max-width: 1100px) and (min-width: 1001px) {
    #nav .container > .navbar > .item {
        font-size: 13px;
    }
}
@media (max-width: 1000px) {
    #nav .container > .navbar > .item {
        font-size: 14px;
        width: 8em;
        text-align: center;
    }
    #nav .container > .navbar > .item > a{
        pointer-events: none;
    }
    #nav .container > .navbar > .item:hover > a,
    #nav .container > .navbar > .item.active > a {
        font-weight: bold;
        color: #e61f22;
    }
    #nav .container > .navbar > .item:hover > .slide-bar,
    #nav .container > .navbar > .item.active > .slide-bar {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
    #nav .container > .navbar > .item:hover > .slide-bar{
        z-index: 10;
    }
}
@media (min-width: 1001px) {
    #nav .container > .navbar > .item {
        float: left;
        position: relative;
        z-index: 2;
    }
    #nav .container > .navbar > .item:not(:last-child) {
        margin-right: 0.22rem;
    }
    #nav .container > .navbar > .item:hover,
    #nav .container > .navbar > .item.active {
        background-color: #fff;
    }
    #nav .container > .navbar > .item:hover > a,
    #nav .container > .navbar > .item.active > a {
        color: #e61f22;
    }
    #nav .container > .navbar > .item:hover > .line,
    #nav .container > .navbar > .item.active > .line {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
    #nav .container > .navbar > .item:hover > .slide-bar {
        z-index: 10;
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
}
#nav .container > .navbar > .item > .line {
    background-color: #e61f22;
}
@media (min-width: 1001px) {
    #nav .container > .navbar > .item > .line {
        top: auto;
        height: 3px;
    }
}
@media (max-width: 1000px) {
    #nav .container > .navbar > .item > .line {
        display: none;
    }
}
#nav .container > .navbar > .item > .slide-bar {
    white-space: nowrap;
    background-color: #fff;
}
#nav .container > .navbar > .item > .slide-bar:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
}
@media (min-width: 1001px) {
    #nav .container > .navbar > .item > .slide-bar {
        margin-top: 10px;
        top: 100%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        padding: 20px 30px;
        line-height: 2;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    #nav .container > .navbar > .item > .slide-bar:empty {
        display: none;
    }
    #nav .container > .navbar > .item > .slide-bar:before {
        height: 10px;
        background-image: -webkit-linear-gradient(top, #000, transparent);
        background-image: linear-gradient(top, #000, transparent);
        opacity: 0.1;
    }
}
@media (max-width: 1000px) {
    #nav .container > .navbar > .item > .slide-bar {
        z-index: 5;
        background-color: #f9f9f9;
        position: absolute;
        left: 8em;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 16px;
        text-align: left;
        overflow-y: auto;
        overscroll-behavior: contain;
        -ms-scroll-chaining: chained;
    }
    #nav .container > .navbar > .item > .slide-bar:before {
        width: 10px;
        background-image: -webkit-linear-gradient(left, #000, transparent);
        background-image: linear-gradient(left, #000, transparent);
        opacity: 0.02;
    }
    #nav .container > .navbar > .item > .slide-bar .top {
        font-weight: bold;
        line-height: 36px;
        border-bottom: 1px solid #eee;
    }
    #nav .container > .navbar > .item > .slide-bar .content {
        line-height: 2;
        padding: 10px 0;
    }
}
#nav .container > .navbar > .item > .slide-bar .sub-list {
    padding-left: 2em;
}
@media (min-width: 1001px) {
    #nav .container > .navbar > .item > .slide-bar .content {
        display: none;
    }
}
#nav .container > .navbar > .item > .slide-bar .content:empty {
    display: none;
}
#nav .container > .navbar > .item > .slide-bar a:hover {
    color: #e61f22;
    text-decoration: underline;
}
#nav.active .container > .navbar {
    left: 0;
}
#nav.active .container > .navbar-button > .close {
    opacity: 1;
}
#nav.active .container > .navbar-button > .open {
    opacity: 0;
}
.form-content {
    display: none;
    padding: 0;
    background-color: transparent;
    width: 90%;
    max-width: 30em;
}
.fancybox__slide .form-content{
    display: block;
}
@media (max-width: 1025px) {
    .form-content {
        margin-top: -40px;
    }
}
.form-content > .clear > button {
    width: 3em;
    height: 3em;
    background-color: #e61f22;
    color: #fff;
    cursor: pointer;
}
.form-content > .clear > button:hover {
    -webkit-filter: drop-shadow(0.2em 0.2em 0 rgba(230, 31, 34, 0.5));
    filter: drop-shadow(0.2em 0.2em 0 rgba(230, 31, 34, 0.5));
}
.form-content > .clear > .content {
    height: 3em;
    margin-right: 3.5em;
    background-color: #fff;
    padding-left: 1em;
}
.form-content > .carousel__button {
    display: none;
}
#banner {
    z-index: 1;
}
@media (max-width: 1000px) {
    #banner {
        font-size: 14px;
    }
}
#banner > .swiper .cover {
    min-height: 360px;
    overflow: hidden;
}
#banner > .swiper .cover:after {
    padding-top: 42%;
}
#banner > .swiper .body-content {
    bottom: calc(0.5rem + 2.085em + 18.4px);
    color: #fff;
    text-align: center;
}
@media (max-width: 768px) {
    #banner > .swiper .body-content {
        bottom: calc(2.085em + 38.4px);
    }
}
#banner > .swiper .body-content > .body {
    font-size: 1rem;
    letter-spacing: 0.04em;
}
@media (max-width: 768px) {
    #banner > .swiper .body-content > .body {
        font-size: 40px;
    }
}
#banner > .swiper .body-content .title,
#banner > .swiper .body-content .en {
    transform: translateY(-100%);
    opacity: 0;
}
#banner > .swiper .body-content .title {
    font-size: 0.64em;
}
#banner > .swiper .body-content .en {
    font-size: 0.46em;
}
#banner > .swiper.enter .body-content .title,
#banner > .swiper.exit .body-content .title,
#banner > .swiper.enter .body-content .en,
#banner > .swiper.exit .body-content .en {
    transition: all 0.6s ease-out;
}
#banner > .swiper.enter .body-content .title,
#banner > .swiper.enter .body-content .en {
    transform: translateY(0);
    opacity: 1;
}
#banner > .swiper.exit .body-content .title,
#banner > .swiper.exit .body-content .en {
    transform: translateY(100%);
    opacity: 0;
}
#banner > .aside {
    z-index: 2;
    bottom: calc(0.5rem + 2.085em + 18.4px);
}
@media (min-width: 769px) {
    #banner > .aside {
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    #banner > .aside {
        top: auto;
        left: 0;
        margin-bottom: 16px;
        bottom: calc(2.085em + 38.4px);
    }
}
#banner > .aside > .swiper-pagination {
    position: static;
    color: #fff;
}
#banner > .aside > .swiper-pagination > .swiper-pagination-bullet {
    outline: 0 none;
    font-size: 0;
    background-color: #fff;
}
@media (min-width: 769px) {
    #banner > .aside > .swiper-pagination > .swiper-pagination-bullet {
        opacity: 0.5;
        position: relative;
        width: auto;
        background-color: transparent;
        height: auto;
        line-height: 1;
        margin: 0.2rem auto;
        font-size: 14px;
        display: block;
    }
    #banner > .aside > .swiper-pagination > .swiper-pagination-bullet > .line {
        right: 1.625em;
        height: 2px;
        background-color: #fff;
        width: 10px;
        margin-top: -1px;
    }
}
#banner > .aside > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
#banner > .aside > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active > .line {
    width: 30px;
}
#banner > .cover {
    overflow: hidden;
    max-height: 380px;
    min-height: 160px;
}
#banner > .cover:after {
    padding-top: 19.79166667%;
}
#index_nav {
    z-index: 10;
    padding-top: 1px;
}
@media (max-width: 1000px) {
    #index_nav {
        font-size: 14px;
    }
}
#index_nav .swiper {
    margin-top: calc(-0.5rem - 2.085em - 18.4px);
}
@media (max-width: 768px) {
    #index_nav .swiper {
        margin-top: calc(-2.085em - 38.4px);
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    }
}
#index_nav .swiper-slide > .bg {
    top: -200px;
    bottom: -200px;
    background-color: #fff;
    z-index: 1;
}
#index_nav .swiper-slide > .content {
    z-index: 2;
    padding: 0.5rem;
    text-align: center;
}
@media (max-width: 768px) {
    #index_nav .swiper-slide > .content {
        padding: 20px;
    }
}
#index_nav .swiper-slide > .content > i {
    font-size: 2.3em;
    height: 1em;
    line-height: 1em;
    color: #e61f22;
}
@media (max-width: 1500px) {
    #index_nav .swiper-slide > .content > i {
        font-size: 2.1em;
    }
}
@media (max-width: 1200px) {
    #index_nav .swiper-slide > .content > i {
        font-size: 2em;
    }
}
#index_nav .swiper-slide > .content > .title {
    font-size: 1.1em;
    line-height: 1;
    margin-top: 0.7em;
}
#index_nav .swiper-slide > .content > .en {
    font-size: 12px;
    opacity: 0.5;
    margin-top: 8px;
    line-height: 1.2;
    height: 2.4em;
}
#index_nav .swiper-slide:hover > .bg {
    background-color: #e61f22;
}
#index_nav .swiper-slide:hover > .content {
    color: #fff;
}
#index_nav .swiper-slide:hover > .content > i {
    color: #fff;
}
#home_news .container > .left {
    width: 50%;
}
@media (max-width: 1000px) {
    #home_news .container > .left {
        position: static;
        width: auto;
    }
}
@media (min-width: 1001px) {
    #home_news .container > .left > .content {
        margin-right: 0.8rem;
    }
}
#home_news .container > .left > .content .oppress {
    position: relative;
}
@media (min-width: 1001px) {
    #home_news .container > .left > .content .oppress > .box {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
@media (min-width: 1001px) {
    #home_news .container > .left > .content .oppress .clip {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: calc(5.6em + 0.8rem + 50.4px);
    }
}
@media (max-width: 1000px) {
    #home_news .container > .left > .content .oppress .clip {
        position: relative;
        padding-top: 60%;
        margin-bottom: 16px;
    }
}
#home_news .container > .left > .content .oppress .date {
    font-size: max(12px,0.8em);
    opacity: 0.7;
    margin-bottom: 0.5em;
}
#home_news .container > .left > .content .oppress .title {
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 1em;
}
@media (max-width: 1000px) {
    #home_news .container > .left > .content .oppress .title {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    #home_news .container > .left > .content .oppress .title {
        font-size: 16px;
    }
}
#home_news .container > .left > .content .oppress .go {
    margin-top: 0.4rem;
}
#home_news .container > .left > .content .swiper-pagination {
    left: auto;
    width: auto;
    right: 0;
    bottom: 0;
}
#home_news .container > .news-list {
    margin-top: 40px;
}
@media (min-width: 1001px) {
    #home_news .container > .news-list {
        width: 50%;
        margin: 0 0 0 auto;
    }
}
#home_news .container > .news-list > .item:not(:last-child) {
    margin-bottom: 0.5rem;
}
@media (max-width: 1000px) {
    #home_news .container > .news-list > .item:not(:last-child) {
        margin-bottom: 20px;
    }
}
#banner_row {
    z-index: 10;
}
#banner_row .container {
    bottom: auto;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    #banner_row .container > .col-item {
        width: 100%;
    }
}
#banner_row .container .cover {
    padding-top: 28.57142857%;
}
.banner_row .content {
    color: #fff;
    top: auto;
    padding: 1em;
}
#home_swiper_1 a{
    background-color:  #f0f0f0;
    padding:  0;
}
#home_swiper_1 a:before{
    content: "";
    display:  block;
    padding-top:  32%;
}
#home_swiper_1 .swiper-wrapper{
    transition-timing-function:  linear;
}
#home_swiper_1 .swiper-pagination{
    padding-top:  0;
}
#home_address .date-xx {
    margin: 0 auto 0 0.6rem;
}
@media (max-width: 768px) {
    #home_address .date-xx {
        margin: 0;
        font-size: 13px;
    }
}
#home_address .date-xx > .d {
    font-size: max(36px,0.6rem);
    font-weight: bold;
    color: #e61f22;
    line-height: 1;
    font-family: Arial;
    margin-right: 0.1rem;
}
#home_address .date-xx > .content {
    color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 1201px) {
    #home_address .container > .left {
        width: 700px;
    }
}
@media (min-width: 1201px) {
    #home_address .container > .right {
        left: 700px;
        margin-left: 0.8rem;
    }
}
@media (max-width: 1200px) {
    #home_address .container > .right {
        position: static;
        margin-top: max(50px,1rem);
    }
}
@media (max-width: 768px) {
    #home_address .container > .right {
        display: none;
    }
}
#home_address .swiper {
    height: 5.2rem;
}
@media (max-width: 1200px) {
    #home_address .swiper {
        height: auto;
    }
}
#home_address .swiper .swiper-slide {
    height: auto;
}
#home_address .swiper .swiper-scrollbar {
    width: 2px;
    background-color: #e5e5e5;
    border-radius: 0;
}
#home_address .swiper .swiper-scrollbar > .swiper-scrollbar-drag {
    width: 6px;
    border-radius: 0;
    background-color: #e61f22;
    margin-left: -2px;
}
#home_address .swiper .content {
    padding-right: 0.4rem;
}
@media (min-width: 1201px) {
    #home_address .swiper .content {
        padding-bottom: 20px;
    }
}
#home_address .swiper .content > .item {
    cursor: pointer;
}
@media (max-width: 768px) {
    #home_address .swiper .content > .item {
        -webkit-box-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #home_address .swiper .content {
        padding-right: 0;
    }
}
#home_address .swiper .content > .item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 0.2rem;
}
#home_address .swiper .content > .item .circle {
    width: 1.8em;
    text-align: center;
    height: 1.8em;
    line-height: 1.8em;
    border: 1px solid #707070;
    margin-right: 0.5em;
}
#home_address .swiper .content > .item .circle > i {
    font-size: 0.8em;
}
#home_address .swiper .content > .item .title {
    margin-bottom: 0.1rem;
}
#home_address .swiper .content > .item .address {
    width: 100%;
    padding-right: 0.3rem;
}
#home_address .swiper .content > .item .address > .text {
    line-height: 1.4;
}
#home_address .swiper .content > .item .address > .text > .box {
    margin-left: 3em;
    color: #000;
}
#home_address .swiper .content > .item .time {
    margin: 0 0.75em 0 auto;
}
@media (max-width: 768px) {
    #home_address .swiper .content > .item .time {
        margin: 10px auto 0 0;
    }
}
#home_address .swiper .content > .item .time > .box {
    width: 12.5em;
    word-wrap: break-word;
}
@media (min-width: 769px) {
    #home_address .swiper .content > .item .tel {
        display: none;
    }
}
#home_address .swiper .content > .item .tel > .box {
    width: 6.625em;
    word-wrap: break-word;
}
@media (max-width: 768px) {
    #home_address .swiper .content > .item .tel {
        margin: 10px auto 0 0;
    }
    #home_address .swiper .content > .item,
    #home_address .swiper .content > .item .time,
    #home_address .swiper .content > .item .tel {
        display: block;
    }
    #home_address .swiper .content > .item .time:after,
    #home_address .swiper .content > .item .tel:after {
        content:"";
        display: block;
        clear: both;
    }
    #home_address .swiper .content > .item .time > .circle,
    #home_address .swiper .content > .item .tel > .circle{
        float: left;
    }
    #home_address .swiper .content > .item .time > .box,
    #home_address .swiper .content > .item .tel > .box {
        margin-left: 2.8em;
        width: auto;
        padding-top: 6px;
    }
}
#home_address .swiper .content > .item.active .circle,
#home_address .swiper .content > .item:hover .circle {
    background-color: #e61f22;
    border-color: #e61f22;
    color: #fff;
}
#home_address .swiper .content > .item.active .title,
#home_address .swiper .content > .item:hover .title,
#home_address .swiper .content > .item.active .box,
#home_address .swiper .content > .item:hover .box {
    color: #e61f22;
}
#home_address .map {
    top: auto;
    height: 5.2rem;
}
@media (max-width: 1200px) {
    #home_address .map {
        position: relative;
        height: 10rem;
    }
}
#home_sense {
    color: #fff;
}
#home_sense .body {
    overflow: hidden;
}
#home_sense .body > .section-title {
    position: relative;
    z-index: 2;
}
#home_sense .body > .section-title .more {
    opacity: 1;
}
#home_sense .body > .section-title .swiper-change {
    margin: 0 auto 0 0.7rem;
}
@media (max-width: 1000px) {
    #home_sense .body > .section-title .swiper-change {
        display: none;
    }
}
#home_sense .body > .section-title .swiper-change > .swiper-button {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: #fff;
    font-size: max(30px,0.48rem);
    opacity: 0.6;
}
#home_sense .body > .section-title .swiper-change > .swiper-button:hover {
    opacity: 1;
}
#home_sense .body > .section-title .swiper-change > .swiper-button:after {
    display: none;
}
#home_sense .body > .section-title .swiper-change > .swiper-button.swiper-button-next {
    margin-left: 0.7rem;
}
#home_sense .body > .container {
    z-index: 1;
}
@media (max-width: 1000px) {
    #home_sense .body > .container > .col-item {
        width: 100%;
    }
}
@media (min-width: 1001px) {
    #home_sense .body > .swiper-pagination {
        display: none;
    }
}
#sense_left {
    z-index: 2;
}
@media (max-width: 1000px) {
    #sense_left {
        display: none;
    }
}
#sense_left .cover {
    padding-top: 36%;
    padding-bottom: calc(1.1rem + 2.5em + 65px);
}
#sense_left .content {
    top: auto;
    padding: 0.5rem 0.6rem;
    font-size: 1.3em;
}
#sense_right {
    overflow: visible;
    z-index: 1;
}
#sense_right .fade {
    pointer-events: none;
    top: -500px;
    bottom: -500px;
    background-color: rgba(230, 31, 34, 0.55);
    z-index: 1;
}
@media (max-width: 500px) {
    #sense_right .fade {
        display: none;
    }
}
#sense_right .oppress {
    z-index: 2;
    position: relative;
}
#sense_right .oppress .cover {
    padding-top: 72%;
}
#sense_right .oppress .content {
    padding: 0.6rem 0.5rem 0;
    line-height: 1;
}
#sense_right .oppress .content > .title {
    margin-bottom: 1.5em;
}
#sense_right .oppress .content > .date {
    font-size: 14px;
    opacity: 0.5;
    margin-top: 0.5rem;
}
@media (max-width: 1000px) {
    #home_party .container {
        display: block;
    }
}
#home_party .container .item {
    line-height: 1;
}
#home_party .container .item > .title {
    font-size: 112.5%;
}
#home_party .container .item > .date {
    font-size: 87.5%;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0.16rem;
}
@media (max-width: 1000px) {
    #home_party .container .item > .date {
        margin-top: 10px;
    }
}
#home_party .container .item:hover {
    color: #e61f22;
}
@media (min-width: 1001px) {
    #home_party .container > .left {
        width: 68%;
    }
}
@media (min-width: 1001px) {
    #home_party .container > .left > .col-content {
        margin-right: 0.7rem;
        padding-bottom: 0;
    }
}
@media (max-width: 640px) {
    #home_party .container > .left .col-item {
        width: 100%;
    }
}
#home_party .container > .left .item {
    line-height: 1.25;
    padding: 0.205rem 0;
    border-bottom: 1px dashed #e5e5e5;
}
@media (max-width: 1000px) {
    #home_party .container > .left .item {
        padding: 16px 0;
    }
}
#home_party .container > .left .item:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
}
#home_party .container > .left .item:first-child {
    padding-top: 0;
}
#home_party .container > .left .oppress {
    height: 100%;
    margin-right: 0.4rem;
    position: relative;
}
@media (max-width: 640px) {
    #home_party .container > .left .oppress {
        height: auto;
        margin: 0 0 24px 0;
    }
}
#home_party .container > .left .oppress > .cover {
    height: 100%;
}
@media (max-width: 640px) {
    #home_party .container > .left .oppress > .cover {
        height: auto;
        padding-top: 64%;
    }
}
#home_party .container > .left .oppress > .box {
    color: #fff;
    top: auto;
    padding: max(20px,0.3rem);
}
@media (min-width: 1001px) {
    #home_party .container > .right {
        width: 32%;
    }
}
#home_party .container > .right .item {
    padding: 0.13rem 0;
    border-bottom: 1px solid transparent;
}
@media (max-width: 1000px) {
    #home_party .container > .right .item {
        padding: 16px 0;
        border-color: #e5e5e5;
    }
}
#home_party .container > .right .item:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
}
#home_party .container > .right .item:first-child {
    padding-top: 0;
}
#home_other .swiper-wrapper:empty{
    margin-bottom:  0.4rem;
}
@media (max-width:  1000px){
    #home_other .swiper-wrapper:empty{
        margin-bottom:  20px;
    }
}
#home_other .container {
    text-align: center;
    color: #fff;
}
@media (max-width: 768px) {
    #home_other .container {
        margin: 0 -1px -1px 0;
    }
}
#home_other .container .cover {
    padding-top: 150%;
}
#home_other .container .title {
    font-size: 1.2em;
}
#home_other .container .img-mask {
    top: auto;
    height: 40%;
    z-index: 1;
}
#home_other .container .box {
    z-index: 2;
    top: auto;
    padding: max(20px,0.5rem);
}
#home_other .container .fade {
    padding: 1.2em;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}
#home_other .container .fade > .content {
    transform: translateY(-10%);
}
#home_other .container .fade > .content > .go {
    margin: 0.9rem auto 0;
}
@media (max-width: 768px) {
    #home_other .container > .col-item {
        width: 50%;
    }
    #home_other .container > .col-item:nth-of-type(1) {
        width: 100%;
    }
    #home_other .container > .col-item:nth-of-type(1) .cover {
        padding-top: 75%;
    }
    #home_other .container > .col-item:nth-of-type(2) .cover {
        padding-bottom: 1px;
    }
}
#home_other .container > .col-item:nth-of-type(3) .cover,
#home_other .container > .col-item:nth-of-type(4) .cover {
    padding-top: 75%;
}
@media (max-width: 768px) {
    #home_other .container > .col-item > .col-content {
        margin: 0 1px 1px 0;
    }
}
#home_other .container > .col-item > .col-content:hover .fade > .content {
    transform: translateY(0);
}
#home_other .swiper {
    color: #fff;
}
#home_other .swiper .cover {
    padding-top: 56%;
}
#home_other .swiper .box {
    top: auto;
    padding: 20px;
}
#home_end {
    padding-bottom: 20px;
}
@media (min-width: 1001px) {
    #home_end {
        border-top: 1px solid #e5e5e5;
        padding: 0;
    }
}
@media (max-width: 1000px) {
    #home_end .container {
        margin: -1px -1px 0 0;
    }
}
@media (max-width: 1000px) {
    #home_end .container > .col-item {
        width: 50%;
    }
}
@media (max-width: 768px) {
    #home_end .container > .col-item {
        width: 100%;
    }
}
#home_end .container > .col-item > .col-content {
    padding: 1.5em;
    line-height: 1.2em;
}
@media (min-width: 1001px) {
    #home_end .container > .col-item > .col-content .cover {
        opacity: 0;
    }
    #home_end .container > .col-item > .col-content .icon {
        color: #e61f22;
    }
    #home_end .container > .col-item > .col-content:hover {
        background-color: #000;
    }
    #home_end .container > .col-item > .col-content:hover,
    #home_end .container > .col-item > .col-content:hover .icon {
        color: #fff;
    }
    #home_end .container > .col-item > .col-content:hover .cover {
        opacity: 0.5;
    }
}
@media (max-width: 1000px) {
    #home_end .container > .col-item > .col-content {
        margin: 1px 1px 0 0;
        background-color: #000;
    }
    #home_end .container > .col-item > .col-content,
    #home_end .container > .col-item > .col-content .icon {
        color: #fff;
    }
    #home_end .container > .col-item > .col-content .cover {
        opacity: 0.5;
    }
}
#home_end .container > .col-item > .col-content .icon {
    font-size: 1.2em;
}
#home_end .container > .col-item > .col-content .content {
    margin-right: 2em;
}
#home_end .container > .col-item > .col-content .content > .title {
    margin-left: 1.8em;
}
#footer {
    color: #fff;
    background-color: #2a2a2a;
}
#footer > .container {
    padding: 0.6rem 0;
}
@media (max-width: 1200px) {
    #footer > .container {
        padding: 40px 0;
    }
}
#footer > .container > .top {
    padding-bottom: 30px;
    margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
    #footer > .container > .top {
        display: block;
    }
}
@media (max-width: 768px) {
    #footer > .container > .info {
        display: block;
    }
}
#footer > .container > .info > .left {
    width: 100%;
}
#footer > .container .logo {
    width: 200px;
    max-width: 40%;
}
#footer > .container .title {
    font-size: 112.5%;
}
#footer > .container .center {
    margin-right: -0.5rem;
    padding-bottom: 20px;
}
@media (max-width: 768px) {
    #footer > .container .center {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
#footer > .container .center > .item,
#footer > .container .center > .clear {
    margin-right: 0.5rem;
    line-height: 1.5em;
    margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
    #footer > .container .center > .clear {
        width: 100%;
    }
}
#footer > .container .center > .clear > .fl + .content {
    margin-left: 5em;
}
#footer > .container .center > .clear .char {
    opacity: 0.7;
    /*padding-bottom: 4px;*/
    /*margin-bottom: 0.16rem;*/
}
#footer > .container .center > .clear .line {
    display: none;
    width: 10px;
    border-bottom: 2px dotted #fff;
    opacity: 0.7;
    height: 0;
}
#footer > .container .center > .clear:hover > .content > .char {
    opacity: 1;
}
#footer > .container .center > .clear:hover > .content > .line {
    opacity: 1;
    width: 100%;
    border-bottom-style: solid;
}
#footer > .container .center > .item img {
    max-height: 3.25em;
}
#footer > .container .center > .item a {
    max-width: 3.25em;
}
#footer > .container .blogroll > .clear {
    margin: 0.1rem -2em -1em 0;
    padding-top: 10px;
    line-height: 1;
}
#footer > .container .blogroll > .clear > a {
    font-size: 87.5%;
    opacity: 0.7;
    float: left;
    margin: 0 2em 1em 0;
}
#footer > .container .blogroll > .clear > a:hover {
    opacity: 1;
    text-decoration: underline;
}
#footer > .container .wechat {
    text-align: center;
    margin-left: 2rem;
}
@media (max-width: 768px) {
    #footer > .container .wechat {
        margin-top: 40px;
        margin-left: 0;
    }
}
#footer > .container .wechat .grid {
    width: 120px;
    margin: 0 auto;
}
#footer > .container .wechat .grid img {
    width: 100%;
    margin-bottom: 4px;
}
@media (min-width: 1600px) {
    #footer > .container .navbar {
        font-size: 112.5%;
    }
}
@media (max-width: 1500px) {
    #footer > .container .navbar {
        font-size: 14px;
    }
}
@media (max-width: 1350px) {
    #footer > .container .navbar {
        display: none;
    }
}
#footer > .container .navbar > a {
    float: left;
}
#footer > .container .navbar > a:not(:last-child) {
    margin-right: 0.24rem;
}
#footer > .container .navbar > a:hover,
#footer > .container .navbar > a.active {
    color: #e61f22;
}
#footer > .container .navbar > a > .fade {
    width: 19px;
    height: 10px;
    margin: 0 auto;
    background-image: url(../images/active.png);
}
#footer > .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
}
#footer > .copyright > .clear {
    margin: 0 -0.45rem;
    padding: 16px 0;
    color: rgba(255,255,255,0.5);
    text-align: center;
}
#footer > .copyright > .clear > .item {
    margin: 2px 0.45rem;
}
#footer > .copyright > .clear > .fr {
    margin: 0 0.45rem 0 auto;
}
#footer > .copyright > .clear > .item:hover {
    color: #fff;
}
@media (max-width: 1000px) {
    #footer > .copyright > .clear{
        display: block;
    }
    #footer > .copyright > .clear > .item {
        float: none;
    }
}
#zxjj .edit-content .title {
    font-size: 112.5%;
}
#zxjj .edit-content p:not(:last-child) {
    margin-bottom: 1em;
}
@media (max-width: 768px) {
    #zxjj .edit-content .col-item {
        width: 100%;
    }
}
#zxjj .edit-content .col-content {
    padding-left: 0.4rem;
}
@media (max-width: 768px) {
    #zxjj .edit-content .col-content {
        padding-left: 0;
        margin-top: 20px;
    }
}
#zxjj .edit-content .text {
    line-height: 1.5;
}
#zxjj .edit-content .trophy {
    padding: 0.5rem;
    background: url(../images/trophy-bg.png) no-repeat scroll right top;
    background-color: #f6f6f6;
}
@media (max-width: 768px) {
    #zxjj .edit-content .trophy {
        display: block;
        background-position: right bottom;
    }
}
#zxjj .edit-content .trophy .title {
    color: #e61f22;
    background: url(../images/trophy.png) no-repeat scroll left top;
    padding-left: 2.2em;
}
@media (min-width: 769px) {
    #zxjj .edit-content .trophy .left {
        width: 48%;
    }
}
#zxjj .edit-content .trophy .content {
    margin-bottom: 20px;
}
@media (min-width: 769px) {
    #zxjj .edit-content .trophy .content {
        padding-right: 0.4rem;
        margin-bottom: 0;
    }
}
@media (min-width: 769px) {
    #zxjj .edit-content .trophy .right {
        width: 52%;
    }
}
#ldfg .box {
    margin: -0.6rem -0.6rem 0 0;
}
@media (max-width: 640px) {
    #ldfg .box > .col-item {
        width: 100%;
    }
}
#ldfg .box > .col-item > .col-content {
    margin: 0.6rem 0.6rem 0 0;
}
@media (min-width: 641px) {
    #ldfg .box > .col-item > .col-content > .content {
        max-width: 310px;
    }
}
#ldfg .box > .col-item > .col-content > .content > .title {
    font-size: 112.5%;
    padding-bottom: 6px;
    margin-bottom: 0.1rem;
}
#ywjs .title {
    margin: 0.3rem auto 0.2rem;
    padding: 30px 0 20px;
}
#ywjs .title:last-child {
    margin-top: 0;
    padding-top: 0;
}
#ywjs .title:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
#ywjs .title .order {
    font-size: max(36px,0.6rem);
    font-style: italic;
    opacity: 0.2;
    line-height: 1;
}
#ywjs .title .char {
    line-height: 1.5;
    font-size: 1.2em;
    padding-top: 0.24rem;
}
#cd_yxzl {
    position: relative;
}
#cd_yxzl > .cover {
    min-height: 360px;
    overflow: hidden;
}
#cd_yxzl > .cover:after {
    padding-top: 49%;
}
#cd_yxzl > .img-mask {
    z-index: 2;
    top: auto;
    height: 50%;
}
#cd_yxzl > .char {
    top: auto;
    margin: 0.6rem 0.7rem;
    padding-left: 0.45rem;
    color: #fff;
    z-index: 3;
    line-height: 1.6;
}
#cd_yxzl > .char:before {
    left: 0;
    top: 0.4em;
    bottom: 0.4em;
    width: 2px;
    background-color: #fff;
}
#news .list {
    margin: -1.5em -1.5em 0 0;
    padding-bottom: 30px;
    margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
    #news .list > .col-item {
        width: 100%;
    }
}
#news .list > .col-item > .col-content {
    margin: 1.5em 1.5em 0 0;
}
#news .list > .col-item > .col-content .cover {
    padding-top: 68%;
}
#news .list > .col-item > .col-content .title {
    line-height: 1.5;
    height: 3em;
    font-size: 0.9em;
    margin-bottom: 1em;
}
#news .list > .col-item > .col-content .text {
    line-height: 1.5;
    height: 3em;
}
#news .list > .col-item > .col-content > .clip {
    position: relative;
    width: 44%;
}
#news .list > .col-item > .col-content > .content {
    width: 56%;
    padding-left: 0.8em;
    box-sizing: border-box;
}
#news .list > .col-item > .col-content:hover .title {
    color: #e61f22;
}
#tsxxsyy .row-title {
    padding-top: 0.2rem;
    margin: 30px auto 20px;
    color: #e61f22;
}
#tsxxsyy .info {
    text-align: center;
}
#tsxxsyy .info > .item {
    width: 47%;
    border: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
    #tsxxsyy .info > .item {
        width: 100%;
    }
    #tsxxsyy .info > .item:not(:last-child) {
        margin-bottom: 30px;
    }
}
#tsxxsyy .info > .item > .content {
    padding: max(30px,0.45rem);
    max-width: 330px;
    margin: 0 auto;
}
#tsxxsyy .info > .item > .content > .title {
    font-size: 1.2em;
    color: #e61f22;
    padding-bottom: max(20px,0.3rem);
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
#tsxxsyy .info > .item > .content > p {
    opacity: 0.9;
    font-weight: bold;
    font-size: 0.9em;
    padding-top: 10px;
    margin-top: 0.1rem;
}
#tsxxsyy .theme {
    text-align: center;
}
@media (max-width: 768px) {
    #tsxxsyy .theme > .col-item {
        width: 33.33333%;
    }
}
@media (max-width: 550px) {
    #tsxxsyy .theme > .col-item {
        width: 50%;
    }
}
#tsxxsyy .theme .cover {
    padding-top: 62.5%;
}
#tsxxsyy .theme .title {
    margin-top: 0.75em;
    font-size: 0.9em;
}
#tsxxsyy .char {
    font-size: 112.5%;
    margin-bottom: 24px;
}
#tsxxsyy .method {
    max-width: 220px;
    width: 50%;
}
@media (max-width: 768px) {
    #tsxxsyy .method {
        display: block;
        margin: 0 auto;
    }
}
#inquiry > .box {
    overflow: hidden;
    min-height: 240px;
    max-height: 420px;
    position: relative;
    background-color: #eee;
}
#inquiry > .box:after {
    padding-top: 42%;
}
#inquiry .main{
    position: relative;
    display: block;
}
#inquiry .main .content {
    height: 100%;
    box-sizing: border-box;
}
#inquiry .main .content .item{
    margin-bottom: 30px;
}
#inquiry .main > .address-list {
    margin: 20px auto;
    position: relative;
}
@media (min-width: 769px) {
    #inquiry .main > .address-list {
        display: none!important;
    }
}
#inquiry .main > .address-list > i {
    right: 16px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #e61f22;
    pointer-events: none;
}
#inquiry .main > .address-list > .tab-select {
    width: 100%;
    display: block;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding: 0 16px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: bold;
}
#inquiry .main > .address-list > .tab-select:focus {
    border-color: #e61f22;
}
#inquiry .main > .address-list > .tab-select:disabled {
    opacity: 0.5;
}
#inquiry .main > .tab-content {
    width: 100%;
    display:  none;
}
@media (min-width: 551px) {
    #inquiry .main > .tab-content > .content {
        padding: 0.4rem 0.9rem;
    }
}
#inquiry .main > .tab-content > .content li {
    cursor: pointer;
}
#inquiry .main > .tab-content > .content li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 0.24rem;
}
#inquiry .main > .tab-content > .content li > .name {
    line-height: 1.5em;
    margin-bottom: 0.8em;
}
#inquiry .main > .tab-content > .content li > .name > i {
    font-size: 1.2em;
}
#inquiry .main > .tab-content > .content li > .name > .title {
    margin-left: 0.5em;
}
#inquiry .main > .tab-content > .content li > .value {
    padding-left: 1.7em;
}
#inquiry .main > .tab-content > .content li > .value .flex{
    margin:  4px 0;
}
#inquiry .main > .tab-content > .content li > .value .name{
    white-space:  nowrap;
}
#inquiry .main > .tab-content > .content li.active > .name {
    color: #e61f22;
}
#inquiry .main > .tab-option{
    right: 0;
    width: 320px;
}
#inquiry .main > .tab-option > .content{
    width: auto;
    height: 100%;
    overflow-y: auto;
    padding: 0.4rem;
    background-color: #f6f8fa;
}
#inquiry .main > .tab-option > .content > .item {
    width: auto;
    line-height: 1.5em;
    color: #777;
    cursor: pointer;
    margin-bottom:  1.5em;
}
#inquiry .main > .tab-option > .content > .item:last-child {
    margin-bottom: 0;
}
#inquiry .main > .tab-option > .content > .item > .char {
    font-weight: bold;
    margin-left: 1.8em;
}
#inquiry .main > .tab-option > .content > .item > i {
    font-size: 1.5em;
    color: #adadad;
}
#inquiry .main > .tab-option > .content > .item > .line {
    display:  none;
}
#inquiry .main > .tab-option > .content > .item.active {
    color: #e61f22;
}
#inquiry .main > .tab-option > .content > .item.active > i {
    color: #e61f22;
    transform: scale(1.25);
}
#inquiry .main > .tab-option > .content > .item.active > .line {
    margin-left: 0;
}
#inquiry .main > .box{
    margin-left: 320px;
    overflow: hidden;
    min-height: 240px;
    max-height: 600px;
    position: relative;
    background-color: #eee;
}
#inquiry .main > .box:after{
    padding-top: 80%;
}
@media (max-width: 1200px){
    #inquiry .main > .tab-option{
        width: 240px;
    }
    #inquiry .main > .box{
        margin-left: 240px;
    }
}
@media (max-width: 768px){
    #inquiry .main > .tab-option{
        display: none;
    }
    #inquiry .main > .address-list,
    #inquiry .main > .tab-content{
        display: block;
    }
    #inquiry .main > .tab-content > .content{
        padding: 0;
    }
    #inquiry .main > .box{
        margin-left: 0;
        margin-bottom: 24px;
    }
}
#inquiry .navigation{
    margin-top: 10px;
}
#inquiry .navigation .option{
    width: 100%;
    text-align: center;
    border: 1px solid #e61f22;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    color: #e61f22;
    font-size: 14px;
}
#inquiry .navigation .option:hover{
    background-color: #e61f22;
    color: #fff;
}

#fczs {
    background-image: url(../images/fengcaizhanshi.png);
    background-repeat: repeat;
}
#fczs > .list {
    column-count: 2;
    column-gap: 10px;
    -webkit-column-break-inside: avoid;/* Chrome, Safari, Opera */    
    page-break-inside: avoid; /* Firefox */    
    break-inside: avoid; /* IE 10+ */
}
#fczs > .list > .item{
    height: 100%;
    overflow: auto;
}
#fczs > .list > .item:nth-of-type(4n) .content,
#fczs > .list > .item:nth-of-type(4n-1) .content {
    max-width: 328px;
}
#fczs > .list > .item:nth-of-type(4n-1) {
    padding-top: 7em;
}
#fczs > .list .col-content {
    margin-bottom: 0.5rem;
}
#fczs > .list .col-content:hover .cover {
    opacity: 0.4;
}
#fczs > .list .col-content:hover .go,
#fczs > .list .col-content:hover .title {
    transform: translateY(0);
}
#fczs > .list .box {
    max-width: 90%;
}
#fczs > .list .content {
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #e61f22;
    text-align: center;
}
#fczs > .list .title {
    transform: translateY(-1em);
    font-size: 1.2em;
    color: #fff;
    line-height: 1.5;
    max-height: 3em;
}
#fczs > .list .go {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    background-color: #fff;
    color: #e61f22;
    transform: translateY(1em);
    margin: 1em auto 0;
}
#fczs > .list .go > i {
    font-size: 12px;
}
#sqjr from {
    margin: 0 auto;
    max-width: 900px;
}
#sqjr .tip {
    margin-top: 1.5em;
}
#sqjr .submit-button {
    font-weight: bold;
    margin-top: 0.7rem;
    width: 100%;
    display: block;
    background-color: #e61f22;
    color: #fff;
    height: 3em;
    line-height: 3em;
    text-align: center;
    cursor: pointer;
}
#sqjr .submit-button:hover {
    -webkit-filter: drop-shadow(2px 4px 0 #970000);
    filter: drop-shadow(2px 4px 0 #970000);
}
#sqjr .form-container {
    margin: -16px -30px 0 0;
}
@media (max-width: 1000px) {
    #sqjr .form-container {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    #sqjr .form-container {
        margin: -10px -20px 0 0;
    }
}
#sqjr .form-container .content,
#sqjr .form-container input,
#sqjr .form-container select,
#sqjr .form-container textarea,
#sqjr .form-container .cross {
    width: 100%;
}
@media (max-width: 550px) {
    #sqjr .form-container .col-item {
        width: 100%;
    }
}
#sqjr .form-container .col-content {
    margin: 16px 30px 0 0;
}
@media (max-width: 768px) {
    #sqjr .form-container .col-content {
        margin: 10px 20px 0 0;
    }
}
#sqjr .form-container .type {
    white-space: nowrap;
}
#sqjr .form-container .content {
    min-height: 1.1em;
}
#sqjr .form-container .content select {
    appearance: auto;
}
#sqjr .form-container .content select,
#sqjr .form-container .content input {
    height: 100%;
}
#sqjr .form-container .content textarea,
#sqjr .form-container .content select,
#sqjr .form-container .content input {
    font-size: 14px;
}
#sqjr .form-container .content textarea {
    max-width: 100%;
    min-height: 150px;
}
#sqjr .form-container .radio {
    cursor: pointer;
}
#sqjr .form-container .radio:not(:last-child) {
    margin-right: 0.4rem;
}
#sqjr .form-container .radio .circle {
    width: 1.25em;
    height: 1.25em;
    text-align: center;
    line-height: 1.25em;
    border: 1px solid #999;
}
#sqjr .form-container .radio .circle:before {
    width: 0.25em;
    height: 0.25em;
    margin: 0.5em 0 0 0.5em;
    border-radius: 10px;
    background-color: #fff;
}
#sqjr .form-container .radio input:checked ~ .circle {
    border-color: #e61f22;
}
#sqjr .form-container .radio input:checked ~ .circle:before {
    background-color: #e61f22;
}
#sqjr .form-container .radio input:checked ~ .char {
    color: #e61f22;
}
#sqjr .form-container .flex {
    border-radius: 0.8em;
    line-height: 1.1em;
    padding: 1.2em 1.5em;
}
#sqjr .form-container .flex:not(.tab) {
    background-color: #f6f8fa;
}
#party > .swiper-pagination {
    padding-top: 0;
}
#party > .swiper {
    margin-right: -1em;
}
#party > .swiper .title {
    line-height: 1.5em;
    max-height: 3em;
    font-size: 0.9em;
    margin-top: 1.125em;
}
#party > .swiper .cover {
    padding-top: 68%;
}
@media (max-width: 768px) {
    #party > .swiper .col-item {
        width: 50%;
    }
}
#party > .swiper .col-content {
    margin-right: 1em;
}
#party > .swiper .col-content:hover {
    color: #e61f22;
}
#zxxx .table > .thead {
    background-color: #e61f22;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    border-radius: 1em 1em 0 0;
    overflow: hidden;
    font-weight: bold;
}
#zxxx .table > .thead > .td {
    padding: 1.1em 0.75em;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#zxxx .table > .thead > .td:last-child {
    border: 0 none;
}
#zxxx .table > .thead ~ .tbody{
    border: 1px solid #e5e5e5;
    border-top: 0 none;
    border-radius: 0 0 1em 1em;
}
#zxxx .table > .tbody .maintain {
    padding: 0.8rem;
    text-align: center;
    font-size: 1.2em;
    color: #999;
}
#zxxx .table > .tbody .maintain > .contain {
    padding-top: 38%;
    background-image: url(../images/weihu.jpg);
}
#gkjj .datum-spacing {
    height: 120px;
}
#gkjj .datum {
    padding-top: 20px;
    padding-bottom: 30px;
}
@media (min-width: 769px) {
    #gkjj .datum {
        float: left;
        padding-top: 0;
        padding-right: 0.5rem;
    }
}
#gkjj .datum > .item:not(:last-child) {
    margin-bottom: 0.2rem;
    padding-bottom: 20px;
}
#gkjj .datum > .item > .value {
    color: #e61f22;
}
#gkjj .datum > .item > .value > .data {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1;
}
#gkjj .datum > .item > .value > .name {
    font-size: 14px;
}
#gkjj .datum > .item > .key {
    font-size: 14px;
    margin-top: 6px;
}
@media (min-width: 769px) {
    #gkjj .edit-content {
        margin-top: -120px;
    }
}
@media (max-width: 768px) {
    #lcfw .col-item {
        width: 50%;
    }
}
#lcfw .col-content {
    border: 1px solid #e5e5e5;
    padding: max(16px,0.45rem);
    color: #444;
}
#lcfw .col-content > .title {
    -webkit-line-clamp: 3;
    height: 4.5em;
    line-height: 1.5;
    font-size: 0.9em;
}
#lcfw .col-content > .line {
    margin: 1.2em auto 0.5rem;
    height: 1px;
    background-color: #e5e5e5;
}
#lcfw .col-content:hover {
    border-color: #e61f22;
    color: #e61f22;
}
#lcfw .col-content:hover > .line {
    background-color: #e61f22;
}
#contact {
    padding-bottom: 30px;
    margin-bottom: 0.3rem;
}
#contact .info {
    margin: 0 -20px;
    font-size: 20px;
}
@media (max-width: 1500px) {
    #contact .info {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    #contact .info {
        display: block;
    }
}
#contact .info > .item {
    padding: 0 20px;
}
#contact .info > .item > .wechat {
    text-align: center;
}
#contact .info > .item > .wechat > .grid:not(:last-child) {
    margin-right: 0.4rem;
}
#contact .info > .item > .wechat > .grid > img {
    max-width: 200px;
}
#contact .info > .item > .wechat > .grid > p {
    margin-top: 10px;
}
#contact .info > .line {
    position: relative;
    width: 1px;
}
@media (max-width: 1000px) {
    #contact .info > .line {
        display: none;
    }
}
#contact .info > .line:after {
    top: 50%;
    left: 0;
    right: 0;
    height: 90px;
    background-color: #e5e5e5;
    width: 1px;
    margin-top: -45px;
}
@media (min-width: 769px) {
    #contact .info .content {
        max-width: 280px;
    }
}
@media (max-width: 768px) {
    #contact .info .content {
        margin-bottom: 30px;
        position: relative;
        padding: 0 0 30px 4em;
        border-right: 0 none;
        border-bottom: 1px solid #e8e8e8;
    }
}
#contact .info .content > .circle {
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    line-height: 2.4em;
    background-color: #ff0000;
    color: #fff;
    margin-bottom: 1.8em;
}
@media (max-width: 768px) {
    #contact .info .content > .circle {
        position: absolute;
        left: 0;
        top: 0;
    }
}
#contact .info .content > .name {
    font-size: 0.8em;
    margin-bottom: 1em;
    font-weight: bold;
}
#contact .info .content > .padding {
    height: 2em;
}
#contact .info .content > .title {
    font-size: 0.9em;
    margin-bottom: 0.8em;
}
#contact .info .content > .value {
    font-size: 0.8em;
    font-weight: bold;
}
#contact .info .content > .tip {
    font-size: 0.7em;
    opacity: 0.7;
}
#contact .info > .col-item:last-child > .col-content {
    border: 0 none;
}
@media (min-width: 1000px) {
    #contact .info > .col-item:first-child > .col-content {
        padding-left: 0;
    }
    #contact .info > .col-item:last-child > .col-content {
        padding-right: 0;
    }
}
@media (max-width: 1000px) {
    #contact .info > .col-item {
        width: 100%;
        float: none;
    }
    #contact .info > .col-item:last-child > .col-content {
        padding-bottom: 0;
    }
}
#map {
    height: 100%;
}
#map .amap-info{
    width: 300px;
}
#map .amap-info-content{
    font-size: 0.875em;
}
#map .amap-info .flex{
    margin: 5px;
}
#map .amap-info .name{
    white-space:  nowrap;
}
#map .amap-info .char{
    flex: 1;
}

@media (max-width: 768px) {
    #kpgjj .col-item {
        width: 100%;
    }
}
#kpgjj .col-item:first-child .col-content {
    margin-right: 0.6rem;
}
@media (max-width: 768px) {
    #kpgjj .col-item:first-child .col-content {
        margin-right: 0;
        margin-bottom: 24px;
    }
}
#gryy {
    overflow: hidden;
    margin-bottom: 30px;
}
#gryy .step {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
    line-height: 2.4em;
    margin-right: -0.48rem;
    color: #666;
}
#gryy .step .box {
    width: 0.48rem;
    text-align: center;
    color: #bababe;
    letter-spacing: -0.6em;
    text-indent: -0.6em;
}
#gryy .step .content {
    background-color: #f6f8fa;
    padding: 0 1.2em;
    box-sizing: border-box;
}
#gryy .step .content b {
    padding-right: 10px;
    opacity: 0.5;
}
#gryy .step .content > i {
    font-size: 18px;
    padding-right: 10px;
}
@media (max-width: 1500px) {
    #gryy .step .content > i {
        font-size: 16px;
    }
}
#gryy .step .content > .char {
    font-size: 15px;
    text-align: right;
    -webkit-line-clamp: 1;
}
@media (max-width: 1500px) {
    #gryy .step .content > .char {
        font-size: 13px;
    }
}
#gryy .step .active .content {
    background-color: #e61f22;
    color: #fff;
}
#gryy .step .active .content b {
    opacity: 1;
}
#gryy .step .active .box > i {
    animation: yuyue-next 2s linear infinite;
}
@keyframes yuyue-next {
    0% {
        color: #bababe;
    }
    20% {
        color: #e61f22;
    }
    40% {
        color: #e61f22;
    }
    60% {
        color: #bababe;
    }
    100% {
        color: #bababe;
    }
}
#gryy .step .active .box > i:last-child {
    animation-delay: 0.4s;
}
#gryy .step-order {
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #999;
    padding-top: 20px;
}
#gryy .step-order i {
    font-size: 1.2em;
    color: #e61f22;
    margin-right: 0.5em;
}
#gryy .week {
    border-radius: 0.8em;
    background-color: #f6f8fa;
    padding: 1em 2.1em;
    text-align: center;
}
@media (max-width: 768px) {
    #gryy .week {
        padding: 12px 5px 2px 5px;
    }
}
#gryy .week > .item {
    width: 14.2857%;
}
@media (max-width: 768px) {
    #gryy .week > .item {
        width: 25%;
    }
}
#gryy .week > .item > .content {
    border: 1px solid #dddfe1;
    padding: 10px;
    margin: 0 0.22rem;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1;
}
@media (max-width: 768px) {
    #gryy .week > .item > .content {
        margin: 0 5px 10px;
    }
}
#gryy .week > .item > .content > .day {
    font-size: 0.9em;
}
#gryy .week > .item > .content > .date {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.6em auto;
}
#gryy .week > .item > .content > .status {
    font-size: 0.7em;
}
#gryy .week > .item > .content > .fade {
    background-image: url(../images/appointed.png);
    background-size: 14px 27px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#gryy .week > .item > .content > .fade.hover {
    width: 14px;
    height: 10px;
    background-position: 0 0;
    margin: 4px;
}
#gryy .week > .item > .content > .fade.selected {
    top: auto;
    height: 15px;
    margin: 10px;
    background-position: center 100%;
    transform: translateY(-100%);
}
#gryy .week > .item > .content.full {
    color: #b1b2b4;
}
#gryy .week > .item > .content.normal {
    cursor: pointer;
}
#gryy .week > .item > .content.normal.active > .date {
    color: #e61f22;
}
#gryy .week > .item > .content.normal.active > .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    transform: translateY(0);
}
#gryy .week > .item > .content.normal.active > .status {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
}
#gryy .week > .item > .content.normal:hover,
#gryy .week > .item > .content.normal.active,
#gryy .week > .item > .content.close {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.075);
}
#gryy .quantum {
    text-align: center;
    margin: 0.3rem 0;
    padding: 30px 0;
}
#gryy .quantum > .char {
    font-size: 0.9em;
    margin-bottom: 1.5em;
}
#gryy .quantum > .residue{
    margin-top: 20px;
    text-align: center;
    color: #666;
}
#gryy .quantum > .option > .item {
    margin: 0 0.22rem;
    width: 6.5em;
    height: 6.5em;
    border: 1px solid #cccccc;
    border-radius: 2.8em;
    cursor: pointer;
    color: #666666;
    line-height: 1;
}
#gryy .quantum > .option > .item .t2 {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0.5em;
}
#gryy .quantum > .option > .item:hover {
    color: #e61f22;
    border-color: #e61f22;
}
#gryy .quantum > .option > .item.active {
    background-color: #e61f22;
    color: #fff;
    border-color: #e61f22;
}
#gryy .operation {
    text-align: center;
}
#gryy .operation > .button {
    width: 3.14rem;
    height: 2.9em;
    line-height: 2.9em;
    border: 1px solid #b4b4b4;
    background-color: #f6f8fa;
    margin: 0 0.25rem;
    min-width: 130px;
    cursor: pointer;
}
#gryy .operation > .button > .char {
    font-size: 0.9em;
}
#gryy .operation > .button:hover {
    border-color: #e61f22;
    color: #e61f22;
}
#gryy .operation > .button.disabled {
    opacity: 0.5;
}
#gryy .operation > .button.disabled:before {
    content: '';
    font-size: 0.9em;
    animation: submiting 1.2s linear infinite;
}
@keyframes submiting {
    0% {
        content: "正在提交";
    }
    25% {
        content: "正在提交.";
    }
    50% {
        content: "正在提交..";
    }
    75% {
        content: "正在提交...";
    }
    100% {
        content: "正在提交";
    }
}
#gryy .right-time {
    font-size: 112.5%;
    color: #e61f22;
    margin-bottom: 0.24rem;
}
#gryy .hr {
    padding: 20px 0;
    margin: 0.2rem auto 0.4rem;
}
#gryy .hr:before {
    height: 1px;
    background-color: #e61f22;
}
#gryy .table {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}
#gryy .table::-webkit-scrollbar {
    height: 4px;
    background-color: #eeeeee;
    border-radius: 4px;
}
#gryy .table::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px;
}
#gryy .input-table {
    text-align: center;
    min-width: 100%;
}
#gryy .input-table td {
    padding-left: 5px;
    padding-right: 5px;
}
#gryy .input-table thead td {
    background-color: #f6f8fa;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
}
#gryy .input-table thead td:first-child {
    border-radius: 0.8em 0 0 0.8em;
}
#gryy .input-table thead td:last-child {
    border-radius: 0 0.8em 0.8em 0;
}
#gryy .input-table tbody td {
    padding-top: 6px;
    padding-bottom: 6px;
}
#gryy .input-table tbody td.padding {
    height: 0.12rem;
}
#gryy .input-table tbody .input {
    display: block;
    height: 2.2em;
}
#gryy .input-table tbody .input.circle {
    width: 2.2em;
    line-height: 2.2em;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 0 auto;
}
#gryy .input-table tbody .input > input {
    height: 100%;
    width: 100%;
    border: 1px solid #cccccc;
    text-align: center;
    box-sizing: border-box;
}
#gryy .input-table tbody .input > input.tel,
#gryy .input-table tbody .input > input.re_tel {
    min-width: 100px;
}
#gryy .input-table tbody .input > input:focus {
    border-color: #999;
}
#gryy .input-table tbody .delete {
    color: #e61f22;
    cursor: pointer;
}
#gryy .input-table tbody .delete:hover {
    text-decoration: underline;
}
#gryy .affirm {
    background-color: #f6f8fa;
    border-radius: 0.8em;
    overflow: hidden;
    padding: 0 1.5em 1em;
}
@media (max-width: 768px) {
    #gryy .affirm {
        padding: 0 8px 8px;
    }
}
@media (max-width: 768px) {
    #gryy .affirm td:nth-of-type(5) {
        display: none;
    }
}
#gryy .affirm thead td {
    border-bottom: 1px solid #dddfe1;
}
#gryy .disabled {
    pointer-events: none;
}
#gryy .add-visitor {
    margin-top: 20px;
    line-height: 2em;
}
#gryy .add-visitor > .button {
    border-radius: 24px;
    border: 1px solid #e61f22;
    color: #e61f22;
    padding: 0 1.2em;
    cursor: pointer;
    margin-right: 1.2em;
}
#gryy .add-visitor > .button:hover {
    color: #fff;
    background-color: #e61f22;
}
#gryy .add-visitor > .button.disabled {
    border-color: #b4b4b4;
    color: #b4b4b4;
}
#gryy .success {
    text-align: center;
    padding: 1.5em 0;
}
#gryy .success > .circle {
    width: 7.5em;
    height: 7.5em;
    line-height: 7.5em;
    color: #fff;
    margin: 0 auto 1.5em;
    background-image: -webkit-linear-gradient(left, #fd5f61, #e72326);
    background-image: linear-gradient(left, #fd5f61, #e72326);
}
#gryy .success > .circle > i {
    font-size: 3.3em;
}
#gryy .success > .title {
    color: #e61f22;
    font-size: 1.8em;
}
#gryy .info {
    font-weight: bold;
}
#gryy .info td {
    padding: 6px 0.16rem;
}
#gryy .back {
    margin-top: 0.9rem;
    opacity: 0.5;
    text-align: center;
}
#gryy .letter {
    position: fixed;
    z-index: 500;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
#gryy .letter .content {
    width: 740px;
    height: 700px;
    background-image: url(../images/letter-top.png);
    background-position: top center;
    background-color: #fff;
    max-width: 90%;
    max-height: 80%;
}
#gryy .letter .content > .close {
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin: 0 0 -0.5em 1.3em;
    border: 0.1em solid #fff;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 1000px) {
    #gryy .letter .content > .close {
        display: none;
    }
}
#gryy .letter .content > .close:hover > i {
    transform: rotateZ(90deg);
}
#gryy .letter .content > .box {
    width: 100%;
    height: 100%;
    background-image: url(../images/letter-bottom.png);
    background-position: bottom left;
    box-sizing: border-box;
    padding: 0.5rem;
}
@media (max-width: 1000px) {
    #gryy .letter .content > .box {
        padding: 30px 20px;
    }
}
#gryy .letter .content > .box > .title {
    text-align: center;
    color: #e61f22;
    font-size: max(20px,0.4rem);
    line-height: 1;
    margin-bottom: 0.2rem;
    padding-bottom: 20px;
}
#gryy .letter .content > .box > .article {
    overflow-y: auto;
}
#gryy .letter .content > .box > .article > .agreement {
    line-height: 1.8;
}
#gryy .letter .content > .box > .article > .agreement,
#gryy .letter .content > .box > .article > .agreement * {
    font-family: 'PINGFANG' !important;
}
#gryy .letter .content > .box > .bottom {
    margin-top: 0.2rem;
    padding-top: 20px;
}
#gryy .letter .content > .box > .bottom > .clear {
    margin-bottom: 0.2rem;
    padding-bottom: 20px;
}
#gryy .letter .content > .box > .bottom > .clear,
#gryy .letter .content > .box > .bottom > .clear span {
    display: block;
}
#gryy .letter .content > .box > .bottom > .clear > .checkbox {
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    line-height: 1.6em;
    border: 1px solid #666;
    color: #666;
    border-radius: 0.6em;
    margin: 1px 0;
}
#gryy .letter .content > .box > .bottom > .clear > .checkbox > i {
    display: none;
}
#gryy .letter .content > .box > .bottom > .clear > input:checked + .checkbox > i {
    display: block;
}
#gryy .letter .content > .box > .bottom > .clear > .char {
    margin-left: 2em;
    line-height: 1.2;
}
#gryy .letter .content > .box > .bottom .button {
    width: 11em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    margin: 0 0.16rem;
    color: #fff;
    background-color: #e61f22;
    cursor: pointer;
}
#gryy .letter .content > .box > .bottom .button.cancel,
#gryy .letter .content > .box > .bottom .button.disabled {
    background-color: #b9b9b9;
}
#detail {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
@media (max-width: 1200px) {
    #detail {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
#detail .container {
    border-top: 2px solid #e61f22;
    padding-top: 0.4rem;
}
@media (max-width: 1000px) {
    #detail .container {
        display: block;
    }
}
#detail .container > .right {
    margin-top: 50px;
}
@media (min-width: 1001px) {
    #detail .container > .right {
        padding-left: 0.7rem;
        margin-top: 0;
    }
}
#detail .container > .right > .content {
    width: 260px;
}
@media (max-width: 1200px) {
    #detail .container > .right > .content {
        width: 200px;
    }
}
@media (max-width: 1000px) {
    #detail .container > .right > .content {
        width: auto;
    }
}
#detail .container > .right > .content > .title {
    font-size: max(18px,0.24rem);
}
@media (max-width: 1000px) {
    #detail .container > .right > .content > .title {
        margin-bottom: 24px;
    }
}
@media (max-width: 1000px) {
    #detail .container > .right > .content .swiper {
        margin-right: -20px;
    }
}
@media (min-width: 1001px) {
    #detail .container > .right > .content .swiper-pagination {
        display: none;
    }
}
@media (min-width: 1001px) {
    #detail .container > .right > .content .swiper-wrapper {
        display: block;
    }
}
#detail .container > .right > .content .content {
    margin-top: 0.4rem;
}
@media (max-width: 1000px) {
    #detail .container > .right > .content .content {
        margin-right: 20px;
        margin-top: 0;
    }
}
#detail .container > .right > .content .content .title {
    line-height: 1.5em;
    height: 3em;
    font-size: 0.9em;
    margin-top: 0.8em;
}
#detail .container > .right > .content .content .cover {
    padding-top: 58%;
}
#detail .container > .right > .content .content:hover {
    color: #e61f22;
}
#detail .container > .left {
    width: 100%;
}
@media (min-width: 1001px) {
    #detail .container > .left {
        padding-right: 0.7rem;
        border-right: 1px solid #e5e5e5;
    }
}
#detail .container > .left > .content > .title {
    font-size: max(20px,0.4rem);
    margin: 0.6em auto;
}
#detail .container > .left > .content > .result {
    margin-top: 0.3rem;
    padding-top: 30px;
}
#detail .container > .left > .content > .result > .item {
    padding: 1em 0;
    border-bottom: 1px solid #f3f3f3;
}
#detail .container > .left > .content > .result > .item:first-child {
    padding-top: 0;
}
#detail .container > .left > .content > .result > .item > .ell {
    font-size: 0.9em;
}
#detail .container > .left > .content > .result > .item > .text {
    margin-top: 8px;
    height: auto;
    max-height: 3.6em;
}
#detail .container > .left > .content > .result > .item:hover {
    color: #e61f22;
}
#detail .container > .left > .content > .time {
    font-size: 87.5%;
    margin-bottom: 0.3rem;
    padding-bottom: 30px;
}
#detail .container > .left > .content > .time span {
    opacity: 0.7;
}
#detail .container > .left > .content > .page {
    margin-top: 0.2rem;
    padding-top: 20px;
}
#detail .container > .left > .content > .page > .clear {
    color: #777;
    line-height: 1em;
}
#detail .container > .left > .content > .page > .clear:first-child {
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 1.5em;
}
#detail .container > .left > .content > .page > .clear:last-child {
    padding-top: 1.5em;
}
#detail .container > .left > .content > .page > .clear > .fr {
    font-size: 87.5%;
}
#detail .container > .left > .content > .page > .clear > .ell {
    width: 80%;
    font-size: 112.5%;
}
#detail .container > .left > .content > .page > .clear > .ell:before {
    content: "· ";
}
#detail .container > .left > .content > .page > .clear:hover {
    color: #e61f22;
}
#detail .container > .left > .content > .page > .clear:hover > .ell {
    text-decoration: underline;
}
#yydl .list {
    margin: 0 auto -1.5em;
}
@media (min-width: 769px) {
    #yydl .list {
        column-count: 2;
        column-gap: 0;
        margin: 0 -3em -1.5em 0;
    }
}
#yydl .list > .col-item {
    width: auto;
    float: none;
}
#yydl .list > .col-item > .col-content {
    margin-bottom: 1.5em;
}
@media (min-width: 769px) {
    #yydl .list > .col-item > .col-content {
        margin: 0 3em 1.5em 0;
    }
}
#yydl .list > .col-item:nth-of-type(2n-1) .content {
    background-color: #e61f22;
    color: #fff;
}
#yydl .list > .col-item:nth-of-type(2n) .content {
    background-color: #f6f8fa;
    color: #e61f22;
}
#yydl .list .option {
    padding-left: 1.4em;
    white-space: nowrap;
    text-align: center;
}
#yydl .list .option > .button {
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    padding: 0 1.2em;
    border: 1px solid #cccccc;
    color: #cccccc;
    text-transform: none;
    position: relative;
}
#yydl .list .option > .button:not(:first-child) {
    margin-top: 1.1em;
}
#yydl .list .option > .button:not(.usable){
    cursor: not-allowed;
}
#yydl .list .option > .button > .fade {
    position: absolute;
    left: 50%;
    top: 100%;
    white-space: nowrap;
    margin-top: 6px;
    transform: translateX(-50%) scale(0.3);
    background-color: #e61f22;
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
}
#yydl .list .option > .button > .fade:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e61f22;
    bottom: 100%;
}
#yydl .list .option > .button:hover > .fade{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateX(-50%) scale(1);
}
#yydl .list .option > .button > i {
    margin-right: 0.5em;
}
#yydl .list .option > .button > .char {
    font-size: 0.8em;
}
#yydl .list .option > .button.usable {
    border: 1px solid #e61f22;
    color: #e61f22;
}
#yydl .list .option > .button.usable > .fade{
    display: none;
}
#yydl .list .option > .button.usable:hover {
    border-color: #e61f22;
    background-color: #e61f22;
    color: #fff;
}
#yydl .list .content {
    padding: 0.7rem 1em;
}
@media (max-width: 768px) {
    #yydl .list .content {
        padding: 2em 1.5em;
    }
}
#yydl .list .content > .box {
    max-width: 160px;
    margin: 0 auto;
}
#yydl .list .content > .box > .part {
    font-size: 0.9em;
    margin-bottom: 1em;
}
#yydl .list .content > .box > .title {
    font-size: max(16px,0.24rem);
}
#yydl .bottom {
    padding-top: 30px;
    margin-top: 0.5rem;
    position: relative;
}
#yydl .bottom  svg{
    display: block;
}
#yydl .bottom .cls-1 {
    fill: none;
    stroke: #e61f22;
    stroke-width: 2px;
    fill-rule: evenodd;
}
#yydl .bottom .cls-2 {
    fill: #e61f22;
}
#yydl .bottom > .clear {
    top: 30px;
    z-index: 2;
}
@media (max-width: 768px) {
    #yydl .bottom > .clear {
        position: static;
        max-width: 480px;
        margin: 0 auto;
    }
}
#yydl .bottom > .clear > li {
    height: 100%;
    float: left;
    width: 16.66666667%;
}
@media (max-width: 768px) {
    #yydl .bottom > .clear > li {
        width: 33.33333%;
        margin-top: 10px;
    }
}
#yydl .bottom > .clear > li > .item {
    background-size: 100% 100%;
    cursor: pointer;
    width: 58%;
    margin: 0 auto;
    max-width: 100px;
    background-color: #e61f22;
    -webkit-filter: drop-shadow(2px 2px 0 #000);
    filter: drop-shadow(2px 2px 0 #000);
    box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.5) inset, 0 0 0 4px rgba(255, 255, 255, 0.2) inset;
}
@media (max-width: 768px) {
    #yydl .bottom > .clear > li > .item {
        width: 90%;
    }
}
#yydl .bottom > .clear > li > .item:hover {
    transform: scale(1.1);
}
#yydl .bottom > .clear > li:nth-of-type(2n-1) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#yydl .bottom > .clear > li:nth-of-type(2n) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
#audio {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 12px 0;
    transition: all 0.2s ease-out;
    display: none;
    color: #fff;
}
@media (max-width: 640px) {
    #audio .body-content {
        margin-left: 10px;
        margin-right: 10px;
    }
}
#audio .menu {
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    background-origin: padding-box;
    padding: 0.4em 0.6em 0.4em 1.2em;
    border-radius: 2.4em 0 0 0;
}
#audio .menu > .item {
    margin: 0 6px;
    font-size: 0.8em;
}
#audio .cover {
    width: 60px;
}
@media (max-width: 640px) {
    #audio .cover {
        width: 50px;
    }
}
#audio .container {
    margin-left: 80px;
    padding: 4px 0;
}
@media (max-width: 640px) {
    #audio .container {
        margin-left: 60px;
        padding: 2px 0;
    }
}
#audio .container > .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
}
@media (max-width: 640px) {
    #audio .container > .title {
        font-size: 14px;
    }
}
#audio .container > .content {
    line-height: 28px;
    height: 28px;
}
@media (max-width: 640px) {
    #audio .container > .content {
        line-height: 24px;
        height: 24px;
    }
}
#audio .container > .content .play-button {
    font-size: 28px;
    cursor: pointer;
    margin-right: 16px;
}
@media (max-width: 640px) {
    #audio .container > .content .play-button {
        font-size: 20px;
        margin-right: 10px;
    }
}
#audio .container > .content .time {
    font-size: 14px;
    margin-right: 16px;
}
@media (max-width: 640px) {
    #audio .container > .content .time {
        font-size: 12px;
        margin-right: 10px;
    }
}
#audio .container > .content .time.null {
    opacity: 0.5;
}
#audio .container > .content .progress {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding-right: 8px;
}
#audio .container > .content .progress > .content {
    background-color: #fff;
    height: 100%;
    position: relative;
}
#audio .container > .content .progress > .content > .button {
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    right: -8px;
    width: 6px;
    border-radius: 4px;
    background-color: #fff;
    height: 17px;
    top: -8px;
}
#audio .container > .content .progress > .content > .button:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -4px -12px;
}
#audio .container > .content .speed > .fade,
#audio .container > .content .volume > .fade {
    position: absolute;
    left: 50%;
    bottom: 100%;
    background-color: #fff;
    text-align: center;
    padding: 6px 12px;
    transform: translateX(-50%);
    color: #666;
    line-height: 30px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 40px;
}
#audio .container > .content .speed > .fade > li.active,
#audio .container > .content .volume > .fade > li.active,
#audio .container > .content .speed > .fade > li:hover,
#audio .container > .content .volume > .fade > li:hover {
    color: #e61f22;
    font-weight: bold;
}
#audio .container > .content .speed {
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 16px;
}
@media (max-width: 640px) {
    #audio .container > .content .speed {
        font-size: 12px;
        margin-left: 10px;
    }
}
#audio .container > .content .speed > .now {
    width: 50px;
    text-align: right;
}
@media (max-width: 640px) {
    #audio .container > .content .speed > .now {
        width: 42px;
    }
}
#audio .container > .content .progress,
#audio .container > .content .volumn-progress {
    cursor: pointer;
}
#audio .container > .content .progress > .content.empty,
#audio .container > .content .volumn-progress > .content.empty {
    background-color: transparent;
}
#audio .container > .content .progress > .content > .button,
#audio .container > .content .volumn-progress > .content > .button {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
#audio .container > .content .volume {
    margin-left: 16px;
}
@media (max-width: 640px) {
    #audio .container > .content .volume {
        margin-left: 10px;
    }
}
#audio .container > .content .volume > .fade {
    height: 150px;
    width: 50px;
}
#audio .container > .content .volume > .fade > .volumn-progress {
    width: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    height: 112px;
    margin-top: 15px;
    position: relative;
    padding-top: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
#audio .container > .content .volume > .fade > .volumn-progress > .content {
    position: relative;
    background-color: #e61f22;
    width: 100%;
    transition: height 0.1s linear;
}
#audio .container > .content .volume > .fade > .volumn-progress > .content > .button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -8px;
    width: 17px;
    border-radius: 4px;
    background-color: #cecece;
    height: 6px;
    top: -8px;
}
#audio .app {
    display: block;
    width: 100%;
}
#audio.slide {
    transform: translateY(100%);
}
#popup{
    position:  fixed;
    left:  0;
    bottom:  0;
    z-index:  500;
    background-color:  #e61f22;
    color: #fff;
    text-align: center;
    padding: 22px 30px;
    box-shadow:  0 0 10px rgba(0,0,0,0.15);
    width:  230px;
}
#popup p{
    margin: 8px 0;
}
#popup .close{
    background-color: #fff;
    font-size:  20px;
    width:  1em;
    height:  1em;
    line-height:  1;
    color: #e61f22;
    position:  absolute;
    right:  0;
    top:  0;
}