/*
* Author: Busiprof Theme
* Created by: Shahid (Scientech IT)
* Framework: Twitter Bootstrap 3.3.6
* Copyright (c) 2016
* Date: 15 Feb, 2016
* http://www.webriti.com
* Name: custom.css
*/
/* Menu Section css---------------------------------------------------------------------------------- */ 
body,a{color:#666;}
a {-webkit-transition: .5s all ease;
    transition: .5s all ease;}
.navbar {
	background-color: #ffffff;
	border: 0px none;
	position: relative;
	min-height: 55px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #e7e7e7;
	box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.04);
}
.nav {
    list-style: outside none none;
    margin-bottom: 0;
	padding: 0px;
}
.navbar-inverse .navbar-toggle {
	background: none repeat scroll 0 0 #66d1b9;
    border-color: none;
}
.navbar-toggle { padding: 10px 12px; border-radius: 2px; } 
.navbar-toggle .icon-bar { width: 30px; }
.navbar-inverse {
	background-color: rgba(0, 0, 0, 0.6);
    border-color: none;
    border-style: none;
    border-width: 0px;
    padding: 5px 0;
	border-color: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { background-color: #66d1b9; }
.navbar-brand {
    font-size: 30px;
	font-weight: 400;
    height: auto;
    line-height: 40px;
    margin-right: 50px;
	padding: 22.5px 0px; 	
}
.navbar > .container .navbar-brand { margin-left: 0px; }
.navbar-default .navbar-brand { color: #1b1b1b; } 
.navbar-inverse {
    border-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0;
}
.navbar-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	margin-top: 0px;
	z-index: 20;
}
.navbar .navbar-nav > li {
    margin-right: 0px;
    padding: 0 0 0px 0px;
	border-left: none;
}
.navbar-default .navbar-nav > li > a {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: 400;	
	padding: 25.5px 30px;	
	transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav > .active > a:after{
	display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #008cd6;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 1;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, 
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before, 
.navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, 
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus { 
	background-color: #fff; 
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus { color: #FFFFFF; }
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, 
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before, 
.navbar-default .navbar-nav > .active > a,  
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus { 
	color: #008cd6; 
}
.caret { margin-left: 5px; }
/* bootstrap custom */
.btn-primary {
    color: #fff;
    background-color: #00a5e0;
    border-color: #00a5e0;
}
.btn-primary:hover{
	background-color:#008cd6;
	border-color: #008cd6;
}
/*Dropdown Menus & Submenus Css----------------------------------------------------------*/
.dropdown-menu {
	background-color: #00a5e0;
    padding: 0;
	/* min-width: 250px; */
	border-radius: 0px;
	box-shadow: 0;	
}
.dropdown-menu > li { padding: 0; }
.dropdown-menu > li > a {
	color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 15px;
    border-bottom: 1px solid #00b0ef;
    /* white-space: pre-wrap; */
}
.dropdown-menu > li > a:last-chlid {
	border-bottom: 0px;
	border-bottom: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #00b0ef;
    text-decoration: none;
	color: #ffffff;
}
.dropdown-submenu { position:relative; }
.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100% !important;
    margin-top:0px;
    margin-left:0px;
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}
.dropdown-submenu:hover > .dropdown-menu { display:block; }
.dropdown-submenu .pull-left{ float:none; }
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 12px 15px;
	margin: 0;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: 0;
}
@media only screen and (max-width: 767px) and (min-width: 480px)
{
.open:{ }
}
/*Start Toggle Menu Css*/
@media(max-width:767px){
	.navbar-brand img{width:108px!important;height:20px!important;}
}
@media (min-width: 992px) {
  .navbar-toggle { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1024px) { 
	.navbar { padding:0; }
	.navbar .nav { padding: 0; }
	.navbar-brand { margin-right: 25px; padding: 22.5px 0px; }
	.navbar-default .navbar-nav > li > a { font-size: 14px; padding:25.5px 17px; }	
	.dropdown-menu > li > a { font-size: 13px; line-height: 18px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
				box-shadow: none;
	  }	
	.navbar-header { float: left; }
	.navbar-toggle { display: none; }        
	.navbar-collapse.collapse { display: block; }
	.navbar-nav { float: right; margin: 0; }
	.navbar-nav>li { float: left; }
	.navbar-collapse.collapse.in { display: block!important; }
	.collapsing { overflow: hidden!important; }
	.navbar-collapse { padding-right: 0px; padding-left: 0px; }
	.navbar > .container .navbar-brand { margin-left: 0px; }
	.navbar-brand { margin-right: 25px; padding: 22.5px 0px; }
	.navbar-toggle { margin: 22px 0px 22px 0px; }
	.navbar-default .navbar-nav > li > a { font-size: 14px; padding: 25.5px 17px; }
	.dropdown-menu > li > a { font-size: 13px; line-height: 18px; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
}
/*End Toggle Css*/
/*Widget Css-----------------------------------------------Added by Shahid--------------------------------------------------------------------*/
/*Rss Widget*/
.rss-date, .widget_rss cite { display: block; color: #abb6bc; font-size: 13px; line-height: 25px; padding: 5px 0; }
.rsswidget { font-weight: 500; }
.rssSummary { padding: 5px 0 5px; font-weight: 400; line-height: 25px; }
/* Wp Default Core classes ------------------------------------------------------------------------------------------------------------*/
/* Ul and ol lists*/
ul, ol { margin: 0 0 10px; padding: 0 0px 0px 17px; }
li > ul, li > ol, blockquote > ul, blockquote > ol {
    margin-left: 1.3333em;
}
/* Blockquote*/
blockquote { 
	background-color: #f9f9f9;    
	border-left: 6px solid #008cd6;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-radius: 3px;
	margin: 0 0 20px; 
	font-size: 15px; 
	line-height: 25px;
	font-weight: 400; 
	letter-spacing: 1px; 
	padding: 20px 15px 20px 32px; 
	position: relative;
}
blockquote::before { content: "\f10d"; color: #008cd6; font-family: FontAwesome; font-size: 22px; position: absolute; left: 8px; top: 17px; }
blockquote p, blockquote span { font-style: italic; font-weight: 400; margin: 0; padding-left: 5px; }
blockquote cite, blockquote small { font-size: 15px; display: block; line-height: 20px; padding-top: 10px; }
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote strong, blockquote b { font-weight: 600; }
/*Address*/
address { font-style: normal; margin: 0 0 10px; line-height: 25px; font-size: 15px; }
address span, address p { display: block; padding: 0 0 10px; }
address span:last-child { padding-bottom: 0; }
address span i { color: #aeb6b9; font-size: 20px; padding: 0 10px 0 0px; }
/*Table*/
table { border-spacing: 0; letter-spacing: 0.5px; margin: 0 0 20px; padding: 0; text-align: left; table-layout: fixed; width: 100%; }
table, table th, table td { font-size: 15px; border: 1px solid #e4e8ea; padding: 5px 10px; }
table th { text-align: left; line-height: 1.9375; }
table td { line-height: 25px; }
tbody a, p a { color: #008cd6; font-weight: 500; }
/*Definition Lists*/
dl { margin-bottom: 20px; margin-top: 0; font-size: 15px; }
dl dt { font-weight: 600; margin-bottom: 5px; }
dl dd { margin-bottom: 20px; margin-left: 20px; }
dl dd a { color: #008cd6; }
/*Abriviation, Acronym, Big, Strike, del, em, Ins, cite, q*/
abbr { text-decoration: none; cursor: help; }
tla, acronym { text-decoration: underline; cursor: help; }
acronym { border-bottom: 0 none; }
big { font-size: larger; font-weight: 600; }
s, strike, del { text-decoration: line-through; }
em, cite, q { font-style:italic; }
ins, mark { background-color: #008cd6; color:#ffffff; text-decoration: none; padding: 0 3px; }
code, kbd, tt, var, samp, pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
/*Additional Important need*/
/*.entry-content .wp-caption { width: 100% !important; }*/ 
.wp-caption .wp-caption-text { margin: 0 0 20px !important; } 
/*Image Alignment*/
.alignleft { display: inline; float: left; }
.alignright { display: inline; float: right; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4em 1.6em 1.6em 0; }
blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4em 0 1.6em 1.6em; }
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter { clear: both; margin-top: 0.4em; margin-bottom: 1.6em; }
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { margin-bottom: 1.2em; }
img.alignnone{ display: inline-block; margin: 0 auto; height: auto; }
.alignnone img{ display: block; height: auto; }
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright{ margin-left: 30px; float: right;}
img.wp-caption .alignnone { display: block; margin: 0 auto; height: auto; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {  
	clear: left;
    font-style: italic;
    line-height: 1.5em;
	font-size: 14px;
    margin: 12px 0;
}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.gallery .gallery-icon img { height: auto; max-width: 90%; padding: 0; border: 5px solid #fff !important;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc; }
.gallery-item .gallery-caption { font-size: 14px; margin: 12px 0; text-align: center; font-style: italic; line-height: 1.5em; }
a img.alignright { float: right; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto;}
.wp-caption p.wp-caption-text {font-size: 14px; margin: 12px 0 !important; text-align: center; font-weight: 400; font-style: italic; line-height: 1.5em; }
.wp-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f2f5f6;
    border-color: #e4e8ea;
    border-image: initial;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption > img {
    max-width: 100%;
	height: auto;
}
/*Page Links*/
.page-links a {
	border-radius: 2px;
    display: inline-block;
	border: 0 none;
    font-size: 14px;
	font-weight: 600;
    line-height: 20px;
    margin: 0px 3px 3px;
    padding: 7px 18px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.page-links a:hover { text-decoration: none; }
/*Form - Search Widget, Password, Input and Label*/
.screen-reader-text { font-size: 15px; font-weight: 500; display: block;  word-break: break-all; }
.post-password-form label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.5;
	width: 80%;
}
.entry-content p:before{ color: #008cd6; }
.author-name a{ color: #008cd6; }
/*search for page title*/
.search_box {
    background-color: #fcfcfd;
    background-image: -moz-linear-gradient(center top , #fcfcfd, #f7f8f9);
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    float: right;
    height: 40px;
    margin-top: 10px;
    width: 270px;
}
.search_box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
	font-size: 13px;
	box-shadow: none;
    padding-left: 10px;
    width: 235px;
	height: 40px;
	padding:  0 0px 0 10px;
	margin: 0;
}
.search_box input.search_btn {
    background: rgba(0, 0, 0, 0) url("../images/search_btn.png") no-repeat scroll center center;
    cursor: pointer;
    float: left;
    height: 38px;
    margin-top: 0px;
	padding: 0;
    width: 20px;
}
/* Contact Form 7*/
.wpcf7 p { margin-top: 10px; }
/*Media Screen Css---------------------------------------------------Added by Shahid-----------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) { 
/*Flexslider*/
.slide-caption { width: 38%; padding: 10px 15px 20px; }
.slide-caption h2 { font-size: 24px; line-height: 27px; margin: 0 0 10px; }
.slide-caption p { font-size: 14px; line-height: 23px; margin: 0 0 10px; }
.flex-btn { padding: 7px 16px; }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*Flexslider*/
.slide-caption { width: 38%; padding: 10px 15px 20px; }
.slide-caption h2 { font-size: 20px; line-height: 25px; margin: 0 0 5px; }
.slide-caption p { font-size: 12px; line-height: 20px; margin: 0 0 7px; }
.flex-btn { font-size: 10px; padding: 4px 12px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*Logo*/
.navbar > .container .navbar-brand { position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%; }
.navbar-brand { margin-right: 25px; padding: 0; }
.navbar-toggle { margin: 0; }
.navbar-default .navbar-nav > li > a { font-size: 14px; padding: 15px 0; }
.dropdown-menu > li > a { font-size: 13px; line-height: 18px; }
.navbar-collapse { padding-right: 15px; padding-left: 15px; }
/*Flexslider*/
.slide-caption { width: 82%; left: 10%; padding: 5px 7px; }
.slide-caption h2 { font-size: 10px; line-height: 12px; margin: 0 0 2px; }
.slide-caption p { font-size: 7px; line-height: 11px; margin: 0; }
.flex-btn { font-size: 7px; line-height: 11px; padding: 2px 6px; }
.flex-direction-nav .flex-prev { height: 40px !important; width: 25px !important; }
.flex-direction-nav a.flex-prev::before { padding-right: 19px !important; }
.flex-direction-nav .flex-next { height: 40px !important; width: 25px !important; }
.flex-direction-nav a.flex-next::before { padding-right: 17px !important; }
.flex-direction-nav a::before { font-size: 18px !important; }
/*Page Header*/
.search_box { float: none; margin-top: 20px; }
/*Site Info*/
.site-info .social { float: none; }
}
@media only screen and (min-width: 200px) and (max-width: 480px) { 
/*Logo*/
.navbar > .container .navbar-brand { position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%; }
.navbar-brand { margin-right: 25px; padding: 0; }
.navbar-toggle { margin:0}
.navbar-default .navbar-nav > li > a { font-size: 13px; padding: 15px; }
.dropdown-menu > li > a { font-size: 13px; line-height: 18px; }
.navbar-collapse { padding-right: 15px; padding-left: 15px; }
/* Header Title */
.header-title h2 { font-size: 18px; line-height: 22px; }
/*Flexslider*/
.slide-caption { width: 82%; left: 10%; padding: 5px 7px; }
.slide-caption h2 { font-size: 8px; line-height: 12px; margin: 0 0 2px; }
.slide-caption p { font-size: 5.5px; line-height: 10px; margin: 0; }
.flex-btn { font-size: 5.5px; line-height: 11px; padding: 2px 6px; }
.flex-direction-nav .flex-prev { height: 40px !important; width: 25px !important; }
.flex-direction-nav a.flex-prev::before { padding-right: 19px !important; }
.flex-direction-nav .flex-next { height: 40px !important; width: 25px !important; }
.flex-direction-nav a.flex-next::before { padding-right: 17px !important; }
.flex-direction-nav a::before { font-size: 18px !important; }
/*Page Header*/
.search_box { float: none; margin-top: 20px; width: 230px; }
.search_box input { width: 195px; }
/*About Us*/
.team .post-thumbnail, .contact .post-thumbnail {
    float: none;
    margin: 30px 25px 50px 30px;
}
/*Site Info*/
.site-info .social { float: none; }
}
/*分页按钮样式表*/
.paginations{text-align: center;}
.paginations .pagination{margin-top:0;}
.paginations .pagination a,.paginations .pagination span{color:#333;padding:7px 12px;background: #fff;border-radius: 3px;box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.paginations .pagination .current{color:#fff;background:#008cd6;}
/*文章列表样式*/
.post-list{background: #fff;border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);}
/*=======响应式css分界线=======*/
@media (max-width:767px){
    .post-list{margin-bottom: 5px}
    .post-list .post-img{margin: 5px;height: 100px;border: 1px solid #eee}
    .post-list .caption{margin:5px 5px 5px 0;height: 100px;}
    .post-list .caption h4{
    margin:0;
    padding:1px 2px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .post-list .caption h4 a{color: #333}
    .post-list .caption .description{height: 59px;padding:1px 2px;margin:0;overflow: hidden;text-overflow: ellipsis;font-size: 12px}
    .post-list .caption .author{padding:0 5px;}
    .post-list .caption .avatar-box{padding:0;border:none;width:20px;height:20px;display: inline-block;margin-right:3px;}
    .post-list .caption .avatar{width: 100%;height: auto}
    .post-list .caption .time-box{height: 20px;vertical-align: middle;line-height: 20px;text-align: right;font-size: 13px}
}
@media (min-width: 768px){
    .post-list{margin-bottom: 10px}
    .post-list .post-img{margin: 10px;height: 150px;border: 1px solid #eee}
    .post-list .caption{margin:10px 10px 10px 0;height: 150px;}
    .post-list .caption h4{
    margin:0;
    padding:5px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
    .post-list .caption h4 a{color: #333}
    .post-list .caption .description{height: 80px;padding:5px;margin:0;overflow: hidden;text-overflow: ellipsis;}
    .post-list .caption .author{padding:0 5px;}
    .post-list .caption .avatar-box{padding:2px;border:1px solid #eee;width:40px;height:40px;display: inline-block;margin-right:10px;}
    .post-list .caption .avatar{width: 100%;height: auto}
    .post-list .caption .time-box{height: 40px;vertical-align: middle;line-height: 40px;text-align: right;}

} 
@media (min-width: 992px){
} 
@media (min-width: 1200px){
}

/*默认sidebar样式*/

.side .sidebar ul{list-style: none;margin-bottom:0;padding: 0}
    .side .sidebar .widget {
    display: block;
    background: #FFF;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin: 0 0 24px;
    overflow: hidden;
    word-wrap: break-word;
}
.side .sidebar .widget .widget-title{
    background: #3E5062;
    padding: 15px 20px;
    margin:0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.side .sidebar .widget li{
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 0!important;
}
.side .sidebar .widget li:last-child{border-bottom:none}
.side .sidebar .widget_categories li,.side .sidebar .widget_recent_entries li{
    padding:15px 20px 15px 40px;
}
.side .sidebar .widget_categories a,.side .sidebar .widget_recent_entries a{position: relative;}
.side .sidebar .widget_categories .current-cat{
    font-weight:bold;
}
.side .sidebar .widget_categories .cat-item a:before{
    position: absolute!important;
    left:-20px!important;
    font-family: 'FontAwesome';
    content: "\f114";
    color:#3E5062; 
    font-size:18px; 
}
.side .sidebar .widget_categories .current-cat a:before{
    content: "\f115";
}
.side .sidebar .widget_recent_entries li a:before{
    position: absolute!important;
    left:-20px!important;
    font-family: 'FontAwesome';
    content: "\f24a";
    color:#3E5062; 
    font-size:18px; 
}
.side .sidebar .widget_search{
    background:transparent;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    overflow: unset;
}
.side .sidebar .widget_search .search_btn{
    background: rgba(0,0,0,.05);
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px 12px;
    color: rgba(0,0,0,.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: .3s ease;
    background: #FFF;
    padding: 15px 20px;
    color: rgba(0,0,0,.5);
    -webkit-appearance: none;
    width: 60%
}
.submit_search{
	padding: 15px 20px;
	border:none;background:#3E5062;
	color:#fff;
	width: 38%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;}
@media (max-width:767px){
    .side{padding:0;}
}
@media (min-width: 768px){
    .side{padding-left:15px;padding-right:0!important;}
}
/*默认文章single模板css*/
.post{background:#fff;box-shadow: 0 1px 3px rgba(0,0,0,.1);border-radius:3px;} 
.post > header {
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    margin: 0 0 2em 0;
}
.post > .entry-content{padding:0 15px 15px 15px;}


.post > header .meta a{display:block;text-align: center}

@media (max-width:767px){
.post > header .meta {
    padding-top:1em;
    padding-bottom:2em;
    text-align: center;
}
.post > header .title{
	padding-top:2em;
    padding-bottom:1em;
}
.post > header .title h3{
	margin:0 0 16px 0;
	font-weight: 600;
	color:#3c3b3b;
	font-family: "Raleway", Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.post > header .title .comments-link{text-align: center}
.post > header .title .comments-link a{position: relative;}
.post > header .title .comments-link a:before{
	position: absolute!important;
    left:-20px!important;
    font-family: 'FontAwesome';
    content: "\f27b"!important;
    color:#3E5062; 
    font-size:18px;
}
.post > header .meta .time-box{padding-right:2em!important;}
.post > header .meta .author-box{padding-left:2em!important;border-left: solid 1px rgba(160, 160, 160, 0.3);text-align: left}
.post > header .meta time{text-align: center;
    color: #3c3b3b;
    display: block;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    white-space: nowrap;
	margin: 0;
	line-height:49px;
	text-align: right
}	
.post > header .meta img.avatar {
    border-radius: 100%;
    display: inline-block;
    width: 3.5em;
    height: 3.5em;
}
.post > header .meta .author-name {
    -moz-transition: border-bottom-color 0.2s ease;
    -webkit-transition: border-bottom-color 0.2s ease;
    -ms-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease;
    border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
    display: inline-block;
    margin: 0 1.5em 0 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}
}
@media(max-width:480px){
.post > header .meta {
    padding-top:0.5em;
    padding-bottom:1em;
    text-align: center;
}
.post > header .title{
	padding-top:1em;
    padding-bottom:0.5em;
}
.post > header .title h3{
	margin:0 0 10px 0;
}
.post > header .meta .time-box{padding-right:1em!important;}
.post > header .meta .author-box{padding-left:1em!important;}
.post > header .meta time{text-align: center;
    color: #3c3b3b;
    display: block;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    white-space: nowrap;
	margin: 0;
	line-height:28px;
	text-align: right
}
.post > header .meta img.avatar {
    border-radius: 100%;
    display: inline-block;
    width: 2em;
    height: 2em;
}
.post > header .meta .author-name {
    -moz-transition: border-bottom-color 0.2s ease;
    -webkit-transition: border-bottom-color 0.2s ease;
    -ms-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease;
    border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
    display: inline-block;
    margin: 0 0.5em 0 0;
    font-size:12px;
    letter-spacing: 0em;
    text-transform: uppercase;
    white-space: nowrap;
}
}
@media (min-width: 768px){
.post > header .meta {
    padding-top:3.75em;
    padding-bottom:2em;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    text-align: right;
}
.post > header .title{
	padding-top:3.75em;
    padding-bottom:2em;
}
.post > header .title h3{
	margin:0 0 16px 0;
	font-size:16px;
	font-weight: 600;
	color:#3c3b3b;
	font-family: "Raleway", Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.post > header .title .comments-link{text-align: center}
.post > header .title .comments-link a{position: relative;}
.post > header .title .comments-link a:before{
	position: absolute!important;
    left:-20px!important;
    font-family: 'FontAwesome';
    content: "\f27b"!important;
    color:#3E5062; 
    font-size:18px;
}	
.post > header .meta time{text-align: center;
    color: #3c3b3b;
    display: block;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: 800;
    letter-spacing: 0.25em;
    margin-top: 0.5em;
    text-transform: uppercase;
    white-space: nowrap;
	margin: 0 0 1em 0;
}
.post > header .meta img.avatar {
    border-radius: 100%;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
}
.post > header .meta .author-name {
    -moz-transition: border-bottom-color 0.2s ease;
    -webkit-transition: border-bottom-color 0.2s ease;
    -ms-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease;
    border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
    display: inline-block;
    font-size:12px;
    margin: 0 1.5em 0 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}
} 
@media (min-width: 992px){
.post > header .title h3{
font-size:20px;
}
.post > header .meta img.avatar {
    border-radius: 100%;
    display: inline-block;
    width: 3.5em;
    height: 3.5em;
}
.post > header .meta .author-name {
    -moz-transition: border-bottom-color 0.2s ease;
    -webkit-transition: border-bottom-color 0.2s ease;
    -ms-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease;
    border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
    display: inline-block;
    margin: 0 1.5em 0 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    white-space: nowrap;
}
}
/*默认评论框样式*/
.comment-form div.text-in{
background:#fff;
box-shadow: 0 1px 3px rgba(0,0,0,.1);
border-radius:3px;
margin: 0;
}
.comment-form .field-row{padding:15px;
	background: #3E5062;
	color: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 10px;
}
.comment-form .field-row input{color: #333;padding:3px;}
.comment-form .field-in{margin:0;}
.comment-respond .comment-reply-title h3.comment-title{
    background: #3E5062;
    padding: 15px 20px;
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.comment-login-information{
	margin: 30px 0 0 0;
	background: #3E5062;
    padding: 15px 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius:3px;
}
.comment-form .comment-notes,.comment-respond .logged-in-as{
	background:#008cd6;
	padding:5px 20px;
	margin:0;
	color:#fff;
	font-size: 14px;
}
.comment-respond .logged-in-as a{margin:0 10px;color: #aafdff;font-weight: bold}
.comment-respond .form-group textarea{width: 100%;min-width:100%;max-width:100%;padding:15px;border:none;}
.comment-respond .submit {
    padding: 15px 20px;
    border: none;
    background: #3E5062;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-bottom:30px;
}
@media (max-width:767px){
.comment-respond .form-submit{text-align: center}
}
@media (min-width: 768px){
.comment-respond .form-submit{text-align: right}
} 
/*默认评论列表样式*/

/*************缓动*************/
.transition-time-none {
    -webkit-transition: none;
    transition: none;
}
.transition-time-300ms {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}
.transition-time-500ms {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.transition-time-1s {
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}
.transition-time-1200ms{
    -webkit-transition: 1200ms all ease;
    transition: 1200ms all ease;
}
.transition-time-500ms-linear {
    -webkit-transition: 500ms all linear;
    transition: 500ms all linear;
}
.transition-time-1s-linear {
    -webkit-transition: 1s all linear;
    transition: 1s all linear;
}
.transition-time-1200ms-linear{
    -webkit-transition: 1200ms all linear;
    transition: 1200ms all linear;
}
.transition-none {
    -webkit-transition: none !important;
    transition: none !important;
}
/*************位置*************/
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.position-fixed {
    position: fixed;
}
.position-static {
    position: static;
}
.position-vertical-center {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.position-vertical-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.position-horizontal-center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.position-center.position-center2 {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*************自定义栅格系统*************/
/* 超小小屏幕（手机，小等于480px） */
@media (max-width: 480px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
}
/*************网站主题方案*************/
.theme-text-blue {
    color: #0098e8;
}
.theme-text-blue-hover:hover {
    cursor: pointer;
    color: #0098e8 !important;
}
.theme-text-title {
    color: #333;
}
.theme-text-description {
    color: #666;
}
.theme-background-blue {
    background-color: #0098e8;
}
.theme-background-blue-hover:hover {
    cursor: pointer;
    background-color: #0098e8 !important;
}
/***btn类***/
/*蓝色按钮*/
.theme-btn-blue {
    padding: 7px 25px 7px;
    color: #fff;
    background-color: #0098e8;
    border-color: #028bd4;
    border-radius: 20px;
}
.theme-btn-blue .glyphicon-play {
    margin-left: 10px;
    font-size: 12px;
}
.theme-btn-blue:focus, .theme-btn-blue.focus {
    color: #fff;
    background-color: #027fc0;
    border-color: #0373ae;
}
.theme-btn-blue:hover {
    color: #fff;
    background-color: #027fc0;
    border-color: #027fc0;
}
.theme-btn-blue:active, .theme-btn-blue.active, .open > .dropdown-toggle.theme-btn-blue {
    color: #fff;
    background-color: #027fc0;
    border-color: #027fc0;
}
.theme-btn-blue:active:hover, .theme-btn-blue.active:hover, .open > .dropdown-toggle.theme-btn-blue:hover, .theme-btn-blue:active:focus,
.theme-btn-blue.active:focus, .open > .dropdown-toggle.theme-btn-blue:focus, .theme-btn-blue:active.focus,
.theme-btn-blue.active.focus, .open > .dropdown-toggle.theme-btn-blue.focus {
    color: #fff;
    background-color: #027fc0;
    border-color: #027fc0;
}
.theme-btn-blue:active, .theme-btn-blue.active, .open > .dropdown-toggle.theme-btn-blue {
    background-image: none;
}
.theme-btn-blue.disabled:hover, .theme-btn-blue[disabled]:hover, fieldset[disabled] .theme-btn-blue:hover, .theme-btn-blue.disabled:focus, .theme-btn-blue[disabled]:focus, fieldset[disabled] .theme-btn-blue:focus, .theme-btn-blue.disabled.focus, .theme-btn-blue[disabled].focus, fieldset[disabled] .theme-btn-blue.focus {
    background-color: #027fc0;
    border-color: #027fc0;
}
.theme-btn-blue .badge {
    color: #4194c0;
    background-color: #fff;
}
/*灰色按钮*/
.theme-btn-gray {
    padding: 7px 25px 5px;
    color: #fff;
    background-color: #bebfbf;
    /*border-color: #b2b3b3;*/
    border-radius: 13px;
}
.theme-btn-gray:focus, .theme-btn-gray.focus {
    color: #fff;
    background-color: #0098e8;
    border-color: #0098e8;
}
.theme-btn-gray:hover {
    color: #fff;
    background-color: #0098e8;
    border-color: #0098e8;
}
.theme-btn-gray:active, .theme-btn-gray.active, .open > .dropdown-toggle.theme-btn-gray {
    color: #fff;
    background-color: #0098e8;
    border-color: #0098e8;
}
.theme-btn-gray:active:hover, .theme-btn-gray.active:hover, .open > .dropdown-toggle.theme-btn-gray:hover, .theme-btn-gray:active:focus,
.theme-btn-gray.active:focus, .open > .dropdown-toggle.theme-btn-gray:focus, .theme-btn-gray:active.focus,
.theme-btn-gray.active.focus, .open > .dropdown-toggle.theme-btn-gray.focus {
    color: #fff;
    background-color: #0098e8;
    border-color: #0098e8;
}
.theme-btn-gray:active, .theme-btn-gray.active, .open > .dropdown-toggle.theme-btn-gray {
    background-image: none;
}
.theme-btn-gray.disabled:hover, .theme-btn-gray[disabled]:hover, fieldset[disabled] .theme-btn-gray:hover, .theme-btn-gray.disabled:focus, .theme-btn-gray[disabled]:focus, fieldset[disabled] .theme-btn-gray:focus, .theme-btn-gray.disabled.focus, .theme-btn-gray[disabled].focus, fieldset[disabled] .theme-btn-gray.focus {
    background-color: #0098e8;
    border-color: #0098e8;
}
.theme-btn-gray .badge {
    color: #4194c0;
    background-color: #fff;
}
/*灰色按钮-默认*/
.theme-btn-default {
    color: #333;
    background: none;
    border-color: #666;
    padding: 6px 25px 6px; /* ori padding: 6px 25px 7px; */
    border-radius: 20px;
	line-height:0;
}
.theme-btn-default .fa,.theme-btn-default .glyphicon{line-height: 1.4}
body.not-pc .theme-btn-default{
	color: #fff;
    background-color: #0098e8;
    border-color: #0098e8;
}
.theme-btn-default .fa-play {
    margin-left: 10px;
    font-size: 12px;
    color: #333;
}
body.not-pc .theme-btn-default .fa-play{color: #fff!important}
.theme-btn-default em{
	line-height:17px;
}
.theme-btn-default .glyphicon-play {
    margin-left: 10px;
    font-size: 12px;
    /*color: #666;*/
}
.theme-btn-default:focus .glyphicon-play, .theme-btn-default.focus .glyphicon-play, .theme-btn-default:active .glyphicon-play, .theme-btn-default.active .glyphicon-play, .theme-btn-default:hover .glyphicon-play {
    color: #fff;
}
.theme-btn-default:focus, .theme-btn-default.focus {
    color: #fff;
    background-color: #027fc0 !important;
    border-color: #027fc0 !important;
}
.theme-btn-default:hover {
    color: #fff;
    background-color: #0098e8 !important;
    border-color: #0098e8 !important;
}
.theme-btn-default:active, .theme-btn-default.active, .open > .dropdown-toggle.theme-btn-default {
    color: #fff;
    background-color: #027fc0;
    border-color: #027fc0;
}
.theme-btn-default:active:hover, .theme-btn-default.active:hover, .open > .dropdown-toggle.theme-btn-defaultbtn-blue:hover, .theme-btn-default:active:focus,
.theme-btn-default.active:focus, .open > .dropdown-toggle.theme-btn-default:focus, .theme-btn-default:active.focus,
.theme-btn-default.active.focus, .open > .dropdown-toggle.theme-btn-default.focus {
    color: #fff;
    background-color: #027fc0;
    border-color: #027fc0;
}
.theme-btn-default:active, .theme-btn-default.active, .open > .dropdown-toggle.theme-btn-default {
    background-image: none;
}
.theme-btn-default.disabled:hover, .theme-btn-default[disabled]:hover, fieldset[disabled] .theme-btn-default:hover, .theme-btn-default.disabled:focus, .theme-btn-default[disabled]:focus, fieldset[disabled] .theme-btn-default:focus, .theme-btn-default.disabled.focus, .theme-btn-default[disabled].focus, fieldset[disabled] .theme-btn-default.focus {
    background-color: #027fc0;
    border-color: #027fc0;
}
.theme-btn-default .badge {
    color: #4194c0;
    background-color: #fff;
}
/*btn肤色*/
.theme-btn-black-transparent {
    color: #fff;
    border-color: transparent;
    background: rgba(0,0,0,0.6);
}
.theme-btn-black-transparent .glyphicon-play {
    color: #fff;
}
/*按钮不可点击状态*/
.btn.disabled:hover, .btn.disabled.focus, .btn.disabled:focus, .btn.disabled.active, .btn.disabled:active {
    background-color: #bebfbf !important;
    border-color: #b2b3b3 !important;
}
.btn .glyphicon {
    margin-left: 6px;
}
.news-wrap .container .news-part-right .btn .glyphicon,
.news-wrap .container .new-part-bottom .btn .glyphicon { margin-left: 3px; }
.news-wrap .container .new-part-bottom h3 { margin-top: 19px; }
.news-wrap .container .news-parts .new-part-bottom .btn { margin-top: 15px; }
/*2倍雪碧图*/
.icon-sprite2x {
    background-image:-webkit-image-set(url("/themes/custom/vivo/img/common/icon_sprite_1x.png") 1x,url("/themes/custom/vivo/img/common/icon_sprite_2x.png") 2x) !important;
}
/*图标*/
/* .icon {
    display: inline-block;
    background: url("http://www.vivo.com/en/themes/custom/vivo/img/common/icon_sprite_1x.png") -9999px -9999px no-repeat;
} */
/*消除两边padding*/
.padding-left-0 {
    padding-left: 0 !important;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.padding-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*文本框高亮状态*/
.input-shadow {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
.input-box.input-shadow{
    border-color: #fff !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233,0) !important;
}
/*填充头部导航高度*/
.conv1-nav-padding {
    padding-top: 50px;
}
/*fancybox*/
.fancybox-close {
    top: 0!important;
    right: 0!important;
}
/*load more*/
.load-more {
    line-height: 60px;
    margin-bottom: 20px;
    font-size:16px;
    color:#333;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.load-more>span {
    cursor: pointer;
}
.load-more .plus-minus {
    position: relative;
    top: 3px;
    font-size: 28px;
}
/*breadcrumb*/
.breadcrumb {
    margin-bottom: 30px;
    padding: 14px 0;
    border-bottom: #ddd solid 1px;
    background: none;
}
.breadcrumb>li+li:before {
    content: ">";
    color: #666666;
}
/*左侧菜单和右侧内容*/
.details-side-nav {
    margin-bottom: 0;
}
.details-side-nav .list-group-item {
    position: relative;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 16px;
    line-height: 16px;
    /*white-space: nowrap;*/
    color: #333;
    border-left: none;
    border-right: none;
    background: none;
    cursor: pointer;
}
.details-side-nav .list-group-item {
    /*font-weight: bold !important;*/
    /*color: #008cd6 !important;*/
}
.details-side-nav .list-group-item.active {
    font-weight: bold !important;
    color: #008cd6 !important;
    border-color: #ddd;
    background-color: #fff;
}
.details-side-nav .list-group-item.active a {
    color: #008cd6 !important;
}
.details-side-nav .list-group-item.active:before {
    display: none;
}
.details-side-nav .list-group-item:first-child, .details-side-nav .list-group-item:last-child {
    border-radius: 0;
}
.details-side-nav .list-group-item .glyphicon {
    margin: -1px 5px 0 0;
    font-size: 14px;
    color: #707070;
}
.details-content {
    margin-top: 30px;
    /*margin-bottom: 60px;*/
    background-color: #fff;
}
.details-content .details-side-nav {
    margin-top: 0;
}
.details-content .second-menu .second-content .list-group-item {
    color: #999;
}
.details-content .details-side-nav .list-group-item.active {
    border-bottom: none;
    /*color: #008cd6;*/
    font-weight: bold;
}
.details-content .details-side-nav .list-group-item.active a{
    color: #008cd6!important;
}
.details-content .article {
    padding: 15px;
}
.details-content .article>h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
@media (max-width: 767px) {
	.details-content .article>h2 {
        text-align: center;
    }
    .load-more {
	    margin-bottom: 0;
    }
}
.details-content .article .tips {
    margin-top: 45px;
}
.details-content .article>p {
    margin-bottom: 30px;
    line-height: 24px;
}
.details-content .article .article-img {
    display: block;
    margin-bottom: 30px;
}
/*二级*/
.details-side-nav .second-menu {
    padding-top: 0;
    padding-bottom: 0;
    /*border-bottom: none;*/
}
.details-side-nav .second-menu span {
    display: block;
    margin: 0 -15px;
    padding: 22px 15px;
}
.details-side-nav .second-menu span:hover .glyphicon {
    color: #0098e8;
}
.details-side-nav .second-menu .list-group {
    margin: 0 -15px;
}
.details-side-nav .second-menu .list-group .list-group-item {
    font-weight: normal;
    color: #999999;
}
.details-side-nav .second-menu .list-group-item:last-child {
    border-bottom: none;
}
/**animation动画**/
.delay100{ -webkit-animation-delay: 100ms !important; animation-delay: 100ms !important;}
.delay150{ -webkit-animation-delay: 150ms !important; animation-delay: 150ms !important;}
.delay200{ -webkit-animation-delay: 200ms !important; animation-delay: 200ms !important;}
.delay250{ -webkit-animation-delay: 250ms !important; animation-delay: 250ms !important;}
.delay300{ -webkit-animation-delay: 300ms !important; animation-delay: 300ms !important;}
.delay350{ -webkit-animation-delay: 350ms !important; animation-delay: 350ms !important;}
.delay400{ -webkit-animation-delay: 400ms !important; animation-delay: 400ms !important;}
.delay450{ -webkit-animation-delay: 450ms !important; animation-delay: 450ms !important;}
.delay500{ -webkit-animation-delay: 500ms !important; animation-delay: 500ms !important;}
.delay550{ -webkit-animation-delay: 550ms !important; animation-delay: 550ms !important;}
.delay600{ -webkit-animation-delay: 600ms !important; animation-delay: 600ms !important;}
.delay650{ -webkit-animation-delay: 650ms !important; animation-delay: 650ms !important;}
.delay700{ -webkit-animation-delay: 700ms !important; animation-delay: 700ms !important;}
.delay750{ -webkit-animation-delay: 750ms !important; animation-delay: 750ms !important;}
.delay800{ -webkit-animation-delay: 800ms !important; animation-delay: 800ms !important;}
.delay850{ -webkit-animation-delay: 850ms !important; animation-delay: 850ms !important;}
.delay900{ -webkit-animation-delay: 900ms !important; animation-delay: 900ms !important;}
.delay950{ -webkit-animation-delay: 950ms !important; animation-delay: 950ms !important;}
.delay1000{ -webkit-animation-delay: 1000ms !important; animation-delay: 1000ms !important;}
.delay1050{ -webkit-animation-delay: 1050ms !important; animation-delay: 1050ms !important;}
.delay1100{ -webkit-animation-delay: 1100ms !important; animation-delay: 1100ms !important;}
.delay1200{ -webkit-animation-delay: 1200ms !important; animation-delay: 1200ms !important;}
/*******Vue动画********/
/*过渡：基本类型*/
.fade-0 {
    opacity: 0;
}
.fade-transition {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
}
.fade-enter, .fade-leave {
    opacity: 0;
}
.fade-1s-transition {
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 1;
}
.fade-1s-enter, .fade-1s-leave {
    opacity: 0;
}
.slide-transition {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
}
.slide-enter, .slide-leave {
    opacity: 0;
    height: 0 !important;
}
/*过渡：animation类型*/
.transX-30-transition {
    -webkit-animation: transX-30-enter .5s ease both;
    animation: transX-30-enter .5s ease both;
    opacity: 0;
}
.transX-30-leave {
    -webkit-animation: transX-30-leave .5s ease both;
    animation: transX-30-leave .5s ease both;
    opacity: 1;
}
@-webkit-keyframes transX-30-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes transX-30-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes transX-30-leave {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}
@keyframes transX-30-leave {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}
.fade-1s-animation-transition {
    -webkit-animation: fade-1s-enter 1s ease both;
    animation: fade-1s-enter 1s ease both;
    opacity: 0;
}
.fade-1s-animation-leave {
    -webkit-animation: fade-1s-leave .5s ease both;
    animation: fade-1s-leave .5s ease both;
    opacity: 1;
}
.fade-1s-animation2-transition {
    -webkit-animation: fade-1s-enter2 .5s linear both;
    animation: fade-1s-enter2 .5s linear both;
    opacity: 0;
}
.fade-1s-animation2-leave {
    -webkit-animation: fade-1s-leave2 .5s linear both;
    animation: fade-1s-leave2 .5s linear both;
    opacity: 1;
}
.fade-1s-animation3-transition {
    opacity: 1;
}
.fade-1s-animation3-leave {
    opacity: 1;
}
@-webkit-keyframes fade-1s-enter {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-1s-enter {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-1s-leave {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade-1s-leave {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fade-1s-enter2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fade-1s-enter2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fade-1s-leave2 {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes fade-1s-leave2 {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.staggered-transition {
    transition: all .5s ease;
    overflow: hidden;
    margin: 0;
    height: 20px;
}
.staggered-enter, .staggered-leave {
    opacity: 0;
    height: 0;
}
@media (max-width: 768px) {
}
/* 超小屏幕（手机，小于768） */
@media (max-width: 767px) {
    .padding-left-right-0-xs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /****Vue动画****/
    /*过渡：animation类型*/
    .transX-30-xs-transition {
        -webkit-animation: transX-30-xs1-enter 0.4s ease-out both;
        animation: transX-30-xs1-enter 0.4s ease-out both;
        opacity: 0;
    }
    /*.transX-30-xs-leave {*/
        /*-webkit-animation: transX-30-xs-leave .5s ease both;*/
        /*animation: transX-30-xs-leave .5s ease both;*/
        /*opacity: 1;*/
    /*}*/
    @keyframes transX-30-xs1-enter {
        0% {
            opacity: 0;
            pointer-events: none;
            -webkit-transform: scale(1.1) translateY(-24px);
            -ms-transform: scale(1.1) translateY(-24px);
            transform: scale(1.1) translateY(-24px);
        }
        100% {
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
    }
    @-webkit-keyframes transX-30-xs1-enter {
        0% {
            opacity: 0;
            pointer-events: none;
            -webkit-transform: scale(1.1) translateY(-24px);
            -ms-transform: scale(1.1) translateY(-24px);
            transform: scale(1.1) translateY(-24px);
        }
        100% {
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
    }
    @-webkit-keyframes transX-30-xs-enter {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes transX-30-xs-enter {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @-webkit-keyframes transX-30-xs-leave {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
        }
    }
    @keyframes transX-30-xs-leave {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
        }
    }
}
@media (min-width: 481px) {
    .conv1-nav-padding {
        padding-top: 80px;
    }
}
/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
    .padding-left-0-sm {
        padding-left: 0 !important;
    }
    .padding-left-right-0-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .conv1-nav-padding {
        padding-top: 60px;
    }  /****Vue动画****/
    /*过渡：animation类型*/
    .transX-20-xs-transition {
        -webkit-animation: transX-20-xs-enter .5s ease both;
        animation: transX-20-xs-enter .5s ease both;
        opacity: 0;
    }
    .transX-20-xs-leave {
        -webkit-animation: transX-20-xs-leave .5s ease both;
        animation: transX-20-xs-leave .5s ease both;
        opacity: 1;
    }
    @-webkit-keyframes transX-20-xs-enter {
        0% {
            opacity: 0;
            -webkit-transform: translateX(180px);
            transform: translateX(180px);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes transX-20-xs-enter {
        0% {
            opacity: 0;
            -webkit-transform: translateX(180px);
            transform: translateX(180px);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @-webkit-keyframes transX-20-xs-leave {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(30px);
            transform: translateX(30px);
        }
    }
    @keyframes transX-20-xs-leave {
        0% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(30px);
            transform: translateX(30px);
        }
    }
    /*左侧菜单和右侧内容*/
    .details-side-nav {
        margin-top: 50px;
    }
    .details-content {
        margin-top: 0;
        padding: 40px 50px 20px;
        /*border: #ddd solid 1px;*/
        border-top: none;
        border-bottom: none;
    }
    .details-content .article {
        padding: 0;
    }
    .details-side-nav .list-group-item.active:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 3px;
        height: 100%;
        background-color: #008cd6;
    }
    .details-content .second-menu .second-content {
        display: block !important;
    }
}
/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
    /*头部导航*/
    .container {
        width: 950px;
    }
    /*左侧菜单和右侧内容*/
    /*.details-side-nav .list-group-item {
        white-space: nowrap;
    }*/
}
/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
}
/****内页顶部banner模块****/
.inside-banner {
    position: relative;
}
.inside-banner .carousel-indicators {
    bottom: 0;
}
.inside-banner .carousel-indicators li {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0;
    margin: 0 2px;
    text-align: left;
}
.inside-banner .carousel-indicators li.active {
    background: none;
}
.inside-banner .carousel-indicators li a {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #999;
}
.inside-banner .carousel-indicators li .bule-line {
    width: 0;
    height: 2px;
    background-color: #008cd6;
}
.inside-banner .carousel-inner .item {
    background: url("../img/product/bannerBg.jpg") center no-repeat #b1e2ff;
}
.inside-banner .product img {
    display: block;
}
.inside-banner .product .bg {
    opacity: 0;
}
.inside-banner .product .pro1 {
    top: 0;
    margin-top: 30px;
}
.inside-banner .product .pro2 {
    top: 10%;
    margin-left: 55%;
}
.inside-banner .slogan .slogan-text {
    display: block;
    margin-top: 30px;
}
.inside-banner .slogan button {
    position: absolute;
    z-index: 2;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .inside-banner .product .proM{
        display:block;
        margin-left:-30px;
    }
    .inside-banner .slogan .slogan-text{
        margin-top: 6%;
        max-width: 70%;
    }
    .inside-banner .carousel-inner .item {
        background-size:cover;
    }
    .inside-banner .carousel-inner .item .container .slogan{
        margin-left:-10px;
    }
    .inside-banner .slogan button{
        position: static;
        margin-top: 15px;
        -webkit-transform: none;
        transform: none;
        padding:5px 15px;
    }
    .details-content {
        background: none;
    }
    .details-content .article {
        background-color: #fff;
    }
}
/* ===========自定义导航栏样式============ */
@media (max-width:767px){
	.main-nav .container{position: relative;}
	.main-nav .navbar-toggle{float: left;padding:0;position: relative;border: none;height: 55px;width: 49px}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background: #fff}
	.main-nav .navbar-brand{left:50%;top:50%;-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform:translate(-50%,-50%);}
	.main-nav .navbar-header{min-height: 55px}
.main-nav .icon-line1,.main-nav .icon-line2 {
    top: 28px;
    left: 14px;
    width: 17px;
    height: 1px;
    background-color: #333;
    position: absolute;
}
.main-nav .icon-line1 {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
/* 点击按钮后 */
.main-nav .navbar-toggle{-webkit-transform: rotate(90deg);
    transform: rotate(90deg);transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);}
.navbar-toggle .icon-line-box1{width: 49px;height: 100%;position: absolute;left: 0;top: 0;-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);-webkit-transform: rotate(45deg);
    transform: rotate(45deg);}
.navbar-toggle .icon-line-box2{width: 49px;height: 100%;position: absolute;left: 0;top: 0;-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);}
.main-nav .navbar-toggle .icon-line1 {
    -webkit-transform: translate(3px, -1px);
    transform: translate(3px, -1px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.main-nav .navbar-toggle .icon-line2 {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
/* 点击按钮前 */
.main-nav .collapsed{-webkit-transform: rotate(0deg);transform: rotate(0deg);transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);}
.collapsed .icon-line-box1{width: 49px;height: 100%;position: absolute;left: 0;top: 0;-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);-webkit-transform: rotate(0deg);
    transform: rotate(0deg);}
.collapsed .icon-line-box2{width: 49px;height: 100%;position: absolute;left: 0;top: 0;-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);-webkit-transform: rotate(0deg);
    transform: rotate(0deg);}
.main-nav .collapsed .icon-line1 {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.main-nav .collapsed .icon-line2 {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.main-nav .navbar-collapse{position: absolute;width: 100%;z-index: 2;background: rgb(255, 255, 255);padding-left: 0;padding-right: 0}
.main-nav #menu-main-nav{padding: 30px 65px;width: 100%;margin:0;height: 100vh}
.main-nav .navbar-nav > li > a {border-bottom: #ccc solid 1px;}
.main-nav .navbar-nav > .active > a:after{display:none}
}
@media (min-width: 768px){
	.main-nav .container{}
} 
@media (min-width: 992px){
} 
@media (min-width: 1200px){
}
@media (min-width: 992px){
.container {width: 950px;}
}
.theme-btn-default {
    color: #333;
    background: none;
    border-color: #666;
    padding: 6px 25px 6px;
    border-radius: 20px;
    line-height: 0;
}
.theme-btn-default:hover {
    color: #fff;
    background-color: #0098e8 !important;
    border-color: #0098e8 !important;
}
.theme-btn-default:focus .fa-play, .theme-btn-default.focus .fa-play, .theme-btn-default:active .fa-play, .theme-btn-default.active .fa-play, .theme-btn-default:hover .fa-play {
    color: #fff;
}
.theme-btn-default em {
    line-height: 17px;
}
em {font-style: normal;}
.btn .fa {margin-left: 6px;}
.product-title h2{font-size: 24px;font-weight: 500;margin-top: 20px;margin-bottom: 5px;}
.product-title a{color:#333}
.product-title .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #ccc;
}
.product-title p{margin:15px 0 10px 0;
    color: #666;
    font-size: 16px;}
@media(max-width:480px){
.product-title h2 {margin: 0;}
.product-title i {position: relative;top: -5px;}
.product-title p {margin: 0;}
}
@media (max-width:767px){
.btn .fa {margin-left: 3px;}
}
@media (min-width: 768px){
.product-title h2 {font-size: 32px;}
} 
@media (min-width: 992px){
} 
@media (min-width: 1200px){
}
/* 头像上传插件css */


/* profile-builder登录注册档案等表单样式start */
#wppb_general_top_error_message{color: #333}
.wppb-user-forms .wppb-required{color: red;margin-left: 5px;vertical-align: middle}
.wppb-user-forms label,.wppb-user-forms input[type="text"],
.wppb-user-forms select,.wppb-user-forms textarea
,.wppb-user-forms input[type="email"],.wppb-user-forms input[type="password"],.wppb-user-forms input[type="submit"]
{width: 100%}
.wppb-user-forms input,.wppb-user-forms select{
	height: 34px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);}
.wppb-user-forms textarea{
	background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px}
.wppb-user-forms input[type="text"], .wppb-user-forms input[type="password"],.wppb-user-forms input[type="email"]{
    padding: 0 8px;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    border-radius: 4px;
}
.wppb-user-forms p{margin:0}
.wppb-user-forms ul{list-style: none;padding:0;}
.wppb-user-forms label {
    margin: 8px 0 4px;
}
.wppb-user-forms p:first-child label,.wppb-user-forms li:first-child label{
    margin-top: 16px;
}
.wppb-user-forms input#rememberme{width:auto;height: auto}
.wppb-user-forms input#user_consent_gdpr{height: auto;margin-right: 3px;}
.wppb-user-forms input[type="submit"]{background: #00a5dd;
	color: #fff;
	margin:10px 0 15px 0;
	font-weight: 700;
	font-size: 16px;
	border-radius: 4px;
	height: 40px}
.wppb-user-forms input[disabled="disabled"]{background: #f7f7f7;}
.wppb-user-forms input[type="submit"]:hover{background:#008cd6}
.wppb-user-forms #pass-strength-result {
    display: block!important;
    background-color: #eee;
    border: 1px solid #ddd;
    display: none;
    padding: 3px 5px;
    text-align: center;
    width: 100%;
    height: 31px;
    margin: 10px 0 5px 0;
}
#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040;
}
#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c;
}
#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c;
}
#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0;
}
#wppb_register_pre_form_message,#wppb_form_success_message{margin:0;padding:10px 0;}
select.ui-datepicker-year,select.ui-datepicker-month{color:#333;}
ul.wppb-radios li{display: inline-block;}
ul.wppb-radios li label.wppb-rc-value{margin:0;}
/* bbpress css start */
#bbpress-forums{padding:20px 0;background: #fff;margin:0 -15px;}
.loop-topic-box,.bbp-pagination,div.bbp-breadcrumb, div.bbp-topic-tags,.bbp-search-form{padding:0 20px!important;}
@media(max-width: 767px){
	#bbpress-forums{padding:15px 0;}
	.loop-topic-box,.bbp-pagination,div.bbp-breadcrumb, div.bbp-topic-tags,.bbp-search-form{padding:0 15px!important;}
}
div.bbp-breadcrumb, div.bbp-topic-tags{font-size: 14px;}
.bbp-search-form{margin-bottom: 10px}
#bbpress-forums ul.bbp-topics{border:none;}
.bbp-pagination-links a, .bbp-pagination-links span.current {
    color: #333;
    
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.bbp-pagination-links span.current {
    color: #fff;
    background: #00a5e0;
}
#bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-reply-author img.img-circle {
    margin: auto;
    margin-top: 0;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    margin-bottom: 10px;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
    padding-top: 1em;
}
#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 85px;
}
#bbpress-forums{
	/* font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; */
}
#bbpress-forums div.bbp-reply-author .bbp-author-role{
    display: inline-block;
    margin:0 auto;
    font-size: 12px;
    /* font-family: Microsoft Yahei,Aria,Helvetic,sans-serif; */
    padding: 2px 5px;
    font-style: normal;
    /* border-color: #73B73E; */
    margin-bottom: 5px;
    border: 1px solid rgba(70, 70, 70, 0.32);
}
#bbpress-forums ul.bbp-replies,.bbp-template-notice{/* margin:0 -20px!important; */border:0!important;}
.bbp-template-notice{padding:10px 15px!important;border-radius: 0!important;background-color: #c8e5ff!important}
div.bbp-template-notice p{margin:0!important;}
.bbp-user-nicename{font-family: Microsoft Yahei,Aria,Helvetic,sans-serif;}
a.bbp-author-name{font-size: 15px;font-weight: 700!important}
.bbp-reply-author a.bbp-author-avatar{display: block}
.bbp-author-role-admin{border-color: #b53232!important;color:#b53232!important;}
.bbp-author-role-member{border-color: #008cd6!important;color: #008cd6!important}
.bbp-author-role-bm{border-color:#9459b3!important;color: #9459b3!important;}
.reply-content {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.bbp-threaded-replies .reply-content {
    background-color: transparent;
}
.bbp-threaded-replies .reply-to-author {
    display: inline-block!important;
}
a.bbp-reply-to-link, a.bbp-topic-reply-link {
    color: #008cd6!important;
    font-size: 14px!important;
}
a.bbp-reply-to-link:before, a.bbp-topic-reply-link:before {
    font-family: 'FontAwesome';
    content: "\f112";
    margin-right: 5px;
}
.at-share-btn-elements a{display: inline-block!important}
.bbp-form legend{font-size:16px;}
#bbpress-forums ul.bbp-replies{margin-bottom: 0}
.bbp-btn-custom{
	padding: 4px 17px 3px;
    color: #fff;
    background-color: #00a5e0;
    border-color: #00a5e0;
    border-radius: 12px;
    margin-left: 5px
}
.bbp-btn-custom:hover{background-color:#028bd4;}
#bbp-user-body .bbp-form .img-circle,#bbp-user-body .bbp-form img.avatar
{width: 50px ;height: 50px;margin-bottom: 10px;border-radius: 50%}
#bbp-single-user-details #bbp-user-avatar .vcard .img-circle,
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{
	width: 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    border-radius: 50px;
    height: 100px;
    margin: auto;
    display: block;}
.bbp-pagination{margin-bottom: 0}
#bbp-single-user-details #bbp-user-avatar .vcard a{display: block;padding:20px 0;}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:10px 15px;font-size:14px;}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
	background-color: #00a5e0;color: #fff;opacity: 1;}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a .fa{margin-right: 5px;}
.subscription-toggle,.favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle{font-size: 14px;color: #008cd6!important}
@media(max-width: 767px){
    #bbp-user-wrapper{margin-top: -15px;}
    #bbp-single-user-details #bbp-user-avatar .vcard a{
        background:url(/wp-content/uploads/2018/08/profile-background.png);
        background-size:767px 508px;
        background-position: center}
	#bbpress-forums #bbp-user-body{margin-left:0;clear: left;padding-top: 15px}
	#bbpress-forums #bbp-single-user-details{width: 100%;clear: both}
	#bbpress-forums #bbp-single-user-details #bbp-user-avatar{width: 100%}
	#bbp-user-navigation ul li{float: left;width: 16.666666666666666%}
	#bbp-user-navigation ul li .text-box{display: none}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation a .fa{margin:0}
	#bbp-user-navigation{width: 100%;text-align: center;font-size: 0;background-color: #00a5e0}
	#bbp-user-navigation ul{width:100%;}

	#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#05bdff;}
	#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a{color:#fff;border:0;}
	#bbp-user-body .bbp-user-section p{padding:0 15px;}
	#bbpress-forums #bbp-user-wrapper h2.entry-title
	{padding:5px 15px!important;}
	
	

}