html {
  height: 100vh;
  width: 100%;
}
body {
  background: #fff;
  width: 100%;
  position: relative;
  height: 100%;
  font-size: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body::-webkit-scrollbar {
  display: none;
}
span.error {
  color: red;
}
.color1 {
  color: #e4393c;
}
.color2 {
  color: #33cc99;
}
.color3 {
  color: #f1b967;
}
.color4 {
  color: #0cbd82;
}
.color5 {
  color: rgba(51, 204, 153, 0.4);
}
.color6 {
  color: #bababa;
}
.color7 {
  color: #f8f8f8;
}
.color8 {
  color: #fff;
}
.color-success {
  color: #11d410;
}
.color-warning {
  color: #f8ac59;
}
.color-danger {
  color: #ed5565;
}
.bg-none {
  background: transparent !important;
}
.bg-color1 {
  background-color: #e4393c;
}
.bg-color2 {
  background-color: #ff4500;
}
.bg-color3 {
  background-color: #f1b967;
}
.bg-color4 {
  background-color: #0cbd82;
}
.bg-color5 {
  background-color: rgba(51, 204, 153, 0.4);
}
.bg-color6 {
  background-color: #bababa;
}
.bg-color7 {
  background-color: #f8f8f8;
}
.bg-color8 {
  background-color: #fff;
}
.bg-color-success {
  background-color: #11d410;
}
.bg-color-warning {
  background-color: #f8ac59;
}
.bg-color-danger {
  background-color: #ed5565;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei";
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
a:active,
a:hover {
  background: transparent;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border: none;
}
ul,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.t-j {
  text-align: justify;
}
.b-n {
  border: none ;
}
.b-0 {
  border: 1px solid #f5f5f5;
}
.b-tr {
  border: 1px solid transparent;
}
.b-l {
  border-left: 1px solid #f5f5f5;
}
.b-ln {
  border-left: none;
}
.b-r {
  border-right: 1px solid #f5f5f5;
}
.b-rn {
  border-right: none;
}
.b-t {
  border-top: 1px solid #f5f5f5;
}
.b-tn {
  border-top: none;
}
.b-b {
  border-bottom: 1px solid #f5f5f5;
}
.b-bn {
  border-bottom: none;
}
/* 文本垂直居中 */
.t-c-v {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.ma0 {
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-h {
  overflow: hidden;
}
.o-s {
  overflow: scroll;
}
.o-v {
  overflow: visible;
}
.dis-flex {
  display: flex;
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.j-b {
  justify-content: space-between;
}
.j-a {
  justify-content: space-around;
}
.flex-au {
  flex: auto;
}
.flex-no {
  flex: none;
}
.wh100 {
  width: 100% !important;
}
.hh100 {
  height: 100% !important;
}
.wh50 {
  width: 50% !important;
}
.wh30 {
  width: 33.33% !important;
}
input,
textarea,
select,
button {
  outline: medium;
  border: 1px solid #d4d4d4;
  padding: 0 10px;
}
select:focus,
input:focus,
textarea:focus {
  background-color: rgba(51, 204, 153, 0.1);
  border-color: rgba(51, 204, 153, 0.4);
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C2C2C2;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C2C2C2;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C2C2C2;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C2C2C2;
}
.roll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.roll-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.roll-x::-webkit-scrollbar {
  height: 5px;
  background-color: #fff;
}
.roll-y::-webkit-scrollbar {
  height: 5px;
  background-color: #fff;
}
/*定义滚动条轨道 内阴影+圆角*/
.roll-x::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
  background-color: #F5F5F5;
}
.roll-y::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
.roll-x::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f56363;
}
.roll-y::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f56363;
}
.roll-no::-webkit-scrollbar {
  display: none;
}
.line-box {
  height: 10px;
  width: 100%;
  background: #f7f7f7;
  display: block;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #eaeaea;
}
/*字体颜色*/
/*分页背景色*/
/*hover字体颜色*/
/*hover分页背景色*/
/*active当前页字体颜色*/
/*active当前页分页背景色*/
/*disabled禁选页字体颜色*/
/*disabled禁选页分页背色景*/
.page {
  width: 100%;
  height: 40%;
  text-align: center;
}
.page ul.pagination {
  display: inline-block;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.page ul.pagination li {
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  font-size: 12px;
  margin-left: -1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page ul.pagination li a,
.page ul.pagination li span {
  position: relative;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.page ul.pagination li:active a,
.page ul.pagination li:hover a,
.page ul.pagination li:active span,
.page ul.pagination li:hover span {
  color: #fff;
  border-color: #33cc99;
  background-color: #33cc99;
}
.page ul.pagination li:first-child a,
.page ul.pagination span {
  border-radius: 3px 0 0 3px;
}
.page ul.pagination li:last-child a,
.page ul.pagination span {
  border-radius: 0 3px 3px 0;
}
.page ul.pagination .active a,
.page ul.pagination .active span {
  color: #fff;
  background: #33cc99;
  border-color: #33cc99;
}
.page ul.pagination .active:active a,
.page ul.pagination .active:hover a,
.page ul.pagination .active:active span,
.page ul.pagination .active:hover span {
  color: #fff;
  border-color: #33cc99;
  background-color: #33cc99;
}
.page ul.pagination .disabled {
  cursor: not-allowed;
}
.page ul.pagination .disabled a,
.page ul.pagination .disabled span {
  color: #888;
  background: #e2e2e2;
}
.page ul.pagination .disabled:active a,
.page ul.pagination .disabled:hover a,
.page ul.pagination .disabled:active span,
.page ul.pagination .disabled:hover span {
  color: #888;
  background: #e2e2e2;
  border-color: #ddd;
}
.title1 {
  font-size: 16px;
  background: #fff;
  line-height: 25px;
  color: #33cc99;
  border-bottom: 1px solid #f1b967;
  width: calc(100% - 10px);
  margin: 5px;
  padding: 0 5px;
}
.tag1 {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  background: red;
  width: 30px;
  font-size: 10px;
  padding: 3px;
  line-height: 15px;
  color: #fff;
  z-index: 5;
  border-radius: 0 2px 2px 0;
  text-align: center;
}
.tag2 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffda01;
  color: #7d4635;
  z-index: 5;
  padding: 3px 5px;
  border-radius: 2px 0 0 2px;
  font-size: 10px;
}
.tag3 {
  position: absolute;
  right: -18px;
  top: 15px;
  transform: rotate(45deg);
  font-size: 10px;
  color: #fff;
  background: red;
  padding: 0px 10px;
}
.tag4 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #999;
  color: #fff;
  z-index: 5;
  padding: 3px 5px;
  border-radius: 2px 0 0 2px;
  font-size: 10px;
}
.welcome {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.welcome .wel-con {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}
.welcome .wel-con .logo {
  width: 90%;
  display: block;
  margin-bottom: 15px;
}
.welcome .wel-con .logo img {
  width: 100%;
}
.welcome .wel-con .logo-djs {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 10px;
  color: #fff;
}
.welcome .wel-con .logo-text {
  width: 70%;
  display: block;
}
.welcome .wel-con .logo-text img {
  width: 100%;
}
.welcome .wel-con .jump {
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
.welcome .wel-con .jump span {
  font-size: 18px;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.welcome .wel-con .jump a {
  font-size: 18px;
  color: #fff;
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  background: #ff4500;
  border-bottom: 1px solid #ff4500;
  box-shadow: 0 0 5px #a5a5a5;
  z-index: 999;
}
.header .header-l {
  display: flex;
  flex: 1;
  align-items: center;
}
.header .header-l .head {
  height: 40px;
  border-radius: 50%;
  bordre: 1px solid #e4393c;
  width: 40px;
  margin-right: 10px;
}
.header .header-l .head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header .header-l .detail {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  flex: 1;
}
.header .header-r {
  display: flex;
  font-size: 12px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  line-height: 15px;
}
.header .header-r img {
  height: 25px;
  width: 25px;
}
.header .header-ss {
  width: 100%;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.header .header-ss .input-ss {
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 10px;
  border: none;
  color: #33cc99;
}
.header .header-ss .input-btn {
  width: 40px;
  height: 100%;
  border: none;
  background: #ff4500 url(../img/sousuo.png) no-repeat center;
  background-size: 55%;
}
.header .header-ss .input-btn:active,
.header .header-ss .input-btn:hover {
  background-color: #ff4500;
  background-image: url(../img/sousuo1.png) no-repeat center;
  background-size: 60%;
}
.header .header-ss .input-ss:focus {
  background-color: #f8f8f8;
  border-color: none;
  box-shadow: 0 0 0px;
}
.header .header-ss .input-ss::-webkit-input-placeholder {
  color: #C2C2C2;
}
.header .header-ss .input-ss::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C2C2C2;
}
.header .header-ss .input-ss:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C2C2C2;
}
.header .header-ss .input-ss:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C2C2C2;
}
.header-com {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  background: #ff4500;
  align-items: center;
  z-index: 999;
}
.header-com .header-l {
  width: 70px;
}
.header-com .header-l .iconfont {
  font-size: 40px;
  color: #fff;
}
.header-com .header-cen {
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 100%;
  flex: 1;
}
.header-com .header-r {
  display: flex;
  font-size: 12px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 70px;
}
.header-com .header-r a {
  display: flex;
  font-size: 12px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-com .header-r .iconfont {
  font-size: 20px;
  color: #fff;
}
.header-com .dropdown-menu {
  min-width: auto;
  padding: 0;
  transition: all 0.5s;
}
.header-com .dropdown-menu .active > a {
  color: #33cc99;
  background: transparent;
}
.footer {
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ff4500;
  box-sizing: border-box;
  z-index: 999;
}
.footer .footer-con {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer .footer-con .fot-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  color: #000;
  height: 100%;
  justify-content: center;
}
.footer .footer-con .fot-list .iconfont {
  font-size: 22px;
  color: #000;
}
.footer .footer-con .active,
.footer .footer-con .fot-list:active {
  color: #ff4500;
  text-decoration: none;
  background: #fff;
}
.footer .footer-con .active .iconfont,
.footer .footer-con .fot-list:active .iconfont {
  color: #ff4500;
  text-decoration: none;
}
.BLACKCOVER {
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.bigShow {
  position: absolute;
  top: 25%;
  left: 20%;
  width: 60%;
  padding: 10px;
  background: white;
  box-shadow: 1px 2px 3px black;
  border-radius: 5px;
  display: none;
}
.bigShow span.close {
  opacity: 0.5;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #464646;
  color: white;
  border: 1px solid #464646;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.bigShow img {
  width: 100%;
  height: 100%;
}
.footer1 {
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  background: #fff;
  border-top: 1px solid #33cc99;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  align-items: center;
}
.footer1 .foot1-box {
  width: 80%;
  margin-left: 10%;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer1 .foot1-box .box-con {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 50%;
  background: #33cc99;
}
.footer1 .foot1-box .box-con:first-child {
  background: #FF6666;
}
.footer1 .foot1-box .box-con:active,
.footer1 .foot1-box .box-con:hover {
  background: #0cbd82;
}
.footer1 .foot1-box .box-con:first-child:active,
.footer1 .foot1-box .box-con:first-child:hover {
  background: #ea4949;
}
.footer2 {
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 1px solid #33cc99;
  box-sizing: border-box;
  z-index: 999;
  justify-content: space-between;
}
.footer2 .foot2-l {
  width: 27%;
  height: 100%;
  line-height: 59px;
  text-align: center;
  background: #FF6666;
  color: #fff;
  display: block;
}
.footer2 .foot2-l .iconfont {
  font-size: 22px;
}
.footer2 .foot2-r {
  width: 100%;
  text-align: center;
  line-height: 59px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 16px;
  display: block;
  background: #33cc99;
  flex: 1;
}
.footer2 .foot2-r .fotcon {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  background: #fff;
  color: #333;
  padding-left: 10px;
}
.index-box {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}
.index-box .index {
  width: 100%;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
}
.index-box .index .index-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  width: 100%;
  padding: 30px 0;
  background: #f5e9d4 url(../img/ewmbg.jpg) no-repeat;
  background-size: cover;
}
.index-box .index .index-top .ewm-box {
  width: 30%;
  height: 0;
  position: relative;
  padding-bottom: 30%;
  display: block;
  margin-bottom: 10px;
}
.index-box .index .index-top .ewm-box .ewm-con,
.index-box .index .index-top .ewm-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  border: 2px solid #33cc99;
  overflow: hidden;
}
.index-box .index .index-top .ewm-box .ewm-con img,
.index-box .index .index-top .ewm-box img img {
  border: 0;
}
.index-box .index .index-cen {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  background: #fff;
  padding: 15px 0 5px;
}
.index-box .index .index-cen li {
  width: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.index-box .index .index-cen li span {
  font-weight: bold;
}
.index-box .index .index-cen .mid {
  height: 30px;
  width: 0;
  padding-left: 2px;
  background: #33cc99;
  display: block;
}
.index-box .index .roll-box {
  width: 100%;
  background: #fff;
  padding: 15px 10px;
  box-shadow: 0 0 5px #ccc;
  margin-top: 20px;
}
.index-box .index .roll-box #scrollWrap {
  width: 100%;
  height: 20px;
  overflow: hidden;
}
.index-box .index .roll-box #scrollMsg li {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-box .index .index-fot {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index-box .index .index-fot .index-li {
  width: 24%;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  justify-content: center;
  text-align: center;
}
.index-box .index .index-fot .index-li .iconfont {
  font-size: 25px;
}
.index-box .index .index-fot .index-li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-box .index .index-fot .index-li:first-child .iconfont {
  color: #ff1717;
}
.index-box .index .index-fot .index-li:nth-child(2) .iconfont {
  color: #25d4b3;
}
.index-box .index .index-fot .index-li:nth-child(3) .iconfont {
  color: #3f9ff1;
}
.index-box .index .index-fot .index-li:nth-child(4) .iconfont {
  color: #e85add;
}
.index-box .index .index-fot .index-li:nth-child(5) .iconfont {
  color: #07d9e2;
}
.index-box .index .index-fot .index-li:nth-child(6) .iconfont {
  color: #ff6226;
}
.index-box .index .index-fot .index-li:active {
  color: #33cc99;
  text-decoration: none;
}
.index-box .index .index-fot .index-li:active .iconfont {
  color: #33cc99;
  text-decoration: none;
}
.index-box .index .index-fot .index-li:active a {
  color: #33cc99;
  text-decoration: none;
}
.index-box .index .admin-top {
  background: url(../img/admin-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
  text-align: center;
}
.index-box .index .admin-top .pro-box {
  display: block;
  margin: 15px auto 5px;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.index-box .index .admin-top .pro-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index-box .index .admin-top .name-box {
  margin: 0 auto 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.index-box .index .admin-top .top-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 5px;
  background: rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}
.index-box .index .admin-top .top-con li {
  text-align: center;
  width: 50%;
  font-size: 12px;
  color: #fff;
}
.index-box .index .admin-top .top-con li .con-neme {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
.index-box .index .admin-cen {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 10px;
}
.index-box .index .admin-cen .cen-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.index-box .index .admin-cen .cen-li .iconfont {
  color: #33cc99;
  font-size: 33px;
  height: 38px;
}
.index-box .index .admin-cen .cen-li span {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.index-box .index .admin-cen .cen-li:active .iconfont {
  color: #0cbd82;
}
.index-box .index .admin-cen .cen-li:active span {
  color: #33cc99;
}
.index-box .index .admin-con {
  background: #fff;
}
.index-box .index .admin-con ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-box .index .admin-con ul .list {
  display: block;
  width: 33.33%;
  height: 0%;
  padding-bottom: 33.33%;
  border: 1px solid rgba(255, 69, 0, 0.4);
  transition: all 0.5s;
  position: relative;
  border-top: none;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.index-box .index .admin-con ul .list a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-box .index .admin-con ul .list .img {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
}
.index-box .index .admin-con ul .list .img .iconfont {
  font-size: 25px;
  color: #6d6d6d;
}
.index-box .index .admin-con ul .list p {
  font-size: 12px;
  display: block;
  line-height: 20px;
  color: #6d6d6d;
  width: 100%;
}
.index-box .index .admin-con ul .list:active,
.index-box .index .admin-con ul .list:hover {
  background: #f3f3f3;
}
.index-box .index .admin-con ul .list:active .img .iconfont {
  color: #33cc99;
}
.index-box .index .admin-con ul .list:active p {
  color: #33cc99;
}
.index-box .index .admin-con ul .list:first-child {
  border-left: none;
}
.index-box .index .admin-con ul .list:nth-child(3n) {
  border-left: none;
  border-right: none;
}
.index-box .index .admin-con ul .list:nth-child(3n+1) {
  border-left: none;
}
.index-box .index .admin-con ul .list:nth-child(3n-1) {
  border-left: none;
}
.index-box .index .admin-con ul .list:first-child .img .iconfont {
  color: #ff1717;
}
.index-box .index .admin-con ul .list:nth-child(2) .img .iconfont {
  color: #25d4b3;
}
.index-box .index .admin-con ul .list:nth-child(3) .img .iconfont {
  color: #3f9ff1;
}
.index-box .index .admin-con ul .list:nth-child(4) .img .iconfont {
  color: #e85add;
}
.index-box .index .admin-con ul .list:nth-child(5) .img .iconfont {
  color: #1ee9f3;
}
.index-box .index .admin-con ul .list:nth-child(6) .img .iconfont {
  color: #ff6226;
}
.index-box .index .admin-con ul .list:nth-child(7) .img .iconfont {
  color: #FA7298;
}
.index-box .index .admin-con ul .list:nth-child(8) .img .iconfont {
  color: #4F58D7;
}
.index-box .index .admin-con ul .list:nth-child(9) .img .iconfont {
  color: #44BFE0;
}
.index-box .index .admin-con ul .list:nth-child(10) .img .iconfont {
  color: #ffa700;
}
.index-box .index .admin-con ul .list:nth-child(11) .img .iconfont {
  color: #52e454;
}
.index-box .index .admin-con ul .list:nth-child(12) .img .iconfont {
  color: #ad6e0c;
}
.com-box {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 0;
  background: #f7f7f7;
}
.com-box2 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 0;
  background: #f7f7f7;
}
.com-box3 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background: #f7f7f7;
}
.com-box4 {
  height: calc(100% + 160px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background: #f7f7f7;
}
.com-boxs {
  height: calc(100% + 360px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background: #f7f7f7;
}
.com-box5 {
  height: calc(100% + 180px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 0;
  background: #f7f7f7;
}
.com-box6 {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background: #f7f7f7;
}
.jifen-box {
  display: flex;
  width: 100%;
  height: 30px;
  justify-content: space-between;
  align-items: flex-end;
  background: #fff;
  border-bottom: 1px solid #33cc99;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.jifen-box li {
  width: 50%;
  text-align: center;
  font-size: 16px;
}
.jifen-box li span {
  font-weight: bold;
}
.jifen-box .mid {
  height: 100%;
  width: 0;
  padding-left: 2px;
  background: #33cc99;
  display: block;
}
.progress {
  flex: 1;
  height: 10px;
  border-radius: 5px;
  background: #e4e4e4;
  box-shadow: none;
  margin-bottom: 0;
  overflow: visible;
  margin-right: 24px;
}
.progress .progress-bar {
  max-width: 100%;
  border-radius: 5px;
  position: relative;
  background: #33cc99;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.progress .progress-value {
  display: block;
  font-size: 12px;
  font-weight: 200;
  color: #333;
  position: absolute;
  top: -5px;
  right: -28px;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
from,
form {
  display: block;
}
from .from-box,
form .from-box,
from .form-box,
form .form-box {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 30px;
}
from .from-box > label,
form .from-box > label,
from .form-box > label,
form .form-box > label {
  margin: 0;
  width: 95px;
  box-sizing: border-box;
  padding-right: 5px;
  text-justify: auto;
  text-align: justify;
  text-align-last: justify;
  font-size: 13px;
}
from .from-box .input,
form .from-box .input,
from .form-box .input,
form .form-box .input {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
from .from-box select option,
form .from-box select option,
from .form-box select option,
form .form-box select option {
  background: #fff;
}
from .from-box .input-add,
form .from-box .input-add,
from .form-box .input-add,
form .form-box .input-add {
  width: 48%;
  margin-bottom: 5px;
}
from .from-box .error,
form .from-box .error,
from .form-box .error,
form .form-box .error {
  color: red;
  line-height: 20px;
}
from .from-box .btn,
form .from-box .btn,
from .form-box .btn,
form .form-box .btn {
  width: 100%;
  color: #fff;
  border: none;
}
from .from-box .input-box,
form .from-box .input-box,
from .form-box .input-box,
form .form-box .input-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
from .from-box .input-address,
form .from-box .input-address,
from .form-box .input-address,
form .form-box .input-address {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
from .from-box .input-radio,
form .from-box .input-radio,
from .form-box .input-radio,
form .form-box .input-radio {
  width: 100%;
  display: flex;
  flex: 1;
  align-items: center;
}
from .from-box .input-radio input[type="radio"] + label::before,
form .from-box .input-radio input[type="radio"] + label::before,
from .form-box .input-radio input[type="radio"] + label::before,
form .form-box .input-radio input[type="radio"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 17px;
  height: 17px;
  margin-right: 3px;
  border-radius: 50%;
  border: 1px solid #33cc99;
  line-height: 1;
  box-sizing: border-box;
}
from .from-box .input-radio input[type="radio"]:checked + label::before,
form .from-box .input-radio input[type="radio"]:checked + label::before,
from .form-box .input-radio input[type="radio"]:checked + label::before,
form .form-box .input-radio input[type="radio"]:checked + label::before {
  background-color: #33cc99;
  background-clip: content-box;
  padding: 4px;
}
from .from-box .input-radio input[type="radio"],
form .from-box .input-radio input[type="radio"],
from .form-box .input-radio input[type="radio"],
form .form-box .input-radio input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
from .from-box .input-radio label,
form .from-box .input-radio label,
from .form-box .input-radio label,
form .form-box .input-radio label {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 400;
}
from .from-box .input-ts,
form .from-box .input-ts,
from .form-box .input-ts,
form .form-box .input-ts {
  color: #337ab7;
}
from .from-box .input-box2,
form .from-box .input-box2,
from .form-box .input-box2,
form .form-box .input-box2 {
  width: 100%;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
from .from-box .input-box2 .input2,
form .from-box .input-box2 .input2,
from .form-box .input-box2 .input2,
form .form-box .input-box2 .input2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 5px;
}
from .from-box .input-box2 .yzm,
form .from-box .input-box2 .yzm,
from .form-box .input-box2 .yzm,
form .form-box .input-box2 .yzm {
  text-align: center;
}
from .from-box .input-box2 .yzm .input-yzm,
form .from-box .input-box2 .yzm .input-yzm,
from .form-box .input-box2 .yzm .input-yzm,
form .form-box .input-box2 .yzm .input-yzm {
  width: 100%;
  background: #33cc99;
  color: #fff;
  padding: 0px 5px;
}
from .from-box .input-box2 .yzm .tit,
form .from-box .input-box2 .yzm .tit,
from .form-box .input-box2 .yzm .tit,
form .form-box .input-box2 .yzm .tit {
  font-size: 12px;
  color: #0086B3;
}
from .from-title,
form .from-title,
from .form-title,
form .form-title {
  width: 100%;
  font-size: 14px;
  color: #da3939;
  line-height: 25px;
  padding: 0 10px 0 55px;
  box-sizing: border-box;
  margin: 10px 0;
  position: relative;
}
from .from-title:before,
form .from-title:before,
from .form-title:before,
form .form-title:before {
  content: "提示：";
  font-weight: 600;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10px;
}
.admin-box {
  width: 100%;
  min-height: 100%;
  padding: 60px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  background: #f7f7f7;
}
.admin-box .admin {
  width: 100%;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
}
.admin-box .admin .admin-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 15px;
  box-sizing: inherit;
}
.admin-box .admin .admin-top .top-l {
  display: flex;
  align-items: center;
  height: 100%;
}
.admin-box .admin .admin-top .top-l .pro {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.admin-box .admin .admin-top .top-l .pro img {
  width: 100%;
  height: 100%;
}
.admin-box .admin .admin-top .top-l .info {
  display: flex;
  flex-direction: column;
  line-height: 25px;
}
.admin-box .admin .admin-top .top-l .info .name {
  color: #33cc99;
  font-size: 14px;
  font-weight: 600;
}
.admin-box .admin .admin-top .top-l .info .name:before {
  content: "昵称：";
  font-weight: 200;
  color: #666;
}
.admin-box .admin .admin-top .top-l .info .id {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}
.admin-box .admin .admin-top .top-l .info .id:before {
  content: "ID：";
  font-weight: 200;
}
.admin-box .admin .admin-top .top-r .vip {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #33cc99;
}
.admin-box .admin .admin-top .top-r .vip:before {
  content: "信用等级：";
  color: #666;
}
.admin-box .admin .admin-cen {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 10px;
}
.admin-box .admin .admin-cen .cen-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.admin-box .admin .admin-cen .cen-li .iconfont {
  color: #33cc99;
  font-size: 33px;
  height: 38px;
}
.admin-box .admin .admin-cen .cen-li span {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.admin-box .admin .admin-cen .cen-li:active .iconfont {
  color: #f1b967;
}
.admin-box .admin .admin-cen .cen-li:active span {
  color: #33cc99;
}
.admin-box .admin .admin-con {
  padding: 10px;
  background: #fff;
}
.admin-box .admin .admin-con ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #bababa;
}
.admin-box .admin .admin-con ul .list {
  display: block;
  width: 33.33%;
  height: 0;
  transition: all 1s;
  padding-bottom: 33.33%;
  border: 1px dotted #bababa;
  position: relative;
  border-top: none;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.admin-box .admin .admin-con ul .list a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.admin-box .admin .admin-con ul .list .img {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
}
.admin-box .admin .admin-con ul .list .img .iconfont {
  font-size: 25px;
  color: #6d6d6d;
}
.admin-box .admin .admin-con ul .list p {
  font-size: 12px;
  display: block;
  line-height: 20px;
  color: #6d6d6d;
  width: 100%;
}
.admin-box .admin .admin-con ul .list:active {
  background: #f3f3f3;
}
.admin-box .admin .admin-con ul .list:active .img .iconfont {
  color: #33cc99;
}
.admin-box .admin .admin-con ul .list:active p {
  color: #33cc99;
}
.admin-box .admin .admin-con ul .list:nth-child(2) {
  border-left: none;
}
.admin-box .admin .admin-con ul .list:nth-child(3n) {
  border-left: none;
}
.admin-box .admin .admin-con ul .list:nth-child(3n+2) {
  border-left: none;
}
.admin-box .admin .admin-con ul .list:first-child .img .iconfont {
  color: #ff1717;
}
.admin-box .admin .admin-con ul .list:nth-child(2) .img .iconfont {
  color: #25d4b3;
}
.admin-box .admin .admin-con ul .list:nth-child(3) .img .iconfont {
  color: #3f9ff1;
}
.admin-box .admin .admin-con ul .list:nth-child(4) .img .iconfont {
  color: #e85add;
}
.admin-box .admin .admin-con ul .list:nth-child(5) .img .iconfont {
  color: #1ee9f3;
}
.admin-box .admin .admin-con ul .list:nth-child(6) .img .iconfont {
  color: #ff6226;
}
.admin-box .admin .admin-con ul .list:nth-child(7) .img .iconfont {
  color: #FA7298;
}
.admin-box .admin .admin-con ul .list:nth-child(8) .img .iconfont {
  color: #4F58D7;
}
.admin-box .admin .admin-con ul .list:nth-child(9) .img .iconfont {
  color: #44BFE0;
}
.zhuanru {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
  padding: 20px 10px;
}
.zhuanru .zr-title {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  color: #666;
  margin: 20px 0;
}
.zhuanru .img-box {
  width: 50%;
  margin-top: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #ccc;
  padding: 5px;
}
.zhuanru .img-box img {
  width: 100%;
}
.zhuanru .zr-id {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
  font-weight: bold;
}
.zhuanru .zr-id span {
  color: #33cc99;
  font-size: 16px;
  font-weight: 500;
}
.zhuanru .text-box {
  width: 70%;
  background: #fff;
  margin-top: 30px;
}
.zhuanru .text-box textarea {
  padding: 5px;
  border: 1px solid #ddd;
}
.zhuanru .text-box button {
  width: 100%;
  margin-top: 20px;
  color: #fff;
}
.zhuanru .zr-foot {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.gonggao {
  width: 100%;
  max-width: 550px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
}
.gonggao a {
  border-bottom: 1px solid #efefef;
  padding: 10px 5px;
  font-size: 14px;
  color: #333;
  padding-bottom: 25px;
  position: relative;
  display: block;
}
.gonggao a p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.gonggao a .time {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}
.gonggao a .time .fl {
  color: #e4393c;
}
.article {
  width: 100%;
  max-width: 550px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
  padding-bottom: 20px;
}
.article img {
  width: 100%;
}
.article .article-title {
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.article .article-title:active,
.article .article-title:hover {
  color: #00a8ff;
}
.article .article-bj {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px 0;
}
.article .article-con {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  letter-spacing: 1px;
  line-height: 20px;
}
.anquan {
  width: 100%;
  max-width: 550px;
  padding: 10px 10px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
}
.anquan a {
  background: #fff;
  display: flex;
  border-bottom: 1px solid #efefef;
  line-height: 40px;
  height: 41px;
  color: #333;
  padding: 0 30px 0 10px;
  position: relative;
  font-size: 14px;
  align-items: center;
}
.anquan a:after {
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 0;
  background: url(../img/xiangyou.png) no-repeat;
  background-size: 23px 23px;
  background-position: 5px;
}
.anquan .xgimg {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/xgmm.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.anquan .sjimg {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/shouji.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.anquan .yximg {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/email.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.anquan .zfimg {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/zfmm.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.zhuanchu {
  width: 100%;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
  padding: 20px 10px;
}
.zhuanchu from {
  width: 100%;
}
.chongzhi {
  width: 100%;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
  padding: 10px;
}
.chongzhi .cz-title {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
  line-height: 25px;
  padding: 0 15px;
  margin-top: 10px;
}
.chongzhi .cz-title span {
  font-weight: bold;
  font-size: 16px;
  color: #e4393c;
}
.chongzhi from {
  width: 100%;
  padding: 0 15px;
}
.chongzhi from > label {
  text-align: right;
  padding-right: 10px;
  font-weight: 200;
  width: auto;
}
.chongzhi .from-title {
  color: #868686;
}
.jjmx,
.dhjl,
.czjl {
  width: 100%;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
  padding: 10px;
}
.jjmx th,
.dhjl th,
.czjl th {
  text-align: center;
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.jjmx td,
.dhjl td,
.czjl td {
  text-align: center;
}
.jjmx .table-ts,
.dhjl .table-ts,
.czjl .table-ts {
  color: #868686;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}
.jjmx .hygl-top,
.dhjl .hygl-top,
.czjl .hygl-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0px 0 10px;
  border-bottom: 1px solid #F6F6F6;
  padding: 0 5px;
  flex: none;
}
.jjmx .hygl-top .top-list,
.dhjl .hygl-top .top-list,
.czjl .hygl-top .top-list {
  display: block;
  line-height: 30px;
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.jjmx .hygl-top .top-list:after,
.dhjl .hygl-top .top-list:after,
.czjl .hygl-top .top-list:after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 2px solid #33cc99;
  display: none;
}
.jjmx .hygl-top .active.top-list,
.dhjl .hygl-top .active.top-list,
.czjl .hygl-top .active.top-list {
  color: #33cc99;
}
.jjmx .hygl-top .active.top-list:after,
.dhjl .hygl-top .active.top-list:after,
.czjl .hygl-top .active.top-list:after {
  content: "";
  display: block;
}
.jjmx .jjmx-fl,
.dhjl .jjmx-fl,
.czjl .jjmx-fl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.jjmx .jjmx-fl a,
.dhjl .jjmx-fl a,
.czjl .jjmx-fl a {
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.jjmx .jjmx-fl .active,
.dhjl .jjmx-fl .active,
.czjl .jjmx-fl .active {
  background: #33cc99;
  border-color: #33cc99;
  color: #fff;
}
.dh-none {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
  padding: 20% 10%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  background: #fff;
}
.dh-none .dh-ts {
  color: #333;
  font-size: 16px;
}
.xgtx {
  width: 100%;
  text-align: center;
  padding: 20px 15px 30px;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.xgtx #uploadForm .thumbnail {
  border: none;
}
.xgtx #uploadForm .thumbnail img {
  width: 180px;
  height: 180px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.xgtx .btn {
  color: #fff;
}
.xgzl {
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.xgzl from .from-box > label,
.xgzl form .from-box > label,
.xgzl from .form-box > label,
.xgzl form .form-box > label {
  width: 62px;
  font-size: 14px;
  font-weight: 400;
}
.grzl {
  width: 100%;
  padding: 15px;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.xgmm {
  width: 100%;
  max-width: 550px;
  padding: 20px 10px 10px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
}
.xgmm from,
.xgmm form {
  width: 100%;
  padding: 0 15px;
}
.xgmm from label,
.xgmm form label {
  padding-right: 15px;
  width: 85px;
}
.wdzc {
  width: 100%;
  padding: 15px;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.zongchou {
  width: 100%;
  height: 100%;
  background: #fff;
  max-width: 550px;
  padding: 40px 10px 15px;
  box-shadow: 0 0 5px #a5a5a5;
}
.zongchou .zc-top {
  position: fixed;
  top: 60px;
  width: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
}
.zongchou .zc-top .tabs {
  width: 100%;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #33cc99;
  padding-top: 10px;
}
.zongchou .zc-top .tabs a {
  width: 50%;
  border-right: 1px solid #33cc99;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
.zongchou .zc-top .tabs a:active,
.zongchou .zc-top .tabs a.active {
  color: #33cc99;
}
.zongchou .zc-top .tabs a:last-child {
  border-right: 0;
}
.zongchou .swiper-container {
  width: 100%;
  border-top: 0;
}
.zongchou .swiper-container .swiper-slide {
  width: 100%;
}
.zongchou .swiper-container .swiper-slide .content-slide {
  width: 100%;
}
.zongchou .swiper-container .swiper-slide .content-slide table {
  border: 1px solid #dedede;
  margin-bottom: 0;
}
.zongchou .swiper-container .swiper-slide .content-slide table td {
  border-top: none;
}
.zongchou .swiper-container .swiper-slide .content-slide table tr td:first-child {
  text-align: justify;
  text-align-last: justify;
}
.zongchou .swiper-container .swiper-slide .content-slide .jindu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dedede;
  border-top: 0;
  padding: 10px;
}
.zongchou .swiper-container .swiper-slide .content-slide .jindu .jindu-r {
  padding: 0 8px;
  margin-left: 10px;
  background: #33cc99;
  color: #fff;
  line-height: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px #999;
}
.zongchou .swiper-container .swiper-slide .content-slide .jindu .jindu-r:nth-child(2) {
  background: #4CAE4C;
}
.zongchou .swiper-container .swiper-slide .content-slide .jindu .jindu-r:active {
  box-shadow: 0 0 0px transparent;
}
.msg {
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.msg .msg-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  padding: 5px 0;
}
.msg .msg-list .msg-l {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  background: #33cc99;
}
.msg .msg-list .msg-l .iconfont {
  font-size: 20px;
  color: #fff;
}
.msg .msg-list .msg-r {
  width: calc( 100% - 40px );
}
.msg .msg-list .msg-r p {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #999;
  line-height: 25px;
}
.msg .msg-list .msg-r p .co3 {
  color: #333;
}
.yue {
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.yue .dh-title {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}
.yue from .from-box,
.yue form .form-box {
  width: 100%;
  padding: 0 10%;
}
.yue from .from-box > label,
.yue form .form-box > label {
  text-align: right;
  padding-right: 10px;
  font-weight: 200;
  width: auto;
}
.spsq {
  width: 100%;
  padding: 20px 15px;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
}
.spsq from .from-box > label,
.spsq form .from-box > label,
.spsq from .form-box > label,
.spsq form .form-box > label {
  width: 62px;
  font-size: 14px;
  font-weight: 400;
}
.spsq from .from-box .input-box .imgbox,
.spsq form .from-box .input-box .imgbox,
.spsq from .form-box .input-box .imgbox,
.spsq form .form-box .input-box .imgbox {
  display: flex;
  align-items: center;
}
.spsq from .from-box .input-box .imgbox img,
.spsq form .from-box .input-box .imgbox img,
.spsq from .form-box .input-box .imgbox img,
.spsq form .form-box .input-box .imgbox img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  flex: none;
}
.spsq from .from-box .input-box .imgbox .div1,
.spsq form .from-box .input-box .imgbox .div1,
.spsq from .form-box .input-box .imgbox .div1,
.spsq form .form-box .input-box .imgbox .div1 {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.spsq from .from-box .input-box .imgbox .div1 .div2,
.spsq form .from-box .input-box .imgbox .div1 .div2,
.spsq from .form-box .input-box .imgbox .div1 .div2,
.spsq form .form-box .input-box .imgbox .div1 .div2 {
  width: 100px;
  background: #33cc99;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
}
.spsq from .from-box .input-box .imgbox .div1 .file_input,
.spsq form .from-box .input-box .imgbox .div1 .file_input,
.spsq from .form-box .input-box .imgbox .div1 .file_input,
.spsq form .form-box .input-box .imgbox .div1 .file_input {
  width: 200px;
  /*因为file-input在部分浏览器中会自带一个输入框，需要双击才可以点击上传,放大后将其定位到div外面就好啦*/
  height: 30px;
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 1;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  /*css属性——opcity不透明度，取值0-1*/
  filter: alpha(opacity=0);
  /*兼容IE8及以下--filter属性是IE特有的，它还有很多其它滤镜效果，而filter: alpha(opacity=0); 兼容IE8及以下的IE浏览器(如果你的电脑IE是8以下的版本，使用某些效果是可能会有一个允许ActiveX的提示,注意点一下就ok啦)*/
  cursor: pointer;
}
.spsq1 {
  width: 100%;
  padding: 10px 10px 15px;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
  height: 100%;
}
.spsq1 .xq-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 25px;
  margin-bottom: 5px;
}
.spsq1 .xq-box .title {
  width: 60px;
  font-weight: bold;
  text-align: justify;
  text-align-last: justify;
  margin-right: 10px;
}
.spsq1 .xq-box .nr {
  flex: 1;
}
.spsq1 .xq-box .nr img {
  width: 30px;
  height: 30px;
}
.fqzc {
  width: 100%;
  padding: 20px 15px;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
}
.fqzc from .from-box > label,
.fqzc form .from-box > label,
.fqzc from .form-box > label,
.fqzc form .form-box > label {
  width: 62px;
  font-size: 14px;
  font-weight: 400;
}
.shop {
  width: 100%;
  padding: 10px 10px 15px;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
}
.shop .shop-list {
  border: 1px solid #33cc99;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  margin-bottom: 8px;
  overflow: hidden;
}
.shop .shop-list .shop-img {
  width: 100px;
  height: 100px;
  position: relative;
  flex: none;
  overflow: hidden;
}
.shop .shop-list .shop-img img {
  width: 100%;
  height: 100%;
}
.shop .shop-list .shop-xq {
  width: calc(100% - 100px);
  height: 100px;
  padding: 5px 0 5px 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.shop .shop-list .shop-xq h3 {
  color: #333;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop .shop-list .shop-xq .shop-bot {
  width: 100%;
}
.shop .shop-list .shop-xq .shop-bot p {
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 12px;
}
.shop .shop-list .shop-xq .shop-bot p span {
  color: #666;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop .shop-list .shop-xq .shop-bot p span:nth-child(1) {
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop .shop-list .shop-xq .shop-bot p span:nth-child(2) {
  font-size: 12px;
  color: red;
  line-height: 20px;
  margin-right: 2px;
}
.shop .shop-list .shop-xq .shop-bot p span:nth-child(2) .iconfont {
  font-size: 16px;
}
.shop .shop-list .shop-xq .shop-bot .shop-time {
  width: calc(100% - 50px);
}
.shop .shop-list:last-child {
  margin-bottom: 0;
}
.shopxq {
  width: 100%;
  height: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
}
.shopxq .shopxq-lbt {
  width: 100%;
  height: auto;
}
.shopxq .shopxq-lbt .carousel-inner .item img {
  width: 100%;
  height: 180px;
}
.shopxq .shopxq-lbt .carousel-indicators .active {
  background: #33cc99;
}
.shopxq .shopxq-con {
  background: #fff;
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shopxq .shopxq-con .tabs {
  width: 100%;
  border-bottom: 1px solid #C2C2C2;
  display: flex;
  justify-content: space-between;
}
.shopxq .shopxq-con .tabs > a {
  width: 50%;
  text-align: center;
  position: relative;
  line-height: 35px;
  display: block;
  color: #333;
  font-size: 14px;
}
.shopxq .shopxq-con .tabs .active {
  color: #33cc99;
}
.shopxq .shopxq-con .tabs .active:after {
  content: "";
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  border: none;
  background: #33cc99;
}
.shopxq .shopxq-con .swiper-container1 {
  width: 100%;
  border-top: 0;
  height: 100%;
  overflow: hidden;
  flex: 1;
}
.shopxq .shopxq-con .swiper-container1 .swiper-slide {
  width: 100%;
  height: 100%;
}
.shopxq .shopxq-con .swiper-container1 .swiper-slide .con {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.goodsxq {
  width: 100%;
  padding: 5px;
  font-size: 12px;
}
.goodsxq img {
  width: 100%;
}
.goodsxq .xq-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 25px;
  margin-bottom: 5px;
}
.goodsxq .xq-box .title {
  width: 60px;
  font-weight: bold;
  text-align: justify;
  text-align-last: justify;
  margin-right: 10px;
}
.goodsxq .xq-box .nr {
  flex: 1;
}
.goodsxq .xq-box .nr img {
  width: 30px;
  height: 30px;
}
.goodslist {
  padding: 5px;
}
.goodslist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goodslist ul li {
  background: #fff;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px #9a9a9a;
}
.goodslist ul li .goods-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.goodslist ul li .goods-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.goodslist ul li .goods-xq {
  width: 100%;
  background: #fff;
  padding: 5px;
}
.goodslist ul li .goods-xq .goods-tit {
  font-size: 10px;
  height: 40px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
}
.goodslist ul li .goods-xq .goods-prc {
  font-size: 10px;
  width: 100%;
  color: #a9a9a9;
  line-height: 20px;
  text-decoration: line-through;
}
.goodslist ul li .goods-xq .goods-prc span {
  float: right;
  color: #e4393c;
  text-decoration: none;
  font-size: 14px;
}
.shopindex {
  width: 100%;
  background: #F5F5F5;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.shopindex .shop-tit {
  background: #fff;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  box-shadow: 0 0px 5px #cac8c8;
}
.shopindex .shop-tit h2 {
  font-size: 16px;
  padding: 0 55px;
  position: relative;
  line-height: 25px;
  color: #d21430;
}
.shopindex .shop-tit h2 .iconfont {
  margin: 0 5px;
}
.shopindex .shop-tit h2:after {
  content: "————";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit h2:before {
  content: "————";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit span {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  letter-spacing: 2px;
}
.shopindex .shop-tit1 {
  background: #fff;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  box-shadow: 0 0px 5px #cac8c8;
}
.shopindex .shop-tit1 h2 {
  font-size: 16px;
  padding: 0 55px;
  position: relative;
  line-height: 25px;
  color: #07bd0d;
}
.shopindex .shop-tit1 h2 .iconfont {
  margin: 0 5px;
}
.shopindex .shop-tit1 h2:after {
  content: "————";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit1 h2:before {
  content: "————";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit1 span {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  letter-spacing: 2px;
}
.shopindex .shop-tit2 {
  background: #fff;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  box-shadow: 0 0px 5px #cac8c8;
}
.shopindex .shop-tit2 h2 {
  font-size: 16px;
  padding: 0 55px;
  position: relative;
  line-height: 25px;
  color: #e22bb3;
}
.shopindex .shop-tit2 h2 .iconfont {
  margin: 0 5px;
}
.shopindex .shop-tit2 h2:after {
  content: "————";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit2 h2:before {
  content: "————";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit2 span {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  letter-spacing: 2px;
}
.shopindex .shop-tit3 {
  background: #fff;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  box-shadow: 0 0px 5px #cac8c8;
}
.shopindex .shop-tit3 h2 {
  font-size: 16px;
  padding: 0 55px;
  position: relative;
  line-height: 25px;
  color: #0cbdb5;
}
.shopindex .shop-tit3 h2 .iconfont {
  margin: 0 5px;
}
.shopindex .shop-tit3 h2:after {
  content: "————";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit3 h2:before {
  content: "————";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit3 span {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  letter-spacing: 2px;
}
.shopindex .shop-tit4 {
  background: #fff;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  box-shadow: 0 0px 5px #cac8c8;
}
.shopindex .shop-tit4 h2 {
  font-size: 16px;
  padding: 0 55px;
  position: relative;
  line-height: 25px;
  color: #ff7522;
}
.shopindex .shop-tit4 h2 .iconfont {
  margin: 0 5px;
}
.shopindex .shop-tit4 h2:after {
  content: "————";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit4 h2:before {
  content: "————";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
}
.shopindex .shop-tit4 span {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  letter-spacing: 2px;
}
.shopindex .shopindex-lbt {
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px #666;
}
.shopindex .shopindex-lbt .swiper-wrapper img {
  width: 100%;
  height: 180px;
}
.shopindex .shopindex-lbt .swiper-pagination-bullet-active {
  background: #33cc99;
}
.shopindex .shopindex-two {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 0 0px #333;
  margin-bottom: 10px;
}
.shopindex .shopindex-two .two-list {
  text-align: center;
  color: #333;
  width: 25%;
  display: block;
  flex: none;
}
.shopindex .shopindex-two .two-list .two-list-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shopindex .shopindex-two .two-list .two-list-con .img-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  box-shadow: 0 0 5px #999;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.shopindex .shopindex-two .two-list .two-list-con .img-box img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}
.shopindex .shopindex-two .two-list .two-list-con .img-box span {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  z-index: 5;
  position: relative;
}
.shopindex .shopindex-two .two-list .two-list-con .img-box:before {
  content: "";
  background: rgba(47, 47, 47, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 3;
}
.shopindex .shopindex-three {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.shopindex .shopindex-three .three-l {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  background: #a3fffb;
  flex: 1;
  position: relative;
}
.shopindex .shopindex-three .three-l .l-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shopindex .shopindex-three .three-l .l-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shopindex .shopindex-three .three-l .l-box a .tit {
  font-weight: bold;
  width: 100%;
  color: #0982ca;
  font-size: 12px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopindex .shopindex-three .three-l .l-box a img {
  width: 60%;
  margin-top: 30px;
}
.shopindex .shopindex-three .three-r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: 2;
}
.shopindex .shopindex-three .three-r .r-li {
  width: 50%;
  height: 50%;
  background: #eccfff;
  position: relative;
}
.shopindex .shopindex-three .three-r .r-li .r-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shopindex .shopindex-three .three-r .r-li .r-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shopindex .shopindex-three .three-r .r-li .r-box a .tit {
  font-weight: bold;
  width: 100%;
  color: #923ad4;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopindex .shopindex-three .three-r .r-li .r-box a img {
  width: 60%;
}
.shopindex .shopindex-three .three-r .r-li:nth-child(2) {
  background: #bdf7d4;
}
.shopindex .shopindex-three .three-r .r-li:nth-child(2) .r-box .tit {
  color: #02b548;
}
.shopindex .shopindex-three .three-r .r-li:nth-child(3) {
  background: #f3fdce;
}
.shopindex .shopindex-three .three-r .r-li:nth-child(3) .r-box .tit {
  color: #ad9b1b;
}
.shopindex .shopindex-three .three-r .r-li:nth-child(4) {
  background: #fbd1b5;
}
.shopindex .shopindex-three .three-r .r-li:nth-child(4) .r-box .tit {
  color: #e47225;
}
.shopindex .shopindex-four {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  padding-top: 8px;
  justify-content: space-between;
}
.shopindex .shopindex-four .four-li {
  margin-right: 6px;
  width: calc(50% - 5px);
  margin-bottom: 8px;
  background: #fff;
  padding: 5px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px #d8d8d8;
  border-radius: 4px;
  overflow: hidden;
}
.shopindex .shopindex-four .four-li .img-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.shopindex .shopindex-four .four-li .img-box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.shopindex .shopindex-four .four-li .img-box .img img {
  width: 100%;
}
.shopindex .shopindex-four .four-li .four-tit {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  height: 40px;
}
.shopindex .shopindex-four .four-li .four-fot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 25px;
}
.shopindex .shopindex-four .four-li .four-fot span {
  color: #ED1C24;
  font-size: 14px;
  font-weight: 600;
}
.shopindex .shopindex-four .four-li .four-fot .iconfont {
  font-size: 16px;
  color: #FF7800;
}
.shopindex .shopindex-four .four-li:nth-child(2n) {
  margin-right: 0px;
}
.fenlei {
  width: 100%;
  height: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.fenlei .fl-left {
  width: 21%;
  height: 100%;
  background: #F6F6F6;
  padding: 10px 0 ;
  border-right: 1px solid #F6F6F6;
}
.fenlei .fl-left .lla {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #8C8C8C;
  width: 100%;
  display: block;
  position: relative;
}
.fenlei .fl-left .lla .lla-tag {
  height: 30px;
  width: 3px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #33cc99;
  display: none;
}
.fenlei .fl-left .active,
.fenlei .fl-left .lla:active {
  color: #33cc99;
  background: #fff;
  font-size: 14px;
}
.fenlei .fl-left .active .lla-tag,
.fenlei .fl-left .lla:active .lla-tag {
  display: block;
}
.fenlei .fl-right {
  width: 100%;
  background: #fff;
  height: 100%;
  padding: 10px 5px 10px 10px;
  flex: 1;
}
.fenlei .fl-right .lr-img {
  width: 100%;
  height: 80px;
  display: block;
}
.fenlei .fl-right .lr-img img {
  width: 100%;
  height: 100%;
}
.fenlei .fl-right .lr-title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #424242;
  text-align: center;
}
.fenlei .fl-right .lr-title span {
  position: relative;
}
.fenlei .fl-right .lr-title span:before {
  content: "——";
  position: absolute;
  left: -40px;
  height: 100%;
  bottom: 4px;
}
.fenlei .fl-right .lr-title span:after {
  content: "——";
  position: absolute;
  right: -40px;
  height: 100%;
  bottom: 4px;
}
.fenlei .fl-right .lr-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fenlei .fl-right .lr-con .lr-list {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px dotted #e6e6e6;
  display: block;
}
.fenlei .fl-right .lr-con .lr-list > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fenlei .fl-right .lr-con .lr-list > a .lrc-l {
  width: 35%;
  height: 0;
  padding-top: 35%;
  float: left;
  position: relative;
}
.fenlei .fl-right .lr-con .lr-list > a .lrc-l .img {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  background: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fenlei .fl-right .lr-con .lr-list > a .lrc-l .img img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fenlei .fl-right .lr-con .lr-list > a .lrc-r {
  width: 65%;
  font-size: 13px;
  line-height: 20px;
  float: right;
  padding-left: 10px;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.fenlei .fl-right .lr-con .lr-list > a .lrc-r .lrc-title {
  font-weight: 600;
  max-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.fenlei .fl-right .lr-con .lr-list > a .lrc-r .lrc-xx {
  width: 100%;
  color: #666;
  line-height: 20px;
  font-size: 12px;
}
.fenlei .fl-right .lr-con .lr-list > a .lrc-r .lrc-fot {
  width: 100%;
  line-height: 20px;
}
.fenlei .fl-right .lr-con .lr-list > a .lrc-r .lrc-fot .price {
  color: red;
  font-size: 14px;
  font-weight: bold;
}
.detail {
  width: 100%;
  height: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
}
.detail .detail-lbt {
  width: 100%;
  height: auto;
}
.detail .detail-lbt .carousel-inner .item img {
  width: 100%;
  height: 200px;
}
.detail .detail-lbt .carousel-indicators .active {
  background: #33cc99;
}
.detail .detail-info {
  width: 100%;
  padding: 10px 5px;
  background: #fff;
  box-shadow: 0 0 5px #e2e2e2;
  margin-bottom: 8px;
}
.detail .detail-info .de-title {
  font-size: 14px;
  color: #000;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail .detail-info .de-jj {
  font-size: 10px;
  line-height: 20px;
  color: #666;
  height: 40px;
}
.detail .detail-info .de-con {
  height: 25px;
  line-height: 25px;
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail .detail-info .de-con p {
  width: 50%;
  text-align: left;
}
.detail .detail-info .de-con span {
  color: #000;
}
.detail .detail-info .de-con .de-price {
  font-size: 16px;
  color: red;
}
.detail .detail-info .de-con .de-fen {
  font-size: 16px;
  color: #02B548;
}
.detail .detail-info .de-con1 {
  height: 28px;
  line-height: 28px;
  margin-top: 7px;
}
.detail .detail-info .de-con1 span {
  color: #000;
  margin-right: 10px;
}
.detail .detail-info .de-con1 .de-num {
  border: 1px solid #e8e6e6;
  height: 28px;
  display: flex;
  justify-content: space-between;
  width: 90px;
  line-height: 26px;
}
.detail .detail-info .de-con1 .de-num .num-sz {
  width: 26px;
  height: 26px;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 26px;
}
.detail .detail-info .de-con1 .de-num .num-sz .iconfont {
  font-size: 18px;
}
.detail .detail-info .de-con1 .de-num .num-sz:hover,
.detail .detail-info .de-con1 .de-num .num-sz:active {
  color: #33cc99;
}
.detail .detail-info .de-con1 .de-num .num-cen {
  border: none;
  border-left: 1px solid #e8e6e6 ;
  border-right: 1px solid #E8E6E6;
  text-align: center;
  flex: 1;
  color: #666;
  width: 100%;
  padding: 0;
}
.detail .detail-con {
  background: #fff;
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail .detail-con .tabs {
  width: 100%;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
}
.detail .detail-con .tabs > a {
  width: 50%;
  text-align: center;
  position: relative;
  line-height: 35px;
  display: block;
  color: #333;
}
.detail .detail-con .tabs .active {
  color: #33cc99;
}
.detail .detail-con .tabs .active:after {
  content: "";
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  border: none;
  background: #33cc99;
}
.detail .detail-con .swiper-container1 {
  width: 100%;
  border-top: 0;
  height: 100%;
  overflow: hidden;
  flex: 1;
}
.detail .detail-con .swiper-container1 .swiper-slide {
  width: 100%;
  height: 100%;
}
.detail .detail-con .swiper-container1 .swiper-slide .con {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.detail .detail-con .swiper-container1 .swiper-slide .detcon img {
  width: 100% !important;
}
.detail .detail-con .swiper-container1 .swiper-slide .detpj li {
  width: 100%;
  border: 1px solid #33cc99;
  margin-bottom: 5px;
  background: rgba(181, 251, 228, 0.4);
}
.detail .detail-con .swiper-container1 .swiper-slide .detpj li .detpj-top {
  width: 100%;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  margin: 2px 0;
  padding: 0 5px;
  align-items: center;
}
.detail .detail-con .swiper-container1 .swiper-slide .detpj li .detpj-top .img {
  height: 30px;
  color: #666;
  display: flex;
  align-items: center;
}
.detail .detail-con .swiper-container1 .swiper-slide .detpj li .detpj-top .img img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  margin-right: 6px;
}
.detail .detail-con .swiper-container1 .swiper-slide .detpj li .detpj-con {
  width: 100%;
  padding: 5px;
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  text-indent: 2em;
}
.carnone {
  width: 100%;
  text-align: center;
  margin-top: 20%;
}
.carnone img {
  width: 60%;
}
.carnone p {
  margin-top: 20px;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}
.carnone a {
  margin-top: 20px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  border-radius: 2px;
  font-size: 15px;
  letter-spacing: 2px;
  background: #33cc99;
}
.carnone a:hover,
.carnone a:active {
  color: #fff;
}
.car {
  width: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 10px;
}
.car ul {
  background: #f7f7f7;
  width: 100%;
  overflow: hidden;
}
.car ul li {
  margin-bottom: 10px;
  background: #fff;
  padding: 5px;
  border-bottom: 1px solid #e8e6e6;
  border-top: 1px solid #e8e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  -webkit-transform: translateX(0px);
  overflow-x: auto;
  overflow-y: hidden;
}
.car ul li input[type="checkbox"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../imag/check1.png) no-repeat;
  background-size: cover;
}
.car ul li input[type="checkbox"]:checked + label::before {
  background-image: url(../img/check2.png);
}
.car ul li input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.car ul li .car-input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e8e6e6;
}
.car ul li .car-con {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 10px;
}
.car ul li .car-con .car-img {
  width: 65px;
  height: 65px;
  border: 1px solid #e8e6e6;
}
.car ul li .car-con .car-img img {
  width: 100%;
  height: 100%;
}
.car ul li .car-con .car-box {
  flex: 1;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}
.car ul li .car-con .car-box .car-tit {
  width: 100%;
  line-height: 17px;
  color: #333;
  font-size: 14px;
  height: 34px;
}
.car ul li .car-con .car-box .car-xq {
  width: 100%;
  color: #999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.car ul li .car-con .car-box .car-xq span {
  color: #666;
}
.car ul li .car-con .car-box .car-fot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.car ul li .car-con .car-box .car-fot .car-jg {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.car ul li .car-con .car-box .car-fot .car-jg span {
  color: red;
}
.car ul li .car-con .car-box .car-fot .car-num {
  border: 1px solid #e8e6e6;
  height: 24px;
  display: flex;
  justify-content: space-between;
  width: 80px;
  line-height: 24px;
}
.car ul li .car-con .car-box .car-fot .car-num .num-sz {
  width: 22px;
  height: 22px;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 24px;
}
.car ul li .car-con .car-box .car-fot .car-num .num-sz .iconfont {
  font-size: 16px;
}
.car ul li .car-con .car-box .car-fot .car-num .num-sz:hover,
.car ul li .car-con .car-box .car-fot .car-num .num-sz:active {
  color: #33cc99;
}
.car ul li .car-con .car-box .car-fot .car-num .num-cen {
  border: none;
  border-left: 1px solid #e8e6e6 ;
  border-right: 1px solid #E8E6E6;
  text-align: center;
  flex: 1;
  color: #666;
  width: 100%;
  padding: 0;
}
.car ul li .car-del {
  position: absolute;
  top: 0;
  right: -80px;
  background: #d49f50;
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.car ul li .car-del span {
  color: #fff;
  letter-spacing: 3px;
  font-size: 14px;
}
.car ul li:last-child {
  margin-bottom: 0;
}
.tjdd {
  width: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 10px;
}
.tjdd .tjdd-title {
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #000;
  border-bottom: 1px solid #E0E0E0;
  font-size: 14px;
  padding: 0 10px;
}
.tjdd .tjdd-add {
  width: 100%;
  display: flex;
  align-items: center;
  flex: none;
  padding: 15px 10px 30px;
  background: url(../img/address.png) repeat-x 0 calc(100% - 10px);
  background-size: auto 2px;
}
.tjdd .tjdd-add .add-left {
  width: calc(100% - 30px);
  margin-right: 10px;
}
.tjdd .tjdd-add .add-left .le-top {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.tjdd .tjdd-add .add-left .le-top .phone {
  margin-left: 5px;
}
.tjdd .tjdd-add .add-left .le-fot {
  width: 100%;
  font-size: 10px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tjdd .tjdd-add .add-right {
  width: 20px;
  flex: none;
  text-align: center;
}
.tjdd .tjdd-xq {
  width: 100%;
  flex: none;
}
.tjdd .tjdd-xq .tjdd-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
}
.tjdd .tjdd-xq .tjdd-box .tjdd-img {
  width: 30%;
  height: 0;
  padding-top: 30%;
  position: relative;
  flex: none;
  background: #fff;
}
.tjdd .tjdd-xq .tjdd-box .tjdd-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tjdd .tjdd-xq .tjdd-box .tjdd-con {
  width: 100%;
  padding-left: 10px;
  line-height: 20px;
  height: 100%;
}
.tjdd .tjdd-xq .tjdd-box .tjdd-con .xq-top {
  margin-bottom: 5px;
  width: 100%;
  min-height: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  color: #000;
}
.tjdd .tjdd-xq .tjdd-box .tjdd-con .xq-con {
  width: 100%;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tjdd .tjdd-xq .tjdd-box .tjdd-con .xq-con .xqcon-li {
  min-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  padding-right: 5px;
}
.tjdd .tjdd-xq .tjdd-box .tjdd-con .xq-con .xqcon-li span {
  color: #000;
}
.tjdd .tjdd-xq .tjdd-box .tjdd-con .xq-con .xqcon-li .color1 {
  color: red;
}
.tjdd .tjdd-xq .tjdd-gg {
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
  background: #fff;
  line-height: 35px;
  padding: 0px 10px;
  margin-left: 5px;
  border-bottom: 1px solid #dadada;
}
.tjdd .tjdd-xq .tjdd-gg .tjdd-left {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  flex: 1;
}
.tjdd .tjdd-xq .tjdd-gg .tjdd-tag {
  width: 35px;
  display: block;
  font-size: 20px;
  color: #999;
  text-align: right;
}
.tjdd .tjdd-xq .tjdd-gg:last-child {
  margin-bottom: 10px;
}
.tjdd .tjdd-fot {
  padding: 10px;
  background: #fff;
  width: 100%;
  flex: none;
}
.tjdd .tjdd-fot .tjdd-ly {
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #e8e6e6;
  border-radius: 2px;
  padding: 10px;
  color: #666;
  width: 100%;
  overflow: hidden;
}
.pay {
  width: 100%;
  height: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 10px;
}
.pay .pay-top {
  width: 100%;
  padding-bottom: 10px;
}
.pay .pay-top .pay-img {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 25px 10px 10px;
}
.pay .pay-top .pay-img img {
  width: 40%;
}
.pay .pay-top .pay-ts {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333;
  padding: 0 10px;
  color: #e4393c;
  line-height: 30px;
  margin-bottom: 10px;
}
.pay .pay-top .pay-ts2 {
  color: #000;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.pay .pay-top .pay-ts2 span {
  color: red;
  font-size: 16px;
}
.pay .pay-title {
  line-height: 20px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding: 0 10px;
}
.pay .pay-fs {
  border-top: 1px solid #f1f1f1;
  width: 100%;
/*  display: flex;
  flex-direction: column;*/
}
.pay .pay-fs input[type="radio"] + label::after {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 25px;
  padding: 5px;
}
.pay .pay-fs input[type="radio"]:checked + label::after {
  background-color: #33cc99;
  background-clip: content-box;
  border: 1px solid #33cc99;
  transition: all 1s;
}
.pay .pay-fs input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.pay .pay-fs label {
  line-height: 25px;
  color: #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  padding: 10px 20px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}
.pay .pay-fs label img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.pay .pay-fs label:hover,
.pay .pay-fs label:active {
  background: #f8f8f8;
  color: #33cc99;
}
.pay .jifen-ts {
  font-size: 12px ;
  color: #888;
  line-height: 20px;
  margin: 5px 0;
  padding: 0 20px;
}
.pay .pay-bd {
  width: 100%;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
}
.pay .pay-bd label {
  font-size: 12px;
  line-height: 32px;
  flex: none;
  white-space: nowrap;
  margin-right: 10px;
}
.pay .pay-bd input {
  border: 1px solid #e8e6e6;
  padding: 0 5px;
  line-height: 30px;
  font-size: 12px;
  width: 100%;
  height: 32px;
}
.pay .pay-bd input:focus {
  border-color: rgba(51, 204, 153, 0.4);
}
.pay button {
  width: calc(100% - 40px);
  margin: 10px 20px;
  background-color: #ff4500;
  color: #fff;
}
.pay button:active,
.pay button:hover {
  color: #fff;
}
.order {
  width: 100%;
  height: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 10px;
}
.order .order-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0 5px;
  border-bottom: 1px solid #F6F6F6;
  padding: 0 5px;
}
.order .order-top .top-list {
  display: block;
  line-height: 30px;
  width: 20%;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.order .order-top .top-list:after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 2px solid #33cc99;
  display: none;
}
.order .order-top .active.top-list {
  color: #33cc99;
}
.order .order-top .active.top-list:after {
  content: "";
  display: block;
}
.order .order-con {
  width: 100%;
}
.order .order-con ul {
  background: #f5f5f5;
}
.order .order-con ul li {
  padding: 0 10px;
  background: #fff;
  margin-bottom: 5px;
}
.order .order-con ul li .top {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  border-bottom: 1px solid #E0E0E0;
  line-height: 30px;
}
.order .order-con ul li .con {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 5px;
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
}
.order .order-con ul li .con .img-box {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  position: relative;
  border: 1px solid #f1f1f1;
}
.order .order-con ul li .con .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.order .order-con ul li .con .sp-xq {
  width: 75%;
  padding-left: 10px;
  line-height: 20px;
  height: 100%;
}
.order .order-con ul li .con .sp-xq .xq-title {
  margin-bottom: 5px;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
.order .order-con ul li .con .sp-xq .xq-p {
  width: 100%;
  font-size: 10px;
  color: #666;
}
.order .order-con ul li .con .sp-xq .xq-p span {
  margin-right: 5px;
}
.order .order-con ul li .sp-fk {
  line-height: 28px;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
  color: #666;
  box-sizing: border-box;
}
.order .order-con ul li .sp-fk .sp-num {
  margin-right: 30px;
}
.order .order-con ul li .sp-fk .color1 {
  color: #e4393c;
  font-size: 14px;
}
.order .order-con ul li .sp-fot {
  line-height: 35px;
  text-align: right;
}
.order .order-con ul li .sp-fot a,
.order .order-con ul li .sp-fot span {
  border: 1px solid #525252;
  padding: 2px 10px;
  border-radius: 3px;
  color: #525252;
  margin-left: 10px;
}
.order .order-con ul li .sp-fot .color1 {
  border-color: #e4393c;
  color: #e4393c;
}
.order .order-con ul li .sp-fot .pj {
  border-color: #33cc99;
  color: #33cc99;
}
.order .order-con ul li:last-child {
  margin-bottom: 0;
}
.ddxq {
  width: 100%;
  height: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 10px;
}
.ddxq .ddxq-top {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px solid #33cc99;
  margin: 0 10px;
  font-weight: bold;
}
.ddxq .ddxq-xx {
  width: 100%;
  padding: 5px 10px;
}
.ddxq .ddxq-xx .ddxq-li {
  width: 100%;
  display: flex;
  line-height: 25px;
}
.ddxq .ddxq-xx .ddxq-li span {
  display: block;
}
.ddxq .ddxq-xx .ddxq-li .xx-bj {
  width: 20%;
  margin-right: 5px;
  text-align: justify;
  text-align-last: justify;
  flex: none;
}
.ddxq .ddxq-xx .tjdd-ly {
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #e8e6e6;
  border-radius: 2px;
  padding: 10px;
  color: #666;
  width: 100%;
  overflow: hidden;
}
.ddxq .ddxq-xx .pj-con {
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 60px;
  padding: 5px;
}
.ddxq .ddxq-xx textarea:disabled {
  background: #f1f1f1;
}
.ddxq .ddxq-xx textarea:focus {
  background-color: #fffae2;
  border-color: #33cc99;
  box-shadow: 0 0 1px 0px #f7d4a1;
}
.ddxq .ddxq-xx #star {
  position: relative;
  width: 100%;
  margin: 5px auto;
  height: 24px;
}
.ddxq .ddxq-xx #star ul,
.ddxq .ddxq-xx #star span {
  float: left;
  display: inline;
  height: 19px;
  line-height: 19px;
}
.ddxq .ddxq-xx #star ul {
  margin: 0 5px;
}
.ddxq .ddxq-xx #star li {
  float: left;
  width: 24px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../img/star.png) no-repeat;
}
.ddxq .ddxq-xx #star strong {
  color: #f60;
  padding-left: 10px;
}
.ddxq .ddxq-xx #star li.on {
  background-position: 0 -28px;
}
.ddxq .ddxq-xx #star p {
  position: absolute;
  top: 20px;
  width: 159px;
  height: 60px;
  display: none;
  background: url(../img/icon.gif) no-repeat;
  padding: 7px 10px 0;
}
.ddxq .ddxq-xx #star p em {
  color: #f60;
  display: block;
  font-style: normal;
}
.ddxq .ddxq-xx button {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  background-color: #33cc99;
}
.ddxq .ddxq-sp {
  width: 100%;
  padding: 5px 10px;
}
.ddxq .ddxq-sp .sp-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  font-size: 12px;
  color: #333;
  align-items: center;
  line-height: 30px;
}
.ddxq .ddxq-sp .sp-box .sp-img {
  width: 25%;
  height: 0;
  padding-top: 25%;
  position: relative;
}
.ddxq .ddxq-sp .sp-box .sp-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ddxq .ddxq-sp .sp-box .sp-name {
  width: 70%;
  padding-left: 10px;
  line-height: 20px;
  flex: 1;
}
.ddxq .ddxq-sp .sp-box .sp-name .name-tit {
  color: #333;
  margin-bottom: 5px;
}
.ddxq .ddxq-sp .sp-box .sp-name .name-xx {
  color: #999;
}
.ddxq .ddxq-sp .sp-box .sp-name .name-xx span {
  color: #666;
  margin-right: 10px;
}
.ddxq .ddxq-sp .sp-box:first-child {
  border-bottom: none;
}
.pingjia {
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.pingjia .pj-ly {
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #e8e6e6;
  border-radius: 2px;
  padding: 10px;
  color: #666;
  width: 100%;
  overflow: hidden;
}
.pingjia textarea:disabled {
  background: #f1f1f1;
  width: 100%;
}
.pingjia textarea:focus {
  background-color: #fffae2;
  border-color: #33cc99;
  box-shadow: 0 0 1px 0px #f7d4a1;
}
.pingjia #star {
  position: relative;
  width: 100%;
  margin: 5px auto;
  height: 24px;
}
.pingjia #star ul,
.pingjia #star span {
  float: left;
  display: inline;
  height: 19px;
  line-height: 19px;
  font-size: 12px;
}
.pingjia #star ul {
  margin: 0 5px;
}
.pingjia #star li {
  float: left;
  width: 24px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../img/star.png) no-repeat;
}
.pingjia #star strong {
  color: #f60;
  padding-left: 10px;
}
.pingjia #star li.on {
  background-position: 0 -28px;
}
.pingjia #star p {
  position: absolute;
  top: 20px;
  width: 159px;
  height: 60px;
  display: none;
  background: url(../img/icon.gif) no-repeat;
  padding: 7px 10px 0;
}
.pingjia #star p em {
  color: #f60;
  display: block;
  font-style: normal;
}
.pingjia button {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #33cc99;
  color: #fff;
}
.pingjia button:active,
.pingjia button:hover {
  color: #fff;
}
.address {
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
}
.address ul {
  width: 100%;
}
.address ul li {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.address ul li .add-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  color: #666;
  margin-top: 10px;
}
.address ul li .add-con .add-r a {
  margin-left: 10px;
}
.address ul li .add-con .checked {
  display: block;
  height: 18px;
  color: #33cc99;
  line-height: 18px;
  padding-left: 20px;
  background: url(../img/check2.png) no-repeat;
  background-size: auto 100%;
}
.address ul li .add-con .checked-no {
  display: block;
  height: 18px;
  color: #333;
  line-height: 18px;
  padding-left: 20px;
  background: url(../img/check1.png) no-repeat;
  background-size: auto 100%;
}
.address ul li .add-con .border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border: 1px solid #eae4e4;
}
.address ul li .add-con .checked + .border {
  border-color: #33cc99;
}
.hygl {
  width: 100%;
  height: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  box-sizing: initial;
}
.hygl .hygl-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0 5px;
  border-bottom: 1px solid #F6F6F6;
  padding: 0 5px;
  flex: none;
}
.hygl .hygl-top .top-list {
  display: block;
  line-height: 30px;
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.hygl .hygl-top .top-list:after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 2px solid #33cc99;
  display: none;
}
.hygl .hygl-top .active.top-list {
  color: #33cc99;
}
.hygl .hygl-top .active.top-list:after {
  content: "";
  display: block;
}
.hygl .hygl-con {
  padding: 5px 10px;
}
.hygl .hygl-con th {
  text-align: center;
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.hygl .hygl-con td {
  text-align: center;
}
.hygl .hygl-con .table-ts {
  color: #868686;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}
.spgl {
  width: 100%;
  height: 100%;
  max-width: 550px;
  box-shadow: 0 0 5px #a5a5a5;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.spgl .spgl-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0 5px;
  border-bottom: 1px solid #F6F6F6;
  padding: 0 5px;
  flex: none;
}
.spgl .spgl-top .top-list {
  display: block;
  line-height: 30px;
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.spgl .spgl-top .top-list:after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 2px solid #33cc99;
  display: none;
}
.spgl .spgl-top .active.top-list {
  color: #33cc99;
}
.spgl .spgl-top .active.top-list:after {
  content: "";
  display: block;
}
.spgl .spgl-con {
  padding: 5px 10px;
}
.spgl .spgl-con from .from-box > label,
.spgl .spgl-con form .from-box > label,
.spgl .spgl-con from .form-box > label,
.spgl .spgl-con form .form-box > label {
  width: 62px;
  font-size: 12px;
  font-weight: bold;
}
.spgl .spgl-con from .from-box .input-box .imgbox,
.spgl .spgl-con form .from-box .input-box .imgbox,
.spgl .spgl-con from .form-box .input-box .imgbox,
.spgl .spgl-con form .form-box .input-box .imgbox {
  display: flex;
  align-items: center;
}
.spgl .spgl-con from .from-box .input-box .imgbox img,
.spgl .spgl-con form .from-box .input-box .imgbox img,
.spgl .spgl-con from .form-box .input-box .imgbox img,
.spgl .spgl-con form .form-box .input-box .imgbox img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  flex: none;
}
.spgl .spgl-con from .from-box .input-box .imgbox .div1,
.spgl .spgl-con form .from-box .input-box .imgbox .div1,
.spgl .spgl-con from .form-box .input-box .imgbox .div1,
.spgl .spgl-con form .form-box .input-box .imgbox .div1 {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.spgl .spgl-con from .from-box .input-box .imgbox .div1 .div2,
.spgl .spgl-con form .from-box .input-box .imgbox .div1 .div2,
.spgl .spgl-con from .form-box .input-box .imgbox .div1 .div2,
.spgl .spgl-con form .form-box .input-box .imgbox .div1 .div2 {
  width: 100px;
  background: #33cc99;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
}
.spgl .spgl-con from .from-box .input-box .imgbox .div1 .file_input,
.spgl .spgl-con form .from-box .input-box .imgbox .div1 .file_input,
.spgl .spgl-con from .form-box .input-box .imgbox .div1 .file_input,
.spgl .spgl-con form .form-box .input-box .imgbox .div1 .file_input {
  width: 200px;
  /*因为file-input在部分浏览器中会自带一个输入框，需要双击才可以点击上传,放大后将其定位到div外面就好啦*/
  height: 30px;
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 1;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  /*css属性——opcity不透明度，取值0-1*/
  filter: alpha(opacity=0);
  /*兼容IE8及以下--filter属性是IE特有的，它还有很多其它滤镜效果，而filter: alpha(opacity=0); 兼容IE8及以下的IE浏览器(如果你的电脑IE是8以下的版本，使用某些效果是可能会有一个允许ActiveX的提示,注意点一下就ok啦)*/
  cursor: pointer;
}
.spgl .spgl-con from .from-box .input-box .release_up_pic,
.spgl .spgl-con form .from-box .input-box .release_up_pic,
.spgl .spgl-con from .form-box .input-box .release_up_pic,
.spgl .spgl-con form .form-box .input-box .release_up_pic {
  border: 1px solid #d4d4d4;
  padding: 5px;
}
.spgl .spgl-con from .from-box .input-box .release_up_pic .tit,
.spgl .spgl-con form .from-box .input-box .release_up_pic .tit,
.spgl .spgl-con from .form-box .input-box .release_up_pic .tit,
.spgl .spgl-con form .form-box .input-box .release_up_pic .tit {
  padding: 12px;
  font-size: 1.4rem;
  color: #999;
}
.spgl .spgl-con from .from-box .input-box .release_up_pic .tit h4,
.spgl .spgl-con form .from-box .input-box .release_up_pic .tit h4,
.spgl .spgl-con from .form-box .input-box .release_up_pic .tit h4,
.spgl .spgl-con form .form-box .input-box .release_up_pic .tit h4 {
  font-weight: normal;
}
.spgl .spgl-con from .from-box .input-box .release_up_pic .tit h4 em,
.spgl .spgl-con form .from-box .input-box .release_up_pic .tit h4 em,
.spgl .spgl-con from .form-box .input-box .release_up_pic .tit h4 em,
.spgl .spgl-con form .form-box .input-box .release_up_pic .tit h4 em {
  font-size: 1.1rem;
}
.spgl .spgl-con from .from-box .input-box .release_up_pic .up_pic,
.spgl .spgl-con form .from-box .input-box .release_up_pic .up_pic,
.spgl .spgl-con from .form-box .input-box .release_up_pic .up_pic,
.spgl .spgl-con form .form-box .input-box .release_up_pic .up_pic {
  background-color: #fff;
  font-size: 0;
  padding-bottom: 3px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.spgl .spgl-con from .from-box .input-box .release_up_pic .up_pic .pic_look,
.spgl .spgl-con form .from-box .input-box .release_up_pic .up_pic .pic_look,
.spgl .spgl-con from .form-box .input-box .release_up_pic .up_pic .pic_look,
.spgl .spgl-con form .form-box .input-box .release_up_pic .up_pic .pic_look {
  border: 1px solid #f1f1f1;
  width: 30%;
  height: 80px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
}
.spgl .spgl-con from .from-box .input-box .release_up_pic .up_pic .pic_look b,
.spgl .spgl-con form .from-box .input-box .release_up_pic .up_pic .pic_look b,
.spgl .spgl-con from .form-box .input-box .release_up_pic .up_pic .pic_look b,
.spgl .spgl-con form .form-box .input-box .release_up_pic .up_pic .pic_look b {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #7d7a7a;
  color: #fff;
  font-size: 16px;
  right: 2px;
  top: 2px;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  font-weight: 400;
  opacity: 0.8;
}
.spgl .spgl-con from .from-box .input-box #chose_pic_btn,
.spgl .spgl-con form .from-box .input-box #chose_pic_btn,
.spgl .spgl-con from .form-box .input-box #chose_pic_btn,
.spgl .spgl-con form .form-box .input-box #chose_pic_btn {
  width: 30%;
  height: 80px;
  position: relative;
  display: inline-block;
  background-image: url(../img/add.png);
  box-sizing: border-box;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #dbdbdb;
  margin-left: 3.3333%;
  margin-bottom: 12px;
}
.spgl .spgl-con from .from-box .input-box #chose_pic_btn,
.spgl .spgl-con form .from-box .input-box #chose_pic_btn,
.spgl .spgl-con from .form-box .input-box #chose_pic_btn,
.spgl .spgl-con form .form-box .input-box #chose_pic_btn {
  margin-right: auto;
}
.spgl .spgl-con from .from-box .input-box #chose_pic_btn input,
.spgl .spgl-con form .from-box .input-box #chose_pic_btn input,
.spgl .spgl-con from .form-box .input-box #chose_pic_btn input,
.spgl .spgl-con form .form-box .input-box #chose_pic_btn input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.spgl .spgl-con from .from-box .input-box .release_btn,
.spgl .spgl-con form .from-box .input-box .release_btn,
.spgl .spgl-con from .form-box .input-box .release_btn,
.spgl .spgl-con form .form-box .input-box .release_btn {
  padding: 0 24px;
  margin-top: 70px;
}
.spgl .spgl-con from .from-box .input-box .release_btn button,
.spgl .spgl-con form .from-box .input-box .release_btn button,
.spgl .spgl-con from .form-box .input-box .release_btn button,
.spgl .spgl-con form .form-box .input-box .release_btn button {
  width: 100%;
  background-color: #2c87af;
  font-size: 1.4rem;
  color: #fff;
  border: none;
  border-radius: 3px;
  height: 45px;
  outline: none;
}
.spgl .spgl-con from .from-box .input-box .release_btn button.none_btn,
.spgl .spgl-con form .from-box .input-box .release_btn button.none_btn,
.spgl .spgl-con from .form-box .input-box .release_btn button.none_btn,
.spgl .spgl-con form .form-box .input-box .release_btn button.none_btn {
  background-color: #f2f2f2;
  color: #2c87af;
  border: 1px solid #2c87af;
  margin-top: 15px;
}
.spgl .spgl-con .spgl-list .list-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  padding-bottom: 8px;
}
.spgl .spgl-con .spgl-list .list-top a {
  margin-right: 8px;
}
.spgl .spgl-con .spgl-list .table-box {
  width: 100%;
}
.spgl .spgl-con .spgl-list .table-box .table img {
  height: 25px;
}
.spgl .spgl-con .spgl-list .table-box .table tr th {
  border-bottom: none;
  text-align: center;
}
.spgl .spgl-con .spgl-list .table-box .table tr td {
  line-height: 25px;
}
.spgl .spgl-con .spgl-xx {
  padding-bottom: 10px;
}
.spgl .spgl-con .spgl-xx .xq-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 25px;
  margin-bottom: 5px;
}
.spgl .spgl-con .spgl-xx .xq-box .title {
  width: 60px;
  font-weight: bold;
  text-align: justify;
  text-align-last: justify;
  margin-right: 10px;
}
.spgl .spgl-con .spgl-xx .xq-box .nr {
  flex: 1;
}
.spgl .spgl-con .spgl-xx .xq-box .nr img {
  width: 30px;
  height: 30px;
}
