/*明承开发 微信531532*/

@keyframes rainbow{to{filter:hue-rotate(360deg)}}

a {
    text-decoration: none
}

.w-linkBox {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    height: 40px;
    line-height: 40px;
    z-index: 9999;
    position: relative;

}

.w-linkBox .link {
    color: #999;
    font-size: 16px;
    position: relative;
    text-align: center;
    width: 25%;
}

.w-linkBox .link+.link:before {
    background: #ccc;
    content;'',height: 16px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    transform: scaleX(.5);
    transform-origin: left top;
    width: 1px
}

.w-linkBox .link.on {
    color: #f33;
    font-weight: bold;
}

.w-linkBox .link.on:after {
    background: #f33;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.w-bannerBox {
    position: relative;
}

.w-bannerBox .img {
    display: block;
    width: 100%
}

.w-bannerBox .logoBox {
    align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    left: 12px;
    position: absolute;
    right: 12px;
    top: 10px;
}

.w-bannerBox .logoBox .logo {
    background: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    height: 20px;
}

.w-bannerBox .logoBox .info {
    color: #09904e;
    flex: 1;
    font-size: 12px;
    margin-left: 6px
}

.w-bannerBox .logoBox .btn {
 /*animation: 3s linear 0s infinite normal none running rainbow;*/
background-image: linear-gradient(to right,#82ab4d,#3b3e40);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
.w-bannerBox .logoBox .bt1n {
   
background-image: linear-gradient(to right,#e38296,#f69899);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding:3px 10px;
}
.w-bannerBox .infoBox {
    align-items: center;
    align-items: center;
    display: -webkit-flex;
    color: #fff;
    display: flex;
    font-size: 12px;
    left: 12px;
    position: absolute;
    right: 12px;
    bottom: 0px;
}

.w-bannerBox .infoBox .info1 {
    flex: 1;
}

.w-bannerBox .infoBox .info1 em {
    color: #f9ff53;
    font-weight: bold
}

.w-dataBox {
    background: #f1f1f1;
    display: -webkit-flex;
    color: #666;
    display: flex;
    font-size: 16px;
}

.w-dataBox .item {
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 25%
}

.w-dataBox .item em {
    color: #82ab4d;
    font-size: 14px;
    font-weight: bold
}

/*首页*/
html,body {
    margin: 0 auto;
    padding: 0;

    font-size: 16px;
    background: #f6f6f6;
 /* Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
 font-family: myFont,-apple-system,Hiragino Sans GB,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Microsoft Yahei, WenQuanYi Micro Hei;

}

#superContainer {
    height: 100%;
    position: relative;
 /* Touch detection for Windows 8 */
    -ms-touch-action: none;
 /* IE 11 on Windows Phone 8.1 */
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
 /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
 /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
 /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

#s1 {
    color: #FFFFCC;
}

#s2 {
    position: relative;
    color: #fff;
}

#s2:after {
    content: '';
}

.f1 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.4em;
    opacity: 0;
    color: #4c992d;
    font-weight: bold
}

.img1 {
    max-width: 100%;
    display: block;
    margin: 1.8rem auto 0;
    opacity: 0;
    border-radius: 5px
}

.active .img1 {
    -webkit-animation: fadein 2s 1.8s;
    -webkit-animation-fill-mode: forwards;
}
/* .ads{width:80%;margin:0 auto;max-height:50px;}
.ads img{max-width:100%;display:block;margin:0 auto;max-height:50px;} */
.ads {
    width: 100%;
    margin: 0 auto;
}

.ads img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

#s1 .bottom {
    position: absolute;
    bottom: 10px;
    color: #519d32;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.f2 {
    font-size: 1.4rem;
    text-align: center;
}

.arrow {
    display: block;
    margin: 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    margin-top: 2rem;
    margin-bottom: 3rem;
}


.b1 {
    display: block;
    width: 72%;
    color: #734E00;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    margin: 5rem auto 0;
    background: #fff;
    height: 2.4em;
    line-height: 2.4em;
    border-radius: 2em;
    font-weight: bold;
}

p {
    margin: 0;
}

.spec-arrow {
    position: relative;
    margin-right: 10px;
    -webkit-animation: arrow-up 0.5s infinite;
    animation: arrow-up 0.5s infinite;
}

.spec-arrow em {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #519d32;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.spec-arrow::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #519d32;
    border-right: 2px solid #519d32;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    margin-left: -5px;
}

.spec-arrow::after {
    content: '';
    width: 2px;
    height: 11px;
    background: #519d32;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 1px;
}

/* 向上箭头 */
@-webkit-keyframes arrow-up {
    0% {
        top: 3px;
    }

    100% {
        top: -2px;
    }
}

@keyframes arrow-up {
    0% {
        top: 3px;
    }

    100% {
        top: -2px;
    }
}

.shadow {
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 100%;
    background: -webkit-radial-gradient(#80A438,#8BBA2E);
    box-shadow: 0 0 50px 5px #80A530;
    height: 0.8rem;
    bottom: -15px;
    margin-bottom: 0;
    z-index: 0;
}

.active .f1 {
    -webkit-animation: fadein .8s;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.active .a {
    -webkit-animation: down 1s 0.5s;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-600px,0);
        -webkit-animation-timing-function: ease-in;
    }

    29% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scaleY(0.75);
        -webkit-transform-origin: 0 100%;
        -webkit-animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0,-120px,0) scaleY(1);
        -webkit-transform-origin: 0 100%;
        -webkit-animation-timing-function: ease-in;
    }

    71% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scaleY(0.8);
        -webkit-transform-origin: 0 100%;
        -webkit-animation-timing-function: ease-out;
    }

    86% {
        opacity: 1;
        -webkit-transform: translate3d(0,-60px,0) scaleY(1);
        -webkit-transform-origin: 0 100%;
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scaleY(1);
        -webkit-transform-origin: 0 100%;
    }
}

.active .b {
    opacity: 0;
    -webkit-animation: zoomin 0.5s 2.8s;
    -webkit-animation-fill-mode: forwards;
}

.active .c {
    opacity: 0;
    -webkit-animation: zoomin 0.5s 3.0s;
    -webkit-animation-fill-mode: forwards;
}

.active .d {
    opacity: 0;
    -webkit-animation: zoomin 0.5s 3.2s;
    -webkit-animation-fill-mode: forwards;
}

.active .e {
    opacity: 0;
    -webkit-animation: zoomin 0.5s 3.4s;
    -webkit-animation-fill-mode: forwards;
}

.active .f {
    opacity: 0;
    -webkit-animation: slideIn 0.5s 1.8s;
    -webkit-animation-fill-mode: forwards;
}

.active .g {
    opacity: 0;
    -webkit-animation: slideUp 0.5s 2.3s;
    -webkit-animation-fill-mode: forwards;
}

.active .shadow {
}

@-webkit-keyframes zoomin {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8) translate3d(-200px,-500px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8) translate3d(0,500px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0,0,0);
    }
}

/* loading 效果 */
.spinner {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 991;
    display: none;
    position: absolute;
}

.status .spinner {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.status .spinner .container1 > div,.status .spinner .container2 > div,.status .spinner .container3 > div {
    background-color: #ccc;
}

.container1 > div,.container2 > div,.container3 > div {
    width: 6px;
    height: 6px;
    background-color: #AED028;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes arrowLeft {
    0% {
        -webkit-transform: translateX(0px) scale(0.6);
    }

    20% {
        -webkit-transform: translateX(0px) scale(0.6);
    }

    35% {
        -webkit-transform: translateX(12px) scale(0.6);
    }

    50% {
        -webkit-transform: translateX(-18px) scale(0.6);
    }

    65% {
        -webkit-transform: translateX(0px) scale(0.6);
    }

    80% {
        -webkit-transform: translateX(-12px) scale(0.6);
    }

    100% {
        -webkit-transform: translateX(0px) scale(0.6);
    }
}

@-webkit-keyframes arrowRight {
    0% {
        -webkit-transform: translateX(0px) scale(0.6) rotateY(180deg);
    }

    20% {
        -webkit-transform: translateX(0px) scale(0.6) rotateY(180deg);
    }

    35% {
        -webkit-transform: translateX(-12px) scale(0.6) rotateY(180deg);
    }

    50% {
        -webkit-transform: translateX(18px) scale(0.6) rotateY(180deg);
    }

    65% {
        -webkit-transform: translateX(0px) scale(0.6) rotateY(180deg);
    }

    80% {
        -webkit-transform: translateX(12px) scale(0.6) rotateY(180deg);
    }

    100% {
        -webkit-transform: translateX(0px) scale(0.6) rotateY(180deg);
    }
}

.w-bgBox1 {
    background: url(../images/wjd_bg1.jpg);
    background-size: 100% 100%
}

.w-wrap1 {
    background: #f0ffe9;
    border-radius: 10px;
    border: 1px solid #c2dbba;
    margin: 0 12px;
    padding: 30px 10px 10px
}

.w-wrap1 .site-info {
    color: #333;
    font-size: 14px;
    margin-top: 30px;
    text-align: center
}

.w-bgBox2 {
    background: url(../images/wjd_bg1.jpg);
    background-size: 100% 100%
}

.w-wrap2 {
    background: #f0ffe9;
    border-radius: 10px;
    border: 1px solid #c2dbba;
    margin: 0 12px;
    padding: 55px 10px 10px;
    position: relative;
}

.w-wrap2 .tit {
    background: url(../images/wjd_tit_bg.png);
    background-size: 100% 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 55px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: -14px;
    text-align: center;
    width: 300px;
}

.w-wrap2 .con {
    color: #4a9328;
    font-size: 16px;
    max-height: 350px;
    line-height: 24px;
    overflow-y: auto;
    padding-bottom: 20px;
    position: relative;
}

/*.w-wrap2 .con:after{background-image:linear-gradient(to bottom,transparent,#fff);bottom:0;content:'';height:20px;left:0;position:absolute;width:100%;}
*/
.w-wrap2 img {
    display: block;
    border-radius: 10px;
    max-width: 100%
}

.w-wrap2 .btnBox {
    margin-top: 20px
}

.w-wrap2 .btnBox .btn {
    background: url(../images/wjd_btn_bg.png);
    background-size: 100% 100%;
    color: #fff667;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 56px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
}

.site-info {
    color: #333;
    font-size: 14px;
    margin-top: 30px;
    text-align: center
}

.site-info span {
    background: #f0ffe9;
    border-radius: 13px;
    color: #4c992d;
    display: inline-block;
    max-height: 52px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 20px;
    max-width: 80%
}

.memorial-hall-audio {
    position: absolute;
    right: 12px;
    top: 12px
}

.memorial-hall-audio.top {
    z-index: 3
}

.memorial-hall-audio-btn {
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}


.editor-detail {
    font-size: 14px;
    color: #333;
    line-height: 160%;
    overflow: hidden;
}

.editor-detail * {
    max-width: 100%!important;
    word-break: break-all!important;
    white-space: unset!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
}

.editor-detail img {
    max-width: 100%!important;
    height: auto!important;
}

.editor-detail video {
    max-width: 100%!important;
    display: block;
}

.editor-detail iframe {
    width: 100%!important;
    max-width: 100%!important;
}


/*海报*/
.wjd-poster {
    background-size: cover;
    height: 121vw;
    left: 0;
    padding-top: 15vw;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateY(-200%);
    width: 100%;
    z-index: 999.1;
}

.wjd-poster .tit-s {
    border-radius: 3.8vw;
    display: inline-block;
    font-size: 3.9vw;
    height: 7.5vw;
    line-height: 7.5vw;
    padding: 0 5.4vw;
}

.wjd-poster .tit {
    font-size: 8.4vw;
    font-weight: bold;
    height: 24vw;
    line-height: 12vw;
    margin-top: 12vw
}

.wjd-poster .info {
    color: #333;
    font-size: 3.9vw;
    line-height: 8vw;
    margin-top: 8vw
}

.wjd-poster .info em {
    font-weight: bold
}

.wjd-poster .maBox {
    background: #fff;
    border-radius: .5vw;
    box-sizing: border-box;
    height: 25vw;
    margin: 6.6vw auto 0;
    padding: 0.8vw;
    width: 25vw;
}

.wjd-poster .maBox .img {
    display: block;
    height: 100%;
    width: 100%;
}

.wjd-poster .btn1 {
    margin-top: 3vw
}

.wjd-poster .btn101 span {
    border-radius: 4vw;
    color: #fff;
    display: inline-block;
    font-size: 3.2vw;
    height: 7.8vw;
    line-height: 7.8vw;
    padding: 0 4vw;
}
.wjd-poster .btn101 {
    margin-top: 3vw
}

.wjd-poster .btn1 span {
    border-radius: 4vw;
    color: #fff;
    display: inline-block;
    font-size: 3.2vw;
    height: 7.8vw;
    line-height: 7.8vw;
    padding: 0 4vw;
}
.wjd-poster .btn2 {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.wjd-poster .btn2 span {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 3.2vw;
    height: 7.4vw;
    line-height: 7.4vw;
    padding: 0 8vw;
}

.wjd-poster.type1 {
    background-image: url(../images/wjd_hb_bg1.jpg);
}

.wjd-poster.type1 .tit-s {
    border: 1px solid #448667;
    color: #448667;
}

.wjd-poster.type1 .tit {
    color: #448667;
}

.wjd-poster.type1 .info em {
    color: #448667;
}

.wjd-poster.type1 .maBox {
    border: 2px solid #448667;
}

.wjd-poster.type1 .txt {
    color: #333;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2vw
}

.wjd-poster.type1 .btn1 span {
    background: #448667;
}
.wjd-poster.type1 .btn101 span {
    background: #448667;
}

.wjd-poster.type1 .btn2 span {
    background: #448667;
    -webkit-border-top-left-radius: 3.2vw;
    border-top-left-radius: 3.2vw;
    -webkit-border-top-right-radius: 3.2vw;
    border-top-right-radius: 3.2vw;
}

.wjd-poster.type2 {
    background-image: url(../images/wfqmj_hb_bg2.jpg);
}

.wjd-poster.type2 .tit-s {
    border: 1px solid #dd373a;
    color: #dd373a;
}

.wjd-poster.type2 .tit {
    color: #dd373a;
}

.wjd-poster.type2 .info em {
    color: #dd373a;
}

.wjd-poster.type2 .maBox {
    border: 2px solid #dd373a;
}

.wjd-poster.type2 .txt {
    color: #333;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2vw
}

.wjd-poster.type2 .btn1 span {
    background-image: linear-gradient(to right,#e36d44,#dd373a);

}
.wjd-poster.type2 .btn101 span {
    background-image: linear-gradient(to right,#82ab4d,#3b3e40);

/*加载等待*/
.tiploading {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.7);
    position: fixed;
    border-radius: 10px;
    z-index: 99999999;
}

.tiploading .tiploading-con {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

/*type1*/
.sk-circle {
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
    left: 10px;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes toScale {
    0%,80%,100% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes toScale {
    0%,80%,100% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.siteMaBox {
    align-items: center;
    background: rgba(33,33,33,0.7);
    bottom: 42px;
    cursor: pointer;
    height: 48px;
    z-index: 999;
    position: fixed;
    left: 0;
    width: 100%;
}

.siteMaBox .im {
    float: left;
    width: 34px;
    height: 34px;
    margin: 7px 0 0 10px;
}

.siteMaBox .im img {
    width: 100%;
}

.siteMaBox .tx {
    float: left;
    margin: 7px 0 0 8px;
    color: #fff;
}

.siteMaBox .tx h3 {
    margin-top: 2px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.siteMaBox .tx p {
    margin: 6px 0 0 4px;
    font-size: 12px;
    line-height: 12px;
}

.siteMaBox .down {
    float: left;
    width: 86px;
    height: 26px;
    margin: 10px 0 0 10px;
    border-radius: 12px;
    background: #f5f5f5;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 26px;
    text-align: center;
}

.siteMaBox .download {
    display: inline-block;
    width: 14px;
    height: 12px;
    margin: 0 0 0 4px;
    background-position: 0 0;
    vertical-align: -2px;
}

.siteMaBox #closedow {
    float: right;
    height: 19px;
    padding: 5px;
    margin: 9px 10px 0 0;
    overflow: hidden;
}

.siteMaBox #closedow span {
    display: inline-block;
    height: 9px;
    padding: 5px;
    border-radius: 10px;
    background: #f5f5f5;
    overflow: hidden;
}

.siteMaBox .cross {
    background: url(../images/bg-downapp.png) no-repeat;
    background-size: 30px auto;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-position: -20px 0;
    vertical-align: top;
}

.erweima-dia {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 2020;
    display: none;
}

.erweima-dia .erweima-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    color: #333;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 200px
}

.erweima-dia .erweima-box .tit {
    font-size: 18px;
    white-space: nowrap;
    font-weight: bold;
}

.erweima-dia .erweima-box .info1 {
    margin-top: 5px;
    color: #999;
}

.erweima-dia .erweima-box .pic-box {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box
}

.erweima-dia .erweima-box img {
    width: 100%;
    height: 100%;
    display: block;
    background: #ccc;
}

.erweima-dia .erweima-box .txt {
    line-height: 18px;
    padding-top: 0px;
    font-size: 12px;
}

.erweima-dia .x-close-btn {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -12px;
}

.erweima-dia .x-close-btn .xicon {
    background: url(../wap/images/bg-downapp.png) no-repeat;
    background-size: 30px auto;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-position: -20px 0;
}

.erweima-dia div,.erweima-dia div p {
    margin: 0
}
