body {
  font-family: '微软雅黑';
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #333;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}
img {
  width: 100%;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.col-20 {
  width: 20%;
  float: left;
  display: inline-block;
}
.col-40 {
  width: 40%;
  float: left;
  display: inline-block;
}
.col-50 {
  width: 50%;
  float: left;
  display: inline-block;
}
.col-80 {
  width: 80%;
  float: left;
  display: inline-block;
}
.col-100 {
  width: 100%;
  float: left;
  display: inline-block;
}
.main-txt-color {
  color: #65a031;
}
.muted-txt-color {
  color: #ff6600;
}
.color-bg {
  background: #f6f6f6;
}
.muted-btn {
  background: #ff6600;
  color: #fff;
}
.muted-btn:hover,
.muted-btn:focus {
  color: #fff;
}
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.topheader {
  font-size: 1.2rem;
  background: #eeeeee;
  padding: 0.5rem 0;
}
.topheader .topheader-a ul {
  float: left;
  display: inline;
  margin: 0;
}
.topheader .topheader-a ul li {
  float: left;
  border-right: 1px solid #ccc;
  position: relative;
}
.topheader .topheader-a ul li:last-child {
  border-right: 0px solid #ccc;
}
.topheader .topheader-a ul li:hover .dropdown-list {
  display: block;
}
.topheader .topheader-a ul li a {
  padding: 0 1rem;
  font-size: 1.2rem;
  color: #999999;
}
.topheader .topheader-a ul li a:hover {
  color: #ff6600;
}
.topheader .topheader-a .dropdown-list {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #ddd;
  min-width: 100%;
  border-radius: 3px;
  display: none;
}
.topheader .topheader-a .dropdown-list a {
  line-height: 2.4rem;
}
.topheader .topheader-a .rg-btn li {
  border-color: #ff6600 !important;
}
.topheader .topheader-a .rg-btn a {
  color: #ff6600;
}
.header {
  padding: 2rem 0;
}
.header .logo {
  height: 80px;
  display: block;
}
.header .logo img {
  width: auto;
  height: 100%;
}
.header .search-box {
  width: 500px;
  border: 2px solid #65a031;
  float: left;
  margin-top: 2.5rem;
}
.header .search-box .search-type {
  width: 20%;
  float: left;
}
.header .search-box .search-type button {
  border: 0;
  background: #fff;
  color: #666;
}
.header .search-box .search-input {
  width: 60%;
  float: left;
}
.header .search-box .search-input input {
  width: 100%;
  height: 24px;
  margin: 0.4rem 0;
  border: 0;
  border-left: 1px solid #ddd;
}
.header .search-box .search-btn {
  width: 20%;
  float: right;
}
.header .search-box .search-btn button {
  background: #65a031;
  color: #fff;
  border-radius: 0;
}
.header .shopcart-box {
  float: left;
  margin-left: 2rem;
  position: relative;
  margin-top: 2.5rem;
}
.header .shopcart-box .btn {
  color: #666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.header .shopcart-box .btn:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
.header .shopcart-box .btn:hover .glyphicon {
  color: #fff;
}
.header .shopcart-box .btn .glyphicon {
  color: #ff6600;
  margin-right: 0.5rem;
}
.header .shopcart-box .num {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 1000px;
  background: #ff6600;
  color: #fff;
  display: block;
  font-style: normal;
  font-size: 1.2rem;
}
.navlist-fix-box {
  position: relative;
}
.navlist-fix {
  position: absolute;
  top: 2rem;
  margin-left: -80px;
  z-index: 9999;
}
.navlist-fix .shopcart-box {
  position: relative;
  margin: -1rem -0.5rem;
  border-bottom: 1px dashed #ddd;
}
.navlist-fix .shopcart-box .btn {
  color: #666;
  border: 0;
  font-size: 1.6rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.navlist-fix .shopcart-box .btn:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
.navlist-fix .shopcart-box .btn:hover .glyphicon {
  color: #fff;
}
.navlist-fix .shopcart-box .btn .glyphicon {
  color: #ff6600;
  margin-right: 0.5rem;
}
.navlist-fix .shopcart-box .num {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 1000px;
  background: #ff6600;
  color: #fff;
  display: block;
  font-style: normal;
  font-size: 1.2rem;
}
.navlist-fix .go-top {
  border-radius: 50%;
  box-shadow: 0 0 5px #ddd;
  display: block;
  background: #fff;
  color: #333;
  text-align: center;
  height: 70px;
  padding-top: 1rem;
  border: 1px solid #ddd;
}
.navlist-fix .go-top:hover {
  color: #ff6600;
}
.navlist-fix ul {
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #ddd;
}
.navlist-fix ul li {
  margin-top: -1px;
  padding: 1rem 0.5rem;
  border-top: 1px dashed #ddd;
  background: #fff;
}
.navlist-fix ul li a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
.navlist-fix ul li a:hover {
  color: #ff6600;
}
.icon-right {
  content: '';
  background: url('../images/icon-right.png') no-repeat center;
  position: absolute;
  right: 1.2rem;
  top: 1.8rem;
  width: 15px;
  height: 15px;
  background-size: 100%;
}
.icon-right-hover {
  content: '';
  background: url('../images/icon-right-hover.png') no-repeat center;
  position: absolute;
  right: 1.2rem;
  top: 1.8rem;
  width: 15px;
  height: 15px;
  background-size: 100%;
}
.nav-panel {
  border-bottom: 2px solid #65a031;
}
.nav-panel .typelist-box {
  position: relative;
}
.nav-panel .typelist-box .title {
  background: #65a031;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
}
.nav-panel .typelist-box .typelist {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
  background: #fff;
}
.nav-panel .typelist-box .typelist li {
  padding: 0 0.5rem;
}
.nav-panel .typelist-box .typelist li a {
  display: block;
  padding: 1.8rem 1rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.nav-panel .typelist-box .typelist li a::after {
  content: '';
  background: url('../images/icon-right.png') no-repeat center;
  position: absolute;
  right: 1.2rem;
  top: 1.8rem;
  width: 15px;
  height: 15px;
  background-size: 100%;
}
.nav-panel .typelist-box .typelist li:hover {
  background: #65a031;
}
.nav-panel .typelist-box .typelist li:hover a {
  color: #fff;
  border-color: #65a031;
}
.nav-panel .typelist-box .typelist li:hover a::after {
  content: '';
  background: url('../images/icon-right-hover.png') no-repeat center;
  position: absolute;
  right: 1.2rem;
  top: 1.8rem;
  width: 15px;
  height: 15px;
  background-size: 100%;
}
.nav-panel .typelist-box .typelist .active {
  background: #65a031;
}
.nav-panel .typelist-box .typelist .active a {
  color: #fff;
  border-color: #65a031;
}
.nav-panel .typelist-box .typelist .active a::after {
  content: '';
  background: url('../images/icon-right-hover.png') no-repeat center;
  position: absolute;
  right: 1.2rem;
  top: 1.8rem;
  width: 15px;
  height: 15px;
  background-size: 100%;
}
.nav-panel .typelist-box .subnav-box {
  position: absolute;
  top: 48px;
  left: 285px;
  width: 760px;
  padding: 2rem;
  box-shadow: 0px 0px 8px #ddd;
  display: none;
  overflow: hidden;
  background: #fff;
  z-index: 999;
}
.nav-panel .typelist-box .subnav-box dl {
  display: block;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.nav-panel .typelist-box .subnav-box dl dt {
  float: left;
  display: inline-block;
  width: 10%;
  text-align: right;
  padding: 0.5rem 0;
}
.nav-panel .typelist-box .subnav-box dl dd {
  float: left;
  display: inline-block;
  width: 90%;
}
.nav-panel .typelist-box .subnav-box dl dd a {
  float: left;
  display: inline-block;
  margin: 0.5rem 1rem;
  color: #666;
}
.nav-panel .typelist-box .subnav-box dl dd a:hover {
  color: #65a031;
}
.nav-panel .navlist a {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
}
.nav-panel .navlist a:hover {
  color: #65a031;
}
.index-gd {
  margin: 1.5rem 0;
}
.index-gd a {
  display: block;
  margin: 0.5rem;
}
.index-news {
  margin-bottom: 1.5rem;
}
.index-news .pic {
  display: block;
  margin: 0.5rem;
}
.index-news .news-box {
  margin: 0.5rem;
  border: 1px solid #ddd;
  padding: 0.5rem;
  background: #f9f9f9;
  min-height: 263px;
}
.index-news .news-box .title {
  overflow: hidden;
  padding: 0.5rem 0 0;
}
.index-news .news-box .title span {
  float: left;
  display: inline;
  color: #65a031;
  font-size: 1.6rem;
}
.index-news .news-box .title .more {
  float: right;
  display: inline;
  font-size: 1.2rem;
}
.index-news .news-box ul li {
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}
.index-news .news-box ul li a {
  display: block;
  margin: 0.8rem 0 0.8rem 0rem;
  overflow: hidden;
  padding-left: 1.2rem;
  background: url('../images/icon-right.png') no-repeat left center;
  background-size: auto 40%;
  color: #666;
}
.index-news .news-box ul li a:hover {
  color: #65a031;
}
.index-news .news-box ul li span {
  float: left;
  display: inline;
}
.index-news .news-box ul li label {
  float: right;
  display: inline;
  font-weight: 400;
  margin-bottom: 0;
}
.index-panel {
  margin-bottom: 4rem;
}
.index-panel .panel-title {
  overflow: hidden;
}
.index-panel .panel-title span {
  float: left;
  display: inline;
}
.index-panel .panel-title span i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-style: normal;
  color: #fff !important;
}
.index-panel .panel-title .more {
  float: right;
  display: inline;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #666;
}
.index-panel .row {
  padding-left: -0.5rem;
  padding-right: -0.5rem;
}
.index-panel .pro-box {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  overflow: hidden;
}
.index-panel .pro-panel {
  padding-bottom: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.index-panel .pro-panel .pro-mes {
  position: absolute;
  top: 4rem;
  left: 1rem;
  z-index: 9;
  font-size: 1.8rem;
  color: #666;
}
.index-panel .pro-panel .pro-mes .pro-price {
  color: #ff6600;
  font-size: 2rem;
}
.index-panel .pro-panel .pro-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.index-panel .pro-panel .pro-img img {
  height: 100%;
  width: auto;
}
.index-panel .you-box {
  margin: 0 -1rem;
}
.index-panel .you-box .you-panel {
  margin: 1rem;
}
.index-panel .you-box .you-panel:hover {
  box-shadow: 0 0 5px #ddd;
}
.index-panel .you-box .you-panel .you-h {
  padding-bottom: 70%;
}
.index-panel .you-box .you-panel .pro-mes {
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.index-panel .you-box .you-panel .pro-mes .pro-price {
  font-size: 1.4rem;
}
.index-panel .you-box .you-mes {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 1rem;
  width: 100%;
  display: block;
  min-height: 92px;
}
.index-panel .you-box .you-name {
  font-size: 1.6rem;
}
.index-panel .you-box .you-price {
  font-size: 1.6rem;
  color: #ff6600;
  text-align: right;
}
.index-panel .pro-panel-h {
  padding-bottom: 200%;
  min-height: 458px;
}
.index-panel .pro-panel-h-2 {
  padding-bottom: 50%;
}
.index-server {
  background: #fbfbfb;
  text-align: center;
  padding: 2rem 0;
}
.index-server img {
  width: auto;
  height: 100%;
}
footer {
  background: #333333;
  padding: 2rem 0;
  color: #fff;
}
footer .footer-title {
  font-size: 1.4rem;
  color: #999999;
}
footer .footer-server p {
  overflow: hidden;
  margin-left: 4rem;
}
footer .footer-server img {
  width: 50px;
  float: left;
  display: inline-block;
}
footer .footer-server span {
  font-size: 1.4rem;
  float: left;
  display: inline-block;
  vertical-align: justify!important;
  color: #65a031;
}
footer ul li a {
  color: #999999;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
footer ul li a:hover {
  color: #fff;
}
footer .copyright {
  padding: 1rem 0 0;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.2rem;
  border-top: 1px solid #999999;
  color: #999999;
}
/**登陆注册通用**/
.default-header {
  overflow: hidden;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5rem;
}
.default-header .logo {
  height: 80px;
}
.default-header .logo img {
  width: auto;
  height: 100%;
}
.default-header .tool-navlist {
  padding: 3.5rem 0 0;
}
.default-header .tool-navlist a {
  margin: 0 1rem;
  color: #333;
}
.default-panel {
  padding: 0 8rem;
}
.default-panel form {
  padding: 0 5rem;
}
.default-panel form .codeimg {
  width: 50px;
  right: 10px;
}
.default-panel .checkbox {
  float: left;
  display: inline-block;
}
.default-panel .tool-btn {
  float: right;
  display: inline-block;
  padding-top: 10px;
}
.default-panel .tool-btn a {
  margin: 0 1rem;
  color: #666;
}
.default-panel .tool-btn a:hover {
  color: #65a031;
}
.default-panel .other-login {
  text-align: center;
  height: 40px;
  margin: 2rem 0;
}
.default-panel .other-login a {
  margin: 0 0.5rem;
}
.default-panel .other-login img {
  height: 100%;
  width: auto;
}
.default-panel .other-login .line {
  width: 100%;
  margin-top: -20px;
  height: 1px;
  background: #ddd;
}
/**登陆注册通用**/
/**二分地**/
.guide-banner {
  height: 600px;
  overflow: hidden;
  width: 100%;
}
.efd-banner {
  background: url('../images/efd-banner.jpg') no-repeat center;
  background-size: auto 100%;
}
.efd-bg {
  background: url('../images/erfendi-bg.png') repeat;
}
.fa-info {
  background: #fde5b8;
  padding: 3rem 20%;
  margin-bottom: 3rem;
  color: #ff6701;
  font-size: 1.6rem;
}
.fa-info .title {
  margin: 0 10%;
  text-align: center;
  background: #efbe62;
  color: #c95305;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.fa-info p {
  line-height: 2.4rem;
}
/**二分地**/
/**百科**/
.baike-panel {
  margin: 0 -30px;
}
.baike-item {
  margin: 20px 30px;
}
.baike-item .baike-name {
  padding: 10px;
  color: #fff;
}
.baike-item .baike-name .more {
  float: right;
  display: inline-block;
  color: #fff;
}
.baike-item .baike-box {
  padding: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background: #fff;
}
.baike-item .baike-pic {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.baike-item .baike-pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.baike-item .baike-list {
  margin-left: 20px;
}
.baike-item .baike-list li {
  width: 100%;
}
.baike-item .baike-list li a {
  color: #666;
  font-style: 14px;
  line-height: 30px;
}
.baike-item .baike-list li a:hover {
  color: #65a031;
}
/**百科**/
.breadcrumb {
  margin-top: 20px;
}
/**列表**/
.prolist-box .prolist-name {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.prolist-box .prolist-type {
  text-align: center;
}
.prolist-box .prolist-type a {
  display: inline;
  padding: 0 0 0 15px;
  font-size: 1.4rem;
}
.prolist-box .prolist-type a::after {
  content: '/';
  margin-left: 15px;
  color: #ccc !important;
}
.prolist-box .prolist-type a:last-child::after {
  content: '';
  margin-left: 15px;
}
.prolist-box .prolist-type a:hover {
  color: #ff6600;
}
.prolist-box .prolist-type .active {
  color: #ff6600;
}
.prolist-box .prolist-list ul {
  margin: 20px 50px;
  overflow: hidden;
}
.prolist-box .prolist-list ul li {
  width: 25%;
  padding: 10px;
  float: left;
  border: 1px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.prolist-box .prolist-list ul li:hover {
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #ddd;
}
.prolist-box .prolist-list ul li:hover .prolist-buy {
  display: block;
}
.prolist-box .prolist-list .prolist-item {
  margin: 10px 10px;
  padding-bottom: 45px;
  position: relative;
}
.prolist-box .prolist-list .prolist-item .prolist-pic {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.prolist-box .prolist-list .prolist-item .prolist-pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.prolist-box .prolist-list .prolist-item .prolist-title {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 10px;
}
.prolist-box .prolist-list .prolist-item .prolist-mes {
  color: #666;
}
.prolist-box .prolist-list .prolist-item .prolist-mes span {
  color: #ff6600;
  margin-right: 5px;
}
.prolist-box .prolist-list .prolist-item .prolist-buy {
  margin-top: 10px;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
}
.prolist-box .prolist-list .prolist-item .prolist-buy .prolist-buy-num {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 5px 0px;
  border-radius: 5px;
  margin: 0 5px 0 0;
}
.prolist-box .prolist-list .prolist-item .prolist-buy .prolist-buy-num span {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
  cursor: pointer;
}
.prolist-box .prolist-list .prolist-item .prolist-buy .prolist-buy-num .num {
  float: left;
  width: 50%;
  border: 0px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
/**列表**/
/**众筹**/
.zc-box ul li {
  padding: 20px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.zc-box .zc-panel .zc-pic {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.zc-box .zc-panel .zc-pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.zc-box .zc-panel .zc-mes {
  margin-left: 40px;
}
.zc-box .zc-panel .zc-mes .zc-title {
  font-size: 18px;
}
.zc-box .zc-panel .zc-mes .zc-time {
  color: #666;
  font-size: 14px;
}
.zc-box .zc-panel .zc-mes .zc-progress {
  margin: 15px 0;
  overflow: hidden;
  color: #666;
}
.zc-box .zc-panel .zc-mes .zc-progress .zc-progress-bar {
  width: 95%;
  height: 14px;
  background: #ddd;
  border-radius: 1000px;
  margin-top: 5px;
}
.zc-box .zc-panel .zc-mes .zc-progress .zc-progress-in {
  background: #ff6600;
  height: 100%;
  border-radius: 1000px;
}
.zc-box .zc-panel .zc-mes .zc-money span {
  font-size: 1.8rem;
  color: #ff6600;
}
.zc-box .zc-panel .zc-mes .zc-dec {
  margin: 15px 0;
  color: #666;
}
.zc-right-box {
  padding-left: 20px;
}
.zc-right-box .zc-news-box {
  padding: 10px 20px;
  background: #fff;
}
.zc-right-box .zc-news-box .zc-news-name {
  font-size: 18px;
}
.zc-right-box .zc-news-box ul li {
  margin-top: 10px;
}
.zc-right-box .zc-news-box ul li a {
  color: #666;
}
.zc-right-box .zc-news-box ul li a:hover {
  color: #ff6600;
}
.zc-right-box .zc-like-box {
  padding: 10px 20px;
  background: #fff;
  margin-top: 20px;
}
.zc-right-box .zc-like-box .zc-like-name {
  font-size: 18px;
}
.zc-right-box .you-panel {
  margin-top: 20px;
}
.zc-right-box .you-panel:hover {
  box-shadow: 0 0 5px #ddd;
}
.zc-right-box .you-panel .you-h {
  padding-bottom: 70%;
}
.zc-right-box .you-panel .pro-mes {
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.zc-right-box .you-panel .pro-mes .pro-price {
  font-size: 1.4rem;
}
.zc-right-box .you-panel .you-mes {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px;
  display: block;
}
.zc-right-box .pro-panel {
  padding-bottom: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.zc-right-box .pro-panel .pro-mes {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  z-index: 9;
  font-size: 1.4rem;
  color: #fff;
}
.zc-right-box .pro-panel .pro-mes .pro-price {
  color: #ff6600;
  font-size: 1.4rem;
}
.zc-right-box .pro-panel .pro-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.zc-right-box .pro-panel .pro-img img {
  height: 100%;
  width: auto;
}
/**众筹**/
/**form**/
.form-group {
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.form-group .tips-panel {
  display: none;
  font-size: 14px;
  z-index: 999;
  color: #ff6600;
  padding: 5px;
  border-radius: 5px;
}
.form-group .input-lg,
.form-group .form-group-lg .form-control {
  font-size: 14px !important;
}
/**form**/
.pagelist {
  text-align: center;
  padding-bottom: 50px;
  font-size: 0;
}
.pagelist a {
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline;
  background: #fff;
  font-size: 14px;
  margin: 0 5px;
}
.pagelist a:hover {
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}
.pagelist .active {
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}
.pro-box .pro-mes ul {
  background: #F5F5F5;
  padding: 10px;
}
.pro-box .pro-mes ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.pro-box .num-box {
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}
.pro-box .num-box span {
  display: inline-block;
  width: 15%;
  text-align: center;
  float: left;
  padding: 5px 0;
  cursor: pointer;
}
.pro-box .num-box .num {
  width: 70%;
  display: inline-block;
  float: left;
  border: 0px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 5px 0;
}
.tuijian-box {
  padding: 1rem;
  background: #F5F5F5;
  margin: 2rem 0;
}
.tuijian-box .title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.tuijian-box ul li {
  margin-bottom: 2rem;
}
.tuijian-box ul li .tuijian-pic {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.tuijian-box ul li .tuijian-pic img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
.tuijian-box ul li .tuijian-name {
  color: #333;
  font-size: 1.4rem;
}
.tuijian-box ul li .tuijian-price {
  color: #DD514C;
}
.tab-box .tab-item ul {
  overflow: hidden;
  background: #DADADA;
}
.tab-box .tab-item ul li {
  float: left;
  display: inline-block;
}
.tab-box .tab-item ul li a {
  padding: 1rem 2rem;
  display: block;
}
.tab-box .tab-item ul li:hover a {
  background: #66A030;
  color: #fff;
}
.tab-box .tab-item ul .active a {
  background: #66A030;
  color: #fff;
}
.tab-box .tab-panel {
  display: none;
  padding: 1rem 0;
}
.pro-panel {
  padding: 2rem 0 2rem 2rem;
}
