@charset "utf-8";
/* 初始化CSS */
/* 头部header*/
.head-one {
  width: 100%;
  height: 183px;
}
.head-one .item-logo {
  width: 100%;
  height: 120px;
  zoom: 1;
}
.head-one .item-logo .item-logo-l {
  float: left;
  height: 120px;
  width: 225px;
  line-height: 120px;
}
.head-one .item-logo .item-login-r {
  float: right;
  height: 120px;
  width: 60%;
}
.head-one .item-logo .item-login-r li {
  float: right;
  position: relative;
  line-height: 120px;
}
.head-one .item-logo .item-login-r li a {
  color: #333333;
  font-family: "微软雅黑";
  display: inline-block;
  padding: 0px 12px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.head-one .item-logo .item-login-r li a:hover {
  color: #2a3c90;
}
.head-one .item-logo .item-login-r li span.message {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  box-shadow: none;
  position: absolute;
  top: 42px;
  right: 0px;
  border-radius: 50%;
  overflow: hidden;
}
.head-one .item-logo .item-login-r li a.mem {
  width: 50px;
  padding: 0px;
}
.head-one .item-logo .item-login-r li a.mem img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.head-one .item-logo .item-login-r li span.exit {
  display: inline-block;
  width: auto;
  height: 80px;
  border: 1px solid #fff;
  overflow: hidden;
  background-color: #fff;
  margin-top: 40px;
}
.head-one .item-logo .item-login-r li span.exit a.exit-btn {
  display: inline-block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  display: none;
}
.head-one .item-logo .item-login-r li span.exit a.exit-btn:hover {
  background-color: #354ca3;
  color: #fff;
}
.head-one .item-logo .item-login-r li.exit-box:hover span.exit {
  border: 1px solid #eee;
}
.head-one .item-logo .item-login-r li.exit-box:hover span.exit a.exit-btn {
  display: block;
}
.head-one .item-nav {
  width: 100%;
  height: 62px;
  border-top: 1px solid #f3f3f3;
  display: inline-block;
  zoom: 1;
}
.head-one .item-nav .item-nav-cell {
  width: 256px;
  height: 62px;
  background: #000;
  display: inline-block;
  background-color: #354ca3;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  float: left;
  position: relative;
}
.head-one .item-nav .item-nav-cell span {
  display: inline-block;
  width: 248px;
  padding-left: 8px;
  height: 62px;
  line-height: 62px;
  text-align: left;
}
.head-one .item-nav .item-nav-cell span .icon {
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  margin-right: 6px;
}
.head-one .item-nav .item-nav-cell .tab-box {
  width: 256px;
  height: 400px;
  position: absolute;
  top: 62px;
  z-index: 999;
}
.head-one .item-nav .item-nav-cell .bigWidth{
	width:810px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell {
  width: 536px;
  height: 400px;
  background-color: #fff;
  float: left;
  display: none;
  overflow: hidden;
  color: #000;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .search-box {
  width: 100%;
  height: 72px;
  line-height: 62px;
  display: inline-block;
  position: relative;
  padding-top: 12px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .search-box .icon-down {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  position: absolute;
  left: 120px;
  top: 36px;
  color: #333;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .search-box input {
  display: inline-block;
  background-color: #eee;
  height: 40px;
  line-height: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  font-size: 14px;
  width: 90%;
  padding: 0 16px;
  font-family: "微软雅黑";
  color: #333;
  padding-left: 130px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .search-box span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 29px;
  line-height: 32px;
  background-color: #354ca3;
  cursor:pointer;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .search-box span .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .search-box label.select-box {
  position: absolute;
  left: 30px;
  top: 26px;
  font-size: 14px;
  color: #354ca3;
  line-height: 0px!important;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box {
  width: 100%;
  height: auto;
  text-align: left;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box h2 {
  padding: 8px 32px 8px 42px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-weight: bold;
  line-height: 3px;
  position: relative;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box h2 a {
  float: right;
  font-weight: normal;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box h2 span {
  width: 2px;
  height: 16px;
  background-color: #354ca3;
  padding-left: 0;
  margin-right: 4px;
  position: absolute;
  left: 30px;
  top: 2px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box .keyword {
  width: 97%;
  height: auto;
  padding: 0px 16px 16px 16px;
  overflow: hidden;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box .keyword span {
  display: inline-block;
  width: auto;
  height: 24px;
  line-height: 24px!important;
  padding: 0px 8px;
  border-radius: 100px;
  margin: 8px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box .keyword span:hover {
  background-color: #eee;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul {
  width: 100%;
  height: 200px;
  padding-left: 32px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li {
  width: 236px;
  height: 72px;
  border: 1px solid #dadada;
  float: left;
  margin: 8px 0px;
  margin-right: 16px;
  padding: 8px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li p {
  width: 100%;
  height: 30px;
  margin: 0px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li p span {
  width: auto;
  float: right;
  line-height: 32px;
  height: 24px;
  font-size: 14px;
  color: #999;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li p.red {
  font-size: 24px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li p.red span {
  color: red;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li p.red small {
  font-size: 14px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li p.green {
  font-size: 24px;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li p.green span {
  color: #66d86a;
}
.head-one .item-nav .item-nav-cell .tab-box .tab-cell .keyword-box ul li p.green small {
  font-size: 14px;
}
.head-one .item-nav .item-nav-cell .tab-box .dpb {
  display: block;
}
.head-one .item-nav .item-nav-cell .nav-box {
  width: 256px;
  height: 400px;
  background: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  _background: #000;
  _filter: alpha(opacity=60);
  overflow: hidden;
/*   display: none; */
  margin-bottom: 0;
  float: left;
}
.head-one .item-nav .item-nav-cell .nav-box li {
  height: 56px;
  text-align: center;
}
.head-one .item-nav .item-nav-cell .nav-box li a {
  display: inline-block;
  width: 200px;
  height: 54px;
  line-height: 54px;
  text-decoration: none;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* .head-one .item-nav .item-nav-cell .nav-box li:hover {
  background: #354ca3;
  filter: alpha(opacity=40);
  background-color: rgba(53, 76, 163, 0.4);
  _background: #354ca3;
  _filter: alpha(opacity=40);
} */
 .nav-cell-nav-box-li-cureent {
  background: #354ca3;
  filter: alpha(opacity=40);
  background-color: rgba(53, 76, 163, 0.4);
  _background: #354ca3;
  _filter: alpha(opacity=40);
}
.head-one .item-nav .nav {
  width: 70%;
  height: auto;
  float: left;
  margin-left: 16px;
  zoom: 1;
}
.head-one .item-nav .nav li {
  float: left;
}
.head-one .item-nav .nav li a {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  padding: 0 32px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333333;
}
.head-one .item-nav .nav li a:hover {
  background-color: #354ca3;
  color: #fff;
}
.head-one .item-nav .nav li .current {
  background-color: #354ca3;
  color: #fff;
}
.head-two {
  width: 100%;
  height: 60px;
  background-color: #354CA3;
  position: fixed;
  top: 0;
  z-index: 9999;
  zoom: 1;
}
.head-two .head-logo {
  width: 8%;
  height: 60px;
  line-height: 50px;
  float: left;
  margin-right: 20px;
}
.head-two .head-logo a{
  width: 100%;
  height: 60px;
  display:inline-block;
}
.head-two .nav {
  float: left;
  height: 60px;
  zoom: 1;
  overflow:hidden;
}
.head-two .nav li {
  float: left;
  height: 60px;
}
.head-two .nav li a {
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-family: "微软雅黑";
  display: inline-block;
  font-size: 16px;
}
.head-two .nav li a:hover {
  background-color: #2a3c90;
}
.head-two .nav li a:visited {
  background-color: #2a3c90;
}
.head-two .nav li a.current {
  background-color: #2a3c90;
}
.head-two .login-box {
  width: 32%;
  float: right;
  height: 60px;
  position: relative;
  zoom: 1;
}
.head-two .login-box .search {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding-right: 24px;
  position: absolute;
  top: 0px;
  right: 300px;
  zoom: 1;
}
.head-two .login-box .search .search-icon {
  position: absolute;
  right: 12px;
  top: 22px;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transition: all 0.8s;
}
.head-two .login-box .search:hover input.sea-inp {
  width: 260px;
  background-color: #2A3C90;
}
.head-two .login-box .search input.sea-inp {
  display: inline-block;
  background-color: #354ca3;
  border: 0;
  height: 36px;
  line-height: 36px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
  position: absolute;
  right: 2px;
  width: 0px;
  padding: 0 16px;
  transition: all 0.8s;
}
.head-two .login-box .search input.sea-inp:hover {
  width: 260px;
  background-color: #2A3C90;
}
.head-two .login-box ul {
  width: 100%;
  height: 60px;
}
.head-two .login-box ul li {
  float: right;
  height: 60px;
  position: relative;
}
.head-two .login-box ul li a {
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-family: "微软雅黑";
  display: inline-block;
  padding: 0px 16px;
  font-size: 14px;
  text-align: center;
}
.head-two .login-box ul li a.mem {
  width: 32px;
  padding: 0px;
}
.head-two .login-box ul li a.mem img {
  border-radius: 50%;
}
.head-two .login-box ul li span.message {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #ff7a0c;
  background: -moz-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -webkit-gradient(linear, right, left, color-stop(10%, #ff7a0c), color-stop(100%, #ff2344));
  background: -webkit-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -o-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: -ms-linear-gradient(right, #ff7a0c 10%, #ff2344 100%);
  background: linear-gradient(to right, #ff7a0c 10%, #ff2344 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a0c', endColorstr='#ff2344', GradientType=0);
  box-shadow: 0 8px 20px 0 rgba(255, 47, 60, 0.25);
  box-shadow: none;
  position: absolute;
  top: 12px;
  right: 0px;
  border-radius: 50%;
  overflow: hidden;
}
.head-two .login-box ul li span.exit {
  display: inline-block;
  width: auto;
  height: 110px;
}
.head-two .login-box ul li span.exit a {
  text-decoration: none;
}
.head-two .login-box ul li span.exit a.user:hover {
  background-color: #4364b8;
}
.head-two .login-box ul li span.exit a.exit-btn {
  display: block;
  width: 90%;
  height: 30px;
  line-height: 30px;
  display: none;
  color: #354ca3;
  margin: 9px auto;
}
.head-two .login-box ul li span.exit a.exit-btn:hover {
  background-color: #5481d3;
  color: #fff;
}
.head-two .login-box ul li.exit-box:hover span.exit {
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.head-two .login-box ul li.exit-box:hover span.exit a.exit-btn {
  display: block;
}
.head-two .login-box ul li.exit-box:hover span.exit a.user {
  background-color: #4364b8;
}
.userdisplayname {
  width: 150px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
/*第二个头部用于占位的*/
.top-place {
  height: 60px;
  width: 100%;
}
/*头部end*/
/* 底部footer */
footer {
  width: 100%;
  height:auto;
  background-color: #474443;
  font-family: "微软雅黑";
  padding-top:36px;
}
footer .partners{
	width:100%;
	height:auto;
	padding-top:20px;
}
footer .partners .partners-h{
	width:100%;
	height:30px;
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin-bottom:56px;
}
footer .partners h1 span{
	width:auto;
	height:70px;
	display:inline-block;
	background:#474443;
	padding:0 32px;
	
}
footer .partners h1{
	font-weight: normal;
    font-family: "微软雅黑";
    color: #333;
    line-height: 48px;
    padding-left: 24px;
    font-size: 24px;
    color: #fff;
    margin:0;
    text-align:center;   
}
footer .partners .partners-pic{
	width:100%;
	height:auto;
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding-bottom:24px;
}
footer .partners .partners-pic ul{
	width:100%;
	height:auto;
}
footer .partners .partners-pic ul li{
	float:left;
	margin:0 0px 32px 28px;
	overflow:hidden;
	tex-algin:center;
	background-color: #474443;
	width:182px;
	height:52px;	
}
footer .partners .partners-pic ul li img{
	width:100%;
	height:100%;	
	mix-blend-mode: screen;
	
}
footer .item-top {
  width: 100%;
  height: 340px;
  padding-top: 36px;
  zoom: 1;
  color: #fff;
}
footer .item-top h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
footer .item-top a {
  color: #fff;
  line-height: 36px;
  font-size: 14px;
}
footer .item-top a:hover {
  color: #354ca3;
}
footer .item-top .top-cell-left {
  width: 29.2%;
  height: 100px;
  margin-right:2%;
  display: inline-block;
  float: left;
  position: relative;
}
footer .item-top .top-cell-left p {
  font-size: 12px;
  line-height: 24px;
  margin-top: 16px;
  font-weight: bold;
}
footer .item-top .top-cell-left p span {
  float: left;
}
footer .item-top .top-cell-left p img {
  float: left;
  margin-left: 24px;
  cursor: pointer;
}
footer .item-top .top-cell-left .js-wx-box {
  width: 120px;
  height: 120px;
  background-color: #000;
  position: absolute;
  top: 200px;
  left: 100px;
  display: none;
}
footer .item-top .top-cell-right {
  width: 61%;
  float: right;
  height: auto;
}
footer .item-top .top-cell-right li {
  width: 20%;
  height: auto;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 36px;
}
footer .item-top .top-cell-right li:nth-of-type(3) {
  width: 28%;
}
footer .item-top .top-cell-right li:nth-of-type(4) {
  margin-right: 0px;
  width: 31%;
}
footer .item-top .top-cell-right li:nth-of-type(3) span {
  display: inline-block;
  width: 56px;
  margin-right: 16px;
}
footer .item-bottom {
  width: 100%;
  height: 74px;
  background-color: #383635;
  padding: 16px 0;
  zoom: 1;
}
footer .item-bottom .bottom-cell-left {
  width: 54%;
  float: left;
}
footer .item-bottom .bottom-cell-left p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
footer .item-bottom .bottom-cell-left p a {
  color: #fff;
  text-decoration: none;
}
footer .item-bottom .bottom-cell-left p a:hover {
  color: #354ca3;
}
footer .item-bottom .bottom-cell-right {
  width: 40%;
  height: 50px;
  float: right;
  font-size: 12px;
  color: #fff;
}
footer .item-bottom .bottom-cell-right span.name {
  display: inline-block;
  margin-right: 8px;
  float: left;
  margin-top: 10px;
}
footer .item-bottom .bottom-cell-right a {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  margin: 0 8px;
  width: 130px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  zoom: 1;
}
footer .item-bottom .bottom-cell-right a i {
  width: 20px;
  height: 20px;
  background: url(/images/store.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 16px;
  margin-top: 8px;
  margin-right: 8px;
  float: left;
}
footer .item-bottom .bottom-cell-right a i.android {
  background: url(/images/android.png) no-repeat;
  background-size: 125%;
  margin-top: 6px;
}
footer .item-bottom .bottom-cell-right a span {
  float: left;
}
/* 底部footer end*/
/* alert弹框*/
.popup-wrong{
	width: 500px;
	margin: 0 auto;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -125px;
	background: #fff;
	border-radius: 5px;
	behavior: url(PIE.htc);
	border: 4px solid #ddd;
	z-index:99999;
}
.pw-img{
	margin-top: 55px;
	margin-left: 42px;
	margin-right:26px;
}
.pw-close{
	position: absolute;
	font-size: 32px;
	color: #666;
	right: 8px;
	top: 4px;
	cursor: pointer;
}
.pw-close:hover{
	color: #888;
}
.pw-word{
	font-size: 18px;
	color: #666;
	margin-top: 60px;
	width: 280px;
}
.pw-word input{
	width: 128px;
	height: 39px;
	margin: 65px 4px;
	behavior: url(PIE.htc);
	border-radius:8px ;
	border: none;
	cursor: pointer;

}
.pw-word .pwa{
	background: #3095ed;
    color: #fff;
    font-size: 15px;
}
.pw-word .pwb{
	border: 1px solid #ddd;
	color: #666;
	background: #fff;
	font-size: 15px;
}

.pw-word p{
	TEXT-JUSTIFY: inter-ideograph; 
	TEXT-ALIGN: justify;
	line-height: 24px;
	color: #333;
}
/* alert弹框*/




/*侧边栏*/
/*侧边栏*/
.sidebar {
  width: 34px;
  height: 100%;
  background-color: #000;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.sidebar .top {
  width: 34px;
  height: 300px;
  margin-top: 140px;
}
.sidebar .bottom {
  width: 34px;
  height: 156px;
  position: absolute;
  bottom: 0px;
}
.sidebar a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
  position: relative;
}
.sidebar a:hover {
  background-color: #354ca3;
  color: #fff;
}
.sidebar a:hover span {
  display: block;
}
.sidebar a span {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  color: #fff;
  background-color: #5B6589;
  display: inline-block;
  position: absolute;
  right: 34px;
  top: 0;
  display: none;
}
.sidebar a span b {
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 13px solid #5B6589;
  position: absolute;
  right: -16px;
  top: 10px;
}
.sidebar a span.one {
  width: 86px;
  height: 34px;
  line-height: 34px;
}
.sidebar a span.two {
  width: 217px;
  height: 237px;
  position: absolute;
  right: 34px;
  top: -203px;
  background-color: #5B6589;
}
.sidebar a span.two img {
  width: 100px;
  height: 100px;
  margin: 20px auto 10px;
  display: inline-block;
}
.sidebar a span.two p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.sidebar .current {
  background-color: #354ca3;
}
.sidebar span.four,
.sidebar span.five {
  width: 356px;
  height: auto;
  background-color: #fff;
  position: absolute;
  right: 34px;
  top: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  display: none;
  padding-bottom: 8px;
}
.sidebar span.appewm{
	width: 200px;
  	height: 270px;
  	background-color: #fff;
  	position: absolute;
  	right: 34px;
  	top: 0;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  	display:none;
  	padding-bottom: 8px;
}
.sidebar span.appewm img{
	width:150px;
	height:150px;
	display:block;
	margin:25px auto;
	margin-bottom:16px;
}
.sidebar span.appewm p{
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#000;
	line-height:26px;
}

.sidebar span.appewm b,
.sidebar span.four b,
.sidebar span.five b {
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 13px solid #fff;
  position: absolute;
  right: -16px;
  top: 10px;
}
.sidebar span.four h3,
.sidebar span.five h3 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  height: 16px;
  line-height: 16px;
  text-align: left;
  font-size: 18px;
  border-left: 2px solid #354ca3;
  padding-left: 16px;
  margin-top: 16px;
  color: #000;
  font-weight: bold;
}
.sidebar span.four input,
.sidebar span.five input {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  border: 1px solid #eee;
  width: 90%;
  height: 48px;
  line-height: 48px;
  color: #333;
  margin: 20px auto;
  display: block;
  padding: 4px 16px;
  border-radius: 4px;
  line-height: 24px;
}
.sidebar span.four textarea,
.sidebar span.five textarea {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  width: 90%;
  height: 100px;
  padding: 16px;
  border-radius: 4px;
  margin: 20px auto;
  display: block;
  border: 1px solid #eee;
}
.sidebar span.four a.login-btn,
.sidebar span.five a.login-btn {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  display: block;
  width: 90%;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  margin-bottom: 8px;
  background-color: #fff;
  background: #344BA1;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.sidebar span.four a.login-btn:hover,
.sidebar span.five a.login-btn:hover {
  opacity: 0.9;
}
.sidebar span.four p,
.sidebar span.five p {
  width: 100%;
  padding: 4px 16px;
  height: 38px;
}
.sidebar span.four p a,
.sidebar span.five p a {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  background-color: #fff;
  text-decoration: none;
  float: right;
  width: auto;
  margin-left: 16px;
  color: #999;
}
.sidebar span.four p a:hover,
.sidebar span.five p a:hover {
  color: #354ca3;
}
.sidebar span.three {
  width: 356px;
  height: auto;
  background-color: #fff;
  position: absolute;
  right: 34px;
  top: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  display: none;
  padding-bottom: 8px;
}
.sidebar span.three b {
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 13px solid #fff;
  position: absolute;
  right: -16px;
  top: 10px;
}
.sidebar span.three h3 {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  height: 16px;
  line-height: 16px;
  text-align: left;
  font-size: 18px;
  border-left: 2px solid #354ca3;
  padding-left: 16px;
  margin-top: 16px;
  color: #000;
  font-weight: bold;
}
.sidebar span.three p {
  width: 100%;
  height: 32px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  text-align: left;
  padding-left: 24px;
}
.sidebar span.three p a {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  width: 40%;
  text-align: left;
  text-decoration: none;
  margin: 0;
}
.sidebar span.three p a:hover {
  background-color: #fff;
  color: #354ca3;
}
.sidebar span.three p .icons {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.sidebar .icon {
  width: 1.6em;
  height: 1.6em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}
/*侧边栏 end*/
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: none!important;
  height: auto;
}



/* 遮罩层 */
.mask {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity:1;/*Firefox私有，透明度50%*/
	opacity:1;/*其他，透明度50%*/	
}
/* 遮罩层 end*/


/*用户中心 消息铃铛 start**/
#notifications_num_id .icon-report{
	background: url(/images/yh-report.png) no-repeat center top;
	display: block;
	position: relative;
	width: 22px;
	height: 30px;
	top: 6px;
	margin: 0 5px;
	background-size: 22px;
}

#notifications_num_id .icon-report>i{
	position: absolute;
	display: block;
	/* width: 10px; */
	height: 10px;
	text-align: center;
	line-height: 10px;
	border-radius: 8px;
	background: #EE3333;
	color: #fff;
	font-style: normal;
	top: -6px;
	left: 17px;
	font-size: 8px;	
	padding:2px 3px;
	box-shadow:0 0 6px rgba(188,17,31,0.6);
}


#notifications_num_id2 .icon-report{
	background: url(/images/yh-report-white.png) no-repeat center top;
	display: block;
	position: relative;
	width: 22px;
	height: 30px;
	top: 6px;
	margin: 0 5px;
	background-size: 22px;	
}
#notifications_num_id2 .icon-report>i{
	position: absolute;
	display: block;
	/* width: 10px; */
	height: 10px;
	text-align: center;
	line-height: 10px;
	border-radius: 8px;
	background: #EE3333;
	color: #fff;
	font-style: normal;
	top: -6px;
	left: 17px;
	font-size: 8px;	
	padding:2px 3px;
	box-shadow:0 0 6px rgba(188,17,31,0.6);
}
/*用户中心 消息铃铛 end**/


.font-red {
	color:#F80A45 !important;
}