﻿body,#main,#footer {
  background-color: #fff;
}
#footer {
  background: transparent;
}
#wraper{
  box-sizing: border-box;
}
.sm-header {
  background-color: #782FAA;
  line-height: 38px;
  height: 38px;
  text-align: center;
  position: relative;
}

.sm-header h2 {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}

.sm-header>a {
  position: absolute;
  top: 0;
  background-size: 18px 18px;
  width: 24px;
  height: 38px;
  background-position: center center;
  background-repeat: no-repeat
}

.sm-header>.header-l {
  left: 10px;
  background-image: url(/Content/images/sm_index/home.png);
}

.sm-header>.header-r1 {
  right: 20px;
  background-image: url(/Content/images/sm_index/share.png);
}

.sm-header>.header-r2 {
  right: 0;
  background-image: url(/Content/images/sm_index/menu.png);
}

.sm-home .sm-header>.header-r1 {
  right: 10px;
}
.sm-home .sm-header>.header-r2 {
  display: none;
}
.home-fenlei-list {
  padding: 20px 5px 20px 5px;
}

.home-fenlei-list li {
  float: left;
  width: 20%;
  text-align: center
}

.home-fenlei-list li img {
  width: 60%;
  max-width: 60%;
  height: auto
}

.home-fenlei-list li span {
  padding: 2px 0 5px 0;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #BA8960;
}


.down-item select {
  width: 100%;
  font-size: 15px;
  border: 1px solid #C4A568;
  height: 35px;
  line-height: 35px;
  border-radius: 6px;
  padding: 0 18px 0 6px;
  background-color: #F3EFD4;
  background-image: url(/Content/images/sm_index/dropdown.png);
  background-size: 27px 100%;
 border-right: none;
}

.input-item {
  display: inline-block;
  vertical-align: top;
}
.down-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.input-text2 {
  color: #666;
  font-size: 13px;
}
.input-item.t1 {
  width: 265px;
}
.input-line2 {
  text-align: center;
  vertical-align: top;
  line-height: 32px;
}
.input-item input {
  text-indent: 5px;
  width: 100%;
  border: 1px solid #C4A568;
  border-radius: 6px;
  height: 35px;
  line-height: 35px;
  background: #FAF7E2;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
}

.input-item input.calendar-input {
  padding-right: 20px;
  background-image: url(/Content/images/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 20px;
}

.home-sm-box {
  background-color: #FFCC66;
  border: 1px dashed #C4A568;
  padding: 20px 0px 10px;
  margin: 0 8px;
}

.sm-index-btn {
  width: 120px;
  height: 32px;
  background-image: url(/Content/images/sm_index/button.png);
  background-size: 100% 100%;
}


.home-fenlei2-list {
  padding: 10px 0px;
  border: 1px dashed #C4A568;
  border-top: none;
  margin: 0 8px;
}

.home-fenlei2-list li {
  float: left;
  width: 25%;
  text-align: center
}


.home-fenlei2-list li a {
  padding: 5px 5px;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #917B6A;
  font-size: 13px;
}

.home-fenlei2-list li.active a {
  color: #E60012;
}

.fc2, .fc2 a {
  color: #BB5E00;
}

.sm-cate-item {
  display: block;
  color: #000;
  font-size: 0px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 12px 12px;
  border-bottom: 1px solid #f5f5f5;
}
.sm-cate-img {
  width: 61px;
  height: 61px;
  float: left;
}
.sm-cate-ctn {
  margin-left: 72px;
}
.sm-cate-ctn h3{
  font-size: 14px;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  display:block;
  margin-top: 3px;
  color: #8f2bd6;
}

.sm-cate-desc {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  word-break: break-all;    
}

.sm-nav {
  background: #eee;
  background-size: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  height: 0;
  overflow: hidden;
}