 * loyalty webiste 
 * @Author mohanlan v 0.0.1
 * @Date 2016-10-08
 * prefix with ko
 */
 
/* ! Style kohler
 * =====================================================
 * Utility
 * ====================
 * KO Btn && KO pagination
 * ====================
 * KO Icon && KO label
 * ====================
 * KO Checkbox
 * ====================
 * KO Select2
 * ====================
 * KO Shiftform
 *=====================
 * KO Block Title
 * ====================
 * KO Header
 * ====================
 * KO Footer
 * ====================
 * KO Breadcrumb
 *=====================
 * KO Share
 *=====================
 * KO Page
 * ====================
 * KO Banner
 * ====================
 * KO Modal
 * ====================
 * KO Form
 * ====================
 * KO Case Module 
 * ====================
 * KO Card
 * ====================
 * KO Material
 * ====================
 * KO Design Idea
 *=====================
 * KO Design Center
 *=====================
 * KO Award List
 *=====================
 * Index
 * ====================
 * Designer list
 * ====================
 * Designer view
 * ====================
 * Case view
 * ====================
 * Case list
 * ====================
 * activity list
 * ====================
 * material list
 * ====================
 * activity view
 * ====================
 * profile personal information
 * ====================
 * Profile consult
 * ====================
 * profile myworks
 * ====================
 * profile release
 * ====================
 * Profile editworks
 * ====================
 * profile batch management
 * ====================
 * Profile works sort
 * =====================================================
 */

/**
 ***************************
 * Utility
 ***************************
 * mohanlan
 ***************************
 **/
@font-face { font-family: 'Helvetica Neue';src:url('../fonts/helvetica_neue-roman.ttf')  format('truetype'); }
body,button, input, select, textarea, h1 ,h2, h3, h4, h5, h6 { 
  font-family: 'Helvetica Neue', Arial, Microsoft YaHei,'微软雅黑' , Tahoma, Helvetica, "\5b8b\4f53", sans-serif;
  
}

body{
  overflow: auto !important; 
  padding: 0 !important; 
}

html, body {
  overflow-x: hidden;
  min-width: 1170px;
  min-height: 670px;
}

ul, li { margin: 0; padding: 0; list-style: none; }

 a:hover {
  point:cursor;
} 
 /*
a:hover,a:active,a:visited,a:focus{
  color:#fff;
} */

.container {
  width: 960px !important;
  position: relative;
}

.text-right {
  text-align: right!important;
}

.text-right::-webkit-input-placeholder {
  text-align: right;
}

.text-right:-moz-placeholder {
  text-align: right;
}

.text-center {
  text-align: center!important;
}

.text-center::-webkit-input-placeholder {
  text-align: center;
}

.text-center:-moz-placeholder {
  text-align: center;
}

.text-left {
  text-align: left!important;
}

.text-left::-webkit-input-placeholder {
  text-align: left;
}

.text-left:-moz-placeholder {
  text-align: left;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  font-size:12px;
}

.text-orange {
  color: #F89448;
}

.hide {
  display: none!important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.button-block {
  width: 100%;
}

.content.no-bottom {
  bottom: 0rem;
}

.dotted-line:before {
  content:'';
  height: 1px;
  display:block;
  border-top: 1px dashed #e5e5e5;
  margin-top: 60px;
  margin-bottom: 30px;
}

.bg-gray {
  background-color: #E5E5E5;
} 

.bg-white{
  background-color:#FFFFFF;
}

.shadow{
  box-shadow:3px 3px 3px #969495;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0;
}

.no-border {
  border: none;
}

.ko-line {
  border-top: 1px solid #E5E5E5;
}

.ko-bottom-line {
   border-bottom: 1px solid #E5E5E5;
}

.glyphicon {
  margin-right: 3px;
  color: #666;
}

.margin-top-70 {
  margin-top: 70px;
}

.left-padding{
  padding-left:15px;
}

.blue { 
  color:#205498;
}
.gray {
  color: #7d7d7d;
}

.img-full {
	width:100%;
	height:100%;
}

/**
 ***************************
 * KO Btn
 ***************************
 * mohanlan
 ***************************
 **/
 
.ko-btn-default {
  border-radius: 0;
  background-color: #DCDCDC;
  border-color: #CBCBCB;
}

.ko-btn {
  display: inline-block;
  width: 160px;
  height: 35px;
  margin-left: 20px;
  line-height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  border-radius: 0;
  text-align: center;
 
  border: 1px solid #BFBFBF;
  background-color: #F2F2F2;
  box-shadow: 0px -3px 10px #E0E0E0 inset;
}
.ko-btn:hover {
  color: #333;
  text-decoration: none;
}

.ko-btn-orange{
  border:1px solid #F68C36;
  background-color:#F68C36;
  color:#FFFFFF;
  box-shadow:none;
}
.ko-btn-orange:hover {
   color:#FFFFFF;
}

/**
 ***************************
 * KO pagination
 ***************************
 * cc_zhang
 ***************************
 **/
 
.page-btn-cont{
  float:right;
  margin-right:-25px;
  margin-top:30px;
  margin-bottom:100px;
}

.page-btn-cont ul{
  list-style:none;
  display:inline-block;
  margin-right:10px;
}

.page-btn-cont ul li{
  display:inline-block;
}

.page-btn-cont a{
  display:inline-block;
  border:1px solid #EEEEEE;
  padding:5px 15px;
  margin-left:10px;
  margin-right:10px;
  cursor:pointer;
  color:#000000;
}

.page-total{
  display:inline-block;
  margin-right:15px;
}

/**
 ***************************
 * KO Icon && KO label
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.icons {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 2px;
  width: 16px;
  height: 16px;
}

.icon-language {
  background: url(../image/icon/icon-language.png) no-repeat;
}

.icon-login {
  background: url(../image/icon/icon-login.png) no-repeat;
}

.icon-favorite {
  background: url(../image/icon/icon-favorite.png) no-repeat;
}

.icon-shop {
  background: url(../image/icon/icon-shop.png) no-repeat;
}

.icon-tianmao {
  width: 26px;
  background: url(../image/tianmao.png) no-repeat;
}

.icon-blog {
  width: 20px;
  height: 20px;
  background: url(../image/icon/icon-blog.png) no-repeat;
}

.icon-wechat {
  width: 20px;
  height: 20px;
  background: url(../image/icon/icon-wechat.png) no-repeat;
}

.icon-prev {
  background: url(../image/icon/icon-prev.png) no-repeat;
  background-size: contain;
  margin-right: 0;
}

.icon-next {
  background: url(../image/icon/icon-next.png) no-repeat;
  background-size: contain;
  margin-right: 0;
}

.icon-modify {
  background: url(../image/icon/icon-modify.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.icon-room {
  background: url(../image/icon/icon-three-bedroom.png) no-repeat;
  background-size: 100%;
}

.icon-style {
  background: url(../image/icon/icon-style.png) no-repeat;
  background-size: 100%;
}

.icon-room-size {
  background: url(../image/icon/icon-room-size.png) no-repeat;
  background-size: 100%;
}

.icon-price {
  background: url(../image/icon/icon-price.png) no-repeat;
  background-size: 100%;
}

.icon-audit-failed {
  background: url(../image/icon/icon-audit-failed.png) no-repeat;
  background-size: 100%;
}

.icon-audit-auditing {
  background: url(../image/icon/icon-audit-auditing.png) no-repeat;
  background-size: 100%;
}

.icon-audit-audited {
  background: url(../image/icon/icon-audit-audited.png) no-repeat;
  background-size: 100%;
}

.icon-audit-saved {
  background: url(../image/icon/icon-audit-saved.png) no-repeat;
  background-size: 100%;
}

.icon-delete {
  background: url(../image/icon/icon-delete.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.icon-batch-remove {
  background: url(../image/icon/icon-batch-remove.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.icon-house {
  background: url(../image/icon/icon-house.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.icon-b-prev {
  background: url(../image/icon/icon-left1.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
}

.icon-b-next {
  background: url(../image/icon/icon-right1.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
}
/**
 ***************************
 * ko label
 ***************************
 * cc_zhang
 ***************************
 **/
 
.labels{
  font-size:12px;
  font-weight:400;
  padding:2px 8px;
  border:none;
  border-radius:10px;
  background-color: rgba(0,0,0,.4); 
  position:absolute;
  top:-125px;
}

.label-reviewing{
  background-color: rgba(0,0,0,.4);
}

.label-loseReviewed{
  background-color:rgba(191,42,46,.4);
}

.label-identify {
  background: #63D099;
  position: static;
  color: #fff;
}

/**
 ***************************
 * KO Block title
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.ko-block-title {
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.ko-block-title .more {
  position: absolute;
  right: 15px;
  top: 0;
  display: inline-block;
  line-height: 26px;
  color: #333;
  font-family: "微软雅黑";
}

.ko-block-title h3 {
  font-family: "微软雅黑";
}

/**
 ***************************
 * KO Checkbox
 ***************************
 * mylan93@163.com
 ***************************
 **/
.ko-checkbox-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #999999;
} 

.ko-checkbox-btn.active:after {
  content: '\2714';
  display: block;
  width: 17px;
  height: 15px;
  position: absolute;
  top:-5px;
  left: 0px;
  color: #f00;
  font-weight: blod;
}

/**
 ***************************
 * KO Select2
 ***************************
 * mylan93@163.com
 ***************************
 **/
.select2-hidden-accessible {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 0px;
  box-shadow: 0px -3px 10px #DEDEDE inset;
  border: 1px solid #AEAEAE;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 38px;
  height: 38px;
  border-left: 1px solid #AEAEAE;
}

.info-province .select2-container{
  margin-right:20px;
}

/**
 ***************************
 * KO Shiftform
 ***************************
 * mylan93@163.com
 ***************************
 **/
.shiftform-backdrop .backdrop-content {
  border-radius: 0;
}

.shiftform-backdrop .backdrop-content p {
  font-size: 16px;
  font-weight: 500;
}

/**
 ***************************
 * KO Header
 ***************************
 * mylan93@163.com
 ***************************
 **/
/* 
.header {
  height: 30px;
  line-height: 30px;
  background-color: #232323;
 }
 
.header-wrap .login-menu a {
  display: block;
  float: left;
  padding: 0 10px;
  color: #B9B9B9;
  font-size: 12px;
  text-decoration: none;
  border-right: 1px solid #454545;
 }
 
.header-wrap a:first-child {
  border-left: 1px solid #454545;
}

.menu-wrap {
  width: 100%;
  background: #fff;
}

.menu-wrap .navbar-form {
  width: 151px;
}

.menu-wrap .input-group-addon {
  background: #fff;
  border: 1px solid #ccc;
  border-left: none;
  position: relative;
  right:1px;
}

.header-wrap {
  width: 960px;
  margin: 0 auto;
}
.ko-menu {
  width: 960px;
  margin: 0 auto;
  height: 90px;
  line-height: 90px;
  position: relative;
}

.offline-service {
  position: absolute; 
  right: -60px; 
  top: 0;
}

.ko-menu .navbar-nav a {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 120px;
  line-height: 90px;
  color: #383838;
  text-align: center;
}

.ko-menu .navbar-nav a:hover,
.ko-menu .navbar-nav a:focus {
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0);
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0 );
  background: -ms-linear-gradient(top, #dbdbdb, #f5f5f5);
  background: -moz-linear-gradient(top, #dbdbdb,#f5f5f5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdbdb),to(#f5f5f5));
  background: -webkit-linear-gradient(top, #dbdbdb,#f5f5f5);
}

.ko-menu .form-control {
  margin-right: -1px;
  border-right: 0;
  box-shadow: none;
}

.ko-menu .form-control:focus{
 border: 1px solid #ccc;
 shadow: 0;
 border-right: 0;
}  */
 
/*.head-wrapper {
  position:fixed;
  width:100%;
  z-index: 99;
  top:0;
}

.head-wrapper + div {
  margin-top: 121px;
}

.ko-header {
  position: relative;
  background-color: #232323;
}

.ko-header .login-panel {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 30px;
}

.ko-header .login-panel a {
  color: #ffffff;
  text-decoration: none;
}

.ko-header ul {
  position: absolute;
  top: 0;
  right: 10px;
  border-left: 1px solid #4d4d4d;
  text-align: center;
}

.ko-header li {
  padding: 10px 0;
  width: 118px;
  height: 30px;
  float: left;
  border-right: 1px solid #4d4d4d;
  opacity: 0.8;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  letter-spacing: 2px;
}

.ko-header i {
  position:relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.ko-header span {
  position: relative;
  top: -5px;
}

.ko-header .language i {
  background: url(../image/icon/icon-language.png) 0 0 no-repeat;
}

.ko-header .login i {
  background: url(../image/icon/icon-login.png) 0 0 no-repeat;
}

.ko-header .login {
  width:180px;
}

.ko-header .favorite i {
  background: url(../image/icon/icon-favorite.png) 0 0 no-repeat;
}

.ko-header .shop i {
  background: url(../image/icon/icon-shop.png) 0 0 no-repeat;
}

.ko-header .buy i {
  background: url(../image/tianmao.png) 0 0 no-repeat;
  width:26px;
}

.ko-nav {
  position: relative;
  background-color: #ffffff;
}

.ko-nav .nav-panel {
  position: relative;
  margin: 0 auto;
  width: 929px;
  height: 91px;
}

.ko-nav .index-logo-icon {
  margin:30px 0px 30px;
  width:185px;
  height:31px;
  float: left;
  background: url(../image/logo.png) 0 0 no-repeat;
  z-index: 3;
  background-size: contain;
}

.ko-nav ul {
  float: left;
  text-align: center;
}

.ko-nav li.ko-nav-li {
  padding: 38px 0px;
  width: 120px;
  height: 91px;
  float: left;
  font-size: 14px;
  line-height: 14px;
  cursor:pointer;
}

.ko-nav p {
  font-size: 14px;
  line-height: 14px;
}

.ko-nav .hovered {
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0);
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0 );
  background: -ms-linear-gradient(top, #dbdbdb, #f5f5f5);
  background: -moz-linear-gradient(top, #dbdbdb,#f5f5f5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdbdb),to(#f5f5f5));
  background: -webkit-linear-gradient(top, #dbdbdb,#f5f5f5);
}

.ko-nav .actived {

  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#dbdbdb, gradientType=0);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#dbdbdb, gradientType=0 );
  background: -ms-linear-gradient(top, #f5f5f5, #dbdbdb);
  background: -moz-linear-gradient(top, #f5f5f5,#dbdbdb);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5),to(#dbdbdb));
  background: -webkit-linear-gradient(top, #f5f5f5,#dbdbdb);

}

.ko-nav a {
  color: #232323;
  text-decoration: none;
}

.ko-nav .search-panel {
  cursor: pointer;
  position: relative;
  margin-left: 15px;
  top: 30px;
  width: 127px;
  height: 28px;
  float: left;
  background: url(../image/search.jpg) right top no-repeat;
  border: 1px solid #8A8787;
  border-radius: 3px;
}


.ko-search {
 display: none;
  position: absolute;
  top: 121px;
  width: 100%;
  height:99px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 999;
}

.ko-search .ko-searchpanel {
 position: relative;
  margin:0 auto;
  width: 940px;
  height:99px;
}

.ko-search .ko-searchbar {
 position: relative;
  margin:0 auto;
  top:25px;
  width: 500px;
  height:50px;
  border:1px solid #e5e5e5;
  border-radius:5px;
  background-color: #f5f5f5 
}

.ko-search input {
 position: absolute;
  padding:3px 21px;
  top:0;
 left:0;
 *top:16px;
  width: 400px;
  height: 44px;
  border:none;
  background-color: transparent;
  color:#898989;
  font-family: "Microsoft YaHei";
  font-size:13px;
  line-height:13px;
}

 .ko-searchicon {
  position:absolute;
  top:17px;
  right:15px;
  width:20px;
  height:20px;
  background:url(../images/search.png) 0 0 no-repeat;
  cursor: pointer;
}

.ko-searchhistory {
  display: none;
  position:absolute;
  left: 694px;
  margin:62px auto 0;
  width:370px;
  border:1px solid #e5e5e5;
  border-radius:5px;
  background-color:#ffffff;
  z-index:9999;
  font-size: 13px;
  line-height: 13px;
}

.ko-searchall {
  position:relative;
  margin: 0 auto;
  padding:20px 0 18px;
  border-top:1px solid #e5e5e5;
  height:20px;
  overflow:hidden;
  width:334px;
  color:#005ead;
  cursor: pointer;
  text-align: left;
}

 .ko-searchhistory ul {
  position:relative;
  margin: 25px auto;
  margin-left: 20px;
  width:340px;
  color:#898989;
}

.ko-searchhistory li {
  cursor: pointer;
  margin-top: 12px;
  text-align: left;
}

 .ko-searchhistory li:hover {
  background-color: #f5f5f5 
}

.ko-search_cancel {
  margin: -10px 162px 0 0;
  float: right;
  font-size: 13px;
  color: #313131;
}

::-webkit-input-placeholder {
  color: #898989;
  font-family: "Microsoft YaHei" 
}

:-moz-placeholder {
  color: #898989;
  font-family: "Microsoft YaHei" 
}

::-moz-placeholder {
  color: #898989;
  font-family: "Microsoft YaHei" 
}

:-ms-input-placeholder {
  color: #898989;
  font-family: "Microsoft YaHei" 
}

.head_wrapper .ko-menu-categroy{
  position:relative!important;
  top:0px!important;
}

.ko-submenu {
  display:none;
  position: fixed !important;
  top: 121px !important;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 10;
}

.home_page{
  z-index:999;
}

.ko-submenu .bathroom {
  height: 0px;

}

.ko-submenu .kitchen {
  height: 0px;
}

.ko-submenu .submenu-panel {
  position: relative;
  width: 960px;
  *width:970px;
  margin: 0 auto;
  overflow:hidden;
}

.ko-submenu ul {
  position: relative;
  width:960px;
  *width:970px;
  padding-top: 20px;
}

.ko-submenu.page-menu ul {
 padding-top: 0 
}

.ko-submenu li {
  margin-left: 10px;
  width: 230px;
  float: left;
}

.ko-submenu a {
  display: block;
  font-size: 12px;
  line-height: 12px;
  *line-height: 14px;
  margin-bottom: 10px;
  *margin-bottom:10px;
  color:#626262;
}

.ko-submenu a:hover {
  color: #005982;
}

.ko-submenu h5 .title {
  font-size: 14px;
  line-height: 14px;
  *line-height: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #232323;
}

.ko-submenu h5 .title:hover {
  color: #005982;
}

.ko-submenu h5 .images {
  font-size: 14px;
  line-height: 14px;
  *line-height: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #232323;
}

.ko-submenu h5 .images:hover {
  color: #005982;
}

.ko-submenu .list {
  margin-bottom: 20px;
  *margin-bottom:28px;
}

.ko-submenu .list.list20 {
  margin-bottom:10px;
}

p.topMenu a{
  font-size:22px;
  line-height:30px;
  padding-top:20px;
  padding-left:10px;
  margin-bottom:0px;
  font-weight:bold;
}

.ko-chat-icon {
  position: fixed;
   left:50%;
   top: 35px;
   margin-left: 475px;
   z-index:2;
}

*/

/**
 ***************************
 * KO Login Popup
 ***************************
 * mylan93@163.com
 ***************************
 **/
 /* product_popup start */
.product-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f232323,endColorstr=#5f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f000000,endColorstr=#5f232323);
  z-index:15;
}

.product-popup-map {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f232323,endColorstr=#5f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f000000,endColorstr=#5f232323);
  z-index:15;
}

.popup-panel {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 940px;
  height: 560px;
  background: #ffffff;
}

.popup-panel-map {
  visibility: hidden;
  position: relative;
  margin: 0 auto;
  width: 940px;
  height: 560px;
  background: #ffffff;
}

.product-popup .product-feature {
  top: 0;
  width:380px;
  height:560px;
}

.product-popup .product-bottom-btn {
  left: 30px;
  bottom: 30px;
}

.product-popup .product-car-btn {
  left: 30px;
  bottom: 87px;
}

.product-rightcontent .product-car-btn{
  bottom: 87px;
}

.product-popup .product-titles {
  width: 320px;
  margin: 20px auto 0;
}

.product-feature .product-titles h3 {
  font-size: 16px;
  line-height: 16px;
}

.product-feature .product-titles .color {
  margin-top: 28px;
}

.product-popup .product-btn-car {
  font-size: 14px;
  line-height: 14px;
}

.product-pop-details {
  position: relative;
  margin: 0 auto;
  padding-top: 54px;
  width:320px;
}

.product-pop-details h1 {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 24px;
}

.product-feature .product-pop-details p {
  padding-top: 7px;
  font-size: 12px;
  line-height: 24px;
  color: #626262;
}

.product-popup .product-car-btn {
  background: #205599;
  border-radius: 2px;
  width: 320px; 
}

.popup-register-panel .register-title .title {
  margin: 0;
  padding: 35px 0 32px;
}

.register_title .title { 
  font-size: 30px; 
  color: #232323; 
  margin: 5px 0 12px; 
}

.popup-register-panel {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 850px;
  max-height: 850px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
}

.popup-register-panel .register-title {
  width: 850px;
  height: 190px;
  background: url(../image/reg_bk.jpg) 0 0 no-repeat;
}

.popup-register-panel .register-title .title {
  margin: 0;
  padding: 35px 0 32px;
}

/*.popup-register-panel .register-title.login-title .title {
  padding-top: 0;
  }*/
.popup-register-panel .register-title .info {
  margin: 0;line-height: 24px;color: #313131;
}

.popup-register-panel .register-title .info.info-color1 {
  color: #959595;
}

.popup-reg-content {
  margin: 35px 0 0;
  height: 
}

.popup-reg-content .register-btn-panel {
  margin-bottom: 40px;
}

.popup-register-panel.member .popup-reg-content{ margin-bottom: 35px;
}

.popup-register-panel.login {
  width: 600px;height: 500px;
  } /* 娣诲姞楠岃瘉鐮佸姞澶у脊鍑哄眰楂樺害 */

.popup-register-panel.login .register-btn-panel {
  width: 600px;
}

.regline500 {
  margin:0 auto 40px;
  width:500px;height:1px;background-color:#e5e5e5;
  border: none;
  overflow: hidden;
}

.popup-register-panel .register-title.login-title {
  width: 600px;
  height: 178px;
  background: #ffffff;
}

/**
 ***************************
 * KO Footer
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.ko-footer { 
  position: relative;
  width: 100%; 
  margin-top: 70px;
  border-bottom: 1px solid #4d4d4d; 
  background-color: #232323; 
  letter-spacing: 1px; 
  }
  
.ko-footer .subnav { 
  position: relative;
  margin: 0 auto; 
  width: 960px; 
  height: 310px; 
  }
  
.ko-footer .layout { 
  position: relative;
   margin-top: 40px; 
   width:160px; 
   *width:155px; 
   float: left; 
}
   
.ko-footer .layout.about { 
  margin-left: 90px;
  *margin-left: 50px; 
}
  
.ko-footer h4 { 
  margin: 0;
  font-size: 14px; 
  line-height:14px; 
  font-weight: 900; 
  color: #f5f5f5; 
}
  
.ko-footer ul { 
  float:left; 
}
  
.ko-footer li { 
  margin-top: 20px; 
  width:160px; 
  *width:155px; 
  font-size: 12px; 
  line-height:12px;
  *line-height: 14px; 
  color: #a0a0a0;
}

.ko-footer a:link { 
  color: #a0a0a0; 
  }
  
.ko-footer a:visited { 
  color: #a0a0a0; 
  }
  
.ko-footer a:hover {
  color: #005982;
  text-decoration: none;
  }
  
.ko-footer a:active {
  color: #a0a0a0;
  }
  
/* .ko-footer .layout.brand {
  margin-left: 80px; 
  }
  
.ko-footer .layout.media { 
  margin-left: 80px; 
  } */
  
.ko-footer .layout.media i { 
  position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  
.ko-footer .layout.media a { 
  position: relative; 
  }
  
.ko-footer .layout.media .blog { 
  margin-top: 15px; 
  }

  
.ko-footer .blog i { background: url(http://www.shzhencen.com/images/icon_blog.png) 0 0 no-repeat; }
.ko-footer .wechat i { background: url(http://www.shzhencen.com/images/icon_wechat.png) 0 0 no-repeat; }

  
.ko-footer .layout.media span { 
  top: -4px; 
  left: 30px; 
  width: 160px; 
  font-size: 12px; 
  line-height: 12px;
  *top:3px;
}
   
.ko-footer .layout.media span:hover { 
  color:#005982; 
}

.ko-footer .wechatCode {
  position: absolute; 
  right:60px; 
  bottom: 75px;
  z-index:5;
  display: none;
}


.ko-footer .tell{font-size: 14px;line-height: 14px;margin-left: 40px;}
.ko-footer .tell li{margin-bottom: 2px;position:relative;margin-top: 0;} 
.ko-footer .tell li b{color: #f5f5f5;} 
.ko-footer .tell li:nth-child(1), .ko-footer .tell li:nth-child(3){font-size:12px;}
.ko-footer .tell li:nth-child(2), .ko-footer .tell li:nth-child(4){font-size:20px;line-height:26px;margin-bottom: 14px;}
.ko-footer .tell li:nth-child(5){line-height: 1.5;}

/* pub_copyright start */
.pub-copyright { 
  width:100%; 
  background-color: #fff; 
}

.pub-copyright .copyright { 
  margin: 0 auto; 
  width: 960px; 
  height: auto; 
 }
 
.pub-copyright p { 
  padding-top: 10px; 
  text-align: center; 
  font-size: 10px; 
  line-height:10px; 
  color: #e5e5e5; 
  }


/**
 ***************************
 * KO Breadcrumb
 ***************************
 * mylan93@163.com
 ***************************
 **/



.ko-breadcrumb {
  position: fixed;
  top: 120px;
  width: 100%;
  z-index: 10;
  font-weight: 500;
  background-color: #f5f5f5;
  
}

.ko-breadcrumb .breadcrumb {
  padding: 18px 15px 18px 0;
  margin: 0;
}

.breadcrumb li, .breadcrumb li a{
  font-size: 12px;
  color: #000;
}

.breadcrumb > .active {
  color: #000;
}

.breadcrumb li a:hover {
  color: #005982;
}

.breadcrumb > li + li:before {
  content: '';
  position: relative;
  top: 1.5px;
  padding: 0;
  display: inline-block;
  float: left;
  width: 8px;
  height: 12px;
  margin: 0 8px 0 8px;
  background: url(../image/icon/arrow2.png) no-repeat;
}

.breadcrumb > li a:visited,
.breadcrumb > li a:active {
  text-decoration: none;
}

/**
 ***************************
 * KO Share
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.dialog-info .share ,.designer-submenu .share {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/icon/product_btn2.gif) no-repeat;
  background-size: contain;
}
.share:link,.share:visited,.share:hover,.share:active {
  text-decoration: none;
  color: #333;
}
.collection {
  position: fixed;
  top: 405px;
  left: 50%;
  margin-left: 495px;
}

.collection .sharenav { 
  width:160px; 
  -webkit-box-shadow: 1px 2px 2px #e4e1e1;
  -moz-box-shadow: 1px 2px 2px #e4e1e1;
  box-shadow:1px 2px 2px #e4e1e1; 
  background:#fff; 
  font-size:12px; 
  color:#2058a1; 
  line-height:36px; 
  padding:10px 20px; 
  display:none; 
  z-index:9999;
}

.collection .sharenav li { 
  background:url(../image/collectionbg.png) no-repeat; 
  height:34px; 
  line-height:32px; 
  padding-left:34px; 
  cursor:pointer;
  text-align: left;
  
}

.collection .sharenav li a {
  font-size: 12px;
  color: #23527c;
}

.collection .sharenav li.title { 
  background:none; 
  border:none; 
  height:40px; 
  text-align:left; 
  padding-left:0px; 
  line-height:36px;
}

.collection .sharenav li.sina { 
  background-position:-199px 4px ;
}

.collection .sharenav li.weixin { 
  background-position:-199px -31px ;
}

.collection .sharenav li.email { 
  background-position:-199px -65px ;
}
  
.collection .sharenav li.douban { 
  background-position:-199px -99px ;
}

.collection .sharenav li.qq { 
  background-position:-199px -133px;
}

.collection .sharenav.sharenav-fix {
  top:42px;
}

.must { 
  color:#F00;
}

.editcont { 
  background:#fff; 
}

.section .row{
  margin-bottom:15px;
  line-height:38px;
  margin: 0;
}

.section .row .textright{
  color:#205498;
  display:block;
  float:right;
  font-size:12px;
}

.section .text{ 
  color:#7d7d7d;
  line-height:24px;
  padding-bottom:10px;
}
.section .text .name{ 
  color:#205498;
  font-size:16px;
}

.section  a {
  text-decoration: none;
}

.code .blue:active {
  color: #f00;
}

.editcont .section .code input{ 
  width:250px;
}

.editcont .codeimg{ 
  height:38px;
  border:1px solid #9c9c9c;
  width:138px;
  float:right;
}

.section .row input{ 
  width:100%;
  line-height:38px;
  padding: 8px 10px;
  line-height:38px/9;
  border:1px solid #e5e5e5;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-family:"寰蒋闆呴粦";
  outline:none;
  padding-left:5px;
  margin-left:0px;
   
}

.section .row textarea{ 
  width: 100%;
   height:140px;
   line-height:22px;
   border:1px solid #e5e5e5;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  resize:none;
  font-family:"寰蒋闆呴粦";
  margin-left:0px;
  overflow:auto;
}

.section .row .delete{
  bckground:url(../images/collection/collectionbg.png)  -76px -98px no-repeat;
  height:45px;
  width:100px;
  text-align:center;
  cursor:pointer;
  border:none;
  outline:none
}

.section .row .note{
  margin-left:30px;
  color:#7d7d7d; 
}

.laterbtn { 
  margin-bottom:20px;
  margin-left: 190px;
}

.laterbtn input[type=button]{
  background:url(../image/collectionbg.png) -76px -161px no-repeat;
  border:none;
  outline:none;
  cursor:pointer;
  height:45px;
  width:100px;
  padding:0px;
  font-family:"寰蒋闆呴粦";
  color:#fff;
}

.successful{ 
  position: fixed;
  top: 50%;
  margin-top: -150px;
  width:400px;
  height:200px;
  background:#fff;
  padding:50px 0px;
  display:none;
}

.successful .cont{ 
  padding-left:155px;
   height:130px;
   border-bottom:1px solid #e5e5e5;
   background:url(../image/collectionbg.png) 30px -260px no-repeat;
   color:#7d7d7d;
}

.successtext{ 
  width:100%;
  color:#205598;
  font-size:26px;
  display:block;
  padding-bottom:20px;
}

.successful .laterbtn{ 
  width:100px;
  margin:30px auto;
}

.sharenav a {
  text-decoration: none;
}

/**
 ***************************
 * KO Page
 ***************************
 * mohanlan
 ***************************
 **/
.pagination {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pagination > li > a, 
.pagination > li > span {
  margin: 0 5px;
  color: #ACACAC;
  padding: 4px 12px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin: 0 10px 0 0;
  border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin: 0 0 0 10px;
  border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #fff;
  border-color: #D7D7D7;
  color: #333;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333;
}

.pagination > li > .apostrophe {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: transparent;
}

.pagination > li > .apostrophe:hover {
  background: transparent;
  color: #ACACAC;
}

/**
 ***************************
 * KO Banner
 ***************************
 * mylan93@163.com
 ***************************
 **/
.carousel {
  margin-top: 176px;
} 
.carousel-control {
  opacity: 1;
}
.carousel-indicators {
  height: 23px;
  line-height: 23px;
}
.carousel-indicators li {
  margin:1px 3px;
}

.carousel-indicators .active {
  /* width: 16px;
  height: 16px; */
   transform:scale(1.3);
  -ms-transform:scale(1.3);   /* IE 9 */
  -moz-transform:scale(1.3);  /* Firefox */
  -webkit-transform:scale(1.3);/* Safari 和 Chrome */
  -o-transform:scale(1.3);  
}

.carousel-control .icons {
  position: absolute;
  top: 50%;
  margin-top: -20px;
 }
 
.carousel-control.left ,.carousel-control.right{
  background: transparent;
}

.carousel-control:hover,
.carousel-control:focus {
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
 
/**
 ***************************
 * KO Modal
 ***************************
 * mohanlan
 ***************************
 **/

.ko-modal.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}

.ko-modal .modal-header {
  background-color: #E0E0E0;
  color: #383838;
  font-size: 14px;
  border-bottom: 0px;
  padding: 20px 15px;
}

.ko-modal .modal-header .close {
  font-size: 40px;
  height: 40px;
  margin-top: -10px;
}

.ko-modal .modal-content {
  border-radius: 0;
}

.ko-modal .modal-footer {
  border-top: 0px;
  border-radius: 0;
}
.ko-modal .modal-body {
  padding: 30px;
}
 
.dl-horizontal dd a.on {
  color: #F7B384;
}


/*email-modal*/
.ko-email-modal .modal-content {
  width: 570px;
  min-height: 310px;
  max-height: 610px;
  overflow-y: scroll;
  padding: 50px 75px;
}
.ko-email-modal .modal-body {
  padding: 0;
  margin-top: 20px;
}

.ko-email-modal .modal-header {
  background: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
}

.ko-email-modal .modal-title {
  font-size: 26px;
  height: 55px;
  color: #383838;
}
.ko-email-modal .modal-header .close {
  opacity: 1;
  margin-top: -6px;
}
.ko-email-modal .close-img {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(../image/collectionbg.png) 1px -75px no-repeat;
  cursor: pointer;
  margin-top: 5px;
}

/**
*************************
* District modal
*************************
**/

.district-modal .modal-header {
  background: #323232;
  padding: 15px 15px;
  color: #fff;
}

.district-modal .modal-content {
  border: none;
}

.ko-modal .district-modal .close {
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  font-weight: normal;
  font-size: 30px;
}

.district-modal .modal-title {
  text-align: left;
}

.ko-modal .district {
  border-top:1px dashed #eee;
  margin-top: 15px;
  margin-right: 0;
  margin-left: 0;
}

.ko-modal .district > label { 
  margin-top: 8px;
}

.ko-modal .district-list {
  margin-bottom: 0;
  margin-top: 5px;
}

.ko-modal .district a {
  display: inline-block;
  margin: 6px;
  font-size: 13px;
  color: #666666;
  /* font-family: 'Microsoft YaHei'; */
}

.district-btn {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #F68C36;
}

/**
 ***************************
 * KO Form
 ***************************
 * mylan93@163.com
 ***************************
 **/

.ko-form .form-control {
  border-radius: 0px;
  border: 1px solid #999;
  box-shadow: none;
  height: 40px;
}

.ko-form .personal-profile {
  padding-top: 7px;
  display: inline-block;
  font-weight: bold;
}

label.profile-checkbox{
  margin-right:40px;
}

.profile-checkbox input{
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

.placeholder-orange::-webkit-input-placeholder{
  color:#F89448;
  font-size:12px;
}

.ko-form .form-group {
  position: relative;
  margin-bottom: 35px;
}

.ko-form .control-label {
  font-size: 14px;
}

.form-bottom-btn {
  margin-top: 50px;
  margin-bottom: 120px;
}

.ko-form textarea {
  margin-top: 2px;
}

.ko-form .help-block {
  margin-bottom: -20px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
}
/**
 ***************************
 * KO Case Module
 ***************************
 * mylan93@163.com
 ***************************
 **/
.cases-list, .download-list
 {
  margin-right: -30px;
}

.ko-material .download-list {
  margin-right: 0;
}

.cases-list-item {
  position: relative;
  margin-bottom: 30px;
}

.cases-list-item .shade-wrap{
  margin-left:12px;
  margin-right:12px;
  position:relative;
}

.cases-list-item .shade{
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  bottom: 0px;
  color: #fff;
  /* background-color: rgba(100,100,100,.2);  */
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0,0,0,.75) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0,0,0,.75) 100%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0,0,0,.75) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0,0,0,.75) 100%);
}

.cases-list-item .shade-body,
.cases-list-item .shade-header{
  position:absolute;
  bottom: 5px;
}

.cases-list-item .shade-title {
  font-size: 15px;
}
.cases-list-item .shade-icon{
  font-size: 12px;
  margin-top: 5px;
 /*  margin-right: 15px; */
}

/* .cases-list-item .shade-icon span{
  margin-right: 2px;
} */

.shade-body {
  width: 100%;
  padding-left: 10px;
}

.shade-header{
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.shade-icon a{
  color:#fff;
  text-decoration:none;
}

.case-wrap .cases-list-item {
  padding: 0;
  height: 190px;
}

.case-wrap .cases-list-item .shade-wrap{
  margin-left: 5px;
  margin-right: 5px;
  height: 220px;
}

.index-cases-list .cases-list-item .shade-wrap {
  margin-right: 5px;
  margin-left: 5px;
  height: 220px;
}

.well-known-designers .cases-list-item {
  margin-bottom: 10px;
}

.index-download > div:first-child {
  margin-left: -15px;
}

/* .index-cases-list .shade-icon span,
.case-wrap .shade-icon span {
  display: inline-block;
} */

.index-cases-list img {
  width: 100%;
  height: 100%;
}

/**
****************************
* KO Card
****************************
*cc_zhang
****************************
**/

.activities-info{
  padding-bottom:30px;
}

.kill-margin{
  padding-left:0px;
  padding-right:0px;
}

.p-title{
  font-size:20px;
  font-weight:bold;
  display:inline-block;
}

.activity-card{
  margin-bottom:50px;
  background-color:#fff;
  height: 286px;
}

.activity-card img{
  width:100%;
  height: 100%;
}

.activity-card a{
  color:#333;
  text-decoration:none;
}

.pages-info{
  padding:40px 20px 0 20px;
  background-color:#FFFFFF;
}

.pages-info > .title {
  height: auto;
}

.pages-info > p{
  margin:0;
  line-height:24px;
}

.pages-info > p.address {
  height: 70px;
  overflow: hidden;
}

.title{
  font-size:16px;
  font-weight:bold;
}

.pages-info hr{
  border:none;
  border-top:1px solid #666666;
  margin-bottom:5px;
}

.position{
  font-size:14px;
  color:#F4A666;
}

.position .glyphicon {
  color:#F4A666;
}

.position p{
  display:inline-block;
  margin-bottom:5px;
}

.btn-more{
  display: inline-block;
  margin-top: 5px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  padding:5px 20px;
  font-weight:bold;
  border:1px solid #BFBFBF;
  background-color:#EFEFEF;
  box-shadow: 0px -3px 10px #E0E0E0 inset;
  color: #333;
  text-decoration:none;
}

.activities-info .btn-more {
  margin-top: 30px;
}

.activity-wrap .btn-more {
  transform: initial;
  -webkit-transform: initial;
  display: block;
  margin: 10px auto 0;
}
/**
****************************
* KO Material
****************************
* cc_zhang
****************************
**/

/* .download-list img{
  width:100%;
  height: 190px;
} */

.download-list a{
  color:#333;
  text-decoration:none;
}

.block{
  background-color:#EFEFEF;
}

.block hr{
  border:none;
  border-top:1px solid #D9D9D9;
}

.block-content{
  padding-bottom:20px;
  margin:20px 15px 30px;
}


.block-content hr{
  margin-top:10px;
  margin-bottom:10px;
}

.block-content p{
  font-size:12px;
  /* font-weight:bold; */
  line-height:12px;
}

.block-content p:first-child{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-size:16px;
  font-weight: bold;
  line-height:18px;
}

.block-margin{
  padding-right:0px;
}

.material-wrap {
  position: relative;
}

.material-wrap > div {
  min-height: 380px;
}
.material-wrap .block-content button {
  position: relative;
  left: 50%; 
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.material-wrap .block-content hr {
  margin: 12px 0; 
}


/**
 ***************************
 * KO Design Idea
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.content-wrapper {
  position: relative;
}

/* pub_totop start */
.pub-totop  {
  position: absolute;
  left:50%;
  bottom: 40px;
  margin-left: 500px;
  width: 60px;
  text-align: center;
 }
 
.pub-totop .totop-btn  {
  cursor: pointer;
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  background-color: #f0f2f3;
  border-radius: 2px;
 }
 
.pub-totop .totop-btn img  {
  padding: 20px 0px 0px 0px;
  
 }
 
.pub-totop span  {
  width: 60px;
  font-size: 12px;
  line-height: 12px;
 }
 

.design-idea ul, .design-idea li  {
  margin: 0;
  padding: 0;
  list-style: none;
 }
 
.design-idea ul {
  float:left;
  width:33.33333%;
}

.design-idea ul li a {
  position:relative;
  width:100%;
  cursor:pointer;
  display:block;
}

.design-idea ul li img {
  width:100%;
  display:block;
}

.design-idea ul li a .name {
  position:absolute;
  top:0px;
  left:0px;
  font-size:41px;
  text-align:center;
  color:#fff;
  width:100%;
  height:100%;
  display:none;
  background:rgba(0,0,0,0.6);
  line-height:100%;
  vertical-align:middle;
 }
 
.design-idea ul li a .name span{
  display:inline-table;
  padding-top:35%;
}

.design-idea ul.big li a .name span{
  padding-top:60%;
}

.design-idea ul li a:hover .name {
  display:block;
}

.idea-layer{
  background:rgba(0,0,0,0.6);
  width:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:99;
  height:100%;
  display:none;
}

.idea-layer .layer-cont {
  background:#fff;
  width:1207px;
  margin:0 auto;
  margin-top:170px;
  position:relative;
  overflow:hidden;
}


.idea-layer .layer-cont .show-detal-img .proDetalImg {
  width:616px;
  background:#e8e8e8;
  height:705px;
  overflow:hidden;
  vertical-align:middle;
  text-align:center;
  *display: block;
  *font-size: 500px;
  *font-family:Arial;
}

.idea-layer .layer-cont .show-detal-img img {
  display:inline;
  width:616px;
}

.idea-layer .layer-cont .show-layer-cont {
  float:left;
  width:541px;
  overflow:hidden;
  padding-left:50px;
  color:#767676;
}

.idea-layer .layer-cont .show-layer-cont .e-name {
  font-size:82px;
  width:440px;
  line-height:88px;
  font-weight:bold;
  padding-top:45px;
}

.idea-layer .layer-cont .show-layer-cont .c-name {
  font-size:50px;
  font-weight:bold;
 }
 
.idea-layer .layer-cont .show-layer-cont .c-name span {
  font-size:16px;
  font-weight:bold;
  padding-left:15px;
}

.idea-layer .layer-cont .show-layer-cont .pro-intro {
  font-size:16px;
  padding:20px 50px 50px 0;
}

.idea-layer .layer-cont .show-layer-cont .detail-img img {
  display:block;
  float:left;
  width:238px;
  cursor:pointer;
}

.idea-layer .layer-cont .show-layer-cont .detail-img img.second-img {
  padding-left:8px;
}

.idea-layer .layer-cont .clear {
  padding:0;
}

.idea-layer .layer-cont .closed-layer {
  position:absolute;
  right:0px;
  top:0px;
  cursor:pointer;
}

.idea-layer .layer-cont  li.actived {
  display:block;
}

.idea-layer .layer-cont  li {
  display:none;
}

.idea-layer .show-prev {
  cursor:pointer;
  position:absolute;
  top:445px;
  left:25px;
}

.idea-layer .show-next {
  cursor:pointer;
  position:absolute;
  top:445px;
  right:25px;
}

/**
 ***************************
 * KO Design Center
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
/* main start */

.designer-center {
   width:1200px; 
   margin:0 auto 42px;
}

.designer-center p {
  margin: 0;
}

.designer-center .item-list {
 /*  height:257px;  */
  line-height:257px; 
  padding:23px 0 21px 136px; 
  border-bottom: 1px solid #f1f1f1; 
  cursor: pointer;
  }
  
.designer-center .item-list .item-l {
  width:192px; 
  float: left; 
  margin:75px 70px 0 0;
  }
  
.designer-center .item-list .item-l .eg {
  font-size:40px; 
  color: #000000; 
  line-height: 38px;
  }
 
.designer-center .item-list .item-l .ch {
  font-size:16px; 
  color: #000000; 
  line-height: 32px;
  }
  
.designer-center .item-list .item-l .txt {
  font-size:13px; 
  color: #767676; 
  line-height: 22px;
  }
  
.designer-center .item-list .item-c {
  width:423px; 
  height:256px; 
  line-height:256px; 
  background-color: #f8f8f8; 
  text-align: center; 
  float: left;
  }
  
.designer-center .item-list .item-c img {
  width:353px; 
  height:201px; 
  vertical-align: middle; 
  display: inline-block; 
  border-radius: 5px;
  }
  
.designer-center .item-list .arrow {
  width:42px; 
  height:28px; 
  vertical-align: middle; 
  display: inline-block; 
  background:url(../feeling/images/designerActivities/dc_a_r.png) no-repeat; 
  margin-left:207px;
  }

.designer-center .item-list:hover {
  background-color: #f7f7f7; 
  box-shadow:0 -5px 20px #f2f2f2; 
  position: relative; 
  z-index:999;
  }
  
.designer-center .item-list:hover .item-c {
  background-color: #fff;
  }
  
.designer-center .item-list:hover .arrow {
  background:url(../feeling/images/designerActivities/dc_a_r02.png) no-repeat; 
}
/*璁捐涓績灞曠ず-end*/


/**
 ***************************
 * KO Award List
 ***************************
 * cc_zhang
 ***************************
 **/

/*绉戝嫆濂栭」 start*/
.get-awards-cont .awards-ul{ 
  padding-top:50px; 
  width:1000px; 
  margin:0 auto;
  margin-bottom:30px;
}

.get-awards-cont .awards-ul .title{
  padding:40px 0 0 68px; 
  height:209px; 
  overflow:hidden; 
  font-size:15px; 
  background:#f4f5f6;
}

.get-awards-cont .awards-ul .title.red{ 
  background:#e9262c; 
  color:#fff;
}

.get-awards-cont .awards-ul .title.red span{ 
  border-top:2px solid #fff;
}

.get-awards-cont .awards-ul .title span{ 
  display:block; 
  width:300px; 
  line-height:45px; 
  border-top:2px solid #aaabac; 
  margin-top:25px;
}

.get-awards-cont .awards-ul li { 
  width:328px; 
  float:left; 
  text-align:center; 
  padding-top:45px;
  font-size:13px;
  color:#5a5a5a; 
  margin-right:8px;
}
 
.get-awards-cont .awards-ul li img{ 
  width:326px; 
  height:250px; 
  border:1px solid #e5e5e5;
}

.get-awards-cont .awards-ul li p{ 
  font-size:34px; 
  font-weight:bold; 
  line-height:48px; 
  padding-top:30px;
  color:#000; 
  padding-bottom:50px;
  }
  
.get-awards-cont .awards-ul li span{
  border-bottom:2px solid #000; 
  padding-bottom:20px;
}

.get-awards-cont .awards-ul li span.intro{
  color:#000; 
  border:none; 
  display:block; 
  padding-bottom:5px;
}
/*绉戝嫆濂栭」 end*/


/**
 ***************************
 * Index
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.ko-content .cases-list-item {
  width: 32.2%; 
  float: left;
  padding: 0;
  margin-right: 10px;
  box-shadow: 3px 3px 3px #969495;
}

.famous-item {
  margin-right: -15px;
  margin-left: -15px;
  height: 286px;
}

.famous-item img {
  width: 100%;
  height: 286px;
}

.famous-item .pages-info {
  padding-top: 20px;
}

.famous-item hr {
  margin: 10px 0;
}

/*********************
* famous designer 
*********************/

.designer-card {
  text-align: center;
  position:relative;
  padding-bottom:15px;
}

.designer-card .username {
  font-size:16px;
  font-weight:bold;
  margin:40px 0;
}

.designer-card .user-info {
  font-size:14px;
}

.designer-card .btn-more {
  display: inline;
}

.designer-address {
  margin-top:-15px;
  float:right;
}

.designer-address p {
  display:inline-block;
  font-size:12px;
}

.avatar-index {
  position:absolute;
  top:-70px;
  left:90px;
  width:100px;
  height:100px;
  border:2px solid #FAFFFA;
  border-radius:50px;
  box-shadow:0 0 3px #CFCFCF;
  overflow: hidden;
}

.avatar-index img {
  width:100%;
  overflow:hidden;
  height:initial;
}



/**
 ***************************
 * designer list
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.conditional-list .dl-horizontal {
 margin-bottom: 18px;
}
 
.conditional-list {
  margin-top: 40px;
  margin-bottom: 40px; 
}


.dl-horizontal dt {
  width: 70px !important;
  font-weight: normal;
  font-size: 15px;
}

.conditional-list .dl-horizontal dd {
  margin-left: 80px;
}

.dl-horizontal dd a {
  display: inline-block;
  padding: 2px 3px;
  margin: 0 2px;
  font-size: 15px;
  color: #181818;
}

.designer-infos {
  padding: 10px 0 10px 20px;
  height: 175px;
  width:400px;
  overflow: hidden;
}

.designer-infos > ul {
  width: 250px;
  height:155px;
  overflow: hidden;
}

.designer-infos > div > a img {
  margin-right: 25px;
  margin-bottom: 10px;
}

.designer-infos div > div  a{
  color: #333;
  text-decoration: none;
}
.designer-infos li {
  font-size: 12px;
  line-height: 25px;
}

.designer-work div:last-child{
  margin-left: 20px;
}

.designer-list .list-group-item {
  padding: 5px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 3px 3px 3px #969495;
}

.designer-list {
  padding-bottom: 35px;
}

.hot-city a:last-child {
  color: #26588B;
}

/**
 ***************************
 * designer view
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.designer-introduced {
  position:relative;
  display: block;
  text-align: center;
  background:url(../image/banner.jpg) no-repeat;
  background-size: 100%;
  color: #fff;
  font-size: 14px;
  padding: 40px 0 30px;
  line-height: 24px; 
}

.designer-cover {
  position: relative;
  display: inline-block;
}

.location {
  display: inline;
  position: absolute;
  bottom: 0px;
  right: -90px;
  color: #fff;
}

.designer-name {
  font-size: 18px;
  margin-right: 10px;
}

.stylist-infos {
  line-height: 30px;
}

.stylist-infos p {
  margin: 0;
  line-height: 28px;
}

.designer-submenu {
  padding: 50px 0 20px;
}
.designer-submenu .nav-tabs {
  display: inline-block;
  border-bottom: none;
}

.nav-tabs > li > a {
  border: none;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
  border: none;
  background:none;
}

.nav-tabs > li > a:hover, li.active > a:focus {
  background: none;
  
}

.designer-submenu .nav-tabs > li.active > a{
  color: #F99348;
  font-size: 16px;
}


.designer-submenu a{
	color:#F79647;
	margin-right:30px;
	font-size:16px;
}

.designer-submenu a:link,
.designer-submenu a:active,
.designer-submenu a:hover,
.designer-submenu a:visited{
	color:#333;
	text-decoration:none;	
	font-size: 14px;
}

.designer-submenu button {
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.designer-submenu a.active{
	color:#F59548;
}

.designer-desc h4 a{
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.designer-desc p {
  padding-top: 15px;
  line-height: 24px;
}

.designer-desc p a {
  color: #333;
  text-decoration: none;
}

.designer-desc span {
  margin: 0 7px;
}

.designer-desc span:last-child {
  margin-right: 0;
}

.products-picture { 
  margin-top: 20px;
  margin-left: -20px;
}

.products-picture div {
  display: block;
  float: left;
  width: 31.2%;
  height: 280px;
  margin-left: 20px;
}

.products-picture a img {
  display: block;
  width: 100%;
  height: 100%;
}

.products-picture img:first-child {
  margin-left: 0;
}

.designer-desc .list-group-item {
  margin-top:1px;
  padding: 0;
  padding-bottom: 30px;
  padding-top: 10px;
  border: none;
  border-top: 1px solid #E5E5E5;
}

.designer-desc .list-group-item:first-child {
  border-top: none;
}

.designer-submenu > span a {
  text-decoration: none;
  color: #333;
}

.designer-submenu .nav-tabs a {
  display:inline-block;
  padding: 7px 0;
  margin-right: 40px;
  color: #171717;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  bordder: none;
}

.designer-submenu a.ko-btn-consul{
  width: 160px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 5px;
  background: url(../image/designer-btn.gif) no-repeat;
  background-size: cover;
 /*  background-color: #F77071; */
  color: #000;
  
}

/**
****************************
* Case view
****************************
* cc_zhang
****************************
**/
.dialog-info .share {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/icon/product_btn2.gif) no-repeat;
  background-size: contain;
}

.detail-header {
  margin-top: 25px;
}

.detail-header h3,.detail-header ul{
  display:inline-block;
}

.detail-header ul{
  list-style:none;
  padding:1px 10px;
  background-color:#E0E0E0;
  border-radius:20px;
  float:right;
  margin-top:25px;
}

.detail-header>ul li{
  font-size:12px;
  font-weight:bold;
  display:inline-block;
  padding:0px 5px;
  position:relative;
}

/* .detail-header>ul li:after{
  content:'';
  width:2px;
  height:14px;
  background-color:#000000;
  position:absolute;
  left:70px;
  top:1px;
} */

.detail-header .last:after{
  display:none;
}

.dialog{
  width:140px;
  position:fixed;
  left: 50%;
  margin-left: 495px;
  top: 220px;
  z-index: 900;
  background: #fff;
}

.interaction a, .interaction a:hover, .interaction a:visited, .interaction a:link, .interaction a:focus{
  color:#333;
}

.avatar{
  width:80px;
  height:80px;
  border-radius:100px;
  border:5px solid #E5E5E5;
  position:absolute;
  left:25px;
  top:-45px;
  overflow:hidden;
}

.avatar img{
  width:100%;
}

.dialog-info{
  padding:35px 5px 10px;
  border:5px solid #E5E5E5;
  width:140px;
  position:relative;
}

.user{
  font-size:16px;
  font-weight:bold;
}

.interaction p{
  width:50%;
  float:left;
}

.interaction p span{
  display:inline-block;
}

.interaction p span{
  margin-right: 5px;
}

.interaction-qrcode {
  width: 100%;
  height: 500px;
  padding-top: 115px;
  text-align: center;
  background-image: url("../image/07.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.interaction-qrcode img {
  width: 250px;
  height: 250px;
  border: 5px solid #d9d9d9;
}

.interaction-qrcode p {
  color: #fff;
  line-height: 45px;
  font-size: 25px;
  font-weight: lighter;
}

/* .btn-construct{
  font-weight:bold;
  font-size: 14px;
  border:1px solid #BFBFBF;
  padding: 5px 20px;
  background-color:#EFEFEF;
  box-shadow: 0px -3px 10px #E0E0E0 inset;
  color:#333;
} */

.btn-construct{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight:bold;
  font-size: 12px;
  padding: 0px 10px;
  background: url(../image/designer-btn.gif) no-repeat;
  background-size: cover;
  color:#000;
}
  
 .btn-construct:link,.btn-construct:visited,.btn-construct:hover, .btn-construct:active{
  text-decoration:none;
  color: #000;
}

.para{
  font-size:12px;
  line-height:24px;
  margin-top:30px;
  margin-bottom:20px;
  text-indent:24px;
}

img.para{
	width:100%;
}

.para p{
  margin-bottom:0px;
}

/**
****************************
* Case list
****************************
* mylan93
****************************
**/

.designer-works .cases-list {
	margin-left: -5px;
}
.designer-works .cases-list-item {
	height: 222px;
}

.designer-works .shade-icon span{
  float:left;
}

/**
 ***************************
 * Activity list
 ***************************
 * cc_zhang 
 ***************************
 **/

.more-works{
  display:block;
  margin:0 auto;
  margin-top:50px;
  margin-bottom:100px;
  font-size:20px;
  font-weight:bold;
  padding:15px 80px;
  background-color:#FFFFFF;
  border:1px solid #000000;
}
.activity-page a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  margin-right: 25px;
  font-weight: 500;
}
.activity-page a.active {
  color: #F99348;
}

/**
 ***************************
 * Activity view
 ***************************
 * cc_zhang 
 ***************************
 **/
 
.activity-view a{
   text-decoration:none;
   color:#333;
}
 
.btn-participate {
  position: relative;
  float: right;
  width: 90px;
  height: 90px;
  font-size: 14px;
  color: #FFFFFD;
  text-align: center;
  vertical-align: middle;
  border: 7px solid #FFDFC6;
  border-radius: 100%;
  background-color: #F8A563;
  
}
 
.btn-participate a {
  display: inline-block;
  padding: 20px 5px;
  color: #fff;
  
}
 
 

/**
 ***************************
 * Interaction
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
.activity-wrap {
  width: 1280px;
  margin: 0 auto 30px;
 
}
.tool-wrap {
  border-bottom: 1px solid #d9d9d9;
}

.professional-tool {
  width: 942px;
  margin: 0 auto;
}

.professional-tool h3 {
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  color: #000;
}

.professional-tool .tool-item{
  display: block;
  float: left;
  width: 312px;
  height: 300px;
  margin: 10px 2px 30px 0;
  color: #626262;
  font-size: 0;
  text-decoration: none;
}
 
 .professional-tool .tool-txt {
  display: block;
  cursor: pointer;
  width: 312px;
  height: 80px;
  text-align: center;
  font-size: 14px;
  line-height: 80px;
  color: #626262;
}
 .tool-item:hover div{
  color: #005982;
}
 
 .interaction-page .btn-more{
  display:block;
  margin:10px auto 0;
  transform: inherit;
  -webkit-transform: inherit; 
}

/**
 ***************************
 * Profile personal information
 ***************************
 * mylan93@163.com
 ***************************
 **/
 
 
 .designer-submenu.profile-submenu a{
  font-size: 16px;
 }
 .manage-title{
  margin-bottom:40px;
  margin-top: 40px;
}

.manage-title h3{
  display:inline-block;
}

 .manage-title button,.manage-title a{
  margin-top:20px;
  color: #000;
  text-decoration: none;
} 
 
.manage-title .ko-btn-orange {
  color: #fff;
}
.user-img { 
  position: absolute;
  right: 0px;
  top: 80px;
  z-index: 11;
}

.user-img span {
  color:#fff;
  position: absolute;
  bottom:20px;
  right:45px;
}

.user-img img {
  border-radius: 100%;
}

.gift-space{
	margin:10px 60px;
	color:#F99549;
} 

.profile-works .labels {
  top: 10px;
  left: 10px;
}

.profile-info-form .form-group{
  position: relative;
}
.profile-info-form .form-group .help-block {
  position: absolute;
  left: 0;
  margin-left: 290px;
  bottom: 10px;
  margin-bottom: 0;
}

.profile-info-form .form-group .glyphicon {
  position: absolute;
  left: 0;
  margin-left: 260px;
  bottom: 10px;
}

.profile-info-form .has-feedback .form-control-feedback {
  margin-top: 4px; 
 }
 
 
/**
 ***************************
 * KO profile avatar upload
 ***************************
 * cc_zhang
 ***************************
 **/
 
 /*
 .create-submit .help-block {
   position: absolute; 
  bottom: 10px;
  right: 0;
  margin-right: -120px; 
 }
 
 .ko-form .has-feedback .form-control-feedback {
  right: 0;
  margin-right: -25px;
  margin-top: 4px; 
 }
 */
 
 .avatar-upload{
  margin-left:80px;
 }
 
 .avatar-upload p{
  font-size:12px;
 }
 
 .avatar-upload>button{
  margin-left:0px;
 }
 
 .avatar-upload>p {
 	margin:15px 0px;
 }
 
.upload-content{
	margin-top:35px;
	margin-bottom:50px;
}

.upload-left,.upload-right{
	width:50%;
}

.upload-left {
	border-right:1px solid #CCCCCC;
}

.upload-info-left{
	width:200px;
	margin-left:90px;
}

.upload-info-right{
	width:97px;
	padding-top:105px;
}

.upload-right img{
	width:100%;
	vertical-align:initial;
}

.avatar-wrap-lg{
	width:145px;
	height:145px;
	background-color:#ccc;
	border-radius:50%;
	padding:20px;
	margin:40px auto 20px;
}

.avatar-lg{
	width:105px;
	height:105px;
	border:2px dotted #9C9C9C;
	border-radius:50%;
	overflow:hidden;
}

.avatar-wrap-md{
	width:97px;
	height:97px;
	padding:15px;
	background-color:#ccc;
	border-radius:50%;
	margin:0 auto;
}

.avatar-md{
	width:67px;
	height:67px;
	border:1px dotted #9C9C9C;
	border-radius:100%;
	overflow:hidden;
}

.avatar-wrap-sm{
	width:30px;
	height:30px;
	padding:6px;
	background-color:#ccc;
	border-radius:15px;
	margin:0 auto;
}

.avatar-sm{
	width:16px;
	height:16px;
	border:1px dotted #9C9C9C;
	border-radius:100%;
	overflow:hidden;
}

.avatar-upload-btn{
	margin-bottom:115px;
}

.cropper-view-box,
.cropper-face {
   border-radius: 50%;
}

.avatar-upload .cropper-bg{
	background:none;
}

.upload-image-wrap > div{
  display: table-cell;
  width:92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background: rgba(0,0,0,.5);
  float: left;
  margin-left: 15px;
}

.upload-image-wrap > div:first-child {
  margin-left: 0;
}

/**
 ***************************
 * Profile consult
 ***************************
 * mylan93
 ***************************
 **/
 
.profile-consult {
  margin-bottom: 0;
}
.profile-consult thead th {
  height: 60px;
  line-height: 44px !important;
  text-align: center;
  background:#e0e0e0; 
}

.profile-consult tbody td {
  color: #171717;
  text-align: center;
  vertical-align: middle !important;
  border-top: 1px dashed #ddd !important; 
}
/**
 ***************************
 * Profile myworks
 ***************************
 * cc_zhang 
 ***************************
 **/
 
.shade-body .works-name{
  font-size:12px;
}

.works-margin{
  margin-bottom:20px;
  margin: 0 -10px;
}

.profile-works .shade-body {
  padding-left: 10px;
}
 
.profile-works .shade-icon {
  line-height: 25px;
}
.profile-works .shade-icon a {
  margin-right: 19px;
}

.profile-works .shade-icon a:last-child {
  margin-right: 0;
} 
.profile-works .cases-list-item {
  height: 217px;
}

.profile-works .shade-wrap > img {
  width: 100%;
  height: 216px;
}

.shade .works-name{
  display:inline-block;
  position:relative;
  top:-25px;
  left:10px;
  font-size:12px;
  color:#fff;
}
/**
***************************
* Profile release
***************************
* cc_zhang 
***************************
**/
.ko-sub-title h3 {
  margin-left: 40px;
  margin-bottom: 50px;
  margin-top: 35px;
}

/**
***************************
* Profile editWorks
***************************
* cc_zhang 
***************************
**/

/**
****************************
* Profile  batch management
****************************
*mylan@163.com 
****************************
**/

.batch-management-description {
  position: relative;
  padding: 40px;
  border: 1px solid #c0c0c0;
  margin-bottom: 55px;
}

.description-title {
  position: absolute;
  left: 80px;
  top: -35px;
  z-index: 9;
  background: #fff;
  padding: 0 25px;
}

.description-title:after, .description-title:before {
  content:'';
  position: absolute;
  top: 12px;
  display:block;
  width:5px;
  height: 5px;
  border-radius: 100%;
  background: #999;
}
.description-title:before {
  left: 0;
} 
.description-title:after {
  right: 0;
}

.batch-management-description .list-group-item {
  border: none;
}

.list-group-item p{
  display: inline-block;
}
.manage-picture img {
  width: 100%;
  height: 214px;
}
.manage-picture > div.col-xs-4 {
  margin-bottom: 50px;
}

.ko-img-cover {
  position: relative;
}

.ko-img-cover label {
  width: 100%;
  margin: 0;
  height: 214px;
}

.picture-description {
  margin-top: 15px;
}

.picture-description input {
  background: url(../image/icon/icon-modify.png) 10px 10px no-repeat ;
  padding-left: 40px;
}

.ko-img-cover input[type="checkbox"] {
  position: absolute; 
  left: 0; 
  top: 0; 
  border: 1px solid #e5e5e5;
}

/**
****************************
* Profile works sort
****************************
* mylan@163.com 
****************************
**/

.works-list-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.works-list-item {
  position: relative;
  display: block;
  float: left;
  width: 306px;
  height: 185px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 50px;
  
}

.works-list-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0,0,0,.75) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0,0,0,.75) 100%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0,0,0,.75) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(0,0,0,.75) 100%);
}

.works-list-item .shade-body {
  position: absolute;
  bottom: 0;
  z-index: 11;
  padding-bottom: 18px;
  color: #fff;
}

.works-list-item img {
  height: 185px;
  width: 100%;
}

/*Tooltips*/
.tooltips_main {position:absolute;left:0;margin:-5px 0 0 2px;z-index:999;top:-20px;}

.tooltips_main .tooltips_box,
.tooltips_main .tooltips,
.tooltips_main .msg {
  display:inline-block;
  *display:inline;
  *zoom:1;
  position:relative;
  border-style:solid;
  border-color:#FF1F1F;
  }

.tooltips_main .tooltips,
.tooltips_main .msg {
  border-width:0 1px;
  *left:-2px;
  background-color:#FFCFCF;
  }
  
.tooltips_main .tooltips_box {
  border-width:1px;
  line-height:1.5;
  }
  
.tooltips_main .tooltips {
  margin:0 -2px;
  }
  
.tooltips_main .msg {
  margin:1px -2px;
  padding:0 6px;
  color:#f00;
  text-shadow:0 1px 0 #FFFFFF;
  font-size:12px;
  }
  
.tooltips_main .ov {
  background:url('../image/tri.gif') no-repeat scroll 0 0 transparent;
  position:absolute;
  left:30%;
  overflow:hidden;
  width:15px;
  height:15px;
  margin:15px 0 0 0;
  display:inline;
  }
  
.control-group {
  font:12px/18px "Microsoft YaHei";
  margin:0
}

.operation-error {
  color:red;
  float:right;
  margin:-50px 0;
  font-size:25px
  }