@import "human-format.css"; /*http://www.qinco.net/humancss*/
@import "Normalize.css"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("../cssjs/font-awesome-4.7.0/css/font-awesome.min.css"); /* 4.7.0 字体图标 http://fontawesome.dashgame.com/ */

/*  ======== links */
a{
	text-decoration: none;
    color: #666;
   /* border-bottom: 1px solid #333;*/
}

a:hover{
	text-decoration: none;
    color: #f16653;
    border-bottom: 1px solid #f16653;
}

/*  ======== temp =======  */
.logo{position: absolute; left:50px; top:30px; }
h1{font-size:2.5em}

.infobar{margin:30px 20px 20px 20px;  font-size:110%}
.linkbar{margin:5px 20px 20px 20px; font-size:100%;font-style: normal;}
.linkbar li{float: left; padding-right:11px; padding-bottom:10px; }
/*.logo{position: absolute; top:20px; left:20px;}*/
.linkbar b{ font-style: normal;  font-weight: normal; }
.infobar div{}
.infobar .cop{font-size:70%;margin-top: 3px; }

.box1{height:28px;}
.box2{margin:0 67px 20px 20px; border-top:1px solid #efefef;}

.f2{font-size:150%}


/*  ======== btn =======  */

.btn-primary {
	background-color: #4bc57d;
	background-image: linear-gradient(to right,#62bfac 0,#55dc53 51%,#62bfac 100%);
	transition: .5s;
	background-size: 200% auto;
	color: #fff
}

a.btn-primary:hover,button.btn-primary:hover {
	background-position: right center;
	background-color: #30a460;
	color: #fff
}

.btn-info {
	background-color: #2378f3;
	background-image: linear-gradient(to right,#2378f3 0,#2fd0f1 51%,#2378f3 100%);
	transition: .5s;
	background-size: 200% auto;
	color: #fff
}

a.btn-info:hover,button.btn-info:hover {
	background-position: right center;
	background-color: #2378f3;
	color: #fff
}

.btn-helper {
	background-color: #404043;
	background-image: linear-gradient(to right,#161619 0,#404043 51%,#161619 100%);
	transition: .5s;
	background-size: 200% auto;
	color: #fff
}

a.btn-helper:hover,span.btn-helper:hover,button.btn-helper:hover {
	background-position: right center;
	background-color: #161619;
	color: #fff
}

.btn-warn {
	background-color: #4bc57d;
	background-image: linear-gradient(to right,#ac2331 0,#d15d43 51%,#ac2331 100%);
	transition: .5s;
	background-size: 200% auto;
	color: #fff
}

a.btn-warn:hover,span.btn-warn:hover,button.btn-warn:hover {
	background-position: right center;
	background-color: #30a460;
	color: #fff
}

.bg-helper {
	background-color: #4bc57d;
	background-image: linear-gradient(to right,#161619 0,#404043 51%,#161619 100%);
	background-size: 200% auto;
}
