@charset "utf-8";
@import "page.css";

#banner_n .search{padding:20px;background:rgba(0,0,0,.5);border-radius:4px;width:600px;}
#banner_n .search .key{width:450px;border:0;background:#fff;line-height:54px;text-indent:20px;float:left;border-radius:4px 0 0 4px;}
#banner_n .search .btn{width:110px;border:0;background:#FF5722;line-height:54px;color:#fff;font-size:16px;float:right;border-radius:0 4px 4px 0;}
#banner_n .search .btn i{margin-right:5px;font-size:14px;}


@media (max-width:800px){	
	#banner_n .textbox{color:#fff; width:100%;}
	#banner_n .search{padding:.3rem;border-radius:.04rem;width:100%;margin:0 auto;}
	#banner_n .search .key{width:80%;line-height:.6rem;text-indent:.2rem;border-radius:.04rem 0 0 .04rem;font-size:.21rem;}
	#banner_n .search .btn{width:20%;line-height:.6rem;font-size:.21rem;border-radius:0 .04rem .04rem 0;}
	#banner_n .search .btn i{margin-right:.05rem;font-size:.21rem;}
}
/*模板频道-优势*/
#adv{width:100%;padding:60px 0;}
#adv .wrap{overflow:inherit;}
#adv .list{margin-top:30px;}
#adv .list ul li{float:left;width:calc((100% - 100px) / 5);margin-right:20px;border:1px solid #e8edf2;border-radius:10px;padding:40px 20px;}
#adv .list ul li:last-child{margin-right:0;}
#adv .list ul li .icon{text-align:center;}
#adv .list ul li .icon i{width:90px;height:90px;margin:0 auto;border-radius:100%;background:linear-gradient(152deg, #FF5722 0%, #fd306f 100%);text-align:center;line-height:80px;border:5px solid #e8edf2;;font-size:30px;color:#fff;}
#adv .list ul li .info{margin-top:25px; text-align:center}
#adv .list ul li .info .t{font-size:18px;}
#adv .list ul li .info p{color:#878B99;margin-top:10px;line-height:24px;height:72px;}
#adv .list ul li:hover{-webkit-transform:translatey(-10px);-ms-transform:translatey(-10px);-o-transform:translatey(-10px);transform:translatey(-10px);box-shadow:0px 0px 12px 0px rgba(0,0,0,0.06);}


/*模板频道-推荐*/
#templets{width:100%;padding:60px 0;background:url("../images/mb/bg_list.png") center center no-repeat;background-size:cover;}
#templets .list{padding-top:50px;position:relative;overflow:hidden;padding-bottom:70px;}
#templets .list .swiper-slide{width:20%;float:left;padding:10px;border-radius:4px;background:#fff;}
#templets .list .swiper-slide .img{overflow:hidden;width:100%;}
#templets .list .swiper-slide .img img{display:block;width:100%;}
#templets .list .swiper-slide a{display:block;margin:0 auto;}
#templets .list .swiper-slide{transition:300ms;transform:scale(.8);opacity:.8;}
#templets .list .swiper-slide-active,
#templets .list .swiper-slide-duplicate-active{transform:scale(1);opacity:1;}
#templets .list .swiper-pagination-bullet{color:#fff;background:#fff;}
#templets .btn{text-align:center;margin-top:20px;}
#templets .btn a{padding:5px 30px;border-radius:40px;background:#FF5722;margin:0 5px;display:inline-block;color:#fff;}
#templets .btn p{margin-top:20px;color:#7f8aa3;}

/*模板频道-功能*/
#gong{width:100%;padding:60px 0;}
#gong .list{margin-top:30px;}
#gong .list ul{border:1px solid #e8edf2;border-radius:10px;overflow:hidden;}
#gong .list ul li{float:left;width:calc(100% / 5);padding:30px 20px;border-bottom:1px solid #e8edf2;border-right:1px solid #e8edf2;}
#gong .list ul li:nth-child(5n){border-right:0;}
#gong .list ul li:nth-child(n+6){border-bottom:0;}
#gong .list ul li .icon i{font-size:34px;color:#FF5722;}
#gong .list ul li .info{margin-top:10px;}
#gong .list ul li .info .t{font-size:18px;}
#gong .list ul li .info p{color:#878B99;margin-top:10px;line-height:24px;height:72px;}
#gong .list ul li:nth-child(2n){background:#f8f9fc;}

/*模板频道-价位*/
#price{width:100%;background:#f5f7fa;padding:60px 0;}
#price .wrap{overflow:inherit;}
#price .list{margin-top:30px;}
#price .list .item{width:32%;background:#fff;padding:50px 40px;border-radius:4px;}
#price .list .item:nth-child(2){margin:0 2%;}
#price .list .item .p_title{font-size:21px;border-bottom:1px solid #e8edf2;padding-bottom:10px;}
#price .list .item .main{margin-top:30px;}
#price .list .item .main .p_price{width:150px;padding-top:5px;}
#price .list .item .main .p_price .p_price_i{font-size:36px;font-family:"din";}
#price .list .item .main .p_price .p_price_i i{font-size:14px;}
#price .list .item .main .p_price .p_p{color:#7f8aa3;margin-top:5px;}
#price .list .item .main .p_list{width:calc(100% - 150px);}
#price .list .item .main .p_list p i{position:relative;color:#FF5722;margin-right:5px;font-size:16px;}
#price .list .item .main .p_list p i.fa-times-circle{color:#878B99;}
#price .list .item:hover{-webkit-transform:translatey(-10px);-ms-transform:translatey(-10px);-o-transform:translatey(-10px);transform:translatey(-10px);box-shadow:0px 0px 12px 0px rgba(0,0,0,0.06);}

@media (max-width:800px){	
	body,html{font-size:.21rem;line-height:.34rem;}
		
	#nbanner .search{padding:20px;width:90%;}
	#nbanner .search .key{width:70%;background:#fff;}
	#nbanner .search .btn{width:30%;}

	#adv{width:100%;padding:.6rem 0;}
	#adv .wrap{overflow:inherit;}
	#adv .list{margin-top:0;}
	#adv .list ul li{float:left;width:100%;margin-right:0;border-radius:0;padding:.3rem;; margin-top:.3rem;display: flex;justify-content:space-between ;align-items:center;}
	#adv .list ul li .icon i{width:1rem;}
	#adv .list ul li .icon i{width:1rem;height:1rem;line-height:1rem;border:.05rem solid #e8edf2; margin-left:0}
	#adv .list ul li .info{margin-top:0; text-align:left; width:calc(100% - 1.3rem)}
	#adv .list ul li .info .t{font-size:.26rem;}
	#adv .list ul li .info p{margin-top:.1rem; font-size:.21rem; line-height:.34rem; height:inherit;}

	#templets{padding:.6rem 0;}
	#templets .list{padding-top:.5rem;padding-bottom:.7rem;}
	#templets .list .swiper-slide{width:50%;padding:.1rem;border-radius:.04rem;}
	#templets .btn{margin-top:.2rem;}
	#templets .btn a{padding:.08rem .4rem;border-radius:.4rem;}
	#templets .btn p{margin-top:.2rem;}

	#gong{padding:.6rem 0;}
	#gong .list{margin-top:.3rem;}
	#gong .list ul{border:1px solid #e8edf2;border-radius:0;}
	#gong .list ul li{float: inherit;width:100%;padding:.3rem;;display: flex;justify-content:space-between ;align-items:center;}
	#gong .list ul li:nth-child(5n){border-right:0;}
	#gong .list ul li:nth-child(n+6){border-bottom:0;}
	#gong .list ul li .icon{ width:1rem;}
	#gong .list ul li .icon i{font-size:.4rem;color:#FF5722;width:1rem;height:1rem;line-height:1rem;font-size:.4rem;border-radius:1rem; border:1px solid #e8edf2; text-align:center}
	#gong .list ul li .info{margin-top:0; width:calc(100% - 1.3rem)}
	#gong .list ul li .info .t{font-size:.26rem;}
	#gong .list ul li .info p{margin-top:.1rem; font-size:.21rem; line-height:.34rem; height:inherit;}

	#price{padding:.6rem 0;}
	#price .list{margin-top:.2rem;}
	#price .list .item{width:100%;padding:.3rem;}
	#price .list .item:nth-child(2){margin:0;}
	#price .list .item .p_title{font-size:26px;padding-bottom:.2rem;}
	#price .list .item .main{margin-top:.3rem;}
	#price .list .item .main .p_price{width:40%;padding-top:.05rem;}
	#price .list .item .main .p_price .p_price_i{font-size:.36rem}
	#price .list .item .main .p_price .p_price_i i{font-size:.21rem;}
	#price .list .item .main .p_price .p_p{margin-top:.05rem;}
	#price .list .item .main .p_list{width:60%;}
	#price .list .item .main .p_list p{ font-size:.21rem}
	#price .list .item .main .p_list p i{margin-right:.05rem;font-size:.21rem;}
}
/*模板栏目-筛选*/
#mb_class{width:100%;margin-top:40px;}
#mb_class .title{padding:10px 0px;border-bottom:1px solid #e8edf2;font-size:18px;font-weight:700;}
#mb_class .nav_list{width:100%;overflow:hidden;border:1px solid #e8edf2;border-bottom:none;box-sizing:border-box;margin-top:20px;}
#mb_class .nav_list .list{margin-top:0px;border-bottom:1px solid #e8edf2;background:#f8f9fc;display:flex;justify-content:flex-start;align-items:center;}
#mb_class .nav_list .list .c_tit{font-weight:800;color:#7f8aa3;width:120px;text-align:center;padding:10px 0;}
#mb_class .nav_list .list .c_list{width:calc(100% - 120px);border-left:1px solid #e8edf2;padding:10px 20px;background:#fff;}
#mb_class .nav_list .list .c_list ul {display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:0 20px;}
#mb_class .nav_list .list .c_list ul li.currclass a{color:#ff502e;}
#mb_class .nav_list .list .c_list ul li i{margin-left:5px;}
#mb_class .nav_list .list .c_list ul li i.sec{border-radius:2px;background:linear-gradient(80deg, #ff4d7e,#7b4dff, #188ef4, #2cdd9b,#fec500,#ff904d );-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:hue 60s infinite linear;}
@media (max-width:800px){	
	#mb_class{margin-top:.4rem;}
	#mb_class .title{padding:.1rem 0px;font-size:.26rem;}
	#mb_class .nav_list{overflow:hidden;border:1px solid #e8edf2;margin-top:.2rem;}
	#mb_class .nav_list .list{border-bottom:1px solid #e8edf2; display:block;}
	#mb_class .nav_list .list .c_tit{font-weight:800;width:100%;text-align:left;padding:.1rem .2rem;border-bottom:1px solid #e8edf2;}
	#mb_class .nav_list .list .c_list{width:100%;border-left:0;padding:.1rem .2rem;}
	#mb_class .nav_list .list .c_list ul{gap:0 .2rem;}
	#mb_class .nav_list .list .c_list ul li i{margin-left:.05rem;}
}

/*模板栏目-分页*/
#templets_p{width:100%;background:#fff;padding:0px 0 30px;}
#templets_p .wrap{overflow:inherit;}
#templets_p ul{display:flex;justify-content:flex-start;align-items:start;flex-wrap:wrap;gap:30px;margin-top:30px;}
#templets_p ul li{width:calc((100% - 90px) / 4);position:relative;}
#templets_p ul li .imgbox{padding:10px;position:relative;overflow:hidden;border:1px solid #e8edf2;border-radius:4px;}
#templets_p ul li .imgbox .img{height:400px;overflow:hidden;border-radius:4px;}
#templets_p ul li .imgbox .img img{width:100%;}
#templets_p ul li .imgbox .info{opacity:0;position:absolute;left:10px;top:10px;background:rgba(0,0,0,.8);width:calc(100% - 20px);height:calc(100% - 20px);border-radius:4px;}
#templets_p ul li .imgbox .info .stit{font-size:16px;line-height:30px;width:100%;text-align:center;position:absolute;left:0;top:50%;margin-top:-15px;color:#fff;}
#templets_p ul li .imgbox .info .stit:after,
#templets_p ul li .imgbox .info .stit:before{content:"";display:block;width:100px;height:1px;background-color:#f2f2f2;position:absolute;left:50%;margin-left:-50px;transition:all .6s ease 0s;}
#templets_p ul li .imgbox .info .stit:before{top:0;}
#templets_p ul li .imgbox .info .stit:after{bottom:0;}
#templets_p ul li a:hover .imgbox .info{opacity:1;}
#templets_p ul li a:hover .imgbox .info .stit:after,
#templets_p ul li a:hover .imgbox .info .stit:before{width:6px;margin-left:-3px;opacity:.6;}
#templets_p ul li a:hover .imgbox{box-shadow:0px 0px 12px 0px rgba(0,0,0,0.06);}
#templets_p ul li p{position:absolute;bottom:10px;left:10px;line-height:40px;background:rgba(0,0,0,.8);color:#fff;width:calc(100% - 20px);text-align:center;border-radius:0 0 4px 4px;}
#templets_p ul li .t{text-align:center;margin-top:10px;font-weight:normal;}
#templets_p ul li .new{position:absolute;left:-25px;top:-20px;background:url("../images/mb/muban_new.png") no-repeat;width:100px;height:90px;background-size:cover;z-index:99;}
#templets_p ul li .rem{position:absolute;left:-25px;top:-20px;background:url("../images/mb/muban_rem.png") no-repeat;width:100px;height:90px;background-size:cover;z-index:99;}
#templets_p ul li .top{position:absolute;left:-25px;top:-20px;background:url("../images/mb/muban_top.png") no-repeat;width:100px;height:90px;background-size:cover;z-index:99;}


@media (max-width:1200px){
	#templets_p ul li .imgbox .img{height:350px;overflow:hidden;border-radius:4px;}
}
@media (max-width:1000px){
	#templets_p ul{gap:20px;}
	#templets_p ul li{width:calc((100% - 60px) / 3);position:relative;}
	#templets_p ul li .imgbox .img{height:380px;overflow:hidden;border-radius:4px;}
}
@media (max-width:800px){
	#templets_p{padding:0px 0 .5rem;}
	#templets_p ul{gap:.25rem; margin-top:.25rem}
	#templets_p ul li{width:calc((100% - .25rem) / 2);}
	#templets_p ul li .imgbox{padding:.1rem;border-radius:.04rem;}
	#templets_p ul li .imgbox .img{height:4rem;border-radius:.04rem;}
	#templets_p ul li .imgbox .info{ display:none;}
	#templets_p ul li p{bottom:.1rem;left:.1rem;line-height:.5rem;width:calc(100% - .2rem);border-radius:0 0 .04rem .04rem;}
	#templets_p ul li .t{display:none}	
}

/*模板内容页*/
#mb{width:100%;background:#878B99;}
#mb .header{position:fixed;top:0;left:0;z-index:999;padding:0 20px;width:100%;height:50px;background:#000;box-shadow:0 3px 6px rgba(0,0,0,.1);webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;}
#mb .header .left{display:flex;justify-content:flex-start;align-items:center;}
#mb .header .left .logo{}
#mb .header .left .logo img{height:24px;}
#mb .header .left .text{margin-left:10px;color:#878B99;font-size:15px;}
#mb .header .left .tabs{margin-left:70px;}
#mb .header .left .tabs a{position:relative;display:inline-block;margin-left:20px;color:#fff;line-height:50px;}
#mb .header .left .tabs a.active:after,
#mb .header .left .tabs a:hover:after{position:absolute;bottom:0;left:0;width:100%;height:2px;border-radius:2px;background-color:#f8bc06;content:"";}
#mb .header .left .tabs a.active{color:#f8bc06;font-weight:700;}
#mb .header .ewm{position:relative;padding:10px 0;cursor:pointer;}
#mb .header .ewm span{padding:3px 10px;border:1px solid #878B99;border-radius:4px;color:#878B99;font-size:12px;}
#mb .header .ewm span i{margin-right:5px;}
#mb .header .ewm .qrcode{position:absolute;top:50px;right:0;display:none;padding:20px;background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.1);z-index:200;}
#mb .header .ewm .qrcode img{width:150px;height:150px;}
#mb .header .ewm .qrcode:after{position:absolute;top:-6px;right:20px;width:0;height:0;border-color:transparent transparent #fff;border-style:solid;border-width:0 6px 6px;content:"";}
#mb .header .ewm:hover .qrcode{display:block;}
#mb .header .close{line-height:50px;}
#mb .header .close a{color:#878B99;font-size:24px;}
#mb .header .close a i{-webkit-animation:play 2s linear infinite;-moz-animation:play 2s linear infinite;animation:play 2s linear infinite;}
#mb .img{position:relative;width:100%;margin-top:50px;}
#mb .img .imglist{position:relative;overflow:hidden;width:100%;margin:0 auto;}
#mb .img .imglist .swiper-slide{width:100vh;text-align:center;overflow:hidden;min-height:100vh;}
#mb .img .imglist .swiper-slide img{;}
#mb .img .button-next,
#mb .img .button-prev{position:fixed;top:45vh;width:60px;height:60px;padding:10px 0;text-align:center;line-height:20px;border-radius:6px;background:rgba(0,0,0,.8);color:#fff;z-index:99;cursor:pointer;}
#mb .img .button-next p,
#mb .img .button-prev p{font-size:12px;}
#mb .img .button-next{right:10px;}
#mb .img .button-prev{left:10px;}
#mb .img .swiper-button-disabled{opacity:.5;}
.swiper-pagination{display:none}

@media (max-width:1910px){
	#mb .img .imglist .swiper-slide img{width:100%;}	
;}
@media (max-width:1200px){
	#mb .header .pt{margin-left:20px;}
	#mb .header .ewm{margin-left:20px;}
	#mb .header .tabs{margin-left:20px;}
}
@media (max-width:1000px){
	#mb .header .pt{display:none;}
	#mb .header .ewm{display:none;}
	#mb .header .close{display:none;}
	#mb .header .left .tabs{display:none;}
}