
.insider-bg {
	background: #f8f8f8
}

.insider-downdoad {
    overflow: hidden;
    padding-top: .8rem;
    position: relative;
	padding-bottom: 80px
}

.insider-downdoad .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -0.6rem;
    left: 0;
}


.insider-downdoad .titleBig {
    color: #222;
    font-size: .42rem;
    margin-bottom: .5rem;
    text-align: center;
}

.insider-downdoad .box-1 {
	background: #fff;
	padding: 30px
}


.insider-downdoad .box-1 .title:first-child {
	padding-top: 0
}

.insider-downdoad .box-1 .title {
	padding: 40px 0 10px 0
}

.insider-downdoad .box-1 .title span {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 30px;
	display: inline-block;
	background: #57b84b
}

.insider-downdoad .box-1 .title a {
	float: right;
	display: inline-block
}

.insider-downdoad .box-1 li {
	height: 50px;
	line-height: 48px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	border: solid 1px #eee
}


.insider-downdoad .box-1 li:first-child {
	color: #fff;
	border-color: #919f8f;
	background: #919f8f
}

.insider-downdoad .box-1 li a {
	color: #666
}

.insider-downdoad .box-1 li span {
	width: 15%;
	float: left;
	display: block;
	padding: 0 15px;
	text-align: center
}

.insider-downdoad .box-1 li span img {
	max-height: 20px;
	margin: 14px 5px 0 0
}

.insider-downdoad .box-1 li span:first-child {
	width: 55%;
	padding-left: 35px;
	text-align: left
}

.insider-downdoad .box-1 li:hover {
	background: #fff3e4;
	border-color: #fff3e4
}

.insider-downdoad .box-1 li:first-child:hover {
	color: #fff;
	border-color: #919f8f;
	background: #919f8f
}