.accordion {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion .link {
	line-height: 28px;
	cursor: pointer;
	display: block;
	padding: 15px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	font-size: 14px;
}

.submenu li {
	border-bottom: 1px solid #4b4a5e;
}

.submenu a {
	padding: 5px;
	text-decoration: none;
	
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	background: #b63b4d;
	color: #FFF;
}



/* 2 */
.treebox {
	width: 200px;
	margin: 0 auto;
	background-color: #7da1ce;
}

.menu_list {
	overflow: hidden;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 1px;
}

/*第一层*/
.menu_list li.level1>a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 50px;
	font-size: 16px;
	position: relative;
	transition: all .5s ease 0s;
}

.menu_list li.level1 a:hover {
	text-decoration: none;
	background-color: #326ea5;
}

.menu_list li.level1 a.current {
	background: rgb(51, 153, 255);
}

/*============修饰图标*/
.ico {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	background-repeat: no-repeat;
	background-image: url(images/ico1.png);
}

/*============小箭头*/
.level1 i {
	width: 20px;
	height: 10px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}

.level1 i.down {
	background-position: 0 -10px;
}

.ico1 {
	background-position: 0 0;
}

.ico2 {
	background-position: 0 -20px;
}

.ico3 {
	background-position: 0 -40px;
}

.ico4 {
	background-position: 0 -60px;
}

.ico5 {
	background-position: 0 -80px;
}

/*第二层*/
.menu_list li ul {
	overflow: hidden;
}

.menu_list li ul.level2 {
	display: none;
	background: #b5c9e3;
}

.menu_list li ul.level2 li a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-indent: 60px;
	/*border-bottom: 1px solid #ddd; */
	font-size: 14px;
	transition: all 1s ease 0s;
}


/* back按钮 */
@import url(http://fonts.googleapis.com/css?family=Roboto);


.sep {
	color: #ddd;
	margin: 0 4px;
}

.carbon-ad.ad {
	position: relative;
	display: block;
	box-sizing: border-box;
	max-width: 320px;
	margin: 0 auto;
	margin-top: 6em;
	padding: 1em 2.5em;
	padding-top: 2em;
	text-align: center;
	font-size: 14px;
}

.carbon-ad-label {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0;
	margin-bottom: 2px;
	font-size: 11px;
	text-align: center;
	color: #999;
}

.carbon-ad .carbon-poweredby {
	margin-bottom: 0;
	font-size: 12px;
}

.carbon-ad .carbon-img {
	margin: 0 auto;
	margin-bottom: .625em;
	background: white;
}

.carbon-ad img {
	display: block;
	border: solid 1px #ddd;
}

.browsehappy {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 1em;
	background: black;
	color: white;
	text-align: center;
}

small {
	display: block;
}

p,
[class^="hvr-"] {
	/* font-family: 'Roboto', sans-serif; */
}

[class^="hvr-"] {
	margin: .4em;
	padding: 1em;
	cursor: pointer;
	background: #e1e1e1;
	text-decoration: none;
	color: #666;
	/* Prevent highlight colour when element is tapped */

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* Smooth fonts */

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aligncenter {
	text-align: center;
}

.sup {
	vertical-align: super;
	margin-left: -1em;
	padding: .21875em;
	line-height: 100%;
	font-size: .21875em;
	border: #eee solid 1px;
	border-radius: 4px;
	color: inherit;
}

.sup:hover {
	background: #eee;
}

.footer a:hover,

.nav.hvr-icon-down,
.nav.hvr-icon-forward {
	padding-right: 1.2em;
}

.nav.hvr-icon-down::before,
.nav.hvr-icon-forward::before {
	right: 0;
}

.intro {
	max-width: 680px;
	margin: 20px auto 0 auto;
}

.button.cta {
	display: inline-block;
	position: relative;
	margin: 1.2em 0 1em 0;
	padding: 1em;
	background: #2098D1;
	border: none;
	text-decoration: none;
	font-weight: 700;
	color: white;
}

.effects {
	width: 100px;
	margin: 0 auto;
}

.effects a {
	border-radius: 10px;
}

.about {
	border-top: #333 solid 2px;
	border-bottom: #333 solid 2px;
}

.footer {
	overflow: hidden;
	width: auto;
	margin-top: 6em;
	font-size: .9em;
}

.footer a {
	text-decoration: none;
}

.credit {
	font-size: .8em;
	font-weight: normal;
}

.social {
	margin-top: 2.6em;
}

.social-button {
	display: inline-block;
	vertical-align: middle;
}

.twitter-follow-button {
	display: block;
	margin: 0 auto;
}

.follow {
	margin-bottom: 20px;
	line-height: 200%;
}

.made-by {
	display: block;
	margin-top: 3em;
	padding-top: 3em;
	padding-bottom: 1em;
	font-family: $fontFeature;
	font-size: 1.125em;
	text-align: center;
	line-height: 1.6;
	background: #181818;
	color: #777;
}

.made-by svg {
	display: block;
}

.made-by ul,
.made-by p {
	margin: 0;
	padding: 0;
}

.made-by ul {
	margin-bottom: .25em;
}

.made-by li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.made-by p {
	margin-top: .4em;
	font-size: .875em;
}

.made-by a {
	display: inline-block;
	padding: 0 .125em;
	color: #B1B1B1;
	transition-duration: .2s;
	transition-property: color;
}

.made-by a:focus,
.made-by a:hover {
	color: white;
}

.made-by i {
	font-size: 26px;
	height: 30px;
}

.made-by .follow {
	margin-top: 2em;
}

.made-by .follow iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
}

.made-by small {
	display: block;
	margin-top: 3em;
	font-size: .625em;
}

@-webkit-keyframes circle {
	50% {
		-webkit-transform: scale(1.26923077);
		transform: scale(1.26923077);
	}
}

@keyframes circle {
	50% {
		transform: scale(1.26923077);
	}
}

@-webkit-keyframes initials {
	50% {
		-webkit-transform: translateY(-8px) translateZ(0);
		transform: translateY(-8px) translateZ(0);
	}
}

@keyframes initials {
	50% {
		transform: translateY(-8px) translateZ(0);
	}
}

.ild-ident {
	display: block;
}

.ild-ident svg {
	display: block;
	overflow: visible;
	transform: scale(1) translateZ(0);
}

.ild-ident .circle-holder {
	transform: translate(-7px, -7px);
}

.ild-ident .circle {
	transform: translate(7px, 7px);
}

.ild-ident .active .i {
	animation: initials .4s ease-in-out;
}

.ild-ident .active .l {
	animation: initials .4s .2s ease-in-out;
}

.ild-ident .active .circle {
	animation: circle .5s .1s ease-in-out;
}

.g-btn {
	width: 100px;
	height: 35px;
	border-radius: 4px;
	border: none;
	background-color: #66b2ff;
	color: white;
	cursor: pointer;
	font-size: 14px;
}
