body{ 
	overflow: auto !important;
} 

/* 页眉 */
.header-wrap {
	/* height: 50px; */
	height:60px;
	background-color: #222;
}

.header-wrap .header {
	width: 1190px;
	margin: 0 auto;
}

/* 导航 */
.navigation {
	width: 1190px;
	color: #9d9d9d;
}

.navigation .nav-head {
	color: #eee;
	line-height: 50px;
	padding-right: 20px;
}

.navigation .nav-item {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navigation .nav-item>li {
	position: relative;
	float: left;
}

.navigation .nav-item>li>a {
	font-size: 12px;
	color: #e2e2e2;
	display: block;
	padding: 0 12px;
	line-height: 50px;
	text-align: center;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.navigation .nav-item>li>a:hover, .navigation .nav-item>li>a.active {
	color: #ff6633;
	/* background-color: #ff6633;
	border-radius: 4px 4px 0 0; */
	border: 0;
}


.navigation .nav-item .dropdown-menu {
	width: 120px;
	min-width: 10px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 0;
	margin: 0;
}

.navigation .nav-item .dropdown-menu a {
	width: 100%;
	color: #222;
	height: 40px;
	line-height: 40px;
	border-top: 1px dotted #ddd;
	padding: 0;
}

.navigation .nav-item .dropdown-menu a:hover {
	background-color: #f5f5f5;
}

/* 通知 */
.notice-wrap {
	height: 20px;
	margin: 15px;
	overflow: hidden;
	/* padding-left: 25px; */
	/* background: url(../../images/comm/notice.png) no-repeat; */
}

.notice-wrap .notice {
	padding: 0;
	list-style-type: none;
}

.notice-wrap .notice li {
	font-size: 12px;
	position: relative;
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
}

.notice-wrap .notice li i {
	color: #ff6633;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.notice-wrap .notice li a {
	color: #eee;
	font-size: 12px;
	font-family: '宋体';
}

.notice-wrap .notice li a:hover {
	color: #ff6633;
}

/* .header .display-user-message-unread-count {
	color: #f63;
	font-size: 14px;
} */

/*	未读消息提醒  	*/
.badge.display-user-message-unread-count {
    padding: 2px 6px;
    background: #d9534f;
    font-weight: normal;
    font-family: "lucida Grande",Verdana,"Microsoft YaHei";
    font-size: 12px;
}

/* 用户详情 */
.detail {
	color: #333;
	width: 255px;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 1005;
	padding-top: 5px;
	margin-left: -110px;
	display: none;
}

.detail .arrow {
	position: absolute;
	top: -6px;
	left: 107px;
	display: block;
}

.detail .arrow::before {
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #C8C8C8;
}

.detail .arrow::after {
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 2;
	display: block;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent white;
}

.detail .content {
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	padding-top: 20px;
}
.detail .content .square {
	clear: both;
}

.detail .content .square a {
	padding: 4px 16px;
	float: left;
	background: #eee;
}


.detail .uinfo1 {
	text-align: center;
}

.detail .uinfo1 .portrait {
	width: 60px;
	border-radius: 100%;
	border: 1px solid #ddd;
}

.detail .uinfo1 div {
	line-height: 50px;
}

.detail .uinfo2 {
	padding-bottom: 20px;
	text-align: center;
}

.detail .uinfo2 * {
	font-size: 12px;
	line-height: 28px;
}

.detail .notice {
	padding: 0 4px;
	background-color: #ffd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	display: none;
}

.detail .notice span {
	font-size: 12px;
}

.detail .toolbtn {
	background-color: #f5f5f5;
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #ddd;
}

.detail .toolbtn span {
	width: 49%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.detail .toolbtn * {
	color: #333;
}

/* 中间主体 */
.content-wrap {
	
}

.content-wrap > .content {
	width: 1190px;
	margin: 0 auto;
	position: relative;
}

/* 左侧导航 */
.sidebar {
	width: 150px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	position: absolute;
	left: 0;
}

.sidebar a {
	color: #333;
}

.sidebar .menu-wrap {
	width: 148px;
	height: auto;
	padding-top: 20px;
	background-color: #fff;
}

.sidebar .menu {
	padding-bottom: 0;
}

.sidebar .menu .caret {
	color: #666;
	margin: -25px 10px 0 0;
	float: right;
}

/* .sidebar .menu .badge {
    padding: 2px 6px;
    background: #d9534f;
    font-weight: normal;
    position: relative;
    left: 5px;
} */

.sidebar .current {
	color: #ff6633;
}

.sidbar .current:hover::before {
	background: yellow;
}

.sidebar .current::before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #ff6633;
	margin: 0 8px 0 -16px;
}

.sidebar .menu-list {
	display: none;
}

.sidebar .menu-list>ul {
	max-width: 148px;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar .menu-item {
	border-bottom: 1px dotted #ddd;
	padding: 12px 0 12px 24px;
	max-width: 148px;
	min-width: 110px;
	font-size: 16px;
	display: block;
	position: relative;
}

.sidebar .menu-item:hover {
	color: #ff6633 !important;
}

.sidebar .menu-item.active {
	color: #ff6633;
}

.sidebar .menu-sub-item {
	font-size: 14px;
	padding: 9px 0 9px 38px;
	margin-right: auto;
	display: block;
	position: relative;
}

.sidebar .menu-sub-item:hover {
	color: #ff6633 !important;
}

.sidebar .menu-sub-item.active {
	color: #ff6633;
}


.sidebar .menu-item img {
	position: relative;
	left: 5px;
}

.sidebar .menu-sub-item img {
	position: relative;
	top: -6px;
	left: 3px;
}

.sidebar .menu-list .glyphicon {
	color: #ddd;
	padding: 4px;
	float: right;
	cursor: pointer;
	margin: -31px 0 0 0;
}

.sidebar .menu-list .glyphicon:hover {
	color: #666;
}

.sidebar .menu-list .glyphicon-paperclip {
	color: #cc6666;
}

.sidebar .menu-list .glyphicon-paperclip:hover {
	color: #cc6666;
}

/* 内容主体 */
.main {
	width: 1200px;
	max-width: 1200px;
	display: table;
	margin: 0 0 0 auto;
	/* padding: 0 0 20px 0; */
	padding: 0px;
}

.main .panel:first-child {
	
}

.main .panel:last-child {
	margin-bottom: 0;
}

/* 页脚 */
.footer-wrap {
	height: 115px;
	border-top: 1px solid #ddd;
	background-color: #fff;
}

.footer-wrap .footer {
	width: 1190px;
	color: #666;
	margin: 20px auto 0 auto;
}

.footer .info {
	float: left;
	min-width: 150px;
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px dashed #ddd;
}

.footer .info.last {
	border-right: none;
}

.footer .info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .info ul.more {
	max-width: 320px;
	padding: 0;
}

.footer .info ul.more li {
	width: 48px;
	float: left;
	margin-right: 10px;
}

.footer .info .info-1 {
	height: 32px;
	line-height: 32px;
	font-size: 17px;
}

.footer .info .info-2 {
	color: #888;
	font-size: 12px;
	font-family: '宋体';
	line-height: 18px;
}

.footer .info .info-2 a {
	color: #888;
	font-size: 12px;
	font-family: '宋体';
	line-height: 18px;
}

.footer .info .info-2 a:hover {
	color: #333;
}

.footer .info2 {
	color: #666;
	float: right;
	font-size: 12px;
	font-family: '宋体';
}


.footer .info .contact {
	height: 49px;
}



/* 右侧工具栏 */
.right-tool-wrapper {
	/* position: fixed;
	bottom: 25%;
	right: 0px; */
	z-index: 1050;
}
.right-tool {
	/* width: 50px; */
	z-index: 10;
	/* border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    position: absolute; */
	right: 0;
    bottom: 24px;
}
/* .right-tool .tool-item {
	height: 55px;
	cursor: pointer;
	border-top: 1px solid #ddd;
	background-image:url("../../images/comm/right-tool.png?v=6");
	background-repeat: no-repeat;
	display: block;
} */
/* .right-tool .tool-item-ww{
	background-position: -228px 1px;
}
.right-tool .tool-item-demand{
	background-position: -228px -52px;
}
.right-tool .tool-item-help{
	background-position: -228px -110px;
}
.right-tool .tool-item-wechat{
	background-position: -228px -163px;
}
.right-tool .tool-item-wbin{
	background-position: -228px -392px;
}
.right-tool .tool-item-negotiate{
	background-position: -228px -331px;
}
.right-tool .tool-item-refresh{
	background-position: -228px -218px;
} */
/*20161212*/
/* .right-tool {
	width: 50px;
	z-index: 10;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    position: absolute;
	right: 0;
    bottom: -102px;
}

.right-tool .tool-item {
	height: 56px;
	cursor: pointer;
	background-image:url("../../images/comm/right-tool-20161212.png?v=6");
	background-repeat: no-repeat;
	display: block;
}
.right-tool .tool-item-mascot{
	height:70px;
	background-position: 0px 0px;
}
.right-tool .tool-item-activitywin{
	background-position: 0px -69px;
}
.right-tool .tool-item-activitypage{
	background-position: 0px -128px;
}
.right-tool .tool-item-ww{
	background-position: 0px -187px;
}
.right-tool .tool-item-demand{
	background-position: 0px -246px;
}
.right-tool .tool-item-help{
	background-position: 0px -305px;
}
.right-tool .tool-item-wechat{
	background-position: 0px -423px;
}
.right-tool .tool-item-wbin{
	background-position: 0px -483px;
}
.right-tool .tool-item-negotiate{
	background-position: 0px -364px;
}
.right-tool .tool-item-refresh{
	background-position: 0px -542px;
}
.control-item-shrink{
	background-position: -4px -602px !important;
	height: 56px;
	cursor: pointer;
	background-image:url("../../images/comm/right-tool-20161212.png?v=6");
	background-repeat: no-repeat;
	display: block;
} */
/* .right-tool .tool-item-top{
	background-position: 0px -542px;
} */

/*-----------------------------------*/


.right-tool .tool-item-top{
	/* background-position: -228px -274px; */
	background-position: -5px -333px;
	/* background-position:-66px -9px; */
    right: 68px;
    width: 38px;
    position: fixed;
    bottom: 50px;
    height: 38px;
    border: none;
    display: none;
}

/* 工具栏伸缩 */
.right-tool-control .control-item {
	width: 50px;
	/* width:47px; */
	height: 25px;
	line-height:25px;
	z-index: 10;
	color: #555;
	background-color: #E7E7E7;
	/* background-color:#fd3a40; */
	/* color:#fff; */
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	cursor: pointer;
    position: absolute;
	right: 0;
    bottom: 0px;
}
.right-tool-control .control-expand {
	width: 30px;
	display:none;
}
.right-tool-control span {
	font-size: 12px;
	font-family: 宋体;
	font-weight: bold;
}
.right-tool-control:hover {
	text-decoration: underline;
}


/* 工具栏提示 */
.right-tool-tooltip {
	display: none;
}


/* 常见问题人物 */
.right-tool .problem-img-collapse{
    width: 60px;
    height: 75px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -74px;
	display:none;
    background: url("../../images/comm/right-tool.png?v=5") no-repeat -111px -14px;
}


/* 常见问题 */
.common-problems {
    width: 200px;
	border-radius: 5px;
	background: #f1f1f6;
	position: fixed;
    z-index: 4;
    right: 90px;
	bottom: 110px;
}

.common-problems .top {
	padding: 6px 10px;
	color: white;
    background: #6aaffe;
	border-radius:5px 5px 0px 0px;
	position:relative;
	cursor: move;
}

.common-problems .top .title {
	font-size: 16px;
	
}
.common-problems .top i {
	font-size: 16px;
	margin-right: 3px;
}

.common-problems .top .btn-collapse {
	cursor:pointer;
	position:absolute;
	top: 9px;
	right: 12px;
	width: 20px;
	height: 20px;
	background: url("../../images/comm/right-tool.png?v=5") -176px -133px no-repeat;
	
	right: 30px;
}

.common-problems .top .problem-img-expend {
	width: 53px;
    height: 72px;
    position: absolute;
    background: url("../../images/comm/right-tool.png?v=5") -44px -27px no-repeat;
    cursor: move;
    right: -24px;
    top: -34px;
    z-index: 5;
}



.common-problems .bottom {
	padding: 4px 10px;
	color: white;
    background: #6aaffe;
	border-radius:0px 0px 5px 5px;
	position:relative;
    cursor: move;
}

.common-problems .bottom a {
	color: white;
}

.common-problems .middle ul {
	margin:0;
	padding:0;
}

.common-problems .middle ul li {
	list-style:none;
	padding: 5px 10px;
	line-height: 18px;
	border-bottom: 1px solid #ffffff;
}

.common-problems .middle ul li a {
	color:#666666;
    font-size: 12px;
    font-family: 宋体;
}
.common-problems .middle ul li a:hover {
	color: #6aaffe;
}
    
.common-problems .middle ul li:nth-last-child(1) {
	border-bottom: none;
}




/*	关注微信号BEGIN 	*/

#win-wechat-bind {
	margin-top:40px;
}

#win-wechat-bind .title {
	padding: 10px;
	background-image: linear-gradient( -90deg ,#00a7ff,#2488ec);
    color: #fff;
}

#win-wechat-bind .btn-close-win {
	color:white;
	cursor: pointer;
	float: right;
}

#win-wechat-bind .coupon-count {
	font-size:16px;
	margin:0 2px;
}

#win-wechat-bind .cont {
	height: 380px;
	max-height: 380px;
}

#win-wechat-bind .cont .left {
	width: 440px;
	height: 100%;
	padding: 20px;
	background: #fff;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}

#win-wechat-bind .cont .list {
	width: 158px;
	height: 100%;
	background: #eee;
	float: right;
}

#win-wechat-bind .cont .list .title {
	background: #f5f5f5;
	padding: 2px 4px;
}

#win-wechat-bind .cont .list .msg {
	background: #e7e7e7;
	padding: 2px 0 2px 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*	关注微信号END 	*/

/* s-faq */
#win-help-faq{
	position:fixed;
	display:none;
	box-shadow:0 0 8px #aaa;
	border-radius:5px;
	z-index: 1201;
}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@-webkit-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@-moz-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
#win-help-faq .win-help-faq-body{
	position:relative;
	border-radius:5px;
	animation-name:fadeIn;
	animation-duration:0.5s;
	-moz-animation-name:fadeIn;
	-moz-animation-duration:0.5s;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
}
#win-help-faq .win-help-faq-body .win-close{
	display: block;
	position:absolute;
	width: 30px;
	height: 30px;
	right:2px;
}
#win-help-faq .win-help-faq-body iframe{
	border: none;
	border-radius:5px;
}

/* e-faq */

/* s-dms */
#win-help-dms{
	position:fixed;
	display:none;
	box-shadow:0 0 8px #aaa;
	border-radius:5px;
	z-index: 1201;
}
#win-help-dms .win-help-dms-body{
	position:relative;
	border-radius:5px;
	animation-name:fadeIn;
	animation-duration:0.5s;
	-moz-animation-name:fadeIn;
	-moz-animation-duration:0.5s;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration:0.5s;
}
#win-help-dms .win-help-dms-body .win-close{
	display: block;
	position:absolute;
	width: 30px;
	height: 30px;
	top:4px;
	right:0;
}
#win-help-dms .win-help-dms-body iframe{
	border: none;
	border-radius:5px;
}

/* e-dms */

/* s-banner */
.wb-btns{position:absolute;top:48px;right:10px;z-index:100;}
.wb-btns .wb-btn{display:inline-block;width:10px;height:10px;background:#fff;margin:5px;border-radius:5px;cursor:pointer;}
.wb-btns .wb-btn:HOVER{background:#ccc;}
.wb-close{position:absolute;top:1px;right:-5px;z-index:1;display:block;background:#000;width:20px;height:20px;text-align:center;border-radius:10px;color:#eee;cursor:pointer;}
/* e-banner */

/*修复分享微信弹窗*/
#bsWXBox.bsBox{box-sizing: content-box !important;}

/* 下拉列表层次 */
.dropdown-menu{
	z-index:10 !important;
}
.modal-dialog {
    margin-top: 70px !important;
}

/* input 输入框 */
.form-control{
	height: 40px !important;
}

/* 默认按钮样式  */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
	color: #333 !important;
    border-color: #666 !important;
	background-color: #fff !important;
}