/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  max-width: 1920px;
  margin: 0 auto;
}
.inner-box {
  width: 1140px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.header {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  height: 127px;
  box-sizing: border-box;
}

.logo {
  display: block;
  width: 245px;
  height: 57px;
  margin: 35px 0 31px 0;
}

.nav {
  width: 100%;
  height: 60px;
  background-color: #314555;
  line-height: 60px;
  font-size: 16px;
}

.nav-item {
  width: 128px;
  height: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.nav-item:hover {
  background-color: rgb(255, 255, 255, 0.26);
}

.nav-item.active {
  background-color: #2ed87b;
}

.login {
  position: absolute;
  right: 0;
  color: #fff;
  cursor: pointer;
}

.login .login-icon {
  display: inline-block;
  width: 16px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

.fotter {
  width: 100%;
  background-color: #314555;
  margin-top: 40px;
}

.fotter .ddsc {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 24px;
}

.fotter .conetent {
  margin-top: 73px;
  font-size: 16px;
  color: #fff;
}

.fotter .conetent-desc {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 32px;
  margin-top: 53px;
}

.fotter .link {
  font-size: 12px;
  color: #bbbec1;
  margin-bottom: 15px;
  height: 10px;
  cursor: pointer;
}

.fotter .link img {
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-right: 15px;
}

.erweima {
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
}

.erweima img {
  display: block;
  width: 100;
  height: 100px;
}

.copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #647d89;
  background-color: #1e2b35;
  margin-top: 58px;
}

.logo-bottom {
  display: block;
  width: 243px;
  height: 57px;
  margin: 73px 0 37px 0;
}

.banner {
  width: 100%;
  /* height: 550px; */
  height:auto;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
}

.main-body .title {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #314555;
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0;
}

.main-body .des {
  justify-content: space-between;
}

.main-body .des .des-item {
  width: 360px;
  height: 150px;
  border: 4px solid #ededed;
  box-sizing: border-box;
  border-radius: 4px;
}

.main-body .des .des-item.text {
  border: 0;
  background-color: #29c46f;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 18px;
}

.main-body .des .des-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.main-body .more {
  width: 156px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  font-size: 20px;
  margin: 30px auto;
  cursor: pointer;
}

.main-body .loft {
  position: relative;
  height: 25px;
  line-height: 25px;
  color: #314555;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px solid #314555;
  border-radius: 1px;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.main-body .loft .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -4px;
}

.main-body .loft .mr {
  position: absolute;
  right: 0;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

.main-body .loft-box {
  justify-content: space-between;
}

.s-banner {
  width: 360px;
  height: 920px;
  background: url("../imgs//sm-banner.png") no-repeat center;
  background-size: cover;
}

.s-banner .btn {
  color: #fff;
  width: 300px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #0b8f47;
  margin: 30px;
  cursor: pointer;
}

.sp-box {
  flex: 1;
  box-sizing: border-box;
  padding-left: 30px;
  flex-wrap: wrap;
}

.sp-box .sp-item {
  width: 358px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.sp-box .sp-item:hover {
  border-color: #0b8f47;
}

.sp-box .sp-item:nth-child(odd) {
  margin-right: 30px;
}

.sp-box .sp-item .img-box {
  width: 100%;
  height: 200px;
}

.sp-box .sp-item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.sp-box .sp-item .text-box {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}

.sp-box .sp-item .text-box .tit {
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.base {
  position: relative;
  box-sizing: border-box;
  padding-left: 23px;
  height: 25px;
  margin-top: 14px;
}

.base::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 13px;
  height: 17px;
  background: url("../imgs/icon-location.png") no-repeat center;
  background-size: cover;
}

.base .l {
  display: inline-block;
  width: auto;
  height: 25px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 5px 11px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.base .r {
  position: absolute;
  color: #666;
  font-size: 16px;
  right: 0;
  top: 4px;
}

.price {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-top: 22px;
  color: #666;
  font-size: 16px;
}

.price .blod {
  font-size: 24px;
  color: #0b8f47;
  font-weight: bold;
}

.price .num {
  position: absolute;
  color: #666;
  font-size: 16px;
  right: 0;
  top: 0;
}

.btnn {
  width: 300px;
  height: 48px;
  line-height: 48px;
  background: #2ed87b;
  box-shadow: 0px 6px 7px 1px rgba(46, 216, 123, 0.35);
  border-radius: 24px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 20px auto;
  cursor: pointer;
}

.shop-box {
  flex-wrap: wrap;
}

.shop-box .shop-item {
  width: 358px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-right: 30px;
}

.shop-box .shop-item.nr {
  margin-right: 0;
}

.shop-box .shop-item:hover {
  border-color: #0b8f47;
}

.shop-box .shop-item .sp-img {
  width: 100%;
  height: 360px;
}

.shop-box .shop-item .sp-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.shop-box .shop-item .t {
  font-size: 20px;
  color: #333;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shop-box .shop-item .prc {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 0 18px;
  color: #0b8f47;
  font-size: 24px;
  font-weight: bold;
}

.shop-box .shop-item .prc .num {
  position: absolute;
  color: #666;
  font-size: 16px;
  right: 20px;
  top: 0;
  font-weight: normal;
}

.list-body {
  position: relative;
  overflow: hidden;
}

.place {
  color: #999;
  font-size: 14px;
  line-height: 17px;
  margin: 20px 0;
}

.scarch-c {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 200px 0 22px;
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}

.s-input {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  outline: 0;
  color: #333;
  font-size: 16px;
}

.bttn {
  position: absolute;
  width: 179px;
  height: 60px;
  background: #2ed87b;
  border-radius: 0px 4px 4px 0px;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.list-form {
  width: 100%;
  margin-top: 20px;
  display: flex;
  height: 472px;
  justify-content: space-between;
}

.f-left {
  width: 180px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
}

.menu-item {
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 43px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  padding-left: 56px;
  font-size: 16px;
  color: #717f86;
  cursor: pointer;
}

.menu-item::before {
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: 44px;
  top: 15px;
  background-color: #dddddd;
}

.menu-item .ic {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 17px;
  top: 15px;
}

.menu-item .count {
  position: absolute;
  display: block;
  right: 28px;
  top: 0;
  font-size: 16px;
  color: #bfbfbf;
}

.f-right {
  flex: 1;
  height: 100%;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 17px 24px 17px;
  box-sizing: border-box;
}

.f-right .ttt {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 18px;
  border-bottom: 2px solid #e9ebee;
}
.f-right .ttt::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background-color: #2ed87b;
}

.f-right .filter {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 17px 0 17px;
}

.f-right .filter .gp {
  display: flex;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}

.f-right .filter .gp .label {
  width: 88px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}

.f-right .filter .gp .value {
  flex: 1;
  display: flex;
}

.f-right .filter .gp .value .check-box {
  width: auto;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  background: #b3bfc5;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
}

.f-right .filter .gp .value .check-box.active {
  background-color: #3ca56c;
}

.gp-input {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  width: 334px;
  height: 34px;
  line-height: 34px;
  border: 2px solid #dddddd;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 10px;
}

.bbtns {
  width: 100%;
  margin-top: 22px;
  display: flex;
  box-sizing: border-box;
  padding-left: 17px;
}

.bbtns .b {
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
  margin-right: 10px;
  cursor: pointer;
}

.list-screen {
  position: relative;
  display: flex;
  width: 100%;
  height: 53px;
  line-height: 53px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #314555;
  margin-top: 17px;
  background: #f5f5f5;
}

.style-select {
  position: absolute;
  height: 100%;
  right: 0;
  display: flex;
}

.style-select .it {
  width: 51px;
  height: 100%;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}

.style-select .it img {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.screen-item {
  position: relative;
  width: auto;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
  cursor: pointer;
}

.screen-item.updown {
  padding-right: 29px;
}

.screen-item.updown::before {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  background: url("../imgs/sort.png") no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  right: 13px;
  top: 21px;
}

.screen-item.updown::after {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  background: url("../imgs/sort.png") no-repeat center;
  background-size: cover;
  right: 13px;
  bottom: 21px;
}

.screen-item.active {
  color: #0b8f47;
}

.screen-item.up::before {
  background: url("../imgs/sort_active.png") no-repeat center;
  background-size: cover;
}

.screen-item.down::after {
  background: url("../imgs/sort_active.png") no-repeat center;
  background-size: cover;
}

.table-style .table-header {
  display: flex;
  width: 100%;
  height: 53px;
  line-height: 53px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #314555;
  margin-top: 17px;
  background: #f5f5f5;
}

.table-style .table-header .th {
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.table-style .table-body .tr {
  display: flex;
  width: 100%;
  height: 84px;
  /* line-height: 84px; */
  margin-top: 10px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.table-style .table-body .tr.ac,
.table-style .table-body .tr:hover {
  border: 1px solid #0b8f47;
}
.table-style .table-body .tr .td {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

.table-style .table-body .tr .ddd {
  display: flex;
}
.table-style .table-body .tr .img {
  display: block;
  width: 148px;
  height: 100%;
}

.table-style .table-body .tr .txt {
  line-height: 24px;
  flex: 1;
  box-sizing: border-box;
  padding: 8px 20px;
  text-align: left;
}

.table-style .table-body .tr .price {
  font-size: 18px;
  color: #0b8f47;
  font-weight: bold;
}

.table-style .table-body .tr .bbbbt {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #0b8f47;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #0b8f47;
  border-radius: 16px;
}

.table-style .table-body .tr.ac .bbbbt,
.table-style .table-body .tr:hover .bbbbt {
  background-color: #2ed87b;
  border-color: #2ed87b;
  color: #fff;
}

.page-index {
  width: 100%;
  height: 32px;
  text-align: center;
  margin-top: 30px;
}

.page-index .itm {
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  height: 32px;
  line-height: 30px;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  margin-right: 12px;
  cursor: pointer;
}

.page-index .itm.disable {
  color: #b3b3b3;
}

.page-index .itm.active {
  background-color: #2ed87b;
  border-color: #2ed87b;
  color: #fff;
}

.disnoe {
  display: none;
}

.block-style {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.block-style .sp-item {
  width: 358px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 30px;
}

.block-style .sp-item:hover {
  border-color: #0b8f47;
}

.block-style .sp-item:nth-child(3n) {
  margin-right: 0;
}

.block-style .sp-item .img-box {
  width: 100%;
  height: 200px;
}

.block-style .sp-item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.block-style .sp-item .text-box {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}

.sp-item .text-box .tit {
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.form-title {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 18px;
}
.form-title::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background-color: #2ed87b;
}

.form-tb-header {
  width: 100%;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  display: flex;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.dsds {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prc {
  color: #0b8f47;
  font-size: 16px;
  font-weight: bold;
}

.form-tb-tr {
  width: 100%;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  display: flex;
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.count-num-container {
  width: 100%;
  height: 25px;
  display: flex;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 25px;
  text-align: center;
}

.count-num-container .jian,
.count-num-container .jia {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #0b8f47;
  border-radius: 2px;
  cursor: pointer;
  color: #0b8f47;
}
.count-num-container .jian.disable,
.count-num-container .jia.disable {
  border-color: #cccccc;
  color: #cccccc;
}

.count-num-container .count {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.count-num-container .count input {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  text-align: center;
}

.sub-form {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.sub-form .lleft {
  width: 753px;
}

.sub-form .rright {
  width: 366px;
}

.radius4 {
  border-radius: 4px;
  background-color: #fff;
  padding: 0 17px;
  box-sizing: border-box;
}

.ttttt {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 18px;
  border-bottom: 2px solid #f1f1f1;
}
.ttttt.hide-border {
  border-color: transparent;
}
.ttttt::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background-color: #2ed87b;
}
.sb-form {
  padding-bottom: 20px;
}
.sb-form .gp {
  margin-top: 20px;
  min-height: 40px;
  line-height: 40px;
  display: flex;
}

.sb-form .gp .label {
  width: 76px;
  font-size: 14px;
  color: #333;
}

.sb-form .gp .value {
  flex: 1;
}

.sb-form .gp .value input {
  display: block;
  width: 337px;
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
  margin: 0;
  outline: 0;
  border: 1px solid #ccc;
}

.sb-form .gp .value textarea {
  display: block;
  width: 337px;
  height: 79px;
  line-height: 40px;
  padding: 0 11px;
  margin: 0;
  outline: 0;
  border: 1px solid #ccc;
}

.chajia {
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

.cj-form .itm {
  margin-top: 32px;
  display: flex;
  height: 25px;
  line-height: 25px;
}

.cj-form .itm .l {
  font-size: 14px;
  width: 76px;
  color: #333;
}

.cj-form .itm .p {
  width: 337px;
  color: #0b8f47;
  font-size: 16px;
  font-weight: bold;
}

.cj-form .itm .n {
  width: 160px;
  margin-top: 0;
}

.cj-form .tp {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: rgba(84, 221, 138, 0.1);
  margin-top: 25px;
  border-radius: 4px;
  padding: 0 11px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}

.submit-box {
  margin-top: 20px;
  padding: 32px 17px 20px;
  display: flex;
  flex-wrap: wrap;
}

.submit-box .ggp {
  width: 50%;
  display: flex;
  line-height: 14px;
  margin-bottom: 20px;
}

.submit-box .ggp .lb {
  width: 78px;
  font-size: 14px;
  color: #333;
}

.submit-box .ggp .vl {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.submit-box .ggp .v-b {
  font-size: 22px;
  color: #0b8f47;
}

.sb-btn {
  width: 259px;
  height: 50px;
  line-height: 50px;
  background: #2ed87b;
  border-radius: 4px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.rright .sb-tit {
  text-align: center;
  margin-top: 11px;
  font-size: 18px;
  color: #000;
}
.rright .sb-tit b {
  color: #2ed87b;
}

.zuowei {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
}

.zuowei .tdd {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
  color: #808080;
}

.tdd.mr2 {
  margin-right: 16px;
}

.zuowei .tmd {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
  color: #808080;
}

.zuowei .tmd.sp {
  border: 1px solid #b3b3b3;
  border-radius: 6px;
}

.dsaaab {
  background-color: #d9d9d9 !important;
  color: #808080 !important;
}

.dsdred {
  background-color: #f93f44 !important;
  color: #fff !important;
}

.dsdblue {
  background-color: #3c95d7 !important;
  color: #fff !important;
}

.guize {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.guize .dgp {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 18px;
  color: #000;
}

.guize .dgp.pr20 {
  padding-right: 20px;
  text-align: right;
}

.guize .dgp.pl34 {
  padding-left: 34px;
}

.color-block {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #f7f7f7;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
}

.color-block.blue {
  background-color: #3c95d7;
  border-color: #3c95d7;
}

.color-block.red {
  background-color: #f93f44;
  border-color: #f93f44;
}

.color-block.gray {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.order-filter {
  display: flex;
}

.order-right {
  flex: 1;
  height: 100%;
  margin-left: 20px;
  border-radius: 4px;
  box-sizing: border-box;
}

.order-right .form-title {
  height: 38px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.order-search {
  width: 100%;
  height: 100px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-top: 5px;
}

.order-table-header {
  display: flex;
  width: 100%;
  line-height: 53px;
  height: 53px;
  border: 1px solid #e6e6e6;
  font-size: 14ppx;
  color: #333;
  font-weight: bold;
  background-color: #f7f7f7;
  margin-top: 10px;
  text-align: center;
}

.order-table-body .tr {
  width: 100%;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 14px;
}

.order-table-body .tr:hover {
  border-color: #3a9e61;
}

.order-table-body .tr .hd {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
  padding: 0 10px;
  box-sizing: border-box;
}

.order-table-body .tr .by {
  display: flex;
  width: 100%;
  height: 104px;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
}

.order-table-body .tr .td {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.order-table-body .tr .ddd {
  display: flex;
}
.order-table-body .tr .img {
  display: block;
  width: 148px;
  height: 100%;
}

.order-table-body .tr .txt {
  line-height: 24px;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;
}

.order-table-body .tr .price {
  font-size: 18px;
  color: #0b8f47;
  font-weight: bold;
}

.order-table-body .tr .text-btn {
  margin-bottom: 6px;
  cursor: pointer;
}

.order-table-body .tr .text-btn.green {
  color: #0b8f47;
}

.detail-top {
  display: flex;
}

.detail-top-right {
  margin-left: 20px;
  flex: 1;
  display: flex;
  background: #fff;

  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.detail-top-right .pic-swiper {
  width: 526px;
  height: 526px;
  overflow: hidden;
}

.detail-top-right .pic-swiper .img {
  width: 100%;
  height: 100%;
  display: block;
}

.detail-top-right .d-word {
  flex: 1;
  padding: 20px;
}

.detail-top-right .d-word .dt-tit {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
}

.dd-s-form {
  margin-top: 30px;
}

.dd-s-form .d-gp {
  display: flex;
  margin-top: 18px;
}

.dd-s-form .d-gp .d-label {
  width: 86px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.dd-s-form .d-gp .d-value {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.b-pcire {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0b8f47;
  line-height: 11px;
}

.huaxina {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: line-through;
  color: #333333;
}

.gg-img {
  display: block;
  width: 43px;
  height: 43px;
  margin-right: 6px;
  box-sizing: border-box;
  cursor: pointer;
}

.gg-img.active {
  border: 1px solid #0b8f47;
}

.gg-text {
  display: block;
  margin-right: 6px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 4px;
}

.gg-text.active {
  border: 1px solid #0b8f47;
}

.count-box {
  width: auto;
  display: flex;
}

.count-box .jian,
.count-box .jia {
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #ffffff;
  border: 1px solid #c8c7cc;
  text-align: center;
  cursor: pointer;
}

.count-box .num {
  width: 43px;
  height: 22px;
  line-height: 20px;
  background: #ffffff;
  border: 1px solid #c8c7cc;
  margin: 0 4px;
  text-align: center;
}

.count-box .num input {
  display: block;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.d-btn {
  width: 138px;
  height: 44px;
  background: #2ed87b;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  line-height: 44px;

  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 60px;
  cursor: pointer;
}

.detail-box {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.ctb {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 31px;
  padding: 17px 0;
}

.t-and-w {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.t-and-w .t-tit {
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}

.t-word {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}

.w-img {
  display: block;
  width: 345px;
  height: 215px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.submit-table-header {
  display: flex;
  width: 100%;
  line-height: 53px;
  height: 53px;
  border: 1px solid #e6e6e6;
  font-size: 14ppx;
  color: #333;
  font-weight: bold;
  background-color: #f7f7f7;
  margin-top: 10px;
  text-align: center;
}

.submit-table-body .tr {
  width: 100%;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 14px;
}

.submit-table-body .tr:hover {
  border-color: #3a9e61;
}

.submit-table-body .tr .hd {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
  padding: 0 10px;
  box-sizing: border-box;
}

.submit-table-body .tr .by {
  display: flex;
  width: 100%;
  height: 104px;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
}

.submit-table-body .tr .td {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.submit-table-body .tr .ddd {
  display: flex;
}
.submit-table-body .tr .img {
  display: block;
  width: 148px;
  height: 100%;
}

.submit-table-body .tr .txt {
  line-height: 24px;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;

  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.submit-table-body .tr .price {
  font-size: 18px;
  color: #0b8f47;
  font-weight: bold;
}

.submit-table-body .tr .text-btn {
  margin-bottom: 6px;
  cursor: pointer;
}

.submit-table-body .tr .text-btn.green {
  color: #0b8f47;
}

.tip-tips {
  width: 100%;
  height: 144px;
  padding: 0 17px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 16px;
}

.tip-tips h2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 31px;
  height: 60px;
  padding: 23px 0 17px 0;
  box-sizing: border-box;
}

.ttt-p {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border: 1px solid #cff6de;
  border-radius: 4px;
  background-color: rgba(84, 221, 138, 0.1);

  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0b8f47;
  box-sizing: border-box;
  padding-left: 10px;
}

.ffform {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.calaner {
  width: 475px;
  background-color: #fff;
  border-radius: 4px;
}

.rrrgjy {
  flex: 1;
  margin-left: 20px;
}

.date-picker{ 
  width: 100%;
  height: 530px;
}