<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@color-title-bg {
  background: -webkit-linear-gradient(90deg, #0d35fa, #ffffff);
  background: -o-linear-gradient(90deg, #0d35fa, #ffffff);
  background: -moz-linear-gradient(90deg, #0d35fa, #ffffff);
  background: linear-gradient(90deg, #0d35fa, #ffffff);
}
.layout-middle {
  width: 1000px;
  margin: 0 auto;
}
.bg-white {
  background-color: #fff!important;
}
.pl {
  float: left!important;
}
.pr {
  float: right!important;
}
.pn {
  float: none!important;
}
.clear {
  clear: both!important;
}
.oa {
  overflow: auto!important;
}
.oh {
  overflow: hidden!important;
}
.bn {
  border: none!important;
}
.bgn {
  background: none!important;
}
.block,
.show {
  display: block!important;
}
.box {
  box-sizing: border-box !important;
}
.tc {
  text-align: center;
}
.hide {
  display: none!important;
}
.inblock {
  display: inline-block !important;
}
.table {
  display: table!important;
}
.m0 {
  margin: 0!important;
}
.ma {
  margin: 0 auto!important;
}
.p0 {
  padding: 0!important;
}
.nav-bt {
  display: block!important;
  float: right!important;
  padding: 0 40px;
}
.words-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break {
  word-wrap: break-word;
}
.primary-btn {
  display: inline-block !important;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  border: none;
  color: #fff!important;
  border-radius: 5px;
  background: #0d35fa;
}
.side-btn {
  display: inline-block !important;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid #0d35fa;
  color: #0d35fa;
  border-radius: 5px;
  background: #fff;
}
.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.frosted-glass {
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.y-stretch {
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.y-start {
  -moz-box-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.y-end {
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.y-center {
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-baseline {
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.x-start {
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.x-end {
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.x-center {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.x-between {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.x-space {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.ny-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.ny-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.ny-center {
  -webkit-align-content: center;
  align-content: center;
}
.ny-stretch {
  -webkit-align-content: stretch;
  align-content: stretch;
}
.ny-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.ny-around {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fadeInRight {
  background: none;
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.2) 50.1%, rgba(255, 255, 255, 0.2) 100%);
  background-image: -o-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.2) 50.1%, rgba(255, 255, 255, 0.2) 100%);
  background-image: -moz-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.2) 50.1%, rgba(255, 255, 255, 0.2) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.2) 50.1%, rgba(255, 255, 255, 0.2) 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0% 0%;
}
@-moz-keyframes move-left {
  from {
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  to {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-left {
  from {
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  to {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes move-left {
  from {
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  to {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-left {
  from {
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  to {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes move-right {
  from {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes move-right {
  from {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-o-keyframes move-right {
  from {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes move-right {
  from {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-moz-keyframes move-up {
  from {
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-up {
  from {
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes move-up {
  from {
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-up {
  from {
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes move-down {
  from {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes move-down {
  from {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-o-keyframes move-down {
  from {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes move-down {
  from {
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-moz-keyframes arrow-rotate-up {
  from {
    -ms-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -webkit-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }
  to {
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
}
@-webkit-keyframes arrow-rotate-up {
  from {
    -ms-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -webkit-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }
  to {
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
}
@-o-keyframes arrow-rotate-up {
  from {
    -ms-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -webkit-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }
  to {
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
}
@keyframes arrow-rotate-up {
  from {
    -ms-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -webkit-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }
  to {
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
}
@-moz-keyframes arrow-rotate-down {
  from {
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
  to {
    -ms-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -webkit-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }
}
@-webkit-keyframes arrow-rotate-down {
  from {
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
  to {
    -ms-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -webkit-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }
}
@-o-keyframes arrow-rotate-down {
  from {
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
  to {
    -ms-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -webkit-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }
}
@keyframes arrow-rotate-down {
  from {
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
  to {
    -ms-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
    -webkit-transform: rotate(180deg) translateZ(0);
    -o-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
  }
}
@-moz-keyframes fadein-right {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes fadein-right {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-o-keyframes fadein-right {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@keyframes fadein-right {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-moz-keyframes scale-max {
  from {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -ms-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@-webkit-keyframes scale-max {
  from {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -ms-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@-o-keyframes scale-max {
  from {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -ms-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@keyframes scale-max {
  from {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -ms-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@-moz-keyframes scale-mix {
  from {
    -ms-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  to {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes scale-mix {
  from {
    -ms-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  to {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes scale-mix {
  from {
    -ms-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  to {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes scale-mix {
  from {
    -ms-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  to {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.foot {
  text-align: center;
  padding: 30px 0;
  border-top: 2px solid #0d35fa;
  background-color: #f7f7f7;
}
.foot h4,
.foot ul,
.foot p {
  color: #000;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.foot h4 li,
.foot ul li,
.foot p li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
  font-size: 1.2rem;
}
.foot h4 li:last-child,
.foot ul li:last-child,
.foot p li:last-child {
  border-right: 0;
}
.sc-btn {
  width: 100px;
  padding: 10px 5px 10px 30px;
  display: block;
  color: #fff;
  border-radius: 8px;
  background: url(../img/star.png) no-repeat 5px center #f19149;
}
.sc-btn.scd {
  color: #f19149;
  background-color: #fff;
  border: 1px solid #f19149;
}
.more {
  text-align: center;
  padding: 10px;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
}
.cut-line {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cut-line li {
  padding: 0 10px;
  color: #e5e5e5;
}
.cut-line li:first-child,
.cut-line li:last-child {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #e5e5e5;
  padding: 0;
}
.index .top {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}
.index .top .container {
  height: 40px;
}
.index .top .container ul {
  height: 100%;
}
.index .top .container ul:first-child li {
  height: 100%;
  margin-right: 30px;
}
.index .top .container ul:first-child li a {
  display: block;
  height: 40px;
  line-height: 40px;
}
.index .top .container ul:first-child li a.active {
  color: #0d35fa;
  border-bottom: 2px solid #0d35fa;
}
.index .top .container ul:last-child li {
  margin-left: 10px;
}
.index .top .container ul:last-child li a {
  border-radius: 30px;
}
.index .top-nav {
  position: relative;
}
.index .top-nav ul li img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.index .top-nav ul li p {
  margin: 0px 10px;
}
.index .top-nav .down_list {
  display: none;
  position: absolute;
  width: 152px;
  top: 40px;
  right: 0px;
}
.index .top-nav .down_list li {
  margin-left: 0px!important;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  cursor: pointer;
}
.index .container header {
  margin-bottom: 20px;
}
.index .container header .info {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-left: 20px;
}
.index .container header .info .box1 {
  margin-bottom: 15px;
}
.index .container header .info .box1 &gt; img {
  margin-right: 20px;
}
.index .container header .info .box1 section {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.index .container header .info .box1 section .search-box {
  margin-bottom: 8px;
}
.index .container header .info .box1 section .search-box select {
  text-align: center;
  height: 35px;
  padding: 0 30px;
  background: url(../img/selectArrow.png) no-repeat 90% center #f7f7f7;
}
.index .container header .info .box1 section .search-box select option {
  padding: 10px 0;
}
.index .container header .info .box1 section .search-box input {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 35px;
  background-color: #f7f7f7;
}
.index .container header .info .box1 section .search-box a {
  width: 80px;
  height: 35px;
  background: url(../img/search.png) no-repeat center #e5e5e5;
}
.index .container header .info .box1 section p {
  color: #a0a0a0;
}
.index .container header .info .box1 section p a {
  color: #a0a0a0;
}
.index .container header .info .box2 li {
  width: 30%;
}
.index .container header .info .box2 li section {
  margin-bottom: 10px;
}
.index .container header .info .box2 li section .red {
  color: red;
  font-weight: bold;
}
.index .container header .info .box2 li section .blue {
  color: #0d35fa;
}
.index .container nav {
  background-color: #0d35fa;
  height: 40px;
}
.index .container nav a {
  display: block!important;
  line-height: 20px;
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.index .container nav a:last-child {
  border-right: none;
}
.index .container .hot {
  font-size: 1.2rem;
  padding: 10px 0;
}
.index .container .ad li {
  width: 495px;
  margin-bottom: 10px;
}
.index .container .ad li:first-child,
.index .container .ad li:last-child {
  width: 100%;
}
.index .container .ad li a {
  width: 100%;
  display: block;
}
.index .container .ad li a img {
  width: 100%;
  display: block;
}
.index .container .marquee {
  width: 100%;
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.index .container .marquee .swiper-slide {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  width: 30%;
  margin-right: 50px;
}
.index .container .marquee .swiper-slide img {
  width: 66px;
  height: 66px;
  margin-right: 15px;
}
.index .container .marquee .swiper-slide div {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 1%;
}
.index .container .marquee .swiper-slide div h4 {
  margin-bottom: 10px;
}
.index .container .marquee .swiper-slide div p {
  font-size: 1.2rem;
}
.index .container .infolist &gt; div:first-child {
  padding-right: 10px;
}
.index .container .infolist &gt; div:last-child {
  padding-left: 10px;
}
.index .container .infolist .infoleft {
  -moz-box-flex: 2;
  -webkit-box-flex: 2;
  -webkit-box-flex-group: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  width: 1%;
  overflow: hidden;
}
.index .container .infolist .infoleft .box1 {
  float: left!important;
  width: 50%;
  padding-right: 10px;
}
.index .container .infolist .infoleft .box2 {
  float: right!important;
  width: 50%;
  padding-left: 10px;
}
.index .container .infolist .infoleft .box3 {
  float: left!important;
  width: 100%;
  margin-bottom: 20px;
}
.index .container .infolist .infoleft .box3 &gt; a {
  display: block;
  width: 100%;
  height: 50px;
}
.index .container .infolist .infoleft .box3 &gt; a img {
  display: block;
  width: 100%;
  height: 50px;
}
.index .container .infolist .infoleft article {
  margin-bottom: 20px;
}
.index .container .infolist .infoleft article .title {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #0d35fa, #ffffff);
  background: -o-linear-gradient(90deg, #0d35fa, #ffffff);
  background: -moz-linear-gradient(90deg, #0d35fa, #ffffff);
  background: linear-gradient(90deg, #0d35fa, #ffffff);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.index .container .infolist .infoleft article .title .pr {
  font-size: 1.2rem;
  color: #a0a0a0;
  margin-top: 2px;
}
.index .container .infolist .infoleft article .title .tab {
  display: inline-block;
  color: #0d35fa;
  height: 35px;
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.2rem;
}
.index .container .infolist .infoleft article .title .tab.active {
  background-color: #fff;
  border-top: 2px solid #0d35fa;
}
.index .container .infolist .infoleft article &gt; a {
  display: block;
  width: 100%;
}
.index .container .infolist .infoleft article &gt; a &gt; img {
  display: block;
  width: 100%;
}
.index .container .infolist .infoleft article &gt; ul li a {
  color: #6d9f9d;
}
.index .container .infolist .infoleft article &gt; ul li time {
  color: #a0a0a0;
}
.index .container .infolist .infoleft article .list-dot li:before {
  content: "â€¢";
  color: #6d9f9d;
  margin-right: 5px;
}
.index .container .infolist .infoleft article .info-time {
  padding: 5px 0;
}
.index .container .infolist .infoleft article .info-time li {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index .container .infolist .infoleft article .info-time li a {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .container .infolist .infoleft article .info-time li time {
  width: 40px;
}
.index .container .infolist .infoleft article .wechat {
  padding: 10px 0;
}
.index .container .infolist .infoleft article .wechat li {
  margin-top: 10px;
}
.index .container .infolist .infoleft article .wechat li a {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.index .container .infolist .infoleft article .wechat li a img {
  margin-right: 10px;
}
.index .container .infolist .infoleft article .wechat li a p {
  color: #6d9f9d;
}
.index .container .infolist .infoleft article .tab-content {
  display: none;
}
.index .container .infolist .infoleft article .tab-content.active {
  display: block;
}
.index .container .infolist .infoleft .allsee ul {
  padding-top: 20px;
}
.index .container .infolist .infoleft .allsee ul li {
  padding-left: 20px;
  margin-left: 5px;
  padding-bottom: 15px;
  border-left: 1px solid #f19149;
  position: relative;
}
.index .container .infolist .infoleft .allsee ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .container .infolist .infoleft .allsee ul li time {
  display: block;
  font-size: 1.2rem;
  color: #a0a0a0;
  -webkit-transform: translateX(-4px);
  transform: translateY(-4px);
}
.index .container .infolist .infoleft .allsee ul li .dot {
  position: absolute;
  left: -3px;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #f19149;
}
.index .container .infolist .infoleft .news {
  border: 1px solid #e5e5e5;
}
.index .container .infolist .infoleft .news h3 {
  padding: 5px;
}
.index .container .infolist .infoleft .news h3 a {
  font-size: 1.4rem;
  color: #a0a0a0;
}
.index .container .infolist .infoleft .news h3 a.active {
  color: #0d35fa;
}
.index .container .infolist .infoleft .news ul {
  padding: 5px;
  background-color: #f7f7f7;
}
.index .container .infolist .infoleft .news ul li {
  padding: 5px 0;
}
.index .container .infolist .infoleft .news ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .container .infolist .infoleft .news ul li:first-child a {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: bold;
  color: #292d30;
  text-decoration: underline;
}
.index .container .infolist .infoleft .news ul li:nth-child(n+2) a {
  display: block;
  width: 100%;
}
.index .container .infolist .infoleft .news ul li:nth-child(n+2) a span {
  color: #0d35fa;
}
.index .container .infolist .infoleft .imgbanner h4 {
  width: 100%;
  padding: 10px 0;
  color: #292d30;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .container .infolist .infoleft .imgbanner .swiper1 {
  width: 100%;
  height: 160px;
}
.index .container .infolist .infoleft .imgbanner .swiper1 .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.index .container .infolist .infoleft .imgbanner .swiper1 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index .container .infolist .infoleft .imgbanner p {
  color: #6d9f9d;
  padding-top: 20px;
}
.index .container .infolist .infoleft .editor {
  margin-bottom: 0;
}
.index .container .infolist .infoleft .editor ul {
  width: 100%;
  padding-top: 20px;
}
.index .container .infolist .infoleft .editor ul li {
  width: 23%;
}
.index .container .infolist .infoleft .editor ul li img {
  width: 100%;
}
.index .container .infolist .infoleft .program {
  margin-bottom: 0;
}
.index .container .infolist .infoleft .program .solution {
  width: 100%;
  padding-top: 10px;
}
.index .container .infolist .infoleft .program .solution li {
  width: 18%;
  position: relative;
  margin-bottom: 10px;
}
.index .container .infolist .infoleft .program .solution li img {
  display: block;
  width: 100%;
  height: 100%;
}
.index .container .infolist .infoleft .program .solution li p {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.index .container .infolist .infoleft .son-station {
  margin-bottom: 0;
}
.index .container .infolist .infoleft .son-station .tab2 {
  position: relative;
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 1%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #a0a0a0;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
.index .container .infolist .infoleft .son-station .tab2 img {
  display: none;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.index .container .infolist .infoleft .son-station .tab2.active {
  border-bottom: 2px solid #0d35fa;
}
.index .container .infolist .infoleft .son-station .tab2.active img {
  display: block;
}
.index .container .infolist .infoleft .son-station ul li {
  margin-bottom: 20px;
}
.index .container .infolist .infoleft .son-station ul li:last-child {
  margin-bottom: 0;
}
.index .container .infolist .infoleft .son-station ul li img {
  width: 160px;
  height: 90px;
  margin-right: 10px;
}
.index .container .infolist .infoleft .son-station ul li div {
  width: 1%;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index .container .infolist .infoleft .son-station ul li div h4,
.index .container .infolist .infoleft .son-station ul li div p {
  color: #6d9f9d;
}
.index .container .infolist .infoleft .son-station ul li div h4 {
  font-weight: bold;
}
.index .container .infolist .inforight {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 1%;
}
.index .container .infolist .inforight article {
  width: 100%;
  margin-bottom: 20px;
}
.index .container .infolist .inforight article .title {
  color: #fff;
  height: 30px;
  line-height: 30px;
  background: -webkit-linear-gradient(90deg, #0d35fa, #ffffff);
  background: -o-linear-gradient(90deg, #0d35fa, #ffffff);
  background: -moz-linear-gradient(90deg, #0d35fa, #ffffff);
  background: linear-gradient(90deg, #0d35fa, #ffffff);
  padding: 0 10px;
}
.index .container .infolist .inforight article .title a {
  font-size: 1.2rem;
  color: #a0a0a0;
  margin-top: 2px;
}
.index .container .infolist .inforight article .title .tab3 {
  height: 100%;
  color: #fff;
  margin: 0 2px;
}
.index .container .infolist .inforight article .title .tab3.active {
  border-bottom: 2px solid #fff;
}
.index .container .infolist .inforight article &gt; ul li a {
  color: #6d9f9d;
}
.index .container .infolist .inforight article &gt; ul li time {
  color: #a0a0a0;
}
.index .container .infolist .inforight article &gt; a {
  display: block;
  width: 100%;
}
.index .container .infolist .inforight article &gt; a &gt; img {
  display: block;
  width: 100%;
}
.index .container .infolist .inforight article .info-time {
  padding: 5px 0;
}
.index .container .infolist .inforight article .info-time li {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index .container .infolist .inforight article .info-time li a {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .container .infolist .inforight article .info-time li time {
  width: 40px;
}
.index .container .infolist .inforight article .list-dot li:before {
  content: "â€¢";
  color: #6d9f9d;
  margin-right: 5px;
}
.index .container .infolist .inforight article .info-ad {
  margin-top: 20px;
  height: 50px;
}
.index .container .infolist .inforight article .info-ad &gt; img {
  display: block;
  width: 100%;
  height: 50px;
}
.index .container .infolist .inforight article .tab-content {
  display: none;
}
.index .container .infolist .inforight article .tab-content.active {
  display: block;
}
.index .container .infolist .inforight .special {
  margin-bottom: 15px;
}
.index .container .infolist .inforight .special ul {
  padding: 20px 10px;
  border: 1px solid #e5e5e5;
}
.index .container .infolist .inforight .special ul li {
  margin-bottom: 20px;
}
.index .container .infolist .inforight .special ul li:last-child {
  margin-bottom: 0;
}
.index .container .infolist .inforight .special ul li img {
  width: 52px;
  height: 52px;
  margin-right: 10px;
}
.index .container .infolist .inforight .special ul li p {
  color: #6d9f9d;
}
.index .container .infolist .inforight .special ul li p time {
  font-weight: bold;
  color: red;
}
.index .container .infolist .inforight .online-meeting {
  background-color: #f7f7f7;
  padding-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.index .container .infolist .inforight .online-meeting ul {
  padding: 15px 10px;
}
.index .container .infolist .inforight .online-meeting ul li {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  margin-bottom: 10px;
}
.index .container .infolist .inforight .online-meeting ul li:last-child {
  margin-bottom: 0;
}
.index .container .infolist .inforight .online-meeting ul li img {
  display: block;
  width: 82px;
  height: 62px;
  margin-right: 10px;
}
.index .container .infolist .inforight .online-meeting ul li p {
  color: #6d9f9d;
}
.index .container .infolist .inforight .online-meeting .title2 {
  margin: 0 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.index .container .infolist .inforight .online-meeting .btn {
  text-align: center;
  display: block;
  width: 70%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #f19149;
  margin: 10px auto;
}
.index .container .infolist .inforight .ad-list a {
  width: 100%;
  margin-bottom: 20px;
}
.index .container .infolist .inforight .ad-list a img {
  width: 100%;
  height: 100%;
}
.index .container .infolist .inforight .ad-list a:nth-child(1) {
  height: 154px;
}
.index .container .infolist .inforight .ad-list a:nth-child(2) {
  height: 154px;
}
.index .container .infolist .inforight .ad-list a:nth-child(3) {
  height: 50px;
}
.index .container .infolist .inforight .firm {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
}
.index .container .infolist .inforight .firm .tab2 {
  position: relative;
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 1%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #a0a0a0;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
.index .container .infolist .inforight .firm .tab2 img {
  display: none;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.index .container .infolist .inforight .firm .tab2.active {
  border-bottom: 2px solid #0d35fa;
}
.index .container .infolist .inforight .firm .tab2.active img {
  display: block;
}
.index .container .infolist .inforight .firm .info {
  padding: 0 10px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index .container .infolist .inforight .firm .info &gt; a {
  width: 48%;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .container .infolist .inforight .firm .info &gt; a img {
  width: 100%;
}
.index .container .infolist .inforight .firm .info li {
  width: 100%;
  padding-bottom: 10px;
}
.index .container .infolist .inforight .firm .info li:last-child {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.index .container .infolist .inforight .firm .info li a {
  color: #eb6100;
}
.index .container .infolist .inforight .firm .icon {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}
.index .container .infolist .inforight .firm .icon li {
  width: 22%;
  margin-bottom: 20px;
}
.index .container .infolist .inforight .firm .icon li img {
  width: 100%;
}
.index .container .infolist .inforight .firm .title2 {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0d35fa;
}
.index .container .infolist .inforight .firm .title2 a {
  font-size: 1.2rem;
  color: #a0a0a0;
  margin-top: 2px;
}
.index .container .infolist .inforight .online-teacher {
  margin-bottom: 0;
}
.index .container .infolist .inforight .online-teacher ul {
  background-color: #f7f7f7;
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.index .container .infolist .inforight .online-teacher ul li {
  margin-bottom: 10px;
}
.index .container .infolist .inforight .online-teacher ul li:last-child {
  margin-bottom: 0;
}
.index .container .infolist .inforight .online-teacher ul li img {
  width: 62px;
  height: 62px;
  margin-right: 10px;
}
.index .container .infolist .inforight .online-teacher ul li div {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 1%;
}
.index .container .infolist .inforight .online-teacher ul li div p {
  color: #6d9f9d;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .container .infolist .inforight .online-teacher ul li div p span {
  float: right!important;
}
.index .container .maxad {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}
.index .container .maxad a {
  display: block;
  width: 100%;
  height: 100%;
}
.index .container .maxad a img {
  display: block;
  width: 100%;
  height: 100%;
}
.index .container .icon-list .title {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #0d35fa, #ffffff);
  background: -o-linear-gradient(90deg, #0d35fa, #ffffff);
  background: -moz-linear-gradient(90deg, #0d35fa, #ffffff);
  background: linear-gradient(90deg, #0d35fa, #ffffff);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.index .container .icon-list .title .pr {
  font-size: 1.2rem;
  color: #a0a0a0;
  margin-top: 2px;
}
.index .container .icon-list .swiper2 {
  width: 100%;
}
.index .container .icon-list .swiper2 .swiper-slide {
  padding: 20px 100px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index .container .icon-list .swiper2 .swiper-slide a {
  display: block;
  width: 74px;
  height: 74px;
  margin-bottom: 10px;
}
.index .container .icon-list .swiper2 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.index .container .icon-list .swiper2 .swiper-slide a .qrs {
  display: none;
}
.index .container .icon-list .swiper2 .swiper-slide a img.zoom {
  -moz-animation: scale-max 1s;
  -webkit-animation: scale-max 1s;
  -o-animation: scale-max 1s;
  animation: scale-max 1s;
  -ms-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.login {
  background: url("../img/login_background.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.login .content {
  width: 420px;
  padding: 0px 30px 30px 30px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  position: fixed;
}
.login .content li {
  position: relative;
  margin-bottom: 16px;
}
.login .content li:last-child {
  margin-bottom: 0px;
}
.login .content li h1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 32px;
}
.login .content li i {
  font-size: 23px;
  color: #0d35fa;
  position: absolute;
  top: 8px;
  left: 7px;
}
.login .content li p {
  width: 320px;
  float: right;
  line-height: 22px;
}
.login .content li p a {
  text-decoration: underline;
  color: #0d35fa;
  cursor: pointer;
}
.login .content li input {
  border: 1px solid #e5e5e5;
  width: 360px;
  height: 40px;
  padding-left: 33px;
}
.login .content li input::-webkit-input-placeholder {
  color: #999999;
}
.login .content li input:-moz-placeholder {
  color: #999999;
}
.login .content li input::-moz-placeholder {
  color: #999999;
}
.login .content li input:-ms-input-placeholder {
  color: #999999;
}
.login .content li label {
  color: indianred;
  margin-top: 10px;
  display: inline-block;
}
.login .content li span {
  color: indianred;
  margin-top: 10px;
  display: inline-block;
  width: 300px;
}
.login .content li &gt; a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
  display: block;
}
.login .content li .checkbox {
  height: 30px;
  width: 30px;
}
.login .content li .submit {
  background: #0d35fa;
  height: 40px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.login .content li:last-child {
  font-weight: bold;
}
.login .content li:last-child a {
  color: #0d35fa;
  display: inline-block;
  margin-top: 0px;
}
.login .content .code {
  text-align: left;
  position: relative;
}
.login .content .code input {
  width: 224px;
  margin-right: 15px;
}
.login .content .code label {
  width: 300px;
}
.login .content .code div {
  width: 116px;
  height: 38px;
  float: right;
}
.login .content .code div input {
  width: 116px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  background: #0d35fa;
  color: #ffffff;
}
.login .content .code div canvas {
  display: block;
  border: 1px solid #e5e5e5;
}
.login .content .code .reg {
  position: absolute;
  top: 0px;
  right: 0px;
}
.login .content .passwd,
.login .content .regist {
  text-align: center;
}
.login .content .amend {
  text-align: center;
}
.login .content .amend img {
  margin-top: 100px;
}
.login .content .amend h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #000!important;
  margin: 35px 0px 30px 0px;
}
.login .content .amend h3 {
  font-size: 1.4rem;
  color: #000!important;
  margin-bottom: 90px;
}
.login .content .amend h3 a {
  color: #0d35fa;
  text-decoration: underline;
}
.my {
  background: #f2f2f2;
  height: 100%;
}
.my .top-nav {
  min-width: 1300px;
  background: #0d35fa;
  overflow: hidden;
}

.my .top-nav nav a {
  display: block!important;
  line-height: 20px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  border-right: 1px solid #fff;
}
.my .top-nav nav a:last-child {
  border-right: none;
}
.my .top-nav ul {
  margin-right: 20px;
}
.my .top-nav ul li {
  float: left;
  height: 40px;
  line-height: 40px;
}
.my .top-nav ul li p {
  color: #fff;
  font-weight: bold;
  margin: 0px 10px;
  cursor: pointer;
  min-width: 60px;
  text-align: center;
  display: inline-block;
}
.my .top-nav ul li .show {
  display: block;
}
.my .top-nav ul li img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.my .top-nav ul li i {
  color: #fff;
}
.my .top-nav ul li h4 {
  width: 116px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #e5e5e5;
  margin-right: 0px;
  display: none;
  cursor: pointer;
}
.my .search {
  width: 100%;
  height: 80px;
  background: #fff;
}
.my .search .container ul {
  float: left;
}
.my .search .container ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}
.my .search .container ul li:last-child {
  color: #a0a0a0;
}
.my .search .container button {
  width: 110px;
  height: 40px;
  display: block;
  float: right;
  color: #fff;
  background: #0d35fa;
  cursor: pointer;
}
.my .search .container .button {
  width: 110px;
  height: 40px;
  display: block;
}
.my .search .container button[disabled="disabled"] {
  background: #ccc;
}
.my .search .container ol {
  float: right;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  width: 690px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.my .search .container ol li {
  height: 35px;
  line-height: 35px;
}
.my .search .container ol li select {
  text-align: center;
  height: 35px;
  padding: 0 30px;
  border-right: 1px solid #dddddd;
  background: url(../img/selectArrow.png) no-repeat 90% center #f7f7f7;
}
.my .search .container ol li select option {
  padding: 10px 0;
}
.my .search .container ol .sousuo {
  width: 1%;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.my .search .container ol .sousuo input {
  width: 100%;
  height: 35px;
  background: #f7f7f7;
  display: block;
}
.my .search .container ol .button_confirm {
  width: 80px;
  background: #e5e5e5;
  text-align: center;
  cursor: pointer;
}
.my .content_show .container {
  min-height: 100%;
}
.my .content_show .container .content_left {
  min-height: 100%;
  padding: 20px;
  width: 650px;
  background: #fff;
}
.my .content_show .container .content_left .content_left_header {
  line-break: 132px;
}
.my .content_show .container .content_left .content_left_header .content_left_header_img {
  margin-right: 20px;
  width: 132px;
  height: 132px;
  float: left;
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
}
.my .content_show .container .content_left .content_left_header .content_left_header_img img {
  width: 100%;
}
.my .content_show .container .content_left .content_left_header .content_left_header_title {
  float: left;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  height: 132px;
  line-height: 132px;
  width: 458px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_1 {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_1 li {
  float: left;
  width: 33.33%;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
  font-weight: bold;
}
.my .content_show .container .content_left .tabMenu .tabMenu_1 li a {
  height: 39px;
  line-height: 39px;
  display: inline-block;
  font-size: 1.6rem;
}
.my .content_show .container .content_left .tabMenu .tabMenu_1 li .selected {
  color: #f19149;
  border-bottom: 2px solid #f19149;
}
.my .content_show .container .content_left .tabMenu .tabMenu_2 {
  padding: 0px;
  overflow: hidden;
  clear: both;
}
.my .content_show .container .content_left .tabMenu .tabMenu_2 li ul li {
  float: left;
  width: 107px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 60px;
  border: 1px solid #f19149;
  border-radius: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.my .content_show .container .content_left .tabMenu .tabMenu_2 li ul li a {
  color: #f19149;
  font-size: 1.2rem;
}
.my .content_show .container .content_left .tabMenu .tabMenu_2 li ul li:nth-child(4n) {
  margin-right: 0px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_2 li ul .selected {
  background: #f19149;
}
.my .content_show .container .content_left .tabMenu .tabMenu_2 li ul .selected a {
  color: #fff;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content {
  clear: both;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul {
  overflow: hidden;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li {
  margin-bottom: 25px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li span {
  color: #a0a0a0;
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li i {
  display: inline-block;
  width: 486px;
  font-style: normal;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li i img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .word-break {
  word-break: break-all;
  word-wrap: break-word;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li figure {
  display: block;
  width: 160px;
  float: left;
  margin: 0px;
  margin-right: 65px;
  margin-bottom: 40px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li figure img {
  width: 160px;
  height: 90px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li figure:nth-child(3n) {
  margin-right: 0px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li figure p {
  margin-top: 15px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  text-align: center;
  cursor: pointer;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li button:hover {
  color: #fff;
  background: #0d35fa;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .public_artical {
  margin-bottom: 20px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .public_artical .public_artical_left {
  width: 160px;
  height: 90px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .public_artical .public_artical_left img {
  width: 160px;
  height: 90px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .public_artical .public_artical_right {
  width: 437px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .public_artical .public_artical_right h2 {
  color: #000;
  font-size: 1.6rem;
  height: 70px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .public_artical .public_artical_right p {
  font-size: 1.4rem;
  line-height: 20px;
  color: #a0a0a0;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .public_artical .public_artical_right p a {
  color: #6d9f9d;
  float: right;
  text-decoration: underline;
  margin-left: 10px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .words {
  padding: 20px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .words:first-child {
  padding-top: 0px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .words .words_left {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .words .words_left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .words .words_right {
  width: 560px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .words .words_right .nickname {
  color: #6d9f9d;
  font-size: 1.4rem;
  height: 40px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .words .words_right .nickname time {
  float: right;
  color: #a0a0a0;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .words .words_right p {
  font-size: 1.4rem;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job {
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job:first-child {
  padding-top: 0px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job .job_left {
  float: left;
  width: 250px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job .job_left h2 {
  font-size: 1.6rem;
  color: #000000!important;
  height: 50px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job .job_left p {
  color: #a0a0a0;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job .job_right {
  float: right;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job .job_right p {
  color: #a0a0a0;
  height: 50px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job .job_right div a {
  color: #a0a0a0;
  margin-left: 10px;
  float: right;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-align: center;
  background: url('../img/star_d.png') no-repeat 3px 5px;
  text-indent: 10px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .job .job_right div .collect {
  color: #f19149;
  background: url('../img/star.png') no-repeat 3px 5px;
  border: 1px solid #f19149;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk {
  padding: 16px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk:first-child {
  padding-top: 0px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk .online_talk_left {
  width: 160px;
  height: 120px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk .online_talk_left img {
  width: 100%;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk .online_talk_right {
  position: relative;
  width: 437px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk .online_talk_right h2 {
  font-size: 1.6rem;
  color: #000;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk .online_talk_right time {
  color: #a0a0a0;
  display: block;
  margin: 16px 0px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk .online_talk_right div {
  position: absolute;
  top: 50px;
  right: 10px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk .online_talk_right div a {
  color: #6d9f9d;
  text-decoration: underline;
  margin-left: 5px;
}
.my .content_show .container .content_left .tabMenu .tabMenu_content ul li .online_talk .online_talk_right span {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
}
.my .content_show .container .content_right {
  width: 340px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.my .content_show .container .content_right ul li {
  margin-bottom: 8px;
}
.my .content_show .container .content_right ul li a {
  width: 300px;
  height: 40px;
  display: block;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #535353;
  background: #f2f2f2;
  border-radius: 5px;
}
.my .content_show .container .content_right ul li .selected {
  border: 1px solid #0d35fa;
  color: #0d35fa;
  background: #fff;
}
.my .edit_content .edit_content_show {
  padding: 0px 20px 20px 20px;
  background: #fff;
  overflow: hidden;
}
.my .edit_content .edit_content_show .edit_content_show_tab ul {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_tab ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.my .edit_content .edit_content_show .edit_content_show_tab ul li a {
  font-size: 1.6rem!important;
  height: 40px;
  line-height: 42px;
  display: inline-block;
}
.my .edit_content .edit_content_show .edit_content_show_tab ul li i {
  color: #a0a0a0;
}
.my .edit_content .edit_content_show .edit_content_show_tab ul li .selected {
  color: #f19149;
  border-bottom: 2px solid #f19149;
}
.my .edit_content .edit_content_show .edit_content_show_tab ul li button {
  font-size: 1.6rem!important;
  height: 40px;
  line-height: 42px;
  display: inline-block;
  background: #fff;
  cursor: pointer;
}
.my .edit_content .edit_content_show .edit_content_show_list .left {
  width: 210px;
  padding-right: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list .left h3,
.my .edit_content .edit_content_show .edit_content_show_list .left h4 {
  color: #6d9f9d;
  font-weight: bold;
}
.my .edit_content .edit_content_show .edit_content_show_list .left h3 {
  margin: 10px 0;
}
.my .edit_content .edit_content_show .edit_content_show_list .left p {
  color: #6d9f9d;
  margin-bottom: 10px;
}
.my .edit_content .edit_content_show .edit_content_show_list .left a {
  display: block;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  line-height: 40px;
  color: #6d9f9d;
  border: 1px solid #6d9f9d;
}
.my .edit_content .edit_content_show .edit_content_show_list .left a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.my .edit_content .edit_content_show .edit_content_show_list .right {
  width: 1%;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item {
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item li {
  float: left;
  width: 580px;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item li:nth-child(1) {
  width: 160px;
  height: 120px;
  margin-right: 10px;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item li:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item li:nth-child(5) {
  width: 130px;
  height: 50px;
  position: absolute;
  right: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item li:nth-child(5) button {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  float: right;
  background: url('../img/6åœ¨çº¿ç&nbsp;”è®¨ä¼š1_03.png') no-repeat 5px 5px #f19149;
  text-indent: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item li:nth-child(5) span {
  color: #f19149;
  margin-top: 5px;
  display: block;
  margin-left: 4px;
  float: right;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item li h2 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my .edit_content .edit_content_show .edit_content_show_list .right .online_talking_item li time {
  color: #a0a0a0;
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
}
.my .edit_content .edit_content_show .edit_content_show_list .vip_infor {
  background: #f2f2f2;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list .vip_infor:nth-child(1) {
  margin-top: 0px!important;
}
.my .edit_content .edit_content_show .edit_content_show_list .vip_infor h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 960px;
  margin-bottom: 20px;
  color: #000;
}
.my .edit_content .edit_content_show .edit_content_show_list .vip_infor tbody {
  width: 100%;
}
.my .edit_content .edit_content_show .edit_content_show_list .vip_infor a {
  width: 300px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #0d35fa;
  display: block;
  margin: 0 auto;
}
.my .edit_content .edit_content_show .edit_content_show_list .vip_infor a span {
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}
.my .edit_content .edit_content_show .edit_content_show_list div table {
  width: 100%;
  margin-top: 23px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr {
  position: relative;
  display: block;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td {
  margin-bottom: 20px;
  display: inline-block;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(1) {
  width: 190px;
  text-align: right;
  font-weight: bold;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(1) span {
  color: #f19149;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) {
  width: 560px;
  padding-left: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) input[datetime1="a1"] {
  width: 48%;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) label {
  padding-left: 10px!important;
  color: indianred;
  position: absolute;
  top: 12px;
  width: 180px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) p {
  height: 40px;
  line-height: 40px;
  background: #e5e5e5;
  padding-left: 20px;
  width: 100%;
  float: left;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) p a {
  display: inline-block;
  float: right;
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: #f19149;
  text-align: center;
  color: #fff;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) #img_container {
  position: relative;
  margin-bottom: 10px;
  height: 100px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) #img_container span {
  float: left;
  color: #a0a0a0;
  display: block;
  margin-left: 20px;
  margin-top: 40px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) #img_container .addImg {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: url(../img/addImg.png) no-repeat center;
  background-size: contain;
  width: 97px;
  height: 98px;
  display: inline-block;
  float: left;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) #img_container .addImg input {
  height: 40px;
  width: 110px;
  opacity: 0!important;
  filter: alpha(opacity=0) !important;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: 999;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) #img_container .addImg label {
  left: 540px;
  width: 130px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) #img_container ._pic {
  position: absolute;
  top: 0px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td:nth-child(2) #img_container ._pic ._picclose {
  position: absolute;
  right: -1px;
  width: 30px;
  height: 30px;
  background: url('../img/close.png') no-repeat;
  background-size: contain;
  display: none;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td.select4 .prettydropdown {
  width: 24%!important;
  margin-right: 2px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr td.select4 .prettydropdown li {
  padding-left: 5px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twoleveltitle {
  vertical-align: top;
  margin-top: 10px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twolevel {
  width: 660px!important;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twolevel &gt; ul {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 540px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twolevel &gt; ul &gt; li {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twolevel &gt; ul &gt; li:last-child {
  margin-bottom: 0;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twolevel &gt; ul &gt; li select {
  width: 49%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  background: url(../img/selectArrow.png) no-repeat 95% center;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twolevel &gt; ul:last-child {
  margin-bottom: 0;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twolevel &gt; div {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .twolevel &gt; div a {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f19149;
  font-size: 3.0rem;
  color: #fff;
  text-align: center;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .classify ul li {
  width: 170px;
  float: left;
  margin-right: 15px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .classify ul li:nth-child(3) {
  margin-right: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .salary input {
  width: 235px!important;
}
.my .edit_content .edit_content_show .edit_content_show_list div table tr .salary span {
  width: 52px;
  display: inline-block;
  padding: 0px 5px;
  color: #e5e5e5;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .code td input {
  width: 410px!important;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .code td div {
  float: right;
  width: 115px!important;
  height: 40px;
  background: #0d35fa;
  position: relative;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .code td div input {
  background: #0d35fa;
  color: #fff;
  width: 100%!important;
  cursor: pointer;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .submit button {
  width: 230px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #0d35fa;
  color: #fff;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .keyword td input {
  width: 30%!important;
  margin-right: 23px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .keyword td input:nth-child(3) {
  margin-right: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .primary td:nth-child(1) {
  vertical-align: top;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .primary td:nth-child(2) {
  position: relative;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .primary td textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 15px;
  height: 200px;
  line-height: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list div table .primary td .shop_show_num {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.my .edit_content .edit_content_show .edit_content_show_list figure {
  width: 300px;
  height: 240px;
  display: block;
  float: left;
  margin: 0px;
  margin-right: 30px;
  position: relative;
}
.my .edit_content .edit_content_show .edit_content_show_list figure input {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 0px;
  opacity: 0;
  cursor: pointer;
}
.my .edit_content .edit_content_show .edit_content_show_list figure a {
  background: url('../img/close.png') no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list figure:nth-child(3n) {
  margin-right: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list figure img {
  width: 300px;
  height: 200px;
}
.my .edit_content .edit_content_show .edit_content_show_list figure figcaption p {
  height: 40px;
  line-height: 40px;
}
.my .edit_content .edit_content_show .edit_content_show_list .right_none {
  margin-right: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_meeting li:nth-child(1) {
  margin-top: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_meeting li:nth-child(1) p {
  line-height: 26px;
  text-indent: 25px;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_meeting li p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my .edit_content .edit_content_show .edit_content_show_list .winner_list_title {
  color: #6d9f9d;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
}
.my .edit_content .edit_content_show .edit_content_show_list .winner_list dd {
  line-height: 25px;
}
.my .edit_content .edit_content_show .edit_content_show_list .winner_list dd:nth-child(3n+1) {
  margin-top: 30px;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_guest_introduction {
  padding: 20px 0px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_guest_introduction li {
  float: left;
  width: 840px;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_guest_introduction li:nth-child(1) {
  margin-right: 20px;
  width: 100px;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_guest_introduction li img {
  width: 100px;
  height: 140px;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_guest_introduction li h2 {
  font-weight: bold;
  color: #6d9f9d;
  font-size: 1.6rem;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_talking_guest_introduction li h3 {
  color: #000;
  font-weight: bold;
  margin: 12px 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .Question_answer {
  padding: 20px 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.my .edit_content .edit_content_show .edit_content_show_list .Question_answer li:nth-child(1) {
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
}
.my .edit_content .edit_content_show .edit_content_show_list .Question_answer li p {
  float: left;
  width: 800px;
  font-size: 1.6rem;
}
.my .edit_content .edit_content_show .edit_content_show_list .Question_answer li p i {
  font-style: normal;
  vertical-align: top;
  display: inline-block;
}
.my .edit_content .edit_content_show .edit_content_show_list .Question_answer li p span {
  width: 768px;
  display: inline-block;
}
.my .edit_content .edit_content_show .edit_content_show_list .Question_answer li p:nth-child(2) {
  float: right;
  width: 160px;
  text-align: right;
  color: #a0a0a0;
  font-weight: normal;
  margin-top: 2px;
}
.my .edit_content .edit_content_show .edit_content_show_list .prize {
  padding: 20px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.my .edit_content .edit_content_show .edit_content_show_list .prize li:nth-child(1) {
  width: 160px;
}
.my .edit_content .edit_content_show .edit_content_show_list .prize li:nth-child(2) {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list .prize li img {
  width: 158px;
  height: 158px;
  border: 1px solid #e5e5e5;
}
.my .edit_content .edit_content_show .edit_content_show_list .prize li h2 {
  color: #f19149;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0px 40px 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss {
  padding: 20px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss .touxiang {
  margin-right: 15px;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss .touxiang img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss .discuss_content {
  position: relative;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss .discuss_content h2 {
  font-size: 1.4rem;
  color: #6d9f9d;
  margin-bottom: 25px;
  width: 700px;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss .discuss_content time {
  color: #a0a0a0;
  position: absolute;
  right: 0px;
  top: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add {
  padding-left: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add li h1 {
  font-size: 1.8rem;
  margin: 20px 0px 40px 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add li h1 span {
  color: #f19149;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add li .discuss_add_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add li .discuss_add_img img {
  width: 100%;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add li textarea {
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  width: 760px;
  margin: 0px 10px;
  padding: 10px;
  max-height: 45px;
  border-radius: 5px;
  line-height: 24px;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add li button {
  width: 140px;
  height: 45px;
  background: #a0a0a0;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add .discuss_add_container {
  width: 100%;
  overflow: hidden;
}
.my .edit_content .edit_content_show .edit_content_show_list .discuss_add .discuss_add_container div {
  float: left;
}
.my .edit_content .edit_content_show .edit_content_show_list .select_name {
  overflow: hidden;
  width: 100%;
  background: #f2f2f2;
  margin-top: 20px;
  padding: 20px;
}
.my .edit_content .edit_content_show .edit_content_show_list .select_name figure {
  width: 20%;
  height: 100%;
  text-align: center;
  margin: 0px;
  margin: 10px 0px;
  overflow: hidden;
}
.my .edit_content .edit_content_show .edit_content_show_list .select_name figure img {
  width: 95px;
  height: 95px;
  border-radius: 10px;
}
.my .edit_content .edit_content_show .edit_content_show_list .select_name a {
  width: 150px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
  margin-right: 42px;
  float: left;
}
.my .edit_content .edit_content_show .edit_content_show_list .select_name a:nth-child(5n) {
  margin-right: 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .select_name .selected {
  background: #0d35fa;
  color: #fff;
}
.my .edit_content .edit_content_show .edit_content_show_list .select_name .load_more {
  width: 100%;
  text-align: center;
}
.my .edit_content .edit_content_show .edit_content_show_list .select_name .load_more button {
  width: 400px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.my .edit_content .edit_content_show .edit_content_show_list .load_more_m {
  width: 100%!important;
  display: block!important;
  height: 40px!important;
  line-height: 40px!important;
  cursor: pointer;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_help {
  width: 100%;
  padding: 20px 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_help h2 {
  font-size: 1.6rem;
  color: #000;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_help img {
  width: 100%;
}
.my .edit_content .edit_content_show .edit_content_show_list .online_help p {
  color: #434343;
  margin: 20px 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .product_solution h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 20px 0px;
}
.my .edit_content .edit_content_show .edit_content_show_list .product_solution img {
  max-width: 960px;
}
.my .edit_content .edit_content_show .edit_content_show_list .product_solution p {
  line-height: 35px;
  text-indent: 25px;
  margin-top: 20px;
}
.my .shadow_box h1 {
  color: #434343;
}
.my .brand_details .brand_header {
  margin-top: 20px;
}
.my .brand_details .brand_header .brand_img {
  width: 160px;
  height: 160px;
}
.my .brand_details .brand_header .brand_img img {
  width: 160px;
  height: 160px;
}
.my .brand_details .brand_header .brand_content {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.my .brand_details .brand_header .brand_content h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  margin-left: 20px;
  height: 160px;
  line-height: 160px;
}
.my .brand_details .edit_content_show_list ul {
  overflow: hidden;
}
.my .brand_details .edit_content_show_list ul li {
  float: left;
  margin-bottom: 20px;
}
.my .brand_details .edit_content_show_list ul li span {
  width: 120px;
  color: #a0a0a0;
}
.my .brand_details .edit_content_show_list ul li i {
  font-style: normal;
  width: 830px;
}
.my .brand_details .edit_content_show_list ul li h2 {
  color: #000;
  font-weight: bold;
  height: 70px;
  font-size: 16px;
}
.my .brand_details .edit_content_show_list ul li time {
  color: #a0a0a0;
}
.my .brand_details .edit_content_show_list ul li img {
  width: 160px;
  height: 90px;
}
.my .brand_details .edit_content_show_list ul li:nth-child(2) {
  width: 780px;
  margin-left: 20px;
}
.my .brand_details .edit_content_show_list ul:last-child {
  padding-bottom: 0px;
}
.my .brand_details .edit_content_show_list .feedback ul {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
}
.my .brand_details .edit_content_show_list .feedback ul li {
  width: 40px;
}
.my .brand_details .edit_content_show_list .feedback ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.my .brand_details .edit_content_show_list .feedback ul li h2 {
  color: #6d9f9d;
  height: 40px;
}
.my .brand_details .edit_content_show_list .feedback ul li h2 time {
  font-weight: normal;
  float: right;
}
.my .brand_details .edit_content_show_list .feedback ul li:nth-child(2) {
  width: 900px;
}
.my .brand_details .edit_content_show_list .feedback .write_feedback {
  padding: 40px 0px;
}
.my .brand_details .edit_content_show_list .feedback .write_feedback img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.my .brand_details .edit_content_show_list .feedback .write_feedback input {
  width: 806px;
  height: 40px;
  border: 1px solid #e5e5e5;
  vertical-align: top;
}
.my .brand_details .edit_content_show_list .feedback .write_feedback textarea {
  width: 806px;
  min-height: 40px;
  border: 1px solid #e5e5e5;
  vertical-align: top;
}
.my .brand_details .edit_content_show_list .feedback .write_feedback button {
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: #f19149;
  text-align: center;
  color: #fff;
  float: right;
  cursor: pointer;
}
.my .brand_details .edit_content_show_list .feedback .write_feedback p {
  height: 30px;
  line-height: 30px;
  padding-left: 44px;
  color: indianred;
}
.my .brand_details .edit_content_show_list .job ul {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
}
.my .brand_details .edit_content_show_list .job ul:nth-child(1) {
  padding-top: 0px;
}
.my .brand_details .edit_content_show_list .job ul li {
  width: 100%;
}
.my .brand_details .edit_content_show_list .job ul li h2 {
  height: 45px;
}
.my .brand_details .edit_content_show_list .job ul li h2 time {
  float: right;
  font-weight: normal;
}
.my .brand_details .edit_content_show_list .job ul li p {
  color: #a0a0a0;
}
.my .brand_details .edit_content_show_list .job ul li:nth-child(1) {
  margin-bottom: 0px;
}
.my .brand_details .edit_content_show_list .job ul li:nth-child(2) {
  margin-left: 0px;
}
.my .brand_details .edit_content_show_list .online ul {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px;
}
.my .brand_details .edit_content_show_list .online ul:nth-child(1) {
  padding-top: 0px;
}
.my .brand_details .edit_content_show_list .online ul li {
  float: left;
  width: 780px;
  margin-left: 20px;
  margin-bottom: 0px;
}
.my .brand_details .edit_content_show_list .online ul li img {
  width: 160px;
  height: 120px;
}
.my .brand_details .edit_content_show_list .online ul li h2 {
  height: 40px;
}
.my .brand_details .edit_content_show_list .online ul li time {
  height: 25px;
  display: block;
}
.my .brand_details .edit_content_show_list .online ul li:nth-child(1) {
  margin-left: 0px;
  width: 160px;
  height: 120px;
}
.my .brand_details .edit_content_show_list div figure {
  margin-right: 26px!important;
  width: 170px!important;
  height: 145px!important;
  margin-top: 10px!important;
  margin-bottom: 35px!important;
}
.my .brand_details .edit_content_show_list div figure img {
  width: 170px!important;
  height: 145px!important;
}
.my .brand_details .edit_content_show_list div figure:nth-child(3n) {
  margin-right: 30px!important;
}
.my .brand_details .edit_content_show_list div figure:nth-child(5n) {
  margin-right: 0px!important;
}
.my .brand .container .content_left ul {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px;
}
.my .brand .container .content_left ul:nth-child(1) {
  padding-top: 0px;
}
.my .brand .container .content_left ul li {
  width: 95px;
  float: left;
}
.my .brand .container .content_left ul li img {
  width: 100%;
  height: 95px;
  border-radius: 10px;
}
.my .brand .container .content_left ul li h2 {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.my .brand .container .content_left ul li:nth-child(2) {
  width: 490px;
  margin-left: 20px;
}
.my .brand .container .content_left ul li:nth-child(2) p {
  color: #a0a0a0;
  margin-bottom: 10px;
}
.my .brand .container .content_left ul li:nth-child(2) p:last-child {
  margin-bottom: 0px;
}
.my .brand .container .content_right {
  padding: 20px;
}
.my .brand .container .content_right ul li {
  margin-bottom: 20px;
}
.my .brand .container .content_right ul li img {
  width: 300px;
  height: 141px;
}
.my .layui-layer-photos {
  width: 1000px!important;
  height: 540px!important;
}
.my .layui-layer-photos .layui-layer-imgtit a {
  max-width: 100%;
  line-height: 25px;
  color: #fff;
  display: block;
  height: 100%;
}
.my .layui-layer-photos .layui-layer-imgbar,
.my .layui-layer-photos .layui-layer-imgtit a,
.my .layui-layer-photos .layui-layer-tab .layui-layer-title span,
.my .layui-layer-photos .layui-layer-title {
  text-overflow: ellipsis;
  white-space: wrap!important;
}
.ing {
  color: #a0a0a0!important;
}
.ed {
  color: #6d9f9d!important;
}
.will {
  color: #e60012!important;
}
.edit {
  color: #a0a0a0!important;
}
.edit_content_show_list_ table {
  margin-top: 40px;
}
.edit_content_show_list_ table tr td {
  margin-bottom: 20px;
  display: inline-block;
}
.edit_content_show_list_ table tr td:nth-child(1) {
  width: 120px;
  text-align: right;
  font-weight: bold;
}
.edit_content_show_list_ table tr td:nth-child(1) span {
  color: #f19149;
}
.edit_content_show_list_ table tr td:nth-child(2) {
  width: 560px;
  padding-left: 20px;
}
.edit_content_show_list_ table tr td:nth-child(2) input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
}
.edit_content_show_list_ table tr td:nth-child(2) p {
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  padding-left: 20px;
  float: left;
  width: 100%;
}
.edit_content_show_list_ table tr td:nth-child(2) p a {
  display: inline-block;
  float: right;
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: #f19149;
  text-align: center;
  color: #fff;
}
.edit_content_show_list_ table tr td:nth-child(2) #img_container {
  position: relative;
  margin-bottom: 10px;
  height: 100px;
}
.edit_content_show_list_ table tr td:nth-child(2) #img_container span {
  float: left;
  color: #a0a0a0;
  display: block;
  margin-left: 20px;
  margin-top: 40px;
}
.edit_content_show_list_ table tr td:nth-child(2) #img_container .addImg {
  border-radius: 15px;
  overflow: hidden;
  background: url(../img/addImg.png) no-repeat;
  width: 97px;
  height: 98px;
  display: inline-block;
  float: left;
  border: 1px solid #e5e5e5;
}
.edit_content_show_list_ table tr td:nth-child(2) #img_container .addImg input {
  height: 98px;
  width: 98px;
  opacity: 0!important;
  filter: alpha(opacity=0) !important;
  cursor: pointer;
  position: absolute;
}
.edit_content_show_list_ table tr td:nth-child(2) #img_container ._pic {
  position: absolute;
  top: 0px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.edit_content_show_list_ table tr td:nth-child(2) #img_container ._pic ._picclose {
  position: absolute;
  right: -1px;
  width: 30px;
  height: 30px;
  background: url('../img/close.png') no-repeat;
  background-size: contain;
  display: none;
}
.edit_content_show_list_ table .keyword td input {
  width: 30%!important;
  margin-right: 23px;
}
.edit_content_show_list_ table .keyword td input:nth-child(3) {
  margin-right: 0px;
}
.edit_content_show_list_ table .primary td:nth-child(1) {
  vertical-align: top;
}
.edit_content_show_list_ table .primary td:nth-child(2) {
  position: relative;
}
.edit_content_show_list_ table .primary td textarea {
  width: 100%!important;
  border: 1px solid #e5e5e5;
  padding: 15px;
  height: 317px;
  line-height: 20px;
}
.edit_content_show_list_ table .primary td .shop_show_num {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.edit_content_show_list_ figure {
  width: 300px;
  height: 240px;
  display: block;
  float: left;
  margin: 0px;
  margin-right: 30px;
}
.edit_content_show_list_ figure:nth-child(3n) {
  margin-right: 0px;
}
.edit_content_show_list_ figure img {
  width: 300px!important;
  height: 200px!important;
}
.edit_content_show_list_ figure figcaption p {
  height: 40px;
  line-height: 40px;
}
.fail {
  color: #f00!important;
  border: 1px solid #f00!important;
  background: #fff!important;
}
.recruit .menu {
  margin-bottom: 20px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.recruit .menu .menuBox {
  position: relative;
}
.recruit .menu .menuBox .left {
  width: 290px;
  background-color: #fff;
  border: 1px solid #0d35fa;
}
.recruit .menu .menuBox .left ul {
  max-height: 465px;
  overflow: auto;
}
.recruit .menu .menuBox .left ul::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 4px;
}
.recruit .menu .menuBox .left ul::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.recruit .menu .menuBox .left ul::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.recruit .menu .menuBox .left ul li {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.recruit .menu .menuBox .left ul li.active {
  background-color: #0d35fa;
  color: #fff;
}
.recruit .menu .menuBox .right {
  display: none;
  height: 465px;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 290px;
  z-index: 999;
  width: 710px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #333;
}
.recruit .menu .menuBox .right::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 4px;
}
.recruit .menu .menuBox .right::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.recruit .menu .menuBox .right::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.recruit .menu .menuBox .right article {
  display: none;
}
.recruit .menu .menuBox .right article dl dt {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  background-color: #0d35fa;
}
.recruit .menu .menuBox .right article dl dd {
  padding: 10px 0;
  line-height: 1.8;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.recruit .menu .menuBox .right article dl dd a {
  width: 20%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .menu .menuBox .right article dl i {
  padding: 10px;
  line-height: 1.8;
}
.recruit .menu .banner-box {
  width: 1%;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 10px;
}
.recruit .menu .banner-box .swiper-container {
  height: 100%;
}
.recruit .menu .banner-box .swiper-container .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
}
.recruit .menu .banner-box .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.recruit .info-list {
  padding: 0 20px;
  background-color: #fff;
}
.recruit .info-list .myTab {
  border-bottom: 1px solid #e5e5e5;
}
.recruit .info-list .myTab li a {
  width: 100px;
  margin: 0 auto;
  color: #292d30;
}
.recruit .info-list .myTab li.active a {
  color: #f19149;
  border-bottom: 2px solid #f19149;
}
.recruit .info-list .myTabContent {
  padding-bottom: 20px;
}
.recruit .info-list .myTabContent #a ul {
  padding-bottom: 20px;
}
.recruit .info-list .myTabContent #a ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.recruit .info-list .myTabContent #a ul li dl dd:nth-child(1) {
  width: 200px;
}
.recruit .info-list .myTabContent #a ul li dl dd:nth-child(2) {
  text-align: center;
  width: 150px;
}
.recruit .info-list .myTabContent #a ul li dl dd:nth-child(3) {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.recruit .info-list .myTabContent #a ul li dl dd:nth-child(4) {
  text-align: center;
  width: 120px;
}
.recruit .info-list .myTabContent #a ul li dl dd h3,
.recruit .info-list .myTabContent #a ul li dl dd h4 {
  color: #292d30;
  margin-bottom: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .info-list .myTabContent #a ul li dl dd p {
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .info-list .myTabContent #a ul li dl dd img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.recruit .info-list .myTabContent #a ul li dl dd a {
  width: 100px;
  padding: 10px 5px 10px 30px;
  display: block;
  color: #fff;
  border-radius: 8px;
  background: url(../img/star.png) no-repeat 5px center #f19149;
  text-align: right;
  padding-right: 10px;
  margin: 20px auto 0;
}
.recruit .info-list .myTabContent #a ul li dl dd a.sc {
  color: #f19149;
  background-color: #fff;
  border: 1px solid #f19149;
}
.recruit .info-list .myTabContent #a .more {
  text-align: center;
  padding: 10px;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
}
.recruit .info-list .myTabContent #a .more:hover {
  background: #0d35fa!important;
  color: #fff!important;
}
.recruit .info-list .myTabContent #b ul {
  margin-bottom: 20px;
}
.recruit .info-list .myTabContent #b ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.recruit .info-list .myTabContent #b ul li .thumbnail {
  width: 96px;
  height: 96px;
  margin-right: 20px;
}
.recruit .info-list .myTabContent #b ul li .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.recruit .info-list .myTabContent #b ul li .info h3 {
  color: #292d30;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit .info-list .myTabContent #b ul li p {
  color: #a0a0a0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .info-list .myTabContent #b .more {
  text-align: center;
  padding: 10px;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
}
.recruit .info-list .myTabContent #b .more:hover {
  background: #0d35fa!important;
  color: #fff!important;
}
.recruit .left-box {
  width: 650px;
  padding: 20px;
  background-color: #fff;
}
.recruit .left-box .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.recruit .left-box .title h3 {
  color: #f19149;
}
.recruit .left-box .title a {
  width: 100px;
  padding: 10px 5px 10px 30px;
  display: block;
  color: #fff;
  border-radius: 8px;
  background: url(../img/star.png) no-repeat 5px center #f19149;
  text-align: right;
  padding: 5px 10px 5px 30px;
}
.recruit .left-box dl {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.recruit .left-box dl dd {
  width: 50%;
  margin-bottom: 10px;
}
.recruit .left-box dl dd img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.recruit .left-box h3 {
  font-weight: bold;
  color: #292d30;
  margin-top: 10px;
}
.recruit .left-box h4 {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #313131;
  margin-top: 10px;
}
.recruit .left-box h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.recruit .left-box ul {
  padding: 10px 0 20px;
}
.recruit .left-box ul li p {
  line-height: 1.5;
}
.recruit .left-box .num-list li {
  list-style: decimal;
  margin-left: 18px;
}
.recruit .right-box {
  width: 340px;
  padding: 20px;
  background-color: #fff;
}
.recruit .right-box ul {
  padding-bottom: 20px;
}
.recruit .right-box ul:nth-child(1) {
  border-bottom: 1px solid #e5e5e5;
}
.recruit .right-box ul:nth-child(1) li img {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}
.recruit .right-box ul:nth-child(1) li h3 {
  text-align: center;
  font-weight: bold;
  color: #292d30;
  margin: 10px 0 25px;
}
.recruit .right-box ul:nth-child(2) li h3 {
  font-weight: bold;
  color: #292d30;
  margin: 10px 0;
}
.recruit .right-box ul:nth-child(2) li p {
  text-indent: 2.4rem;
  line-height: 1.8;
}
.recruit .right-box ul:nth-child(2) li .more {
  margin-top: 20px;
}
.recruit .detail {
  background-color: #fff;
  margin: 20px auto;
}
.recruit .detail .title {
  padding: 0 20px;
}
.recruit .detail .title img {
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 10px;
}
.recruit .detail .title h1 {
  margin-left: 20px;
  color: #292d30;
}
.recruit .detail .info {
  padding: 20px;
}
.recruit .detail .info .myTab {
  border-bottom: 1px solid #e5e5e5;
}
.recruit .detail .info .myTab li a {
  width: 150px;
  margin: 0 auto;
  color: #292d30;
}
.recruit .detail .info .myTab li.active a {
  color: #f19149;
  border-bottom: 2px solid #f19149;
}
.recruit .detail .info .myTabContent #a {
  padding: 20px 0;
}
.recruit .detail .info .myTabContent #a dl dt {
  width: 120px;
  margin-bottom: 20px;
  color: #a0a0a0;
}
.recruit .detail .info .myTabContent #a dl dd {
  width: 840px;
  margin-bottom: 20px;
}
.recruit .detail .info .myTabContent #c ul {
  padding-bottom: 20px;
}
.recruit .detail .info .myTabContent #c ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.recruit .detail .info .myTabContent #c ul li dl dd:nth-child(1) {
  width: 200px;
}
.recruit .detail .info .myTabContent #c ul li dl dd:nth-child(2) {
  text-align: center;
  width: 150px;
}
.recruit .detail .info .myTabContent #c ul li dl dd:nth-child(3) {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.recruit .detail .info .myTabContent #c ul li dl dd h3,
.recruit .detail .info .myTabContent #c ul li dl dd h4 {
  color: #292d30;
  margin-bottom: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .detail .info .myTabContent #c ul li dl dd p {
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .detail .info .myTabContent #c ul li dl dd a {
  width: 100px;
  padding: 10px 5px 10px 30px;
  display: block;
  color: #fff;
  border-radius: 8px;
  background: url(../img/star.png) no-repeat 5px center #f19149;
  text-align: right;
  padding: 5px 10px 5px 30px;
  margin-top: 20px;
}
.recruit .detail .info .myTabContent #c ul li dl dd a.sc {
  color: #f19149;
  background-color: #fff;
  border: 1px solid #f19149;
}
.recruit .job-list {
  background-color: #fff;
  margin: 20px auto;
  padding: 20px;
}
.recruit .job-list &gt; h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.recruit .job-list &gt; h4 span {
  color: #f19149;
}
.recruit .job-list .list {
  padding-bottom: 20px;
}
.recruit .job-list .list li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.recruit .job-list .list li dl dd:nth-child(1) {
  width: 200px;
}
.recruit .job-list .list li dl dd:nth-child(2) {
  text-align: center;
  width: 150px;
}
.recruit .job-list .list li dl dd:nth-child(3) {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.recruit .job-list .list li dl dd:nth-child(4) {
  text-align: center;
  width: 120px;
}
.recruit .job-list .list li dl dd h3,
.recruit .job-list .list li dl dd h4 {
  color: #292d30;
  margin-bottom: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .job-list .list li dl dd p {
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .job-list .list li dl dd img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.recruit .job-list .list li dl dd a {
  width: 100px;
  padding: 10px 5px 10px 30px;
  display: block;
  color: #fff;
  border-radius: 8px;
  background: url(../img/star.png) no-repeat 5px center #f19149;
  text-align: right;
  padding-right: 10px;
  margin: 20px auto 0;
}
.recruit .job-list .list li dl dd a.sc {
  color: #f19149;
  background-color: #fff;
  border: 1px solid #f19149;
}
.recruit .company-list {
  background-color: #fff;
  margin: 20px auto;
  padding: 20px;
}
.recruit .company-list &gt; h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.recruit .company-list &gt; h4 span {
  color: #f19149;
}
.recruit .company-list .list li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.recruit .company-list .list li .thumbnail {
  width: 96px;
  height: 96px;
  margin-right: 20px;
}
.recruit .company-list .list li .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.recruit .company-list .list li .info h3 {
  color: #292d30;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit .company-list .list li p {
  color: #a0a0a0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-page .left-box {
  width: 650px;
  padding: 20px;
  background-color: #fff;
}
.list-page .left-box ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.list-page .left-box ul li a {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.list-page .left-box ul li a img {
  display: block;
  width: 126px;
  height: 84px;
  margin-right: 20px;
}
.list-page .left-box ul li a article {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-page .left-box ul li a article h3 {
  font-weight: bold;
  color: #292d30;
}
.list-page .left-box ul li:nth-child(1) article p,
.list-page .left-box ul li:nth-child(2) article p,
.list-page .left-box ul li:nth-child(3) article p {
  color: #f19149;
}
.list-page .left-box .tag-list {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.list-page .left-box .tag-list li {
  border: none;
  width: 25%;
}
.list-page .left-box .tag-list li a {
  position: relative;
  display: block;
  text-align: center;
}
.list-page .left-box .tag-list li a img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}
.list-page .left-box .tag-list li a .hoverBox {
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 450px;
  height: 200px;
  padding: 20px;
  overflow: hidden;
}
.list-page .left-box .tag-list li a .hoverBox &gt; img {
  float: left!important;
  width: 160px;
  height: 160px;
  margin-right: 20px;
}
.list-page .left-box .tag-list li a .hoverBox &gt; div {
  float: right!important;
  width: 230px;
}
.list-page .left-box .tag-list li a .hoverBox &gt; div h3 {
  font-weight: bold;
  color: #292d30;
  margin-bottom: 10px;
  text-align: left;
}
.list-page .left-box .log-per li {
  font-weight: bold;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-page .left-box .log-per li a {
  color: #f19149;
}
.list-page .right-box {
  width: 340px;
  padding: 20px;
  background-color: #fff;
}
.list-page .right-box a {
  display: block;
  margin-bottom: 20px;
}
.list-page .right-box a img {
  display: block;
  width: 100%;
}
.list-page .imgList {
  padding: 20px;
  background-color: #fff;
}
.list-page .imgList ul li {
  width: 230px;
  margin-bottom: 20px;
  margin-right: 13px;
}
.list-page .imgList ul li:nth-child(4n) {
  margin-right: 0;
}
.list-page .imgList ul li a {
  display: block;
  width: 100%;
}
.list-page .imgList ul li a .img-box {
  position: relative;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.list-page .imgList ul li a .img-box span {
  position: absolute;
  display: block;
  bottom: 8px;
  right: 8px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.list-page .imgList ul li a .img-box img {
  width: 230px;
  height: 150px;
}
.list-page .imgList ul li a p {
  margin-top: 10px;
}
.list-page .imgList .x-between li {
  width: 49%;
  margin-right: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.list-page .imgList .x-between li .img-box {
  height: 200px;
}
.list-page .imgList .more:hover {
  background: #0d35fa;
  color: #fff;
}
.list-page .more:hover {
  background: #0d35fa;
  color: #fff;
}
.list-page .bigcafe h3 {
  width: 465px;
}
.list-page .bigcafe h3 span {
  float: right;
}
.list-page-detail .left-box {
  width: 650px;
  padding: 20px;
  background-color: #fff;
}
.list-page-detail .left-box article .key-word {
  color: #6d9f9d;
}
.list-page-detail .left-box article .key-word a {
  color: #6d9f9d;
  margin-left: 10px;
  text-decoration: underline;
}
.list-page-detail .left-box article h2 {
  font-weight: bold;
  color: #292d30;
  margin-bottom: 20px;
}
.list-page-detail .left-box article h4 {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 10px;
}
.list-page-detail .left-box article h4:last-of-type {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.list-page-detail .left-box article h4 a {
  color: #f19149;
}
.list-page-detail .left-box article p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.list-page-detail .left-box article img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.list-page-detail .left-box .comment section .share {
  margin: 20px 0;
}
.list-page-detail .left-box .comment section .share a {
  margin-right: 20px;
}
.list-page-detail .left-box .comment section .share + p {
  text-align: center;
}
.list-page-detail .left-box .comment section .share + p a {
  color: #f19149;
  text-decoration: underline;
}
.list-page-detail .left-box .comment section h3 {
  font-weight: bold;
  color: #292d30;
}
.list-page-detail .left-box .comment section h3 span {
  color: #f19149;
}
.list-page-detail .left-box .comment section .write {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.list-page-detail .left-box .comment section .write img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}
.list-page-detail .left-box .comment section .write input {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
}
.list-page-detail .left-box .comment section .write a {
  text-align: center;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #f19149;
}
.list-page-detail .left-box .comment .comment-list li {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.list-page-detail .left-box .comment .comment-list li &gt; img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
.list-page-detail .left-box .comment .comment-list li &gt; article h4 {
  border: none;
}
.list-page-detail .left-box .comment .comment-list li &gt; article h4 span {
  color: #6d9f9d;
}
.list-page-detail .left-box .img-info {
  border: 1px solid #e5e5e5;
}
.list-page-detail .left-box .img-info .swiper-container {
  width: 640px;
  height: 640px;
}
.list-page-detail .left-box .img-info .swiper-container .swiper-wrapper {
  height: 100%!important;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.list-page-detail .left-box .img-info .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.list-page-detail .left-box .img-info .info {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 1%;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 20px;
  border-left: 1px solid #e5e5e5;
}
.list-page-detail .left-box .img-info .info h2 {
  font-weight: bold;
  color: #292d30;
  margin-bottom: 20px;
}
.list-page-detail .left-box .img-info .info &gt; p {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 1%;
}
.list-page-detail .left-box .img-info .info &gt; p span {
  margin: 0 10px;
}
.list-page-detail .left-box .img-info .info &gt; p span:nth-child(1) {
  font-size: 1.8rem;
  color: #f19149;
  margin-left: 0;
}
.list-page-detail .left-box .img-info .info .writer p {
  color: #a0a0a0;
}
.list-page-detail .left-box .img-info .info .writer a {
  display: block;
  margin-top: 10px;
  color: #f19149;
  text-decoration: underline;
}
.list-page-detail .left-box .info {
  border-bottom: 1px solid #e5e5e5;
}
.list-page-detail .left-box .info &gt; img {
  width: 130px;
  height: 130px;
  margin-right: 20px;
}
.list-page-detail .left-box .info &gt; div h1 {
  font-weight: bold;
  color: #292d30;
  margin-bottom: 10px;
}
.list-page-detail .left-box .info &gt; div p {
  margin-bottom: 10px;
}
.list-page-detail .left-box .personInfo {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.list-page-detail .left-box .personInfo li {
  width: 45%;
  margin: 10px 0;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-page-detail .left-box .personNews li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-page-detail .left-box .personNews li:first-child,
.list-page-detail .left-box .personNews li:last-child {
  border: none;
}
.list-page-detail .left-box .personNews li h3 {
  font-weight: bold;
  color: #292d30;
}
.list-page-detail .right-box {
  width: 340px;
  padding: 20px;
  background-color: #fff;
}
.list-page-detail .right-box a {
  display: block;
  margin-bottom: 20px;
}
.list-page-detail .right-box a img {
  display: block;
  width: 100%;
}
.list-page-detail .right-box .side-btn {
  width: 100%;
  color: #0d35fa;
  padding: 10px 20px;
}
.list-page-detail .buttons:hover {
  background: #0d35fa!important;
  color: #fff;
}
.list-page-detail2 .topImg {
  background-color: #fff;
  padding: 20px;
}
.list-page-detail2 .topImg img {
  display: block;
  width: 100%;
}
.list-page-detail2 .swiper-box {
  padding: 20px;
  background-color: #f6f6f6;
}
.list-page-detail2 .swiper-box .swiper1 {
  width: 100%;
  height: 240px;
}
.list-page-detail2 .swiper-box .swiper1 .swiper-slide {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.list-page-detail2 .swiper-box .swiper1 .swiper-slide &gt; img {
  width: 300px;
  margin-right: 20px;
}
.list-page-detail2 .swiper-box .swiper1 .swiper-slide article h3 {
  font-weight: bold;
  color: #292d30;
  margin-bottom: 20px;
}
.list-page-detail2 .swiper-box .swiper1 .swiper-slide article p {
  color: #a0a0a0;
  margin-bottom: 20px;
}
.list-page-detail2 .swiper-box .swiper1 .swiper-slide article a {
  color: #f19149;
  text-decoration: underline;
}
.list-page-detail2 .swiper-box .swiper2 {
  padding-bottom: 30px;
}
.list-page-detail2 .swiper-box .swiper2 .swiper-slide {
  padding: 10px;
}
.list-page-detail2 .swiper-box .swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 147px;
  margin-bottom: 10px;
}
.list-page-detail2 .swiper-box h2 {
  text-align: center;
  font-weight: bold;
  color: #292d30;
  margin-bottom: 10px;
}
.list-page-detail2 .news1 {
  padding: 20px;
  background-color: #fff;
}
.list-page-detail2 .news1 li {
  width: 48%;
  margin-bottom: 20px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.list-page-detail2 .news1 li img {
  width: 157px;
  height: 157px;
  margin-right: 20px;
}
.list-page-detail2 .news1 li div h3 {
  font-weight: bold;
  color: #292d30;
  margin-bottom: 10px;
}
.list-page-detail2 .news1 li div p {
  color: #a0a0a0;
}
.list-page-detail2 .logistics {
  padding: 20px;
  background-color: #fff;
}
.list-page-detail2 .logistics h2 {
  text-align: center;
  font-weight: bold;
  color: #292d30;
  margin-bottom: 10px;
}
.list-page-detail2 .logistics ul li {
  width: 49%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.list-page-detail2 .img-show {
  padding: 20px;
  background-color: #fff;
}
.list-page-detail2 .img-show h2 {
  text-align: center;
  font-weight: bold;
  color: #292d30;
  margin-bottom: 10px;
}
.list-page-detail2 .img-show .swiper3 .swiper-slide {
  text-align: center;
  max-width: 100%;
}
.layer-rss .rss-content {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.layer-rss .rss-content ul {
  width: 100%;
}
.layer-rss .rss-content ul li {
  line-height: 40px;
}
.layer-rss .rss-content ul li:nth-child(1) {
  width: 70px;
}
.layer-rss .rss-content ul li:nth-child(2) {
  width: 1%;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex-group: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.layer-rss .rss-content ul li input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
}
.layer-rss .layui-layer-btn0 {
  width: 100px;
  height: 35px;
  line-height: 35px;
  margin-right: 50px;
  background-color: #0d35fa !important;
}
.layer-rss .layui-layer-btn1 {
  width: 100px;
  height: 35px;
  line-height: 35px;
  color: #0d35fa;
  border-color: #0d35fa !important;
  background-color: #fff;
}
.rss-content {
  display: none;
}
.online_talking_item {
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.online_talking_item li {
  float: left;
  width: 790px;
}
.online_talking_item li:nth-child(1) {
  width: 160px;
  height: 120px;
  margin-right: 10px;
}
.online_talking_item li:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.online_talking_item li:nth-child(5) {
  width: 130px;
  height: 50px;
  position: absolute;
  right: 0px;
}
.online_talking_item li:nth-child(5) button {
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #f19149;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  float: right;
  background: url('../img/6åœ¨çº¿ç&nbsp;”è®¨ä¼š1_03.png') no-repeat 5px 5px #f19149;
  text-indent: 20px;
}
.online_talking_item li:nth-child(5) button img {
  vertical-align: middle;
  margin-right: 2px;
}
.online_talking_item li:nth-child(5) span {
  color: #f19149;
  margin-top: 5px;
  display: block;
  margin-left: 4px;
  float: right;
}
.online_talking_item li h2 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  width: 650px;
}
.online_talking_item li time {
  color: #a0a0a0;
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
}
.shadow_box1 .layui-layer-content img {
  width: 150px!important;
  height: 100px!important;
}
.shadow_box1 .layui-layer-content ._pic {
  border-radius: 0px!important;
}
.shadow_box1 .layui-layer-btn .layui-layer-btn0,
.shadow_box1 .layui-layer-btn .layui-layer-btn1 {
  width: 110px!important;
  height: 40px!important;
  line-height: 40px;
  text-align: center;
}
.shadow_box1 .layui-layer-btn .layui-layer-btn0 {
  margin-right: 80px;
}
.shadow_box .layui-layer-content img {
  width: 150px!important;
  height: 100px!important;
}
.shadow_box .layui-layer-content ._pic {
  border-radius: 0px!important;
}
.shadow_box .layui-layer-btn .layui-layer-btn0,
.shadow_box .layui-layer-btn .layui-layer-btn1 {
  width: 110px!important;
  height: 40px!important;
  line-height: 40px;
  text-align: center;
}
.shadow_box .layui-layer-btn .layui-layer-btn0 {
  margin-right: 80px;
}
em {
  font-style: normal;
}
.long_pic .addImg {
  width: 115px!important;
  height: 85px!important;
  background: url('../img/3æˆ‘çš„12_11.png') !important;
  background-size: contain!important;
  border-radius: 0px!important;
}
.long_pic .addImg input {
  width: 110px!important;
  height: 40px!important;
}
.long_pic ._pic {
  border-radius: 0px!important;
  width: 115px!important;
  height: 85px!important;
}
.long_pic ._pic img {
  width: 100%;
}
.long_pic span {
  margin-left: 20px!important;
  margin-top: 35px!important;
}
#gotop {
  margin-top: -60px;
  margin-left: 1050px;
  cursor: pointer;
  display: none;
}
#photoName-error,
#solutionName-error {
  color: indianred;
  margin-top: 10px;
  display: block;
}
.big_pic .addImg {
  width: 150px!important;
  height: 100px!important;
}
.big_pic .addImg input {
  width: 110px!important;
  height: 40px!important;
  right: 0px;
  bottom: -50px;
}
.big_pic .addImg label {
  color: indianred;
  position: absolute;
  bottom: -80px;
}
.big_pic ._pic {
  border-radius: 0px!important;
}
.big_pic ._pic img {
  width: 150px!important;
  height: 100px!important;
}
.upload_jy {
  position: relative;
}
.upload_jy input {
  position: absolute;
  width: 110px!important;
  height: 40px!important;
  opacity: 0;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.upload_jy label {
  top: 0px!important;
  right: -180px;
}
.load_more_m {
  width: 100%!important;
  background: #f2f2f2!important;
  display: block!important;
  height: 40px!important;
  line-height: 40px!important;
  cursor: pointer;
}
.load_more_m:hover {
  background: #0d35fa!important;
  color: #fff;
}
i {
  font-style: normal;
}
.dataTime .prettydropdown {
  width: 31%!important;
  margin-right: 15px;
}
.dataTime .prettydropdown:nth-child(3) {
  margin-right: 0px;
}
.dataTime select {
  width: 100%;
}
.area .prettydropdown {
  width: 48%!important;
  margin-right: 17px;
}
.area .prettydropdown:last-child {
  margin-right: 0px!important;
}
#prettydropdown-sel1 ul {
  max-height: 250px!important;
  overflow: auto;
  max-height: 40px;
}
.timeSelect {
  height: 250px!important;
  overflow: auto;
  max-height: 40px;
}
#prettydropdown-sheng ul {
  max-height: 200px!important;
}
#prettydropdown-shi ul {
  max-height: 200px!important;
}
#prettydropdown-industryCategoryId1 ul {
  max-height: 200px!important;
}
#prettydropdown-industryCategoryId2 ul {
  max-height: 200px!important;
}
#prettydropdown-industryCategoryId3 ul {
  max-height: 200px!important;
}
#prettydropdown-industryCategoryId4 ul {
  max-height: 200px!important;
}
.industryCategoryId .prettydropdown {
  width: 48%!important;
}
.industryCategoryId .prettydropdown:nth-child(2n+1) {
  margin-right: 17px;
}
.industryCategoryId .prettydropdown:nth-child(1) {
  margin-bottom: 15px;
}
.layui-layer-content {
  color: #ffffff;
}
.padding {
  border: 1px solid #0d35fa!important;
}
.disabledButton {
  background: #a6c1e5!important;
}
.selfMedia {
  width: 300px;
  height: 40px;
  display: block;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #535353;
  background: #f2f2f2;
  border-radius: 5px;
}
.selfMedia:hover {
  background: #fff;
  color: #0d35fa;
  border: 1px solid #0d35fa;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.layui-layer-phimg img {
  width: 680px!important;
  height: 580px;
}
.layer-anim .layui-layer-content {
  color: #000000!important;
}
.jjmore:hover {
  color: #fff;
  background: #0d35fa;
}
.layui-layer-msg .layui-layer-content {
  color: #fff!important;
}
</pre></body></html>