
/**图片背景基础样式**/
.base_bg {
  background-repeat: no-repeat;
  background-size: cover;
}

/**强制父级节点边缘裁剪**/
.ofhd {
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/**文字删除线**/
.tdlt {
  text-decoration: line-through;
}

.flex1{
	display: flex;
}
.flex-justify-between{
	justify-content: space-between;
}

.flex-justify-around{
	justify-content: space-around;
}
.flex-justify-center{
	justify-content: center;
}

.flex-column{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.align-center{
	align-items: center;
}

.acea-row {
	display: flex;
	flex-wrap: wrap
}

.acea-row.row-middle {
	align-items: center
}

.acea-row.row-top {
	align-items: flex-start
}

.acea-row.row-bottom {
	align-items: flex-end
}

.acea-row.row-center {
	justify-content: center
}

.acea-row.row-right {
	justify-content: flex-end
}

.acea-row.row-left {
	justify-content: flex-start
}

.acea-row.row-between {
	justify-content: space-between
}

.acea-row.row-around {
	justify-content: space-around;
}

.acea-row.row-column-around {
	justify-content: space-around;
}

.acea-row.row-column {
	flex-direction: column
}

.acea-row.row-column-between {

	flex-direction: column;
	justify-content: space-between
}

.acea-row.row-center-wrapper {
	align-items: center;
	justify-content: center
}

.acea-row.row-between-wrapper {
	align-items: center;
	justify-content: space-between
}

.acea-no-warp {
	flex-wrap: nowrap;
}

.flex-1 {
	flex: 1;
}
/**/

.text-white{
	color: #fff;
}

.border-bottom {
	border-bottom: 1px solid #eee;
}

.lh-25 {
	line-height: 25px;
}



.d-none{
	display: none;
}

.d-block{
	display: flex;
}
.d-b{
	display: block;
}
@keyframes rotateInDownRight {
	0%{
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg); 
		opacity: 0;
	}
	100%{
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0%{
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	100%{
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}
#side{
	width: 120px;
	height: 480px;
	position: fixed;
	right: 20px;
	top:50%;
	transform: translateY(-50%);
	z-index: 99;
}
#side .zixun{
	width: 120px;
	height: 173px;
	background: #fff;
	border-radius: 63px 63px 4px 4px;
	box-shadow: 0px 3px 10px rgba(5,36,82,0.08);
	position: relative;
}
#side .zixun .iconguanbi1{
	font-size: 12px;
	color: #B7C8E8;
	position: absolute;
	right: 5px;
	top: 0;
}
#side .zixun .kefu_avatar{
	width: 90px;
	height: 90px;
	margin-top: 15px;
}
#side .zixun  .hot_phone{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	padding-left: 2px;
}
#side .zixun  .phone_number{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 16px;
	color: #333333;
	margin-top: 8px;
}
#side .zixun  .zixun_btn{
	width: 88px;
	height: 28px;
	background: #2A7EFB;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	padding-bottom: 1px;
}
#side .work_code{
	width: 120px;
	height: 142px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(5,36,82,0.08);
}
#side .work_code .code_text{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
#side .gitee_down{
	width: 120px;
	height: 44px;
	background: #fff;
	border-radius: 4px;
	color: #333;
	box-shadow: 0px 3px 10px rgba(5,36,82,0.08);
}
#side .luntan{
	width: 120px;
	height: 44px;
	background: linear-gradient(135deg, #ea493f   0%, #ea493f   100%);
	border-radius: 4px;
	color: #fff;
	position: relative;
	box-shadow: 0px 3px 10px rgba(5,36,82,0.08);
}
#side .back_top{
	width: 120px;
	height: 34px;
	background: #fff;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(5,36,82,0.08);
	color: #333;
}
#sm_side{
	height: 130px;
	width: 60px;
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 1000;
}
#sm_side .hide_kefu{
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(5,36,82,0.08);
}
#sm_side .hide_luntan{
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #ea493f   0%, #ea493f   100%);
	border-radius: 4px;
}
.kefu_main{
	z-index: 19;
	position: absolute;
	top: -30px;
	left: -145px;
}

.relative{
	position: relative;
}

.kefu_box{
	background: #fff;
	box-shadow: 0 0 26px rgb(2 50 123 / 10%);
	border-radius: 8px;
	width: 126px;
	height: 126px;
	margin: 0 auto;
	border: 1px solid #1890FF;
	box-shadow: 0px 0px 10px rgba(0, 38, 116, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.kefu_box::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	background-color: transparent;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}

.kefu_box img{
	width:110px;
	height:110px;
}

.footer{
	width: 100%;
	height: 570px;
	background: #21252C;
	position: relative;
}
.footer_bt{
	/* height: 143px; */
	background: #1C2026;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.footer .call_info img{
	width: 36px;
	height: 36px;
}
.footer .call_info .call_info_tit{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #ccc;
	opacity: 0.7;
}
.footer .call_info .call_phone{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #ddd;
}
.call_info ~ .call_info{
	margin-top: 40px;
}
.footer_desc_tit{
	font-size: 16px;
	font-family: PingFang SC;
	color: #ccc;
}
.qr_code{
	width: 146px;
	height: 146px;
	margin-top: 17px;
	margin-bottom: 20px;
}

.plat img{
	width: 27px;
	height: 27px;
}

.notice{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: #D5E6FF;
	transition: all .5s ease-in-out;
	z-index: 999;
}
#close{
	color: #ccc;
}
.notice_text{
	width: 720px;
	height: 46px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 23px;
	color: #333333;
}
.more_btn{
	width: 86px;
	height: 36px;
	background: #2A7EFB;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 60px;
}
.pointer{
	cursor: pointer;
}

.beian{
	color: #ddd;
	text-decoration: underline;
}
