/*!
 * loyalty webiste 
 * @Author mohanlan v 0.0.1
 * @Date 2016-10-22
 * prefix with ko
 */
 
/* ! Style kohler
 * =====================================================
 * KO Header
 * =====================================================
 */

@font-face { font-family: 'Helvetica Neue';src:url('../fonts/helvetica_neue-roman.ttf')  format('truetype'); }

/* head_wrapper start */
.head_wrapper { position:fixed; width:100%;z-index: 900;top:0; }
.head_wrapper a { text-decoration: none; cursor: pointer;}

/* pub_header start */
.pub_header { position: relative; background-color: #232323; }
.pub_header .login_panel { position: relative; margin: 0 auto; width: 960px;  height: 30px;  }
.pub_header .login_panel a { color: #ffffff; }
.pub_header ul { position: absolute; top: 0; right: 10px; border-left: 1px solid #4d4d4d; text-align: center; }
.pub_header li { padding: 10px 0; width: 118px; height: 30px; float: left; border-right: 1px solid #4d4d4d; opacity: 0.8; font-size: 10px; line-height: 20px; color: #ffffff; letter-spacing: 2px; }

.pub_header i { display: inline-block; position:relative; top: -2px; margin-right: 10px; width: 16px; height: 16px; }
.pub_header span { position: relative; top: -5px; }
.pub_header .language i { background: url(../image/icon_language.png) 0 0 no-repeat; } 
.pub_header .login i { background: url(../image/icon_login.png) 0 0 no-repeat; } 
.pub_header .login { width:180px; }
.pub_header .favorite i { background: url(../image/icon_favorite.png) 0 0 no-repeat; } 
.pub_header .shop i { background: url(../image/icon_shop.png) 0 0 no-repeat; } 
.pub_header .buy i { background: url(../image/tianmao.png) 0 0 no-repeat; width:26px;} 

/* pub_nav start */
.pub_nav { position: relative; background-color: #ffffff; }
.pub_nav .nav_panel { position: relative; margin: 0 auto; width: 929px; height: 91px; }
.pub_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;}
.pub_nav ul { float: left; text-align: center; }
.pub_nav li.pub_nav_li { box-sizing: content-box; padding: 38px 10px; width: 100px; height: 15px; float: left;  font-size: 14px; line-height: 14px;cursor:pointer; }
.pub_nav p { font-size: 14px; line-height: 14px; }
.pub_nav .hovered {   
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0);  /*IE*/  
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0 ); /*IE8*/  
  background: -ms-linear-gradient(top, #dbdbdb, #f5f5f5); /* IE 10 */
  background: -moz-linear-gradient(top, #dbdbdb,#f5f5f5); /* Firefox 3.6+ */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdbdb),to(#f5f5f5)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #dbdbdb,#f5f5f5); /* Safari5.1 Chrome10+*/ 
}
.pub_nav .actived {   
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#dbdbdb, gradientType=0);  /*IE*/  
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#dbdbdb, gradientType=0 ); /*IE8*/  
  background: -ms-linear-gradient(top, #f5f5f5, #dbdbdb); /* IE 10 */
  background: -moz-linear-gradient(top, #f5f5f5,#dbdbdb); /* Firefox 3.6+ */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5),to(#dbdbdb)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #f5f5f5,#dbdbdb); /* Safari5.1 Chrome10+*/ 
}
.pub_nav a { color: #232323; }
.pub_nav .search_panel { box-sizing: content-box; 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;}
.pub_nav .search_panel .control-group { width: 99px;display: inline-block;}
.pub_nav .search_panel input { outline: none;}

.pub_search { display: none; position: absolute; top: 121px; width: 100%; height:99px; border-top: 1px solid #e5e5e5;background-color: #fff; z-index: 999; }
.pub_search .pub_searchpanel { position: relative; margin:0 auto; width: 940px; height:99px; }
.pub_search .pub_searchbar { position: relative; margin:0 auto; top:25px; width: 500px; height:50px; border:1px solid #e5e5e5; border-radius:5px; background-color: #f5f5f5 }
.pub_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; }
 .pub_searchicon { position:absolute;top:17px;right:15px; width:20px; height:20px;background:url(../image/search.png) 0 0 no-repeat;cursor: pointer; }
.pub_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; }
.pub_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; }
 .pub_searchhistory ul { position:relative;margin: 25px auto;  margin-left: 20px; width:340px; color:#898989; }
.pub_searchhistory li { cursor: pointer; margin-top: 12px; text-align: left; }
 .pub_searchhistory li:hover { background-color: #f5f5f5 }
.pub_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 .pub_menu_categroy{ position:relative!important;top:0px!important;}
.pub_submenu { display:none; position: fixed !important; top: 121px !important; left: 0; width: 100%; background-color: #f5f5f5; z-index: 10; }
.home_page{z-index:999;}
.pub_submenu .bathroom { height: 0px; }
.pub_submenu .kitchen { height: 0px;}
.pub_submenu .submenu_panel { position: relative; width: 960px;*width:970px; margin: 0 auto;overflow:hidden;}
.pub_submenu ul { position: relative;width:960px;*width:970px;padding-top: 20px; }
/*.pub_submenu.page_menu {position: relative; top:0;}*/
.pub_submenu.page_menu ul { padding-top: 0 }
.pub_submenu li { margin-left: 10px; width: 230px; float: left; }
/*.pub_submenu .last { width: 200px;}*/
.pub_submenu a { 
  display: block; 
  font-family: 'Helvetica Neue','Microsoft YaHei'; 
  font-size: 12px; 
  line-height: 12px;
  *line-height: 14px; 
  margin-bottom: 10px; 
  *margin-bottom:10px; 
  color:#626262; 
  }
.pub_submenu a:hover { color: #005982; }
.pub_submenu h5 .title { font-size: 14px; line-height: 14px;*line-height: 16px; font-weight: bold; margin-bottom: 20px; color: #232323; }
.pub_submenu h5 .title:hover { color: #005982;  }
.pub_submenu h5 .images { font-size: 14px; line-height: 14px;*line-height: 16px; font-weight: bold; margin-bottom: 10px; color: #232323; }
.pub_submenu h5 .images:hover { color: #005982; }
.pub_submenu .list { margin-bottom: 20px;*margin-bottom:28px; }
.pub_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;}
p.topMenu {
  margin: 0;
}
.pub_submenu h5 {
  margin: 0;
}
/* pub_banner start */
.pub_banner { position: relative; overflow: hidden; text-align: center; }
.pub_banner.index { background-color: #e5e5e5; }
.pub_banner .item { display: none; position: absolute; top: 0; left: 0; cursor: pointer; }
.pub_banner .item.actived { display: block; }
.pub_banner .logo_bar{ height:500px;}
.pub_banner .logo { position: relative; margin: 0 auto; top: 50%; color: #ffffff; }
.pub_banner h2 { font-size: 30px; line-height:30px;margin-bottom: 10px;  }
.pub_banner p { font-size: 20px; line-height:20px; text-shadow: 2px 2px 5px rgba(184,120,92,0.75); }
.pub_banner i { position: relative; padding: 0px 6px; top: 5px;*top:0px;_top:5px; width: 112px; height: 31px; }
.pub_banner .banner_page { position: absolute;left: 0;  bottom: 33px; width: 100%; text-align: center; z-index:22222; }
/*.pub_banner .banner_page.product_icon { padding-top: 450px; }*/
/*.pub_banner .banner_page.list_icon { padding-top: 100px; }*/
.pub_banner .banner_page span { display: inline-block; margin: 0 -2px; background: url(../image/banner_page_btn.png) -18px 0 no-repeat; width: 18px; height: 18px; cursor: pointer; }
.pub_banner .banner_page .selected { margin: 0 -1px; background-position: 0px 0px; }
.pub_banner.product { top: -1px; width: 100%; /*height: 500px;*/ }
.pub_banner .bgimg { width: 100%; overflow: hidden; display: none; position: absolute; top: 0; left: 0%; }
.pub_banner .bgimg.actived { display: block; }
.pub_banner .bgimg img { width:100%; height: 100%; }
.pub_banner.index .bannerbtn{ position:absolute; top:300px; cursor:pointer;}
/* pub_totop start */
.pub_totop { position: absolute; left:50%; bottom: 375px; 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 17px;*padding-left:0; }
.pub_totop span { width: 60px; font-size: 12px; line-height: 12px; }

/* pub_chat_icon */
.pub_chat_icon {position: fixed; left:50%; top: 35px; margin-left: 475px;z-index:2;}


/*login-form*/

.login-form {
 font-family: 'Microsoft YaHei';
} 

.ko-modal .login-form .modal-header {
  background: #fff;
  padding: 0;
  height: 178px;
}

.ko-modal .login-form .modal-title {
  padding: 35px 0 32px;
  margin: 0;
  font-size: 30px;
  color: #232323;
  font-family: 'Microsoft YaHei';
}

.login-form .login-info {
  text-align: center;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #313131;
  line-height: 24px;
  margin-bottom: 20px;
}

.ko-modal .login-form .modal-body {
  width: 400px;
  padding: 0;
  margin: 40px auto 0;
  padding: 0 15px;
}

.ko-modal .login-form .modal-footer {
  padding: 0;
  margin-bottom: 5px;
}

.login-form .modal-footer:before, 
.login-form .modal-header:after {
  content: '';
  display: block;
  width: 500px;
  height: 1px;
  margin: 0 auto 40px;;
  border-top: 1px solid #e5e5e5;
}

.login-form .modal-header:after {
  margin: 0  auto 0px;
}

.ko-modal .login-form .modal-header .close {
  position: absolute;
  top: 42px;
  right: 73px;
  filter: alpha(opacity=100);
  opacity: 1;
}

.login-form .form-group {
  margin-bottom: 10px;
  height: 32px;
}

.form-horizontal .login-label-item {
  padding-top: 0;
  width: 80px;
  line-height: 23px;
  display: inline-block;
  font-size: 13px;
  color: #434343;
  text-align: left;
  font-weight: normal;
}

.login-input-item {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}

.input-group-addon {
  display: inline-block;
  float: left;
  width: 30px;
  height: 32px;
  border-radius: 0;
}

.input-password  {
  background: url(../image/icon/icon_password.jpg) no-repeat;
  background-size:  100% 100%;
}

.input-user {
  background: url(../image/icon/icon_username.jpg) no-repeat;
  background-size:  100% 100%;
}

.login-input-item > input {
  float: left;
  width: 270px !important;
  height: 32px;
  color: #000;
  box-shadow: none;
  border-radius: 2px;
  border-color: #e5e5e5;
}

.login-form .form-control:focus,
.login-form .close:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-color: #e5e5e5;
}

.login-input-item > input.captcha {
  width: 100px !important;
}
.forget.title {
  font-size: 12px;
  color: #2058a1;
  float: right;
  text-decoration: underline;
  cursor: pointer;
}

.register-btn-panel  {
  font-size: 12px;
  margin-left: 10px;
}

.register-btn-panel a{
  color: #2058a1;
  text-decoration: underline;
}

.login-btn {
  cursor: pointer;
  width: 136px;
  height: 48px;
  margin: 0 auto;
  background: url(../image/designer-btn.gif) 0 0 no-repeat;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border: 0;
  background-size: 100%;
  }
  