*{
	margin: 0;
	padding: 0;
}
header {
  padding-top: 50px;
  padding-bottom: 20px;
}
body {
	color: #E1E1E1;
	background-color: #232323;
}
ul,li{
	list-style-type: none;
}
a {
	color: #FFFFFF;
}
a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
	color: #E1E1E1;
	text-decoration: none;
}
a:hover{
	color: #CDCDCD;
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
footer{
	clear: both;
	width: 100%;
	color: #A0A0A0;
	text-align: center;
	margin-top: 60px;
	background-color: rgba(28, 28, 28, 0.6);
}
footer p{
	margin: 0px;
	padding: 4px 0px;
	font-size: 12px;
}
footer a{
	font-size: 8px;
}
.fixdRight{
	font-family: "宋体";
	color: #FFFFFF;
	z-index: 1;
	position: fixed;
	right: 2%;
	bottom: 4%;
	opacity: 0.5;
}
.fixdRight a{
	display: block;
	width: 36px;
	height: 36px;
	font-size: 12px;
	padding-top: 9px;
	padding-left: 6px;
	background-color: #000000;
	border: 1px #FFFFFF solid;
	border-radius: 2px;
}
.fixdRight a:hover{
	color: #000000;
	background-color: #E1E1E1;
	border: 1px #E1E1E1 solid;
	opacity: 0.9;
}
.fixdRight > div {
	margin-bottom: 4px;
}
img.home-icon {
	display: inline-block;
	height: 14px;
	margin-top: -2px;
	margin-right: 0px;
}
img.home-icon-normal {
	display: inline-block;
	height: 16px;
	margin-top: -4px;
	margin-right: 2px;
}
#searchResult{
	margin-top: 40px;
	padding-top: 20px;
	border-top: 2px #BCBCBC solid;
}
.jumbotron-content{
	padding: 24px 0px;
}
.jumbotron-content>p{
	margin: 10px;
	padding: 0px;
}
.jumbotron-btn-group>li{
	display: inline-block;
	margin: 10px 40px;
}
.jumbotron-btn-group>li>a{
	padding-left: 30px;
	padding-right: 30px;
}
/* carousel style */
#mainCarousel{
	margin-top: -20px;
	margin-bottom: 50px;
}
.carousel-caption{
	padding-top: 10px;
}
.carousel-indicators li{
	background-color: #686868;
	border: 1px #FFFFFF solid;
}
.carousel-indicators li.active{
	background-color: #686868;
	border: 1px #FFFFFF solid;
}
/* webInfo style */
.web-info-item{
	margin: 10px 0px;
	padding: 10px;
	padding-top: 0px;
	background-color: #686868;
	border: 1px #E1E1E1 solid;
	border-radius: 4px;
}
.web-info-item > img{
	width: 100%;
	height: 200px;
	margin-top: 10px;
	overflow-y: hidden;
}
.web-info-tittle{
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.web-info-desc{
	padding: 4px 10px;
	font-size: 14px;
	line-height: 24px;
	background-color: #545454;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.web-info-desc-ex{
	height: 172px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.web-info-ex-info{
	color: #A0A0A0;
	margin-bottom: 2px;
}
/* itemInfo style */
.item-info{
	margin-bottom: 20px;
	padding: 10px;
	background-color: #464646;
	border: 2px #BCBCBC solid;
	border-radius: 4px;
}
.item-info:hover{
	background-color: #686868;
}
.item-info-tittle{
	display: block;
}
.item-info-img {
	margin-top: 10px;
}
.item-info-img img {
	border: 1px #E1E1E1 solid;
	border-radius: 4px;
}
.item-info-desc{
	font-size: 14px;
}
.item-info-ex{
	color: #A0A0A0;
	margin-bottom: 2px;
}
/* dialog style */
#dialogPage{
	display: flex;
	align-items:center;
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #000000BC;
}
.dialog-background{
	padding: 0px;
	margin-top: 100px;
}
#closeDialogPage{
	float: right;
	right: 0px;
	font-size: 13px;
	padding: 2px;
	color: #000000;
	background-color: #BCBCBC;
}
#closeDialogPage:hover{
	color: red;
}
.dialog-content{
	padding: 40px;
	background-color: #FFFFFF;
}
.dialog-content h2{
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px #DCDCDC solid;
}
.dialog-content p{
	font-size:16px;
	color:#232323;
}
.dialog-content p>span{
	color:#646464;
}
.dialog-content .dialog-interval{
	margin-top:40px;
	font-size:12px;
}
.dialog-content .dialog-interval #timeCountDown{
	color:red;
}
#logoutButton:hover{
	color: #FFFFFF;
	background-color: red;
}
/* dialog-form style */
.dialog-form>.form-control, .dialog-form>.input-group{
	height: auto;
	padding: 10px;
	font-size: 16px;
	margin-top: 40px;
}
.dialog-form>.input-group{
	padding: 0px;
	margin-bottom: 10px;
}
.dialog-form>.form-control:focus{
	z-index: 2;
}
.dialog-form>label{
	font-weight: normal;
	padding: 10px 0px;
}
.dialog-form>.login-link{
	display: block;
	margin-top: 10px;
	padding: 10px;
}
/* validation */
.error {
    border: 1px solid red;
}
label.error {
    color: red;
    border: none;
}

.web-navbar > a {
	font-size: 14px;
	color: #FFFFFF;
}

.userinfoContent .tab-content .tab-pane-sub{
	padding: 4px;
	margin-top: 20px;
	border: 1px #DCDCDC solid;
	background-color: #F1F1F1;
}

.userinfoContent .tab-content .tab-pane-sub h5{
	margin: 0px;
	padding: 10px;
	border-bottom: 1px #E1E1E1 solid;
}

.userinfoContent .tab-content .tab-pane-sub p>span{
	font-size: 14px;
}

.userinfoContent .tab-content .tab-pane-sub .input-group, .userinfoContent .tab-content .tab-pane-sub form > button{
	margin-top: 10px;
}

.modal-content{
	padding-top:20px;
}
.modal-content .modal-body .form-control{
	margin-top: 10px;
}

#card-showUserInfo p{
	margin-top: 10px;
}

/* cardInfo style */
.card-wrapper {
	min-width: 400px;
	margin-bottom: 40px;
	padding: 20px 0px;
	border-radius: 6px;
}
.card-wrapper li {
	padding: 20px;
}
.card-wrapper .card-item {
	position: relative;
	perspective: 300px;
}
.card-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #686868;
	transform-style: preserve-3d;
	/* transform-origin: 50% 50% -180px; */
	animation: 200ms ease-out 0ms 1 normal forwards;
}
.card-info .thumbnail {
	height: 100%;
	background-color: #686868;
}
.card-info .thumbnail img {
	height: 80%;
	border-radius: 4px;
}
.card-info .thumbnail .caption {
	color: #FFFFFF;
}
.card-info .thumbnail .caption h3 {
	margin: 10px 0 0;
	padding: 0;
	font-weight: bolder;
}
.card-hide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color:#FFFFFF;
	background-color:#686868;
	text-align:center;
	/* line-height:360px; */
	transform: translate3d(0,0,-1px);
	border: 1px #FFFFFF solid;
	border-radius: 4px;
}
.card-hide .card-content {
	padding: 20px;
}
.card-hide article {
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 11;
	overflow: hidden;
}
.in-top .card-hide, .out-top .card-hide {
    transform-origin: 0% 100%;
    transform: translate3d(0, -100%, 0) rotate3d(1,0,0,90deg);
}
.in-top .card-info {
    animation-name: in-top;
    animation-play-state: running;
}
.out-top .card-info {
    animation-name: out-top;
    animation-play-state: running;
}
@keyframes in-top {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(-1,0,0,90deg)}
} 

@keyframes out-top {
    from {transform: rotate3d(-1,0,0,90deg)}
    to   {transform: rotate3d(0,0,0,0deg)}
}
.in-right .card-hide, .out-right .card-hide {
	transform-origin: 0% 0%;
	transform: translate3d(100%, 0, 0) rotate3d(0,1,0,90deg);
}
.in-right .card-info {
    animation-name: in-right;
    animation-play-state: running;
}
.out-right .card-info {
    animation-name: out-right;
    animation-play-state: running;
}
@keyframes in-right {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(0,-1,0,90deg)}
}
@keyframes out-right {
    from  {transform: rotate3d(0,-1,0,90deg)}
    to    {transform: rotate3d(0,0,0,0deg)}
}
.in-bottom .card-hide, .out-bottom .card-hide {
	transform-origin: 0% 0%;
	transform: translate3d(0, 100%, 0) rotate3d(-1,0,0,90deg);
}
.in-bottom .card-info {
    animation-name: in-bottom;
    animation-play-state: running;
}
.out-bottom .card-info {
    animation-name: out-bottom;
    animation-play-state: running;
}
@keyframes in-bottom {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(1,0,0,90deg)}
}
@keyframes out-bottom {
    from  {transform: rotate3d(1,0,0,90deg)}
    to    {transform: rotate3d(0,0,0,0deg)}
}
.in-left .card-hide, .out-left .card-hide {
          transform-origin: 100% 0;
          transform: translate3d(-100%,0,0) rotate3d(0,-1,0,90deg);
}
@keyframes in-left {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(0,1,0,90deg)}
}
@keyframes out-left {
    from  {transform: rotate3d(0,1,0,90deg)}
    to    {transform: rotate3d(0,0,0,0deg)}
}
.in-left .card-info {
	animation-name: in-left;
	animation-play-state: running;
}
.out-left .card-info {
	animation-name: out-left;
	animation-play-state: running;
}
/* cardInfo hover style */
.card-hover-wrapper {
	/* min-width: 400px; */
	margin-bottom: 40px;
}
.card-hover-wrapper li {
	padding: 0px 10px;
}
.card-hover-item {
	position: relative;
}
.card-hover-item .card-hover-face {
	padding: 10px;
	transition: 0.5s;
}
.card-hover-item .card-hover-face1{
	position: relative;
	background: #626262;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transform: translateY(50px);
	border-radius: 4px;
}
.card-hover-item:hover .card-hover-face1{
	background: #ff0057;
	transform: translateY(0);
	border-radius: 4px 4px 0px 0px;
	border: none;
}
.card-hover-item .card-hover-face1 .card-hover-content{
	opacity: 0.6;
	transition: 0.5s;
}
.card-hover-item:hover .card-hover-face1 .card-hover-content{
	opacity: 1;
}
.card-hover-item .card-hover-content img {
	max-height: 320px;
	border-radius: 2px;
}
.card-hover-item .card-hover-content h3 {
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
}
.card-hover-item .card-hover-content article {
	color: #545454;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.card-hover-item .card-hover-face2{
	position: relative;
	background: #F1F1F1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 50px 50px rgba(0, 0, 0, 0.8);
	transform: translateY(-50px);
	height: 100px;
	border-radius: 6px;
}
.card-hover-item:hover .card-hover-face2{
	transform: translateY(0);
	border-radius: 0px 0px 4px 4px;
}
/* other style */
.danger-button:hover {
	color: #FFFFFF;
	background-color: red;
}