body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

@font-face {
    font-family: 'fzqkbys';
    src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzqkbys.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 1080px;
    margin: 0 auto;
    overflow-x: hidden;
    background: #000000;
}

/* 去除video的点击效果 */
video {
    outline: none
}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

/* 礼包的动画 */
@keyframes libaoAni {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -1346px;
    }
}

/* 东坡肉的动画 */
@keyframes rouAni {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -6720px;
    }
}

@keyframes breathe {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.4);
    }
}

/* 遮罩 */
.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(39, 39, 39, 0.9);
    z-index: 999;
    display: none;
}

.mask-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pop-wrap .btn-close {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    top: -69px;
    right: -19px;
    background: url("../img/btn-close.png") no-repeat;
    background-size: 100%;
}

/* 苏轼的视频弹框 */
.sushi-pop .pop-wrap {
    position: absolute;
    width: 876px;
    height: 527px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sushi-pop .pop-bg {
    position: absolute;
    width: 876px;
    height: 527px;
    background: url("../img/sushi-pop-bg.png");
    background-size: 100%;
}

.app {
    position: relative;
    width: 1080px;
    height: 15596px;
    background: url("../img/bg.jpg") no-repeat;
    background-size: 100%;
}

.header {
    position: relative;
    width: 100%;
    height: 2047px;
}

/* 标语 */
.slogan {
    width: 728px;
    height: 634px;
    background: url("../img/slogan.png") no-repeat;
    position: absolute;
    top: 1079px;
    left: 36px;
}

.sub-title {
    width: 540px;
    height: 94px;
    background: url(../img/sub-title.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1630px;
    left: 125px;
    z-index: 1;
}

/* icon */
.icon {
    height: 225px;
    width: 100%;
    position: absolute;
    top: 1759px;
    left: 0;
}

.icon .icon-img {
    width: 225px;
    height: 225px;
    position: absolute;
    top: 0;
    left: 35px;
}

.icon .icon-text {
    /* 文字不显示 */
    font-size: 0;
    position: absolute;
    left: 311px;
    top: 0;
}

.icon .icon-text .title {
    width: 277px;
    height: 53px;
    position: absolute;
    top: 107px;
    left: 0;
    background: url("../img/game-title.png") no-repeat;
    background-size: 100%;
}

.icon .icon-text .title-desc {
    width: 320px;
    height: 36px;
    position: absolute;
    top: 183px;
    left: 0;
    background: url("../img/game-desc.png") no-repeat;
    background-size: 100%;
}

/* 桃源有礼 */
.section1 {
    position: relative;
    width: 100%;
    height: 1647px;
    background: url("../img/section1-bg.png") no-repeat;
    background-size: 100%;
}

.section1 .title {
    width: 807px;
    height: 289px;
    background: url("../img/title1.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.section1 .award1 {
    position: relative;
    width: 100%;
    height: 375px;
    background: url("../img/qudao-award.png") no-repeat;
    background-size: 100%;
}

.section1 .award1 .libao {
    width: 102px;
    height: 112px;
    position: absolute;
    top: 176px;
    right: 153px;
    background: url("../img/libao.png");
    animation: libaoAni 1s steps(12) infinite;
}

.section1 .award2 {
    position: relative;
    width: 100%;
    height: 289px;
    background: url("../img/basic-award.png") no-repeat;
    background-size: 100%;
}

.section1 .award3 {
    position: relative;
    width: 100%;
    height: 674px;
    background: url("../img/periodic-award.png") no-repeat;
    background-size: 100%;
}

.section1 .award3 .time-line {
    width: 938px;
    height: 4px;
    position: absolute;
    top: 130px;
    left: 76px;
    background-color: #c1ac6b;
}

.section1 .award3 .time-line::before {
    width: 458px;
    height: 4px;
    content: ' ';
    background-color: #fdbe13;
    position: absolute;
    top: 0;
    left: 0;
}

.section1 .award3 .time-line .periodic-icon:nth-of-type(1) {
    left: 131px;
}

.section1 .award3 .time-line .periodic-icon:nth-of-type(2) {
    left: 455px;
}

.section1 .award3 .time-line .periodic-icon:nth-of-type(3) {
    left: 777px;
}

.section1 .award3 .time-line .periodic-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -13px;
    background: url("../img/periodic-icon.png") no-repeat;
    background-size: 100%;
}

.section1 .award3 .time-line .periodic-icon-active {
    background: url("../img/periodic-icon2.png") no-repeat;
    transform-origin: center center;
    animation: breathe 1.2s ease-in-out infinite alternate;
}

/* 忘川印象 */
.section2 {
    position: relative;
    width: 100%;
    height: 1419px;
    background: url("../img/section2-bg.png") no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.section2 .title {
    width: 807px;
    height: 289px;
    background: url("../img/title2.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.section2 .impress-bg {
    width: 830px;
    height: 801px;
    background: url("../img/impress-bg.png") no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 2;
    top: 27px;
    left: 50px;
}

.section2 .tips {
    position: absolute;
    z-index: 3;
    top: 665px;
    left: 296px;
    font-size: 35px;
    line-height: 35px;
    color: #9e8f6c;
    white-space: nowrap;
    letter-spacing: 5px;
}

.section2 .impress {
    position: absolute;
    top: 315px;
    left: 543px;
    width: 280px;
    height: 280px;
    background: url("../img/rou.png") no-repeat;
    animation: rouAni 2s steps(24) infinite;
}

.section2 .bullet {
    position: absolute;
    font-size: 35px;
    line-height: 35px;
    color: #9e8f6c;
    letter-spacing: 5px;
    opacity: 0.7;
    white-space: nowrap;
}

.section2 .bullet1 {
    top: 289px;
    left: 860px;
}

.section2 .bullet2 {
    top: 381px;
    left: 34px;
}

.section2 .bullet3 {
    top: 491px;
    left: 630px;
}

.section2 .bullet4 {
    top: 580px;
    left: -226px;
}

.section2 .bullet5 {
    top: 797px;
    left: 51px;
}

.section2 .bullet6 {
    top: 959px;
    left: 494px;
}

/* 特色内容 */
.section3 {
    position: relative;
    width: 100%;
    height: 3731px;
}

.section3 .title {
    width: 807px;
    height: 289px;
    background: url("../img/title3.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.section3 .video-title {
    width: 453px;
    height: 53px;
    background: url("../img/video-title.png") no-repeat;
    background-size: 100%;
    margin: 73px auto 36px;
}

.section3 .video-wrap {
    position: relative;
    margin: 0 auto;
    width: 1015px;
    height: 607px;
    background: url("../img/video-bg.png") no-repeat;
    background-size: 100%;
}

.section3 .video-wrap video {
    position: absolute;
    top: 30px;
    left: 23px;
    width: 966px;
    height: 544px;
}

.section3 .video-wrap .video-mask {
    position: absolute;
    top: 30px;
    left: 23px;
    width: 966px;
    height: 544px;
    background: url('../img/video-mask.jpg') no-repeat;
    background-size: 100%;
}

.section3 .video-wrap .video-btn {
    width: 265px;
    height: 265px;
    background: url("../img/btn-play.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 169px;
    left: 376px;
}

.section3 .content-list {
    margin-top: 51px;
}

.section3 .content .content-wrap {
    width: 793px;
    height: 492px;
    background: url("../img/content-wrap.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-left: 17px;
}

.section3 .content-wrap .content-detail {
    width: 713px;
    height: 399px;
    position: absolute;
    top: 40px;
    left: 40px;
}

.section3 .content1 {
    width: 100%;
    height: 831px;
    background: url("../img/content1-bg.png") no-repeat;
    background-size: 100%;
}

.section3 .content1 .content-title {
    margin: 0 0 28px 63px;
    width: 684px;
    height: 261px;
    background: url("../img/content1-title.png") no-repeat;
    background-size: 100%;
}

.section3 .content1 .content-wrap {
    margin-left: 9px;
}

.section3 .content1 .content-detail {
    background: url("../img/content1-detail.gif") no-repeat;
    background-size: 100%;
}

.section3 .content2 {
    width: 100%;
    height: 849px;
    background: url("../img/content2-bg.png") no-repeat;
    background-size: 100%;
}

.section3 .content2 .content-title {
    margin: 0 0 24px 319px;
    width: 688px;
    height: 269px;
    background: url("../img/content2-title.png") no-repeat;
    background-size: 100%;
}

.section3 .content2 .content-wrap {
    margin-left: 267px;
}

.section3 .content2 .content-detail {
    background: url("../img/content2-detail.gif") no-repeat;
    background-size: 100%;
}

.section3 .content3 {
    width: 100%;
    height: 942px;
    background: url("../img/content3-bg.png") no-repeat;
    background-size: 100%;
}

.section3 .content3 .content-title {
    width: 687px;
    height: 303px;
    margin: 0 0 24px 72px;
    background: url("../img/content3-title.png") no-repeat;
    background-size: 100%;
}

.section3 .content3 .content-detail {
    background: url("../img/content3-detail.gif") no-repeat;
    background-size: 100%;
}

/* 名士欣赏 */
.section4 {
    position: relative;
    width: 100%;
    height: 2506px;
}

.section4 .title {
    width: 806px;
    height: 289px;
    background: url("../img/title4.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.section4 .video-title {
    width: 453px;
    height: 53px;
    background: url("../img/mingshi-video-title.png") no-repeat;
    background-size: 100%;
    margin: 64px auto 37px;
}

.section4 .mingshi-video-wrap {
    width: 1015px;
    height: 607px;
    background: url("../img/mingshi-video-bg.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin: 0 auto;
}

.section4 .mingshi-video-wrap video {
    width: 966px;
    height: 544px;
    position: absolute;
    top: 30px;
    left: 23px;

}

.section4 .mingshi-video-wrap .img-mask {
    width: 966px;
    height: 544px;
    position: absolute;
    top: 30px;
    left: 23px;
    background: url("../img/mingshi-video-mask.jpg") no-repeat;
    background-size: 100%;
}

.section4 .mingshi-video-wrap .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 265px;
    height: 265px;
    background: url("../img/btn-play.png") no-repeat;
    background-size: 100%;
}

.section4 .mingshi-video-wrap .img-mask {
    background-image: url("../img/mingshi1-mask.jpg");
}

.section4 .swiper-container {
    position: relative;
}

/* 人物背景 */
.section4 .swiper-container .img-bg {
    position: absolute;
    top: 91px;
    left: 39px;
    width: 1008px;
    height: 1008px;
    background: url("../img/mingshi-img-bg.png") no-repeat;
    background-size: 100%;
}

.section4 .swiper-container .swiper-button-prev {
    position: absolute;
    top: 493px;
    left: 18px;
    width: 117px;
    height: 223px;
    background: url("../img/mingshi-swiper-button-prev.png") no-repeat;
    background-size: 100%;
}

.section4 .swiper-container .swiper-button-next {
    position: absolute;
    top: 493px;
    right: 10px;
    width: 117px;
    height: 225px;
    background: url("../img/mingshi-swiper-button-next.png") no-repeat;
    background-size: 100%;
}

/* 介绍 */
.section4 .mingshi {
    height: 2064px;
}

.section4 .mingshi audio {
    display: none;
}

/* 介绍 */
.section4 .mingshi .introduction {
    box-sizing: border-box;
    position: absolute;
    top: 1106px;
    left: 18px;
    width: 1031px;
    padding: 32px 56px 0 56px;
    background-size: 100%;
    color: #ccb480;
    font-size: 28px;
    line-height: 61px;
}

/* 杨玉环、张良 - 介绍 */
.section4 .mingshi1 .introduction,
.section4 .mingshi2 .introduction {
    box-sizing: border-box;
    position: absolute;
    height: 322px;
    background: url("../img/mingshi-introduction1.png") no-repeat;
    background-size: 100%;
}

/* 李白、上官婉儿 - 介绍 */
.section4 .mingshi3 .introduction,
.section4 .mingshi4 .introduction {
    position: absolute;
    height: 271px;
    background: url("../img/mingshi-introduction.png") no-repeat;
    background-size: 100%;
    padding: 32px 40px 0 40px;
}

/* 杨玉环 */

.section4 .mingshi1 .mingshi-character {
    position: relative;
    width: 100%;
    height: 1457px;
}

/* 杨玉环 - 人物 */
.section4 .mingshi1 .character {
    position: absolute;
    top: 41px;
    left: 3px;
    width: 1080px;
    height: 1039px;
    background: url("../img/mingshi-character1.png") no-repeat;
    background-size: 100%;
}

/* 铭牌 */
.section4 .mingshi1 .nameplate {
    position: absolute;
    top: 99px;
    left: 242px;
    width: 84px;
    height: 231px;
    background: url("../img/mingshi-nameplate1.png") no-repeat;
    background-size: 100%;
}

/* 张良 */
.section4 .mingshi2 .mingshi-character {
    position: relative;
    width: 1080px;
    height: 790px;
}

/* 张良 - 人物 */
.section4 .mingshi2 .character {
    position: absolute;
    top: 58px;
    left: 0;
    width: 1080px;
    height: 1013px;
    background: url("../img/mingshi-character2.png") no-repeat;
    background-size: 100%;
}

/* 铭牌 */
.section4 .mingshi2 .nameplate {
    position: absolute;
    top: 172px;
    left: 243px;
    width: 83px;
    height: 156px;
    background: url("../img/mingshi-nameplate2.png") no-repeat;
    background-size: 100%;
}

/* 李白 */
.section4 .mingshi3 .mingshi-character {
    position: relative;
    width: 1080px;
    height: 1002px;
}

/* 李白 - 人物 */
.section4 .mingshi3 .character {
    position: absolute;
    top: 72px;
    left: 0;
    width: 1080px;
    height: 1002px;
    background: url("../img/mingshi-character3.png") no-repeat;
    background-size: 100%;
}

/* 铭牌 */
.section4 .mingshi3 .nameplate {
    position: absolute;
    top: 172px;
    left: 243px;
    width: 83px;
    height: 156px;
    background: url("../img/mingshi-nameplate3.png") no-repeat;
    background-size: 100%;
}

/* 上官婉儿 */

.section4 .mingshi4 .mingshi-character {
    position: relative;
    width: 1080px;
    height: 790px;
}

/* 人物 */
.section4 .mingshi4 .character {
    position: absolute;
    top: 41px;
    left: 0;
    width: 1080px;
    height: 1070px;
    background: url("../img/mingshi-character4.png") no-repeat;
    background-size: 100%;
}

/* 铭牌 */
.section4 .mingshi4 .nameplate {
    position: absolute;
    top: 100px;
    left: 243px;
    width: 83px;
    height: 303px;
    background: url("../img/mingshi-nameplate4.png") no-repeat;
    background-size: 100%;
}

/* 喇叭 */
.section4 .mingshi .cv {
    font-family: 'fzqkbys';
    position: absolute;
    top: 179px;
    left: 144px;
    width: 37px;
    height: 340px;
    padding: 102px 13px 0 13px;
    background: url("../img/mingshi-cv.png") no-repeat;
    background-size: 100%;
    font-size: 37px;
    color: #d5b58a;
}

.section4 .mingshi .speaker {
    position: absolute;
    top: -75px;
    left: 0;
    width: 83px;
    height: 75px;
    background: url("../img/mingshi-speaker.png") no-repeat;
    background-size: 100%;
}

/* 仙音颂曲 */
.section5 {
    position: relative;
    height: 1667px;
}

.section5 .title {
    position: relative;
    width: 806px;
    height: 289px;
    background: url("../img/title5.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.section5 .xianyin-bg {
    position: absolute;
    top: 324px;
    left: 18px;
    width: 949px;
    height: 1260px;
    background: url("../img/xianyin-bg.png") no-repeat;
    background-size: 100%;
}

.section5 .inner-frame {
    position: absolute;
    top: 110px;
    left: 125px;
    width: 744px;
    height: 731px;
    background: url("../img/inner-frame.png") no-repeat;
    background-size: 100%;
}

.section5 .bird {
    background: url("../img/xianyin-bird.png") no-repeat;
    background-size: 100%;
    width: 166px;
    height: 174px;
    position: absolute;
    top: -169px;
    left: 854px;
}

.section5 .seal {
    position: absolute;
    top: 891px;
    left: 116px;
    width: 178px;
    height: 300px;
}

.section5 .buke .seal {
    background: url("../img/seal-1.jpg") no-repeat;
    background-size: 100%;
}

.section5 .qingniao .seal {
    background: url("../img/seal-2.jpg") no-repeat;
    background-size: 100%;
}

.section5 .mulan .seal {
    background: url("../img/seal-3.jpg") no-repeat;
    background-size: 100%;
}

.section5 .tianxia .seal {
    background: url("../img/seal-4.jpg") no-repeat;
    background-size: 100%;
}

.section5 .swiper-container {
    position: relative;
    height: 1378px;
}

.section5 .swiper-container video {
    position: absolute;
    top: 223px;
    left: 131px;
    width: 731px;
    height: 418px;
}

.section5 .swiper-container .swiper-slide .img-mask {
    position: absolute;
    top: 223px;
    left: 131px;
    width: 731px;
    height: 418px;
    background: url("../img/xianyin-mask.jpg") no-repeat;
    background-size: 100% 100%;
}

.section5 .swiper-container .buke .img-mask {
    background-image: url("../img/buke-mask.jpg");
}

.section5 .swiper-container .qingniao .img-mask {
    background-image: url("../img/qingniao-mask.jpg");
}

.section5 .swiper-container .mulan .img-mask {
    background-image: url("../img/mulan-mask.jpg");
}

.section5 .swiper-container .tianxia .img-mask {
    background-image: url("../img/tianxia-mask.jpg");
}

.section5 .swiper-container .swiper-slide .video-btn {
    position: absolute;
    z-index: 11;
    top: 312px;
    left: 401px;
    width: 265px;
    height: 265px;
    background: url("../img/btn-play.png") no-repeat;
    background-size: 100%;
}

.section5 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: absolute;
    width: 128px !important;
    height: 1096px !important;
    top: 0;
    left: 909px !important;
    right: 0 !important;
}

.section5 .swiper-pagination .swiper-pagination-bullet {
    position: absolute;
    width: 107px;
    height: 219px;
    background: url("../img/swiper-pagination-bullet-bg.png") no-repeat;
    background-size: 100%;
    left: 28px;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
}

.section5 .swiper-pagination .swiper-pagination-bullet-active {
    background: url("../img/swiper-pagination-bullet-active-bg.png") no-repeat;
    background-size: 100%;
    left: 30px;
}

.section5 .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 107px;
    height: 219px;
}

.section5 .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    top: 116px;
}

.section5 .swiper-pagination .swiper-pagination-bullet:nth-of-type(1)::after {
    background: url("../img/swiper-pagination-bullet-active1.png") no-repeat;
    background-size: 100%;
}

.section5 .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    top: 370px;
}

.section5 .swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::after {
    background: url("../img/swiper-pagination-bullet-active2.png") no-repeat;
    background-size: 100%;
}

.section5 .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
    top: 622px;
}

.section5 .swiper-pagination .swiper-pagination-bullet:nth-of-type(3)::after {
    background: url("../img/swiper-pagination-bullet-active3.png") no-repeat;
    background-size: 100%;
}

.section5 .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
    top: 877px;
}

.section5 .swiper-pagination .swiper-pagination-bullet:nth-of-type(4)::after {
    background: url("../img/swiper-pagination-bullet-active4.png") no-repeat;
    background-size: 100%;
}

/* 游戏特色 */
.section6 {
    position: relative;
    width: 100%;
    height: 1875px;
}

.section6 .title {
    width: 807px;
    height: 289px;
    background: url("../img/title6.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.section6 .content {
    position: relative;
}

.section6 .tese-bg {
    position: absolute;
    width: 876px;
    height: 1415px;
    left: 99px;
    top: 43px;
    background: url("../img/tese-bg.png") no-repeat;
    background-size: 100%;
}

.section6 .maidian {
    position: absolute;
    top: 83px;
    width: 100%;
    height: 1319px;
}

.section6 .maidian .bird1 {
    position: absolute;
    z-index: 2;
    top: 781px;
    width: 315px;
    height: 347px;
    background: url("../img/bird1.png") no-repeat;
    background-size: 100%;
}

.section6 .maidian .bird2 {
    position: absolute;
    z-index: 2;
    top: 85px;
    right: 21px;
    width: 179px;
    height: 184px;
    background: url("../img/bird2.png") no-repeat;
    background-size: 100%;
}

.section6 .maidian .swiper-button-prev {
    width: 118px;
    height: 223px;
    top: 592px;
    left: 19px;
    background: url("../img/btn-pre.png") no-repeat;
    outline: none;
}

.section6 .maidian .swiper-button-next {
    outline: none;
    width: 118px;
    height: 225px;
    top: 592px;
    right: 24px;
    background: url("../img/btn-next.png") no-repeat;
}

.section6 .maidian .swiper-container {
    position: relative;
    margin: 0 auto;
    width: 742px;
    height: 100%;
}

.section6 .maidian .swiper-wrapper {
    width: 742px;
}

.section6 .maidian .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.section6 .maidian .swiper-slide img {
    width: 742px;
    height: 1319px;
}

.section6 .maidian .swiper-slide .mask .desc {
    position: absolute;
    width: 642px;
    top: 1072px;
    left: 30px;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 46px;
}

/* 底部logo */
.end-logo {
    width: 100%;
    height: 704px;
    background: url("../img/eng-logo.png") no-repeat;
    background-size: 100%;
    position: relative;
}

.sushi-pop .video-wrap video {
    position: absolute;
    top: 32px;
    left: 24px;
    width: 824px;
    height: 466px;
}

.sushi-pop .video-wrap .video-mask {
    position: absolute;
    top: 32px;
    left: 24px;
    width: 824px;
    height: 466px;
    background: url('../img/sushi-video-mask.jpg') no-repeat;
    background-size: 100%;
}

.sushi-pop .video-wrap .video-btn {
    position: absolute;
    top: 125px;
    left: 300px;
    width: 265px;
    height: 265px;
    background: url("../img/btn-play.png") no-repeat;
    background-size: 100%;
}

.post-btn {
    width: 360px;
    height: 469px;
    background: url(../img/post-btn.png) no-repeat;
    background-size: 100%;
    position: fixed;
    z-index: 100;
    bottom: 80px;
    right: 0;
}
