html,body {
  height: 100%;
}
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  color: #000;
  background: #efefef;
  min-width: 1090px;
}
.imgbox > img {
  display: block;
  width: 100%;
}
a {
  color: #000;
}
p {
  margin-bottom: 10px;
}
.page-wrap {
    margin: 0 auto;
	width: 1090px;
}
.red {
  color: red;
}
/*header*/
header {
  border-bottom: 10px solid #004820;
}
.top {
  height: 212px;
  color: #fff;
  background: url(../images/topbg.jpg)no-repeat center;
}
.auhibee-desc {
  margin-top: 50px;
  margin-left: -200px;
  width: 340px;
}
.auhibee-desc h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 2;
  opacity: 0.8;
  border-bottom: 1px solid #fff;
}
.auhibee-txt {
  padding: 10px 0;
  font-size: 12px;
  font-style: italic;
  opacity: 0.8;
  line-height: 1.5;
}
nav {
  height: 58px;
  background-image: linear-gradient(to top,#fff,#fff);
}
.nav {
  height: 100%;
}
.nav > a {
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.nav > a:hover {
  text-decoration: underline;
}

/*footer*/
.footer {
  margin-top: 15px;
  padding: 30px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.footer-item {
   width: 33.33%;
   padding: 10px 40px;
   font-weight: bold;
   font-size: 12px;
   line-height: 1.5;
   border-right: 1px solid #000;
}
.footer-item:last-child {
  border-right: none;
}
.footer-item > h3 {
  padding: 0 0 10px 0;
  font-family: "Calibri Bold", Verdana, Geneva, sans-serif;
  font-size:18px;
}
.footer-item .form-line {
  margin-bottom: 5px;
}
.footer-item .form-line label {
  width: 80px;
}
.footer-item .form-line .input-text {
  width: 150px;
}
.footer-item .form-line .input-area {
  width: 150px;
}
.footer-item .form-line .input-btn {
  padding: 5px 10px;
  background: red;
  color: #fff;
}
.addr {
  padding: 15px 0;
}
/*index*/
.index-about {
  padding: 10px 50px 15px 50px;
  background: #fff;
}
.index-about .about-box {
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
}
.index-about .about-txt {
  font-family: Arial;
  padding: 50px 0 15px 0;
  width: 55%;
  line-height: 1.5;
}
.index-about .about-img {
  width: 40%;
}
.index-about .about-txt h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #458130;
}
.index-about .about-txt h5 {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #458130;
}
/*about*/
.content {
  padding-top: 2px;
  background: #fff;
}
.left {
  width: 20%;
}
.right {
  width: 80%;
}
.menu {
  padding-bottom: 300px;
  font-size: 12px;
  line-height: 24px;
  background: #85AF1C;
}
.menu > h3 {
  padding: 0 10px;
  font-weight: bold;
  color: #aaa;
  background: #006E35;
  border-bottom: 1px solid #fff;
}
.menu > a {
  display: block;
  padding: 0 30px;
  color: #aaa;
  background: #006E35;
  border-bottom: 1px solid #fff;
}
.menu  a:hover {
  color: #fff;
  background: #85AF1C;
}
.right-title {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.right-content {
  padding: 50px 40px 30px 20px;
  line-height: 2;
}
.menu .prod-sort > a {
  display: block;
  padding: 0 20px;
  color: #aaa;
  background: #006E35;
  border-bottom: 1px solid #fff;
}
.menu .prod-sort > a:hover {
  color: #fff;
  background: #85AF1C;
}
.menu .prod-sort li a {
  display: block;
  padding: 0 30px;
  color: #aaa;
  background: #006E35;
  border-bottom: 1px solid #fff;
}
.menu .prod-sort li a:hover {
  color: #fff;
  background: #85AF1C;
}
/*prod*/
.prod-dir-imgbox {
   margin-bottom: 20px;
   height: 80px;
   background: url(../images/bg.jpg)no-repeat;
}
.prod-dir-imgbox > h3 {
   position: relative;
   left: 150px;
   top: 20px;
   z-index: 99;
   font-family: Arial;
   font-size: 30px;
   color: #fff;
}
.prodbox {
  margin-bottom: 15px;
  border-bottom: 1px solid #0e6b37
}
.prodbox > .prod-img {
  width: 25%;
}
.prodbox > .prod-desc {
  position: relative;
  width: 70%;
  line-height: 1.5;
}
.prod-desc > a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 30px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #0e6b37;
  border-bottom: 1px solid #0e6b37;
}
.prod-desc .prod-btn {
  position: absolute;
  bottom: 0;
  right:0;
  line-height: 24px;
  z-index: 99;
}
.prod-desc .prod-btn .prod-price {
  padding: 0 3px;
  border: 1px solid #0e6b37;
}
.prod-desc .prod-btn .prod-btn-add {
  padding: 0 3px;
  color: #fff;
  border: 1px solid #0e6b37;
  background: #0e6b37;
  cursor: pointer;
}
.page-nav {
  padding: 10px 0;
}
.page-link {
  margin: 0 3px;
  padding: 0 2px;
}
.page-link.current {
  font-weight: bold;
  color: #0e6b37;
}
/*member*/
.memberbox {
   padding: 150px 0;
}
.memberbox .login-line {
  padding: 15px 0;
}
.memberbox .login-line label {
  width: 60px;
}
.memberbox .btn-submit {
  margin-right: 10px;
  padding: 5px;
  color: #fff;
  background: #0e6b37;
}
.regbox {
  padding-left: 100px;
}
.memberbox .btn-reg {
  padding: 5px;
  color: #fff;
  background: #800;
}
.regbox .login-line {
  padding: 5px 0;
}
.regbox .login-line label {
  width: 120px;
  text-align:right;
}
.regbox .login-line .input-text {
  width: 250px;
}
.regbox .btn-submit {
  background: #0e6b37;
}
/*cart*/
.addprodbox {
  padding: 30px 10px;
}

.addprodbox table {
  width: 100%;
  table-layout: fixed;
}
.addprodbox table tr {
  border-bottom: 1px solid #ccc;
}
.addprodbox table tr:last-child {
  border-bottom: 1px solid #ccc;
}
.addprodbox table th,
.addprodbox table td {
  padding: 5px 0;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ccc;
}
.addprodbox table th {
  background: #eee;
}
.addprodbox .input-modify {
  margin-right: 5px;
  width: 40px;
  text-align: center;
}
.addprodbox .btn-modify,
.addprodbox .btn-del,
.addprodbox .form-line .btn-submit,
.addprodbox .form-line .btn-reset {
  padding: 3px 5px;
  color: #fff;
  background: #800;
  cursor: pointer;
}
.addprodbox .form-line {
  padding: 15px 10px;
}
.addprodbox .form-line textarea {
  width: 100%;
  height: 60px;
  line-height: 20px;
}

.addprodbox .form-line .btn-reset {
  background: #080;
}
/*membership*/
.membershipbox {
  padding: 30px;
  color: #fff;
  background: #5B991C;
}
.membershipbox h1 {
  font-size: 30px;
  font-weight: bold;
}
.shipbox {
  min-height: 100%;
  background: #fff;
}
.order-detail,
.order-cancel {
  margin-right: 3px;
  padding: 2px 3px;
  color: #fff;
  background: #5B991C;
  cursor: pointer;
}
.orderbox-title {
  padding: 10px 0 20px;
  font-size: 20px;
  font-weight: bold;
}