@charset "utf-8";
/* css common */
html {
  overflow: auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

div, p {
  word-break: break-all;
}

body {
  font-size: 14px;
  font-family: Microsoft YaHei, Arial, Helvetica;
  color: #333; /* -moz-user-select: none; user-select: none;  *//*overflow:hidden;*/
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

address, caption, cite, code, dfn, em, strong,var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

input, textarea, select, button {
  font: 14px Microsoft YaHei, Arial, Helvetica;
}

textarea:focus {
  outline: none;
}

input {
  border: none;
  outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}

:-moz-placeholder, ::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

button {
  outline: none;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  width: 100%;
  /* height: 60px; */
  border-radius: 10px;
  /*background: #f4f3f3;
   border: none; */
  padding: 0 15px;
  box-shadow: none;
}

/*版心*/
.main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*********************************************header****************************************/
.logo {
  width: 66px;
  height: 60px;
  /* background-image: url(../images/mayuan-logo.png); */
  -webkit-background-size: cover;
  background-size: cover;
}
.logo-img{
	width:242px;
	margin-top: -8px;
}
.navbar-brand{
	padding:0px;
}

/*详情页logo*/
.logo.logo-intr {
  width: 98px;
  height: 90px;
  position: relative;
  top: 20px;
}

/*登录/注册*/
.login-bar {
  background: #3f3d49;
  padding: 10px;
}

.login-bar a, .login-bar span {
  color: #dc9447;
  float: right;
}

/*发布按钮*/
.pub-but {
  border-radius: 25px;
  background: #54b2f7;
  color: #ffffff;
  padding: 5px 18px;
}

.publish-class .pub-but:link,
.publish-class .pub-but:visited,
.publish-class .pub-but:hover,
.publish-class .pub-but:active{
  border-radius: 25px;
  background: #54b2f7;
  color: #ffffff;
  padding: 5px 18px;
  outline:0;
}
/*自定义bootstrap样式*/
/*navbar*/
/*a:hover*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #22c999;
}

.navbar-default {
  background: #ffffff; 
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
  border-color: #fff;
}
.navbar-default2 {
  background: #ffffff; 
  /*padding-bottom: 15px; */
  padding-top: 8px;
  margin-bottom: 0;
  border-color: #fff;
}

.navbar.navbar-intr {
  height: 125px;
}

.navbar-default .navbar-nav > li > a {
  color: #333333;
}

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}

.nav > li {
  z-index: 999;
  background: #ffffff;
}
.nav > li:last-child {
  padding-left: 20px;
  position: relative;
}
.nav > li:last-child:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -3px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 355px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  position: absolute;
  right: 0;
  top: 70px;
  background: #ffffff;
  font-size: 13px;
  padding-left: 30px;
  font-weight: 100;
}
.search-img{
	width: 20px;
    bottom: 13px;
    position: absolute;
    right:-5px;
}
.intr-si-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -23px;
  right: 30px;
  /* background-image: url(../images/icon-search.png); */
  -webkit-background-size: cover;
  background-size: cover;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #ffffff;
  color: #22c999;
}
/*********************************************footer****************************************/
.footer {
  background: #3f3d49;
}

.footer .main {
  padding: 35px 50px;
}

.footer .f-links,
.footer .f-links a {
  color: #ffffff;
  line-height: 40px;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.footer .f-about,
.footer .f-about a,
.footer .f-links,
.footer .f-links li:last-child a {
  border-right: 0;
}

.footer .f-about a {
  padding: 0 20px;
}

.footer .f-about li:first-child a {
  padding-left: 0;
}

.footer .f-copyright {
  color: #666375;
  padding-left: 10px;
  line-height: 56px;
}

.footer .f-qrcode {
  width: 106px;
  height: 106px;
}

.footer .f-qc-info {
  color: #22c999;
  width: 106px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background: #54b2f7;
  color: #ffffff;
  outline: 0;
}
/*级联选择器*/
.cascader-picker {
  position: relative;
}

.cascader-picker .glyphicon::before,
.cascader-picker .glyphicon::after {
  margin-top: 2px;
  color: #999999;
}

.cascader-picker .cascader-input {
  position: relative;
  width: 100%;
}

.cascader-picker .cascader-input::after {
  content: "\e259";
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
}

.cascader-picker .cascader-box {
  position: absolute;
  z-index: 1000;
  top: 60px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 0 15px 0 5px;
}

.cascader-picker .cascader-box .cascader-list {
  background: #ffffff;
  display: inline-block;
  flex: 1;
  width: 160px;
  height: 180px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cascader-picker .cascader-box .cascader-list:first-child {
  border-radius: 4px 0 0 4px;
}

.cascader-picker .cascader-box .cascader-list:last-child {
  border-radius: 0 4px 4px 0;
}

.cascader-list .cascader-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.cascader-list .cascader-item.active,
.cascader-list .cascader-item:hover {
  background: #e6f7ff;
}

.cascader-list .cascader-item.active {
  color: #22c999;
}

.cascader-list .cascader-item.active .glyphicon::before {
  color: #22c999;
}

.cascader-list .cascader-item .name {
  flex: 1;
  width: 0;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 20px 30px;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .nav > li:last-child {
    padding-left: 0;
  }
  .search-input {
    width: 100%;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header {
    height: 50px;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    width: 100%;
  }
  .logo.logo-intr {
    width: 60px;
    height: 60px;
    top: 0;
  }
  .intr-si-icon {
    bottom: -52px;
  }
  .footer .main {
    padding: 35px 0;
  }
  .footer .row {
    margin-right: 0;
  }
  .footer .f-links,
  .footer .f-links a {
    padding: 0 5px;
  }
  
  
  
}
