/*公共样式*/
html,body{min-width: 100%;position:absolute;}
.main{position:relative;width:1200px;margin:0 auto;}
.logo{position:absolute;top:29px;left:21px;width:110px;height:145px;background:url(http://image.gyyxcdn.cn/upload/pic/logo/wd_logoLight.png) no-repeat;}
.nav{position: absolute;top:25px;right:0;color:#754019;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_navbg.png) no-repeat;width: 348px; height: 31px; text-align: left;line-height:31px;z-index: 999;}
.nav a{margin:0 14px;color: transparent;background: linear-gradient(to right, #e5434b 50%, #754019 50%); background-size: 200% 100%;background-position: 100% 0; background-clip: text;-webkit-background-clip: text;transition: background-position 0.5s cubic-bezier(0.25, 1, 0.5, 1);-webkit-background-clip: text;}
.nav a:hover{background-position: 0 0;}
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background:linear-gradient(90deg, #1e75ba 0%, #ffffe3 100%);
    transform-origin: 0 50%;
    z-index: 2000;
    animation: grow-progress auto linear;
    animation-timeline: scroll();
}
@keyframes grow-progress {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}
/*封装首页*/
.index_wrap{min-width:1200px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_index_bg.jpg) no-repeat 50% 0;height: 1080px;position: relative; overflow: hidden;}
.index_wrap .main{z-index: 999;}
.index_wrap .logo{top: 15px;left:6px;}
.index_wrap .nav{position: absolute;top:17px;right:5px;color:#e5dabc;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_index_navbg.png) no-repeat;width: 398px; height: 54px; text-align: left;line-height:48px;z-index: 999;}
.index_wrap .nav a{margin:0 13px;color: transparent;background: linear-gradient(to right, #fff88a 50%, #efe8ca 50%); background-size: 200% 100%;background-position: 100% 0; background-clip: text;transition: background-position 0.5s cubic-bezier(0.25, 1, 0.5, 1);-webkit-background-clip: text;}
.index_wrap .nav a:hover{background-position: 0 0;}
.music{z-index:99;position:absolute;top:0;right:0;width:54px;height:54px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_nav_music.png) no-repeat;cursor:pointer;}
.music.pause{background-position:-54px 0;}
.music{-webkit-animation: rotateBack1 5s linear infinite normal;animation: rotateBack1 5s linear infinite normal;}
.music.pause{animation: paused;}
@-webkit-keyframes rotateBack1 {
    0% {
        -webkit-transform: rotate(-360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@-moz-keyframes rotateBack1 {
    0% {
        -moz-transform: rotate(-360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@keyframes rotateBack1 {
    0% {
        transform: rotate(-360deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
.sy_btn{position: absolute; top:244px; left:157px;height: 448px;width: 849px;overflow: hidden;}
.sy_btn a{width: 402px; height: 448px; float: left;  background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_index_btn.png) no-repeat; text-indent: -999px; overflow: hidden;}
.sy_btn a.a01{background-position: -402px 0;}
.sy_btn a.a02{width: 402px;background-position: 0 0;float:right;}
.sy_btn a.a01:hover {background-position: -402px -448px;}
.sy_btn a.a02:hover {background-position: 0 -448px;}
.videoBg{position: absolute; width: 1920px; height:1080px; top: 0; left: 50%; margin-left: -960px;}
.videoBg video{opacity: 0;}
.videoBg video.on{opacity: 1;}
.sy_btn a{animation: fadeIn 1s ease-in-out forwards;opacity: 0;}

/* 按钮淡入动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
        }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 二级页头部 */
.wd_slogan {width: 835px;height: 344px;position: absolute;top: 484px;left: 217px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_sl.png) no-repeat 50% 0;opacity: 0;animation: sl 0.5s 0.1s ease-in-out forwards;}
@keyframes sl {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.wd_icon{position: absolute;top:596px;right:167px;}
.header{height: 1070px;}
.navBar{position: absolute;top: 879px;height:172px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_tab.png) no-repeat 50% 0;width:1339px;margin-left:-72px;}
.navBar ul{width: 1254px;height:97px;margin: 36px 0 0 41px;box-sizing: border-box;}
.navBar ul li{position:relative;float:left;height:97px;margin-left: 1px;}
.navBar ul li a.btn{display:block;height:97px;text-indent:-999px;overflow:hidden;}
.navBar ul li a.a01{background-position:0 0;width: 193px;}
.navBar ul li a.a02{background-position:-193px 0;width: 169px;}
.navBar ul li a.a03{background-position:-363px 0;width: 166px;}
.navBar ul li a.a04{background-position:-530px 0;width: 172px;}
.navBar ul li a.a05{background-position:-703px 0;width: 189px;}
.navBar ul li a.a06{background-position:-893px 0;width: 170px;}
.navBar ul li a.a07{background-position:-1064px 0;width: 188px;}
.navBar ul li.on a,.navBar ul li a:hover{background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_tab.png) no-repeat 50% -172px;}
.navBar ul li.on a.a01,.navBar ul li a.a01:hover{background-position:-43px -172px;}
.navBar ul li.on a.a02,.navBar ul li a.a02:hover{background-position:-236px -172px;}
.navBar ul li.on a.a03,.navBar ul li a.a03:hover{background-position:-406px -172px;}
.navBar ul li.on a.a04,.navBar ul li a.a04:hover{background-position:-573px -172px;}
.navBar ul li.on a.a05,.navBar ul li a.a05:hover{background-position:-746px -172px;}
.navBar ul li.on a.a06,.navBar ul li a.a06:hover{background-position:-936px -172px;}
.navBar ul li.on a.a07,.navBar ul li a.a07:hover{background-position:-1107px -172px;}
.navBar ul li .navList{position:absolute;top:75px;right:36px;width:135px;height:409px;padding-top:15px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_tablist.png) no-repeat;z-index: 9999;}
.navBar ul li .navList a{display:block;width:100%;height:26px;color:#a7520e;text-align:center;line-height:26px;background: none;}
.navBar ul li .navList a:hover{color:#f43b0a;}

/*专题首页*/
.wrap{min-height: 8691px;min-width:1200px;max-width:1920px;margin:0 auto;overflow: hidden;}
.sy_wrap .header{position: relative;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_bg02.png) no-repeat 50% 100%;}
.sy_wrap .header::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_bg01.jpg) no-repeat center center;background-size: cover;z-index: -1;animation: bgBreathe 10s ease-in-out infinite;pointer-events: none;}
/* 头图背景放大缩小 */
@keyframes bgBreathe {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}
.sy_wrap .wd_cont{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_bg03.jpg) no-repeat 50% 0,url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_bg05.jpg) no-repeat 50% 100%,url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_bg04.jpg) repeat-y 50% 0;}
.box h2{width:1057px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_tit.png) no-repeat;text-indent:-999px;overflow:hidden;margin: 0 auto;}
.box01 h2{background-position:0 0;margin-bottom: 47px;height: 151px;}
.box01{height: 680px;}
.box01 ul{position:relative;height:380px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_step.png) no-repeat 50% 0;}
.box01 ul li{position:absolute;top:0px;height:380px;}
.box01 ul li.li01{left:0px;width:174px;z-index:2;}
.box01 ul li.li02{left:218px;width:226px;z-index:1;}
.box01 ul li.li03{left:487px;width:174px;z-index:1;}
/* .box01 ul li.li04{left:710px;width:197px;z-index:2;} */
/* .box01 ul li.li05{left:710px;width:197px;z-index:1;} */
.box01 ul li.li05{left:630px;width:357px;z-index:1;}
.box01 ul li.li06{left:945px;width:257px;z-index:1;}
.box01 ul li.li05 p{padding-left: 35px;}
.box01 ul li a{position:absolute;top:156px;left:50%;margin-left:-32px;display:block;width:63px;height:20px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_stepbtn.png) no-repeat;color: #67250e;line-height: 20px;text-align: center;}
.box01 ul li .explainbg01{display:none; position:absolute;top:200px;left:50%;margin-left:-45px;width:154px;background: #f8e193;min-height:38px;_height:38px;color: #67250e;line-height: 20px;padding: 7px 15px 3px 14px;}
.box01 ul li .explaintop{position:absolute;left:0;top:-19px;width:183px;height:21px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_steptxtbg01.png) no-repeat 0 0;overflow:hidden;}
.box01 ul li .explainbottom{position:absolute;left:0;bottom:-9px;width:183px;height:9px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_steptxtbg02.png) no-repeat 0 0;overflow:hidden;}
.box01 ul li p{padding-top:208px;color:#913f01;line-height:24px;text-align:center;}

.box02{overflow:hidden;min-height: 1840px;padding-bottom: 140px;}
.box02 h2{background-position:0 -151px;margin:0 auto 55px;height: 151px;}
.box02 .ul01{margin-bottom:28px;overflow:hidden;padding-left: 7px;}
.box02 .ul01 li{position:relative;float:left;width:383px;height:517px;box-sizing: border-box;padding:275px 0px 0 0;margin-top:37px;margin-right: 14px;}
.box02 .ul01 li.li01{background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_gift01.png) no-repeat 50% 0;color: #e6e4e5;}
.box02 .ul01 li.li02{width: 392px;height:610px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_gift02.png) no-repeat 50% 0;color: #ffea77;margin-top:0px;}
.box02 .ul01 li.li03{background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_gift03.png) no-repeat 50% 0;color: #ffbf8b;margin-right: 0;}
.box02 .ul01 li p{padding:0 25px;text-align: center;line-height:28px;}
.box02 .ul02{padding-left:51px;overflow:hidden;}
.box02 .ul02 li{float:left;width:336px;height:281px;margin-right:47px;overflow: hidden;}
.box02 .ul02 li a.img{display:block;width: 322px;height: 198px;padding:7px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_giftborder.png) no-repeat;margin-bottom:26px;}
.box02 .ul02 li a.img img{-webkit-transition:all .3s linear;transition:all .3s linear;}
.box02 .ul02 li a.img:hover img{-webkit-transform:scale(1.03);transform: scale(1.03);}
#zoom{z-index:99990;position:fixed;top:0;left:0;display:none;width:100%;height: 100%;background:rgba(0, 0, 0, 0.8);filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f4f4f, endColorstr=#4f4f4f)";-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f4f4f, endColorstr=#4f4f4f)";}
.box02 .ul02 li a.real{display: block;margin:0 auto;text-indent:-999px;overflow: hidden;}
.box02 .ul02 li a.real:hover{transform: scale(1.02);transition: all 0.3s linear;}
.box02 .ul02 li a.a01{width:315px;height:41px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_giftbtn01.png) no-repeat;}
.box02 .ul02 li a.a02{width:301px;height:41px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_giftbtn02.png) no-repeat;}
.box02 .ul02 li a.a03{width:301px;height:41px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_giftbtn03.png) no-repeat;}

.box02 .txt{padding:34px 48px 0;}
.box02 .txt h3{margin-top: 26px;font-size:22px;color:#fff;line-height:46px;font-weight:bold;}
.box02 .txt p{font-size:16px;color:#fff;line-height:30px;}
.box02 .txt p strong{font-weight:bold;}
.box02 a{color:#ffde44;font-size: 16px;font-weight: normal;}
.box02 h3 a{text-decoration: underline;}
.box01 ul li p .red{color:#fd681f;}
.box02 .txt .red{color:#ffde44;}

.box03{height: 1038px;}
.box03 h2{background-position:0 -302px;margin:0 auto 24px;height: 151px;}
.box03 .videobox{width: 1280px;height: 630px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_sszbbg.png) no-repeat;margin-left:-38px;}
.box03 h4{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_sszbtit.png) no-repeat;width: 170px;height: 30px;text-indent: -9999px;overflow: hidden;}
.box03 .video{float: left;margin-right: 45px;}
.box03 .video h4.zbtit{background-position: 0 0;margin: 71px 0 25px 57px;}
.box03 .video h4.cbtit{background-position: 0 -30px;margin: 71px 0 25px 57px;}
.box03 .video a {display:block;width:729px;height:411px;position: relative;margin-left: 57px;}
.box03 .video a .videobg{position:absolute;left:0;top:0;width:729px;height:411px;background:#000;background:rgba(0,0,0,.8);filter:alpha(opacity=80);-webkit-transition:all .3s linear;transition:all .3s linear;}
.box03 .video .videoborder{position: absolute;top: 13px;left: 13px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_sszbborder.png) no-repeat;width: 703px;height: 385px;}
.box03 .video a i{position:absolute;top:50%;left:50%;margin:-62px 0 0 -62px;display:block;width:125px;height:125px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_sszbvideo.png) no-repeat;}
.box03 .video a:hover .videobg{background:rgba(0,0,0,.6);filter:alpha(opacity=60);}
.box03 .zxbox{float: left;width: 392px;overflow: hidden;}
.box03 .zxbox h4{position: relative;margin: 71px 0 7px 0;background-position: 0 -60px;width: 100%;}
.box03 .zxbox h4 a{display: block;position: absolute;top:0;right: 0;font-size:16px;color: #913f01;height: 28px;line-height: 28px;text-indent: 0;overflow: visible;}
.box03 .zxbox ul li,.box03 .zxbox ul li a{font-size: 16px;color: #913f01;line-height: 48px;}
.box03 .zxbox ul li{position: relative;border-top: 1px dashed #dbbd9d;}
.box03 .zxbox ul li:nth-child(1){border-top: none;}
.box03 .zxbox ul li span{position: absolute;right: 0;font-size: 16px;color: #913f01;}

.box04{height: 1082px;}
.box04 h2{background-position:0 -453px;margin:0 auto 54px;height: 151px;}
.box04 .swzl{width:1188px;height:535px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_swzlbg.png) no-repeat;margin:0 auto;}
.box04 .swzl_jd{background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_swzlbg_jd.png) no-repeat;}
.box04 a{display:block;width:393px;height:124px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_swzlbtn.png) no-repeat;margin:19px auto 0;text-indent:-999px;overflow:hidden;}
.box04 a:hover{background-position:0 -124px;}

.box05{height: 1282px;}
.box05 h2{background-position:0 -604px;margin:0 auto 69px;height: 151px;}
.box05 .zg_box{width: 1086px;margin: 0 auto;}
.box05 .zg_btn{width: 1086px;height: 49px;text-align: center;display: flex;justify-content: space-between;}
.box05 .zg_btn li{display: inline-block;width: 311px;height: 49px;}
.box05 .zg_btn li a{display: block;width: 311px;height: 49px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_zgtab.png) no-repeat 0 0;text-indent: -999px;overflow: hidden;}
.box05 .zg_btn li:nth-child(1) a{background-position: 0 0;}
.box05 .zg_btn li:nth-child(2) a{background-position: -311px 0;}
.box05 .zg_btn li:nth-child(3) a{background-position: -622px 0;}
.box05 .zg_btn li:nth-child(1).on a{background-position: 0 -49px;}
.box05 .zg_btn li:nth-child(2).on a{background-position: -311px -49px;}
.box05 .zg_btn li:nth-child(3).on a{background-position: -622px -49px;}
.box05 .zg_cont{margin: 59px auto 0;width: 1085px;height: 669px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_zgbg.png) no-repeat;box-sizing: border-box;padding: 8px 0;}
.box05 .zg_tab{overflow-y: auto;box-sizing: border-box;width: 1104px;height: 653px;}
.box05 .zg_txt{font-size: 16px;color: #5c3021;line-height: 30px;width: 1068px;margin: 0 9px;height: 220px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_zgline.png) no-repeat 50% 100%;text-align: center;display: flex;justify-content: space-around;flex-wrap: wrap;align-content: center;align-items: center}
.box05 .zg_txt div:nth-child(1){background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_zgcircle.png) no-repeat 50% 0;width: 130px;height: 99px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #ffffff;line-height: 24px;}
.box05 .zg_txt div:nth-child(3){background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_zgvs.png) no-repeat 0 0;width: 101px;height: 100px;text-indent: -9999px;overflow: hidden;}
.box05 .zg_txt div:nth-child(5) a{display: block;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_zgbtn.png) no-repeat 0 0;width: 130px;height: 51px;text-indent: -9999px;overflow: hidden;}
.box05 .zg_txt div:nth-child(5) a:hover{background-position: 0 -51px;}
.box05 .zg_txt div:nth-child(2),.box05 .zg_txt div:nth-child(4){width: 230px;}
.box05 .zg_tab::-webkit-scrollbar {width: 8px;border-radius: 8px;}
.box05 .zg_tab::-webkit-scrollbar-thumb {background-color: #946116;border-radius: 8px;/*滑块添加鼠标样式*/cursor: pointer;}
.box05 .zg_tab::-webkit-scrollbar-track {border-radius: 8px;width: 8px;/*竖线背景*/background: linear-gradient(to right, transparent 35%, #b55002 50%, transparent 65%);}
.box05 .zg_tab::-webkit-scrollbar-button:single-button {height: 2px;background: #b55002;}

.box06{height: 859px;}
.box06 h2{background-position:0 -755px;margin:0 auto 40px;height: 151px;}
.box06 ul{width:1200px;overflow:hidden;display: flex;flex-wrap: wrap;justify-content: space-around;}
.box06 ul li{float:left;width:291px;height:183px;box-sizing: border-box;padding:7px 6px 5px 6px;margin-bottom:27px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_sstpborder.png) no-repeat;overflow: hidden;}
.box06 ul li a{display: block;}
.box06 ul li a img{width: 279px;height: 171px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.box06 ul li a:hover img{-webkit-transform:scale(1.03);transform: scale(1.03);}

.box07{height: 774px;}
.box07 h2{background-position:0 -906px;margin:0 auto 19px;height: 151px;}
.box07 p{font-size:18px;color:#fff;line-height:36px;text-align:center;}
.box07 p.notice{font-size:18px;color:#fff;margin-top: 10px;}
.box07 .hero{width:1168px;height:443px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_mrbg.png) no-repeat;padding:75px 0 0 90px;margin:0 auto;box-sizing: border-box;}
.box07 .hero table{font-size:16px;color:#913f01;line-height:34px;text-align:center;}
.box07 .hero table tr th{font-size: 20px;color: #913f01;font-weight:bold;line-height:40px;}
.box07 .hero table tr:nth-child(2n){color: #d03840;}
.box07 .hero table:nth-child(1){margin-bottom: 18px;}
.box07 .scrollbox{width: 883px;height: 234px;overflow-y: auto;}
.box07 .scrollbox::-webkit-scrollbar {width: 8px;border-radius: 8px;}
.box07 .scrollbox::-webkit-scrollbar-thumb {background: #946116;border-radius: 8px;cursor: pointer;}
.box07 .scrollbox::-webkit-scrollbar-track {border-radius: 8px;width: 8px;background: linear-gradient(to right, transparent 35%, #b55002 50%, transparent 65%);}
.box07 .scrollbox::-webkit-scrollbar-button:single-button {height: 2px;background: #b55002;}

#zoom{z-index:99990;position:fixed;top:0;left:0;display:none;width:100%;height: 100%;background:rgba(0, 0, 0, 0.8);filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f4f4f, endColorstr=#4f4f4f)";-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f4f4f, endColorstr=#4f4f4f)";}
#zoom .content{z-index:99991;position:absolute;top:50%;left:50%;width:200px;height:200px;width:970px\9;height:682px\9;background:#ffffff no-repeat 50% 50%;padding:0;margin:-100px 0 0 -100px;margin-left:-485px\9;margin-top:-341px\9;box-shadow:-20px 20px 20px rgba(0, 0, 0, 0.3);border-radius:4px;}
#zoom .content.loading{background-image:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_loading.gif);}
#zoom img{display:block;width:970px\9;height:682px\9;max-width:none;background:#ececec;box-shadow:0 1px 3px rgba(0,0,0,0.25);border-radius:4px;}
#zoom .close{z-index: 99993;position:absolute;top:0;right:0;width:49px;height: 49px;cursor:pointer;background:transparent url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_close.png) no-repeat 50% 50%;opacity:1;filter:alpha(opacity=100);border-radius:0 0 0 4px;}
#zoom .previous,#zoom .next{z-index:99992;position:absolute;top: 50%;overflow: hidden;display:block;width:49px;height:49px;margin-top:-25px;}
#zoom .previous{left: 0;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_arrows.png) no-repeat 0 0;border-radius: 0 4px 4px 0;}
#zoom .next{right: 0;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_arrows.png) no-repeat 100% 0;border-radius: 4px 0 0 4px;}
#zoom .close:hover{background-color: #da4f49;}
#zoom .previous:hover,#zoom .next:hover{background-color: #0088cc;}

/*活动介绍*/
.hd_wrap{background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg01.jpg) no-repeat 50% 0,url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg03.jpg) no-repeat 50% 100%,url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg02.jpg) 50% 0 repeat-y;padding-bottom: 150px;min-height: 2100px;height: auto;}
.hd_cont{font-size: 16px;color: #753505; line-height: 30px;}
.hd_tit{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_tit.png) no-repeat 50% 0%;height: 82px; overflow: hidden;text-indent: -999px;}
.hd_h2{margin:95px auto 37px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_tit_x.png) no-repeat 50% 0; height: 42px;text-align: center;color: #f6ffe9;font-size: 26px;font-weight: bold;line-height: 42px;}
.hd_h205{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_tit_x02.png) no-repeat 50% 0;}
.hd_h4{font-weight: bold;line-height: 36px;font-size: 22px;color: #93480c; padding: 20px 0 5px 20px;}
.hd_cont p{padding: 0 9px 0 20px;}
.hd_list{overflow: hidden;}
.hd_list li{padding:0 9px 0 35px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_dot.png) no-repeat 0 12px; margin-left: 30px;}
.hd_p{text-align: center;color: #f24a1c;margin-left: -9px;}
.hd_red{color: #f24a1c;}
.hd_tab{position: relative;margin: 29px 0 0 19px;width:1162px;height:843px;overflow: hidden;}
.hd_tablet{position: absolute;top: -76px;left: 0;height: 76px;z-index: 99;}
.hd_vscrollbox{overflow-y: auto;width:1162px;height:786px;position: absolute;top: 0;}
.hd_table{font-size: 16px;color: #a5592f;text-align: center;margin-top: 76px;}
.hd_table tr th{font-size: 20px;color: #883f16;height: 74px;border: 1px solid #e5c093;background: #f8e1af;}
.hd_table tr td{padding: 10px 0;border: 1px solid #e5c093;}
.hd_table tr.tr01{background: #fff8d4;}
.hd_table tr.tr02{background: #fffae0;}
.hd_vscrollbox::-webkit-scrollbar {width: 8px;border-radius: 8px;}
.hd_vscrollbox::-webkit-scrollbar-thumb {background-color: #ac7a5a;border-radius: 8px;/*滑块添加鼠标样式*/cursor: pointer;}
.hd_vscrollbox::-webkit-scrollbar-track {border-radius: 8px;width: 8px;/*竖线背景*/background: linear-gradient(to right, rgba(51,127,131,0) 40%, rgba(218,200,181,1) 50%, rgba(51,127,131,0) 60%);}
.hd_vscrollbox::-webkit-scrollbar-button:single-button {height: 3px;background-color: transparent;background-repeat: no-repeat;background-position: center;background: linear-gradient(to right, rgba(218,200,181,1) 40%, rgba(218,200,181,1) 60%);}

/*活动介绍*/
.hd_wrap{background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg01.jpg) no-repeat 50% 0,url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg03.jpg) no-repeat 50% 100%,url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg02.jpg) 50% 0 repeat-y;padding-bottom: 150px;min-height: 2100px;height: auto;}
.hd_cont{font-size: 16px;color: #753505; line-height: 30px;}
.hd_tit{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_tit.png) no-repeat 50% 0%;height: 82px; overflow: hidden;text-indent: -999px;}
.hd_h2{margin:95px auto 37px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_tit_x.png) no-repeat 50% 0; height: 42px;text-align: center;color: #f6ffe9;font-size: 26px;font-weight: bold;line-height: 42px;}
.hd_h205{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_tit_x02.png) no-repeat 50% 0;}
.hd_h4{font-weight: bold;line-height: 36px;font-size: 22px;color: #93480c; padding: 20px 0 5px 20px;}
.hd_cont p{padding: 0 9px 0 20px;}
.hd_list{overflow: hidden;}
.hd_list li{padding:0 9px 0 35px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_dot.png) no-repeat 0 12px; margin-left: 30px;}
.hd_p{text-align: center;color: #f24a1c;margin-left: -9px;}
.hd_red{color: #f24a1c;}
.hd_tab{position: relative;margin: 29px 0 0 19px;width:1162px;height:843px;overflow: hidden;}
.hd_tablet{position: absolute;top: -76px;left: 0;height: 76px;z-index: 99;}
.hd_vscrollbox{overflow-y: auto;width:1162px;height:786px;position: absolute;top: 0;}
.hd_table{font-size: 16px;color: #a5592f;text-align: center;margin-top: 76px;}
.hd_table tr th{font-size: 20px;color: #883f16;height: 74px;border: 1px solid #e5c093;background: #f8e1af;}
.hd_table tr td{padding: 10px 0;border: 1px solid #e5c093;}
.hd_table tr.tr01{background: #fff8d4;}
.hd_table tr.tr02{background: #fffae0;}
.hd_vscrollbox::-webkit-scrollbar {width: 8px;border-radius: 8px;}
.hd_vscrollbox::-webkit-scrollbar-thumb {background-color: #ac7a5a;border-radius: 8px;/*滑块添加鼠标样式*/cursor: pointer;}
.hd_vscrollbox::-webkit-scrollbar-track {border-radius: 8px;width: 8px;/*竖线背景*/background: linear-gradient(to right, rgba(51,127,131,0) 40%, rgba(218,200,181,1) 50%, rgba(51,127,131,0) 60%);}
.hd_vscrollbox::-webkit-scrollbar-button:single-button {height: 3px;background-color: transparent;background-repeat: no-repeat;background-position: center;background: linear-gradient(to right, rgba(218,200,181,1) 40%, rgba(218,200,181,1) 60%);}

/*活动奖励*/
.jl_wrap{background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg01.jpg) no-repeat 50% 0,url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg03.jpg) no-repeat 50% 100%,url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_com_bg02.jpg) 50% 0 repeat-y;padding-bottom: 180px;min-height: 2290px;height: auto;}
.jl_cont{font-size: 16px;color: #753505; line-height: 30px;padding: 0 7px 0 3px;}
.jl_tit{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_titjl.png) no-repeat 50% 0%;text-indent: -999px;overflow: hidden;height: 108px;}
.jl_h2{margin:53px -7px 45px -2px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_tit_x.png) no-repeat 50% 0; height: 42px;text-align: center;color: #fff5d4;font-size: 26px;font-weight: bold;line-height: 42px;padding-left: 13px;}
.jl_table{color: #a55930;font-size: 16px;text-align: center;}
.jl_table tr th{padding: 28px;color: #a55930;font-size: 20px;background: #f8e1af;border: 1px solid #e5c093;}
.jl_table tr td{padding: 15px 0;border: 1px solid #e5c093;}
.jl_table tr td p{line-height: 30px;}
.jl_table tr.tr01{background: #fff8d4;}
.jl_table tr.tr02{background: #fffae0;} 
.jl_h4{font-weight: bold;line-height: 36px;font-size: 22px;color: #753505;padding: 32px 0 10px 9px;}
.jl_list{overflow: hidden;}
.jl_list li{padding-left:26px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_hd_dot.png) no-repeat 0 11px; margin-left: 11px;}
.jl_cont p .hd_red{color: #f24a1c;}

/*漂浮*/
.pf{width: 140px;height:494px;position: relative;padding-top: 37px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_pf.png) no-repeat 0 0;z-index: 9998;box-sizing: border-box; }
.pf a{display: block;text-align: center;font-size: 16px;color: #fff;height:45px;line-height:45px;border-bottom: 1px dashed #6682aa; mask-image: linear-gradient(to right, transparent 0%, black 35%, black 65%, transparent 100%);}
.pf a:hover{color: #ffe9b3;}
.pf a:nth-child(8) {border-bottom: none;}
.pf a.pf_last{margin:8px auto 0;text-align:center;height: 28px;line-height:28px;background:#2d5889;width: 60px;border-radius: 14px; mask-image: none; border: none;}
.pf a.pf_last:hover{background-color: #c7b27e;color: #fff;}

/*弹出层*/
.close{width: 59px;height: 57px;position: absolute;top: 5px;right: -80px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_tc_close.png) no-repeat;z-index: 999;-webkit-transition:all .8s ease-out;transition:all .8s ease-out;}
.tc h2{color: #974319;font-size: 36px;font-weight: bold;text-align: center;line-height:96px;}
.tc01{width: 415px;height: 281px;position: fixed;top: 0;left: 0;bottom: 0;right: 0;margin: auto;z-index: 999999;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/wd_tc_bg01.png) no-repeat;display: none;}
.tc01 .tc_cont{text-align: center;padding-top: 95px;}

.tc02{width:1228px;height:703px;position: fixed;top: 0;left: 0;bottom: 0;right: 0;margin: auto;z-index: 999999;display: none;}
.tc02 .close{width:357px;height: 79px;position: absolute;top:720px;right:50%;margin-right:-178px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/mrzbs/2026/zbs/images/tc_close02.png) no-repeat;z-index: 999;}
.tc02 .tc_cont{padding:0;overflow:hidden;}
.tc02 .tc_cont img{width:1228px;height:703px;}
.mask{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background:rgba(0,0,0,.8);z-index: 99999;display: block;} 