/*
.idea-thinking {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/idea-thinking-bg.jpg)
}

.idea-thinking .idea-thinking-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 0
}

.idea-thinking .idea-thinking-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 655px;
	z-index: 1
}

.idea-thinking .thinking-title-group {
	display: block
}

.idea-thinking .thinking-title-group .thinking-title-one {
	text-align: center;
	font-size: 56px;
	font-weight: 300;
	color: #ffffff;
	line-height: 58px
}

.idea-thinking .thinking-title-group .thinking-title-two {
	margin-top: 15px;
	text-align: center;
	font-size: 56px;
	font-weight: bold;
	color: #ffffff;
	line-height: 58px
}

.idea-thinking .thinking-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 98px
}

.idea-thinking .thinking-group .thinking-item {
	display: flex;
	align-items: center;
	flex-direction: column
}

.idea-thinking .thinking-group .thinking-item .item-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	transition: all .3s
}

.idea-thinking .thinking-group .thinking-item .item-desc {
	margin-top: 11px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
	transition: all .3s
}

.idea-thinking .thinking-group .thinking-item:hover .item-title {
	color: #44c8c9
}

.idea-thinking .thinking-group .thinking-item:hover .item-desc {
	color: #44c8c9
}

.idea-thinking .thinking-group .split-icon {
	width: 32px;
	height: 32px;
	margin: 0 69px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/idea-thinking-split.png)
}
*/





.fixed-alert {
	position: fixed;
	top: calc(50% - 305px);
	left: calc(50% - 600px);
	width: 1200px;
	height: 569px;
	pointer-events: none;
	z-index: 999
}

.fix-right {
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 999;
	pointer-events: auto
}

.fix-right .qr-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin-top: 20px;
	background-color: #333;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	user-select: none;
	-webkit-user-drag: none
}

.fix-right .qr-icon .icon-image {
	width: 26px;
	height: 26px;
	background-image: url(../images/one-active.png);
	background-repeat: no-repeat;
	background-size: cover
}

.fix-right .qr-icon .qr-bg {
	position: absolute;
	right: 72px;
	top: -120px;
	display: none;
	padding-top: 10px;
	width: 165px;
	height: 205px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	pointer-events: none
}

.fix-right .qr-icon .qr-bg::before {
	position: absolute;
	right: -20px;
	bottom: 50px;
	display: block;
	content: "";
	border: 10px solid transparent;
	border-left: 10px solid #fff
}

.fix-right .qr-icon .qr-bg .qr-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.fix-right .qr-icon .qr-bg .qr-box .code-img {
	width: 100%;
	height: 100%
}

.fix-right .qr-icon .qr-bg .qr-box .code-text {
	font-size: 12px;
	font-weight: 300;
	color: #333;
	line-height: 16px;
	text-align: center
}

.fix-right .qr-icon.active {
	background-color: #fff
}

.fix-right .qr-icon.active .icon-image {
	background-image: url(../images/icon-one.png);
}

.fix-right .qr-icon.active .qr-bg {
	display: block
}

.fix-right .contatc-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #e41700;
	border: 1px solid #9f1000;
	border-radius: 25px;
	cursor: pointer;
	user-select: none;
	-webkit-user-drag: none
}

.fix-right .contatc-icon .tips-img {
	position: absolute;
	top: -12px;
	right: 30px;
	display: block;
	padding-top: 16px;
	padding-left: 45px;
	width: 155px;
	height: 85px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 52px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/tips-box.png);
	pointer-events: none;
	opacity: 0
}

.fix-right .contatc-icon:hover .tips-img {
	opacity: 1
}

.fix-right .icon-img {
	display: block;
	width: 26px;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
	mix-blend-mode: lighten;
}

.public-alert-box {
	position: absolute;
	top: calc(50% - 280px);
	left: calc(50% - 600px);
	width: 1200px;
	height: 600px;
	padding: 30px 60px 42px 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/alert-bg.png);
	display: flex;
	z-index: 100;
	box-sizing: border-box;
	transform: scale(0);
	transform-origin: right bottom;
	transition: transform .3s;
	pointer-events: auto
}

.public-alert-box .alert-left .left-item {
	width: 527px;
	margin-top: 20px
}

.public-alert-box .alert-left .left-item .item-title {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 36px
}

.public-alert-box .alert-left .left-item .item-content-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 9px
}

.public-alert-box .alert-left .left-item .item-content-box .item-content {
	padding-bottom: 8px;
	width: 130px;
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	line-height: 26px
}

.public-alert-box .alert-left .left-item:first-child {
	width: 520px
}

.public-alert-box .alert-right {
	padding-top: 120px;
	padding-left: 100px
}

.public-alert-box .alert-right .right-title {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	line-height: 36px
}

.public-alert-box .alert-right .right-contact-title {
	padding-top: 50px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 20px;
	opacity: .8
}

.public-alert-box .alert-right .right-phone {
	padding-top: 5px;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	line-height: 40px
}

.public-alert-box .alert-right .right-bottom {
	display: flex;
	padding-top: 60px
}

.public-alert-box .alert-right .right-bottom .right-contact-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 178px;
	height: 54px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 40px;
	background: #23b1ac
}

.public-alert-box .alert-right .right-bottom .right-get-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	width: 160px;
	height: 54px;
	
	
	transition: all .3s
}

.rrkkr { background:#da251d;}
.rrkkuang {border: 1px solid rgba(255, 255, 255, 0.3);}

.public-alert-box .alert-right .right-bottom .right-get-btn .get-btn-text {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 40px;
	transition: all .3s
}

.public-alert-box .alert-right .right-bottom .right-get-btn .get-btn-code {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	flex-direction: column;
	align-items: center;
	width: 126px;
	height: 153px;
	background-image: url(../images/book-bg.png);
	background-repeat: no-repeat;
	background-size: cover
}

.public-alert-box .alert-right .right-bottom .right-get-btn .get-btn-code .btn-code-img {
	width: 110px;
	height: 110px;
	margin-top: 6px
}

.public-alert-box .alert-right .right-bottom .right-get-btn .get-btn-code .btn-code-text {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 16px
}

.public-alert-box .alert-right .right-bottom .right-get-btn:hover {
	background-color: #fff
}

.public-alert-box .alert-right .right-bottom .right-get-btn:hover .get-btn-text {
	color: #333
}

.public-alert-box .alert-right .right-bottom .right-get-btn:hover .get-btn-code {
	display: flex
}

.public-alert-box .close-icon {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/close.png);
	cursor:pointer;
}

.public-alert-box.show {
	transform: scale(1)
}

@media screen and (max-width:1367px) {
	.inner-module-banner .banner-title-group .title-fine {
		font-size: 46px;
		line-height: 68px
	}

	.inner-module-banner .banner-title-group .title-bold {
		font-size: 16px;
		line-height: 34px
	}

	.inner-module-banner.case .banner-title-group .case-title {
		font-size: 28px;
		line-height: 40px
	}

	.case .case-box .title {
		font-size: 46px
	}

	.fixed-alert {
		top: calc(50% - 305px);
		left: calc(50% - 600px)
	}

	.public-alert-box {
		top: calc(50% - 290px)
	}
}


@media screen and (max-width:768px) {
	.fix-right { display:none;}
	.fixed-alert {display:none;}
	
}