html, body {
    margin: 0;
    min-width: 1260px;
}

body {
    background: #fff8da;
}

.header {
    width: 100%;
    height: 798px;
    background: url("../images/main/header.jpg");
    background-position-x: center;
}

.footer {
    width: 100%;
    height: 99px;
    background: url("../images/main/footer_02.jpg");
    background-position-x: center;
}

.header-wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.header-wrap .logo-wrap {
    width: 436px;
    height: 52px;
    border-radius: 52px;
    box-sizing: border-box;
    background: #f25b03;
    position: absolute;
    right: 20px;
    top: 32px;
    opacity: 0;
}

.header-wrap .logo-wrap .logo {
    width: 392px;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-wrap .logo-wrap.startAnimate {
    animation: zoomInScale 1s forwards 2s;
}

@media (max-width: 1500px) {
    .header .march-3-logo {
        /*top: 156px;*/
        /*z-index: 99;*/
        display: none;
    }
}

.header-content {
    max-width: 1528px;
    min-width: 1260px;
    width: 100%;
    height: 873px;
    background: url("../images/main/header_bg.png") no-repeat;
    background-size: 1528px 873px;
    position: absolute;
    top: 0;
    opacity: 0;
}

.header-content.startAnimate {
    animation: fadeInDown 1.2s forwards;
}

.header-content .hc-slogan-1{
    position: absolute;
    top: 120px;
    left: 518px;
    width: 486px;
    height: 35px;
    opacity: 1;
    background: url(../images/main/header_zyq.png) no-repeat left top / 100% 100%;
}


.btn-group {
    position: absolute;
    height: 135px;
    width: 808px;
    top: 520px;
    right: 321px;
}

.btn-group .header-link {
    opacity: 0;
    position: absolute;
    width: 134px;
    height: 135px;
    top: 0;
    display: block;
}

.btn-group .header-btn {
    /*position: absolute;*/
    width: 134px;
    height: 135px;
    /*top: 0;*/
}

.btn-group .header-btn:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.btn-group #guifeng_btn_link {
    left: 0;
}
.btn-group #nuanxin_btn_link {
    left: 166px;
}
.btn-group #xiangyue_btn_link {
    left: 332px;
}
.btn-group #minzu_btn_link {
    left: 498px;
}
.btn-group #hexie_btn_link {
    left: 664px;
}

.btn-group #guifeng_btn_link.startAnimate {
    animation: fadeInUp 1s forwards 1s;
}
.btn-group #nuanxin_btn_link.startAnimate {
    animation: fadeInUp 1s forwards 1.1s;
}
.btn-group #minzu_btn_link.startAnimate {
    animation: fadeInUp 1s forwards 1.2s;
}
.btn-group #xiangyue_btn_link.startAnimate {
    animation: fadeInUp 1s forwards 1.3s;
}
.btn-group #hexie_btn_link.startAnimate {
    animation: fadeInUp 1s forwards 1.4s;
}

.body {
    width: 1200px;
    margin: 71px auto 0;
    position: relative;
    z-index: 10;
}

.activity-wrap {
    padding: 0 33px;
    font-size: 0;
    opacity: 0;
}

.activity-wrap.startAnimate {
    animation: fadeInDown 1s forwards 2.8s;
}

.activity-title {
    font-family:Microsoft YaHei;
    position: relative;
    padding-left: 239px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #f34f37;
}

.activity-title .jin-ri-re-dian {
    width: 137px;
    height: 155px;
    display: block;
    position: absolute;
    left: 34px;
    top: 10px;
}

.activity-title .title {
    font-size: 54px;
    color: #eb1602;
    font-weight: bold;
}

.activity-title .sub-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-indent: 2em;
    color: #000000;
    margin-top: 25px;
    width: 750px;
}

.activity-title .sub-title .sub-title-detail {
    font-size: 16px;
    line-height: 25px;
    color: #f91800;
    text-decoration: none;
}

.activity-body {
    margin-top: 15px;
    font-size: 0;
    font-family:Microsoft YaHei;
}
.activity-body .left {
    display: inline-block;
    vertical-align: top;
    width: 458px;
}
.activity-body .left .yaowen{
    color: #fff8da;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    width: 116px;
    height: 41px;
    background: #f41700;
    margin-left: 120px;
    margin-top: 5px;
    font-weight: bold;
}
.activity-body .left .yaowen-more{
    margin-left: 342px;
    margin-top: 3px;
}
.activity-body .left .yaowen-more .more-link{
    width: 56px;
    height: 14px;
}

.activity-body .left .yaowen-wrap{
    margin-top: 15px;
}

.activity-body .left .yaowen-wrap .yaowen-link{
    display: block;
    color: #000000;
    position: relative;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 16px;
    padding-left: 40px;
    text-decoration: none;
    white-space: nowrap;
    width: 423px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activity-body .left .yaowen-wrap .yaowen-circle{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #c11826;
    position: absolute;
    box-sizing: border-box;
    left: 10px;
    top: 14px;
}
.activity-body .left .yaowen-wrap .yaowen-circle .inner-circle{
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border: 1px solid #c11826;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.activity-body .right {
    display: inline-block;
    vertical-align: top;
    width: 615px;
    box-sizing: border-box;
    margin-left: 61px;
}

.activity-body .right #activityCarousel {
    width: 605px;
    height: 385px;
    /*background: #ffffff;*/
}
.activity-body .right .pic-link-wrap {
    margin-top: 16px;
}
.activity-body .right .pic-link-wrap .pic-link {

}

.activity-body .right .pic-link-wrap .pic-link-img {
    width: 191px;
    height: 124px;
    margin-right: 15px;
}
.activity-body .right .pic-link-wrap .pic-link:last-child .pic-link-img{
    margin-right: 0;
}

.section-wrap {
    font-size: 0;
    font-family:Microsoft YaHei;
    margin-top: 64px;
    opacity: 0;
}

.section-wrap.startAnimate {
    animation: fadeInDown 1s forwards 3.5s;
}

.section-wrap .comment-wrap {
    display: inline-block;
    vertical-align: top;
    width: 605px;
    background: #ffffff;
    border-radius: 21px;
    border: 1px solid #f73914;
}

.section-wrap .comment-wrap .comment-head {
    width: 605px;
    height: 84px;
    margin-top: -15px;
}

.section-wrap .comment-wrap .comment-body {

}

.section-wrap .comment-wrap .scroll-comment {
    width: 540px;
    margin: 14px auto 0;
    height: 259px;
    overflow: hidden;
}

.section-wrap .comment-wrap .scroll-comment #scrollInner {
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
}

.section-wrap .comment-wrap .scroll-comment .scroll-comment-item {
    font-size: 18px;
    color: #ffffff;
    background: #ef731d;
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-top: 13px;
    margin-right: 15px;
}

.section-wrap .comment-wrap .scroll-comment .scroll-comment-item:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid #ef731d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -12px;
    top: 8px;
}

.section-wrap .comment-wrap .topic-wrap {
    width: 540px;
    margin: 35px auto 0;
    max-height: 120px;
    overflow-y: scroll;
}

.section-wrap .comment-wrap .topic-wrap .topic-item {
    font-size: 16px;
    color: #f71d1d;
    display: inline-block;
    margin-right: 15px;
    margin-top: 13px;
    cursor: pointer;
}

.section-wrap .comment-wrap #commentText {
    resize: none;
    width: 540px;
    height: 158px;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    border: 1px solid #f25b03;
    margin: 14px auto 0;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.section-wrap .comment-wrap .nick-name-wrap {
    text-align: right;
    width: 540px;
    margin: 12px auto 13px;
}
.section-wrap .comment-wrap .nick-name-wrap #submit {
    width: 107px;
    height: 42px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    background: #f71d1d;
    text-align: center;
    margin-left: 10px;
}
.section-wrap .comment-wrap .nick-name-wrap #nickNameInput {
    width: 140px;
    height: 40px;
    border: 1px solid #f25b03;
    font-size: 16px;
    color: #000000;
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 20px;
    text-align: left;
}
.section-wrap .comment-wrap .nick-name-wrap #validate {
    width: 120px;
    height: 40px;
    border: 1px solid #f25b03;
    font-size: 16px;
    color: #000000;
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 20px;
    text-align: left;
}

.section-wrap .comment-wrap .comment-foot {
    width: 605px;
    height: 30px;
}

.section-wrap .game-wrap {
    display: inline-block;
    vertical-align: top;
    width: 495px;
    height: 672px;
    box-sizing: border-box;
    border-radius: 21px;
    border: 1px dashed #f91800;
    margin-left: 55px;
    padding-top: 90px;
    position: relative;
    margin-top: 68px;
}
.section-wrap .game-wrap .hu-dong-you-xi {
    width: 137px;
    height: 152px;
    position: absolute;
    left: 179px;
    top: -66px;
}
.section-wrap .game-wrap .game-link {
    width: 390px;
    display: block;
    padding: 6px;
    background: #ffffff;
    margin: 9px auto 0;
}
.section-wrap .game-wrap .game-link .game-pic {
    width: 390px;
    height: 119px;
    display: block;
}

.ethnic-wrap {
    width: 100%;
    min-width: 1200px;
    height: 1151px;
    position: relative;
    background: url("../images/main/ethnic2.jpg");
    background-size: 1920px 1151px;
    background-position-x: center;
    margin-top: -350px;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 860px;
}
.ethnic-wrap .ethnic-double {
    width: 831px;
    height: 886px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.ethnic-wrap .ethnic-footer-wrap {
    width: 1100px;
    height: 291px;
    background: url("../images/main/footer-bg.png");
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.load-mask {
    position: absolute;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f2f2f2;
}

.little-cartoon {
    width: 294px;
    height: 305px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 999;
}

.little-cartoon .content{
    width: 294px;
    height: 305px;
    font-size: 0;
    position: relative;
}

.little-cartoon .content .little-cartoon-pic {
    width: 294px;
    height: 305px;
    position: absolute;
    left: 0;
    top: 0;
}

.little-cartoon .content .countup{
    width: 65px;
    height: 34px;
    font-size: 16px;
    line-height: 44px;
    color: white;
    overflow: hidden;
    position: absolute;
    bottom: 75px;
    left: 112px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -o-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        -moz-transform: translate3d(0, -10%, 0);
        -ms-transform: translate3d(0, -10%, 0);
        -o-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes zoomInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        -o-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
