

.layout-body {
	margin-top: 48px;
}

.layout-body .container {
	width: 1200px;
}

@media only screen and (max-width: 1024px) {
	.layout-body .container {
		width: 970px;
	}
}

@media only screen and (max-width: 768px) {
	.layout-body .container {
		width: 750px;
	}
}

@media only screen and (max-width: 640px) {
	.layout-body .container {
		width: 100%;
	}
}


.layout-content {
	margin: 0px auto;
}

.logincon {
	background: rgba(255, 255, 255, 1);
	position: relative;
	height: 380px;
	color: #444444;
	padding: 24px 32px 0 32px;
	display: inline-block;
	overflow: auto;
	z-index: 1;
	border-radius: 2px;
	min-height: 410px !important;
}

.login-main .account-tabs {
	font-size: 0.875rem;
	text-align: center;
}

.login-main input.form-control {
	background: #fff;
	color: #222;
	border-radius: 4px;
	border: 1px solid #EAEAEA;
	padding: 0 11px;
	height: 34px;
	font-size: 12px;
	width: 100%;
	line-height: 34px;
	z-index: 1;
	outline: 0;
}

.login-main .form-group {
	position: relative;
	font-size: 0.75rem;
}

.login-main .notice-txt {
	text-align: center;
}


.static-title {
	font-size: 32px;
	font-weight: 700;
	color: #101014;
	line-height: 40px;
	text-align: center;
}

.static-intro {
	color: #b5b5b5;
	font-size: 1rem;
	text-align: center;
	margin: 0.9375rem 0px 2rem 0px;
}

/*公告*/
.noticecon {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #777;
	font-size: 12px;
	position: relative;
	z-index: 100;
	top: 0;
	background-color: #fff;
	transition: all .4s ease 0s;
}

.noticecon .index_announce-orange {
	margin-right: 8px;
	color: #f26f20;
}

.noticecon .topnews {
	height: 30px;
	overflow: hidden;
}

.noticecon .top-contact {
	text-align: right;
}

.noticecon .topnews li a {
	color: #777;
}

.noticecon .topnews li .index_announce-new {
	display: inline-block;
	position: relative;
	bottom: 5px;
	padding: 0 2px;
	padding-bottom: 2px;
	background: #ff4229;
	color: #fff;
	line-height: 10px;
	font-size: 10px;
}

/*轮播图*/
.index-bannercon {}
.index-bannercon .swiper-slide{
    text-align: center;
}

/*媒体数据展示*/
.platform-data {
	width: 70%;
	background: #28282C;
	display: flex;
	margin: 0 auto;
	margin-top: -40px;
	position: relative;
	z-index: 100;
}

.platform-data .container {
	margin: auto;
	text-align: left;
	padding: .5rem;
}

.platform-data .container .row {
	margin: 0px;
}

.platform-data .change-num {
	padding: 28px 0px;
	display: flex;
	align-items: baseline;
	border-bottom: 1px solid #ececec;
}

.platform-data .number-xl {
	border-bottom: 1px solid #ececec;
}

.platform-data .number {
	flex: 1;
	font-size: 16px;
	color: #fff;
	padding: 36px 30px;
	border-left: 1px solid rgba(174, 185, 216, .15);
}

.platform-data .number:hover {
	background-image: linear-gradient(180deg, #32323a 0, #28282c 59%);
}

.platform-data .number:nth-child(1) {
	border-left: 0px;
}

.platform-data .number p {
	padding-left: 36px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: hsla(0, 0%, 100%, .5);
}

.platform-data .number span {
	font-size: 18px;
	color: hsla(0, 0%, 100%, .8);
}

.platform-data .num_ico1 {
	background: url(../images/platform-data_ico1.png) no-repeat;
}

.platform-data .num_ico2 {
	background: url(../images/platform-data_ico2.png) no-repeat;
}

.platform-data .num_ico3 {
	background: url(../images/platform-data_ico3.png) no-repeat;
}

.platform-data .num_ico4 {
	background: url(../images/platform-data_ico4.png) no-repeat;
}

*/

/*主推服务*/
.ad-lessons-list {
	margin: 20px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ad-lessons-list .ad-inner {
	display: inline-block;
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	transition: all .5s;
}

.ad-lessons-list .ad-inner:hover {
	transform: translateY(-3px);
	box-shadow: 0px 4px 20px 0px rgba(10, 33, 64, 0.07);
}

.ad-lessons-list .ad-inner .ad-title {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	line-height: 24px;
	margin: 21px 0 8px 22px;
}

.ad-lessons-list .ad-inner .ad-text {
	width: 163px;
	height: 40px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 20px;
	margin-left: 20px;
}

.ad-lessons-list .ad-inner .ad-image {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 20px;
}


/*区块链专区*/
.products-list {
	background: #f8f8f8;
	position: relative;
	padding: 100px 0px 120px 0px;
}

.products-list .container {
	max-width: 70%;
}

.products-list .static-title {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.products-list .pro-title {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 26px;
}

.products-list .more-txt {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	position: absolute;
	right: 29px;
	cursor: pointer;
	text-decoration: none;
}

.products-list .ad-pro-inner {
	margin: 1rem 0rem;
}

.products-list .ad-pro-con {
	width: 100%;
	height: 18rem;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 1.5rem 1rem;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 9px 28px 8px rgba(0, 0, 0, .01), 0 6px 16px 0 rgba(0, 0, 0, .03), 0 3px 6px -4px rgba(0, 0, 0, .06);
	transition: transform .25s ease-in, -webkit-filter .15s linear;
	transition: transform .25s ease-in, filter .15s linear;
	transition: transform .25s ease-in, filter .15s linear, -webkit-filter .15s linear;
}

.products-list .ad-pro-con:hover {
	transform: translate3d(0, -8px, 0);
	box-shadow: 0 6px 10px 12px rgba(0, 0, 0, .02), 0 9px 8px 0 rgba(0, 0, 0, .04), 0 6px 6px -8px rgba(0, 0, 0, .08);
}

.products-list .ad-pro-con p {
	text-align: center;
}

.products-list .ad-pro-inner .img-style {
	vertical-align: baseline;
	width: 20%;
	text-align: center;
	margin: 0px auto;
}

.products-list .ad-pro-inner .pro-title {
	font-size: 20px;
	transition: all .5s;
	text-align: center;
	background-color: white;
	margin-bottom: 1rem;
	color: #333;
	line-height: 26px;
}

.products-list .ad-pro-inner .pro-content {
	font-weight: 400;
	padding: 0px .5rem;
	font-size: 13px;
	color: #999;
	letter-spacing: .2px;
}

.products-list .ad-pro-inner .pro-btn-use {
	width: 88px;
	height: 34px;
	background: #FFB11A;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 34px;
	display: inline-block;
	font-size: 0.8125rem;
	transition: all .5s;
	display: none;
}


/*区块链投放优势*/
.ad-blockchain-extend {
	background: url(../images/data-view.png) no-repeat;
	width: 100%;
	padding: 4rem 0 4.375rem 0;
	text-align: center;
	color: #fff;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.ad-blockchain-extend .static-title {
	color: #fff;
	font-size: 1.5rem;
	padding-bottom: 4rem;
}

.bc-left-tab .bctab-inner {
	background: rgba(255, 255, 255, 0.04);
	border-radius: 4px;
	padding: 22px 0 20px 0;
	margin-bottom: 30px;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid transparent;
	cursor: pointer;
}

.bc-left-tab .icon {
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.bc-left-tab .bctab-inner.active {
	border-color: #ff6638;
}

.bc-left-tab .icon-status {
	background: url(../images/icon-status.png) no-repeat;
}

.bc-left-tab .icon-price {
	background: url(../images/icon-price.png) no-repeat;
}

.bc-right-tab .bctab-right {
	display: none;
}

.bc-right-tab .bctab-subtit {
	font-size: 14px;
	padding: 10px 0 30px 58px;
	min-height: 110px;
}

.bc-right-tab .bctab-img {
	height: 330px;
}

.bctab-right.active {
	display: block !important;
}


/*服务优势*/
.advantage-list {
	border-radius: 4px;
	box-shadow: 0px 2px 5px 0px rgba(222, 228, 245, 0.06);
	position: relative;
	padding: 3.625rem 0px 5.625rem 0px;
}

.ad-advantage {
	margin-top: 1rem;
}

.advan-title {
	font-size: 20px;
	font-weight: 500;
}

.advantage-list .more-txt {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	position: absolute;
	right: 29px;
	cursor: pointer;
	text-decoration: none;
}

.advantage-list .media-body p {
	color: #82869f;
	padding-top: 10px;
	font-size: 14px;
}

.advantage-list .advan-inner {}

.advantage-list .advan-inner .media {
	background-color: #fff;
	border: 1px solid #EEE;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	transition: all .5s;
	margin: 2rem 0px .5rem 0px;
	padding: 1rem 2rem 1rem 2rem;
}

.advantage-list .advan-inner .media img {
	height: 4rem;
}

.advantage-list .advan-inner .media h5 {
	font-weight: 600;
	font-size: 1.125rem;
	margin-bottom: 0px;
}


/*特价套餐*/
.setmeal-list {
	background: #f9f9f9;
	border-radius: 4px;
	box-shadow: 0px 2px 5px 0px rgba(222, 228, 245, 0.06);
	padding: 4rem 0rem;
	position: relative;
}

.setmeal-title {
	font-size: 20px;
	font-weight: 500;
}

.setmeal-list .more-txt {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	position: absolute;
	right: 29px;
	cursor: pointer;
	text-decoration: none;
}

.setmeal-list .ad-setmeal {
	margin: 3rem 0px;
}

.setmeal-list .setmeal-inner {
	margin-bottom: 1rem;
	padding: 0px 8px;
}

.setmeal-list .setmeal-inner .media {
	background-color: #fff;
	padding: 2rem 0px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.02);
	border: 1px solid #F5F5F5;
	vertical-align: middle;
	text-align: center;
	transition: all .5s;
	display: block;
}

.setmeal-list .setmeal-inner .media:hover {
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
}

.setmeal-list .setmeal-inner .img-style {
	vertical-align: baseline;
	width: 150px;
	height: 160px;
	transition: all .5s;
}

.setmeal-list .setmeal-inner .setmeal-title {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin: 0 auto;
	margin-top: .5rem;
	transition: all .5s;
}

.setmeal-list .ad-btn {
	display: inline-block;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: .1rem 1.5rem;
	font-size: 0.8125rem;
	background: none;
	color: #000;
	border: 1px solid #ddd;
	font-weight: 400;
	margin-top: 1rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.setmeal-list .ad-btn:hover {
	color: #000;
	background-color: #FFB11A;
	border-color: #FFB11A;
}

/*优势媒体推荐*/
.partner-list {
	background-color: #f9f9f9;
	border-radius: 4px;
	box-shadow: 0px 2px 5px 0px rgba(222, 228, 245, 0.06);
	position: relative;
	padding: 4.25rem 0px 5.625rem 0px;
}

.partner-list .more-txt {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	position: absolute;
	right: 29px;
	cursor: pointer;
	text-decoration: none;
}

.partner-list .partner-inner {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.partner-list .partner-inner .media {
	margin: 0 0px 1.875rem 0;
	text-align: center;
	display: block;
}

.partner-list .partner-inner .media img {
	height: 100px;
}

.partner-list .ad-partner {
	margin-top: 3rem;
}


/*客户案例展示*/
.ad-cases-list {
	padding: 2rem 0px;
}

.cases-tabs-con {
	width: 100%;
	display: flex;
}

.cases-tabs-con .cases-tabs {
	margin: 0 auto;
	display: block;
}



/*页面底部通用-快速注册*/
.commission {
	background: url(../images/free.png) no-repeat;
	background-size: 100% 100%;
	height: 210px;
	text-align: center;
	padding-top: 45px;
	box-sizing: border-box;
	color: #fff;
}

.commission-tit {
	font-size: 24px;
}

.commission .free {
	width: 116px;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-top: 8px;
}

.commission a {
	display: block;
	color: #fff;
}


/*行业资讯*/
.ad-newslist {
	padding-bottom: 4rem;
}

.newslist-title {
	overflow: hidden;
	margin-bottom: 1rem;
}

.index-new-title-name {
	float: left;
	width: 120px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ff8c00;
}

.index-new-title-name a {
	display: block;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	position: relative;
}

.index-new-title-name a span.big-title {
	font-size: 30px;
	font-weight: 500;
	color: #101014;
	line-height: 40px;
}

.index-new-title-name a span {
	float: left;
}

.clear:after {
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: "";
	clear: both;
}

.index-new-content {
	width: 100%;
	border: 1px solid #eee;
}

.index-new-title-name:hover .name-go-icon {
	background-position: -2px 0px;
}

.index-new-zixun-left {
	width: 100%;
	margin: 0px;
}

.index-new-zixun-left .image-part-title {
	display: block;
	width: 100%;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	bottom: 0;
	padding: 0 4px 0;
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
}

.index-new-zixun-left div.image-part a {
	display: block;
}

.index-new-zixun-img {
	height: 160px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.index-new-zixun-left div.image-part a:last-child .index-new-zixun-img {
	margin-bottom: 0px;
}

.index-new-zixun-img img {
	width: 100%;
	height: 160px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.index-new-report a.new-report-header {
	font-size: 30px;
	font-weight: 500;
	color: #101014;
	line-height: 40px;
	padding-bottom: 5px;
	padding-right: 3rem;
	border-bottom: 2px solid #ff8c00;
}

.index-new-zixun-left div.content-list {
	float: left;
}

.index-new-zixun-list-box {
	padding: 10px 0 10px 5px;
	border-bottom: 1px dashed #e0dbdb;
}

.index-new-zixun-title-box {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-new-zixun-title {
	font-size: 16px;
	color: #343434;
}

.index-new-zixun-content-box {
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-new-zixun-date {
	margin: 4px 0 0 15px;
}

.index-new-zixun-content {
	font-size: 12px;
	color: #929292 !important;
}

.index-new-zixun-author,
.index-new-zixun-date {
	display: inline-block;
	color: #929292;
	font-size: 12px;
	margin-top: 5px;
}

.index-new-report ul {
	margin-top: 1.2rem;
}

.index-new-report ul li {
	margin-bottom: 5px;
}

.index-new-report ul li span.circle {
	float: left;
	background-color: #e3e3e3;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 8px 5px 0 0;
}

.index-new-report ul li a.report-title {
	max-width: 96%;
	font-size: 0.875rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #555;
}

.index-new-report .time {
	color: #999999;
	font-size: 12px;
	line-height: 22px;
	margin-top: 6px;
	margin-left: 10px;
}

/*平台投放优势*/
.hangye-singular-show {
	margin-bottom: 15px;
	background-image: url(https://image.uisdc.com/wp-content/uploads/2020/04/new-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px;
	padding: 40px 50px;
	margin-bottom: 60px;
}

.hangye-singular-show .hy-main {
	position: relative;
}

.hangye-singular-show .hy-main .c {
	overflow: hidden;
	margin: 0 -5px;
}

.hangye-singular-show .hy-main .c .item {
	width: 25%;
	float: left;
	position: relative;
	text-align: left;
	padding: 0 15px 0 70px;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

.hangye-singular-show .hy-main .c .item i {
	display: block;
	width: 60px;
	height: 50px;
	line-height: 50px;
	font-size: 44px;
	text-align: center;
	color: #FFB11A;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

.hangye-singular-show .hy-main .c .item i::before {
	margin: 0;
}

.hangye-singular-show .hy-main .btns {
	text-align: left;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	color: #fff;
}

.hangye-singular-show .hy-main .btns span {
	display: inline;
	margin-right: 10px;
}

.hangye-singular-show .hy-main .btns .btn {
	line-height: 50px;
	display: inline-block;
	padding: 0 30px;
	background: linear-gradient(90deg, #ffb11a 13%, #ffc75a);
}

/*底部导航*/
footer {
	padding: 44px 0px 1rem 0px;
	background: -webkit-linear-gradient(300deg, transparent 80px, #0e1b2e 0) top left;
	background: linear-gradient(150deg, transparent 0, #0e1b2e 0) top left;
}

footer .container {
	max-width: 1280px;
}

footer .bd-footer-links {
	text-align: center;
}

footer h5,
footer h5 a {
	font-size: 16px;
	font-weight: 600;
}

footer h5 {
	padding-bottom: .8rem;
	color: #61698a;
	font-size: 15px;
}

footer p.qrtxt {
	font-size: 16px;
	text-align: center;
	color: #FFB11A;
}

footer p.qrpic img {
	width: 100%;
	border-radius: 12px;
}


footer .list-unstyled {
	font-size: 1rem;
	display: block;
	line-height: 28px;
	font-weight: 400;
}

footer .list-unstyled a {
	font-size: 13px;
	color: #aeb9d8;
}

footer .list-unstyled a:hover {
	opacity: .6;
}

footer .foot-contact li {
	font-size: 14px;
	list-style: none;
	line-height: 1.875rem;
	color: hsla(0, 0%, 100%, .6);
}

footer .bd-footer-links li {
	display: inline-block;
	padding: 1rem;
}

footer .bd-footer-links li a {
	color: hsla(0, 0%, 100%, .6);
	font-size: 1.125rem;
}

footer .footer-nav {
	padding-top: 0rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.footer-copyright {
	text-align: center;
	line-height: 4.375rem;
	position: relative;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.footer-copyright .copytxt {
	font-size: 0.75rem;
	color: hsla(0, 0%, 100%, .4);
	line-height: 1.25rem;
	margin: 0px;
	padding: .5rem 0px;
}

.footer-copyright .copytxt a {
	color: hsla(0, 0%, 100%, .4);
}



/*右侧浮动*/
.right_bar {
	width: 70px;
	position: fixed;
	right: 0;
	bottom: 10%;
	transform: translateY(-10%);
	z-index: 105;
}

.right_bar ul.cont {
	height: 280px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	border-radius: 8px;
}

.right_bar ul.cont li {
	height: 68px;
	position: relative;
	float: left;
	width: 70px;
	padding-top: 6px;
	transition: all .2s linear;
}

.right_bar ul.cont li.area {
	box-sizing: border-box;
	background: linear-gradient(180deg, rgba(72, 72, 77, 1) 0%, rgba(45, 45, 46, 1) 100%);
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.right_bar ul.cont li.area a {
	color: #fff;
}

.right_bar ul.cont li.area a::after {
	display: none;
}

.right_bar ul.cont li a::after {
	content: '';
	width: 100%;
	height: 0px;
	border: 1px solid rgba(230, 230, 230, .5);
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.2s linear;
}

.right_bar ul.cont li a {
	text-align: center;
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	cursor: pointer;
	display: block;
}

.right_bar ul.cont li:last-child a::after {
	display: none;
}

.right_bar ul.cont li:last-child {
	margin-bottom: 0;
}

.right_bar ul.cont li:hover,
.right_bar ul.cont li.cur {
	background-color: #FFB11A;
}

.right_bar ul.cont li:hover a::after,
.right_bar ul.cont li.cur a::after {
	display: none;
}

.right_bar ul.cont li:hover a,
.right_bar ul.cont li.cur a {
	color: #fff;
}

.right_bar ul.cont li .ico {
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.right_bar ul.cont li .ico_blackchain {
	background-image: url(../images/blackchain_ico.png);
	background-size: 100%;
}

.right_bar ul.cont li .ico_kefu {
	background-image: url(../images/kefu_ico.png);
	background-size: 100%;
}

.right_bar ul.cont li .ico_xuqiu {
	background-image: url(../images/xuqiu_ico.png);
	background-size: 100%;
}


.right_bar ul.cont li .ico_weixin {
	background-image: url(../images/wechat_ico.png);
	background-size: 100%;
}

.right_bar ul.cont li .ico_fqa {
	background-image: url(../images/fqa_ico.png);
	background-size: 100%;
}

.right_bar ul.cont li:hover .ico_kefu {
	background-image: url(../images/kefu_ico_hover.png);
	background-size: 100%;
}

.right_bar ul.cont li:hover .ico_xuqiu {
	background-image: url(../images/xuqiu_ico_hover.png);
	background-size: 100%;
}

.right_bar ul.cont li:hover .ico_weixin {
	background-image: url(../images/wechat_ico_hover.png);
	background-size: 100%;
}

.right_bar ul.cont li:hover .ico_fqa {
	background-image: url(../images/fqa_ico_hover.png);
	background-size: 100%;
}

.right_bar ul.cont li span {
	display: inherit;
}

.right_bar ul.cont li .bar_mask {
	display: none;
	position: absolute;
	margin-right: 8px;
}

.right_bar ul.cont li .bar_vx {
	padding: 6px 5px;
	background-color: #FFB11A;
	right: 70px;
	top: 0;
}

.right_bar ul.cont li .bar_vx img {
	width: 160px;
}

.right_bar ul.cont li .bar_tel {
	background: linear-gradient(180deg, rgba(72, 72, 77, 1) 0, rgba(45, 45, 46, 1) 100%);
	right: 70px;
	width: 200px;
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	padding: 13px 0;
	top: 0;
	border-radius: 8px;
}

.right_bar ul.cont li .bar_qq {
	font-size: 15px;
}


@media only screen and (max-width: 2560px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {
	header .btn {
		padding: 0rem 1rem;
	}

	.products-list .ad-pro-con {
		padding: 1rem .6rem;
		height: 8.2rem;
	}

	.products-list .ad-pro-inner {
		margin: 1rem 0rem;
		padding: 8px;
	}

	.products-list .ad-pro-inner .pro-title {
		font-size: 16px;
		line-height: 1.4;
	}

	.platform-data .number {
		background-position: left center;
	}

	.bc-right-tab .bctab-subtit {
		display: table-row;
	}

	.bc-right-tab .bctab-img {
		height: 330px;
		margin-top: 1.5rem;
	}

	.setmeal-list .setmeal-inner .media {
		padding: 2rem 0px;
	}

	#certify {
		position: relative;
		width: 900px;
		margin: 0 auto;
	}

	#certify .swiper-slide {
		width: 480px;
		height: 340px;
	}

	#certify .swiper-slide img {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	header .navbar {
		margin-bottom: 0px;
	}

	header .navbar-nav li a {
		margin: 0px;
	}

	header .navbar-nav li {}

	header .toplogin {
		position: relative;
		right: -6%;
	}

	header .lbtn {
		min-width: 70px;
		font-size: 13px;
	}

	.platform-data {
		width: 90%;
	}


	.platform-data .number {
		font-size: 0.875rem;
		background-size: contain;
		background-position: left center;
		padding: 16px 30px;
	}

	.platform-data .number span {
		font-size: 0.875rem;
	}

	.bc-right-tab .bctab-img {
		width: 50%;
		margin-top: 1.5rem;
		height: auto;
	}


	.index-new-report {
		margin-top: 2rem;
	}

	.products-list .container {
		max-width: 84%;
	}

	.products-list .ad-pro-con {
		height: 17rem;
	}

	.products-list .ad-pro-inner {
		width: 33.333%;
		float: left;
	}

	.partner-list .partner-inner .media img {
		height: auto;
	}

	.products-list .ad-pro-inner .img-style {
		width: 15%;
	}

	.partner-list .partner-inner {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.setmeal-list .setmeal-inner {
		width: 25%;
	}

	.setmeal-list .setmeal-inner .img-style {
		vertical-align: baseline;
		width: 75px;
		height: 80px;
		transition: all .5s;
	}

	.setmeal-list .setmeal-inner .setmeal-title {
		font-size: 16px;
	}

	.advantage-list .advan-inner {
		float: left;
		width: 50%;
	}

	.commission {
		padding-top: 40px;
	}

	.commission-tit {
		font-size: 20px;
		width: 80%;
		margin: 0 auto;
	}

	.commission .free {
		margin-top: 0.9375rem;
	}

	.hangye-singular-show {
		margin-bottom: 15px;
		background-image: url(https://image.uisdc.com/wp-content/uploads/2020/04/new-img.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 25px;
	}

	.hangye-singular-show .container:before,
	.hangye-singular-show .container:after {
		content: "";
		height: 0;
		line-height: 0;
		display: block;
		visibility: none;
		clear: both;
	}

	.hangye-singular-show .hy-main .c .item {
		float: left;
		position: relative;
		color: #fff;
		width: 33.3333%;
		padding: 0 5px;
		font-size: 12px;
		text-align: center;
	}

	.hangye-singular-show .hy-main .btns span {
		display: none;
	}

	.hangye-singular-show .hy-main .c .item i {
		display: block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 44px;
		text-align: center;
		color: #FFB11A;
		margin: 0 auto 5px;
		position: relative;
		left: inherit;
		top: inherit;
	}

	.hangye-singular-show .hy-main .btns {
		position: relative;
		right: inherit;
		top: inherit;
		text-align: center;
		margin-top: 20px;
		color: #fff;
	}

	.hangye-singular-show .hy-main .btns .btn {
		display: block;
	}



}

@media only screen and (max-width: 960px) {
	.row {
		margin: 0px;
	}

	header .navbar {
		background-color: #0e1b2e;
	}

	header .toplogin {}

	.noticecon .top-contact {
		display: none;
	}

	.noticecon .index_announce-orange {
		display: none;
	}

	.index-new-zixun-left .image-part {
		margin-bottom: 1rem;
	}



}

@media only screen and (max-width: 768px) {
	header {
		height: auto;
	}

	header.headerScroll {
		height: auto;
	}

	header .navbar-nav {
		margin-top: 8px;
	}

	header .navbar-nav li {}

	header .navbar-nav li a {
		font-size: 13px;
	}

	header .toplogin {
		top: 12px;
	}

	header .navbar-inverse .navbar-nav>li>a {
		padding: 10px 8px;
	}

	header .lbtn {
		min-width: 50px;
		font-size: 12px;
		height: 26px;
		line-height: 26px;
	}

	header .navbar-inverse .navbar-collapse,
	header .navbar-inverse .navbar-form {
		overflow: hidden;
		padding: 0px;
	}

	header .navbar-inverse .navbar-toggle {
		margin-right: 0px;
	}

	.static-title {
		font-size: 2rem;
		padding: 0rem;
	}

	.static-intro {
		font-size: 0.75rem;
		text-align: center;
		margin: 0.5rem 0px 1rem 0px;
	}


	.platform-data {
		height: auto;
		padding: 0px .5rem;
		margin-top: 20px;
		display: inline-block;
		margin: 20px 5%;
	}

	.platform-data .number {
		flex: auto;
		width: 50%;
		background-position: 8% center;
		background-size: 12%;
		font-size: 0.75rem;
		padding: 10px 30px;
		margin: .3rem 0px;
		border-bottom: 1px solid rgba(174, 185, 216, .15);
	}

	.platform-data .number p {
		padding-left: 36px;
		margin-bottom: 0px;
		margin-left: 10px;
		background-size: contain;
	}

	.products-list {
		background: #f8f8f8;
		position: relative;
		padding: 0px 0px 60px 0px;
	}

	.products-list .static-title {
		font-size: 3rem;
	}

	.products-list .ad-pro-inner {
		width: 50%;
		float: left;
	}


	.products-list .ad-pro-con {
		height: 17rem;
		padding: 1rem .6rem;
	}

	.products-list .ad-pro-inner {
		margin: .3rem 0rem;
		padding: 5px;
	}

	.setmeal-list .static-title,
	.ad-cases-list .static-title,
	.partner-list .static-title,
	.advantage-list .static-title,
	.ad-newslist .static-title {
		font-size: 3rem;
	}

	.ad-blockchain-extend .static-title {
		font-size: 3rem;
	}

	.commission {
		height: 200px;
	}

	.noticecon .row {
		margin: 0px;
		padding: 0rem;
	}

	.partner-list .partner-inner {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		float: left;
	}


	.right_bar {
		display: none;
	}

	.setmeal-list .ad-btn {
		margin-top: .5rem;
	}

	.setmeal-list .setmeal-inner .media {
		padding: 1rem 0px;
	}

	.setmeal-list .setmeal-inner .setmeal-title {
		margin-top: .5rem;
	}

	.setmeal-list .setmeal-inner .img-style {
		vertical-align: baseline;
		width: 100px;
		height: 100px;
		transition: all .5s;
	}

	.setmeal-list {
		padding: 3rem 0px;
	}

	.setmeal-list .ad-setmeal {
		margin: 2rem 0px;
	}

	.hangye-singular-show .hy-main .btns .btn {
		display: block;
		color: #000;
	}

	.index-new-zixun-title-box {
		overflow: hidden;
		white-space: inherit;
		text-overflow: ellipsis;
	}

	#certify {
		position: relative;
		width: 640px;
		margin: 0 auto;
	}

	#certify .swiper-slide {
		width: 640px;
		height: 360px;
	}

	#certify .swiper-button-prev,
	#certify .swiper-button-next {
		display: none;
	}

	#certify .swiper-slide p {
		line-height: 28px;
		padding-top: 0;
		text-align: center;
		color: #636363;
		font-size: 13px;
		margin: 0;
	}

	#certify .swiper-pagination {
		width: 100%;
		bottom: -30px;
	}

	footer {
		padding-bottom: 2rem;
	}

	footer.container {
		padding: 0px;
	}

	footer .col-5,
	footer .col-2 {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left !important;
		padding-top: 2rem;
	}

	footer p {
		text-align: left !important;
	}

	footer p.qrpic img {
		width: 50%;
		border-radius: 12px;
	}

	footer .foot-contact {
		margin-top: 2.5rem;
	}

	footer .foot-qrcode {
		margin-top: 2.5rem;
	}


}

@media only screen and (max-width: 640px) {
	header .navbar-nav {
		margin-top: 8px;
		margin-left: 0px;
	}

	header .navbar-nav li a {
		font-size: 16px;
	}

	header .toplogin {
		position: relative;
		right: auto;
		top: 0px;
		left: 0px;
	}

	header .navbar-inverse .navbar-collapse,
	header .navbar-inverse .navbar-form {
		padding-bottom: 4rem;
	}

	header .lbtn {
		min-width: 60px;
		font-size: 14px;
		height: 32px;
		line-height: 30px;
	}

	.platform-data .number p {
		background-size: contain;
	}

	.platform-data .number {
		background-size: 12%;
		padding: 10px 10px;
	}


	.products-list .ad-pro-inner {
		width: 100%;
		float: left;
	}

	.advantage-list .advan-inner .media {
		padding: 1rem 1.5rem;
		margin-top: 1rem;
	}

	.index-new-zixun-left div.content-list {
		width: 100%;
		overflow: hidden;
	}

	.products-list .ad-pro-con {
		height: 15rem;
		padding: 1rem .6rem;
	}

	.setmeal-list .setmeal-inner {
		width: 50%;
		float: left;
	}

	.advantage-list .media-body p {
		font-size: 0.875rem;
	}

	.partner-list {
		padding: 2.625rem 0px;
	}

	.partner-list .partner-inner .media {
		margin: 0 0px .5rem 0;
	}

	.partner-list .partner-inner {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.index-new-title-name a span.big-title {
		font-size: 20px;
	}

	#certify {
		position: relative;
		width: 350px;
		margin: 0 auto;
	}

	#certify .swiper-slide {
		width: 320px;
		height: 180px;
	}

	#certify .swiper-button-prev,
	#certify .swiper-button-next {
		display: none;
	}

	#certify .swiper-slide p {
		line-height: 28px;
		padding-top: 0;
		text-align: center;
		color: #636363;
		font-size: 13px;
		margin: 0;
	}

	#certify .swiper-pagination {
		width: 100%;
		bottom: -30px;
	}
	.advantage-list .advan-inner .media{
	    height:200px;
	}
	.ad-blockchain-extend .static-title {
        font-size:2rem;
    }
    .setmeal-list .setmeal-inner .setmeal-title {
        font-size: 15px;
    }
    .setmeal-list .setmeal-inner .media{
        height:220px;
    }
    .products-list .static-title {
        font-size: 2rem;
         margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .products-list .container {
        max-width: 90%;
    }
    .setmeal-list .static-title, .ad-cases-list .static-title, .partner-list .static-title, .advantage-list .static-title, .ad-newslist .static-title {
        font-size: 2rem;
    }
    .setmeal-list .setmeal-inner .img-style {
        vertical-align: baseline;
        width: 80px;
        height: 80px;
        transition: all .5s;
    }
    .setmeal-list .setmeal-inner .media {
        height: 200px;
    }
    .advantage-list .advan-inner {
        float: left;
        width: 50%;
        padding: 0px 10px;
    }

}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 375px) {
	.platform-data .number {
		background-size: 12%;
		padding: 10px 5px;
	}
}
