/*手机端的公共类导航-上下滚动的显示与隐藏*/
.wapTopFix { -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.wapTopNavBg { background: rgba(0, 0, 0, 0.4) !important; }

/*黄老师*/
@media screen and (max-width:1920px) {

	/*1920px 开始*/
	/*手机与电脑的切换*/
	.isPC { display: block; }
	.isWap { display: none; }

	/*手机端的公共类导航*/
	.waphuangTop { display: none; }
	.bannerNav { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.fullBoxMask { display: none; }
	.swiper-slide .b-s-title { font-size: 0.44rem; }
	.swiper-slide .tip { font-size: 0.2rem; color: #fff; width: 80%; margin: .2rem 0; }

	/*1920px 结束*/
}

/*++华丽的分割线++*/
@media screen and (max-width:1600px) {
	/*1600px 开始*/
	.huangFooter .d2 .lists { width: 20%; }
	.huangFooter .d2 .list3 { width: 30%; }
	.huangFooter .d2 { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	.huangFourNav .ban40 { width: 50%; }
	.huangZhuLian .ban60 { width: 70%; }
	.huangEcology .ban40 { width: 50%; }
	.huangMapBox .fls .miaoshu { padding-right: 0; }
	.huangMapBox .fls .imgtit { padding: 40px 0; }
	.huangMapBox .fls .neirong2 { padding-bottom: 40px; }
	.huangMapBox .fls .miaoshu { padding-bottom: 40px; }
	.huangMapBox .fls .miaoshu { padding-bottom: 20px; }
	.huangMapBox .fls .imgicon { padding-bottom: 20px; }
	.huangMapBox .fls .biaoti { padding-bottom: 20px; }

	/*1600px 结束*/
}

/*++华丽的分割线++*/
@media screen and (max-width:1440px) {
	/*1440px 开始*/
	.huangEcology .ban40 { width: 60%; }

	/*1440px 结束*/
}

/*++华丽的分割线++*/
@media screen and (max-width:1366px) {
	/*1366px 开始*/
	.huangFooter .d2 .list1,.huangFooter .d2 .list2 { width: 15%; }
	.huangFooter .d2 .list3 { width: 35%; }

	/*1366px 结束*/
}

/*++华丽的分割线++*/
@media screen and (max-width:1000px) {

	/*1000px 开始*/
	/*手机与电脑的切换*/
	.isPC { display: none; }
	.isWap { display: block; min-height: 100vh; margin-top: -.5rem; }
	.swiper-slide .tip { font-size: 0.34rem; color: #fff; width: 100%; margin: .2rem 0; }

	/*手机端的公共类导航-间距*/
	.guoZhuLian { padding-top: 80px; }
	.guoJiaoYi { padding-top: 60px; }
	.guoDappBox { padding-top: 60px; }
	.guoXuQiu { padding-top: 100px; }
	.guoLianXi { padding-top: 100px; }

	/*手机端的公共类导航*/
	.waphuangTop { display: block; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; z-index: 9999; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; height: 60px; line-height: 60px; overflow: hidden; padding: 0 0.3rem; }
	.waphuangTop .waphuangLogo img { display: inline-block; width: 120px; }
	.waphuangTop .waphuangOpen,.waphuangTop .waphuangClose { background: -orange; display: inline-block; }
	.waphuangTop .waphuangOpen span,.waphuangTop .waphuangClose span { display: inline-block; }
	.waphuangTop .waphuangOpen span { color: #fff; font-size: 40px; }
	.waphuangTop .waphuangClose span { color: #0055FF; font-size: 25px; }
	.fullBoxMask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 9999999; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); display: block; }
	.isFullBoxMask { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
	.waphuangMenu { margin-top: 60px; width: 100%; }
	.waphuangMenu a { display: block; width: 100%; border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2); font-size: 0.35rem; text-transform: uppercase; padding: 0.35rem 0.3rem; color: #333333; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.waphuangMenu a:first-child { border-top: 0.01rem solid rgba(0, 0, 0, 0.2); }
	.waphuangMenu a:active { background: #4758dc !important; color: #FFFFFF !important; }
	.waphuangMenu .openSubMenus { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.waphuangMenu .subMenus { display: none; }
	.waphuangMenu .subMenus a { background: #F5F5F5; text-align: left; padding-left: 10%; }
	.waphuangMenu .subMenus a:first-child { border-top: none; }
	.openSubMenus span:nth-child(3) { display: none; }
	.openSubMenus span:nth-child(2),.openSubMenus span:nth-child(3) { color: #bbb; font-size: 30px; }
	.waphuangMenu a.openSubMenus:active { background: none !important; color: #333 !important; }
	.openSubMenus2 span:nth-child(3) { display: block; }
	.openSubMenus2 span:nth-child(2) { display: none; }

	/*郭大侠奇葩的结尾图形单独剔除来*/
	.qipaImg1 { position: relative; top: -1px; }
	.qipaImg1 img { width: 100%; }
	.qipaImg2 { position: relative; top: -2px; }
	.qipaImg2 img { width: 100%; }

	/*郭大侠头部*/
	.guoHeader { background: -pink; padding: 0.25rem 0; }

	/*郭大侠联系我们内容区域*/
	.guoLianXi .d1,.guoLianXi .d2 { text-align: center; line-height: 1.6; padding: 0 20%; }
	.guoLianXi .d1 { font-size: 0.52rem; color: #fff; padding-bottom: 0.3rem; }
	.guoLianXi .d2 { font-size: 0.28rem; color: rgba(255, 255, 255, 0.5); padding-bottom: 0.6rem; line-height: 1.4; text-align: justify; }
	.guoLianXi .d3 { text-align: center; }
	.guoLianXi .d3 img { width: 70%; border: 0.15rem solid #459EFF; }
	.guoLianXi .d4 { font-size: 0.28rem; color: #fff; text-align: center; padding-top: 0.3rem; }
	.guoLianXi .itembox { text-align: center; color: #fff; padding-top: 2rem; }
	.guoLianXi .itembox:last-child { padding-bottom: 2rem; }
	.guoLianXi .itembox .p1,.guoLianXi .itembox .p2 { -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 60%; line-height: 1.6; }
	.guoLianXi .itembox .p1 { font-size: 0.36rem; padding-bottom: 0.2rem; }
	.guoLianXi .itembox .p2 { font-size: 0.28rem; }
	.guoLianXi .onlyline { text-align: center; padding: 0.4rem 0 0.3rem; }
	.guoLianXi .onlyline span { height: 8px; width: 40%; background: #000; border-radius: 100px; display: inline-block; }

	/*郭大侠联系我们内容区域 (复制后的改写)*/
	.guoLianXi2 { padding-top: 1rem; position: relative; top: -2px; }
	.guoLianXi2 .d1 { text-align: center; }
	.guoLianXi2 .d2 { text-align: center; }
	.guoLianXi2 .itembox { text-align: justify; }
	.guoLianXiIndex4 .d1,.guoLianXiIndex4 .d2 { padding-left: 0; padding-right: 0; text-align: justify; }
	.guoLianXiIndex4 .itembox .p1,.guoLianXiIndex4 .itembox .p2 { padding-right: 27%; padding-left: 27%; }

	/*郭大侠提出需求内容区域*/
	.guoXuQiu .d1 { font-size: 0.52rem; color: #fff; padding-bottom: 0.3rem; }
	.guoXuQiu .d2 { font-size: 0.28rem; color: rgba(255, 255, 255, 0.5); padding-bottom: 0.6rem; line-height: 1.4; text-align: justify; }
	.guoXuQiu .onlyline { text-align: center; padding-bottom: 0.5rem; }
	.guoXuQiu .onlyline span { height: 8px; width: 40%; background: #000; border-radius: 100px; display: inline-block; }

	/*郭大侠提出需求内容区域-表单*/
	.guoNeedForm .itembox input::-webkit-input-placeholder,.guoNeedForm .itembox textarea::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); -webkit-user-select: auto !important; -khtml-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; -o-user-select: auto !important; user-select: auto !important; }
	.guoNeedForm .itembox input::-moz-placeholder,.guoNeedForm .itembox textarea::-moz-placeholder { color: rgba(255, 255, 255, 0.5); -webkit-user-select: auto !important; -khtml-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; -o-user-select: auto !important; user-select: auto !important; }
	.guoNeedForm .itembox input:-moz-placeholder,.guoNeedForm .itembox textarea:-moz-placeholder { color: rgba(255, 255, 255, 0.5); -webkit-user-select: auto !important; -khtml-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; -o-user-select: auto !important; user-select: auto !important; }
	.guoNeedForm .itembox input:-ms-input-placeholder,.guoNeedForm .itembox textarea:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); -webkit-user-select: auto !important; -khtml-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; -o-user-select: auto !important; user-select: auto !important; }
	.guoNeedForm .itembox span,.guoNeedForm .itembox input { display: flex; align-items: center; width: 100%; font-size: 0.3rem; padding-bottom: 0.3rem; padding-left: .1rem; color: #fff; -webkit-user-select: auto !important; -khtml-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; -o-user-select: auto !important; user-select: auto !important; }
	.guoNeedForm .itembox input { display: flex; align-items: center; width: 100%; font-size: 0.3rem; height: 1rem; padding-bottom: 0; color: #fff; -webkit-user-select: auto !important; -khtml-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; -o-user-select: auto !important; user-select: auto !important; }
	.guoNeedForm .itembox span { padding-top: 0.3rem; }
	.guoNeedForm .itembox input { -webkit-border: none; -moz-border: none; -khtml-boredr: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
	.guoNeedForm .itembox textarea { width: 100%; display: block; font-size: 0.3rem; color: #fff; height: 2.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.2rem; text-indent: 0.5em; -webkit-user-select: auto !important; -khtml-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; -o-user-select: auto !important; user-select: auto !important; border-radius: 0.1rem; }
	.guoNeedForm .subbox { padding: 0.6rem 0; }
	.guoNeedForm .subbox input { padding: 0.3rem 0; border-bottom: 0; border-radius: 0.1rem; }
	.guoNeedForm .subbox input:active { background: #3184f5; }

	/*郭大侠区块链主页头部*/
	.guoZhuLian .zaluans .d1 { font-size: 0.68rem; color: #fff; text-align: center; padding: 0.5rem 0; }
	.guoZhuLian .zaluans .d2 { font-size: 0.34rem; color: rgba(255, 255, 255, 0.5); text-align: center; line-height: 1.4; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 18%; }
	.guoZhuLian .zaluans .d3 { text-align: center; padding: 0.5rem 0; }
	.guoZhuLian .zaluans .d3 a { font-size: 0.34rem; margin-bottom: 20px; color: rgba(255, 255, 255, 0.8); background: #1F2549; width: 80%; padding: 0.3rem 0; border-radius: 1rem; -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3); box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3); }
	.guoZhuLian .zaluans .d3 a:active { background: #000; }
	.guoZhuLian .zaluans .d4 { text-align: right; }

	/*郭大侠公有链*/
	.guoGongYou { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding-top: 1rem; }
	.guoGongYou .d2 { background: #232A38; border-radius: 0.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.5rem 0.4rem; position: relative; z-index: 9; top: -1.5rem; width: 90%; margin: 0 auto; -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3); box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3); }
	.guoGongYou .d2 .p1,.guoGongYou .d2 .p2 { text-align: justify; line-height: 1.6; }
	.guoGongYou .d2 .p1 { font-size: 0.36rem; color: #fff; padding-bottom: 0.2rem; }
	.guoGongYou .d2 .p2 { font-size: 0.28rem; color: rgba(255, 255, 255, 0.5); }

	/*郭大侠区块链浏览器轮播图1/2*/
	.guoZhuLianSwiper { background: -greenyellow; }
	.guoZhuLianSwiper .swiper-container { background: -orange; }
	.guoZhuLianSwiper .swiper-container .swiper-wrapper { background: -#ddd; }
	.guoZhuLianSwiper .swiper-container .swiper-wrapper .swiper-slide { background: -pink; }
	.guoZhuLianSwiper .swiper-slide .d1 { background: url(../image/bghei2.png); }
	.guoZhuLianSwiper .swiper-slide-active .d1 { background: url(../image/bghei.png); }

	/*郭大侠区块链浏览器轮播图2/2*/
	.guoZhuLianSwiper .swiper-slide .d1 { height: 4rem; text-align: center; }
	.guoZhuLianSwiper .swiper-slide .d1 img { width: 85%; margin: 0 auto; }
	.guoZhuLianSwiper .swiper-slide .d2 { padding: 0.5rem 0; }
	.guoZhuLianSwiper .swiper-slide .d2 .p1 { font-size: 0.4rem; color: #1D222C; padding-bottom: 0.2rem; }
	.guoZhuLianSwiper .swiper-slide .d2 .p2 { font-size: 0.3rem; color: #A7B3BF; }

	/*郭大侠联盟链*/
	.guoLianMengLian { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 0.5rem 0; }
	.guoLianMengLian .d1,.guoLianMengLian .d2 { text-align: justify; line-height: 1.6; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 40% 0 10%; }
	.guoLianMengLian .d1 { font-size: 0.32rem; color: #fff; padding-bottom: 0.3rem; }
	.guoLianMengLian .d2 { font-size: 0.22rem; color: rgba(255, 255, 255, 0.5); }
	.guoLianMengLian .d3 { padding-top: 0.5rem; text-align: center; }

	/*郭大侠带标签的列表*/
	.guoTagList { background: #E9F2F9; padding: 1rem 0; }
	.guoTagList .itembox { position: relative; padding: 1rem 0; border-radius: 0.3rem; margin-bottom: 0.5rem; }
	.guoTagList .itembox:last-child { margin-bottom: 0; }
	.guoTagList .itembox:nth-child(odd) { background: #fff; }
	.guoTagList .itembox:nth-child(even) { background: #212734; }
	.guoTagList .itembox .posTag { position: absolute; background: url(../image/bgtag.png); top: 0.4rem; right: -0.2rem; width: 2rem; height: 0.7rem; color: #fff; font-size: 0.25rem; }
	.guoTagList .itembox .picTag { width: 70%; display: block; margin: 0 auto; }

	/*郭大侠联盟链(复制的)私有链*/
	.guoLianSiYou { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 0.5rem 0; }
	.guoLianSiYou .d1,.guoLianSiYou .d2 { text-align: justify; line-height: 1.6; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 40% 0 10%; }
	.guoLianSiYou .d1 { font-size: 0.32rem; color: #fff; padding-bottom: 0.3rem; }
	.guoLianSiYou .d2 { font-size: 0.22rem; color: rgba(255, 255, 255, 0.5); }
	.guoLianSiYou .d3 { padding-top: 0.5rem; text-align: center; }

	/*郭大侠私有服务*/
	.guoSiYouService { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 2rem 0; margin-top: 0.5rem; }
	.guoSiYouService .titles { color: #D1E2F4; font-size: 0.32rem; text-align: center; padding-bottom: 1rem; }
	.guoSiYouService .itembox { background: -pink; width: 80%; margin: 0 auto 0.5rem; }
	.guoSiYouService .itembox:last-child { margin-bottom: 0; }
	.guoSiYouService .itembox .d1 { background: #272F40; width: 70%; margin: 0 auto; border-radius: 0.3rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.5rem; -webkit-box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.1); box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.1); }
	.guoSiYouService .itembox .d1 img { width: 100%; margin: 0 auto; display: block; }
	.guoSiYouService .itembox .d2 { color: #D1E2F4; font-size: 0.26rem; text-align: center; padding-top: 0.3rem; }

	/*郭大侠匿名公链轮播图片1/5*/
	.guoNiMingSwiper .d1,.guoNiMingSwiper .d2,.guoNiMingSwiper .d3,.guoNiMingSwiper .d2a,.guoNiMingSwiper .d2b { line-height: 1.6; text-align: center; }
	.guoNiMingSwiper .d1 { font-size: 0.24rem; color: #373981; text-align: center; padding-top: 2rem; }
	.guoNiMingSwiper .d2 { font-size: 0.52rem; color: #373981; padding-top: 0.1rem; }
	.guoNiMingSwiper .d2a { font-size: 0.24rem; color: #fff; padding-top: 0.2rem; }
	.guoNiMingSwiper .d2b { font-size: 0.24rem; color: #fff; padding-top: 0.2rem; }
	.guoNiMingSwiper .d3 { font-size: 0.24rem; color: #868E9C; padding-top: 0.3rem; }
	.guoNiMingSwiper .d4 { text-align: center; padding: 0.3rem 0; }
	.guoNiMingSwiper .d4 a { font-size: 0.3rem; color: #373981; border: 1px solid #373981; width: 50%; text-align: center; padding: 0.2rem 0; }
	.guoNiMingSwiper .d4 a:active { -webkit-box-shadow: 0 0 0.1rem #ddd inset; box-shadow: 0 0 0.1rem #ddd inset; }

	/*郭大侠匿名公链轮播图片2/5*/
	.jiantouBox6 { text-align: center; padding-bottom: 0.5rem; }
	.jiantouBox6 img { width: 25%; }
	.jiantouBox6 .jian1 span,.jiantouBox6 .jian2 { width: 25%; }
	.jiantouBox6 .jian1 { padding-top: 0.3rem; }
	.jiantouBox6 .jian1 span { font-size: 0.3rem; color: #373981; border-bottom: 1px solid #373981; padding-bottom: 0.2rem; background: -red; }
	.jiantouBox6 .jian2 { background: -pink; margin: 0 auto; padding: 0.2rem 0; }

	/*郭大侠匿名公链轮播图片(如果图片和背景错位的)3/5*/
	.ifTopImg .topImg { position: relative; }
	.ifTopImg .topImg .bgs { width: 100%; }
	.ifTopImg .topImg .pics { position: absolute; left: 50%; top: 1rem; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 60%; }

	/*郭大侠匿名公链轮播图片(如果图片放在背景中规矩的)4/5*/
	.ifTopBg .bgs { padding: 1rem 0; text-align: center; }
	.ifTopBg .bgs img { width: 80%; }

	/*郭大侠匿名公链轮播图片(如果最大盒子背景是黑色的)5/5*/
	.ifBgBlack { background: #191F24; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; top: -1px; }
	.ifBgBlack .d1 { color: #D1E2F4; position: relative; top: -1px; }
	.ifBgBlack .d2 { color: #494EE7; }
	.ifBgBlack .d3 { color: #D1E2F4; }
	.ifBgBlack .d4 a { color: #fff; border: 1px solid #fff; }
	.jiantouBox9 .jian1 span { color: #494EE7; border-bottom: 1px solid #494EE7; }

	/*郭大侠我要提出需求1/2*/
	.guoPutNeed { -webkit-box-sizing: border-box; padding-top: 20px; box-sizing: border-box; overflow: hidden; padding-bottom: 0.5rem; position: relative; top: -2px; }
	.guoPutNeed .d1 { text-align: center; }
	.guoPutNeed .d1 a { color: #fff; font-size: 0.3rem; width: 100%; padding: 0.25rem 0; -webkit-box-shadow: 0 0 0.2rem #999; box-shadow: 0 0 0.2rem #999; }
	.guoPutNeed .d1 a:active { background: #e02a3e; }
	.guoPutNeed .d2 { padding: 0.3rem 0; }
	.guoPutNeed .d2 img { width: 100%; }
	.guoPutNeed .lists { padding-top: 0.2rem; }
	.guoPutNeed .lists .fls { width: 8%; }
	.guoPutNeed .lists .fls img { width: 80%; }
	.guoPutNeed .lists .frs { font-size: 0.28rem; color: #373981; background: -pink; line-height: 1.4; text-align: justify; }

	/*郭大侠我要提出需求2/2*/
	.ifbgBlackNeed { background: #191F24; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.ifbgBlackNeed .d1 a { -webkit-box-shadow: none; box-shadow: none; }
	.ifbgBlackNeed .lists .frs { color: #494EE7; }

	/*郭大侠交易系统*/
	.guoJiaoYi { text-align: center; }
	.guoJiaoYi .d1,.guoJiaoYi .d2 { line-height: 1.6; }
	.guoJiaoYi .d1,.guoJiaoYi .d2,.guoJiaoYi .d3 { padding-bottom: 0.5rem; }
	.guoJiaoYi .d1 { font-size: 0.8rem; color: #fff; padding-top: 1rem; }
	.guoJiaoYi .d2 { font-size: 0.36rem; color: rgba(255, 255, 255, 0.7); }
	.guoJiaoYi .d3 a { background: #1F2549; margin-bottom: 20px; color: #fff; font-size: 0.3rem; width: 100%; padding: 0.25rem 0; border-radius: 1rem; }
	.guoJiaoYi .d3 a:active { background: #000; }
	.guoJiaoYi .d4 { padding-bottom: 1rem; }

	/*郭大侠合约交易构架*/
	.guoGouJia { overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem 0; position: relative; top: -1px; }
	.guoGouJia .d1,.guoGouJia .d2,.guoGouJia .d3 { padding-bottom: 0.5rem; text-align: center; line-height: 1.6; }
	.guoGouJia .d1 { font-size: 0.48rem; color: #fff; }
	.guoGouJia .d2 { font-size: 0.32rem; color: rgba(255, 255, 255, 0.7); }
	.guoGouJia .d3 img { width: 80%; display: block; margin: 0 auto; }
	.guoGouJia .lists1 .itembox { width: 30%; text-align: center; margin-top: 0.5rem; }
	.flex14 .itembox:nth-child(3n + 2) { margin-left: 1%; width: 32%; margin-right: 1%; }
	.guoGouJia .lists1 .itembox .p1 { padding-bottom: 0.2rem; }
	.guoGouJia .lists1 .itembox .p2 { font-size: 0.22rem; color: #fff; }
	.guoGouJia .lists2 { background: -pink; padding-top: 0.5rem; }
	.guoGouJia .lists2 span { font-size: 0.22rem; color: #fff; }
	.flex14 .itembox { width: 32% !important; }
	.flex14 .itembox .p1 img { width: 50%; }

	/*郭大侠交易所的交易结构图*/
	.guoJiaoYiTu { background: #fff; padding: 0.5rem 0; }
	.guoJiaoYiTu2 { background: #F8FAFC; text-align: center; -webkit-box-shadow: 0 0 0.2rem #ddd; box-shadow: 0 0 0.2rem #ddd; padding-bottom: 0.5rem; border-radius: 0.2rem; }
	.guoJiaoYiTu2 .d1 { font-size: 0.32rem; color: #373981; padding: 0.5rem 0; }
	.guoJiaoYiTu2 .d2 { width: 80%; margin: 0 auto; }

	/*郭大侠产品优势*/
	.guoProductWell { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding-bottom: 0.5rem; }
	.guoProductWell .titles { font-size: 0.48rem; color: #373981; padding: 1rem 0; text-align: center; }
	.guoProductList { padding-bottom: 1rem; }
	.guoProductList .itembox { text-align: center; }
	.guoProductList .itembox .d1 img { width: 25%; }
	.guoProductList .itembox .d2,.guoProductList .itembox .d3 { line-height: 1.6; }
	.guoProductList .itembox .d2 { font-size: 0.4rem; color: #373981; padding: 0.2rem 0; }
	.guoProductList .itembox .d3 { font-size: 0.3rem; color: #8080AF; }

	/*郭大侠技术架构*/
	.guoJiaGou { border-top: 1px solid #f5f5f5; padding-top: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
	.guoJiaGou .tit1,.guoJiaGou .tit2 { text-align: center; line-height: 1.6; color: #373981; }
	.guoJiaGou .tit1 { font-size: 0.24rem; }
	.guoJiaGou .tit2 { font-size: 0.52rem; }
	.guoJiaGou .imgbox { padding: 1rem 0; }
	.guoJiaGou .imgbox img { width: 100%; }

	/*郭大侠多链钱包头部*/
	.guoWalletBox .lists .fls { width: 40%; padding-top: 100px; padding-right: 5%; }
	.guoWalletBox .lists .frs { width: 60%; }
	.guoWalletBox .lists .fls p { font-size: 0.25rem; color: #fff; line-height: 1.6; text-align: justify; padding-bottom: 0.2rem; }
	.guoWalletBox .lists .fls p:last-child { padding-bottom: 0; }
	.guoWalletBox .lists .frs { text-align: center; }
	.guoWalletBox .lists .frs img { width: 95%; }
	.guoWalletBox .btns { text-align: center; padding: 0.5rem 0; }
	.guoWalletBox .btns a { width: 80%; margin-bottom: 20px; color: #fff; font-size: 0.3rem; padding: 0.25rem 0; background: #1F2549; border-radius: 1rem; }
	.guoWalletBox .btns a:active { background: #333; }

	/*郭大侠我们能做什么1/5*/
	.guoWeCanDo { background: #272E3A; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding-bottom: 1rem; }
	.guoWeCanDo .titles { color: #D1E2F4; font-size: 0.4rem; padding-top: 0.5rem; }

	/*郭大侠我们能做什么2/5*/
	.guoWeCanDo .lists1 { padding-bottom: 0.5rem; }
	.guoWeCanDo .lists1 .itembox { width: 48%; background: -pink; margin-top: 0.5rem; }
	.guoWeCanDo .lists1 .itembox .fls { width: 40%; border-radius: 0.3rem; overflow: hidden; -webkit-box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.1); box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.1); }
	.guoWeCanDo .lists1 .itembox .frs { width: 60%; padding-left: 5%; }
	.guoWeCanDo .lists1 .itembox .frs p { text-align: justify; line-height: 1.4; }
	.guoWeCanDo .lists1 .itembox .frs .p1 { font-size: 0.3rem; color: #D1E2F4; padding-bottom: 0.1rem; }
	.guoWeCanDo .lists1 .itembox .frs .p2 { font-size: 0.28rem; color: #D1E2F4; }

	/*郭大侠我们能做什么3/5*/
	.guoWeCanDo .lists2 { padding: 0.5rem 0; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 0.3rem; }
	.guoWeCanDo .lists2 .ds { width: 30%; text-align: center; line-height: 1.4; }
	.guoWeCanDo .lists2 .d1 img { width: 70%; }
	.guoWeCanDo .lists2 .d2 { font-size: 0.26rem; color: #D1E2F4; }
	.guoWeCanDo .lists2 .d3 { font-size: 0.22rem; color: #D1E2F4; }
	.guoWeCanDo .lists2 .fudiao img { width: 0.06rem; height: 1.5rem; }

	/*郭大侠我们能做什么4/5*/
	.guoWeCanDo .lists3 { padding-top: 0.5rem; }
	.guoWeCanDo .lists3 .itembox { margin-bottom: 0.5rem; }
	.guoWeCanDo .lists3 .itembox:last-child { margin-bottom: 0; }
	.guoWeCanDo .lists3 .itembox .d1 { background: #191E26; text-align: center; padding: 0.3rem 0; -webkit-box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.1); box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.1); border-radius: 0.2rem; }
	.guoWeCanDo .lists3 .itembox .d1 img { width: 60%; }
	.guoWeCanDo .lists3 .itembox .d2,.guoWeCanDo .lists3 .itembox .d3 { color: #D1E2F4; line-height: 1.6; text-align: justify; }
	.guoWeCanDo .lists3 .itembox .d2 { font-size: 0.32rem; padding: 0.4rem 0 0; }
	.guoWeCanDo .lists3 .itembox .d3 { font-size: 0.25rem; padding: 0 0 0.4rem; }

	/*郭大侠我们能做什么5/5*/
	.guoWeCanDo .lists4 { padding: 0.2rem 0 0.5rem; border-radius: 0.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; }
	.guoWeCanDo .lists4 .itembox .d2,.guoWeCanDo .lists4 .itembox .d3 { line-height: 1.6; text-align: center; color: #fff; }
	.guoWeCanDo .lists4 .itembox { width: 50%; padding: 0 3%; }
	.guoWeCanDo .lists4 .itembox .d2 { font-size: 0.28rem; padding-bottom: 0.1rem; }
	.guoWeCanDo .lists4 .itembox .d3 { font-size: 0.22rem; }

	/*郭大侠我们的优势*/
	.guoWeWell { background: #191F24; position: relative; top: -1px; }
	.guoWeWell .titles { text-align: center; font-size: 0.48rem; color: #fff; padding: 1rem 0; }
	.guoWeWell .lists .itembox { text-align: center; }
	.guoWeWell .lists .itembox .p2,.guoWeWell .lists .itembox .p3 { line-height: 1.6; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 18%; }
	.guoWeWell .lists .itembox .p1 { padding-bottom: 0.3rem; }
	.guoWeWell .lists .itembox .p1 img { width: 1.5rem; }
	.guoWeWell .lists .itembox .p2 { font-size: 0.36rem; color: #D1E2F4; padding-bottom: 0.1rem; }
	.guoWeWell .lists .itembox .p3 { font-size: 0.28rem; color: #868E9C; padding-bottom: 1rem; }

	/*郭大侠选择我们1/2*/
	.guoChoseUs { background: #191F24; padding: 1rem 0 0.5rem; position: relative; top: -1px; }
	.guoChoseUs .onebox { width: 85%; margin: 0 auto; border-radius: 0.3rem; padding-bottom: 2rem; }
	.guoChoseUs .onebox .p1 { text-align: center; padding: 0.5rem 0; }
	.guoChoseUs .onebox .p1 img { width: 50%; }
	.guoChoseUs .onebox .p2,.guoChoseUs .onebox .p3 { text-align: right; line-height: 1.6; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 10%; }
	.guoChoseUs .onebox .p2 { font-size: 0.45rem; padding-bottom: 0.2rem; }
	.guoChoseUs .onebox .p3 { font-size: 0.25rem; }
	.guoChoseUs .twobox { width: 75%; margin: 0 auto; border-radius: 0.3rem; background: #272F3D; position: relative; top: -1.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.5rem; }
	.guoChoseUs .twobox .p1,.guoChoseUs .twobox .p2 { text-align: justify; line-height: 1.6; font-size: 0.35rem; color: #D1E2F4; }
	.guoChoseUs .twobox .p1 { padding-bottom: 0.1rem; }

	/*郭大侠选择我们2/2*/
	#huangSwiper8 .swiper-pagination-bullet { background: #fff !important; }
	#huangSwiper8 .swiper-pagination-bullet-active { background: #fff !important; }

	/*郭大侠DAPP应用定制*/
	.guoDappBox .ds { line-height: 1.6; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20%; }
	.guoDappBox .d1,.guoDappBox .d2 { text-align: center; font-size: 0.5rem; color: #fff; }
	.guoDappBox .d1 { padding-top: 0.5rem; }
	.guoDappBox .d3 { padding-top: 0.5rem; }
	.guoDappBox .d3 { text-align: center; font-size: 0.36rem; color: rgba(255, 255, 255, 0.7)}
	.guoDappBox .btns { text-align: center; padding-top: 0.5rem; }
	.guoDappBox .btns a { width: 80%; margin-bottom: 20px; color: #fff; font-size: 0.3rem; padding: 0.25rem 0; background: #1F2549; border-radius: 1rem; }
	.guoDappBox .btns a:active { background: #333; }
	.guoDappBox .imgs { padding: 0.5rem 0 1rem; text-align: center; }
	.guoDappBox .imgs img { width: 80%; }

	/*郭大侠DAPP应用定制2*/
	.guoDappBox2 { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 1rem 0 0.5rem; }
	.guoDappBox2 .d1,.guoDappBox2 .d2 { text-align: center; line-height: 1.6; padding-bottom: 1rem; }
	.guoDappBox2 .d1 { font-size: 0.48rem; color: #fff; }
	.guoDappBox2 .d2 { font-size: 0.28rem; color: rgba(255, 255, 255, 0.7); }

	/*郭大侠底层区块链1/2*/
	.guoDiCeng .titles1,.guoDiCeng .titles2 { line-height: 1.6; text-align: center; padding: 0 10%; }
	.guoDiCeng .titles1 { font-size: 0.48rem; color: #373981; padding-bottom: 0.5rem; }
	.guoDiCeng .titles2 { font-size: 0.28rem; color: rgba(55, 57, 129, 0.7); }
	.guoDiCeng .lists .itembox { width: 100%; padding: 0.5rem 10% 0.8rem; }
	.guoDiCeng .lists .itembox .gaps { margin-bottom: 0.2rem; }
	.guoDiCeng .lists .itembox .d1 img { width: 20%; }
	.guoDiCeng .lists .itembox .d2,.guoDiCeng .lists .itembox .d3 { text-align: justify; line-height: 1.6; }
	.guoDiCeng .lists .itembox .d2 { font-size: 0.36rem; }
	.guoDiCeng .lists .itembox .d3 { font-size: 0.28rem; color: #373981; margin-bottom: 0.5rem; background: -red; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 40%; }

	/*郭大侠底层区块链2/2*/
	.guoDiCeng .lists .itembox:nth-child(1) { background: -pink; }
	.guoDiCeng .lists .itembox:nth-child(2) { background: -orange; }
	.guoDiCeng .lists .itembox:nth-child(4) { background: -green; }
	.guoDiCeng .lists .itembox:nth-child(1) .d2 { color: #F86B27; }
	.guoDiCeng .lists .itembox:nth-child(2) .d2 { color: #7E7EFF; }
	.guoDiCeng .lists .itembox:nth-child(3) .d2 { color: #7E7EFF; }
	.guoDiCeng .lists .itembox:nth-child(4) .d2 { color: #7E7EFF; }
	.guoDiCeng .lists .itembox:nth-child(3) .d3 { color: #fff; }
	.guoDiCeng .lists .itembox:nth-child(3) { background: url(../image/bgdiceng.png); background-repeat: no-repeat !important; background-size: cover !important; }

	/*郭大侠DAPP可应用领域1/2*/
	.guoKeYiBox { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding-bottom: 0.5rem; }
	.guoKeYiBox .titles1,.guoKeYiBox .titles2 { text-align: center; line-height: 1.6; }
	.guoKeYiBox .titles1 { font-size: 0.48rem; color: #fff; padding: 1rem 0 0.2rem; }
	.guoKeYiBox .titles2 { font-size: 0.28rem; color: rgba(255, 255, 255, 0.7); padding: 0 0 1rem; }
	.guoKeYiBox .onlyline { height: 1px; background: rgba(255, 255, 255, 0.3); width: 60%; margin: 0 auto; }
	.guoKeYiBox .lists1 { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.5rem 5% 0; }
	.guoKeYiBox .lists1 .itembox { width: 48%; text-align: center; }
	.guoKeYiBox .lists1 .itembox .p1 { width: 100%; text-align: center; padding-bottom: 0.2rem; }
	.guoKeYiBox .lists1 .itembox .p1 img { width: 1.6rem; height: 1.6rem; display: inline-block; box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3); border-radius: 100%; overflow: hidden; }
	.guoKeYiBox .lists1 .itembox .p2 { color: #fff; font-size: 0.35rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding-bottom: 0.5rem; }

	/*郭大侠DAPP可应用领域2/2*/
	.guoKeYiBox .titles3,.guoKeYiBox .titles4 { text-align: justify; line-height: 1.6; }
	.guoKeYiBox .otherbox { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.5rem 0; width: 80%; margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
	.guoKeYiBox .titles3 { font-size: 0.35rem; color: #fff; padding-bottom: 0.2rem; }
	.guoKeYiBox .titles4 { font-size: 0.25rem; color: rgba(255, 255, 255, 0.7); }
	.guoKeYiBox .lists2 { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.5rem 5% 0; }
	.guoKeYiBox .lists2 .itembox { width: 48%; text-align: center; }
	.guoKeYiBox .lists2 .itembox .p1 { width: 100%; text-align: center; padding-bottom: 0.2rem; }
	.guoKeYiBox .lists2 .itembox .p1 img { width: 1.6rem; height: 1.6rem; display: inline-block; box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.1); border-radius: 100%; overflow: hidden; }
	.guoKeYiBox .lists2 .itembox .p2 { color: #fff; font-size: 0.35rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding-bottom: 0.5rem; }

	/*郭老师产品把控*/
	.guoBaKong { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 1rem 0; }
	.guoBaKong .onebox { height: 8rem; border-radius: 0.3rem; overflow: hidden; text-align: right; }
	.guoBaKong .onebox .p1,.guoBaKong .onebox .p2 { -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 20%; padding-right: 5%; line-height: 1.6; }
	.guoBaKong .onebox .p1 { font-size: 0.4rem; color: #fff; padding-bottom: 0.2rem; }
	.guoBaKong .onebox .p2 { font-size: 0.3rem; color: rgba(255, 255, 255, 0.7); }
	.guoBaKong .twobox { width: 90%; margin: 0 auto; border-radius: 0.3rem; overflow: hidden; padding: 0.5rem 0 1rem; margin-top: -2rem; }
	.guoBaKong .twobox .itembox { text-align: center; width: 33%; }
	.guoBaKong .twobox .itembox .p1 img { width: 90%; }
	.guoBaKong .twobox .itembox .p2 { font-size: 0.3rem; color: #fff; }

	/*1000px 结束*/
}
