* {
    margin: 0;
    padding: 0
}

body {
    background-color: #970300;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    font-family: nmy;
}
@font-face {
    font-family: "kchcj";
    src:url('/static/css/fonts/kchcj2.ttf');
}
@font-face {
    font-family: "nmy";
    src:url('/static/css/fonts/nmy7.ttf');
}

/* music */
@-webkit-keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes rotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

.music {
    position: fixed;
    right: 10px;
    top: 20px;
    margin-top: 0;
    display: inline-block;
    z-index: 99999999
}

.music a {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url('/static/images/play.png') no-repeat;
    background-size: 100%;
}

.music a audio {
    width: 100%;
    height: 56px;
}

.music a.stop {
    background-position: left bottom;
}

.music a.on {
    background-position: 0px 1px;
    -webkit-animation: reverseRotataZ 1.2s linear infinite;
}

.pandaPicshowShadowbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2017
}
/*向下滑动提示*/
.container {
    position: relative;
    width: 5vw;
    height: 5.6vw;
}
.chevron {
    position: absolute;
    width: 4.5vw;
    height: 1.85vw;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    animation: move2 3s ease-out infinite;
}
.chevron:first-child {
    animation: move2 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    animation: move2 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #ffd375;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
    -webkit-transform: skew(0deg, 30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
}
@keyframes move2 {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
        -webkit-transform:translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
.hltext {
    position: absolute;
    letter-spacing: 1vw;
    top:-35vw;
    left:-0.5vw;
/*    margin-top: 17vw;
    margin-bottom: 8vw;
    margin-left:-0.5vw;*/
    font-size: 5vw;
    line-height: 5vw;
    color: #ffd375;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse2 2s linear alternate infinite;
}
@keyframes pulse2 {
    to {
        opacity: 1;
    }
}
/*向下滑动提示结束*/

.main {
    margin: 0 auto
}

.home {
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 8vw;
    justify-content: center
}

.home-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60vw;
    margin-top: 5vw
}

.home-titleyw {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:auto;
    font-size: 5vw;
    line-height: 6vw;
    color: #efcb85;
    margin-top: 1vw
}

.piaofu {
    width: 95vw;
    display: flex;
    justify-content: flex-end;
    margin-top: 5vw
}

.piaofu img {
    width: 30vw;
    height: 15vw
}

.home-yah {
    display: flex;
    width: 50vw;
    justify-content: center;
/*    margin-top: 5vw;*/
    margin: 5vw 5vw 0 5vw;

}

.home-yah img {
    width: 28vw;
    height:auto;
    margin: 0px 20px;
}

.piaofu1 {
    width: 95vw;
    display: flex;
    justify-content: flex-start;
    margin-top: 5vw
}

.piaofu1 img {
    width: 30vw;
    height: 15vw
}

.home-ewm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30vw;
    height: 30vw
}

.home-ewm img {
    width: 30vw;
    height: 30vw
}

.home-zcyq {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30vw;
    margin-top: 2vw
}

.home-zcyq img {
    width: 50vw;
    height: 10vw
}
.home-zcyq span{
    position: absolute;left: 50%;display: inline-block;    width: 50vw;
    font-size:6vw;
    line-height: 24px;
    color: #efcb85;
    margin-left: -25vw;
    text-align: center;
}

.hemo-yilu {
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
    margin-bottom: 5vw
}

.hemo-yilu img {
    width: 50vw;
    height: 5vw
}

.hmeo-zcyq-title {
    display: flex;
    width: 80vw;
    justify-content: flex-start;
    font-size: 6vw;
    line-height: 8vw;
    color: #f4cfa3;
    margin-top: 5vw;
    letter-spacing: 0.8vw;
}

.hmeo-zcyq-titlenr {
    display: flex;
    margin-top: 3vw;
    width: 50vw;
    justify-content: flex-start;
    font-size: 4vw;
    line-height: 6vw;
    color: #f4cfa3
}

.home-lcbanner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 5vw
}

.home-lcbanner img {
    width: 50vw;
    height: 22vw
}

.home-lcxx {
    width: 65vw;
    margin-top: 3vw
}

.home-lcxx img {
    width: 65vw;
    height: 14vw
}
.home-lcxx span{
    position: absolute;left: 50%;display: inline-block;    width: 50vw;
    font-size: 5vw!important;
    line-height: 14vw;
    color: #efcb85;margin-left: -25vw;text-align: center
}
.home-name {
    font-size: 32 rpx;
    color: #f3da91;
    margin-top: 5vw;
    font-weight: 500;
    width: 50vw;
    display: flex;
    justify-content: flex-start
}

.home-input input {
    color: #0e0e0e;
    font-size: 24 rpx;
    line-height: 50 rpx;
    height: 8vw;
    width: 50vw;
    margin-top: 5vw
}

.home-input textarea {
    width: 50vw;
    margin-top: 5vw;
    height: 15vw;
    color: #dadada;
    padding-left: 2vw
}

.homer-dhtitle {
    display: flex;
    font-size: 4vw;
    color: #fff;
    line-height: 32px;
    font-weight: 700
}

.submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0c988;
    margin-top: 5vw;
    height: 10vw
}

.submit input {
    width: 100%;
    background-color: #f0c988;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    font-weight: 700;
    border: #f0c988 solid 1px;
    display: block
}

#container {
    width: 50vw;
    height: 50vw
}

.ditua {
    margin-top: 2vw;
    display: flex;
    width: 50vw;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around
}

.ditulist {
    margin-top: 3vw;
    display: flex;
    width: 25vw;
    justify-content: center;
    align-items: center;
    height: 10vw
}

.ditulist a {
    display: block;
    width: 23vw;
    color: #fff;
    background-color: #bc832a;
    font-size: 12px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    margin-top: 3vw
}