/*公共样式*/
.wrap {
  position: relative;
  width: 100%;
  min-width: 1120px;
  height: auto;
}
.layout {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.layout:after {
  display: block;
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.title-box {
  position: relative;
  padding: 20px 25px 12px;
}
.title-box .h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #101010;
  border-bottom: 8px solid #fff;
}
.title-box .h2:hover {
  color: #2a71b9;
  border-bottom-color: #2a71b9;
}
.title-box .active {
  color: #2a71b9;
  border-bottom-color: #2a71b9;
}
.title-box .more {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.title-box .more:hover {
  color: #ff6900;
}
/*公共样式结束*/
.wrap-top {
  border-bottom: 1px solid #e9e9e9;
}
.layout-top {
  padding: 40px 0 20px;
}
.layout-top .logo {
  display: block;
  margin-top: -10px;
  width: 370px;
  height: 70px;
}
.layout-top .text {
  margin-left: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #737272;
}
.layout-top .location {
  cursor: pointer;
  padding-left: 25px;
  background: url(../image/location.png) left center no-repeat;
}
.layout-top .ban {
  position: relative;
  margin-right: 20px;
  display: inline-block;
  padding: 0 20px 0 30px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.layout-top .ban::after {
  position: absolute;
  right: 3px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #737272;
  border-right: 1px solid #737272;
}
.layout-top .ban .hide {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 90;
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 20px;
  background: transparent;
}
.layout-top .ban .hide::after {
  position: absolute;
  left: 50%;
  top: 16px;
  z-index: 9;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
}
.layout-top .ban .hide .erweima {
  width: 120px;
  height: 120px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
}
.layout-top .ban .hide .erweima img {
  width: 100%;
  height: 100%;
}
.layout-top .ban-1:hover .hide {
  display: block;
}
.layout-top .ban-1 {
  background: url(../image/i-1.png) left center no-repeat;
}
.layout-top .ban-2 {
  padding-left: 25px;
  background: url(../image/i-2.png) left center no-repeat;
}
.layout-top .login {
  position: relative;
  display: inline-block;
  padding: 0 2px;
  height: 32px;
  border: 1px solid #ff6900;
  border-radius: 17px;
}
.layout-top .login:hover {
  background: #ff6900;
}
.layout-top .login:hover .link {
  color: #fff;
}
.layout-top .login:hover::after {
  background: #fff;
}
.layout-top .login::after {
  position: absolute;
  right: 50%;
  top: 6px;
  z-index: 9;
  content: '';
  width: 1px;
  height: 20px;
  background: #ff6900;
}
.layout-top .login .link {
  padding: 0 7px;
  font-size: 16px;
  line-height: 32px;
  color: #ff6900;
}
.layout-top .black {
  color: #333;
}
.layout-top .n {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 9;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #ff0000;
}
.layout-top .delu {
  display: inline-block;
  padding: 10px 15px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #737272;
  border-left: 1px solid #bbbbbb;
}
.wrap-banner {
  position: absolute;
  top: 120px;
  z-index: -1;
  height: 658px;
  background: url(../image/bg.jpg) center no-repeat;
}
.layout-search {
  padding: 40px 0 20px;
  background: transparent;
}
.layout-search .title {
  font-size: 34px;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  text-align: center;
}
.layout-search .dropdown {
  position: relative;
  width: 133px;
  height: 50px;
  border-radius: 4px 0 0 4px;
  background: #fff;
}
.layout-search .dropdown::before {
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 9;
  content: '';
  width: 1px;
  height: 32px;
  background: #bbbbbb;
}
.layout-search .dropdown .text {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
.layout-search .dropdown .text::after {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.layout-search .dropdown .hidebox {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 90;
  display: none;
  width: 100%;
  height: auto;
  border-radius: 0 0 4px 4px;
}
.layout-search .dropdown .hidebox .p {
  padding: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align: center;
  border-top: 1px solid #f2f2f2;
}
.layout-search .input {
  width: 490px;
  padding: 9px 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #888888;
  background: #fff;
}
.layout-search .btn {
  display: block;
  width: 100px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  background: #ff6900;
}
.layout-search .btn-1 {
  border-radius: 0 4px 4px 0;
}
.layout-search .huo {
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.layout-search .hot {
  padding: 5px 0 5px 160px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.layout-search .hot .link {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.cate-box {
  padding: 0 60px;
  border-right: 1px solid #e6e6e6;
}
.cate-box .cate {
  display: inline-block;
  padding: 20px 10px 5px;
}
.cate-box .cate:hover .text {
  color: #ff6900;
}
.cate-box .cate:hover .i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
.cate-box .cate .i {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.cate-box .cate .text {
  padding: 15px 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #101010;
  text-align: center;
}
.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 167px;
}
.all span {
  font-size: 14px;
  line-height: 26px;
  color: #101010;
}
.all:hover span {
  color: #ff6900;
}
/*导航和轮播图*/
.layout-swiper {
  height: 200px;
}
.layout-swiper .swiper-slide {
  width: 100%;
  height: 200px;
  background: #e50014;
}
.sharehold-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sharehold-box .item {
  margin-bottom: 10px;
  display: block;
  width: 390px;
  height: auto;
  padding: 15px 10px 20px 20px;
  border: 1px solid #f7f7f7;
}
.sharehold-box .item:nth-child(3n-1) {
  margin: 0 15px 10px;
}
.sharehold-box .item:hover {
  -webkit-box-shadow: 0 6px 14px 0 rgba(190, 190, 190, 0.67);
          box-shadow: 0 6px 14px 0 rgba(190, 190, 190, 0.67);
}
.sharehold-box .item:hover .zhao,
.sharehold-box .item:hover .describe {
  color: #fb8c05;
}
.sharehold-box .hd {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.sharehold-box .name {
  padding: 0 5px;
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
}
.sharehold-box .zhao {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}
.sharehold-box .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #ff2525;
}
.sharehold-box .tag {
  padding: 0 8px;
  font-size: 15px;
  line-height: 26px;
  border-radius: 4px;
}
.sharehold-box .tag-1 {
  color: #ff4d0a;
  background: #ffe4d9;
}
.sharehold-box .tag-2 {
  color: #c7e3ff;
  background: #2a71b9;
}
.sharehold-box .describe {
  margin-top: 15px;
  width: 100%;
  height: 96px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.sharehold-box .bottom {
  padding: 6px 0;
}
.sharehold-box .bottom .dage {
  display: inline-block;
  margin-right: 10px;
  padding: 0 26px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 14px;
  border: 1px solid #f2f2f2;
}
.sharehold-box .bottom .blue {
  color: #2a71b9;
  border-color: #2a71b9;
}
.sharehold-box .bottom .red {
  color: #ff0000;
  border-color: #ff0000;
}
.sharehold-box .bottom .date {
  font-size: 14px;
  color: #8e8e8e;
}
.sharehold-cover {
  position: relative;
}
.sharehold-cover::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  content: '';
  width: 100%;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.2)), to(rgba(254, 254, 254, 0.8)));
  background-image: linear-gradient(rgba(250, 250, 250, 0.2), rgba(254, 254, 254, 0.8));
}
.weilogin {
  height: 175px;
  background: #fcfcfc;
}
.weilogin p {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  text-align: center;
}
.moer-box {
  padding: 25px 0 35px;
}
.moer-box .more {
  display: inline-block;
  padding: 0 32px;
  font-size: 14px;
  line-height: 32px;
  color: #ff6900;
  cursor: pointer;
  border: 1px solid #ff6900;
  border-radius: 4px;
}
.moer-box .more:hover {
  color: #fff;
  background: #ff6900;
}
.news-box {
  position: relative;
  padding: 15px 25px;
}
.news-box::after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 80%;
  background: #eaeaea;
}
.news-box .ul-n {
  width: 530px;
  height: auto;
}
.news-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  font-size: 18px;
  line-height: 28px;
  color: #757474;
}
.news-box .link .text {
  position: relative;
  display: inline-block;
  max-width: 400px;
  height: 28px;
}
.news-box .link .text::after {
  position: absolute;
  bottom: 0;
  z-index: 9;
  display: block;
  content: "";
  width: 0;
  margin: 0 auto;
  border-top: 1px solid #ff6900;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.news-box .link:hover .text {
  color: #ff6900;
}
.news-box .link:hover .text::after {
  width: 100%;
}
/*底部*/
.wrap-footer {
  padding: 20px 0;
  height: auto;
  background: #313438;
}
.wrap-footer .layout-footer {
  padding: 0 25px;
}
.wrap-footer .logo {
  width: 370px;
  height: 70px;
  background: red;
}
.wrap-footer .liao {
  display: inline-block;
  margin-left: 50px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
}
.wrap-footer .liao:hover {
  color: #fff;
  border-color: #ff6900;
  background: #ff6900;
}
.wrap-footer .login {
  width: 80px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.wrap-footer .login-1 {
  background: #ff6900;
}
.wrap-footer .login-2 {
  background: #05ad07;
}
.wrap-footer .ul {
  margin-right: 88px;
}
.wrap-footer .ul .lis {
  padding: 5px 0;
}
.wrap-footer .ul .li {
  padding: 5px 0;
}
.wrap-footer .ul a {
  font-size: 16px;
  line-height: 24px;
  color: #bbbbbb;
}
.wrap-footer .ul a:hover {
  color: #fb8c05;
}
.wrap-footer .ul:last-child {
  margin-right: 0;
}
.wrap-footer .title {
  padding: 6px 0;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.wrap-footer .qrcode {
  margin-right: 20px;
}
.wrap-footer .qrcode .img {
  width: 120px;
  height: 120px;
}
.wrap-footer .qrcode .text {
  padding: 5px 0;
  font-size: 14px;
  line-height: 26px;
  color: #898e9c;
  text-align: center;
}
.wrap-footer .footer-bottom {
  font-size: 13px;
  line-height: 28px;
  color: #898e9c;
}
.wrap-footer .footer-bottom a,
.wrap-footer .footer-bottom span {
  margin-right: 20px;
  font-size: 13px;
  line-height: 28px;
  color: #898e9c;
}
.wrap-footer .footer-bottom .icon-1 {
  padding-left: 22px;
  background: url(../image/ft-1.png) left center no-repeat;
}
.wrap-footer .footer-bottom .icon-2 {
  padding-left: 22px;
  background: url(../image/ft-2.png) left center no-repeat;
}
.sou-box {
  padding-top: 30px;
}
.sou-box .dropdown-1 {
  border-left: 1px solid #ff6900;
}
.sou-box .dropdown {
  position: relative;
  width: 133px;
  height: 50px;
  background: #fff;
  border-top: 1px solid #ff6900;
  border-bottom: 1px solid #ff6900;
}
.sou-box .dropdown::before {
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 9;
  content: '';
  width: 1px;
  height: 32px;
  background: #bbbbbb;
}
.sou-box .dropdown .text {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
.sou-box .dropdown .text::after {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.sou-box .dropdown .hidebox {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 90;
  display: none;
  width: 100%;
  height: auto;
  border-radius: 0 0 4px 4px;
}
.sou-box .dropdown .hidebox .p {
  padding: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align: center;
  border-top: 1px solid #f2f2f2;
}
.sou-box .input {
  width: 490px;
  padding: 9px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
  background: #fff;
  border-top: 1px solid #ff6900;
  border-bottom: 1px solid #ff6900;
}
.sou-box .btn {
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #ff6900;
}
.sou-box .huo {
  width: 60px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #737272;
  text-align: center;
}
.city-box {
  margin-top: 5px;
  padding: 2px 0;
  border-bottom: 1px solid #bbbbbb;
}
.city-box .sheng {
  width: 110px;
  min-height: 72px;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 24px;
  background: #f8f8f8;
}
.city-box .sheng span {
  margin: 0 12px;
}
.city-box .xian {
  margin: 10px 10px 10px 20px;
  width: 56px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #8f8f8f;
  cursor: pointer;
  border-radius: 4px;
}
.city-box .city {
  padding: 10px 0px;
}
.city-box .i {
  float: left;
  padding: 0 5px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #8f8f8f;
  cursor: pointer;
  border-radius: 4px;
}
.city-box .active {
  color: #4299ff;
  background: #e1efff;
}
.filter-box {
  margin-top: 7px;
  padding: 15px 10px;
  background: #e9e9e9;
}
.filter-box .filter {
  width: 100px;
  height: 30px;
  font-size: 16px;
  line-height: 28px;
  color: #737272;
  text-align: center;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  background: url(../image/d-2.png) #ffffff right center no-repeat;
}
.filter-box .active {
  color: #fff;
  border-color: #ff6900;
  background: url(../image/d-1.png) #ff6900 right center no-repeat;
}
.user-box {
  position: relative;
  padding: 48px 100px 55px 50px;
}
.user-box::after {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 9;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px double #f2f2f2;
}
.user-box .hd {
  height: 92px;
  border-radius: 50%;
}
.user-box .n {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  color: #37576c;
}
.user-box .i {
  width: 22px;
  height: 26px;
}
.user-box .xin {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.user-box .xinxi {
  min-width: 110px;
  padding: 20px 0 10px;
  text-align: center;
  border-radius: 8px;
  background: #eaf4fe;
}
.user-box .xinxi .nmb {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  color: #3291f8;
}
.user-box .xinxi .t {
  font-size: 18px;
  line-height: 30px;
  color: #5ba0ea;
}
.user-box .icon {
  margin: 0 4px;
  width: 26px;
  height: 24px;
}
.user-tab-box {
  padding: 0 15px;
}
.user-tab-box .tab {
  position: relative;
  display: inline-block;
  padding: 0px 34px;
  font-size: 16px;
  line-height: 30px;
  color: #101010;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.user-tab-box .tab:hover {
  color: #3291f8;
  border-top-color: #3291f8;
  background: #fff;
}
.user-tab-box .active {
  color: #3291f8;
  border-top-color: #3291f8;
  background: #fff;
}
.list2-box {
  min-height: 300px;
}
.list2-box .td {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 28px;
  color: #101010;
}
.list2-box .td:nth-child(1) {
  width: 260px;
}
.list2-box .td:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list2-box .td:nth-child(3) {
  width: 210px;
  text-align: center;
}
.list2-box .list2-thd .td:nth-child(2) {
  text-indent: 140px;
}
.list2-box .trow {
  border-bottom: 1px solid #e9e9e9;
}
.list2-box .trow:hover .td:nth-child(1) {
  color: #fb8c05;
}
.list2-box .trow:hover .td:nth-child(2) {
  color: #fb8c05;
}
.list-box .li {
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #8e8e8e;
  border-bottom: 1px solid #e9e9e9;
}
.list-box .li .no {
  width: 100px;
}
.list-box .li .title {
  width: 540px;
  color: #333;
}
.list-box .li .hd {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f7f7f7;
}
.list-box .li .name {
  width: 120px;
}
.list-box .li:hover .no {
  color: #fb8c05;
}
.list-box .li:hover .title {
  color: #fb8c05;
}
.page-box {
  padding: 65px 0 20px;
}
.page-box .page {
  position: relative;
  margin: 0 5px;
  width: 36px;
  height: 36px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #333;
  cursor: pointer;
}
.page-box .active {
  color: #fff;
  background: #3291f8;
}
.page-box .start::after {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -3px;
  margin-right: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.page-box .end::after {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -4px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.wrap-user {
  background: #4d9af3;
}
.layout-user {
  height: 200px;
  color: #fff;
  background: #4a97f0;
}
.layout-user .hd {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #fff;
}
.layout-user .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.layout-user .name span {
  margin-left: 20px;
  font-size: 16px;
}
.layout-user .n {
  font-size: 16px;
  line-height: 28px;
}
.layout-user .mobile {
  margin-right: 30px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 30px;
}
.layout-user .mobile-1 {
  background: url(../image/h-tel.png) left center no-repeat;
}
.layout-user .mobile-2 {
  background: url(../image/h-wx.png) left center no-repeat;
}
.layout-user .number {
  margin: 0 5px;
  width: 148px;
  height: 118px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background: #81bbfd;
  border-radius: 4px;
}
.layout-user .number .n {
  font-size: 26px;
}
.mallmenu-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 100%;
  padding: 15px 0;
  background: #f7f7f7;
}
.mallmenu-left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 15px 10px 15px 40px;
  cursor: pointer;
}
.mallmenu-left .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.mallmenu-left span {
  padding-left: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #737272;
}
.mallmenu-left .item-demand span {
  background: url(../image/i-demand.png) left center no-repeat;
}
.mallmenu-left .item-transfer span {
  background: url(../image/i-transfer.png) left center no-repeat;
}
.mallmenu-left .item-purchase span {
  background: url(../image/i-purchase.png) left center no-repeat;
}
.mallmenu-left .item-collect span {
  background: url(../image/i-collect.png) left center no-repeat;
}
.mallmenu-left .item-credit span {
  background: url(../image/i-credit.png) left center no-repeat;
}
.mallmenu-left .item-provide span {
  background: url(../image/i-provide.png) left center no-repeat;
}
.mallmenu-left .item-account span {
  background: url(../image/i-account.png) left center no-repeat;
}
.mallmenu-left .item-feedback span {
  background: url(../image/i-feedback.png) left center no-repeat;
}
.mallmenu-left .active {
  background: #fff;
}
.mallmenu-right {
  margin-left: 200px;
  width: 1000px;
  height: auto;
  min-height: 500px;
  padding: 15px 30px;
}
.mallmenu-right .mallmenu-title {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.mallmenu-right .mallmenu-search {
  padding: 10px 0;
}
.mallmenu-right .filter-text {
  font-size: 16px;
  line-height: 28px;
  color: #101010;
}
.mallmenu-right .filter-input {
  margin: 0 20px;
  padding: 4px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #101010;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.mallmenu-right .filter-sou {
  width: 80px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background: #3f85f3;
}
.mallmenu-right .selectbox {
  width: 240px;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.mallmenu-right .selectbox::after {
  right: 10px;
  width: 8px;
  height: 8px;
}
.mallmenu-right .select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #101010;
  background: #fff;
}
.mallmenu-btn {
  padding: 5px 0;
}
.mallmenu-btn .mbtn {
  margin-right: 10px;
  width: 80px;
  font-size: 14px;
  line-height: 28px;
  color: #101010;
  text-align: center;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
}
.mallmenu-btn .m-1 {
  color: #fff;
  border-color: #fb8c05;
  background: #fb8c05;
}
.mallmenu-btn .m-2 {
  color: #fff;
  border-color: #0ac70b;
  background: #0ac70b;
}
.mallmenu-btn .m-3 {
  color: #fff;
  border-color: #737272;
  background: #737272;
}
.subfield-left {
  width: 790px;
  min-height: 300px;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.subfield-left .title {
  padding: 6px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #101010;
}
.subfield-left .title .sm {
  font-size: 14px;
  font-weight: normal;
}
.subfield-left .detail {
  padding: 25px 0;
  font-size: 14px;
  line-height: 20px;
}
.subfield-left .detail .text {
  min-height: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.subfield-left .detail .date {
  margin-top: 8px;
  color: #8e8e8e;
  text-align: right;
}
.subfield-left .weivip {
  height: 210px;
  background: #f0f5ff;
}
.subfield-left .weivip .text {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.subfield-left .weivip .viplink {
  margin-top: 25px;
  width: 86px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #3894ff;
}
.subfield-left .tip-box {
  margin-top: 55px;
  padding: 20px 6px;
  background: #f9f9f9;
}
.subfield-left .tip-box .wen {
  padding-left: 28px;
  font-size: 14px;
  line-height: 26px;
  color: #ff0a0a;
  background: url(../image/wen.png) left center no-repeat;
}
.subfield-left .tip-box .tip-text {
  margin-top: 5px;
  min-height: 60px;
  font-size: 14px;
  line-height: 22px;
  color: #101010;
}
.subfield-right {
  width: 380px;
  min-height: 300px;
  height: 100%;
}
.subfield-right .title {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #101010;
}
.subfield-right .publisher {
  padding: 10px 0;
  background: #fff;
}
.subfield-right .publisher .us {
  padding: 0px 20px;
}
.subfield-right .publisher .us .hd {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.subfield-right .publisher .us .userinfo {
  margin-left: 5px;
}
.subfield-right .publisher .us .userinfo .name {
  font-size: 16px;
  line-height: 24px;
  color: #101010;
}
.subfield-right .publisher .us .userinfo .vip {
  padding: 5px 0 5px 25px;
  font-size: 14px;
  line-height: 22px;
  color: #ff9959;
  background: url(../image/gou.png) left center no-repeat;
  background-size: 16px 20px;
}
.subfield-right .publisher .baochi {
  padding: 25px 0px 25px 50px;
  font-size: 14px;
  line-height: 24px;
  color: #101010;
}
.subfield-right .publisher .fabu {
  padding: 5px 20px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #101010;
}
.subfield-right .publisher .fabu text {
  font-weight: 600;
  color: #3894ff;
}
.subfield-right .oter {
  margin-top: 25px;
  background: #fff;
}
.subfield-right .oter .a {
  position: relative;
  display: block;
  padding: 15px 30px 5px;
  border-top: 1px solid #f3f3f3;
}
.subfield-right .oter .a::before {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 9;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #101010;
}
.subfield-right .oter .a .text {
  font-size: 16px;
  line-height: 24px;
  color: #101010;
}
.subfield-right .oter .a .date {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #8e8e8e;
  text-align: right;
}
.subfield-right .oter .a:hover .text {
  color: #fb8c05;
}
.publish-box {
  padding: 20px 20px;
  border-radius: 4px;
  border: 25px solid #f7f7f7;
}
.publish-box .publish-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #101010;
  text-align: center;
}
.publish-box .publish-btn {
  margin-left: 20px;
  display: inline-block;
  width: 80px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #ff6900;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ff6900;
  border-radius: 15px;
}
.publish-box .btn-2 {
  color: #fff;
  background: #ff6900;
}
.publish-box .publish-bd,
.publish-box .publish-bottom {
  margin: 0 auto;
  width: 880px;
  height: auto;
}
.publish-box .publish-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  width: 295px;
  height: 100%;
  min-height: 140px;
  padding: 30px 0px;
  border: 1px solid #dce0e7;
  background: #f3f3f3;
}
.publish-box .publish-left .item {
  position: relative;
  margin-bottom: 3px;
  height: 60px;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 30px;
  color: #101010;
  background: #fff;
}
.publish-box .publish-left .active {
  color: #fff;
  background: #ff6900;
}
.publish-box .publish-left .active::after {
  border-color: #fff !important;
}
.publish-box .publish-right {
  width: 585px;
  height: 100%;
  padding: 30px 20px;
  border: 1px solid #dce0e7;
}
.publish-box .publish-right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 28px;
  color: #101010;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}
.publish-box .publish-right .item .dage {
  color: #a5aeb4;
}
.publish-box .publish-right .active {
  border-color: #ff6900;
}
.publish-box .publish-right .item:nth-child(1) {
  margin-top: 0;
}
.publish-box .group {
  margin-top: 30px;
}
.publish-box .group:nth-child(1) {
  margin-top: 0;
}
.publish-box .group .label {
  width: 80px;
  height: auto;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}
.publish-box .group .value {
  margin-left: 25px;
  padding: 10px 20px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  overflow: hidden;
}
.publish-box .group .value-1 {
  padding: 0;
}
.publish-box .group .padding {
  padding: 10px 20px;
}
.publish-box .group .im {
  margin: 5px;
  width: 60px;
  height: 60px;
}
.publish-box .group .input,
.publish-box .group .textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.publish-box .group .focus {
  border-color: #ff6900;
}
.publish-box .group .textarea {
  resize: none;
  line-height: 28px;
}
.publish-box .group .textarea-1 {
  min-height: 80px;
}
.publish-box .group .upload {
  display: block;
  height: 60px;
  background: #e9e9e9;
}
.publish-box .group .upload .filelb {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #101010;
}
.arrow::after {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.down::after {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 9;
  display: block;
  margin-top: -8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.wrap-login {
  height: 658px;
  background: url(../image/bg.jpg) center no-repeat;
}
.layout-login {
  height: 658px;
}
.login-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #101010;
  text-align: center;
}
.register-box {
  width: 1000px;
  padding: 20px 30px 70px;
  border-radius: 6px;
}
.register-box .register-btn {
  margin: 0px auto;
  width: 350px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  background: #ff6900;
  overflow: hidden;
}
.register-box .register-form {
  margin: 40px auto;
  width: 800px;
  height: auto;
  overflow: hidden;
}
.register-box .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  width: 400px;
  height: auto;
}
.register-box .group .label {
  position: relative;
  margin-right: 20px;
  width: 180px;
  text-align: right;
  font-size: 18px;
  line-height: 20px;
  color: #101010;
}
.register-box .group .value {
  width: 220px;
  padding: 10px 10px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
}
.register-box .group .input,
.register-box .group .select {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #101010;
  background: #fff;
}
.register-box .group .weixn {
  width: 120px;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #0ac70b;
  border-radius: 6px;
}
.register-box .group .required::after {
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 9;
  content: '*';
  font-size: 18px;
  line-height: 1;
  color: #ff1d1d;
}
.password-box {
  position: relative;
  width: 810px;
  padding: 40px 40px;
  border-radius: 6px;
}
.password-box .close {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9;
}
.password-box .password-btn {
  margin: 0px 10px;
  width: 200px;
  height: 42px;
  font-size: 16px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  background: #3291f8;
  overflow: hidden;
}
.password-box .password-pre {
  background: #a1bedd;
}
.password-box .circle {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #818181;
  border: 1px solid #818181;
  border-radius: 50%;
  background: #f3f3f3;
}
.password-box .circled {
  color: #3392f8;
  border-color: #3392f8;
  background: #eaf4fe;
}
.password-box .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #818181;
}
.password-box .texted {
  color: #101010;
}
.password-box .dotted {
  margin: 0 30px;
  width: 100px;
  height: 0;
  border: 1px dotted #818181;
}
.password-box .value {
  width: 220px;
  padding: 10px 10px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
}
.password-box .value .icon {
  width: 22px;
  height: 22px;
}
.password-box .code {
  width: 110px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #ddd;
  border-radius: 6px;
  cursor: pointer;
}
.password-box .input {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #101010;
}
.password-form {
  height: 230px;
}
.login-box {
  width: 450px;
  padding: 60px 55px 30px;
  background: #fff;
  border-radius: 6px;
}
.login-box .qr {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.login-box .dage {
  position: absolute;
  left: 68px;
  top: 10px;
  z-index: 10;
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  line-height: 26px;
  color: #bbbbbb;
  border-radius: 3px;
  border: 1px solid #bbbbbb;
}
.login-box .dage::after {
  position: absolute;
  left: -4px;
  top: 50%;
  z-index: 20;
  display: block;
  margin-top: -5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  background: #fff;
}
.login-box .close {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9;
  cursor: pointer;
}
.login-box .login-btn {
  height: 54px;
  font-size: 16px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  background: #3291f8;
}
.login-box .tip {
  margin-top: 10px;
}
.login-box .tip .link,
.login-box .tip .text {
  font-size: 16px;
  line-height: 26px;
  color: #101010;
}
.login-box .tip .link {
  color: #3291f8;
}
.login-form {
  padding: 30px 0 30px;
}
.login-form .value {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
}
.login-form .value .icon {
  width: 22px;
  height: 22px;
}
.login-form .code {
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #3291f8;
  cursor: pointer;
}
.login-form .input {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #101010;
}
.login-tab {
  padding: 10px 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  color: #bbbbbb;
}
.login-tab .tab {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
.login-tab .active {
  color: #101010;
}
.login-tab .active::after {
  position: absolute;
  bottom: -10px;
  left: 20%;
  z-index: 9;
  content: '';
  width: 60%;
  height: 3px;
  background: #5a9fea;
}
.table-box .th {
  background: #f5f5f5;
}
.table-box .th .td {
  font-size: 16px;
  font-weight: 600;
}
.table-box .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.table-box .tr .cz {
  display: inline-block;
  padding: 0 6px;
  line-height: 16px;
  cursor: pointer;
  border-right: 1px solid #629bf5;
}
.table-box .tr .cz:last-child {
  border: none;
}
.table-box .tr .cz-1 {
  color: #629bf5;
}
.table-box .tr .cz-2 {
  color: #0abd21;
}
.table-box .tr .cz-3 {
  color: #ff7413;
}
.table-box .tr .td {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  text-align: center;
  overflow: hidden;
}
.table-box .tr .td:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  width: 160px;
}
.table-box .tr .td:nth-child(1) .text {
  margin-left: 5px;
}
.table-box .tr .td:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.table-box .tr .td:nth-child(3) {
  width: 120px;
}
.table-box .tr .td:nth-child(4) {
  width: 110px;
}
.table-box .tr .td:nth-child(5) {
  width: 90px;
}
.table-box .tr .td:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
.tbody .tr:hover .td:nth-child(1) {
  color: #fb8c05;
}
.tbody .tr:hover .td:nth-child(2) {
  color: #fb8c05;
}
.mallmenu-tab {
  padding: 0 15px;
  border-bottom: 1px solid #dddddd;
}
.mallmenu-tab .tab {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #101010;
  cursor: pointer;
  border-bottom: 8px solid transparent;
}
.mallmenu-tab .active {
  color: #3291f8;
  border-bottom-color: #3291f8;
  background: #fff;
}
.acclink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 30px 30px;
  font-size: 18px;
  line-height: 30px;
  color: #101010;
  background: #f7f7f7;
}
.acclink .name {
  width: 180px;
  height: auto;
  padding-left: 32px;
}
.acclink .val {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
.acclink .edit {
  width: 100px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background: #3f85f3;
}
.acclink:nth-child(1) {
  margin-top: 0;
}
.name-user {
  background: url(../image/ac-user.png) left center no-repeat;
}
.name-password {
  background: url(../image/ac-password.png) left center no-repeat;
}
.name-email {
  background: url(../image/ac-email.png) left center no-repeat;
}
.name-mobile {
  background: url(../image/ac-mobile.png) left center no-repeat;
}
.name-weixin {
  background: url(../image/ac-weixin.png) left center no-repeat;
}
.credit-box {
  padding: 40px 0 20px;
}
.credit-box .credit-nmb {
  width: 100px;
  height: 100px;
  font-size: 28px;
  font-weight: 600;
  line-height: 100px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #fb8c05;
}
.credit-box .grade {
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  line-height: 20px;
  color: #101010;
  background: url(../image/diamond.png) left center no-repeat;
}
.credit-box .tian {
  font-size: 16px;
  line-height: 20px;
  color: #101010;
  text-align: center;
}
.rule-box {
  padding: 5px 0;
}
.rule-box .rule {
  width: 20%;
  height: auto;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 20px;
  color: #101010;
}
.feedback-box {
  padding: 5px 20px;
}
.feedback-box .feedback-text {
  font-size: 18px;
  line-height: 28px;
  color: #737272;
}
.feedback-box .feedback-btn {
  margin: 50px auto 20px;
  width: 200px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  background: #3291f8;
  overflow: hidden;
}
.feedback-box .group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.feedback-box .group .label {
  position: relative;
  width: 100px;
  font-size: 16px;
  line-height: 30px;
  color: #101010;
}
.feedback-box .group .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feedback-box .group .dage {
  margin-right: 15px;
  width: 80px;
  font-size: 14px;
  line-height: 28px;
  color: #101010;
  text-align: center;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  border-radius: 15px;
}
.feedback-box .group .daged {
  color: #fff;
  border-color: #3f85f3;
  background: #3f85f3;
}
.feedback-box .group .required::after {
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 9;
  content: '*';
  font-size: 18px;
  line-height: 1;
  color: #ff1d1d;
}
.feedback-box .group .textarea {
  display: block;
  width: 100%;
  height: 300px;
  resize: none;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 30px;
  color: #101010;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
}
.feedback-box .file-label {
  display: block;
  margin: 10px 40px 10px 0;
  width: 104px;
  height: 104px;
}
.feedback-box .i {
  float: left;
  margin: 10px 30px 10px 0;
  width: 104px;
  height: 104px;
  padding: 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.feedback-box .i img {
  width: 100%;
  height: 100%;
}
.feedback-box .i:nth-child(5n) {
  margin-right: 0;
}
