/*定义页面单独*/
.ban8125 { width: 81.25%; margin: 0 auto; }
.ban80 { width: 80%; margin: 0 auto; }
.ban60 { width: 60%; margin: 0 auto; }
.ban40 { width: 40%; margin: 0 auto; }
.banwap { width: 95%; margin: 0 auto; }
.banwap80 { width: 80%; margin: 0 auto; }
.tabs { margin: 0 auto; height: 700px; }

/* tab切换类 */
.tab-list { width: 80%; margin: 0 auto; }
.tab-list ul { display: flex; align-items: center; height: 120px; }
.tab-list ul li { margin: 1%; cursor: pointer; font-size: .2rem; position: relative; height: 100px; display: flex; justify-content: center; align-items: center; color: #777; }
.tab-list ul li .icon { position: absolute; background-color: #fafbfc; width: 20px; height: 20px; border-right-color: transparent !important; border-bottom-color: transparent !important; transform: rotate(45deg); top: 99px; left: calc(50% - 10px); z-index: 9; display: none; border: 2px solid #dce1e6; }
.tab-list ul li .icon:after { z-index: 20; top: -10px; border: 2px solid #dce1e6; border-radius: 2px; width: 20px; height: 20px; background-color: #fafbfc; }
.tab-list .active { color: rgb(49, 83, 212); font-weight: 600; }
.tab-content { margin-bottom: 20px; height: 550px; display: flex; }

.content-item { width: 80%; margin: 0 auto; padding: 20px; background: #fafbfc; border-top: 2px solid#dce1e6; -webkit-box-sizing: border-box; box-sizing: border-box;
	/* display: -webkit-box;
  display: -ms-flexbox; */
	display: none; -ms-flex-line-pack: center; align-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; align-items: center; position: relative; }
.content-item .item-text { width: 50%; }
.content-item .item-text { background: -pink; padding-right: 15%; }
.content-item .item-text .d1 { font-size: 45px; color: #212121; line-height: 45px; margin-bottom: 30px; }
.content-item .item-text .d2 { font-size: 18px; color: #777; text-align: justify; line-height: 2; margin-top: 10px; }
.content-item .item-text .d3 a { font-size: 20px; margin-top: 20px; background: #3142C6; color: #fff; padding: 10px 60px; border-radius: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.content-item .item-text .d3 a:hover { background: #4758dc; }
.content-item .item-img { flex: 1; height: 300px; }
.content-item .item-img img { flex: 1; height: 300px; }

/* pc 我们团队 */
.ourteam { background: #f4f9fe; padding: 20px; }
.ourteam ul { width: 80%; margin: 0 auto; display: flex; flex-wrap: wrap; }
.ourteam ul .list-card { width: 30%; margin: 0 auto; height: 380px; position: relative; overflow: hidden; border-radius: 5px; background-color: #ffffff; }
.ourteam ul .list-card .card-img { display: flex; justify-content: center; }

.ourteam ul .list-card .card-img img { width: 70%;
	/* height: 260px; */
	border-radius: 5px; }
.ourteam ul .list-card:nth-child(3n + 2) { margin: 0 5%; }
.ourteam ul .card-body { position: absolute; box-sizing: border-box; padding: 10px; height: 380px; top: 270px; border-radius: 5px; background-color: rgba(255, 255, 255, .9); }
.ourteam ul .card-body h3 { line-height: .4rem; color: #004771; font-size: .2rem; }
.ourteam ul .card-body .card-text { line-height: .3rem; margin-bottom: 30px; font-size: .18rem; color: #222222; }
.ourteam ul .card-body .card-text2 { line-height: .3rem; font-size: .16rem; color: #333333; }
.ourteam ul .list-card:hover .card-body { top: 0px; }

/* 移动端tabs */
.mtabs { margin-bottom: 10px; }
.mtab-list ul { width: 90%; margin: 20px auto; display: flex; flex-wrap: wrap; }
.mtab-list ul li { box-sizing: border-box; font-size: .26rem; height: .6rem; line-height: .6rem; text-align: center; width: 32%; border: 1px solid #4758dc; margin-bottom: 10px; border-radius: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; }
.mtab-list ul .active { background-color: #4758dc; color: #fff; }
.mtab-list ul li:nth-child(3n+2) { margin-left: 2%; margin-right: 2%; }
.mcontent-item { display: none; flex-direction: column; justify-content: center; align-items: center; }
.mcontent-item .item-img { width: 90%; }
.mcontent-item .item-img img { width: 100%; border-radius: 10px; }
.item-txt { width: 90%; }
.item-txt .d1 { text-align: center; font-size: .48rem; line-height: 1rem; color: #222222; }
.item-txt .d2 { line-height: .6rem; color: #444444; }
.item-txt .d3 { line-height: .4rem; color: #666666; }
.item-txt .d4 { line-height: .4rem; padding: 5px 10px; display: flex; justify-content: center; }
.item-txt .d4 a { background-color: #4758dc; padding: 10px 50px; color: #fff; font-size: .26rem; border-radius: 5px; }

/*公共类标题*/
.huangtit1 { font-size: 45px; color: #fff; text-align: center; }
.huangtit2 { font-size: 20px; color: #fff; text-align: center; }
.liantit1 { font-size: 45px; color: #2C2E30; text-align: center; }
.liantit2 { font-size: 18px; color: #7E8085; text-align: center; }

/*黄老师头部菜单栏*/
.huangTopNavBox { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; background: #fff; padding: 30px 0 0 0; margin-bottom: 30px; }
.huangTopNavList .fllogo { width: 200px; }
.huangTopNavList .frtxt { background: -pink; padding-left: 20px; }
.huangTopNavList .frtxt .p1 { font-size: 20px; color: #2B292D; }
.huangTopNavList .frtxt .p2 { font-size: 18px; color: rgba(43, 41, 45, 0.6); }
.huangTopNavList .fls:hover p { color: #4758dc; }
.huangTopNavList .frs .nav1s a { font-size: 18px; color: #2B292D; background: -orange; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; height: 70px; }
.huangTopNavList .frs .nav1s a:hover,.huangTopNavList .frs .nav1s a:hover i { color: #3142C6; }
.huangTopNavList .frs .nav2s a { font-size: 20px; color: #fff; background: #3142C6; padding: 10px 50px; margin-left: 50px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.huangTopNavList .frs .nav2s a:hover { background: #4758dc; }
.huangTopNavList .frs .iconfont { color: #2B292D; font-size: 16px; margin-left: 10px; }

/*黄老师四个产品导航*/
.huangFourNav { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 50px 0; display: none; background: #fff; position: fixed; width: 100%; top: 99px; left: 0; z-index: 999; box-shadow: -0 0 0 red,
		/*左边阴影*/
		0 0 0 yellow,
		/*右边阴影*/
		0 -0 0 blue,
		/*顶部阴影*/
		0 7px 5px #eee;
	/*底边阴影*/
}
.huangFourNav .ban40 { background: -pink; }
.huangFourNav .itembox .fls img { width: 44px; height: 44px; }
.huangFourNav .itembox .frs { background: -red; padding-left: 10px; }
.huangFourNav .itembox .frs a { display: block; width: 100%; font-size: 14px; color: #7E8085; padding-top: 20px; }
.huangFourNav .itembox .frs a:first-child { font-size: 20px; color: #222222; height: 44px; line-height: 44px; padding-top: 0; }
.huangFourNav .itembox .frs a:hover { color: #3142C5; }

/*黄老师需求大背景盒子*/
.huangNeedBox { position: relative; }
.huangNeedBox .picneed { position: absolute; right: 0; bottom: 0; }
.huangNeedBox .huangtit1 { padding-top: 45px; }
.huangNeedBox .huangtit2 { padding-top: 35px; }
.huangNeedForm { padding: 100px 0; }
.huangNeedForm .itembox .inpname { padding: 30px 0; }
.huangNeedForm .itembox .inpname span { color: #fff; font-size: 16px; }
.huangNeedForm .itembox .inpname b { width: 50px; background: -pink; padding-left: 30px; }
.huangNeedForm .itembox .inpvale input,.huangNeedForm .subbox input { height: 70px; line-height: 70px; }
.huangNeedForm .itembox .inpvale textarea { padding-top: 30px; height: 140px; }
.huangNeedForm .itembox .inpvale input,.huangNeedForm .itembox .inpvale textarea { font-size: 18px; color: #fff; background: rgba(255, 255, 255, 0.1); text-indent: 2em; width: 100%; }
.huangNeedForm .subbox { padding: 30px 0 45px; }
.huangNeedForm .subbox input { width: 100%; font-size: 18px; font-weight: 700; color: #fff; letter-spacing: 2px; background: #3142C6; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.huangNeedForm .itembox .inpvale input:focus,.huangNeedForm .itembox .inpvale textarea:focus { -webkit-box-shadow: 0 0 1px #fff inset; box-shadow: 0 0 1px #fff inset; }
.huangNeedForm .subbox input:hover { background: #4758dc; }

/*黄老师底部版权*/
.huangFooter { padding: 120px 0 0; }
.huangFooter .d1 img { width: 200px; }
.huangFooter .d1 i { width: 35%; height: 1px; background: #2F5BEA; }
.huangFooter .d2 { padding: 100px 0 60px; }
.huangFooter .d2 .lists { background: -pink; width: 15%; }
.huangFooter .d2 .list3 { width: 25%; }
.huangFooter .d2 .lists a { width: 100%; text-align: left; color: #54565A; font-size: 18px; padding-bottom: 20px; }
.huangFooter .d2 .list4 a { text-align: center; }
.huangFooter .d2 .lists a .wxcode { width: 143px; }
.huangFooter .d2 .lists a:last-child { padding-bottom: 0; color: -red; }
.huangFooter .fullbar { font-size: 14px; color: #54565A; background: #F6F8F9; padding: 30px 0; }
.huangFooter .fullbar .mds { background: -orange; text-align: center; }
.huangFooter .fullbar .frs { background: -pink; }
.huangFooter .fullbar .guojia { margin-right: 20px; }
.huangFooter .fullbar .guojia img { margin-right: 10px; }
.huangFooter .fullbar .shejiao img { margin-right: 10px; }
.huangFooter .fullbar .shejiao img:last-child { margin-right: 0; }

/*黄老师联系我们的背景banner*/
.huangContactBan { height: 260px; }

/*黄老师联系我们的地图盒子1/3*/
.huangMapBox .ban60 { background: -pink; }
.huangMapBox .fls,.huangMapBox .frs { width: 50%; }

/*黄老师联系我们的地图盒子2/3*/
.huangMapBox .fls .imgtit { padding: 50px 0 80px; }
.huangMapBox .fls .imgicon { padding-bottom: 40px; }
.huangMapBox .fls .biaoti { position: relative; font-size: 28px; color: #2178FF; padding-bottom: 20px; margin-bottom: 40px; }
.huangMapBox .fls .biaoti:after { content: ""; width: 33px; height: 6px; background: rgba(88, 223, 255, 1); border-radius: 4px; display: inline-block; position: absolute; bottom: 0; left: 0; }
.huangMapBox .fls .miaoshu { font-size: 20px; color: #818383; padding-bottom: 80px; line-height: 1.6; text-align: justify; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 66%; }
.huangMapBox .fls .neirong span:nth-child(1) { font-size: 20px; color: #818383; margin-right: 80px; }
.huangMapBox .fls .neirong span:nth-child(2) { font-size: 20px; color: #2178FF; }
.huangMapBox .fls .neirong1 { padding-bottom: 10px; }
.huangMapBox .fls .neirong2 { padding-bottom: 80px; }

/*黄老师联系我们的地图盒子3/3*/
.huangMapBox .frs .imgtit { padding: 70px 0 80px; }
.huangMapBox .frs .imgmap { position: relative; }
.huangMapBox .frs .imgmap .picmap2 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/*黄老师区块链主链*/
.huangZhuLian { height: 620px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.huangZhuLian .fls { width: 50%; background: -pink; }
.huangZhuLian .frs { width: 50%; background: -orange; }
.huangZhuLian .fls img { width: 100%; }
.huangZhuLian .frs .tit1 { font-size: 90px; color: #fff; padding-top: 80px; }
.huangZhuLian .frs .tit2 { font-size: 18px; color: #D2D2D2; padding-top: 80px; }
.huangZhuLian .frs .tit3 { padding-top: 80px; }
.huangZhuLian .frs .tit3 a { font-size: 22px; margin-bottom: 20px; display: inline-block; color: #3142C6; background: #fff; padding: 10px 60px; border-radius: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.huangZhuLian .frs .tit3 a:hover { -webkit-box-shadow: 0 0 5px #fff; box-shadow: 0 0 5px #fff; }

/*黄老师公有链*/
.huangGongYou { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.huangGongYou .liantit1 { padding: 50px 0; }
.huangGongYou .liantit2 { line-height: 1.6; }
.huangGongYou .lists { padding: 30px 0; }

/*黄老师公链服务模块*/
.huangGongFu { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.huangGongFu .liantit1 { padding: 50px 0; }
.huangGongFu .lists .itembox { width: 30%; text-align: center; -webkit-box-shadow: 0 0 20px #ddd; box-shadow: 0 0 20px #ddd; margin-bottom: 100px; }
.huangGongFu .lists .itembox .d1 { background: #F7F7F7; height: 280px; }
.huangGongFu .lists .itembox .d2 { font-size: 24px; color: #333; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 20px; background: #fff; height: 80px; }

/*黄老师联盟链*/
.huangLianMeng { background: #F6F8F9; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.huangLianMeng .liantit1 { padding: 50px 0; }
.huangLianMeng .lists { background: -pink; padding: 50px 0; text-align: center; }

/*黄老师联盟链应用方向*/
.huangDirection { background: #F6F8F9; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding-bottom: 50px; }
.huangDirection .lists { padding: 50px 0; }
.huangDirection .lists .itembox { width: 48%; text-align: center; }
.huangDirection .lists .itembox .d1 { height: 280px; }
.huangDirection .lists .itembox .d2 { font-size: 30px; color: #11106A; padding: 20px 0; }

/*黄老师私有链*/
.huangPrivateLian { background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.huangPrivateLian .liantit1 { padding: 50px 0; }
.huangPrivateLian .lists { padding: 50px 0; text-align: center; }

/*黄老师私有链服务*/
.huangPrivateFuWu { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; height: 700px; }
.huangPrivateFuWu .liantit1 { color: #fff; }
.huangPrivateFuWu .lists .itembox { width: 48%; text-align: center; }
.huangPrivateFuWu .lists .itembox .d1 { height: 360px; background: -pink; }
.huangPrivateFuWu .lists .itembox .d2 { font-size: 30px; color: #fff; }

/*黄老师的匿名公链的轮播*/
.huangLunBo1 { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; background: #ddd; min-height: 100vh; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.huangLunBo1 .fls,.huangLunBo1 .frs { width: 50%; }
.huangLunBo1 .fls { background: -pink; padding-right: 15%; }
.huangLunBo1 .fls .d1 { font-size: 45px; color: #212121; }
.huangLunBo1 .fls .d2 { font-size: 18px; color: #333; text-align: justify; line-height: 1.6; }
.huangLunBo1 .fls .d3 a { font-size: 20px; margin-bottom: 10px; background: #3142C6; color: #fff; padding: 10px 60px; border-radius: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.huangLunBo1 .fls .d3 a:hover { background: #4758dc; }
.huangLunBo1 .frs { background: -orange; }
.jiantouBox1 { padding: 50px 0; }
.jiantouBox1 .jiantous img,.huangLunBo2 .jiantous { width: 70px; height: 70px; border-radius: 100%; overflow: hidden; -webkit-box-shadow: 0 0 15px #aaa; box-shadow: 0 0 15px #aaa; }
.jiantouBox1 .jiantous img:hover,.huangLunBo2 .jiantous:hover { -webkit-box-shadow: 0 0 20px #999; box-shadow: 0 0 20px #999; cursor: pointer; }

/*黄老师的匿名公链的轮播(案例展示)*/
.huangLunBo2 { position: relative; background: #F0F5FC; min-height: 100vh; height: 100vh; }
.huangLunBo2 .jiantous { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.huangLunBo2 .huangJianTou2b { left: 10%; }
.huangLunBo2 .huangJianTou2a { right: 10%; }
.huangLunBo2 .titles { font-size: 34px; color: #2C2E30; text-align: center; padding: 100px 0; }
.huangLunBo2 .fls .d1 { font-size: 34px; color: #242797; }
.huangLunBo2 .fls .d1b { width: 100%; line-height: 1.6; }
.huangLunBo2 .fls .d1b,.huangLunBo1 .fls .d2 { font-size: 20px; color: #333; }
.huangLunBo2 .swiper-button-prev:after { content: ""; }
.huangLunBo2 .swiper-button-next:after { content: ""; }
.huangLunBo2 .swiper-pagination-bullet-active { background: #FF794D !important; }
.huangLunBo2 .swiper-slide { padding-bottom: 50px; }

/*黄老师的匿名公链的轮播(案例展示)*/
.huangLunBo4 { background: #2F5BEA; }
.huangLunBo4 .titles { color: #fff; }
.huangLunBo4 .fls .d1 { color: #fff; }
.huangLunBo4 .fls .d1b { color: #fff; }
.huangLunBo4 .fls .d2 { color: #fff; }
.huangLunBo4 .fls .d3 a { background: #fff; color: #3142C6; }
.huangLunBo4 .fls .d3 a:hover { -webkit-box-shadow: 0 0 5px #fff; box-shadow: 0 0 5px #fff; background: #fff; color: #3142C6; }
.huangLunBo4 .swiper-pagination-bullet-active { background: #fff !important; }

/* 黄老师轮播追加处理 */
#huangSwiper4 .swiper-slide .fls { background: -pink; }
#huangSwiper4 .swiper-slide .frs { background: -cyan; }
#huangSwiper4 .swiper-slide .frs img { width: 60%; margin: 0 auto; }

/*黄老师立即咨询行业解决方案*/
.huangSolvePlan { height: 600px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.huangSolvePlan .d1 { padding-bottom: 30px; color: #fff; }
.huangSolvePlan .d2 { padding-bottom: 80px; color: #ddd; }
.huangSolvePlan .d3 { text-align: center; }
.huangSolvePlan .d3 a { font-size: 20px; background: #FB304C; color: #fff; padding: 15px 100px; border-radius: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0 0 10px #FB304C; box-shadow: 0 0 10px #FB304C; }
.huangSolvePlan .d3 a:hover { background: #e8203c; -webkit-box-shadow: 0 0 10px #e8203c; box-shadow: 0 0 10px #e8203c; }

/*黄老师立即咨询行业解决方案(复制的)*/
.huangSolvePlan2 { background: #F6F8F9; }
.huangSolvePlan2 .d1 { color: #11106A; }
.huangSolvePlan2 .d2 { color: #2F5BEA; }

/*黄老师交易系统*/
.huangTradeSystem { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 100px 0; }
.huangTradeSystem .fls { background: -pink; width: 50%; }
.huangTradeSystem .frs { background: -orange; width: 50%; }
.huangTradeSystem .frs img { width: 100%; }
.huangTradeSystem .d1 { padding-bottom: 30px; color: #fff; text-align: left; }
.huangTradeSystem .d2 { padding-bottom: 50px; color: #ddd; text-align: left; }
.huangTradeSystem .d3 a { font-size: 20px; margin-bottom: 20px; background: #2F5BEA; color: #fff; padding: 10px 60px; border-radius: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.huangTradeSystem .d3 a:hover { background: #5477ea; }

/*黄老师合约交易构架1/2*/
.huangGouJia { padding: 100px 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.huangGouJia .onebox { padding: 50px 0; text-align: center; border-radius: 10px; }
.huangGouJia .onebox .titles1,.huangGouJia .onebox .titles2 { color: #fff; line-height: 1.6; padding: 0 30% 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.huangGouJia .onebox .titles1 { font-size: 34px; }
.huangGouJia .onebox .titles2 { font-size: 18px; }

/*黄老师合约交易构架2/2*/
.huangGouJia .twobox { text-align: center; background: #201F73; margin-top: 100px; border-radius: 10px; padding: 50px 0; }
.huangGouJia .twobox .titles3 { font-size: 34px; color: #fff; line-height: 1.6; padding-bottom: 30px; }

/*黄老师产品优势*/
.huangProductWell { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 100px 0; }
.huangProductWell .titles { text-align: center; font-size: 40px; color: #282B31; padding-bottom: 50px; }
.huangProductWell .lists .itembox { width: 32%; background: #fff; margin-top: 40px; text-align: center; padding: 20px 5% 50px; border-radius: 5px; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; }
.huangProductWell .lists .itembox:nth-child(7),.huangProductWell .lists .itembox:nth-child(8),.huangProductWell .lists .itembox:nth-child(9) { margin-top: 100px; }
.huangProductWell .lists .itembox .d1 { padding-bottom: 10px; }
.huangProductWell .lists .itembox .d1 img { width: 94px; height: 94px; display: inline-block; }
.huangProductWell .lists .itembox .d2 { font-size: 20px; color: #282B31; padding: 10px 0 20px; }
.huangProductWell .lists .itembox .d3 { font-size: 14px; color: #676C75; line-height: 1.6; }

/*黄老师技术架构*/
.huangJiShu { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 100px 0; }
.huangJiShu .titles { text-align: center; font-size: 34px; color: #fff; padding-bottom: 100px; }
.huangJiShu .imgs { text-align: center; }

/*黄老师多链钱包*/
.huangWallet { height: 1857px; }
.huangWallet .mytop { background: -pink; width: 50%; padding-top: 100px; }
.huangWallet .mytop .tit1 { font-size: 80px; line-height: 160px; color: #fff; }
.huangWallet .mytop .d1 { font-size: 18px; color: #fff; line-height: 1.6; padding-bottom: 40px; }
.huangWallet .mytop .d2 a { font-size: 20px; margin-bottom: 20px; background: #fff; color: #3142C6; padding: 10px 60px; border-radius: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.huangWallet .mytop .d2 a:hover { -webkit-box-shadow: 0 0 5px #eee; box-shadow: 0 0 5px #eee; }
.huangWallet .mybot .titles { font-size: 34px; text-align: center; color: #fff; padding: 500px 0 20px; }
.huangWallet .mybot .lists .itemboxa { width: 30%; }
.huangWallet .mybot .lists .itemboxb { width: 48%; padding: 0 9%; }
.huangWallet .mybot .lists .itembox { background: -pink; text-align: center; margin-top: 30px; }
.huangWallet .mybot .lists .itembox .d1 { height: 200px; background: -orange; overflow: hidden; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.huangWallet .mybot .lists .itembox .d1 img { max-height: 100%; }
.huangWallet .mybot .lists .itembox .d2,.huangWallet .mybot .lists .itembox .d3 { -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; padding: 0 20%; }
.huangWallet .mybot .lists .itembox .d2 { font-size: 24px; padding: 20px 0; }
.huangWallet .mybot .lists .itembox .d3 { font-size: 18px; line-height: 1.6; }

/*黄老师方案介绍*/
.huangProjectIntro { background: #F6F7F9; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding-bottom: 100px; }
.huangProjectIntro .titles { text-align: center; font-size: 40px; color: #282B31; padding: 100px 0; }
.huangProjectIntro .lists .itembox { width: 100%; background: #fff; margin-top: 40px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 40px 10%; border-radius: 5px; border: 1px solid #eee; }
.huangProjectIntro .lists .itembox:first-child { margin-top: 0; }
.huangProjectIntro .lists .itembox:nth-child(odd) { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.huangProjectIntro .lists .itembox:nth-child(even) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.huangProjectIntro .lists .itembox:nth-child(odd) .frs { padding-left: 10%; }
.huangProjectIntro .lists .itembox:nth-child(even) .frs { padding-right: 10%; }
.huangProjectIntro .lists .itembox .fls { width: 37%; }
.huangProjectIntro .lists .itembox .fls img { border: 0px solid red; }
.huangProjectIntro .lists .itembox .frs { background: -pink; width: 50%; }
.huangProjectIntro .lists .itembox .frs .p1 { font-size: 28px; color: #363D4F; padding-bottom: 20px; }
.huangProjectIntro .lists .itembox .frs .p2 { font-size: 20px; color: #6D7783; line-height: 1.6; }

/*黄老师数字钱包和生态*/
.huangEcology { height: 1190px; }
.huangEcology .titles { font-size: 40px; color: #fff; text-align: center; padding-bottom: 40px; }
.huangEcology .lists { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 50px; -moz-column-gap: 50px; column-gap: 50px; }
.huangEcology .lists .itembox { padding: 20px; border-radius: 5px; border: 1px solid #51A1D5; text-align: center; height: 100%; overflow: auto; margin-top: 50px; }
.huangEcology .lists .itembox .d2 { font-size: 24px; color: #fff; padding: 30px 0; }
.huangEcology .lists .itembox .d3 { font-size: 18px; color: #fff; line-height: 1.6; }

/*黄老师我们的优势*/
.huangWoMenYouShi { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; height: 100vh; min-height: 100vh; }
.huangWoMenYouShi .titles { font-size: 40px; text-align: center; color: #fff; }
.huangWoMenYouShi .lists .itembox { width: 50%; margin-top: 100px; }
.huangWoMenYouShi .lists .itembox .p1 { font-size: 26px; color: #fff; padding-bottom: 10px; }
.huangWoMenYouShi .lists .itembox .p2 { font-size: 20px; color: #fff; line-height: 1.6; }
.huangWoMenYouShi .lists .itembox .fls { width: 20%; background: -pink; }
.huangWoMenYouShi .lists .itembox .frs { width: 48%; background: -orange; text-align: center; }

/*黄老师选择我们*/
.huangSelectUs { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 200px 0; }
.huangSelectUs .titles { font-size: 40px; color: #fff; text-align: center; padding-bottom: 100px; }
.huangSelectUs .lists { position: relative; }
.huangSelectUs .lists .picxuanwomen { display: block; margin: 0 auto; }
.huangSelectUs .lists .itembox { position: absolute; width: 30%; background: -pink; text-align: center; }
.huangSelectUs .lists .itembox1 { top: 0; left: 0; }
.huangSelectUs .lists .itembox2 { top: 0; right: 0; }
.huangSelectUs .lists .itembox3 { bottom: 30%; left: 0; }
.huangSelectUs .lists .itembox4 { bottom: 30%; right: 0; }
.huangSelectUs .lists .itembox .p1 { font-size: 30px; color: #10D4F3; padding-bottom: 30px; }
.huangSelectUs .lists .itembox .p2 { font-size: 20px; color: #fff; line-height: 1.6; }

/*黄老师DApp应用定制*/
.huangDapp { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.huangDapp .lists1 { background: -pink; padding: 50px 0; }
.huangDapp .lists1 .fls { width: 40%; padding-right: 5%; }
.huangDapp .lists1 .frs { width: 60%; }
.huangDapp .lists1 .d1 { font-size: 46px; color: #fff; }
.huangDapp .lists1 .d2 { font-size: 22px; color: #fff; padding: 20px 0; line-height: 1.6; }
.huangDapp .lists1 .d3 a { font-size: 22px; margin-bottom: 20px; color: #fff; background: #3142C6; padding: 10px 60px; border-radius: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.huangDapp .lists1 .d3 a:hover { background: #4758dc; }
.huangDapp .lists2 { padding: 50px 0; }
.huangDapp .lists2 .d1,.huangDapp .lists2 .d2 { -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; color: #fff; padding: 0 5%; }
.huangDapp .lists2 .d1 { font-size: 34px; padding-bottom: 30px; }
.huangDapp .lists2 .d2 { font-size: 22px; line-height: 1.6; }
.huangDapp .lists2 .d3 { padding-top: 30px; text-align: center; }

/*黄老师底层区块链*/
.huangDiCeng { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 100px 0; }
.huangDiCeng .titles1,.huangDiCeng .titles2 { text-align: center; color: #fff; }
.huangDiCeng .titles1 { font-size: 34px; padding-bottom: 30px; }
.huangDiCeng .titles2 { font-size: 22px; }
.huangDiCeng .lists { -webkit-column-gap: 50px; -moz-column-gap: 50px; column-gap: 50px; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; padding-top: 100px; }
.huangDiCeng .lists .itembox { margin-top: 200px; overflow: auto; height: 100%; }
.huangDiCeng .lists .itembox .d2 { font-size: 30px; padding: 20px 0; }
.huangDiCeng .lists .itembox1 .d2 { color: #7E7EFF; }
.huangDiCeng .lists .itembox2 .d2 { color: #987CFB; }
.huangDiCeng .lists .itembox3 .d2 { color: #F86B27; }
.huangDiCeng .lists .itembox4 .d2 { color: #2B85D7; }
.huangDiCeng .lists .itembox .d3 { font-size: 16px; color: #fff; text-align: justify; line-height: 1.6; padding: 0 40% 50px 0; }

/*黄老师可应用领域*/
.huangKeYi { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 200px 0; }
.huangKeYi .balls { width: 152px; background: -pink; padding-bottom: 40px; }
.huangKeYi .balls:last-child { padding-bottom: 0; }
.huangKeYi .balls .txts { font-size: 20px; color: #353B50; text-align: center; }
.huangKeYi .txtbox { font-size: 28px; color: #000; }
.huangKeYi .txtbox { text-align: center; }
.huangKeYi .txtbox .p1 { font-size: 28px; color: #000; padding-bottom: 30px; }
.huangKeYi .txtbox .p2 { font-size: 14px; color: #3D5154; }
.huangKeYi .midbox .balls { margin: 0 auto; padding-bottom: 0; }

/*黄老师产品把控*/
.huangBaKong { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 150px 0; }
.huangBaKong .titles1 { font-size: 28px; text-align: center; color: #fff; padding-bottom: 30px; }
.huangBaKong .titles2 { font-size: 16px; text-align: center; color: #fff; }
.huangBaKong .lists1 { padding-top: 250px; }
.huangBaKong .lists2 { padding-top: 50px; }
.huangBaKong .lists .itembox { width: 33%; text-align: center; border: 1px solid rgba(77, 148, 192, 0.5); padding: 100px 0; border-radius: 10px; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }
.huangBaKong .lists .itembox .p1 { height: 100px; background: -pink; }
.huangBaKong .lists .itembox .p2 { font-size: 20px; color: #fff; }
.huangBaKong .lists .itembox:hover,.huangBaKong .lists .itembox.on { background: -o-linear-gradient(top left, #2B33A8, #53A1BE); background: -webkit-gradient(linear, left top, right bottom, from(#2B33A8), to(#53A1BE)); background: linear-gradient(to bottom right, #2B33A8, #53A1BE); -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
