
.navigation{position:fixed;left:42px;bottom: 60px;width:122px;height:122px;z-index:999;}
.navigation .dot{height:122px;position:relative;overflow: hidden;}
.navigation .dot a{display:block;}
.navigation .dot img{display:block;width:100%;}
.navigation .dot .t1{display:block;}
.navigation .dot .t2{display:none;}
.navigation .dot a.active .t1{display:none;}
.navigation .dot a.active .t2{display:block;}
.navigation .cell{    width: 350px;
	height: 350px;
	border-radius: 200px;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 20px;
	top: -325px;
	display: none;}
.navigation .paper{width:338px;height:338px;background:#fff;border-radius:85px;margin:5px 0px 0px 5px;}
.navigation .paper .c3,.navigation .paper .c4{border-bottom:none;}
.navigation .paper .c2,.navigation .paper .c4{border-right:none;}
.navigation .paper .col a{display:inline-block;margin-top:40px;}
.navigation .paper .col a img{display:block;width:100%;}
.navigation .paper .middle{width:90px;height:90px;position:absolute;left:50%;top:50%;margin:-45px 0px 0px -45px;}
.navigation .paper .middle img{display:block;width:100%;}
.navigation .paper .c1 a{margin-left:10px;}
.navigation .paper .c3 a{margin-top:15px;}
.navigation .paper .c4 a{margin-top:20px;}

/*2018/11/5*/
.navigation .paper{width:338px;height:338px;background:url(../images/scir_20180811.png) no-repeat center center;border-radius:85px;margin:5px 0px 0px 5px;background-size:100% auto;position: relative;}
.navigation .paper .col{width:166px;float: left;border-right:none;border-bottom:none;text-align: center;height:144px;    line-height: 144px;}
.navigation .paper  .middle  img{width: 50%;height: auto;position: relative;top:15px;}
.navigation .paper .c3 a{margin-top:10px;position: relative;left: -10px;}
.navigation .paper .c4 a{margin-top:10px;position: relative;left: 15px;}
.navigation .paper .c5{position:absolute;left: 25%;z-index: 999;    bottom: -25px;}

/* .captch-pop {  position: fixed;left: 0; top: 0;  width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); text-align: center; overflow: auto;  z-index: 1000; }
.gt_mobile_holder { margin-top: 100px; display: inline-block; } */

.iScrollHorizontalScrollbar{
	position: absolute;
    z-index: 9;
    height: 7px;
		left: -30px;
		right:2px;
    bottom: 0px;
    overflow: hidden;
		pointer-events: none;
		margin-top:20px;
}
.iScrollIndicator{
	background:#7ab1f0;
	height:7px;
	border-radius: 10px;
	padding:20px auto;
}