.greyline-top { border-top: 1px #e7ebee solid;  }
.swiper-slide a { background-color: transparent; }

.lecture-list ul li .lec-info-group,
#actives-lec .swiper-slide .lec-info-group,
#stu-highlight .text_for_card .desc { position: absolute; right: 0.3rem; left: 0.3rem;  transition: all .35s; }

.lecture-list ul li .lec-info-group,
#actives-lec .swiper-slide .lec-info-group,
#stu-highlight .text_for_card .desc {  transform: translateY(100%); opacity: 0; transition: all .35s; }

.lecture-list ul li:hover .lec-info-group,
#stu-highlight .swiper-slide:hover .text_for_card .desc  ,
#actives-lec .swiper-slide:hover .lec-info-group {  opacity: 1; transform: translateY(0); transition: all .35s;  }

 

#actives-lec .swiper-button-prev ,
#actives-lec .swiper-button-next ,
#timeline .swiper-button-prev ,
#timeline .swiper-button-next ,
#dataSort .swiper-button-prev ,
#dataSort .swiper-button-next { width: .4rem; height: .4rem; text-align: center; line-height: .35rem; border: 2px #e8eaec solid; border-radius: 50%; background-color: transparent; }

#actives-lec .swiper-button-prev::after ,
#actives-lec .swiper-button-next::after ,
#timeline .swiper-button-prev::after,
#timeline .swiper-button-next::after ,
#dataSort .swiper-button-prev::after ,
#dataSort .swiper-button-next::after{ color: #e8eaec; font-size: .16rem; font-weight: bold; }

#actives-lec .swiper-button-prev:hover ,
#actives-lec .swiper-button-next:hover { border-color: #8c0000; } 
#actives-lec .swiper-button-prev:hover::after ,
#actives-lec .swiper-button-next:hover::after  { color: #8c0000; }

#actives-lec .swiper-button-prev,
#dataSort .swiper-button-prev ,
#timeline .swiper-button-prev { margin-left: -1rem; }

#actives-lec .swiper-button-next,
#dataSort .swiper-button-next ,
#timeline .swiper-button-next { margin-right: -1rem; }


#actives-lec .swiper-button-next, 
#actives-lec .swiper-button-prev { opacity: 0; }

.mode-actives:hover #actives-lec .swiper-button-next,
.mode-actives:hover #actives-lec .swiper-button-prev { opacity: 1; transition: all .3s; }

.box-news .tab-head {  border-bottom: 2px #e7ebee solid;  }
.box-news .tab-head ul li { margin-right: 20px; }
.box-news .tab-head ul li:last-child { margin-right: 0; }
.tab-head ul li { font-size: .18rem; color: #b9b9c0; }
.tab-body { padding: 0; }
.tab-body .tab-item,
.tab-body .item { position:absolute;  opacity: 0; }
.onSwiper,
.onTab { display: block !important; visibility: visible !important;  position: sticky  !important; opacity: 1 !important; }


.svg-root ,
svg:root { width: 100%; height: 100%; }
.cls-1 { fill: #e0e1e6; fill-rule: evenodd; }
li:hover .cls-1  {fill: #8c0000; fill-rule: evenodd;  }

.foot li:hover .cls-1 { fill: #e0e1e6; fill-rule: evenodd; }

/* 通用按钮-查看更多-带圆弧 */
button.btn-more-radius {
    background-color: rgba(255,255,255,.5);
    border-radius: 35px;
    display: block;
    outline: none;
    padding: .2rem .4rem;
}

button.btn-more-radius i{ display: block; position: relative; padding:  0; width: 14px;  }
button.btn-more-radius i::before,
button.btn-more-radius i::after { border-color: #fff; }


/* 通用按钮-查看更多 */
a.btn-stand-more {
    display: block;
    background-color: #f7f7f7;
    text-align: center;
    padding: 20px 0;
    line-height: 1;
	text-decoration: none;
	transition: all .3s;
}
a.btn-stand-more i.svg-root { position: absolute; left: 100%; min-width: 35px; width: .35rem; height: auto; margin-left: 0; top:53%;transform: translateY(-50%); }
a.btn-stand-more .cls-1 {  fill: #b9b9c0;  fill-rule: evenodd;}
a.btn-stand-more:hover { background-color: #8c0000; color: #fff;transition: all .3s; }
a.btn-stand-more:hover .cls-1 {  fill: #fff;  fill-rule: evenodd; transition: all .3s;}


/* 按钮组：浏览量&分享量 */
.date-view-group { width: 100%; color: #b9b9c0; position: absolute; bottom: 0; z-index: 5; display: flex; padding: 0.1rem 0.3rem; min-height:0.5rem;}
.date-view-group::before {
	content: "";
	width: calc(100% - .6rem);
	border-top: 1px #eee solid;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.date-view-group * { font-size: .14rem; }
.date-view-group .btn-next {
	position: absolute;
	right: .3rem;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 22px;	
}

.date-view-group hr { display: none; }


.btn-next { position: relative; }
.btn-next i { position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.btn-next i::before,
.btn-next i::after ,
.datenext::before, 
.datenext::after { border-color: #b9b9c0; }



/* banner */
#banner { width: 100%; height: 100vh; overflow: hidden; }
#banner .inside-bottom  { 
	color: #fff; 
	padding: 0 15px;
	padding-bottom: 2.68rem; 
	left: 50%; 
	transform: translateX(-50%); 
	text-align: left;
}

#banner .swiper-slide {}
#banner .swiper-slide a { 
	display: block; text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-tittle { font-weight: bold; margin-top: 8px; }

#banner video { width: 100%; height: 100%; object-fit: cover; }


#banner .enters {
	position: absolute;
	width:14.6rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

#banner .enters ul li { 
	margin-bottom: 0; 
	padding-bottom: 40px; 
	background-image: url(../img/icon/icon-jt.png);
	background-repeat: no-repeat;
	background-position: calc(100% - .3rem) calc(100% - .2rem);
	transform: translateY(40px); 
	transition: all .3s; 
}

.majoys ul li:nth-child(1) ,
.sm_panel .advEnters ul li:nth-child(1) ,
#banner .enters ul li:nth-child(1) { background-color: #8c0000; }

.majoys ul li:nth-child(2) ,
.sm_panel .advEnters ul li:nth-child(2) ,
#banner .enters ul li:nth-child(2) { background-color: #9a6f4a; }

.majoys ul li:nth-child(3) ,
.sm_panel .advEnters ul li:nth-child(3) ,
#banner .enters ul li:nth-child(3) { background-color: #c5aa88; }

#banner .enters ul li:hover {  transform: translateY(0px); transition: all .3s;}



#banner .enters ul li a { 
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	padding: .1rem .3rem;
	color: #fff;
	text-decoration: none;
	background: -webkit-linear-gradient(top,rgba(0,0,0,.18) -5%,rgba(0,0,0,0));
}

#banner .enters ul li i.icon {  
	padding: 0 !important;
	width: .5rem;  height: .5rem; 
	background-color: rgba(255,255,255,.1); 
	border-radius: 50%;
	background-position: center center;
	background-size: 50%;
}

#banner .enters ul li p { text-align: right; line-height: 1.15; font-size: .18rem; font-weight: 600; }
#banner .enters ul li p span { display: block; color: rgba(255,255,255,.5); margin-top: 4px;  line-height: 1; font-size: .14rem; }



/* 学院新闻 */
.li-tool { display: flex; justify-content: space-between; align-items: center;  margin-bottom: .3rem; }
.news-type { color: #8c0000; font-weight: 600; }
.box-news .tab-head { position: absolute;  right: 0;  top: -1rem;  margin-bottom: 0; } 

.home-news ul li,
.home-news ul li dl.item_with_topImgs { height: 5.4rem; transition: all .35s;}
.home-news ul li dl.item_with_topImgs {  position: relative; background-color: #f7f7f7; }
.home-news ul li dl.item_with_topImgs dd { 	padding: .3rem; background-color: #f7f7f7; 	position: absolute; bottom: 0; border: none; z-index: 4; transition: all .35s; }
.home-news ul li dl.item_with_topImgs dd h3 { min-height: .7rem; margin-bottom: .48rem; line-height: 1.5; }
.home-news ul li dl.item_with_topImgs dd .desc { margin-bottom: 1.22rem; opacity: 0; transform: translateY(100%); transition: all .35s;  }
.home-news ul li dl.item_with_topImgs dd .desc p { color: #fff; -webkit-line-clamp: 2; line-height: 1.5; }
.home-news ul li dl.item_with_topImgs dd button.btn-more-radius { opacity: 0; transform: translateY(100%); transition: all .35s; }

.home-news ul li dl.item_with_topImgs dd .desc,
.home-news ul li dl.item_with_topImgs dd button.btn-more-radius { display: none;  }

.home-news ul li:hover dl.item_with_topImgs dd { 
	padding: .7rem .3rem;
	background: -webkit-linear-gradient(top , #720000 , #8c0000 ) ; 
	background: -moz-linear-gradient(top , #720000 , #8c0000 ) ; 
	background: -ms-linear-gradient(top , #720000 , #8c0000 ) ; 
	background: linear-gradient(top , #720000 , #8c0000 ) ; 
	transition: all .35s; 
}

.home-news ul li:hover dl.item_with_topImgs * { color: #fff;  }
.home-news ul li:hover dl.item_with_topImgs dd h3 { transform: translateY(-15px); }

.home-news ul li:hover dl.item_with_topImgs dd .desc,
.home-news ul li:hover dl.item_with_topImgs dd button.btn-more-radius {	 opacity: 1; transform: translateY(0); transition: all .35s; animation-delay: .15s; }

.home-news ul li:last-child:hover .imgsize img { transform: translate(-50%,-50%) scale(1); }

/* 第三列竖版 */
.box-vertical { height: 100%; transform: translateY(-2px); overflow: hidden; }
.box-vertical dl { 
	width: 100%; 
	display: flex; 
	align-items: center;
	float: none; 
	height: calc(( 100% - .8rem ) / 3 );  
	/* margin-bottom: 35px;
	border-bottom: 1px #e7ebee solid;
	padding-bottom: 35px; */
}

.box-vertical dl:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }

.box-vertical dl dt { width: 2.17rem; overflow: hidden; }
.box-vertical dl dt .img16_9 { padding-top: 68.8%; }
.box-vertical dl dd { width: calc(100% - 2.17rem - 20px); }
.box-vertical dl dd .news-tittle { min-height: unset; font-size: .18rem; }
.box-vertical dl dd .desc p { line-height: 1.5; }
.box-vertical dl dd .datenext  {
	margin: 0;
	padding: 0;
	width: 18px;
	height: 35px;
	margin-left: 0 !important;
}
 

.home-news ul li:last-child .box-vertical dl:hover .imgsize img { transform: translate(-50%,-50%) scale(1.1) ; transition: all .3s; }
.home-news ul li:last-child .box-vertical dl:hover .news-tittle { color: #8c0000; }

.home-news ul li:last-child .box-vertical dl:hover .datenext::before, 
.home-news ul li:last-child .box-vertical dl:hover .datenext::after { border-color: #8c0000; }



/* enters */
.enters_list { width: 100%; }
.enters_list ul li { border: 1px #e7ebee solid ; }
.enters_list ul li .tags {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	background-color: #8c0000;
	color: #fff;
	padding: 10px 25px;
}

.enters_list ul li .stand-title  {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 15px 25px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .18rem;
	margin-bottom: 0;
}


/* notice */
.notice_list ul { display: flex; flex-flow: row wrap;  }
.notice_list ul li { border: 1px #e7ebee solid ; }
.notice_list ul li .padding_30 { padding-left:1.3rem; min-height: 2.1rem; padding-bottom: 0.5rem; }
.notice_list ul li .desc p { -webkit-line-clamp: 3; line-height: 1.4; }
.notice_list ul li .greyline-top { margin: 0 .3rem; }
.notice_list ul li .date-rili { 
	width: auto;
	border: none; 
	padding: 5px 10px;
	left: .3rem !important;
	text-align: center;
	display: flex;
	align-items: center;
	flex-flow: column;
	background-color: rgba(140,0,0,0.1);  	
}

.notice_list ul li .date-rili * { font-weight: 600; border: none; color: #8c0000; padding: 0; background-color: transparent;  transition: all .35s;}
.notice_list ul li .date-rili .years { font-size: .48rem; }
.notice_list ul li .date-rili .days {font-size: .14rem; }

.notice_list ul li:hover a { text-decoration: none; }
.notice_list ul li:hover h3 { color: #8c0000;  }

.notice_list ul li:hover .date-view-group,
.notice_list ul li:hover .date-rili { background-color: #8c0000 ; transition: all .35s;}

.notice_list ul li:hover .date-view-group * { color: #fff;   }
.notice_list ul li:hover .date-view-group i::before,
.notice_list ul li:hover .date-view-group i::after,
.notice_list ul li:hover .date-rili * { color: #fff; border-color: #fff; transition: all .35s;}

/* 学院新闻-end */




/* 申请截止日期 */
.mode-endline { width: 100%; padding-bottom: .68rem !important; }
.mode-endline .line-red {
	z-index: 0;
	opacity: 1;
	transform: translateY(0);
	background:-webkit-linear-gradient(bottom, rgba(140,0,0,.8) 4%, rgba(140,0,0,0) 49%);
}
.tansuo-apply {	display: flex;	justify-content: flex-start;	align-items: flex-start;}
.tansuo-apply .date-rili {  margin-right: 16px; border: none; } 
.tansuo-apply .date-rili .days { padding: 5px 0;  background-color: #8c0000;}
.tansuo-apply .date-rili .years { padding: 13px 0; font-size: .48rem;  color: #8c0000 !important;  background-color: #Fff; }

#timeline { margin-top: 30px; }

.timeline { margin-top: 2.3rem; }
.timeline .tab-head { border-width: 2px; border-bottom:2px rgba(255,255,255,.5) solid; margin-bottom: 0; }
.timeline .tab-head ul li { border-bottom: 2px transparent solid; padding: .2rem 0; margin-right: 20px; padding-top: 0; transform: translateY(2px); }
.timeline .tab-head ul li::after { display: none; }
.timeline .tab-head ul li.active { border-color: #fff; }
.timeline .tab-head ul li p { color: #fff; opacity: .5;  }
.timeline .tab-head ul li.active p { opacity: 1 !important; }
.timeline .tab-head ul li:last-child{ margin-right: 0;}

.mode-endline .tab-body { padding-bottom: 0; height: 0; min-height: unset !important; overflow: hidden;}
.mode-endline .tab-body .tab-item { display: flex; justify-content: space-between; overflow: hidden; }
.mode-endline .tab-body .tab-item .swiper-slide { width: auto; }

.date-apply { cursor: pointer; width: 100%; background-color: #fff; text-align: left; color: #b9b9c0;transition: all .3s; }
.date-apply dt {   padding: .13rem .25rem; line-height: 1; font-size: .16rem; position: relative; border-bottom: 1px #e7ebee solid; }
.date-apply dt .datenext { display: block; position: absolute; right: .25rem; top: 50%; transform: translateY(-50%); }
.date-apply dt .datenext ,
.date-apply dt .datenext::before ,
.date-apply dt .datenext::after { border-color: #fff; }

.date-apply dd { display: flex; align-items: center; }
.date-apply dd .rl-date { 
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;  
	width: 1rem; 
	height: 1rem; 
	padding: .17rem 0;
	text-align: center; 
	border-right: 1px #e7ebee solid; 
	font-size: 16px;
}
.date-apply big {font-size: .48rem;	line-height: 1; }

.date-apply dd p {  text-align: right; width: calc(100% - 1rem); padding: 0 .2rem; padding-left: 0; min-width: 1.2rem; } 
.date-apply dd p span { display: block; }




.onday dt ,
.date-apply:hover dt { background-color: #8c0000; color: #fff; transition: all .3s; }

.overday { cursor: not-allowed; }
.overday dt,
.overday:hover dt { background-color: #b9b9c0 !important; color: #fff;  }
.overday dt .datenext::before ,
.overday dt .datenext::after { border-color: #fff; }
.overday dd * { color: #b9b9c0 ; } 

/* end */



/* 学生风采 */
.mode-studentlife { }
.box-flex { width: 100%; height: 58.1vh; display: flex; flex-flow: row nowrap; }
.box-flex .box-left { width: calc(100% - 4.6rem - 20px); }
.box-flex .box-right { width: 4.6rem; margin-left: 20px; }
.box-flex .box-right .smallbox { 
	width: 100%; 
	height: calc((100% - 20px) / 2); 
	background-color: #fff; 
	overflow: hidden; 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.box-flex .box-right .smallbox:nth-child(1) { margin-bottom: 20px;	border: 1px #e7ebee solid;	border-top: 5px #8c0000 solid; }

#stu-highlight button.btn-more-radius { position: absolute; right: 0.3rem; bottom: 0.3rem; padding: 0; }
#stu-highlight button.btn-more-radius i::before,
#stu-highlight button.btn-more-radius i::after { border-color: #8c0000; }

#stu-highlight .swiper-slide { background-position: center 88%; transition: all .35s;}
#stu-highlight .swiper-slide a { text-decoration: none; transition: all .35s;}
#stu-highlight .text_for_card {
	width: 4.6rem;
	background-color: #fff;
	padding: .3rem ;
	padding-bottom: 0.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	text-align: left;
	transition: all .35s;
}


#stu-interview { padding: .3rem; padding-bottom: 0;  } 
#stu-interview .swiper-slide a { padding-bottom: .3rem; text-align: left; } 
#stu-interview .swiper-slide .datenext { position: absolute; right: 2px;  bottom: 0.3rem;  line-height: 1;  }

#stu-highlight .swiper-pagination { width:auto; text-align: left; padding: 0 .3rem; bottom: 0.25rem;  }
#stu-interview .swiper-pagination { width:auto; text-align: left;  bottom: 0.3rem;  }

.box-flex .stand-title { font-size: .22rem; margin-bottom: .1rem; }
/* #stu-highlight .text_for_card .stand-title {  transition: all .3s;}*/
#stu-highlight .swiper-slide:hover .text_for_card { padding-bottom:1.37rem; transition: all .3s; } 
/* .box-flex .desc { margin-bottom: .3rem; } */

.video-groups,
.video-groups:hover {
	width: 100%; height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,.15);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: .3rem;
	color: #fff;
	text-align: left;
	
}

.video-groups * { float: left; color: #fff; margin-right: 15px;}
.video-groups .btn-video { position: relative; top: 0; left: 0; transform: translate(0,0); transition: all .3s;}
.video-groups:hover .btn-video { background-color: rgba(255,255,255,.1); border-color: rgba(255,255,255,.1); transition: all .3s;}
.video-groups p  { padding: .1rem 0; }


/* 日历组件-calendar */
.co-tittle-group .btn-calendar { position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 5; }
.mode-calendar { position: absolute; right: 0; top: calc(100% + .1rem); right: 0; z-index: 25; display: none; }
.btn-calendar {
	display: block;
	outline: none;
	border: none;
	background-color: #8c0000;
	color: #fff;
	padding: 0.15rem 0;
	padding-left: 0.2rem;
	padding-right: 0.5rem;
	position: relative;
	z-index: 4;
}

.btn-calendar .icon { background-position-x: 0; }

.btn-calendar i.btn-jt {
	display: block;
	margin: 0;
	width: 9px;
	height: 9px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	transform-origin: center center;
	position: absolute;
	top: 50%;
	right: 0.23rem;
	transform: translateY(-50%) rotate(135deg);
}

.rili { width: 3.8rem; box-shadow: 0 15px 35px rgb(0 0 0 / 15%);}

/* 学生风采-end */



/* 活动预告 mode-actives */
.mode-actives {}
#actives-lec { margin-bottom: 20px; }
#actives-lec .swiper-slide {display: block; text-align: left;transition: all .35s; }
.lecture-list ul li .poser,
#actives-lec .swiper-slide .poser { position: relative; z-index: 0; height: 59vh; overflow: hidden;  }
.lecture-list ul li .red_wamp,
#actives-lec .swiper-slide .red_wamp {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30%; 
	background-color: rgba(140,0,0,0.9); 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: all .35s;
} 

dl.lec-item { position: relative;border: 1px #e7ebee solid; transition: all .35s;  }
dl.lec-item .stand-title { min-height: .58rem; }

dl.lec-item dd  { 
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 5;
	padding-bottom: 0;
	border-top: 1px #e7ebee solid;
	background-color: #fafafa;
	transition: all .35s;
}

.lec-info-group {
	width: auto;
	/* margin-top: 0.3rem; */
	border-top: 1px #eee solid;  
	padding-top: 0.3rem;   
	overflow: hidden;
	transform: translateY(100%);
	opacity: 0;
	transition: all .35s;
}

.lec-info-group ul li { margin-bottom: 0; }
.lec-info-group p.icon { color: #b9b9c0; background-size: auto 60%; background-position: 0px 60%; margin-bottom: .1rem; }

.lec-info-group .speakers { font-size: .18rem; line-height: 1.35; }
.lec-info-group .speakers-zw { font-size: .14rem; color: #b9b9c0; }

.lecture-list ul li .lec-info-group ul li { width: calc(( 100% - 20px ) / 2); }

.lecture-list ul li:hover .red_wamp,
#actives-lec .swiper-slide:hover .red_wamp { opacity: 1;transition: all .35s; }

.lecture-list ul li .red_wamp p,
#actives-lec .swiper-slide .red_wamp p { text-align: center; font-size: .24rem; line-height: 1;}

.lecture-list ul li .desc,
#actives-lec .swiper-slide .desc { margin-bottom: .3rem; }

.lecture-list ul li :hover dl.lec-item dd,
#actives-lec .swiper-slide:hover dl.lec-item dd { padding: .35rem .3rem; padding-bottom: 1.5rem; transition: all .35s; }
 
/* 活动预告 mode-actives-end */



/* 数据展示 mode-datashows */
.mode-datashows {  padding: 0;  } 


#dataSort { width: 100%; }
#dataSort .swiper-slide { align-items: flex-start; text-align: left; background-color: transparent; }
#dataSort .swiper-slide hr { border-top-width: 3px; margin: 40px 0; border-color: #e8eaec; }
big.numbers { line-height: 45px; font-size: .56rem; }
#dataSort .swiper-slide p.color_red { line-height: 1; font-weight: bold; position: relative;}
#dataSort .swiper-slide p.color_red sup { font-size: .28rem;   }
#dataSort .swiper-slide p.prize-icon { margin-right: 20px; }


.sort-desc { display: block; line-height: 1.35; color: #b9b9c0;font-size: 92%; }


.getContact { display: none; color: #fff; position: relative; cursor: pointer; background-color: #8c0000; transition: all .3s;  }
.getContact .black_wamp {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(top,rgba(0,0,0,.18) -5%,rgba(0,0,0,0));
}
.getContact dl { width:100%; height: .8rem; display: flex; align-items: center; }
.ad-radiu { 
	display: block; 
	width: .5rem;
	height: .5rem;
	background-color: rgba(255,255,255,.35);
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.ad-radiu::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	position: absolute;
	top: 50%;
	left: calc(50% + 4px);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ad-radiu::after {
	content: "";
	width: 12px; 
	border-top: 2px #fff solid; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) ;
}

.getContact:hover { background-color: #9a6f4a; transition: all .3s; }

/* end */


/* 悬浮窗口 */
.float-apply { display: none; width: 100px; position: fixed; right: 0; top: 62%; transform: translateY(-50%); z-index: 90;}
.float-apply ul {display: flex; flex-flow: column; justify-content: flex-end; }
.float-apply ul li { transform-origin: right center; display: table; width: 100%;  transition: all .3s; }
.float-apply ul li:nth-child(1) { background-color: #8c0000;}
.float-apply ul li:nth-child(2) { background-color: #9a6f4a;}
.float-apply ul li:nth-child(3) { background-color: #c2a886;}
.float-apply ul li:nth-child(4) { background-color: #1d1d1f; border-bottom-left-radius: 30px;}
.float-apply ul li a { 
	color: #fff; 
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle; 
	font-size: 14px;
	padding: .2rem 0;
	font-weight: 600;
}

.float-apply ul li a img { display: block; margin: auto; margin-bottom: 8px; }

.float-apply ul li:hover { transform: translateX(-20px); width: calc(100% + 20px); transition: all .3s; }
.float-apply ul li:hover a { text-decoration: none; padding: .2rem;  transition: all .3s; }