@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
@font-face {
  font-family: Helvetica;
  src: url('../font/Helvetica.ttf') format('ttf');
}
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.titstr7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.titstr8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #fd863f;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  position: absolute;
  right: 0px;
  z-index: 100000;
}
#rightPiaoFu .content {
  position: relative;
  width: 220px;
  height: 260px;
  background-image: url(../Images/hongbao.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#rightPiaoFu .content .money {
  position: relative;
  top: 40px;
  text-align: center;
  font-size: 46px;
  color: #f01d00;
  font-weight: bold;
}
#rightPiaoFu .content .money span {
  font-weight: normal;
  font-size: 40px;
}
#rightPiaoFu .content .get {
  position: absolute;
  left: 75px;
  top: 140px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
#rightPiaoFu .close {
  position: absolute;
  right: -20px;
  top: -30px;
  cursor: pointer;
}

.fixtop{ width:100%; height:202px;}
.topone{ width:100%; height:auto; position:fixed; left:0; top:0; z-index:1000; overflow:hidden; background:#FFF}



/*结构*/
#toptools {
  background-color: #ededed;
  font-size: 13px;
  color: #333333;
  color: rgba(51, 51, 51, 0.7);
}
#toptools .content {
  width: 1280px;
  line-height: 32px;
  margin: 0 auto;
  position: relative;
}
#toptools .content .group {
  position: absolute;
  right: 0;
  top: 0;
  color: #000000;
}
#toptools .content .group ul{ margin:0px; padding:0px; list-style:none}
#toptools .content .group ul li{ margin:0px; padding:0 10px; height:32px; line-height:32px; list-style:none; float:left; padding:0 15px; border-right:1px solid #8b8b8b; font-size:14px; text-indent:15px; }
#toptools .content .group ul li:nth-child(1){ background: url(../Images/top1.png) left center no-repeat;}
#toptools .content .group ul li:nth-child(2){ background: url(../Images/top2.png) left center no-repeat; border:0px; margin-left:10px;}



#toptools .content .group a {
  color: #333333;
  color: rgba(51, 51, 51, 0.7);
}
#toptools .content .group a:hover {
  color: #6c9940;
}
#toptools .content .group .login {
  color: #6c9940;
  font-weight: bold;
  padding-right: 10px;
}
#toptools .content .group .reg {
  display: inline-block;
  padding-left: 10px;
  border-left: solid 1px #DDDDDD;
}
#top {
  position: relative;
}
#top .content {
  width: 1280px;
  height: 116px;
  line-height: 116px;
  margin: 0 auto;
  position: relative;
}
#top .content .logo {
  position: absolute;
  left: 0;
  top: 0;
}
#top .content .logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 80px;
}
#top .content .ad {
  position: absolute;
  left: 240px;
  top: 0;
  width: 170px;
  line-height: 130px;
}
#top .content .ad img {
  width: 170px;
  height: 62px;
  vertical-align: middle;
}
#top .content .search_group {
  position: absolute;
  right: 210px;
  top: 29px;
  width: 670px;
  height: 62px;
  border: solid 1px #fc863e;
  border-radius: 4px;
  overflow: hidden;
}
#top .content .search_group .search {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#top .content .search_group .search form {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#top .content .search_group .search form input {
  position: absolute;
  left: 2%;
  top: 0;
  width: 100%;
  height: 96%;
  border: none;
  outline: none;
  font-size: 16px;
}
#top .content .search_group .search form input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#top .content .search_group .search span {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 62px;
  line-height:62px;
  text-indent:59px;
  width: 121px;
  background-color: #fc8640;
  color:#FFF;
  background-image: url(../Images/snoe.png);
  background-position: left 21px center;
  background-repeat: no-repeat;
}

#top .mbox{ position: absolute; right:0px; top:30px; border:1px solid #6c983f; border-radius:10px}
#top .mbox ul{ margin:0px; padding:0px; list-style:none}
#top .mbox ul li{ margin:0px; padding:0px 26px; list-style:none;  height:59px; line-height:59px; text-align:center; float:left; border-left:1px solid #6c983f; font-size:16px; color:#333333}
#top .mbox ul li:nth-child(1){ border:0px;}

#top .content .group {
  position: absolute;
  right: 0;
  top: 34px;
  width: 220px;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  border: solid 1px #D6D6D6;
  border-radius: 4px;
}
#top .content .group .cart {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  overflow: hidden;
  background-color: #fd863f;
  background-image: url(../Images/g2.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
}
#top .content .group .cart span {
  position: relative;
  color: #FFFFFF;
  display: block;
  padding-left: 46px;
}
#top .content .group .cart span i {
  font-style: initial;
  font-weight: bold;
}
#top .content .group .cart a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top .content .group .order {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
#top .content .group .order a {
  display: block;
}
#menu {
  position: relative;
  background-color: #6c9940;
  color: #FFFFFF;
  z-index: 99999;
}
#menu .content {
  width: 1280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  position: relative;
}
#menu .content .nav {
  position: relative;
  text-align: center;
}
#menu .content .nav ul {
  position: relative;
  width: 96%;
  padding: 0 2%;
}
#menu .content .nav ul li {
  position: relative;
  float: left;
  font-size: 17px;
  border-left: solid 1px #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  width: 12.5%;
  box-sizing: border-box;
}
#menu .content .nav ul li a {
  display: block;
  padding: 0 35px;
  color: #FFFFFF;
}
#menu .content .nav ul li:hover {
  background-color: #fd863f;
}
#menu .content .nav ul li.active {
  background-color: #fd863f;
}
#menu .content .nav ul li.new:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url(../Images/g6.png);
  background-size: 100% 100%;
}
#menu .content .nav ul li:nth-child(1) {
  border: none;
}
#menu .content .nav ul:after {
  content: " ";
  display: block;
  clear: both;
}
#homebanner {
  width: 1280px;
  height: 450px;
  margin: 20px auto;
  position: relative;
}
#homebanner .swiper-container {
  position: relative;
  width: 940px;
  height: 100%;
  margin: 0;
}
#homebanner .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#homebanner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#homebanner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#homebanner .swiper-container .pagination {
  position: relative;
  left: -20px;
  text-align: right;
  top: -30px;
  z-index: 100;
}
#homebanner .swiper-container .pagination span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 3px;
  background-color: #6c9940;
  opacity: 1;
}
#homebanner .swiper-container .pagination .swiper-pagination-bullet-active {
  background: #fd863f;
}
#homebanner .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  border: solid 1px #d0ddc3;
  box-sizing: border-box;
  border-radius: 4px;
}
#homebanner .right .thisname {
  position: relative;
  font-size: 24px;
  line-height: 45px;
  padding-left: 54px;
  color: #6c9940;
  font-weight: bold;
  background-image: url(../Images/g21.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 10px 10px 0 10px;
  border-bottom: solid 1px #d3e0c5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homebanner .right .thisname:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 54px;
  height: 2px;
  background-color: #FFFFFF;
  z-index: 100;
}
#homebanner .right ul {
  position: relative;
  padding: 0 10px;
}
#homebanner .right ul li {
  position: relative;
  line-height: 38px;
  font-size: 14px;
  border-bottom: solid 1px #e4e4e4;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homebanner .right ul li:after {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #6c9940;
}
#homebanner .right ul li:nth-last-child(1) {
  border-bottom: none;
}
#homeProduct {
  position: relative;
}
#homeProduct .group {
  width: 1280px;
  margin: 20px auto;
  position: relative;
}
#homeProduct .group .names {
  height: 45px;
  line-height: 45px;
  position: relative;
  border-bottom: solid 1px #d3e0c5;
}
#homeProduct .group .names .tname {
  position: relative;
  font-size: 24px;
  float: left;
  font-weight: bold;
  color: #6c9940;
  padding-left: 54px;
}
#homeProduct .group .names .tname span {
  position: absolute;
  left: 0;
  top: 1px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#homeProduct .group .names .sorts {
  float: right;
}
#homeProduct .group .names .sorts a {
  font-size: 14px;
  color: #585858;
}
#homeProduct .group .names .sorts a:hover {
  color: #fd863f;
}
#homeProduct .group .product {
  position: relative;
  margin: 20px 0;
}
#homeProduct .group .product .sortlist {
  position: relative;
  height: 530px;
}
#homeProduct .group .product .sortlist .sortgroup {
  position: relative;
  height: 100%;
}
#homeProduct .group .product .sortlist .sortgroup .sortdata {
  position: relative;
  height: 154px;
  background-size: cover;
  background-position: center center;
}
#homeProduct .group .product .sortlist .sortgroup .sortdata .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  line-height: 46px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homeProduct .group .product .sortlist .sortgroup .sortdata .name span {
  display: block;
  padding: 0 15px;
  color: #FFFFFF;
}
#homeProduct .group .product .sortlist .sortgroup .sortdata .name a {
  position: absolute;
  right: 0;
  top: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  padding: 0 10px;
}
#homeProduct .group .product .sortlist .sortgroup .sortdata .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#homeProduct .group .product .sortlist .sortgroup .sortdata:hover .name {
  background-color: rgba(253, 134, 63, 0.9);
}
#homeProduct .group .product .sortlist .sortgroup .list {
  position: relative;
}
#homeProduct .group .product .sortlist .sortgroup .list ul {
  position: relative;
  margin-top: 6px;
}
#homeProduct .group .product .sortlist .sortgroup .list ul li {
  position: relative;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
}
#homeProduct .group .product .sortlist .sortgroup .list ul li span {
  position: absolute;
  left: 4px;
  top: 0;
  color: #6c9940;
}
#homeProduct .group .product .sortlist .sortgroup .list ul li a {
  display: block;
  color: #262626;
  margin-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homeProduct .group .product .sortlist .sortgroup .list ul li label {
  color: #999999;
}
#homeProduct .group .product .sortlist .sortgroup .list ul li:hover a {
  color: #fd863f;
  text-decoration: underline;
}
#homeProduct .group .product .sortlist .sortgroup:nth-child(4n) {
  padding-right: 0;
}
#homeProduct .group .product .sortlist:after {
  content: " ";
  display: block;
  clear: both;
}
#homeProduct .group .ad img {
  width: 100%;
}
#homeProduct .group:nth-child(2n) .product .left .sorts .sort {
  background-color: #bcd5f7;
}
#home_recommend_product {
  position: relative;
  background-color: #f6f6f6;
  padding: 35px 0;
}
#home_recommend_product .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#home_recommend_product .content .names {
  height: 45px;
  line-height: 45px;
  position: relative;
  border-bottom: solid 1px #d3e0c5;
}
#home_recommend_product .content .names .tname {
  position: relative;
  font-size: 24px;
  float: left;
  font-weight: bold;
  color: #6c9940;
  padding-left: 54px;
}
#home_recommend_product .content .names .tname span {
  position: absolute;
  left: 0;
  top: 1px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#home_recommend_product .content .names .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #585858;
}
#home_recommend_product .content .names .more:hover {
  color: #fd863f;
}
#home_recommend_product .content .product {
  position: relative;
  margin-top: 30px;
}
#home_recommend_product .content .product .swiper-wrapper {
  position: relative;
}
#home_recommend_product .content .product .swiper-wrapper .swiper-slide {
  position: relative;
}
#home_recommend_product .content .product .swiper-wrapper .swiper-slide .data {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
}
#home_recommend_product .content .product .swiper-wrapper .swiper-slide .data .pic {
  position: relative;
  height: 290px;
  overflow: hidden;
}
#home_recommend_product .content .product .swiper-wrapper .swiper-slide .data .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.2s;
}
#home_recommend_product .content .product .swiper-wrapper .swiper-slide .data .pic a:hover {
  transform: scale(1.05);
}
#home_recommend_product .content .product .swiper-wrapper .swiper-slide .data .tit {
  margin-top: 10px;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_recommend_product .content .product .swiper-wrapper .swiper-slide .data .sort {
  position: relative;
  line-height: 26px;
  font-size: 14px;
  color: #6c9940;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_recommend_product .content .product .swiper-wrapper .swiper-slide .data:hover {
  background-color: #FFFFFF;
}
#home_news {
  position: relative;
  padding: 35px 0;
}
#home_news .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#home_news .content .company {
  position: relative;
  float: left;
  width: 620px;
  height: 450px;
  background-color: #f6f6f6;
}
#home_news .content .company .pic {
  position: relative;
  height: 220px;
  background-position: center center;
  background-size: cover;
}
#home_news .content .company .name {
  position: relative;
  font-size: 22px;
  line-height: 44px;
  font-weight: bold;
  color: #6c9940;
  padding: 10px;
  padding-bottom: 0;
}
#home_news .content .company .text {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  height: 104px;
  color: #666666;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#home_news .content .company .more {
  position: relative;
  margin-top: 10px;
}
#home_news .content .company .more a {
  color: #6c9940;
  padding: 0 10px;
  font-size: 14px;
  line-height: 43px;
}
#home_news .content .news {
  position: relative;
  float: right;
  width: 620px;
  height: 450px;
}
#home_news .content .news .names {
  height: 45px;
  line-height: 45px;
  position: relative;
  border-bottom: solid 1px #d3e0c5;
}
#home_news .content .news .names .tname {
  position: relative;
  font-size: 24px;
  float: left;
  font-weight: bold;
  color: #6c9940;
  padding-left: 54px;
}
#home_news .content .news .names .tname span {
  position: absolute;
  left: 0;
  top: 1px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#home_news .content .news .names .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #585858;
}
#home_news .content .news .names .more:hover {
  color: #fd863f;
}
#home_news .content .news .list {
  position: relative;
  margin-top: 30px;
}
#home_news .content .news .list ul li {
  position: relative;
  border-bottom: dashed 1px #DDDDDD;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#home_news .content .news .list ul li .date {
  font-size: 15px;
  color: #666666;
}
#home_news .content .news .list ul li .tit {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_news .content .news .list ul li .tit:hover {
  font-weight: bold;
  text-decoration: underline;
}
#home_news .content .news .list ul li .tit:hover a {
  color: #fd863f;
}
#home_news .content:after {
  content: " ";
  display: block;
  clear: both;
}
#home_partner {
  position: relative;
  padding: 10px 0;
}
#home_partner .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#home_partner .content .names {
  height: 45px;
  line-height: 45px;
  position: relative;
  border-bottom: solid 1px #d3e0c5;
}
#home_partner .content .names .tname {
  position: relative;
  font-size: 24px;
  float: left;
  font-weight: bold;
  color: #6c9940;
  padding-left: 54px;
}
#home_partner .content .names .tname span {
  position: absolute;
  left: 0;
  top: 1px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#home_partner .content .names .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #585858;
}
#home_partner .content .names .more:hover {
  color: #fd863f;
}
#home_partner .content .list {
  position: relative;
  margin: 30px 0;
  overflow: hidden;
  height: 85px;
}
#home_partner .content .list .items {
  position: relative;
}
#home_partner .content .list .items .item {
  position: relative;
  width: 205px;
  height: 85px;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
#home_partner .content .list .items .item a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.2s;
}
#home_partner .content .list .items .item:hover a {
  transform: scale(1.05);
}
#home_partner .content .list .items:after {
  content: " ";
  display: block;
  clear: both;
}
#footer {
  position: relative;
  color: #FFFFFF;
}
#footer .content1 {
  position: relative;
  background-color: #6c9940;
  padding: 20px 0;
}
#footer .content1 .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#footer .content1 .content .item {
  position: relative;
  float: left;
  padding-left: 72px;
  margin-right: 70px;
}
#footer .content1 .content .item .t1 {
  font-size: 24px;
  line-height: 43px;
  font-weight: bold;
}
#footer .content1 .content .item .t2 {
  font-size: 14px;
  line-height: 20px;
}
#footer .content1 .content .item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/g15.png);
}
#footer .content1 .content .item.item2:after {
  background-image: url(../Images/g16.png);
}
#footer .content1 .content .item.item3:after {
  background-image: url(../Images/g17.png);
}
#footer .content1 .content .item.item4:after {
  background-image: url(../Images/g18.png);
}
#footer .content1 .content .item.item5 {
  margin-right: 0;
}
#footer .content1 .content:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .content2 {
  position: relative;
  background-color: #262824;
  padding: 30px 0;
}
#footer .content2 .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#footer .content2 .content .menu {
  position: relative;
  float: left;
  width: 160px;
  margin-right: 30px;
}
#footer .content2 .content .menu .sortname {
  font-size: 16px;
  line-height: 43px;
  color: #FFFFFF;
  font-weight: bold;
}
#footer .content2 .content .menu ul li {
  font-size: 14px;
  line-height: 32px;
}
#footer .content2 .content .menu ul li a {
  color: #bdbdbc;
}
#footer .content2 .content .contact {
  position: relative;
  float: right;
  max-width:520px;
}
#footer .content2 .content .contact .t1 {
  position: relative;
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
}
#footer .content2 .content .contact .t2 {
  font-size: 14px;
  line-height: 32px;
  color: #bdbdbc;
}
#footer .content2 .content .contact .t3 {
  font-size: 14px;
  line-height: 32px;
  color: #bdbdbc;
  margin-top: 30px;
}
#footer .content2 .content .contact .t3 a {
  color: #FFFFFF;
  color: #bdbdbc;
}
#footer .content2 .content .contact .t4 {
  position: absolute;
  right: 0;
  top: 30px;
}
#footer .content2 .content:after {
  content: " ";
  display: block;
  clear: both;
}
#newslist {
  position: relative;
  padding: 20px 0;
  background-color: #f4f4f4;
}
#newslist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#newslist .content .datalist {
  position: relative;
  width: 960px;
  float: left;
}
#newslist .content .datalist .list {
  position: relative;
  background-color: #FFFFFF;
  padding: 24px 28px;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
}
#newslist .content .datalist .list ul {
  position: relative;
}
#newslist .content .datalist .list ul li {
  position: relative;
  height: 118px;
  border-bottom: solid 1px #efefef;
  margin-bottom: 20px;
}
#newslist .content .datalist .list ul li .data {
  position: relative;
  height: 94px;
}
#newslist .content .datalist .list ul li .data .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  border: solid 1px #dce0d7;
}
#newslist .content .datalist .list ul li .data .date .t1 {
  position: relative;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  margin-top: 10px;
  font-weight: bold;
}
#newslist .content .datalist .list ul li .data .date .t1 span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 18px;
  height: 2px;
  background-color: #6c9940;
  transform: translateX(-50%);
}
#newslist .content .datalist .list ul li .data .date .t2 {
  font-size: 13px;
  line-height: 42px;
  color: #777777;
}
#newslist .content .datalist .list ul li .data .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  height: 100%;
}
#newslist .content .datalist .list ul li .data .obj .tit {
  position: relative;
  font-size: 20px;
  line-height: 42px;
  color: #555555;
}
#newslist .content .datalist .list ul li .data .obj .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#newslist .content .datalist .list ul li .data .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#newslist .content .datalist .list ul li:hover .data .date {
  background-color: #fd863f;
  border-color: #fd863f;
}
#newslist .content .datalist .list ul li:hover .data .date .t1 {
  color: #FFFFFF;
}
#newslist .content .datalist .list ul li:hover .data .date .t1 span {
  background-color: #FFFFFF;
}
#newslist .content .datalist .list ul li:hover .data .date .t2 {
  color: #FFFFFF;
}
#newslist .content .datalist .list ul li:hover .data .obj .tit a {
  text-decoration: underline;
  color: #fd863f;
}
#newslist .content .datalist #newsshow {
  position: relative;
  background-color: #FFFFFF;
  padding: 24px 28px;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
}
#newslist .content .datalist #newsshow .title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0;
}
#newslist .content .datalist #newsshow .date {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #888888;
}
#newslist .content .datalist #newsshow .text {
  font-size: 15px;
  line-height: 30px;
}
#newslist .content .datalist #newsshow .text img {
  max-width: 100%;
}
#newslist .content .datalist #newsshow .other {
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  margin: 20px 0;
}
#newslist .content .recommend {
  position: relative;
  width: 296px;
  float: right;
}
#newslist .content .recommend .group {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
  padding: 15px;
  margin-bottom: 30px;
}
#newslist .content .recommend .group .names {
  height: 45px;
  line-height: 45px;
  position: relative;
}
#newslist .content .recommend .group .names .tname {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #6c9940;
  padding-left: 54px;
  border-bottom: solid 1px #d3e0c5;
}
#newslist .content .recommend .group .names .tname span {
  position: absolute;
  left: 0;
  top: 1px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#newslist .content .recommend .group ul {
  position: relative;
  margin-top: 10px;
}
#newslist .content .recommend .group ul li {
  position: relative;
  font-size: 15px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newslist .content .recommend .group ul li span {
  color: #6c9940;
  margin-right: 4px;
}
#newslist .content:after {
  content: " ";
  display: block;
  clear: both;
}
#page {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
#page a,
#page span,
#page em {
  position: relative;
  display: inline-block;
  font-style: normal;
  background-color: #FFFFFF;
  line-height: 34px;
  width: 34px;
  font-size: 14px;
  margin: 0 5px;
  border-radius: 4px;
  box-shadow: 0 0 4px #DDDDDD;
  text-align: center;
}
#page .current {
  background-color: #fd863f;
  color: #FFFFFF;
}
#page .prev,
#page .next {
  width: 70px;
}
#page .first,
#page .end {
  width: 70px;
}
#page .first em,
#page .end em {
  box-shadow: none;
}
#page.right {
  width: 1280px;
  margin: 30px auto;
  text-align: right;
}
#productlist {
  position: relative;
  background-color: #f4f4f4;
  padding-bottom: 1px;
}
#productlist .banner {
  position: relative;
  height: 300px;
  background-image: url(../Images/g22.jpg);
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
}
#productlist .banner .t1 {
  position: relative;
  font-size: 52px;
  font-weight: bold;
  padding-top: 80px;
}
#productlist .banner .t2 {
  position: relative;
  font-size: 23px;
  margin-top: 10px;
  font-family: Helvetica;
  letter-spacing: 2px;
}
#productlist .banner .t2 span {
  display: inline-block;
  padding: 0 140px;
  background: url(../Images/g23.png) left center no-repeat, url(../Images/g23.png) right center no-repeat;
}
#productlist .sortlist {
  position: relative;
  background-color: #FFFFFF;
}
#productlist .sortlist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#productlist .sortlist .content a {
  display: inline-block;
  line-height: 60px;
  font-size: 16px;
  margin-right: 50px;
  border-bottom: solid 2px #FFFFFF;
  box-sizing: border-box;
}
#productlist .sortlist .content a.active {
  font-weight: bold;
  color: #fd863f;
  border-color: #fd863f;
}
#productlist .datalist {
  position: relative;
  width: 1280px;
  margin: 20px auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px #EEEEEE;
}
#productlist .datalist .items {
  position: relative;
}
#productlist .datalist .items .item {
  position: relative;
  border-bottom: solid 1px #ededed;
  font-size: 15px;
  margin: 1px 0;
  cursor: pointer;
}
#productlist .datalist .items .item .zd {
  position: relative;
  float: left;
  padding: 15px;
  line-height: 34px;
  overflow: hidden;
}
#productlist .datalist .items .item .zd.zd1 {
  width: 100px;
  padding-left: 20px;
}
#productlist .datalist .items .item .zd.zd2 {
  width: 370px;
}
#productlist .datalist .items .item .zd.zd6 {
  width: 80px;
}
#productlist .datalist .items .item .zd.zd3 {
  width: 160px;
}
#productlist .datalist .items .item .zd.zd4 {
  width: 300px;
}
#productlist .datalist .items .item .zd.zd5 {
  float: right;
  width: 96px;
  margin-right: 0;
  padding: 20px 0;
  text-align: center;
}
#productlist .datalist .items .item .zd.zd5 .dinggou {
  display: inline-block;
  background-color: #fd863f;
  color: #FFFFFF;
  line-height: 34px;
  width: 56px;
  border-radius: 4px;
}
#productlist .datalist .items .item.head {
  font-weight: bold;
  font-size: 16px;
}
#productlist .datalist .items .item.head:hover {
  background-color: #FFFFFF;
}
#productlist .datalist .items .item:nth-child(2n+3) {
  background-color: #f4f4f3;
}
#productlist .datalist .items .item:hover {
  background-color: #eaf0e4;
}
#productlist .datalist .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#about {
  position: relative;
  background-color: #f4f4f4;
  padding-bottom: 1px;
}
#about .banner {
  position: relative;
  height: 300px;
  background-image: url(../Images/g22.jpg);
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
}
#about .banner .t1 {
  position: relative;
  font-size: 52px;
  font-weight: bold;
  padding-top: 80px;
}
#about .banner .t2 {
  position: relative;
  font-size: 23px;
  margin-top: 10px;
  font-family: Helvetica;
  letter-spacing: 2px;
}
#about .banner .t2 span {
  display: inline-block;
  padding: 0 140px;
  background: url(../Images/g23.png) left center no-repeat, url(../Images/g23.png) right center no-repeat;
}
#about .sortlist {
  position: relative;
  background-color: #FFFFFF;
}
#about .sortlist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#about .sortlist .content a {
  display: inline-block;
  line-height: 60px;
  font-size: 16px;
  margin-right: 50px;
  border-bottom: solid 2px #FFFFFF;
  box-sizing: border-box;
}
#about .sortlist .content a.active {
  font-weight: bold;
  color: #fd863f;
  border-color: #fd863f;
}
#about .article {
  position: relative;
  width: 1280px;
  margin: 20px auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px #EEEEEE;
  border-radius: 6px;
}
#about .article .text {
  position: relative;
  padding: 20px;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
}
#about .article .text img {
  max-width: 100%;
}
#service {
  position: relative;
  background-color: #f4f4f4;
  padding-bottom: 1px;
}
#service .banner {
  position: relative;
  height: 300px;
  background-image: url(../Images/g22.jpg);
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
}
#service .banner .t1 {
  position: relative;
  font-size: 52px;
  font-weight: bold;
  padding-top: 80px;
}
#service .banner .t2 {
  position: relative;
  font-size: 23px;
  margin-top: 10px;
  font-family: Helvetica;
  letter-spacing: 2px;
}
#service .banner .t2 span {
  display: inline-block;
  padding: 0 140px;
  background: url(../Images/g23.png) left center no-repeat, url(../Images/g23.png) right center no-repeat;
}
#service .sortlist {
  position: relative;
  background-color: #FFFFFF;
}
#service .sortlist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#service .sortlist .content a {
  display: inline-block;
  line-height: 60px;
  font-size: 16px;
  margin-right: 50px;
  border-bottom: solid 2px #FFFFFF;
  box-sizing: border-box;
}
#service .sortlist .content a.active {
  font-weight: bold;
  color: #fd863f;
  border-color: #fd863f;
}
#service .article {
  position: relative;
  width: 1280px;
  margin: 20px auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px #EEEEEE;
  border-radius: 6px;
}
#service .article .text {
  position: relative;
  padding: 20px;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
}
#service .article .text img {
  max-width: 100%;
}
.reg_xieyi {
  position: relative;
  padding: 20px;
}
.reg_xieyi .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 1000;
  background-image: url(../Images/g26.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.reg_xieyi .title {
  position: relative;
  text-align: center;
  color: #fd863f;
  font-size: 22px;
  margin: 10px 0;
}
.reg_xieyi .textcon {
  position: relative;
  overflow: auto;
  padding-right: 16px;
  height: 310px;
}
.reg_xieyi .textcon .text {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  overflow: hidden;
}
.reg_xieyi .textcon .text img {
  max-width: 100%;
}
.reg_xieyi .textcon::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.reg_xieyi .textcon::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.reg_xieyi .textcon::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
#member_center {
  position: relative;
  padding: 20px 0;
  background-color: #f4f4f4;
}
#member_center .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#member_center .content .menu {
  float: left;
  width: 210px;
  background: #FFFFFF;
  padding: 10px 0;
  box-shadow: 0 0 4px #DDDDDD;
  border-radius: 6px;
  min-height: 640px;
}
#member_center .content .menu .tname {
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 30px;
}
#member_center .content .menu ul li {
  position: relative;
  line-height: 48px;
  border-left: solid 3px #FFFFFF;
  margin-bottom: 10px;
}
#member_center .content .menu ul li a {
  display: block;
  padding: 0 30px;
}
#member_center .content .menu ul li.active {
  border-left: solid 3px #6c9940;
  background-color: #eaf0e4;
}
#member_center .content .menu ul li:hover {
  border-left: solid 3px #6c9940;
  background-color: #eaf0e4;
}
#member_center .content .menu ul li:hover a {
  color: #6c9940;
}
#member_center .content .mcontent {
  width: 1000px;
  float: right;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px #DDDDDD;
  border-radius: 6px;
  padding: 10px 25px;
  min-height: 640px;
}
#member_center .content:after {
  content: " ";
  display: block;
  clear: both;
}
#welcome {
  position: relative;
  padding: 40px 40px;
}
#welcome .t1 {
  position: relative;
  font-size: 26px;
  line-height: 48px;
  color: #fd863f;
}
#welcome .t2 {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 30px;
}
#welcome .t3 {
  position: relative;
  font-size: 16px;
  line-height: 50px;
}
#welcome .t3 span {
  color: #fd863f;
  font-weight: bold;
}
#editpwd {
  position: relative;
}
#editpwd .thisname {
  position: relative;
  line-height: 54px;
  color: #6c9940;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 1px #d3e0c5;
}
#editpwd form {
  position: relative;
  margin-top: 32px;
}
#editpwd form .item {
  position: relative;
  margin: 16px 0;
  line-height: 50px;
}
#editpwd form .item .ziduan {
  position: relative;
  float: left;
  width: 240px;
  text-align: right;
  font-size: 16px;
  color: #444444;
}
#editpwd form .item .val {
  position: relative;
  float: left;
}
#editpwd form .item .val input {
  position: relative;
  width: 440px;
  height: 46px;
  padding: 0 12px;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  outline: none;
}
#editpwd form .item .val input:focus {
  border: solid 1px #6c9940;
}
#editpwd form .item .val .submit {
  display: inline-block;
  cursor: pointer;
  width: 140px;
  line-height: 50px;
  text-align: center;
  background-color: #6c9940;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 6px;
}
#editpwd form .item .val.danger input:focus {
  border-color: #FF0000;
}
#editpwd form .item:after {
  content: " ";
  display: block;
  clear: both;
}
#money {
  position: relative;
}
#money .thisname {
  position: relative;
  line-height: 54px;
  color: #6c9940;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 1px #d3e0c5;
}
#money .thisname label {
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
  margin-left: 0px;
}
#money .thisname .recharge {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 86px;
  line-height: 34px;
  border: solid 1px #fd863f;
  border-radius: 4px;
  text-align: center;
  font-weight: normal;
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
}
#money .datalist {
  position: relative;
}
#money .datalist .head {
  position: relative;
  font-size: 15px;
  background-color: #f4f4f3;
  line-height: 50px;
  border-bottom: solid 1px #d3e0c5;
  font-weight: bold;
  color: #333333;
}
#money .datalist .head .t1 {
  position: relative;
  float: left;
  width: 180px;
  padding: 0 15px;
}
#money .datalist .head .t2 {
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
}
#money .datalist .head .t3 {
  position: relative;
  float: left;
  width: 160px;
  text-align: center;
}
#money .datalist .head .t4 {
  position: relative;
  float: left;
  width: 410px;
  padding: 0 40px;
}
#money .datalist .head:after {
  content: " ";
  display: block;
  clear: both;
}
#money .datalist .items {
  position: relative;
}
#money .datalist .items .item {
  position: relative;
  font-size: 15px;
  padding: 18px 0;
  line-height: 30px;
  border-bottom: solid 1px #d3e0c5;
}
#money .datalist .items .item .t1 {
  position: relative;
  float: left;
  width: 180px;
  padding: 0 15px;
}
#money .datalist .items .item .t2 {
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
}
#money .datalist .items .item .t2 .s1 {
  color: #6c9940;
}
#money .datalist .items .item .t2 .s2 {
  color: #fd863f;
}
#money .datalist .items .item .t3 {
  position: relative;
  float: left;
  width: 160px;
  text-align: center;
}
#money .datalist .items .item .t4 {
  position: relative;
  float: left;
  width: 410px;
  padding: 0 40px;
}
#money .datalist .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#money_recharge {
  position: relative;
}
#money_recharge .thisname {
  position: relative;
  line-height: 54px;
  color: #6c9940;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 1px #d3e0c5;
}
#money_recharge .group {
  position: relative;
  margin: 30px 0;
}
#money_recharge .group .item {
  position: relative;
  font-size: 16px;
  margin-bottom: 16px;
}
#money_recharge .group .item .ziduan {
  position: relative;
  float: left;
  width: 150px;
  text-align: right;
  color: #333333;
  line-height: 50px;
}
#money_recharge .group .item .val {
  position: relative;
  float: left;
  max-width: 770px;
}
#money_recharge .group .item .val input {
  position: relative;
  height: 44px;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  width: 476px;
  outline: none;
  text-indent: 10px;
  font-size: 16px;
}
#money_recharge .group .item .val input:focus {
  border-color: #6c9940;
}
#money_recharge .group .item .val label {
  font-weight: bold;
  color: #fd863f;
  margin-left: 10px;
}
#money_recharge .group .item .val textarea {
  position: relative;
  display: block;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  outline: none;
  width: 740px;
  height: 124px;
  padding: 8px 12px;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 34px;
}
#money_recharge .group .item:after {
  content: " ";
  display: block;
  clear: both;
}
#money_recharge .paytype {
  position: relative;
  margin-top: 40px;
}
#money_recharge .paytype .head {
  position: relative;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  border-top: solid 1px #d3e0c5;
  border-bottom: solid 1px #d3e0c5;
}
#money_recharge .paytype .head .t1 {
  display: inline-block;
  width: 240px;
  text-indent: 45px;
  margin-right: 20px;
}
#money_recharge .paytype .head .t2 {
  display: inline-block;
  max-width: 660px;
}
#money_recharge .paytype .items {
  position: relative;
}
#money_recharge .paytype .items .item {
  line-height: 50px;
  font-size: 15px;
  border-bottom: solid 1px #d3e0c5;
}
#money_recharge .paytype .items .item .t1 {
  display: inline-block;
  width: 240px;
  text-indent: 30px;
  margin-right: 20px;
}
#money_recharge .paytype .items .item .t1 input {
  position: relative;
  top: 3px;
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
#money_recharge .paytype .items .item .t2 {
  display: inline-block;
  max-width: 660px;
}
#money_recharge .btns {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
#money_recharge .btns .btn {
  display: inline-block;
  width: 136px;
  line-height: 48px;
  border: solid 1px #6c9940;
  color: #6c9940;
  font-size: 16px;
  border-radius: 6px;
  margin: 0 5px;
  cursor: pointer;
}
#money_recharge .btns .btn.submit {
  background-color: #fd863f;
  border-color: #fd863f;
  color: #FFFFFF;
}
#wechat_pay {
  position: relative;
  padding: 1px;
}
#wechat_pay .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 1000;
  background-image: url(../Images/g26.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#wechat_pay .t1 {
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 40px 0 20px 0;
  line-height: 70px;
}
#wechat_pay .t1 span {
  color: #fd863f;
  font-size: 24px;
}
#wechat_pay .t1 span i {
  font-size: 36px;
  font-style: normal;
}
#wechat_pay .pic {
  position: relative;
  width: 180px;
  height: 180px;
  border: solid 1px #6c9940;
  box-sizing: border-box;
  margin: 20px auto;
  text-align: center;
}
#wechat_pay .pic img {
  position: relative;
  top: 18px;
  width: 144px;
  height: 144px;
}
#wechat_pay .t2 {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
#wechat_pay .t2 span {
  position: relative;
  display: inline-block;
  background-image: url(../Images/g27.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 36px;
}
#order {
  position: relative;
}
#order .thisname {
  position: relative;
  line-height: 54px;
  color: #6c9940;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 1px #d3e0c5;
}
#order .thisname label {
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
  margin-left: 0px;
}
#order .thisname .recharge {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 86px;
  line-height: 34px;
  border: solid 1px #fd863f;
  border-radius: 4px;
  text-align: center;
  font-weight: normal;
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
}
#order .datalist {
  position: relative;
}
#order .datalist .head {
  position: relative;
  font-size: 15px;
  background-color: #f4f4f3;
  line-height: 50px;
  border-bottom: solid 1px #d3e0c5;
  font-weight: bold;
  color: #333333;
}
#order .datalist .head .t1 {
  position: relative;
  float: left;
  width: 220px;
  padding: 0 15px;
}
#order .datalist .head .t2 {
  position: relative;
  float: left;
  width: 320px;
  padding: 0 15px;
}
#order .datalist .head .t3 {
  position: relative;
  float: left;
  width: 200px;
  padding: 0 15px;
}
#order .datalist .head .t3 .mu {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
  background-image: url(../Images/g28.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#order .datalist .head .t3 .mlist {
  display: none;
  position: absolute;
  left: 0;
  top: 80%;
  z-index: 100;
  padding: 5px 0;
  margin: 0 15px;
  width: 120px;
  border: solid 1px #d3e0c5;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#order .datalist .head .t3 .mlist .mitem {
  cursor: pointer;
  position: relative;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
#order .datalist .head .t3 .mlist .mitem:hover {
  background-color: #DDDDDD;
}
#order .datalist .head .t3 .mlist .mitem.active {
  background-color: #DDDDDD;
}
#order .datalist .head .t4 {
  position: relative;
  float: right;
  width: 130px;
  text-align: center;
}
#order .datalist .head:after {
  content: " ";
  display: block;
  clear: both;
}
#order .datalist .items {
  position: relative;
}
#order .datalist .items .item {
  position: relative;
  font-size: 15px;
  padding: 18px 0;
  line-height: 30px;
  border-bottom: solid 1px #d3e0c5;
}
#order .datalist .items .item .t1 {
  position: relative;
  float: left;
  width: 220px;
  padding: 0 15px;
}
#order .datalist .items .item .t2 {
  position: relative;
  float: left;
  width: 320px;
  padding: 0 15px;
}
#order .datalist .items .item .t3 {
  position: relative;
  float: left;
  width: 200px;
  padding: 0 15px;
}
#order .datalist .items .item .t3 .s1 {
  color: #6c9940;
}
#order .datalist .items .item .t3 .s0 {
  color: #fd863f;
}
#order .datalist .items .item .t4 {
  position: relative;
  float: right;
  width: 130px;
  text-align: center;
}
#order .datalist .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#order .orderdetail {
  position: relative;
}
#order .orderdetail .detail {
  position: relative;
  padding: 10px 0;
  border-bottom: solid 1px #d3e0c5;
}
#order .orderdetail .detail .t1 {
  position: relative;
  font-size: 15px;
  line-height: 32px;
}
#order .orderdetail .detail .t1 span {
  color: #fd863f;
}
#order .orderdetail .items {
  position: relative;
}
#order .orderdetail .items .item {
  position: relative;
  border-bottom: solid 1px #d3e0c5;
  padding: 30px 0;
}
#order .orderdetail .items .item .pic {
  position: relative;
  float: left;
  width: 194px;
  height: 194px;
}
#order .orderdetail .items .item .pic a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#order .orderdetail .items .item .obj {
  position: relative;
  float: right;
  width: 780px;
  font-size: 15px;
  line-height: 36px;
}
#order .orderdetail .items .item .obj .s1 {
  font-weight: bold;
  color: #fd863f;
}
#order .orderdetail .items .item .obj .s1 a {
  color: #fd863f;
}
#order .orderdetail .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#scoresrecord {
  position: relative;
}
#scoresrecord .thisname {
  position: relative;
  line-height: 54px;
  color: #6c9940;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 1px #d3e0c5;
}
#scoresrecord .thisname label {
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
  margin-left: 0px;
}
#scoresrecord .thisname .recharge {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 86px;
  line-height: 34px;
  border: solid 1px #fd863f;
  border-radius: 4px;
  text-align: center;
  font-weight: normal;
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
}
#scoresrecord .datalist {
  position: relative;
}
#scoresrecord .datalist .head {
  position: relative;
  font-size: 15px;
  background-color: #f4f4f3;
  line-height: 50px;
  border-bottom: solid 1px #d3e0c5;
  font-weight: bold;
  color: #333333;
}
#scoresrecord .datalist .head .t1 {
  position: relative;
  float: left;
  width: 180px;
  padding: 0 15px;
}
#scoresrecord .datalist .head .t2 {
  position: relative;
  float: left;
  width: 410px;
  padding: 0 15px;
}
#scoresrecord .datalist .head .t2 .mu {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
  background-image: url(../Images/g28.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#scoresrecord .datalist .head .t2 .mlist {
  display: none;
  position: absolute;
  left: 0;
  top: 80%;
  z-index: 100;
  padding: 5px 0;
  margin: 0 15px;
  width: 120px;
  border: solid 1px #d3e0c5;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#scoresrecord .datalist .head .t2 .mlist .mitem {
  cursor: pointer;
  position: relative;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
#scoresrecord .datalist .head .t2 .mlist .mitem:hover {
  background-color: #DDDDDD;
}
#scoresrecord .datalist .head .t2 .mlist .mitem.active {
  background-color: #DDDDDD;
}
#scoresrecord .datalist .head .t3 {
  position: relative;
  float: left;
  width: 110px;
  padding: 0 15px;
  text-align: center;
}
#scoresrecord .datalist .head .t4 {
  position: relative;
  float: right;
  width: 170px;
  padding: 0 15px;
}
#scoresrecord .datalist .head:after {
  content: " ";
  display: block;
  clear: both;
}
#scoresrecord .datalist .items {
  position: relative;
}
#scoresrecord .datalist .items .item {
  position: relative;
  font-size: 15px;
  padding: 18px 0;
  line-height: 30px;
  border-bottom: solid 1px #d3e0c5;
}
#scoresrecord .datalist .items .item .t1 {
  position: relative;
  float: left;
  width: 180px;
  padding: 0 15px;
}
#scoresrecord .datalist .items .item .t2 {
  position: relative;
  float: left;
  width: 410px;
  padding: 0 15px;
}
#scoresrecord .datalist .items .item .t3 {
  position: relative;
  float: left;
  width: 110px;
  padding: 0 15px;
  text-align: center;
}
#scoresrecord .datalist .items .item .t3 .s1 {
  color: #6c9940;
}
#scoresrecord .datalist .items .item .t3 .s0 {
  color: #fd863f;
}
#scoresrecord .datalist .items .item .t4 {
  position: relative;
  float: right;
  width: 170px;
  padding: 0 15px;
}
#scoresrecord .datalist .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#scores_shopcart {
  position: relative;
  padding: 1px 0;
  background-color: #f4f4f4;
}
#scores_shopcart .content {
  position: relative;
  width: 1280px;
  margin: 0 auto 50px;
}
#scores_shopcart .content .address {
  position: relative;
  line-height: 56px;
  font-size: 13px;
  color: #777777;
}
#scores_shopcart .content .address a {
  color: #777777;
}
#scores_shopcart .content .cart {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
}
#scores_shopcart .content .cart .thisname {
  position: relative;
  line-height: 56px;
  font-size: 28px;
  color: #fd863f;
}
#scores_shopcart .content .cart .thisname span {
  color: #777777;
  font-size: 15px;
  margin-left: 10px;
}
#scores_shopcart .content .cart .head {
  position: relative;
  border-top: solid 1px #cbd9bd;
  border-bottom: solid 1px #cbd9bd;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
#scores_shopcart .content .cart .head div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#scores_shopcart .content .cart .head .t1 {
  width: 600px;
}
#scores_shopcart .content .cart .head .t2 {
  width: 80px;
  text-align: center;
  margin-right: 290px;
}
#scores_shopcart .content .cart .head .t3 {
  width: 80px;
  text-align: center;
}
#scores_shopcart .content .cart .head .t4 {
  width: 60px;
  text-align: center;
}
#scores_shopcart .content .cart .head:after {
  content: " ";
  display: block;
  clear: both;
}
#scores_shopcart .content .cart .items {
  position: relative;
}
#scores_shopcart .content .cart .items .item {
  position: relative;
  border-bottom: solid 1px #cbd9bd;
  padding: 18px 0;
  line-height: 30px;
  font-size: 15px;
}
#scores_shopcart .content .cart .items .item div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#scores_shopcart .content .cart .items .item .t1 {
  width: 600px;
}
#scores_shopcart .content .cart .items .item .t2 {
  width: 80px;
  text-align: center;
  margin-right: 290px;
}
#scores_shopcart .content .cart .items .item .t3 {
  width: 80px;
  text-align: center;
}
#scores_shopcart .content .cart .items .item .t3 input {
  position: relative;
  display: block;
  width: 100%;
  border: solid 1px #cbd9bd;
  border-radius: 4px;
  text-align: center;
  height: 36px;
  outline: none;
  font-size: 15px;
}
#scores_shopcart .content .cart .items .item .t3 input::-webkit-outer-spin-button,
#scores_shopcart .content .cart .items .item .t3 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#scores_shopcart .content .cart .items .item .t3 input[type="number"] {
  -moz-appearance: textfield;
}
#scores_shopcart .content .cart .items .item .t4 {
  width: 60px;
  text-align: center;
}
#scores_shopcart .content .cart .items .item .t4 .delete {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 36px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/g30.png);
}
#scores_shopcart .content .cart .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#scores_shopcart .content .cart .btns {
  position: relative;
  margin: 20px 0;
}
#scores_shopcart .content .cart .btns a {
  display: inline-block;
  width: 144px;
  line-height: 45px;
  border: solid 1px #6c9940;
  box-sizing: border-box;
  border-radius: 4px;
  color: #6c9940;
  text-align: center;
  background-color: #FFFFFF;
  transition: all 0.2s;
}
#scores_shopcart .content .cart .btns .submit {
  position: absolute;
  right: 0;
  top: 0;
  color: #fd863f;
  border-color: #fd863f;
}
#scorescreate {
  position: relative;
  padding: 1px 0;
  background-color: #f4f4f4;
}
#scorescreate .content {
  position: relative;
  width: 1280px;
  margin: 0 auto 50px;
}
#scorescreate .content .address {
  position: relative;
  line-height: 56px;
  font-size: 13px;
  color: #777777;
}
#scorescreate .content .address a {
  color: #777777;
}
#scorescreate .content .cart {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
}
#scorescreate .content .cart .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
}
#scorescreate .content .cart .thisname span {
  color: #777777;
  font-size: 15px;
  margin-left: 10px;
}
#scorescreate .content .cart .head {
  position: relative;
  border-top: solid 1px #cbd9bd;
  border-bottom: solid 1px #cbd9bd;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
#scorescreate .content .cart .head div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#scorescreate .content .cart .head .t1 {
  width: 600px;
}
#scorescreate .content .cart .head .t2 {
  width: 80px;
  text-align: center;
  margin-right: 200px;
}
#scorescreate .content .cart .head .t3 {
  width: 80px;
  text-align: center;
  margin-right: 80px;
}
#scorescreate .content .cart .head .t4 {
  width: 60px;
  text-align: center;
}
#scorescreate .content .cart .head:after {
  content: " ";
  display: block;
  clear: both;
}
#scorescreate .content .cart .items {
  position: relative;
}
#scorescreate .content .cart .items .item {
  position: relative;
  border-bottom: solid 1px #cbd9bd;
  padding: 18px 0;
  line-height: 30px;
  font-size: 15px;
}
#scorescreate .content .cart .items .item div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#scorescreate .content .cart .items .item .t1 {
  width: 600px;
}
#scorescreate .content .cart .items .item .t2 {
  width: 80px;
  text-align: center;
  margin-right: 200px;
}
#scorescreate .content .cart .items .item .t3 {
  width: 80px;
  text-align: center;
  margin-right: 80px;
}
#scorescreate .content .cart .items .item .t4 {
  width: 60px;
  text-align: center;
  color: #fd863f;
  font-weight: bold;
}
#scorescreate .content .cart .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#scorescreate .content .cart .other {
  position: relative;
  text-align: right;
  font-size: 15px;
  line-height: 66px;
  margin-top: 10px;
}
#scorescreate .content .cart .other a {
  position: relative;
  display: inline-block;
  border: solid 1px #fd863f;
  color: #fd863f;
  line-height: 46px;
  background-color: #fd863f;
  color: #FFFFFF;
  padding: 0 25px;
  border-radius: 4px;
  margin-left: 10px;
}
#scorescreate .content .checkaddress {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#scorescreate .content .checkaddress .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#scorescreate .content .checkaddress .thisname a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 46px;
  color: #6c9940;
}
#scorescreate .content .checkaddress .head {
  position: relative;
  border-bottom: solid 1px #cbd9bd;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
#scorescreate .content .checkaddress .head div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#scorescreate .content .checkaddress .head .t1 {
  width: 140px;
}
#scorescreate .content .checkaddress .head .t2 {
  width: 180px;
}
#scorescreate .content .checkaddress .head .t3 {
  width: 800px;
}
#scorescreate .content .checkaddress .head:after {
  content: " ";
  display: block;
  clear: both;
}
#scorescreate .content .checkaddress .items {
  position: relative;
  padding: 18px 0;
}
#scorescreate .content .checkaddress .items .item {
  position: relative;
  line-height: 30px;
  font-size: 15px;
  display: none;
}
#scorescreate .content .checkaddress .items .item div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#scorescreate .content .checkaddress .items .item .t1 {
  width: 140px;
}
#scorescreate .content .checkaddress .items .item .t2 {
  width: 180px;
}
#scorescreate .content .checkaddress .items .item .t3 {
  width: 800px;
}
#scorescreate .content .checkaddress .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#scorescreate .content .checkaddress .items .item.active {
  display: block;
}
#scorescreate .content .paytype {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#scorescreate .content .paytype .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#scorescreate .content .paytype .head {
  position: relative;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px #d3e0c5;
}
#scorescreate .content .paytype .head .t1 {
  display: inline-block;
  width: 240px;
  text-indent: 45px;
  margin-right: 20px;
}
#scorescreate .content .paytype .head .t2 {
  display: inline-block;
  max-width: 660px;
}
#scorescreate .content .paytype .items {
  position: relative;
}
#scorescreate .content .paytype .items .item {
  line-height: 50px;
  font-size: 15px;
  border-bottom: solid 1px #d3e0c5;
}
#scorescreate .content .paytype .items .item .t1 {
  display: inline-block;
  width: 240px;
  text-indent: 30px;
  margin-right: 20px;
}
#scorescreate .content .paytype .items .item .t1 input {
  position: relative;
  top: 3px;
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
#scorescreate .content .paytype .items .item .t1 span {
  color: #fd863f;
  font-weight: bold;
}
#scorescreate .content .paytype .items .item .t2 {
  display: inline-block;
  max-width: 660px;
}
#scorescreate .content .paytype .items .item .t2 a {
  color: #fd863f;
  margin-left: 10px;
}
#scorescreate .content .money {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#scorescreate .content .money .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#scorescreate .content .money .data {
  position: relative;
  text-align: right;
  font-size: 15px;
  line-height: 38px;
  padding: 10px 0;
}
#scorescreate .content .money .data span {
  display: inline-block;
  min-width: 120px;
  padding: 0 10px;
}
#scorescreate .content .money .data .t2 {
  background-color: #f4f4f3;
  line-height: 60px;
  border-top: solid 1px #cbd9bd;
  margin-top: 10px;
}
#scorescreate .content .money .data .t2 span {
  font-weight: bold;
  color: #fd863f;
  font-size: 20px;
}
#scorescreate .content .btns {
  position: relative;
  top: 10px;
  text-align: right;
}
#scorescreate .content .btns span {
  position: relative;
  display: inline-block;
  background-color: #fd863f;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 54px;
  width: 184px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
/*
 弹窗-选中地址
 * */
.checkAddressList {
  position: relative;
}
.checkAddressList .thisname {
  position: relative;
  line-height: 60px;
  border-bottom: solid 1px #e5e5e5;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.checkAddressList .thisname .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  background-image: url(../Images/g26.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.checkAddressList .itemlist {
  position: relative;
  height: 400px;
  overflow: auto;
}
.checkAddressList .itemlist .items {
  position: relative;
  padding: 20px 20px;
}
.checkAddressList .itemlist .items .item {
  position: relative;
  width: 370px;
  height: 160px;
  border: solid 1px #d4d4d4;
  float: left;
  margin-bottom: 16px;
  cursor: pointer;
}
.checkAddressList .itemlist .items .item.active {
  border-color: #fd863f;
  background-image: url(../Images/g31.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.checkAddressList .itemlist .items .item:nth-child(2n) {
  float: right;
}
.checkAddressList .itemlist .items .item .data {
  position: relative;
  padding: 15px 20px;
}
.checkAddressList .itemlist .items .item .data .t1 {
  line-height: 35px;
  font-weight: bold;
}
.checkAddressList .itemlist .items .item .data .t2 {
  font-size: 14px;
  line-height: 30px;
  margin: 0px 0 6px 0;
  font-weight: bold;
}
.checkAddressList .itemlist .items .item .data .t3 {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.checkAddressList .itemlist .items:after {
  content: " ";
  display: block;
  clear: both;
}
.checkAddressList .add {
  position: relative;
  margin-top: 10px;
  text-align: center;
}
.checkAddressList .add a {
  display: inline-block;
  width: 178px;
  line-height: 42px;
  border: solid 1px #fd863f;
  color: #fd863f;
  border-radius: 4px;
}
#review {
  position: relative;
}
#review .thisname {
  position: relative;
  line-height: 54px;
  color: #6c9940;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 1px #d3e0c5;
}
#review .thisname label {
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
  margin-left: 0px;
}
#review .thisname .recharge {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 86px;
  line-height: 34px;
  border: solid 1px #fd863f;
  border-radius: 4px;
  text-align: center;
  font-weight: normal;
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
}
#review .datalist {
  position: relative;
}
#review .datalist .items {
  position: relative;
}
#review .datalist .items .item {
  position: relative;
  border-bottom: solid 1px #d3e0c5;
  padding: 20px;
}
#review .datalist .items .item .t1 {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  color: #6c9940;
}
#review .datalist .items .item .t1 a {
  color: #333333;
}
#review .datalist .items .item .t2 {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  margin: 5px 0;
  color: #262626;
}
#review .datalist .items .item .t2 img {
  max-width: 100%;
}
#review .datalist .items .item .t3 {
  font-size: 14px;
  line-height: 24px;
  padding-top: 6px;
  color: #888888;
}
#review .datalist .items .item .replay {
  position: relative;
  padding: 10px 20px;
  background-color: #f4f4f4;
  margin-top: 10px;
}
#review .datalist .items .item .replay .r1 {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  color: #6c9940;
}
#review .datalist .items .item .replay .r2 {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  margin: 5px 0;
  color: #262626;
}
#review .datalist .items .item .replay .r2 img {
  max-width: 100%;
}
#review .datalist .items .item .replay .r3 {
  font-size: 14px;
  line-height: 24px;
  padding-top: 6px;
  color: #888888;
}
#address {
  position: relative;
}
#address .thisname {
  position: relative;
  line-height: 54px;
  color: #6c9940;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 1px #d3e0c5;
}
#address .thisname label {
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
  margin-left: 0px;
}
#address .thisname .recharge {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 146px;
  line-height: 34px;
  border: solid 1px #fd863f;
  border-radius: 4px;
  text-align: center;
  font-weight: normal;
  color: #fd863f;
  font-size: 15px;
  cursor: pointer;
}
#address .datalist {
  position: relative;
}
#address .datalist .items {
  position: relative;
}
#address .datalist .items .item {
  position: relative;
  border: solid 2px #eaf0e4;
  padding: 15px 25px;
  margin: 16px 0;
  padding-right: 160px;
}
#address .datalist .items .item .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  z-index: 10;
  background-image: url(../Images/g26.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#address .datalist .items .item .tool {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 30px;
  font-size: 15px;
}
#address .datalist .items .item .tool a {
  color: #6c9940;
  margin-left: 16px;
}
#address .datalist .items .item .t1 {
  position: relative;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
#address .datalist .items .item .t1 span {
  position: relative;
  display: inline-block;
  background-color: #fd863f;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  margin-left: 10px;
  border-radius: 4px;
  padding: 0 10px;
}
#address .datalist .items .item .t2 {
  font-size: 14px;
  line-height: 30px;
}
.layer_address_add {
  display: none;
}
.layui-layer-content .address_add {
  position: relative;
}
.layui-layer-content .address_add .thisname {
  position: relative;
  line-height: 50px;
  border-bottom: solid 1px #e5e5e5;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
}
.layui-layer-content .address_add .thisname .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  background-image: url(../Images/g26.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.layui-layer-content .address_add .form {
  position: relative;
  margin: 30px 0;
}
.layui-layer-content .address_add .form .item {
  position: relative;
  margin-bottom: 16px;
}
.layui-layer-content .address_add .form .item .ziduan {
  position: relative;
  line-height: 50px;
  float: left;
  width: 130px;
  text-align: right;
  font-size: 15px;
}
.layui-layer-content .address_add .form .item .val {
  position: relative;
  float: left;
  width: 490px;
}
.layui-layer-content .address_add .form .item .val select {
  position: relative;
  display: block;
  height: 44px;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  outline: none;
  width: 32%;
  text-indent: 10px;
  font-size: 15px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../Images/g28.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.layui-layer-content .address_add .form .item .val select.city {
  margin: 0 2%;
}
.layui-layer-content .address_add .form .item .val select.danger {
  border-color: #FF0000;
}
.layui-layer-content .address_add .form .item .val input {
  position: relative;
  display: block;
  height: 44px;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  outline: none;
  width: 100%;
  text-indent: 10px;
  font-size: 15px;
}
.layui-layer-content .address_add .form .item .val input:focus {
  border-color: #6c9940;
}
.layui-layer-content .address_add .form .item .val input.danger {
  border-color: #FF0000;
}
.layui-layer-content .address_add .form .item:after {
  content: " ";
  display: block;
  clear: both;
}
.layui-layer-content .address_add .btns {
  position: relative;
  text-align: center;
}
.layui-layer-content .address_add .btns .btn {
  position: relative;
  display: inline-block;
  width: 165px;
  line-height: 46px;
  box-sizing: border-box;
  border: solid 1px #fd863f;
  background-color: #fd863f;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 4px;
}
.layui-layer-content .address_add .btns .btn.reset {
  width: 125px;
  border-color: #6c9940;
  color: #6c9940;
  background-color: #FFFFFF;
}
.layer_address_edit {
  display: none;
}
.layui-layer-content .address_edit {
  position: relative;
}
.layui-layer-content .address_edit .thisname {
  position: relative;
  line-height: 50px;
  border-bottom: solid 1px #e5e5e5;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
}
.layui-layer-content .address_edit .thisname .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  background-image: url(../Images/g26.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.layui-layer-content .address_edit .form {
  position: relative;
  margin: 30px 0;
}
.layui-layer-content .address_edit .form .item {
  position: relative;
  margin-bottom: 16px;
}
.layui-layer-content .address_edit .form .item .ziduan {
  position: relative;
  line-height: 50px;
  float: left;
  width: 130px;
  text-align: right;
  font-size: 15px;
}
.layui-layer-content .address_edit .form .item .val {
  position: relative;
  float: left;
  width: 490px;
}
.layui-layer-content .address_edit .form .item .val select {
  position: relative;
  display: block;
  height: 44px;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  outline: none;
  width: 32%;
  text-indent: 10px;
  font-size: 15px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../Images/g28.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.layui-layer-content .address_edit .form .item .val select.city {
  margin: 0 2%;
}
.layui-layer-content .address_edit .form .item .val select.danger {
  border-color: #FF0000;
}
.layui-layer-content .address_edit .form .item .val input {
  position: relative;
  display: block;
  height: 44px;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  outline: none;
  width: 100%;
  text-indent: 10px;
  font-size: 15px;
}
.layui-layer-content .address_edit .form .item .val input:focus {
  border-color: #6c9940;
}
.layui-layer-content .address_edit .form .item .val input.danger {
  border-color: #FF0000;
}
.layui-layer-content .address_edit .form .item:after {
  content: " ";
  display: block;
  clear: both;
}
.layui-layer-content .address_edit .btns {
  position: relative;
  text-align: center;
}
.layui-layer-content .address_edit .btns .btn {
  position: relative;
  display: inline-block;
  width: 165px;
  line-height: 46px;
  box-sizing: border-box;
  border: solid 1px #fd863f;
  background-color: #fd863f;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 4px;
}
.layui-layer-content .address_edit .btns .btn.reset {
  width: 125px;
  border-color: #6c9940;
  color: #6c9940;
  background-color: #FFFFFF;
}
#shopcart {
  position: relative;
  padding: 1px 0;
  background-color: #f4f4f4;
}
#shopcart .content {
  position: relative;
  width: 1280px;
  margin: 0 auto 50px;
}
#shopcart .content .address {
  position: relative;
  line-height: 56px;
  font-size: 13px;
  color: #777777;
}
#shopcart .content .address a {
  color: #777777;
}
#shopcart .content .cart {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
}
#shopcart .content .cart .thisname {
  position: relative;
  line-height: 56px;
  font-size: 28px;
  color: #fd863f;
}
#shopcart .content .cart .thisname span {
  color: #777777;
  font-size: 15px;
  margin-left: 10px;
}
#shopcart .content .cart .head {
  position: relative;
  border-top: solid 1px #cbd9bd;
  border-bottom: solid 1px #cbd9bd;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
#shopcart .content .cart .head div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#shopcart .content .cart .head .t1 {
  width: 120px;
}
#shopcart .content .cart .head .t2 {
  width: 760px;
  margin: 0 10px;
}
#shopcart .content .cart .head .t3 {
  width: 160px;
  display: none;
}
#shopcart .content .cart .head .t4 {
  width: 170px;
  display: none;
}
#shopcart .content .cart .head .t5 {
  width: 100px;
  text-align: center;
}
#shopcart .content .cart .head .t6 {
  width: 50px;
  float: right;
  text-align: center;
}
#shopcart .content .cart .head:after {
  content: " ";
  display: block;
  clear: both;
}
#shopcart .content .cart .items {
  position: relative;
}
#shopcart .content .cart .items .item {
  position: relative;
  border-bottom: solid 1px #cbd9bd;
  padding: 18px 0;
  line-height: 30px;
  font-size: 15px;
}
#shopcart .content .cart .items .item div {
  position: relative;
  float: left;
  padding: 0 15px;
  min-height: 1px;
}
#shopcart .content .cart .items .item .t1 {
  width: 120px;
}
#shopcart .content .cart .items .item .t2 {
  width: 760px;
  margin: 0 10px;
}
#shopcart .content .cart .items .item .t3 {
  width: 160px;
  display: none;
}
#shopcart .content .cart .items .item .t4 {
  width: 170px;
  display: none;
}
#shopcart .content .cart .items .item .t5 {
  width: 100px;
  text-align: center;
}
#shopcart .content .cart .items .item .t5 input {
  position: relative;
  display: inline-block;
  width: 60px;
  border: solid 1px #cbd9bd;
  border-radius: 4px;
  text-align: center;
  height: 36px;
  outline: none;
  font-size: 15px;
}
#shopcart .content .cart .items .item .t5 input::-webkit-outer-spin-button,
#shopcart .content .cart .items .item .t5 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#shopcart .content .cart .items .item .t5 input[type="number"] {
  -moz-appearance: textfield;
}
#shopcart .content .cart .items .item .t6 {
  width: 50px;
  float: right;
  text-align: center;
}
#shopcart .content .cart .items .item .t6 .delete {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 36px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/g30.png);
}
#shopcart .content .cart .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#shopcart .content .cart .btns {
  position: relative;
  margin: 20px 0;
}
#shopcart .content .cart .btns a {
  display: inline-block;
  width: 144px;
  line-height: 45px;
  border: solid 1px #6c9940;
  box-sizing: border-box;
  border-radius: 4px;
  color: #6c9940;
  text-align: center;
  background-color: #FFFFFF;
  transition: all 0.2s;
}
#shopcart .content .cart .btns .clear {
  background-color: #6c9940;
  color: #FFFFFF;
}
#shopcart .content .cart .btns .submit {
  position: absolute;
  right: 0;
  top: 0;
  border-color: #fd863f;
  background-color: #fd863f;
  color: #FFFFFF;
}
#ordercreate {
  position: relative;
  padding: 1px 0;
  background-color: #f4f4f4;
}
#ordercreate .content {
  position: relative;
  width: 1280px;
  margin: 0 auto 50px;
}
#ordercreate .content .address {
  position: relative;
  line-height: 56px;
  font-size: 13px;
  color: #777777;
}
#ordercreate .content .address a {
  color: #777777;
}
#ordercreate .content .cart {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
}
#ordercreate .content .cart .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
}
#ordercreate .content .cart .thisname span {
  color: #777777;
  font-size: 15px;
  margin-left: 10px;
}
#ordercreate .content .cart .head {
  position: relative;
  border-top: solid 1px #cbd9bd;
  border-bottom: solid 1px #cbd9bd;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
#ordercreate .content .cart .head div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#ordercreate .content .cart .head .t1 {
  width: 100px;
}
#ordercreate .content .cart .head .t2 {
  width: 640px;
  margin-right: 20px;
}
#ordercreate .content .cart .head .t3 {
  width: 110px;
}
#ordercreate .content .cart .head .t4 {
  width: 80px;
  text-align: center;
}
#ordercreate .content .cart .head .t5 {
  width: 80px;
  float: right;
}
#ordercreate .content .cart .head:after {
  content: " ";
  display: block;
  clear: both;
}
#ordercreate .content .cart .items {
  position: relative;
}
#ordercreate .content .cart .items .item {
  position: relative;
  border-bottom: solid 1px #cbd9bd;
  padding: 18px 0;
  line-height: 30px;
  font-size: 15px;
}
#ordercreate .content .cart .items .item div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#ordercreate .content .cart .items .item .t1 {
  width: 100px;
}
#ordercreate .content .cart .items .item .t2 {
  width: 640px;
  margin-right: 20px;
}
#ordercreate .content .cart .items .item .t3 {
  width: 110px;
}
#ordercreate .content .cart .items .item .t4 {
  width: 80px;
  text-align: center;
  color: #fd863f;
}
#ordercreate .content .cart .items .item .t5 {
  width: 80px;
  float: right;
  font-weight: bold;
  color: #fd863f;
}
#ordercreate .content .cart .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#ordercreate .content .cart .other {
  position: relative;
  text-align: right;
  font-size: 15px;
  line-height: 66px;
  margin-top: 10px;
}
#ordercreate .content .cart .other a {
  position: relative;
  display: inline-block;
  border: solid 1px #fd863f;
  color: #fd863f;
  line-height: 46px;
  background-color: #fd863f;
  color: #FFFFFF;
  padding: 0 25px;
  border-radius: 4px;
  margin-left: 10px;
}
#ordercreate .content .checkaddress {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#ordercreate .content .checkaddress .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#ordercreate .content .checkaddress .thisname a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 46px;
  color: #6c9940;
}
#ordercreate .content .checkaddress .head {
  position: relative;
  border-bottom: solid 1px #cbd9bd;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
#ordercreate .content .checkaddress .head div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#ordercreate .content .checkaddress .head .t1 {
  width: 140px;
}
#ordercreate .content .checkaddress .head .t2 {
  width: 180px;
}
#ordercreate .content .checkaddress .head .t3 {
  width: 800px;
}
#ordercreate .content .checkaddress .head:after {
  content: " ";
  display: block;
  clear: both;
}
#ordercreate .content .checkaddress .items {
  position: relative;
  padding: 18px 0;
}
#ordercreate .content .checkaddress .items .item {
  position: relative;
  line-height: 30px;
  font-size: 15px;
  display: none;
}
#ordercreate .content .checkaddress .items .item div {
  position: relative;
  float: left;
  padding: 0 15px;
}
#ordercreate .content .checkaddress .items .item .t1 {
  width: 140px;
}
#ordercreate .content .checkaddress .items .item .t2 {
  width: 180px;
}
#ordercreate .content .checkaddress .items .item .t3 {
  width: 800px;
}
#ordercreate .content .checkaddress .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#ordercreate .content .checkaddress .items .item.active {
  display: block;
}
#ordercreate .content .kuaidi {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#ordercreate .content .kuaidi .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#ordercreate .content .kuaidi .head {
  position: relative;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px #d3e0c5;
}
#ordercreate .content .kuaidi .head .t1 {
  display: inline-block;
  width: 240px;
  text-indent: 45px;
  margin-right: 20px;
}
#ordercreate .content .kuaidi .head .t2 {
  display: inline-block;
  width: 810px;
}
#ordercreate .content .kuaidi .head .t3 {
  display: inline-block;
  width: 60px;
}
#ordercreate .content .kuaidi .items {
  position: relative;
}
#ordercreate .content .kuaidi .items .item {
  line-height: 50px;
  font-size: 15px;
  border-bottom: solid 1px #d3e0c5;
}
#ordercreate .content .kuaidi .items .item .t1 {
  display: inline-block;
  width: 240px;
  text-indent: 30px;
  margin-right: 20px;
}
#ordercreate .content .kuaidi .items .item .t1 input {
  position: relative;
  top: 3px;
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
#ordercreate .content .kuaidi .items .item .t1 span {
  color: #fd863f;
  font-weight: bold;
}
#ordercreate .content .kuaidi .items .item .t2 {
  display: inline-block;
  width: 810px;
}
#ordercreate .content .kuaidi .items .item .t2 a {
  color: #fd863f;
  margin-left: 10px;
}
#ordercreate .content .kuaidi .items .item .t3 {
  display: inline-block;
  width: 60px;
}
#ordercreate .content .paytype {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#ordercreate .content .paytype .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#ordercreate .content .paytype .head {
  position: relative;
  background-color: #f4f4f3;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px #d3e0c5;
}
#ordercreate .content .paytype .head .t1 {
  display: inline-block;
  width: 240px;
  text-indent: 45px;
  margin-right: 20px;
}
#ordercreate .content .paytype .head .t2 {
  display: inline-block;
  max-width: 660px;
}
#ordercreate .content .paytype .items {
  position: relative;
}
#ordercreate .content .paytype .items .item {
  line-height: 50px;
  font-size: 15px;
  border-bottom: solid 1px #d3e0c5;
}
#ordercreate .content .paytype .items .item .t1 {
  display: inline-block;
  width: 240px;
  text-indent: 30px;
  margin-right: 20px;
}
#ordercreate .content .paytype .items .item .t1 input {
  position: relative;
  top: 3px;
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
#ordercreate .content .paytype .items .item .t1 span {
  color: #fd863f;
  font-weight: bold;
}
#ordercreate .content .paytype .items .item .t2 {
  display: inline-block;
  max-width: 660px;
}
#ordercreate .content .paytype .items .item .t2 a {
  color: #fd863f;
  margin-left: 10px;
}
#ordercreate .content .invoice {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#ordercreate .content .invoice .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#ordercreate .content .invoice .form {
  position: relative;
}
#ordercreate .content .invoice .form .item {
  position: relative;
  margin: 20px 0;
}
#ordercreate .content .invoice .form .item .ziduan {
  position: relative;
  float: left;
  line-height: 50px;
  font-size: 15px;
  width: 80px;
  text-align: right;
}
#ordercreate .content .invoice .form .item .val {
  position: relative;
  float: left;
  width: auto;
  max-width: 600px;
  margin-left: 20px;
}
#ordercreate .content .invoice .form .item .val input {
  position: relative;
  display: block;
  border: solid 1px #DDDDDD;
  height: 42px;
  border-radius: 4px;
  width: 400px;
  text-indent: 12px;
  outline: none;
}
#ordercreate .content .invoice .form .item .val input:focus {
  border-color: #CF1900;
}
#ordercreate .content .invoice .form .item .val select {
  position: relative;
  display: block;
  border: solid 1px #DDDDDD;
  height: 42px;
  border-radius: 4px;
  width: 406px;
  text-indent: 12px;
  outline: none;
}
#ordercreate .content .invoice .form .item .val select:focus {
  border-color: #CF1900;
}
#ordercreate .content .invoice .form .item .val textarea {
  position: relative;
  display: block;
  border: solid 1px #DDDDDD;
  height: 42px;
  border-radius: 4px;
  width: 600px;
  height: 150px;
  padding: 12px;
  font-family: "微软雅黑";
  font-size: 15px;
  outline: none;
}
#ordercreate .content .invoice .form .item .val textarea:focus {
  border-color: #CF1900;
}
#ordercreate .content .invoice .form .item:after {
  content: " ";
  display: block;
  clear: both;
}
#ordercreate .content .note {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#ordercreate .content .note .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#ordercreate .content .note .text {
  position: relative;
  padding: 5px 10px;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  margin-top: 20px;
}
#ordercreate .content .note .text textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  font-size: 15px;
  line-height: 30px;
  font-family: "微软雅黑";
  outline: none;
  border: none;
}
#ordercreate .content .money {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin: 20px 0;
}
#ordercreate .content .money .thisname {
  position: relative;
  line-height: 56px;
  font-size: 24px;
  color: #fd863f;
  border-bottom: solid 1px #cbd9bd;
}
#ordercreate .content .money .coupons {
  position: relative;
  padding: 10px 20px;
  border-bottom: solid 1px #cbd9bd;
}
#ordercreate .content .money .coupons .t1 {
  position: relative;
  line-height: 32px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
#ordercreate .content .money .coupons .t2 {
  position: relative;
  font-size: 15px;
  line-height: 40px;
}
#ordercreate .content .money .coupons .t2 span {
  position: relative;
  display: inline-block;
  margin-right: 45px;
}
#ordercreate .content .money .coupons .t2 span label {
  position: absolute;
  left: 4px;
  top: 10px;
  width: 16px;
  height: 16px;
  border: solid 1px #acacac;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
#ordercreate .content .money .coupons .t2 span label:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #acacac;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#ordercreate .content .money .coupons .t2 span input {
  opacity: 0;
  width: 16px;
  height: 16px;
}
#ordercreate .content .money .coupons .t2 span.active label {
  border-color: #fd863f;
}
#ordercreate .content .money .coupons .t2 span.active label:after {
  background-color: #fd863f;
}
#ordercreate .content .money .data {
  position: relative;
  text-align: right;
  font-size: 15px;
  line-height: 38px;
  padding: 10px 0;
}
#ordercreate .content .money .data span {
  display: inline-block;
  min-width: 120px;
  padding: 0 10px;
}
#ordercreate .content .money .data .t2 {
  background-color: #f4f4f3;
  line-height: 60px;
  border-top: solid 1px #cbd9bd;
  margin-top: 10px;
}
#ordercreate .content .money .data .t2 span {
  font-weight: bold;
  color: #fd863f;
  font-size: 20px;
}
#ordercreate .content .btns {
  position: relative;
  top: 10px;
  text-align: right;
}
#ordercreate .content .btns span {
  position: relative;
  display: inline-block;
  background-color: #fd863f;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 54px;
  width: 184px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
#order_detail {
  position: relative;
}
#order_detail .content1 {
  width: 1220px;
  margin: 30px auto;
  position: relative;
  border-top: solid 2px #6c9940;
  background-color: #FFFFFF;
  padding-bottom: 1px;
}
#order_detail .content1 .tgroups {
  padding: 20px 0 10px 0;
}
#order_detail .content1 .tgroups .tgroup .tname {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #00a608;
}
#order_detail .content1 .tgroups .tgroup .tname2 {
  color: #6c9940;
}
#order_detail .content1 .tgroups .tgroup .text {
  text-align: center;
  font-size: 13px;
  line-height: 36px;
  color: #929292;
}
#order_detail .content1 .tips {
  text-align: center;
  font-size: 13px;
  line-height: 36px;
}
#order_detail .content1 .tips a {
  color: #6c9940;
  margin: 0 20px;
}
#order_detail .content1 .tips span {
  color: #00a608;
}
#order_detail .content1 .jindu {
  width: 1000px;
  height: 110px;
  margin: 40px auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
#order_detail .content1 .jindu0 {
  background-image: url(../Images/order_bg0.png);
}
#order_detail .content1 .jindu1 {
  background-image: url(../Images/order_bg1.png);
}
#order_detail .content1 .jindu2 {
  background-image: url(../Images/order_bg2.png);
}
#order_detail .content1 .jindu3 {
  background-image: url(../Images/z31.png);
}
#order_detail .content1 .wuliu {
  position: relative;
  border-top: solid 1px #DDDDDD;
  margin-top: 30px;
}
#order_detail .content1 .wuliu .left {
  width: 184px;
  float: left;
  padding: 20px 10px 0 40px;
}
#order_detail .content1 .wuliu .left .t1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#order_detail .content1 .wuliu .left .t2 {
  font-size: 12px;
  line-height: 24px;
}
#order_detail .content1 .wuliu .right {
  width: 870px;
  float: left;
  padding: 20px 40px 40px 60px;
  border-left: solid 1px #DDDDDD;
}
#order_detail .content1 .wuliu .right .express {
  position: relative;
  background-image: url(../Images/z71.jpg);
  background-position: left 190px top;
  background-repeat: repeat-y;
}
#order_detail .content1 .wuliu .right .express ul li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  padding: 10px 0;
  border-bottom: solid 1px #DDDDDD;
}
#order_detail .content1 .wuliu .right .express ul li .z1 {
  float: left;
  position: relative;
  width: 160px;
  padding-right: 60px;
  background-image: url(../Images/z72.jpg);
  background-position: top 5px right 20px;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
#order_detail .content1 .wuliu .right .express ul li .z2 {
  float: left;
  position: relative;
  width: 640px;
}
#order_detail .content1 .wuliu .right .express ul li:nth-last-child(1) {
  border: none;
}
#order_detail .content1 .wuliu .right .express ul li:nth-child(1) {
  color: #6c9940;
}
#order_detail .content1 .wuliu .right .express ul li:nth-child(1) .z1 {
  background-image: url(../Images/z73.jpg);
}
#order_detail .content2 {
  position: relative;
  width: 1220px;
  margin: 30px auto;
  background-color: #FFFFFF;
}
#order_detail .content2 .groups {
  position: relative;
  padding: 20px 40px;
}
#order_detail .content2 .groups .group {
  float: left;
  width: 360px;
  margin-right: 20px;
  position: relative;
}
#order_detail .content2 .groups .group .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#order_detail .content2 .groups .group .items {
  font-size: 12px;
  line-height: 30px;
}
#order_detail .content3 {
  position: relative;
  width: 1220px;
  margin: 30px auto;
  background-color: #FFFFFF;
}
#order_detail .content3 .head {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  background-color: #ececec;
  position: relative;
  text-align: center;
}
#order_detail .content3 .head .z1 {
  float: left;
  width: 356px;
  margin-left: 30px;
  text-align: left;
}
#order_detail .content3 .head .z2 {
  float: left;
  width: 130px;
  margin-left: 100px;
}
#order_detail .content3 .head .z3 {
  float: left;
  width: 120px;
  margin-left: 50px;
}
#order_detail .content3 .head .z4 {
  float: left;
  width: 130px;
  margin-left: 40px;
}
#order_detail .content3 .head .z5 {
  float: left;
  width: 130px;
  margin-left: 0;
}
#order_detail .content3 .head .z6 {
  float: left;
  width: 130px;
  margin-left: 0;
}
#order_detail .content3 .list {
  position: relative;
}
#order_detail .content3 .list ul li {
  text-align: center;
  position: relative;
  padding: 20px 0;
  border-bottom: solid 1px #DDDDDD;
  font-size: 12px;
  line-height: 24px;
}
#order_detail .content3 .list ul li .z1 {
  float: left;
  width: 356px;
  min-height: 83px;
  margin-left: 30px;
  text-align: left;
  position: relative;
}
#order_detail .content3 .list ul li .z1 .pic {
  height: 83px;
  width: 83px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#order_detail .content3 .list ul li .z1 .tit {
  font-size: 12px;
  line-height: 24px;
  width: 260px;
  padding-left: 95px;
}
#order_detail .content3 .list ul li .z1 .attrs {
  font-size: 12px;
  line-height: 24px;
  color: #949494;
  padding-left: 95px;
}
#order_detail .content3 .list ul li .z2 {
  float: left;
  width: 130px;
  margin-left: 100px;
}
#order_detail .content3 .list ul li .z3 {
  float: left;
  width: 120px;
  margin-left: 50px;
}
#order_detail .content3 .list ul li .z4 {
  float: left;
  width: 130px;
  margin-left: 40px;
}
#order_detail .content3 .list ul li .z5 {
  float: left;
  width: 130px;
  margin-left: 0;
}
#order_detail .content3 .list ul li .z6 {
  float: left;
  width: 130px;
  margin-left: 0;
}
#order_detail .content3 .list ul li .z6 .t3 {
  margin-top: 5px;
}
#order_detail .content3 .list ul li .z6 .t3 a {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #6c9940;
  color: #6c9940;
}
#order_detail .content3 .jiesuan {
  text-align: right;
  padding: 25px 10px;
  font-size: 12px;
  line-height: 30px;
}
#order_detail .content3 .jiesuan .group {
  width: 190px;
  float: right;
  text-align: left;
}
#order_detail .content3 .jiesuan .group .t3 {
  color: #6c9940;
}
#order_detail .content3 .jiesuan .group .t3 span {
  font-weight: bold;
  font-size: 20px;
}
#sms {
  position: relative;
}
#sms .content {
  position: relative;
  background-color: #FFFFFF;
  padding: 0 20px;
}
#sms .content .list {
  position: relative;
}
#sms .content .list ul li {
  position: relative;
  padding-top: 15px;
}
#sms .content .list ul li .time {
  text-align: center;
  font-size: 14px;
  line-height: 50px;
}
#sms .content .list ul li .group {
  position: relative;
  background-color: #f5f5f5;
  padding: 15px 0;
  font-size: 14px;
  line-height: 36px;
}
#sms .content .list ul li .group .tit {
  padding: 0 20px;
  font-weight: bold;
}
#sms .content .list ul li .group .tit span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #6c9940;
  border-radius: 50%;
  margin-left: 6px;
}
#sms .content .list ul li .group .text {
  padding: 10px 20px;
  border-top: solid 1px #DDDDDD;
}
#sms .content .list ul li .group .show {
  text-align: right;
  padding: 0 20px;
}
#sms .content .list ul li .group .show a {
  color: #066ee2;
}
#sms .content .page {
  padding: 20px 0;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
}
#sms .content .page em {
  font-style: normal;
}
#sms .content .page .prev,
#sms .content .page .next {
  color: #848484;
  width: 100px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #DDDDDD;
  display: inline-block;
}
#sms .content .page .current {
  color: #6c9940;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}
#sms .content .page .num {
  color: #848484;
  display: inline-block;
  margin: 0 5px;
}
#sms .content .sms_read {
  position: relative;
  padding: 20px;
}
#sms .content .sms_read .tit {
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
#sms .content .sms_read .time {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
#sms .content .sms_read .text {
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
#sms .content .sms_read .text img {
  max-width: 100%;
}
#productreview_list {
  position: relative;
}
#productreview_list .content {
  position: relative;
  padding: 12px 20px;
  background-color: #FFFFFF;
}
#productreview_list .content .head {
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 13px;
  background-color: #f5f5f5;
}
#productreview_list .content .head .z1 {
  width: 520px;
  float: left;
  text-align: center;
}
#productreview_list .content .head .z2 {
  width: 324px;
  float: left;
  text-align: center;
}
#productreview_list .content .head .z3 {
  width: 160px;
  float: right;
  text-align: center;
}
#productreview_list .content .list {
  position: relative;
}
#productreview_list .content .list ul li {
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  font-size: 12px;
  line-height: 24px;
  padding: 20px 0;
}
#productreview_list .content .list ul li .z1 {
  width: 520px;
  float: left;
  min-height: 83px;
}
#productreview_list .content .list ul li .z1 .pic {
  width: 83px;
  height: 83px;
  position: absolute;
  left: 15px;
  top: 20px;
}
#productreview_list .content .list ul li .z1 .tit {
  padding: 0 0 0 108px;
  width: 250px;
  font-size: 12px;
  line-height: 24px;
}
#productreview_list .content .list ul li .z2 {
  width: 324px;
  float: left;
  text-align: center;
  padding-top: 15px;
}
#productreview_list .content .list ul li .z2 span {
  color: #6c9940;
}
#productreview_list .content .list ul li .z3 {
  width: 160px;
  float: right;
  text-align: center;
}
#productreview_list .content .list ul li .z3 .t2 a {
  color: #066ee2;
}
#productreview_list .content .page {
  padding: 20px 0;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
}
#productreview_list .content .page em {
  font-style: normal;
}
#productreview_list .content .page .prev,
#productreview_list .content .page .next {
  color: #848484;
  width: 100px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #DDDDDD;
  display: inline-block;
}
#productreview_list .content .page .current {
  color: #6c9940;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}
#productreview_list .content .page .num {
  color: #848484;
  display: inline-block;
  margin: 0 5px;
}
#wallet {
  position: relative;
}
#wallet .content {
  position: relative;
}
#wallet .content .top {
  position: relative;
  background-color: #FFFFFF;
  height: 170px;
}
#wallet .content .top .sortname {
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
#wallet .content .top .tool {
  position: absolute;
  left: 70px;
  top: 50px;
}
#wallet .content .top .tool .t1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
#wallet .content .top .tool .t2 {
  font-size: 13px;
  line-height: 36px;
}
#wallet .content .top .tool .t3 {
  font-size: 13px;
  line-height: 36px;
}
#wallet .content .top .tool .t3 a {
  color: #066ee2;
}
#wallet .content .top .list {
  position: absolute;
  right: 0;
  top: 50px;
}
#wallet .content .top .list ul li {
  display: inline-block;
  width: 120px;
  position: relative;
}
#wallet .content .top .list ul li .icon {
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
}
#wallet .content .top .list ul li .tit {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
#wallet .content .top .list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#wallet .content .scorescontent {
  position: relative;
  background-color: #FFFFFF;
  margin-top: 15px;
}
#wallet .content .scorescontent .sorts {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #DDDDDD;
}
#wallet .content .scorescontent .groups {
  padding: 0 20px;
  position: relative;
  margin-top: 20px;
}
#wallet .content .scorescontent .groups .ziduans {
  position: relative;
  background-color: #f5f5f5;
  line-height: 40px;
  height: 40px;
}
#wallet .content .scorescontent .groups .ziduans .item {
  text-align: center;
  font-size: 13px;
  float: left;
}
#wallet .content .scorescontent .groups .ziduans .z1 {
  width: 180px;
}
#wallet .content .scorescontent .groups .ziduans .z2 {
  width: 220px;
}
#wallet .content .scorescontent .groups .ziduans .z3 {
  width: 210px;
}
#wallet .content .scorescontent .groups .ziduans .z4 {
  width: 200px;
}
#wallet .content .scorescontent .groups .ziduans .z5 {
  width: 170px;
}
#wallet .content .scorescontent .groups .list {
  position: relative;
}
#wallet .content .scorescontent .groups .list ul li {
  position: relative;
  line-height: 48px;
  border-bottom: solid 1px #DDDDDD;
}
#wallet .content .scorescontent .groups .list ul li .item {
  text-align: center;
  font-size: 12px;
  float: left;
}
#wallet .content .scorescontent .groups .list ul li .z1 {
  width: 180px;
}
#wallet .content .scorescontent .groups .list ul li .z2 {
  width: 220px;
  font-size: 14px;
}
#wallet .content .scorescontent .groups .list ul li .z2 .s1 {
  color: #6c9940;
}
#wallet .content .scorescontent .groups .list ul li .z2 .s2 {
  color: #00a608;
}
#wallet .content .scorescontent .groups .list ul li .z3 {
  width: 210px;
  font-weight: bold;
  font-size: 14px;
}
#wallet .content .scorescontent .groups .list ul li .z3 .s1 {
  color: #6c9940;
}
#wallet .content .scorescontent .groups .list ul li .z3 .s2 {
  color: #00a608;
}
#wallet .content .scorescontent .groups .list ul li .z4 {
  width: 200px;
}
#wallet .content .scorescontent .groups .list ul li .z5 {
  width: 170px;
}
#wallet .content .scorescontent .groups .list ul li .z5 a {
  color: #066ee2;
}
#wallet .content .scorescontent .groups .page {
  padding: 20px 0;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
}
#wallet .content .scorescontent .groups .page em {
  font-style: normal;
}
#wallet .content .scorescontent .groups .page .prev,
#wallet .content .scorescontent .groups .page .next {
  color: #848484;
  width: 100px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #DDDDDD;
  display: inline-block;
}
#wallet .content .scorescontent .groups .page .current {
  color: #6c9940;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}
#wallet .content .scorescontent .groups .page .num {
  color: #848484;
  display: inline-block;
  margin: 0 5px;
}
#wallet .content .scorescontent .groups_change {
  padding: 0 20px;
  position: relative;
}
#wallet .content .scorescontent .groups_change .ziduans {
  position: relative;
  background-color: #f5f5f5;
  line-height: 40px;
  height: 40px;
}
#wallet .content .scorescontent .groups_change .ziduans .item {
  text-align: center;
  font-size: 13px;
  float: left;
}
#wallet .content .scorescontent .groups_change .ziduans .z1 {
  width: 460px;
  text-align: left;
  text-indent: 76px;
}
#wallet .content .scorescontent .groups_change .ziduans .z2 {
  width: 130px;
  margin: 0 40px;
}
#wallet .content .scorescontent .groups_change .ziduans .z3 {
  width: 140px;
}
#wallet .content .scorescontent .groups_change .ziduans .z4 {
  width: 80px;
  margin-left: 90px;
}
#wallet .content .scorescontent .groups_change .list {
  position: relative;
}
#wallet .content .scorescontent .groups_change .list ul li {
  position: relative;
  line-height: 24px;
  border-bottom: solid 1px #DDDDDD;
  padding: 20px 0;
}
#wallet .content .scorescontent .groups_change .list ul li .item {
  text-align: center;
  font-size: 12px;
  float: left;
}
#wallet .content .scorescontent .groups_change .list ul li .z1 {
  width: 460px;
  text-align: left;
}
#wallet .content .scorescontent .groups_change .list ul li .z1 .data {
  padding: 0 90px 0 110px;
  position: relative;
  min-height: 85px;
}
#wallet .content .scorescontent .groups_change .list ul li .z1 .data .pic {
  position: absolute;
  left: 15px;
  top: 0;
  width: 85px;
  height: 85px;
  border: solid 1px #DDDDDD;
  background-size: contain;
  background-position: center center;
}
#wallet .content .scorescontent .groups_change .list ul li .z1 .data .num {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
#wallet .content .scorescontent .groups_change .list ul li .z2 {
  width: 130px;
  margin: 0 40px;
  font-size: 18px;
  color: #6c9940;
}
#wallet .content .scorescontent .groups_change .list ul li .z3 {
  width: 140px;
}
#wallet .content .scorescontent .groups_change .list ul li .z4 {
  width: 80px;
  margin-left: 90px;
  line-height: 24px;
}
#wallet .content .scorescontent .groups_change .list ul li .z4 .t2 a {
  color: #066ee2;
}
#wallet .content .scorescontent .groups_change .page {
  padding: 20px 0;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
}
#wallet .content .scorescontent .groups_change .page em {
  font-style: normal;
}
#wallet .content .scorescontent .groups_change .page .prev,
#wallet .content .scorescontent .groups_change .page .next {
  color: #848484;
  width: 100px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #DDDDDD;
  display: inline-block;
}
#wallet .content .scorescontent .groups_change .page .current {
  color: #6c9940;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}
#wallet .content .scorescontent .groups_change .page .num {
  color: #848484;
  display: inline-block;
  margin: 0 5px;
}
#tel_binding {
  position: relative;
}
#tel_binding .content {
  padding: 20px;
  background: #FFFFFF;
  position: relative;
}
#tel_binding .content .item {
  position: relative;
}
#tel_binding .content .item .ziduan {
  line-height: 50px;
  width: 150px;
  float: left;
  text-align: right;
  font-size: 14px;
}
#tel_binding .content .item .val {
  width: 600px;
  float: left;
  line-height: 50px;
  font-size: 14px;
  color: #777777;
  margin-left: 5px;
  position: relative;
}
#tel_binding .content .item .val input {
  width: 250px;
  height: 30px;
  font-size: 14px;
  position: relative;
}
#tel_binding .content .item .val .def {
  text-indent: 10px;
}
#tel_binding .content .item .val .img {
  position: absolute;
  left: 150px;
  top: 8px;
  width: 102px;
  height: 34px;
}
#tel_binding .content .item .val .submit {
  background: #6c9940;
  border: none;
  height: 36px;
  font-size: 16px;
  color: #FFFFFF;
}
#tel_binding .content .item .val a {
  color: #066ee2;
  margin-left: 15px;
  font-size: 14px;
}
/*热卖推荐*/
#hottuijian {
  position: relative;
  width: 1220px;
  margin: 20px auto;
  background-color: #f1f1f1;
  height: 150px;
}
#hottuijian .list1 {
  position: relative;
  padding-left: 50px;
  height: 125px;
  background-image: url(../Images/z42.png);
  background-repeat: no-repeat;
  background-position: left 10px top;
}
#hottuijian .list1 ul li {
  width: 286px;
  height: 125px;
  position: relative;
  top: 10px;
  float: left;
  margin: 0 0 0 10px;
  background-color: #FFFFFF;
}
#hottuijian .list1 ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 125px;
}
#hottuijian .list1 ul li .pic a {
  width: 100px;
  height: 105px;
  margin: 10px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#hottuijian .list1 ul li .data {
  position: absolute;
  left: 130px;
  top: 10px;
  width: 150px;
}
#hottuijian .list1 ul li .data .tit {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 40px;
}
#hottuijian .list1 ul li .data .tit a {
  color: #616161;
}
#hottuijian .list1 ul li .data .price {
  color: #6c9940;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
}
#hottuijian .list1 ul li .data .buy a {
  display: inline-block;
  width: 76px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background-color: #f6f6f6;
  border: solid 1px #DDDDDD;
}
#hottuijian .list2 {
  position: absolute;
  right: 25px;
  top: 0;
  width: 195px;
  height: 150px;
  padding-left: 55px;
  background-image: url(../Images/z44.png);
  background-repeat: no-repeat;
}
#hottuijian .list2 ul {
  padding-top: 20px;
}
#hottuijian .list2 ul li {
  font-size: 12px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#hottuijian .list2 ul li a {
  color: #616161;
}
#hottuijian .list2 ul li span {
  color: #616161;
  margin-right: 5px;
}
#product_show {
  position: relative;
  background-color: #f4f4f4;
  padding-bottom: 1px;
}
#product_show .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#product_show .content .address {
  height: 56px;
  line-height: 56px;
  position: relative;
  font-size: 14px;
  color: #777777;
}
#product_show .content .address a {
  color: #777777;
}
#product_show .content .address a:hover {
  color: #fd863f;
}
#product_show .content .productgroup {
  position: relative;
  width: 960px;
  float: left;
}
#product_show .content .productgroup .product {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
  padding: 30px;
}
#product_show .content .productgroup .product .datashow {
  position: relative;
}
#product_show .content .productgroup .product .datashow .pic {
  position: relative;
  float: left;
}
#product_show .content .productgroup .product .datashow .pic .img {
  position: relative;
  width: 400px;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: solid 1px #EEEEEE;
  box-sizing: border-box;
  border-radius: 6px;
}
#product_show .content .productgroup .product .datashow .data {
  position: relative;
  float: right;
  width: 480px;
}
#product_show .content .productgroup .product .datashow .data .title {
  position: relative;
  padding: 10px 0;
  font-size: 24px;
  line-height: 40px;
  border-bottom: solid 1px #d3e0c6;
  margin-bottom: 10px;
}
#product_show .content .productgroup .product .datashow .data .t2 {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#product_show .content .productgroup .product .datashow .data .num_tool {
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
}
#product_show .content .productgroup .product .datashow .data .num_tool .obj {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 40px;
  border: solid 1px #dedede;
  border-radius: 4px;
  text-align: center;
}
#product_show .content .productgroup .product .datashow .data .num_tool .obj .reduce {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  line-height: 40px;
  height: 100%;
  border-right: solid 1px #dedede;
  cursor: pointer;
}
#product_show .content .productgroup .product .datashow .data .num_tool .obj .add {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  line-height: 40px;
  height: 100%;
  border-left: solid 1px #dedede;
  cursor: pointer;
}
#product_show .content .productgroup .product .datashow .data .btns {
  position: relative;
  margin-top: 36px;
}
#product_show .content .productgroup .product .datashow .data .btns .btn {
  display: inline-block;
  width: 155px;
  line-height: 50px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #6c9940;
  font-size: 16px;
  cursor: pointer;
}
#product_show .content .productgroup .product .datashow .data .btns .btn.join {
  background-color: #6c9940;
  background-image: url(../Images/g2.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
  text-indent: 54px;
}
#product_show .content .productgroup .product .datashow .data .btns .btn.buy {
  background-color: #fd863f;
  text-align: center;
}
#product_show .content .productgroup .product .datashow:after {
  content: " ";
  display: block;
  clear: both;
}
#product_show .content .productgroup .product .tips {
  position: relative;
  border-bottom: solid 1px #d3e0c6;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0;
  color: #777777;
}
#product_show .content .productgroup .product .detail {
  position: relative;
  margin: 20px 0;
}
#product_show .content .productgroup .product .detail .name {
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  color: #6c9940;
}
#product_show .content .productgroup .product .detail .text {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
}
#product_show .content .productgroup .product .detail .text img {
  max-width: 100%;
}
#product_show .content .productgroup .review {
  margin: 20px 0;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
  padding: 10px 30px 20px 30px;
}
#product_show .content .productgroup .review .rname {
  position: relative;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #6c9940;
  border-bottom: solid 1px #d3e0c6;
}
#product_show .content .productgroup .review .rtext {
  position: relative;
  margin-top: 16px;
}
#product_show .content .productgroup .review .rtext .submit {
  text-align: right;
}
#product_show .content .productgroup .review .rtext .submit span {
  text-align: center;
  display: inline-block;
  width: 88px;
  line-height: 34px;
  border: solid 1px #d0d0d0;
  border-radius: 34px;
  cursor: pointer;
  margin: 16px 0;
}
#product_show .content .productgroup .review .list {
  position: relative;
  border-top: solid 1px #efefef;
}
#product_show .content .productgroup .review .list ul li {
  position: relative;
  border-bottom: solid 1px #efefef;
  padding: 20px 0 10px 0;
  padding-left: 60px;
}
#product_show .content .productgroup .review .list ul li .icon {
  position: absolute;
  left: 0;
  top: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  border: solid 1px #EEEEEE;
}
#product_show .content .productgroup .review .list ul li .mname {
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  color: #333333;
}
#product_show .content .productgroup .review .list ul li .text {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
#product_show .content .productgroup .review .list ul li .other {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin: 10px 0;
}
#product_show .content .productgroup .review .list ul li .obj {
  position: relative;
  background-color: #f4f4f4;
  padding: 15px 15px 15px 70px;
  margin: 15px 0;
}
#product_show .content .productgroup .review .list ul li .obj .oicon {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  border: solid 1px #EEEEEE;
}
#product_show .content .productgroup .review .list ul li .obj .t1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}
#product_show .content .productgroup .review .list ul li .obj .t2 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 10px;
}
#product_show .content .recommend {
  position: relative;
  width: 296px;
  float: right;
}
#product_show .content .recommend .group {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
  padding: 15px;
  margin-bottom: 30px;
}
#product_show .content .recommend .group .names {
  height: 45px;
  line-height: 45px;
  position: relative;
}
#product_show .content .recommend .group .names .tname {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #6c9940;
  padding-left: 54px;
  border-bottom: solid 1px #d3e0c5;
}
#product_show .content .recommend .group .names .tname span {
  position: absolute;
  left: 0;
  top: 1px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#product_show .content .recommend .group ul {
  position: relative;
  margin-top: 10px;
}
#product_show .content .recommend .group ul li {
  position: relative;
  font-size: 15px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product_show .content .recommend .group ul li span {
  color: #6c9940;
  margin-right: 4px;
}
#product_show .content:after {
  content: " ";
  display: block;
  clear: both;
}
#loginOrreg {
  position: relative;
  display: none;
}
.layui-layer-content {
  position: relative;
}
.layui-layer-content #login_or_reg {
  position: relative;
  height: 100%;
}
.layui-layer-content #login_or_reg .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background-image: url(../Images/g25.jpg);
  background-position: center center;
  background-size: cover;
}
.layui-layer-content #login_or_reg .left .icon {
  position: relative;
  padding-top: 75px;
  text-align: center;
}
.layui-layer-content #login_or_reg .left .title {
  position: relative;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin: 10px 0;
}
.layui-layer-content #login_or_reg .left .eng {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-family: arial;
  text-align: center;
  color: #FFFFFF;
}
.layui-layer-content #login_or_reg .right {
  position: absolute;
  right: 36px;
  top: 0;
  width: 380px;
  height: 100%;
}
.layui-layer-content #login_or_reg .right .close {
  position: absolute;
  right: -36px;
  top: 0;
  width: 44px;
  height: 44px;
  background-image: url(../Images/g26.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
}
.layui-layer-content #login_or_reg .right .names {
  position: relative;
  padding-top: 50px;
  text-align: center;
}
.layui-layer-content #login_or_reg .right .names span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 34px;
  border-bottom: solid 2px #FFFFFF;
  font-weight: bold;
  margin: 0 30px;
  color: #333333;
  cursor: pointer;
}
.layui-layer-content #login_or_reg .right .names span.active {
  border-color: #fd863f;
  color: #fd863f;
}
.layui-layer-content #login_or_reg .right .groups {
  position: relative;
  padding-top: 10px;
}
.layui-layer-content #login_or_reg .right .groups .group {
  position: relative;
}
.layui-layer-content #login_or_reg .right .groups .group .item {
  position: relative;
  border: solid 1px #DDDDDD;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 6px;
}
.layui-layer-content #login_or_reg .right .groups .group .item input {
  position: relative;
  display: block;
  height: 44px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  text-indent: 12px;
}
.layui-layer-content #login_or_reg .right .groups .group .item input::focus {
  background: none;
}
.layui-layer-content #login_or_reg .right .groups .group .item.focus {
  border-color: #6c9940;
}
.layui-layer-content #login_or_reg .right .groups .group .tool {
  position: relative;
  font-size: 15px;
  height: 54px;
  line-height: 54px;
}
.layui-layer-content #login_or_reg .right .groups .group .tool input {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.layui-layer-content #login_or_reg .right .groups .group .tool .forget {
  position: absolute;
  right: 0;
  top: 0;
}
.layui-layer-content #login_or_reg .right .groups .group .submit {
  line-height: 50px;
  background-color: #6c9940;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin: 10px 0;
}
.layui-layer-content #login_or_reg .right .groups .group .submit.submit2 {
  margin: 0;
}
.layui-layer-content #login_or_reg .right .groups .group .tips {
  position: relative;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
}
.layui-layer-content #login_or_reg .right .groups .group .tips a {
  color: #6c9940;
}
.layui-layer-content #login_or_reg .right .groups .reg {
  display: none;
}
.layui-layer-content #login_or_reg .right .groups .reg .codeitem {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.layui-layer-content #login_or_reg .right .groups .reg .codeitem input {
  position: relative;
  display: block;
  height: 44px;
  width: 200px;
  border: none;
  outline: none;
  font-size: 15px;
  text-indent: 12px;
  border: solid 1px #DDDDDD;
  border-radius: 6px;
}
.layui-layer-content #login_or_reg .right .groups .reg .codeitem input::focus {
  background: none;
}
.layui-layer-content #login_or_reg .right .groups .reg .codeitem img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 164px;
  height: 46px;
  border: solid 1px #DDDDDD;
  border-radius: 6px;
}
.layui-layer-content #login_or_reg .right .groups .reg .codeitem.focus input {
  border-color: #6c9940;
}
.layui-layer-content #login_or_reg .right .groups .reg .xieyi {
  position: relative;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
}
.layui-layer-content #login_or_reg .right .groups .reg .xieyi input {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#cart_settlement {
  position: relative;
  width: 1220px;
  margin: 30px auto;
}
#cart_settlement .thisname {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  font-weight: bold;
  border-bottom: solid 2px #6c9940;
}
#cart_settlement .form {
  position: relative;
  border: solid 1px #DDDDDD;
  border-top: none;
}
#cart_settlement .form .address {
  position: relative;
}
#cart_settlement .form .address .name {
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px;
}
#cart_settlement .form .address .list {
  position: relative;
  padding: 0 35px;
  margin-bottom: 30px;
}
#cart_settlement .form .address .list ul li {
  position: relative;
  margin-bottom: 15px;
}
#cart_settlement .form .address .list ul li .z1 {
  float: left;
  width: 144px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: solid 1px #DDDDDD;
  cursor: pointer;
}
#cart_settlement .form .address .list ul li .z2 {
  float: left;
  max-width: 800px;
  font-size: 13px;
  line-height: 30px;
  color: #777777;
  margin: 0 15px;
}
#cart_settlement .form .address .list ul li .z3 {
  float: left;
  width: 120px;
  font-size: 13px;
  line-height: 30px;
}
#cart_settlement .form .address .list ul li .z3 .def {
  width: 73px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  background-color: #999999;
}
#cart_settlement .form .address .list ul li .z3 .set {
  color: #066ee2;
}
#cart_settlement .form .address .list ul li .onfocus {
  border: solid 2px #6c9940;
  background-image: url(../Images/z49.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#cart_settlement .form .address .not_address {
  padding: 0 35px;
  font-size: 14px;
  margin-bottom: 30px;
}
#cart_settlement .form .address .not_address a {
  color: #066ee2;
}
#cart_settlement .form .thisname2 {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  border-top: solid 1px #DDDDDD;
  padding: 0 15px;
}
#cart_settlement .form .list_head {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background-color: #f3f3f3;
  position: relative;
}
#cart_settlement .form .list_head .z1 {
  float: left;
  width: 650px;
  margin-left: 30px;
}
#cart_settlement .form .list_head .z2 {
  float: left;
  width: 140px;
  text-align: center;
}
#cart_settlement .form .list_head .z3 {
  float: left;
  width: 90px;
  text-align: center;
}
#cart_settlement .form .list_head .z4 {
  float: left;
  width: 150px;
  text-align: center;
}
#cart_settlement .form .product_list ul li {
  position: relative;
  padding: 20px 0;
  border-bottom: solid 1px #DDDDDD;
}
#cart_settlement .form .product_list ul li .z1 {
  float: left;
  width: 650px;
  margin-left: 30px;
  min-height: 80px;
  position: relative;
}
#cart_settlement .form .product_list ul li .z1 .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border: solid 1px #DDDDDD;
}
#cart_settlement .form .product_list ul li .z1 .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#cart_settlement .form .product_list ul li .z1 .tit {
  padding: 5px 0 0 96px;
  font-size: 16px;
  line-height: 24px;
  width: 420px;
}
#cart_settlement .form .product_list ul li .z1 .tit a {
  color: #666666;
}
#cart_settlement .form .product_list ul li .z1 .attr {
  padding: 5px 0 0 96px;
  font-size: 14px;
  line-height: 24px;
  width: 420px;
  color: #666666;
}
#cart_settlement .form .product_list ul li .z2 {
  float: left;
  width: 140px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
#cart_settlement .form .product_list ul li .z2 .old_price {
  text-decoration: line-through;
  color: #888888;
}
#cart_settlement .form .product_list ul li .z2 .new_price {
  font-weight: bold;
}
#cart_settlement .form .product_list ul li .z3 {
  float: left;
  width: 90px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
#cart_settlement .form .product_list ul li .z4 {
  float: left;
  width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #6c9940;
}
#cart_settlement .form .fapiao {
  position: relative;
  padding: 20px 0;
}
#cart_settlement .form .fapiao .ziduan {
  float: left;
  width: 96px;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  position: relative;
}
#cart_settlement .form .fapiao .text {
  position: relative;
  float: left;
  width: 500px;
  font-size: 14px;
  line-height: 28px;
}
#cart_settlement .form .fapiao .text .item a {
  color: #066ee2;
}
#cart_settlement .form .youhuimanjian {
  position: relative;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  padding: 0 15px;
}
#cart_settlement .form .youhuimanjian .ziduan {
  position: relative;
  font-size: 15px;
  line-height: 50px;
  font-weight: bold;
}
#cart_settlement .form .youhuimanjian .list {
  position: relative;
  margin-bottom: 20px;
}
#cart_settlement .form .youhuimanjian .list ul li {
  position: relative;
  width: 262px;
  height: 131px;
  float: left;
  margin: 10px 20px;
  margin-left: 0;
  color: #e9a117;
  background-image: url(../images/z66.png);
  background-repeat: no-repeat;
}
#cart_settlement .form .youhuimanjian .list ul li .data {
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  height: 90px;
  color: #FFFFFF;
}
#cart_settlement .form .youhuimanjian .list ul li .data .moneyoff {
  position: relative;
  font-size: 46px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
  margin-left: 20px;
}
#cart_settlement .form .youhuimanjian .list ul li .data .other {
  position: relative;
  float: left;
  line-height: 24px;
  padding: 8px 0 0 5px;
}
#cart_settlement .form .youhuimanjian .list ul li .data .other .z1 {
  font-size: 18px;
}
#cart_settlement .form .youhuimanjian .list ul li .data .other .z2 {
  font-size: 14px;
}
#cart_settlement .form .youhuimanjian .list ul li .time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}
#cart_settlement .form .youhuimanjian .list ul .no {
  color: #a3a3a3;
  background-image: url(../Images/z67.png);
}
#cart_settlement .form .youhuimanjian .list ul .active {
  background-image: url(../Images/z68.png);
}
#cart_settlement .form .beizhu {
  position: relative;
  padding: 20px 0;
}
#cart_settlement .form .beizhu .ziduan {
  float: left;
  width: 96px;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  position: relative;
  top: 10px;
}
#cart_settlement .form .beizhu .text {
  position: relative;
  float: left;
  width: 500px;
  font-size: 14px;
  line-height: 28px;
}
#cart_settlement .form .beizhu .text textarea {
  position: relative;
  width: 1080px;
  height: 140px;
}
#cart_settlement .bottom_data {
  position: relative;
  border: solid 1px #DDDDDD;
  margin: 20px 0;
  padding-top: 25px;
}
#cart_settlement .bottom_data .items {
  position: relative;
}
#cart_settlement .bottom_data .items .item {
  text-align: right;
}
#cart_settlement .bottom_data .items .item .group {
  display: inline-block;
  padding-right: 35px;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
#cart_settlement .bottom_data .items .item .group .ziduan {
  display: inline-block;
}
#cart_settlement .bottom_data .items .item .group .ziduan span {
  color: #6c9940;
}
#cart_settlement .bottom_data .items .item .group .price {
  display: inline-block;
  width: 176px;
}
#cart_settlement .bottom_data .data {
  position: relative;
  background-color: #f3f3f3;
  padding: 25px 0 5px 0;
  border-top: solid 1px #DDDDDD;
  margin-top: 5px;
}
#cart_settlement .bottom_data .data .item {
  text-align: right;
}
#cart_settlement .bottom_data .data .item .group {
  display: inline-block;
  padding-right: 35px;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
#cart_settlement .bottom_data .data .item .group .ziduan {
  display: inline-block;
}
#cart_settlement .bottom_data .data .item .group .price {
  display: inline-block;
  width: 176px;
  font-size: 24px;
  color: #6c9940;
  font-weight: bold;
}
#cart_settlement .bottom_data .data .address {
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  padding-right: 35px;
}
#cart_settlement .submit_order {
  text-align: right;
}
#cart_settlement .submit_order a {
  display: inline-block;
  width: 140px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #6c9940;
}
#fapiao_content {
  display: none;
}
.fapiao_content {
  position: relative;
}
.fapiao_content #layer_fapiao {
  padding: 15px 20px;
  position: relative;
}
.fapiao_content #layer_fapiao .invoices span {
  display: inline-block;
  width: 145px;
  line-height: 30px;
  margin-right: 10px;
  border: solid 1px #DDDDDD;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}
.fapiao_content #layer_fapiao .invoices .onfocus {
  border: solid 1px #6c9940;
  background-image: url(../Images/z59.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.fapiao_content #layer_fapiao .tips {
  font-size: 13px;
  line-height: 24px;
  margin: 5px 0;
}
.fapiao_content #layer_fapiao .tips a {
  color: #066ee2;
}
.fapiao_content #layer_fapiao form .item {
  position: relative;
  margin: 15px 0;
}
.fapiao_content #layer_fapiao form .item .ziduan {
  width: 120px;
  text-align: right;
  font-size: 15px;
  line-height: 28px;
  float: left;
}
.fapiao_content #layer_fapiao form .item .ziduan span {
  color: #6c9940;
  margin-right: 10px;
}
.fapiao_content #layer_fapiao form .item .group {
  float: left;
  width: 600px;
  position: relative;
  margin-left: 30px;
}
.fapiao_content #layer_fapiao form .item .group input {
  width: 365px;
  height: 28px;
  text-indent: 10px;
}
.fapiao_content #layer_fapiao form .item .heads span {
  display: inline-block;
  width: ;
  border: solid 1px #DDDDDD;
  font-size: 13px;
  line-height: 28px;
  padding: 0 20px;
  cursor: pointer;
}
.fapiao_content #layer_fapiao form .item .heads .onfocus {
  border: solid 1px #6c9940;
  background-image: url(../Images/z59.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.fapiao_content #layer_fapiao form .item .btns span {
  text-align: center;
  display: inline-block;
  width: 96px;
  border: solid 1px #DDDDDD;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
}
.fapiao_content #layer_fapiao form .item .btns .ok {
  background-color: #6c9940;
  color: #FFFFFF;
  border: solid 1px #6c9940;
}
.fapiao_content #layer_fapiao #zhuanpiao_form {
  display: none;
}
#order_settlement {
  position: relative;
  border: solid 1px #DDDDDD;
  width: 1220px;
  margin: 30px auto;
}
#order_settlement .group1 {
  height: 160px;
  position: relative;
  padding-left: 170px;
  border-bottom: solid 1px #DDDDDD;
  background-image: url(../Images/z60.png);
  background-position: left 56px center;
  background-repeat: no-repeat;
}
#order_settlement .group1 .t1 {
  position: relative;
  padding-top: 50px;
  font-size: 18px;
  line-height: 30px;
}
#order_settlement .group1 .t2 {
  font-size: 12px;
  line-height: 30px;
  color: #656565;
}
#order_settlement .group1 .t2 span {
  color: #6c9940;
}
#order_settlement .group1 .t3 {
  position: absolute;
  right: 50px;
  top: 40px;
  line-height: 60px;
  font-size: 16px;
}
#order_settlement .group1 .t3 span {
  color: #6c9940;
  font-size: 24px;
  font-weight: bold;
}
#order_settlement .group2 {
  position: relative;
  padding: 28px 170px;
  border-bottom: solid 1px #DDDDDD;
}
#order_settlement .group2 .item {
  font-size: 14px;
  line-height: 30px;
}
#order_settlement .group3 {
  position: relative;
  padding: 28px 170px;
  border-bottom: solid 1px #DDDDDD;
}
#order_settlement .group3 .t1 {
  font-size: 18px;
  line-height: 30px;
}
#order_settlement .group3 .items {
  margin-top: 20px;
}
#order_settlement .group3 .items .item {
  background-repeat: no-repeat;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  width: 140px;
  border: solid 1px #DDDDDD;
  text-indent: 70px;
  cursor: pointer;
  margin-right: 10px;
  background-position: left 20px center;
  background-size: 40px auto;
}
#order_settlement .group3 .items .item input {
  width: 25px;
  height: 25px;
  position: relative;
  top: 8px;
}
#order_settlement .group3 .items .onfocus {
  border-color: #04ab46;
}
#order_settlement .group3 .items .wechat {
  background-image: url(../Images/pay1.png);
}
#order_settlement .group3 .items .zfb {
  background-image: url(../Images/pay2.png);
}
#order_settlement .group4 {
  position: relative;
  padding: 20px 0 20px 170px;
}
#order_settlement .group4 .wechat {
  width: 200px;
}
#order_settlement .group4 .wechat .t1 {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
#order_settlement .group4 .wechat .t2 {
  height: auto;
}
#order_settlement .group4 .wechat .t2 img {
  border: solid 1px #DDDDDD;
}
#order_settlement .group4 .zfb {
  display: none;
}
#order_settlement .group4 .zfb a {
  display: inline-block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  background-color: #6c9940;
  font-size: 18px;
}
#scoresproduct {
  position: relative;
  padding: 1px 0;
  background-color: #f4f4f4;
}
#scoresproduct .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#scoresproduct .content .datalist {
  position: relative;
  margin-top: 20px;
}
#scoresproduct .content .datalist ul li {
  position: relative;
  width: 246px;
  margin: 0 12.5px 12.5px 0;
  height: 400px;
  float: left;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
}
#scoresproduct .content .datalist ul li .pic {
  height: 210px;
  position: relative;
  padding: 20px;
}
#scoresproduct .content .datalist ul li .pic a {
  position: relative;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#scoresproduct .content .datalist ul li .jifen {
  position: relative;
  line-height: 45px;
  color: #fd863f;
  font-size: 26px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#scoresproduct .content .datalist ul li .jifen span {
  font-size: 14px;
}
#scoresproduct .content .datalist ul li .tit {
  position: relative;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#scoresproduct .content .datalist ul li .other {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  background-color: #fd863f;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#scoresproduct .content .datalist ul li .other a {
  display: block;
  color: #FFFFFF;
}
#scoresproduct .content .datalist ul li:nth-child(5n) {
  margin-right: 0;
}
#scoresproduct .content .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
#scoresproduct_show {
  position: relative;
  background-color: #f4f4f4;
  padding-bottom: 1px;
}
#scoresproduct_show .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#scoresproduct_show .content .address {
  height: 56px;
  line-height: 56px;
  position: relative;
  font-size: 14px;
  color: #777777;
}
#scoresproduct_show .content .address a {
  color: #777777;
}
#scoresproduct_show .content .address a:hover {
  color: #fd863f;
}
#scoresproduct_show .content .productgroup {
  position: relative;
  width: 960px;
  float: left;
}
#scoresproduct_show .content .productgroup .product {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
  padding: 30px;
}
#scoresproduct_show .content .productgroup .product .datashow {
  position: relative;
}
#scoresproduct_show .content .productgroup .product .datashow .pic {
  position: relative;
  float: left;
  width: 400px;
}
#scoresproduct_show .content .productgroup .product .datashow .pic .img {
  position: relative;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: solid 1px #EEEEEE;
  box-sizing: border-box;
  border-radius: 6px;
}
#scoresproduct_show .content .productgroup .product .datashow .pic .photos {
  position: relative;
  height: 76px;
  margin-top: 10px;
}
#scoresproduct_show .content .productgroup .product .datashow .pic .photos .swiper-wrapper {
  height: 100%;
}
#scoresproduct_show .content .productgroup .product .datashow .pic .photos .swiper-wrapper .swiper-slide {
  height: 100%;
}
#scoresproduct_show .content .productgroup .product .datashow .pic .photos .swiper-wrapper .swiper-slide .obj {
  position: relative;
  height: 100%;
  border: solid 2px #EEEEEE;
  box-sizing: border-box;
  cursor: pointer;
}
#scoresproduct_show .content .productgroup .product .datashow .pic .photos .swiper-wrapper .swiper-slide .obj .icon {
  position: relative;
  left: 15%;
  top: 15%;
  width: 70%;
  height: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#scoresproduct_show .content .productgroup .product .datashow .pic .photos .swiper-wrapper .swiper-slide .obj.active {
  border-color: #fd863f;
}
#scoresproduct_show .content .productgroup .product .datashow .data {
  position: relative;
  float: right;
  width: 480px;
}
#scoresproduct_show .content .productgroup .product .datashow .data .title {
  position: relative;
  padding: 10px 0;
  font-size: 24px;
  line-height: 40px;
  border-bottom: solid 1px #d3e0c6;
  margin-bottom: 10px;
}
#scoresproduct_show .content .productgroup .product .datashow .data .t2 {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
#scoresproduct_show .content .productgroup .product .datashow .data .jifen {
  position: relative;
  border-bottom: solid 1px #d3e0c6;
  padding-bottom: 20px;
}
#scoresproduct_show .content .productgroup .product .datashow .data .jifen span {
  color: #fd863f;
  font-size: 14px;
}
#scoresproduct_show .content .productgroup .product .datashow .data .jifen span label {
  font-size: 24px;
  margin-right: 5px;
}
#scoresproduct_show .content .productgroup .product .datashow .data .num_tool {
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
}
#scoresproduct_show .content .productgroup .product .datashow .data .num_tool .obj {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 40px;
  border: solid 1px #dedede;
  border-radius: 4px;
  text-align: center;
}
#scoresproduct_show .content .productgroup .product .datashow .data .num_tool .obj .reduce {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  line-height: 40px;
  height: 100%;
  border-right: solid 1px #dedede;
  cursor: pointer;
}
#scoresproduct_show .content .productgroup .product .datashow .data .num_tool .obj .add {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  line-height: 40px;
  height: 100%;
  border-left: solid 1px #dedede;
  cursor: pointer;
}
#scoresproduct_show .content .productgroup .product .datashow .data .btns {
  position: relative;
  margin-top: 36px;
}
#scoresproduct_show .content .productgroup .product .datashow .data .btns .btn {
  display: inline-block;
  width: 190px;
  line-height: 50px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #6c9940;
  font-size: 16px;
  cursor: pointer;
}
#scoresproduct_show .content .productgroup .product .datashow .data .btns .btn.join {
  background-color: #fd863f;
  background-image: url(../Images/g2.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
  text-indent: 54px;
}
#scoresproduct_show .content .productgroup .product .datashow:after {
  content: " ";
  display: block;
  clear: both;
}
#scoresproduct_show .content .productgroup .product .tips {
  position: relative;
  border-bottom: solid 1px #d3e0c6;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0;
  color: #777777;
}
#scoresproduct_show .content .productgroup .product .detail {
  position: relative;
  margin: 20px 0;
}
#scoresproduct_show .content .productgroup .product .detail .name {
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  color: #6c9940;
}
#scoresproduct_show .content .productgroup .product .detail .text {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
}
#scoresproduct_show .content .productgroup .product .detail .text img {
  max-width: 100%;
}
#scoresproduct_show .content .recommend {
  position: relative;
  width: 296px;
  float: right;
}
#scoresproduct_show .content .recommend .group {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 4px #DDDDDD;
  padding: 15px;
  margin-bottom: 30px;
}
#scoresproduct_show .content .recommend .group .names {
  height: 45px;
  line-height: 45px;
  position: relative;
}
#scoresproduct_show .content .recommend .group .names .tname {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #6c9940;
  padding-left: 54px;
  border-bottom: solid 1px #d3e0c5;
}
#scoresproduct_show .content .recommend .group .names .tname span {
  position: absolute;
  left: 0;
  top: 1px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#scoresproduct_show .content .recommend .group ul {
  position: relative;
  margin-top: 10px;
}
#scoresproduct_show .content .recommend .group ul li {
  position: relative;
  font-size: 15px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#scoresproduct_show .content .recommend .group ul li span {
  color: #6c9940;
  margin-right: 4px;
}
#scoresproduct_show .content:after {
  content: " ";
  display: block;
  clear: both;
}
#duihuan_form {
  display: none;
}
.duihuan_form {
  position: relative;
}
.duihuan_form .content {
  position: relative;
  padding: 20px;
}
.duihuan_form .content form {
  position: relative;
}
.duihuan_form .content form .item {
  position: relative;
  line-height: 40px;
  margin: 8px 0;
}
.duihuan_form .content form .item .ziduan {
  position: relative;
  width: 145px;
  text-align: right;
  float: left;
  font-size: 15px;
}
.duihuan_form .content form .item .val {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 660px;
  font-size: 14px;
  line-height: 40px;
  color: #6c9940;
}
.duihuan_form .content form .item .val .text {
  text-indent: 10px;
}
.duihuan_form .content form .item .val input {
  height: 36px;
  width: 370px;
  text-indent: 10px;
}
.duihuan_form .content form .item .val textarea {
  width: 620px;
  height: 100px;
}
.duihuan_form .content form .item .val .submit a {
  display: inline-block;
  width: 140px;
  line-height: 45px;
  text-align: center;
  background-color: #6c9940;
  color: #FFFFFF;
  font-size: 15px;
}
