* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei, sans-serif, 'Arial', 'Source Han Sans CN-rPingFangSC-Regular', PingFangSC-Regular, PingFang SC,
    'Microsoft YaHei', 'PingFang SC', sans-serif;
}
html,
body {
  font-size: 14px;
  color: #333333;
  background: #fff;
}
body {
  min-width: 1220px;
  /* overflow-x: hidden; */
}
a {
  text-decoration: none;
  color: #333333;
}
img {
  object-fit: contain;
}
/* 头像用这个 */
.object-cover {
  object-fit: cover;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
textarea {
  resize: vertical;
  max-height: 200px;
}
i {
  font-style: normal;
}
.color-c {
  color: #ccc;
}
.color-3 {
  color: #333;
}
.color-9 {
  color: #999;
}
.color-red {
  color: #fd0202;
}
.color-blue {
  color: #0679ff;
}
.color-orange {
  color: #ff9b05;
}
.hide {
  display: none !important;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.d-inline-block {
  display: inline-block;
}
.d-inline-flex {
  display: inline-flex;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/* == clearfix == */
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.clearfix2 {
  clear: both;
  content: '';
  *zoom: 1;
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
ul,
li,
ol {
  list-style: none;
}
input[type='button'] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type='file'] {
  cursor: pointer;
  -webkit-appearance: none;
}
button {
  cursor: pointer;
  -webkit-appearance: none;
}
button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
input {
  border: none;
  outline: none;
  background: none;
}
.pointer {
  cursor: pointer;
}
.text-center,
.text-c {
  text-align: center;
}
.text-r,
.text-right {
  text-align: right;
}
em {
  font-style: normal;
  font-weight: normal;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.color-blue {
  color: #168aff;
}
.color-orange {
  color: #ff9b05;
}
.color-red {
  color: #fd0202;
}
.w-1410 {
  max-width: 1410px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  font-size: inherit;
}
.underline,
.underline-hover:hover {
  text-decoration: underline;
}

.m-l-20 {
  margin-left: 20px;
}

.line-h-30 {
  line-height: 30px;
}

/* 预览富文本 */
.view-rich-text {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.view-rich-text img {
  max-width: 100% !important;
}

/* 多行文本展示 */
.white-pre {
  white-space: pre;
}
.white-pre-line {
  white-space: pre-line;
}
/* 建议用这个 */
.white-pre-wrap {
  white-space: pre-wrap;
}

/* 分页 */
.pagination-wrapper {
  display: flex;
  justify-content: center;
}
.pagination-wrapper .layui-laypage a:hover {
  color: #168aff;
}
.pagination-wrapper .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #168aff;
}
.pagination-wrapper .layui-laypage .layui-laypage-prev,
.pagination-wrapper .layui-laypage .layui-laypage-next,
.pagination-wrapper .layui-laypage .layui-laypage-curr,
.pagination-wrapper .layui-laypage .layui-laypage-spr,
.pagination-wrapper .layui-laypage a[data-page] {
  margin-right: 5px;
}
.pagination-wrapper .layui-laypage * {
  margin-bottom: 0;
}
.pagination-wrapper .layui-laypage .layui-laypage-btn {
  font-size: 0;
}
.pagination-wrapper .layui-laypage .layui-laypage-btn::after {
  content: '前往';
  font-size: 12px;
}
.pagination-wrapper .layui-laypage .layui-laypage-btn:hover {
  color: #168aff;
  border-color: #168aff;
}
.pagination-wrapper .layui-laypage input:focus {
  border-color: #168aff !important;
}
.pagination-wrapper .layui-laypage-skip {
  height: 24px;
  display: inline-flex;
  align-items: center;
}
.pagination-wrapper .layui-laypage-skip input,
.pagination-wrapper .layui-laypage-skip button {
  height: 100%;
}
.pagination-wrapper .layui-laypage-skip button {
  line-height: 1;
}

/* layui 分页上下边距 */
.layui-laypage {
  margin-top: 0;
  margin-bottom: 0;
}

/* 文字溢出省略号点点点 ... */
.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-none {
  -webkit-line-clamp: inherit;
}

/* 饿了么对话框 */
.my-el-dialog {
  border-radius: 10px;
}
.my-el-dialog .el-dialog__header {
  font-size: 16px;
  color: #1a1a1a;
}
.my-el-dialog .el-dialog__headerbtn {
  font-size: 18px;
}
.my-el-dialog .el-dialog__close {
  color: #666;
}
.my-el-dialog .el-dialog__body {
  text-align: left;
  color: #333;
}
.my-el-dialog .el-dialog__footer .confirm,
.my-el-dialog .el-dialog__footer .gray {
  display: inline-block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
.my-el-dialog .el-dialog__footer .confirm {
  background: #168aff;
  color: #fff;
}
.my-el-dialog .el-dialog__footer .confirm.plain {
  color: #168aff;
  border: 1px solid;
  background: transparent;
}
.my-el-dialog .el-dialog__footer .gray {
  background: #ebebeb;
  color: #666;
}
.my-el-dialog .el-dialog__footer .big {
  display: inline-block;
  width: 360px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  font-size: 16px;
  background: #168aff;
  color: #fff;
}

/* 对话框 */
.my-popup-hide {
  display: none;
}
.my-popup-show {
  display: block;
}
.my-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  overflow-y: auto;
}
.my-popup-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 30px 0;
  /* 默认宽度 */
  width: 440px;
}
.my-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('/pcassets/images/close1.png') no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.my-popup-title {
  font-size: 16px;
  text-align: center;
  color: #1a1a1a;
  padding-bottom: 30px;
}
.my-popup-footer {
  padding-top: 30px;
  text-align: center;
}
.my-popup-button + .my-popup-button {
  margin-left: 20px;
}
.my-popup-button {
  display: inline-block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #168aff;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
.my-popup-button.outline {
  width: 120px;
  height: 32px;
  background: transparent;
  border-radius: 4px;
  font-size: 14px;
  color: #168aff;
  border: 1px solid;
}
.my-popup-button.gray {
  width: 120px;
  height: 32px;
  background: #ebebeb;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}
.my-popup-button.big {
  width: 360px;
  height: 48px;
  background: #168aff;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}

.login-main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.login-header {
  background: #fff;
  padding: 14px 60px;
  border-bottom: 1px solid #e0e0e0;
}
.login-header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-header .logo img {
  display: block;
  height: 60px;
}
.login-header .header-fr {
  display: flex;
  align-items: center;
}
.login-header .header-tel {
  margin-right: 60px;
  height: 48px;
  background: url('../images/tel.png') no-repeat 0px center;
  background-size: 48px 48px;
  padding-left: 68px;
  font-size: 18px;
  line-height: 1;
}
.login-header .header-tel .t {
  font-size: 18px;
}
.login-header .header-tel .c {
  color: #fd0202;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.login-header .header-wx {
  margin-left: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.login-header .header-wx img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 5px auto;
}
.login-container {
  background: linear-gradient(90deg, #168aff 0%, #71b8ff 0%, rgba(207, 231, 255, 0.5) 100%);
  padding: 100px 60px;
  min-height: calc(100vh - 450px);
}
.public-copyright {
  background: #292a33;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}
.public-copyright a {
  color: inherit;
}
.public-copyright a:hover {
  text-decoration: underline;
}
.login-container .login-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.login-container .login-fl {
  display: block;
  width: 600px;
}
.login-container .login-fl img {
  display: block;
  width: 100%;
}
.login-container .login-fr {
  width: 440px;
}
.login-tit {
  height: 56px;
  background: #fafafa;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  line-height: 56px;
  font-size: 18px;
  color: #168aff;
  font-weight: bold;
  text-align: center;
}
.login-box {
  border-radius: 10px;
  background: #fff;
}
.login-con {
  padding: 40px;
}
.login-ul li {
  margin: 20px 0px;
}
.login-ul .login-input {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  transition: all 360ms;
  position: relative;
}
.login-ul .login-input:hover {
  border: 1px solid rgba(22, 138, 255, 0.5);
}
.login-ul .login-input.v-code .get-code {
  color: #ff9b05;
}
.login-ul .login-input.v-code .re-get {
  color: #999;
}
.login-ul .reg-upload {
  background: #f7f7f7;
  padding: 10px;
}
.login-ul .reg-upload .label {
  display: flex;
  align-items: center;
}
.login-ul .input {
  flex: 1;
  font-size: 12px;
}
.login-ul .input::placeholder {
  color: #999;
}
.login-ul li .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.login-ul li .eye {
  width: 20px;
  height: 20px;
  background: url('../images/eye1.png') no-repeat center;
  background-size: 18px;
  cursor: pointer;
}
.login-ul li .eye.open {
  background: url('../images/eye2.png') no-repeat center;
  background-size: 18px;
}
.login-btn {
  height: 48px;
  background: #168aff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 40px 0 20px 0;
}
.login-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
  color: #666;
}
.login-other a:hover {
  text-decoration: underline;
}
.login-other .forget-a {
  color: #666;
}
.login-check {
  display: flex;
  margin-top: 40px;
  font-size: 12px;
  color: #666;
  line-height: 1;
  align-items: center;
}
.login-check .check {
  position: relative;
  margin-right: 5px;
}
.login-check .check .in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.login-check .check .s {
  display: block;
  width: 14px;
  height: 14px;
  background: url('../images/radio1.png') no-repeat center;
  background-size: 14px;
}
.login-check .check .in:checked + .s {
  background: url('../images/radio2.png') no-repeat center;
  background-size: 14px;
}
.login-box .error-tip {
  position: absolute;
  font-size: 12px;
  color: #fd0202;
  margin-top: -10px;
}

.password-container {
  padding: 0px 60px;
}
.password-content {
}
.inner-position {
  font-size: 12px;
  line-height: 1;
  color: #666;
  padding: 20px 0px;
}
.inner-position .a {
  color: #666;
}
.inner-position .s {
  color: #4a7ffe;
}
.password-box {
  background: #ffffff;
  margin: 50px auto;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  width: 720px;
}
.password-box .password {
  padding: 40px;
  position: relative;
}
.password-box .ver-btn {
  color: #ff9b05;
  white-space: nowrap;
  font-size: 12px;
}
.password-box .pass-tit {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #1a1a1a;
}
.password-box .pass-ul li {
  margin: 20px 0px;
}
.password-box .li-label {
  font-size: 14px;
  line-height: 1;
}
.password-box .li-input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  transition: all 360ms;
}
.password-box .li-input .input {
  height: 38px;
  flex: 1;
  font-size: 12px;
}
.password-box .li-input .input::placeholder {
  color: #999;
}
.password-box .ver-btn {
  color: #ff9b05;
  font-size: 12px;
  white-space: nowrap;
}
.password-box .li-input.v-code .get-code {
  color: #ff9b05;
}
.password-box .li-input.v-code .re-get {
  color: #999;
}
.password-box .li-input:hover {
  border: 1px solid rgba(22, 138, 255, 0.5);
}
.password-box .error-tip {
  position: absolute;
  font-size: 12px;
  color: #fd0202;
  margin-top: -10px;
}
.password-btn {
  width: 180px;
  display: block;
  height: 48px;
  background: #168aff;
  border-radius: 4px;
  margin: 40px auto 0 auto;
  font-size: 18px;
  color: #fff;
}
.register-tab {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 20px 0;
}
.register-tab .li {
  flex: 1;
  text-align: center;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
.register-tab .li .icon {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.register-tab .li .h {
  display: none;
}
.register-tab .li.active {
  color: #4a7ffe;
}
.register-tab .li.active .d {
  display: none;
}
.register-tab .li.active .h {
  display: block;
}
.login-con.reg {
  padding-top: 0;
}
.login-jump {
  color: #168aff;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.login-upload {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
.login-upload .image-wrapper {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.login-upload .image-wrapper .image {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.login-upload .image-wrapper .icon-delete {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #eee url('../images/close1.png') no-repeat center/70%;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 200ms;
}
.login-upload .image-wrapper .icon-delete:hover {
  opacity: 1;
}
.login-upload .image-wrapper .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.login-upload .upload-label {
  width: 80px;
  height: 80px;
  background: url('../images/upload1.png') no-repeat center;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  /* 修复 IE10 中不显示的问题 */
  display: block;
}
.login-upload .upload-label:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
}

.main-header {
  background: #fff;
  padding: 20px 60px;
  border-top: 4px solid #168aff;
  border-bottom: 1px solid #e0e0e0;
}
.main-header.inner-header {
  border-bottom: 1px solid rgba(224, 224, 224, 0.92);
}
.main-header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main-header .logo img {
  display: block;
  height: 60px;
  max-width: 200px;
}
.main-header .non-login {
  background: url('../images/person0.png') no-repeat 0px center;
  font-size: 16px;
  padding-left: 30px;
  line-height: 30px;
}
.main-header .non-login .non-a:hover {
  color: #168aff;
}
.main-header .header-message {
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  background: url('../images/message.png');
  margin: 0 40px;
}
.main-header .header-message .i {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fd0202;
  position: absolute;
  right: -2px;
  top: -2px;
  display: block;
}
.header-nav {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 40px;
}
.header-nav li {
  flex: 1;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.header-nav li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  padding: 10px 0;
  transition: all 360ms;
  position: relative;
}
.header-nav li:hover a {
  color: #168aff;
}
.header-nav li.active a {
  border-color: #168aff;
  color: #168aff;
  font-weight: bold;
}
.header-nav li.active a:after {
  width: 24px;
  background: #168aff;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 0;
  display: block;
  content: '';
}
.header-nav li:hover a.cart-a {
  border-color: #fff;
}
.header-nav li a.cart-a .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url('../images/cart1.png') no-repeat center;
  position: relative;
}
.header-nav li a.cart-a .icon.on:after {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  display: block;
  content: '';
  background: #fd0202;
}
.header-nav li:hover a.cart-a {
  border-color: #fff;
}
.header-nav li.active a.cart-a:after {
  margin-left: -24px;
}
.header-search {
  background: #f5f5f5 url('../images/search1.png') no-repeat 20px center;
  border-radius: 20px;
  width: 275px;
  display: flex;
  align-items: center;
}
.header-search .input {
  margin-left: 40px;
  flex: 1;
  height: 40px;
  font-size: 12px;
}
.header-search .input::placeholder {
  color: #999;
}
.header-search .search-btn {
  width: 80px;
  height: 40px;
  background: #168aff;
  border-radius: 20px;
  color: #fff;
  margin-left: 5px;
  min-width: 80px;
}
.main-header .logged {
  position: relative;
}
.main-header .logged .user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  cursor: pointer;
}
.main-header .logged:hover .person-down {
  display: block;
}
.main-header .person-down {
  width: 120px;
  position: absolute;
  z-index: 11;
  right: 0;
  padding-top: 8px;
  display: none;
}
.main-header .person-down::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 18px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.main-header .person-down::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 18px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: rotate(45deg);
}
.main-header .person-down .down-pos {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
.main-header .person-down .li {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  font-size: 12px;
}
.main-header .person-down .li + .li {
  border-top: 1px solid #ebebeb;
}
.main-header .person-down .i {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner a {
  display: block;
}
.index-banner a img {
  display: block;
  width: 100%;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  top: 50%;
  margin-top: -24px;
}
.index-banner .swiper-button-next:after {
  display: none;
}
.index-banner .swiper-button-prev:after {
  display: none;
}
.index-banner .swiper-button-next {
  background: url('../images/next1.png') no-repeat center;
  right: 0;
}
.index-banner .swiper-button-prev {
  background: url('../images/prev1.png') no-repeat center;
  left: 0;
}

/* 子模块首页轮播图 */
.sub-index-banner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sub-index-banner a {
  height: 100%;
}
.sub-index-banner a img {
  width: 100%;
  height: 100%;
}
.sub-index-banner .swiper-button-next,
.sub-index-banner .swiper-button-prev {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  top: 50%;
  margin-top: -24px;
}
.sub-index-banner .swiper-button-next:after {
  display: none;
}
.sub-index-banner .swiper-button-prev:after {
  display: none;
}
.sub-index-banner .swiper-button-next {
  background: url('/pcassets/images/next1.png') no-repeat center;
  right: 0;
}
.sub-index-banner .swiper-button-prev {
  background: url('/pcassets/images/prev1.png') no-repeat center;
  left: 0;
}

.index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  padding: 10px 0px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.index-title .t {
  font-size: 24px;
  color: #1a1a1a;
}
.index-title .more {
  font-size: 14px;
  background: url('../images/more1.png') no-repeat right center;
  padding-right: 18px;
}
.index-title .more:hover {
  color: #007aff;
}
.index-title:after {
  width: 100px;
  height: 2px;
  background: #168aff;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  content: '';
  border-radius: 2px;
}
.index-container {
  padding: 1px 60px;
}
.mar30 {
  margin: 30px auto;
}
.index-one .one-content {
  margin: 10px -15px 0 -15px;
  display: flex;
}
.index-one .one-box {
  width: calc(50% - 30px);
  margin: 0 15px;
}
.index-one-ul-y li {
  margin: 20px 0px;
}
.index-one-ul-y li a {
  display: flex;
  align-items: center;
}
.index-one-ul-y li .img {
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.index-one-ul-y li .img img {
  display: block;
  width: 200px;
  height: 150px;
  /* background: #d9d9d9; */
  border-radius: 4px;
  min-width: 200px;
  transition: all 300ms;
}
.index-one-ul-y li .li-txt {
  flex: 1;
  overflow: hidden;
  /* line-height: 1; */
}
.index-one-ul-y li .li-t {
  font-size: 16px;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-one-ul-y li .li-c {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 12px 0px;
}
.index-one-ul-y li .li-d {
  display: flex;
  align-items: center;
  margin: 12px 0 20px 0;
}
.index-one-ul-y li .li-p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-one-ul-y li .price {
  font-size: 16px;
  color: #fd0202;
}
.index-one-ul-y li .num {
  font-size: 12px;
  color: #666;
}
.index-one-ul-y li .tag {
  border: 1px solid #ff9b05;
  line-height: 16px;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 4px;
  color: #ff9b05;
  white-space: nowrap;
}
.index-one-ul-y li .tag + .tag {
  margin-left: 5px;
}
.index-one-ul-y li .label {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  padding: 0 4px;
  border-radius: 8px 0px 4px 0px;
  font-size: 12px;
}
.index-one-ul-y li .dl {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.index-one-ul-y li .dt {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 5px;
}
.index-one-ul-y li .dd {
  font-size: 12px;
}
.index-one-ul-x {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px;
}
.index-one-ul-x li {
  width: calc(50% - 20px);
  margin: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: all 300ms;
}
.index-one-ul-x li a {
  display: block;
}
.index-one-ul-x li .img {
  overflow: hidden;
}
.index-one-ul-x li img {
  display: block;
  width: 100%;
  transition: all 300ms;
}
.index-one-ul-x li .li-t {
  margin: 10px;
  /* line-height: 1; */
  font-size: 16px;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-one-ul-x li .price {
  font-size: 16px;
  color: #fd0202;
  line-height: 1;
  margin: 12px 10px;
}
.index-one-ul-x li:hover {
  box-shadow: 0px 0px 4px 0px rgba(22, 138, 255, 0.6);
}
.index-one-ul-x li:hover img {
  transform: scale(1.1);
}
.index-one-ul-y li:hover .img img {
  transform: scale(1.1);
}

.index-zj-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 19px -11px 0 -11px;
}
.index-zj-ul li {
  width: calc(25% - 22px);
  margin: 11px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  transition: all 300ms;
}
.index-zj-ul li .li-con {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}
.index-zj-ul li .img img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  /* background: #d9d9d9; */
  border-radius: 4px;
}
.index-zj-ul li .li-t {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 20px 0 10px 0;
}
.index-zj-ul li .li-t .name {
  font-size: 16px;
  color: #1a1a1a;
  margin-right: 10px;
}
.index-zj-ul li .li-c {
  /* line-height: 1; */
  margin: 10px 0px;
  text-align: center;
}
.index-zj-ul li .li-d {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 10px 0px;
}
.index-zj-ul li .li-a {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  overflow: hidden;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-zj-ul li .tag {
  background: #ff9b05;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 4px;
}
.index-zj-ul li .btn {
  transition: all 300ms;
  width: 90%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #168aff;
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #168aff;
}
.index-zj-ul li:hover {
  box-shadow: 0px 0px 4px 0px rgba(22, 138, 255, 0.6);
}
.index-zj-ul li .btn:hover {
  background: #168aff;
  color: #fff;
}

.index-zj-ul-li {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  transition: all 300ms;
}
.index-zj-ul-li .li-con {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}
.index-zj-ul-li .img img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  /* background: #d9d9d9; */
  border-radius: 4px;
}
.index-zj-ul-li .li-t {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 20px 0 10px 0;
}
.index-zj-ul-li .li-t .name {
  font-size: 16px;
  color: #1a1a1a;
  margin-right: 10px;
}
.index-zj-ul-li .li-c {
  /* line-height: 1; */
  margin: 10px 0px;
  text-align: center;
}
.index-zj-ul-li .li-d {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 10px 0px;
}
.index-zj-ul-li .li-a {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  overflow: hidden;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-zj-ul-li .tag {
  background: #ff9b05;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 4px;
}
.index-zj-ul-li .btn {
  transition: all 300ms;
  width: 90%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #168aff;
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #168aff;
}
.index-zj-ul-li:hover {
  box-shadow: 0px 0px 4px 0px rgba(22, 138, 255, 0.6);
}
.index-zj-ul-li .btn:hover {
  background: #168aff;
  color: #fff;
}

.index-three {
  display: flex;
  margin: 0 -20px;
}
.index-three .three-box {
  margin: 0 20px;
  width: calc(50% - 40px);
}
.index-talent-ul {
  margin-top: 30px;
}
.index-talent-ul li {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px;
  margin: 20px 0px;
  background: #fff;
  transition: all 300ms;
}
.index-talent-ul li a {
  display: block;
}
.index-talent-ul li .li-t {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-talent-ul li .li-t .t {
  font-size: 18px;
  color: #1a1a1a;
}
.index-talent-ul li .price {
  color: #fd0202;
  font-size: 18px;
}
.index-talent-ul li .li-c {
  line-height: 1;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 12px 0px;
}
.index-talent-ul li .li-d {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-talent-ul li .dl {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 1;
}
.index-talent-ul li .dl dt img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  min-width: 36px;
  margin-right: 10px;
}
.index-talent-ul li .date {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.index-talent-ul li .dd-t {
  display: flex;
  align-items: center;
}
.index-talent-ul li .dd-t .t {
  font-size: 14px;
}
.index-talent-ul li .tag {
  border: 1px solid #ff9b05;
  font-size: 12px;
  color: #ff9b05;
  border-radius: 2px;
  margin-left: 10px;
  padding: 2px 4px;
  font-size: 12px;
}
.index-talent-ul li .dd-c {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}
.index-talent-ul li:hover {
  box-shadow: 0px 0px 4px 0px rgba(22, 138, 255, 0.6);
}
.index-news-ul {
  margin-top: 30px;
}
.index-news-ul li {
  margin: 20px 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  /* display: flex; */
  transition: all 300ms;
}
.index-news-ul li a {
  display: flex;
}
.index-news-ul li .li-txt {
  flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.index-news-ul li .li-img {
  display: block;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  min-width: 120px;
  margin-left: 30px;
}
.index-news-ul li .li-t {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-news-ul li .li-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.index-news-ul li .date {
  font-size: 12px;
  color: #666;
  flex: 1;
}
.index-news-ul li .see {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  margin-left: 40px;
}
.index-news-ul li .see .icon {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.index-news-ul li:hover {
  box-shadow: 0px 0px 4px 0px rgba(22, 138, 255, 0.6);
}

.index-asd {
  margin: 30px auto;
}
.index-asd .asd-flex {
  display: flex;
  margin: 0 -20px;
}
.index-asd .asd-a {
  margin: 0 20px;
}
.index-asd a {
  display: block;
}
.index-asd img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.index-hot-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 0 -12px;
}
.index-hot-ul li {
  width: calc(20% - 24px);
  margin: 12px;
}
.index-hot-ul li a {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  transition: all 300ms;
}
.index-hot-ul li a .img {
  position: relative;
  padding: 50%;
}
.index-hot-ul li a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms;
}
.index-hot-ul li .li-t {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px;
  height: 44px;
}
.index-hot-ul li .li-c {
  display: flex;
  margin: 10px;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.index-hot-ul li .li-c .num {
  flex: 1;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.index-hot-ul li .li-c .tag {
  border: 1px solid #ff9b05;
  font-size: 12px;
  color: #ff9b05;
  padding: 0 4px;
  margin-right: 10px;
  line-height: 16px;
  border-radius: 2px;
}
.index-hot-ul li .li-d {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 10px;
}
.index-hot-ul li .price {
  color: #fd0202;
  font-size: 14px;
  font-weight: bold;
  margin-right: 25px;
}
.index-hot-ul li .p-line {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.index-hot-ul li:hover a {
  box-shadow: 0px 0px 4px 0px rgba(22, 138, 255, 0.6);
}
.index-hot-ul li:hover .img img {
  transform: scale(1.1);
}

.index-eight .eight-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -9px 0 -9px;
}
.index-eight .eight-ul li {
  width: calc(16.666% - 18px);
  margin: 9px;
}
.index-eight .eight-ul li a {
  display: block;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 360ms;
}
.index-eight .eight-ul li a img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  transition: all 300ms;
}
.index-eight .eight-ul li:hover a {
  box-shadow: 0px 0px 4px 0px rgba(22, 138, 255, 0.6);
}
.index-eight .eight-ul li:hover a img {
  transform: scale(1.1);
}

.main-footer {
  background: #292a33;
  color: #ccc;
}
.main-footer .footer {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}
.main-footer .footer-wx {
  display: flex;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.main-footer .footer-wx img {
  display: block;
  margin: 0 auto 10px;
  width: 90px;
  height: 90px;
}
.main-footer .footer-wx .wx {
  margin-right: 40px;
}
.main-footer .line {
  width: 1px;
  /* height: 118px; */
  background: #e0e0e0;
  margin: 0 20px;
}
.footer-nav .t {
  font-size: 18px;
  /* color: #1a1a1a; */
  line-height: 1;
}
.footer-nav .nav-c {
  font-size: 14px;
  line-height: 1;
}
.footer-nav .nav-c .c {
  margin-top: 20px;
}
.footer-nav .nav-flex {
  display: flex;
  flex-wrap: wrap;
  width: 440px;
  margin-top: 10px;
}
.footer-nav .nav-flex a {
  line-height: 1;
  width: 25%;
  margin: 10px 0px;
  color: inherit;
}
.footer-nav .nav-flex a:hover {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  padding: 30px 0px;
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  border-top: 1px solid #e0e0e0;
}

.inner-container {
  padding: 1px 60px;
}
.message-content {
  margin: 30px 0px;
}
.message-side {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
  height: 624px;
  overflow-y: auto;
  transition: width 100ms;
}
.message-side.narrow {
  width: 320px;
}
.message-side .side-ul li {
  border-bottom: 1px solid #ebebeb;
  transition: all 360ms;
}
.message-side .side-ul li a {
  padding: 15px 10px;
  display: block;
  position: relative;
}
.message-side .side-ul li .icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  min-width: 48px;
  margin-right: 10px;
}
.message-side .side-ul li .li-con {
  width: calc(100% - 60px);
}
.message-side .side-ul li .li-t {
  font-size: 14px;
  line-height: 30px;
}
.message-side .side-ul li .li-t {
  font-size: 14px;
}
.message-side .side-ul li .li-t .time {
  font-size: 12px;
  color: #666;
}
.message-side .side-ul li .li-c {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  margin-top: 0px;
}
.message-side .side-ul li:hover {
  background: #f3f7ff;
}
.message-side .side-ul li.active {
  background: #f3f7ff;
}
.message-side .side-ul li a .red-dot {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 5px;
  height: 5px;
  background: #fd0202;
  border-radius: 999em;
}
.message-inner {
  width: 0;
  border-radius: 4px;
  box-sizing: border-box;
  transition: width 100ms, padding 100ms;
}
.message-inner.show-detail {
  width: calc(100% - 360px);
  padding: 30px 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.message-shadow {
}
.message-shadow .message-tit {
  text-align: center;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.2;
}
.message-shadow .date {
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin: 12px 0px;
}
.message-shadow .article {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  line-height: 1.6;
}
.message-shadow .article img {
  display: block;
  max-width: 100%;
}

.cart-head {
  font-size: 18px;
  line-height: 1;
  margin: 30px 0px;
}
.cart-head .b {
  font-weight: bold;
}
.cart-content .cart-li {
  float: left;
  min-height: 1px;
}
.cart-th {
  position: relative;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1;
  padding: 18px 0;
}
.cart-rate30 {
  width: 30%;
}
.cart-rate20 {
  width: 20%;
}
.cart-rate15 {
  width: 15%;
}
.cart-rate10 {
  width: 10%;
}
.cart-check {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.cart-check .check {
  position: relative;
  line-height: 24px;
  height: 24px;
}
.cart-check .check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.cart-check .check .s {
  padding-left: 26px;
  height: 24px;
  display: block;
  background: url('../images/check1.png') no-repeat 0px center;
}
.cart-check .check input:checked + .s {
  background: url('../images/check.png') no-repeat 0px center;
}
.cart-shop {
  line-height: 1;
  margin: 24px 0 14px 0;
  position: relative;
  padding-left: 40px;
}

.cart-shop img {
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  float: left;
}
.cart-shop .t {
  float: left;
  margin-left: 5px;
  max-width: calc(100% - 60px);
  background: url('../images/more2.png') no-repeat right center;
  line-height: 24px;
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.cart-td {
  background: #fafafa;
  border-radius: 5px;
  padding: 20px 0;
  position: relative;
  border: 1px solid #fafafa;
  transition: all 300ms;
}
.cart-td + .cart-td {
  margin-top: 10px;
}
.cart-td .cart-check {
  left: 20px;
}
.cart-td .dl {
  margin-left: 55px;
}
.cart-td .dl img {
  display: block;
  width: 80px;
  height: 80px;
  background: #d9d9d9;
  border-radius: 5px;
}
.cart-td .dl dd {
  width: calc(100% - 90px);
  float: left;
  margin-left: 10px;
  padding: 10px 0;
}
.cart-td .dl dt {
  float: left;
}
.cart-td .dl .dd-t {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-td .dl .dd-tags span {
  border: 1px solid #ff9b05;
  color: #ff9b05;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  padding: 0 4px;
  margin: 5px 5px 5px 0;
}
.cart-td .dl .dd-tags {
  margin-top: 10px;
}
.cart-td .cart-c {
  font-size: 12px;
  line-height: 14px;
  padding: 0 20px;
  max-width: 130px;
  margin: 0 auto;
}
.cart-delete {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url('../images/delete1.png') no-repeat center;
  margin: 0 auto;
}
.cart-price {
  color: #fd0202;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
}
.cart-count {
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 114px;
  margin: 0 auto;
}
.cart-count .count-sub {
  width: 32px;
  height: 32px;
  background: url('../images/cart-sub.png') no-repeat center;
  cursor: pointer;
}
.cart-count .count-sub.disabled {
  background: url('../images/cart-sub-disabled.png') no-repeat center;
  cursor: not-allowed;
}
.cart-count .count-add {
  width: 32px;
  height: 32px;
  background: url('../images/cart-add.png') no-repeat center;
  cursor: pointer;
}
.cart-count .count-add.disabled {
  background: url('../images/cart-add-disabled.png') no-repeat center;
  cursor: not-allowed;
}

.cart-count .input {
  width: calc(100% - 66px);
  text-align: center;
  display: inline-block;
  height: 32px;
  font-size: 14px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 0 4px;
  box-sizing: border-box;
}
.cart-td .li-price {
  text-align: center;
}
.cart-td .price-line {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.cart-td:hover {
  background: #f9fbff;
  border: 1px solid #4a7ffe;
}

.cart-foot {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 12px 0px;
  line-height: 40px;
  position: relative;
  height: 40px;
}
.cart-foot .cart-check {
  left: 20px;
}
.cart-foot .foot-delete {
  font-size: 14px;
  color: #666;
  margin-left: 130px;
  cursor: pointer;
}
.cart-foot .cart-btn {
  text-align: center;
  width: 120px;
  height: 40px;
  background: #168aff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}
.cart-foot .foot-all {
  font-size: 12px;
  margin-right: 30px;
}
.cart-foot .foot-all .pp {
  color: #fd0202;
  font-size: 16px;
  font-weight: bold;
}

/* 购物车为空 */
.cart-empty {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-bottom: 300px;
}
.cart-empty img {
  margin-bottom: 20px;
}

.news-content .news-fl {
  width: 62%;
}
.news-content .news-fr {
  width: calc(38% - 40px);
}

.public-modal-left {
  width: 62%;
}
.public-modal-right {
  width: calc(38% - 40px);
}

.news-content .index-hot-ul li {
  width: calc(50% - 24px);
}
.news-content .index-zj-ul li {
  width: calc(50% - 22px);
}
.news-content .index-news-ul {
  margin-top: 0;
}
.news-content .index-news-ul li {
  margin-top: 10px;
}

.news-article {
}
.news-article .article-hd {
  margin: 20px 0px;
}
.news-article .article-tit {
  font-size: 18px;
}
.collect-btn {
  width: 24px;
  height: 24px;
  background: url('../images/icon6.png') no-repeat center;
  cursor: pointer;
}
.collect-btn.on {
  background: url('../images/icon4.png') no-repeat center;
}
.news-article .article-d {
  color: #666;
  font-size: 12px;
  line-height: 14px;
}
.news-article .article-d .see {
  margin-left: 30px;
}
.news-article .article {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0px;
}
.news-article .article img {
  max-width: 100%;
}

.index-article-ul {
  margin-top: 30px;
}
.index-article-ul li {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  margin: 20px 0px;
  padding: 20px;
}
.index-article-ul .li-hd .focus-btn {
  width: 80px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.index-article-ul .li-hd .focus-btn .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.index-article-ul .li-hd dt img {
  display: block;
  width: 40px;
  height: 40px;
  /* background: #d9d9d9; */
  border-radius: 4px;
}
.index-article-ul .li-hd dd {
  margin-left: 10px;
  padding: 2px 0;
  max-width: 500px;
}
.index-article-ul .li-hd .dd-t {
  line-height: 16px;
}
.index-article-ul .li-hd .name {
  color: #1a1a1a;
}
.index-article-ul .li-hd .tag {
  background: #ff9b05;
  padding: 0 4px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #fff;
}
.index-article-ul .li-hd .dd-c {
  font-size: 12px;
  color: #666;
  line-height: 1;
  margin-top: 8px;
}
.index-article-ul .li-bd {
  margin-top: 16px;
  display: block;
}
.index-article-ul .li-bd .li-img img {
  display: block;
  width: 160px;
  height: 120px;
  border-radius: 5px;
}
.index-article-ul .li-bd .li-img {
  margin-right: 10px;
}
.index-article-ul .li-bd .li-txt {
  margin-left: 170px;
}
.index-article-ul .li-bd .li-t {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 30px;
}
.index-article-ul .li-bd .li-c {
  margin: 16px 0;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-article-ul .li-d {
  color: #666;
  font-size: 12px;
  line-height: 14px;
}
.index-article-ul .see {
  margin-left: 30px;
}

.comment-box {
  margin: 30px 0px;
}
.comment-tit {
  font-size: 20px;
}
.comment-text {
  margin: 20px 0px;
  background: #fafafa;
  border-radius: 4px;
  padding: 10px;
}
.comment-text .text {
  width: 100%;
  background: none;
  font-size: 14px;
}
.comment-text .text::placeholder {
  color: #999;
}
.comment-btn {
  width: 80px;
  height: 32px;
  background: #168aff;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
}
.comment-ul {
  margin: 30px 0px;
}
.comment-ul li {
  margin: 20px 0px;
}
.comment-ul li .li-img img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 10px;
}
.comment-ul li .li-txt {
  margin-left: 42px;
}
.comment-ul li .li-t {
  line-height: 32px;
  overflow: hidden;
}
.comment-ul li .t {
  font-size: 14px;
  color: #666;
}
.comment-ul li .date {
  font-size: 12px;
  color: #999;
}
.comment-ul li .li-c {
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  overflow: hidden;
}
.comment-ul .reply-item {
  margin: 10px 0 20px;
}
.comment-ul .reply-item .li-img img {
  width: 28px;
  height: 28px;
}
.comment-more {
  margin: 40px 0px;
  text-align: center;
}
.comment-more .more {
  display: inline-block;
  background: url('../images/down1.png') no-repeat right center;
  padding-right: 20px;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.comment-more #commentO {
  background: url('../images/down2.png') no-repeat right center;
  display: none;
}
.comment-hide {
  display: none;
}

.public-talent-ul li {
  margin: 20px 0px;
}
.public-talent-ul li a {
  display: block;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  padding: 20px;
}
.public-talent-ul li .li-t {
  line-height: 1;
}
.public-talent-ul li .t {
  font-size: 18px;
  color: #1a1a1a;
}
.public-talent-ul li .p {
  color: #fd0202;
  font-size: 18px;
}
.public-talent-ul li .li-c {
  font-size: 14px;
  color: #666;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 16px 0px;
}
.public-talent-ul .li-d {
}
.public-talent-ul .dl {
  max-width: calc(100% - 100px);
}
.public-talent-ul .dl img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.public-talent-ul .dl .dt {
  margin-right: 10px;
}
.public-talent-ul .dl .dd {
  margin-left: 46px;
}
.public-talent-ul .date {
  font-size: 12px;
  color: #999;
  line-height: 36px;
}
.public-talent-ul .address {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}
.public-talent-ul .dd-t {
  font-size: 14px;
  line-height: 16px;
}
.public-talent-ul .tag {
  line-height: 16px;
  color: #ff9b05;
  border: 1px solid #ff9b05;
  font-size: 12px;
  padding: 0 4px;
  margin-left: 5px;
  border-radius: 2px;
}

.public-talent-head {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin: 10px 0;
}
.public-talent-head .head-fl {
  float: left;
}
.public-talent-head .head-btn {
  margin-top: 20px;
  width: 168px;
  height: 48px;
  display: block;
  background: #168aff;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
}
.public-talent-head .date {
  font-size: 12px;
  color: #999;
}
.public-talent-head .t {
  font-size: 18px;
  color: #1a1a1a;
}
.public-talent-head .p {
  font-size: 18px;
  color: #fd0202;
  margin: 10px 0px;
}

.public-talent-hos {
  margin: 30px 0px;
}
.public-talent-hos .li-c {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.public-talent-hos .li-t {
  line-height: 16px;
}
.public-talent-hos .t {
  font-size: 16px;
}
.public-talent-hos .tag {
  line-height: 16px;
  color: #ff9b05;
  border: 1px solid #ff9b05;
  font-size: 12px;
  padding: 0 4px;
  margin-left: 5px;
  border-radius: 2px;
  display: inline-block;
}
.public-talent-hos img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
}
.public-talent-hos .txt {
  margin-left: 74px;
  padding-top: 10px;
}
.public-talent-tit {
  font-size: 20px;
  color: #1a1a1a;
  position: relative;
  line-height: 1;
}
.public-talent-tit span {
  position: relative;
  z-index: 2;
}
.public-talent-tit:before {
  width: 68px;
  height: 4px;
  background: #168aff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
}
.public-talent-detail {
  margin: 30px 0px;
}
.public-talent-detail .article {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
/* 人才交流详情中的图片 */
.talent-detail-img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.talent-detail-img-wrap .img {
  width: 200px;
  height: 200px;
  margin-top: 20px;
  margin-right: 20px;
}

.talent-resume {
  margin: 10px 0px;
}
.talent-resume-ul {
  margin: 30px 0px;
}
.talent-resume-ul li {
  margin: 20px 0px;
}
.talent-resume-ul .label {
  font-size: 14px;
  line-height: 1;
}
.talent-resume-ul .li-input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 10px;
  margin-top: 20px;
}
.talent-resume-ul .input::placeholder {
  color: #999;
}
.talent-resume-ul .input {
  height: 40px;
  width: 100%;
  font-size: 12px;
}
.talent-resume-ul .text {
  width: 100%;
  padding: 10px 0px;
  font-size: 12px;
  min-height: 120px;
}
.talent-resume-ul .layui-input {
  border: none;
  padding: 0;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 10px;
  margin-top: 20px;
}
.talent-resume-ul .li-select {
}
.talent-resume-ul .layui-form-select dl dd.layui-this {
  background: #168aff;
}
.talent-resume-ul .upload-btn {
  display: block;
  width: 100px;
  height: 100px;
  background: url('../images/up2.png') no-repeat center;
  padding: 0;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
}
.talent-resume-ul .li-upload {
  margin-top: 20px;
}
.talent-resume-ul .layui-upload-img {
  max-width: 100px;
}
.talent-resume-bot {
  margin: 0px 0px;
  padding-bottom: 60px;
}
.talent-resume-ul .layui-upload-list {
  margin-bottom: 0;
}
.talent-resume-bot .scan-btn {
  margin-right: 20px;
  border: 1px solid #168aff;
  border-radius: 4px;
  width: 120px;
  height: 48px;
  font-size: 18px;
  color: #168aff;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  cursor: pointer;
}
.talent-resume-bot .talent-btn {
  width: 180px;
  height: 48px;
  background: #168aff;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #168aff;
}

.talent-resume-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
}
.talent-resume-pop .resume-pop {
  padding: 30px 0px;
  width: 880px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms;
  /* opacity: 0; */
}
.talent-resume-pop .tit {
  font-size: 16px;
  text-align: center;
}
.talent-resume-pop .pop-ul {
  margin: 30px 40px;
  max-height: calc(100vh - 400px);
  overflow-y: auto;
  padding-right: 20px;
}
.talent-resume-pop .pop-ul li {
  margin: 20px 0px;
}
.talent-resume-pop .label {
  font-size: 14px;
  line-height: 1;
}
.talent-resume-pop .li-input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.talent-resume-pop .li-upload {
  margin: 20px 0;
}
.talent-resume-pop .li-upload img {
  display: block;
  width: 100px;
}
.talent-resume-pop .pop-btn {
  width: 360px;
  height: 48px;
  background: #168aff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 30px auto;
}
.talent-resume-pop-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url('../images/close1.png') no-repeat center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.talent-resume-pop .resume-pop.amplify {
  opacity: 1;
}

/* 自定义滚动条的轨道 */
.talent-resume-pop .pop-ul::-webkit-scrollbar {
  width: 10px;
}

/* 自定义滚动条的滑块 */
.talent-resume-pop .pop-ul::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滑块的背景颜色 */
  border-radius: 5px; /* 滑块的圆角 */
}

/* 滚动条悬停时的样式 */
.talent-resume-pop .pop-ul::-webkit-scrollbar-thumb:hover {
  background-color: #168aff; /* 悬停时的背景颜色 */
}

.talent-resume-pop .pop-ul::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 轨道的背景颜色 */
  border-radius: 5px; /* 滑块的圆角 */
}

.expert-banner {
  margin: 40px 0px;
}
.expert-banner img {
  display: block;
  width: 100%;
}
.mySwiper-expert {
  position: relative;
  padding: 30px 10px 10px 10px;
  margin: 0 -10px;
  overflow: hidden;
}
.mySwiper-expert .swiper-button-next:after,
.mySwiper-expert .swiper-button-prev:after {
  display: none;
}
.mySwiper-expert .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url('../images/zj3.png') no-repeat center;
  right: 10px;
}
.mySwiper-expert .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url('../images/zj2.png') no-repeat center;
  left: 10px;
}
.expert-asd {
  margin: 30px -15px;
}
.expert-asd .asd-a {
  display: block;
  width: calc(33.333% - 30px);
  margin: 0 15px;
  float: left;
}
.expert-asd .asd-a img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.index-article-ul .li-bd .li-c.clamp2 {
  white-space: inherit;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-article-ul .li-bd .li-txt {
  margin-left: auto;
}
.index-zj-ul.mar-t0 {
  margin-top: 0;
}
.index-article-ul .li-bd.mar-t0 {
  margin: 0;
}
.index-article-ul .li-bd .li-txt.pad {
  padding: 0;
}
.index-article-ul.mar-t0 {
  margin: 0;
}

.expert-head {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.expert-head-btn {
  margin-top: 20px;
  margin-left: 40px;
  width: 160px;
  height: 48px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  background: #168aff;
}
.expert-focus {
  text-align: center;
  margin-top: 20px;
}
.expert-focus.on {
  color: #ff9b05;
}
.expert-focus .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url('../images/icon8.png') no-repeat center;
}
.expert-focus.on .icon {
  background: url('../images/icon10.png') no-repeat center;
}
.expert-head dt img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.expert-head dt {
  margin-right: 10px;
  float: left;
}
.expert-head .dd-t {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 16px;
}
.expert-head .tag {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 4px;
  background: #ff9b05;
}
.expert-head .dd-c {
  margin: 5px 0px;
}
.expert-head dd {
  padding: 10px 0px;
}
.expert-head .dd-c {
  font-size: 12px;
  color: #666;
}

.expert-one {
  margin: 30px 0px;
}
.expert-line {
  height: 1px;
  background: #ebebeb;
}
.public-talent-tit span i {
  color: #666;
}
.expert-one .article {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 12px 0;
}
.expert-more {
  text-align: center;
}
.expert-more-open {
  font-size: 12px;
  color: #999;
  display: inline-block;
  background: url('../images/down1.png') no-repeat right center;
  padding-right: 20px;
  cursor: pointer;
}
.expert-more-close {
  font-size: 12px;
  color: #999;
  background: url('../images/down2.png') no-repeat right center;
  padding-right: 20px;
  cursor: pointer;
}

.skills-title {
  line-height: 30px;
  margin-bottom: 20px;
}
.skills-title .t {
  font-size: 28px;
  font-weight: bold;
}
.skills-title .more {
  background: url('../images/more1.png') no-repeat right center;
  padding-right: 20px;
  font-size: 14px;
  display: block;
}

.skills-one {
  margin: 30px auto;
}
.skill-tabs {
  border-bottom: 1px solid #e0e0e0;
}
.skill-tabs ul li {
  float: left;
  margin-right: 40px;
  line-height: 1;
  padding: 10px 0px;
  font-size: 18px;
  color: #666;
  position: relative;
  cursor: pointer;
}
.skill-tabs ul li.active {
  color: #168aff;
}
.skill-tabs ul li.active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #168aff;
  display: block;
  content: '';
  margin-bottom: -1px;
}

.skills-box {
  margin: 30px 0px;
}
.skills-box.active {
  display: block;
}
.skills-box-ul {
  margin: 0 -20px;
}
.skills-box-ul li {
  width: 50%;
  float: left;
}
.skills-box-ul li a {
  display: block;
  margin: 10px 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
}
.skills-box-ul li .li-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.skills-box-ul li .li-img img {
  display: block;
  /* background: #d9d9d9; */
  width: 200px;
  height: 150px;
}
.skills-box-ul li .tip {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px 0px 4px 0px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  padding: 0 4px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.skills-box-ul li .li-t {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.skills-box-ul li .li-c {
  margin: 12px 0px;
  line-height: 1;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.skills-box-ul li .li-d dl dt img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 5px;
}
.skills-box-ul li .li-d dl dd {
  font-size: 12px;
  line-height: 20px;
  float: left;
}
.skills-box-ul li .tag {
  line-height: 16px;
  padding: 0 4px;
  border: 1px solid #ff9b05;
  font-size: 12px;
  color: #ff9b05;
  margin-left: 5px;
}
.skills-box-ul li .li-d {
  overflow: hidden;
  margin: 10px 0px;
}
.skills-box-ul li .li-txt {
  padding: 10px;
  overflow: hidden;
}
.skills-box-ul li .p {
  font-size: 16px;
  color: #fd0202;
}
.skills-box-ul li .num {
  font-size: 12px;
  color: #666;
}
.skills-box-ul li .li-p {
  line-height: 24px;
  margin-top: 20px;
}
.skills-box-ul li .address {
  background: url('../images/address3.png') no-repeat 0px center;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  background-size: 16px;
  padding-left: 20px;
}

.skills-tj {
  margin: 30px auto;
}
.skills-tj .index-title .t {
  font-size: 18px;
  color: #333;
}
.skills-tj-ul {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.skills-tj-ul li {
  width: 25%;
  float: left;
}
.skills-tj-ul li a {
  display: block;
  margin: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
}
.skills-tj-ul li .img {
  /* width: 336px;
  height: 252px; */
  /* (252 / 336) / 2 */
  padding: 37.5%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.skills-tj-ul li .img .tip {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px 0px 4px 0px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  padding: 0 4px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.skills-tj-ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.skills-tj-ul li .li-t {
  margin: 10px;
  line-height: 1;
  font-size: 16px;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.skills-tj-ul li .li-c .p {
  color: #fd0202;
  font-size: 16px;
}
.skills-tj-ul li .li-c {
  overflow: hidden;
  margin: 10px;
}
.skills-tj-ul li dl dt img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 5px;
}
.skills-tj-ul li dl dd {
  font-size: 12px;
  line-height: 20px;
  float: left;
}

.skills-choice {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 0 20px;
  margin: 10px 0px;
}
.skills-choice-ul li {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0px;
}
.skills-choice-ul .label {
}
.skills-choice-ul .choice-a {
  color: #666;
  margin: 0 20px;
  display: inline-block;
}
.skills-choice-ul .choice-a:hover {
  color: #168aff;
}
.skills-choice-ul .choice-a.on {
  color: #168aff;
}
.skills-choice-ul .li-fr {
  margin-left: 40px;
}
.skills-choice-ul li:nth-last-child(1) {
  border: none;
}
.skills-one.mar-t0 {
  margin-top: 0;
}
.skills-null {
  padding: 80px 0px;
  text-align: center;
  color: #666;
}

.skills-module {
  background: #1a1a1a;
  padding: 1px 60px;
}
.skills-module .inner-position {
  color: #fff;
}
.skills-module .inner-position .a {
  color: #fff;
}
.skills-module .inner-position .s {
  color: #fff;
}
.skills-module .module-detail {
  margin: 10px 0 20px 0px;
}
.skills-module .module-detail .detail-big {
  position: relative;
  width: 880px;
  height: 495px;
}
.skills-module .module-detail .detail-big img {
  width: 100%;
  height: 100%;
}
.skills-module .module-detail .detail-btn {
  width: 180px;
  height: 48px;
  background: #ff9b05;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.skills-module .module-detail .detail-btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 0px;
  display: inline-block;
  margin-top: -2px;
}
.skills-module .module-detail .detail-txt {
}
.skills-module .module-detail .detail-hd {
  background: #333;
  padding: 20px;
  height: 208px;
  box-sizing: border-box;
}
.skills-module .module-detail .detail-bd {
  background: #2b2b2b;
  padding: 20px;
  height: 287px;
  box-sizing: border-box;
}
.skills-module .module-detail .dl dt {
  float: left;
  margin-right: 10px;
}
.skills-module .module-detail .dl img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.skills-module .module-detail .dl dd .name {
  font-size: 18px;
  color: #fff;
}
.skills-module .module-detail .dl dd .c {
  color: #ccc;
  margin-top: 16px;
}
.skills-module .module-detail .dl dd {
  line-height: 1;
  padding: 5px 0;
}
.skills-module .module-detail .txt {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  margin-top: 10px;
  height: 110px;
  overflow-y: auto;
}
.skills-module .module-detail .detail-t {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.skills-module .module-detail .tags {
  margin: 5px -5px;
}
.skills-module .module-detail .tags .tag {
  display: inline-block;
  line-height: 16px;
  padding: 0 4px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #ff9b05;
  color: #ff9b05;
  margin: 5px;
}
.skills-module .module-detail .p {
  font-size: 18px;
  color: #fd0202;
}
.skills-module .module-detail .num {
  font-size: 12px;
  color: #ccc;
}
.skills-module .module-detail .mix {
  line-height: 24px;
  margin: 15px 0px;
}
.module-detail-btn {
  background: #168aff;
  width: 320px;
  height: 48px;
  display: block;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  margin: 32px auto;
}
.skills-detail {
  margin: 40px auto;
}
.skills-detail-tab ul li {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 10px;
  float: left;
  margin-right: 60px;
  position: relative;
}
.skills-detail-tab ul li.active {
  color: #168aff;
}
.skills-detail-tab ul li.active:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #168aff;
  display: block;
  content: '';
  position: absolute;
}
.skills-detail-tab {
  border-bottom: 1px solid #e0e0e0;
}
.skills-detail-box {
  display: none;
  margin: 30px 0px;
}
/* 医技培训线上培训图文课程章节详情章节标题 */
.skills-detail-box .chapter-title {
  font-size: 18px;
  color: #1a1a1a;
}
.skills-detail-box.active {
  display: block;
}
.skills-detail-box .article {
  font-size: 16px;
  line-height: 1.8;
}
.skills-detail-box .article img {
  max-width: 100%;
}
.skills-detail-box .article-list-ul li .chapter {
  border-bottom: 1px dashed #e0e0e0;
  padding: 20px 0;
  line-height: 20px;
  display: block;
}
.skills-detail-box .article-list-ul li .t {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.skills-detail-box .article-list-ul li .tip {
  color: #ff9b05;
}
.skills-detail-box .article-list-ul li .lock {
  width: 20px;
  height: 20px;
  display: block;
  background: url('../images/lock.png') no-repeat center;
}
.skills-detail-box .get-coupons-btn {
  display: block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ff9b05;
  color: #fff;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.skills-detail-box .detail-get-coupons-btn {
  display: block;
  margin: 30px 0 20px;
}
.skills-detail-box .detail-get-coupons-btn img {
  width: 100%;
}
.skills-tj-ul.right li {
  width: 50%;
}
.skills-tj-ul.right li a {
  box-shadow: none;
}
.skills-tj-ul.right li .li-t {
  margin-left: 0;
  margin-right: 0;
}
.skills-tj-ul.right li .li-c {
  margin-left: 0;
  margin-right: 0;
}
.skills-detail.mar-t0 {
  margin-top: 0;
}
.skills-detail-box.active.mar-t0 {
  margin-top: 0;
}
.skills-detail-other a {
  color: #168aff;
}
.skills-detail-other {
  margin: 30px 0px;
}
.skills-detail-other .li {
  margin: 10px 0px;
}

.confirm-one {
  margin: 10px 0 30px 0;
}
.confirm-tit {
  font-size: 18px;
}
.confirm-one .member-ul {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.confirm-one .member-ul li {
  width: 20%;
  float: left;
}
.confirm-one .member-ul li .li-con {
  margin: 10px;
  background: #fafafa;
  padding: 16px;
  line-height: 1;
  height: 60px;
}
.confirm-one .member-ul li .li-t {
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
}
.confirm-one .member-ul li .li-t .t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirm-one .member-ul li .tel {
  font-size: 12px;
  margin: 12px 0px;
}
.confirm-one .member-ul li .c {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirm-one .member-ul li .delete {
  width: 14px;
  height: 14px;
  background: url('../images/delete2.png') no-repeat center;
  cursor: pointer;
}
.member-ul-add {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  width: 100%;
  color: #168aff;
  line-height: 60px;
}

.confirm-table {
  margin-top: 30px;
}
.confirm-table-th {
  padding: 0 10px;
  border-bottom: 1px solid #acc5ff;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 12px;
  color: #666;
}
.confirm-table .padd-left10 {
  padding: 0 10px;
}
.confirm-rate56 {
  width: 55%;
}
.confirm-rate22 {
  width: 22%;
  text-align: center;
}
.confirm-table-tr {
  background: #f9fbff;
  border-top: 1px dashed #4a7ffe;
  padding: 1px 0px;
  margin-top: 20px;
}
.confirm-table-td {
  padding: 20px 10px;
}
.confirm-table-tr .td {
  min-height: 1px;
}
.confirm-table-tr .price {
  font-size: 12px;
}
.confirm-table-tr .price-red {
  font-size: 12px;
  color: #fd0202;
}
.confirm-table-dl dt img {
  display: block;
  width: 128px;
  height: 96px;
  border-radius: 4px;
  margin-right: 5px;
}
.confirm-table-dl .dd-t {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirm-table-dl .dd-c {
  color: #666;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0px;
}
.confirm-table-dl .dd-tags .tag {
  padding: 0 8px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 2px;
  color: #ff9b05;
  border: 1px solid #ff9b05;
  margin: 0 2px;
  display: inline-block;
}
.confirm-table-dl .num {
  color: #666;
  font-size: 12px;
}
.confirm-table-dl .address {
  font-size: 12px;
  color: #666;
  max-width: calc(100% - 100px);
  display: flex;
}
.confirm-table-dl .dd-tags {
  margin: 10px -2px;
}
.confirm-table-dl .address .c {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirm-table-dl .address .icon {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-right: 5px;
}
.confirm-table-dl .dd-dl img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 5px;
}
.confirm-table-dl .dd-dl .cc {
  font-size: 12px;
  line-height: 20px;
}
.confirm-table-dl .dd-d {
  overflow: hidden;
}
.confirm-table-all {
  background: #f9fbff;
  border-top: 1px dashed #acc5ff;
  padding: 20px;
}
.confirm-table-all .all {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}
.confirm-table-all .all .price {
  font-size: 14px;
  color: #fd0202;
  font-weight: bold;
}
.confirm-table-all .all-li {
  font-size: 12px;
  max-width: 450px;
  margin-left: auto;
  margin-right: 0;
}
.confirm-table-all .coupon-choice {
  background: url('../images/more5.png') no-repeat right center;
  padding-right: 16px;
  text-align: right;
  cursor: pointer;
}
.confirm-table-all .coupon-choice .placeholder {
  color: #999;
}
.confirm-bottom {
  margin: 30px 0px;
}
.confirm-bottom .all {
  text-align: right;
  font-size: 12px;
}
.confirm-bottom .all .price {
  font-size: 16px;
  font-weight: bold;
  color: #fd0202;
}
.confirm-bottom-btn {
  width: 180px;
  height: 48px;
  display: block;
  margin: 20px 0 20px auto;
  line-height: 48px;
  text-align: center;
  background: #168aff;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
}

.confirm-add-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.confirm-add-pop .add-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 440px;
  transform: translate(-50%, -50%);
}
.confirm-add-pop .add-box .box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
}
.confirm-add-pop .tit {
  font-size: 16px;
  text-align: center;
  color: #1a1a1a;
}
.confirm-add-pop .ul li {
  margin: 20px 0px;
}
.confirm-add-pop .label {
  color: #666;
  font-size: 14px;
  line-height: 1;
}
.confirm-add-pop .li-input {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 0 10px;
  margin-top: 20px;
}
.confirm-add-pop .input {
  height: 40px;
  width: 100%;
  font-size: 12px;
}
.confirm-add-pop .input::placeholder {
  color: #999;
}
.confirm-add-pop .tip {
  font-size: 12px;
  color: #999;
}
.confirm-add-pop .add-btn {
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #168aff;
  margin: 30px 0px;
}
.confirm-add-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url('../images/close1.png') no-repeat center;
  width: 20px;
  height: 20px;
}

.offline-detail {
  margin: 10px 0 40px 0;
}
.offline-detail .offline-big {
  margin-right: 40px;
  float: left;
}
.offline-detail .offline-big img {
  display: block;
  width: 400px;
  height: 300px;
  border-radius: 10px;
}
.offline-detail .offline-txt {
  padding: 10px 0px;
}
.offline-detail .off-tit {
  font-size: 18px;
  color: #1a1a1a;
}
.offline-detail .tags .tag {
  border: 1px solid #ff9b05;
  border-radius: 2px;
  color: #ff9b05;
  padding: 0 4px;
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
.offline-detail .tags {
  margin: 30px 0 20px 0;
}
.offline-detail .address {
  font-size: 12px;
  color: #666;
  line-height: 1;
  margin: 20px 0px;
}
.offline-detail .address .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.offline-detail .p {
  font-size: 18px;
  line-height: 24px;
  color: #fd0202;
  font-weight: bold;
}
.offline-detail .num {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.offline-detail .price {
  max-width: 400px;
  overflow: hidden;
}
.offline-detail-btn {
  display: block;
  margin-top: 60px;
  width: 180px;
  height: 48px;
  background: #168aff;
  overflow: hidden;
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.offline-detail .detail-txt {
  overflow: hidden;
}

.store-begin {
  margin: 40px auto 20px;
  height: 420px;
  display: flex;
}
.store-begin .begin-side {
  width: 240px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  margin-right: 40px;
  z-index: 11;
  /* outline: 1px dashed red; */
}
.store-begin .begin-side .side-con {
  padding: 10px 20px 0;
  /* outline: 1px dashed pink; */
}
.store-begin .begin-side .side-li {
  margin: 0 -20px;
  height: 18px;
  line-height: 18px;
  padding: 8px 20px;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
  /* outline: 1px dashed orange; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-begin .begin-side .side-li .t {
  /* outline: 1px dashed green; */
}
.store-begin .begin-side .side-li:hover .t {
  color: #168aff;
  font-weight: bold;
}
.store-begin .begin-side .side-li .icon {
  width: 15px;
  height: 24px;
  background: url('../images/more7.png') no-repeat center;
  /* margin-right: -20px; */
  /* outline: 1px dashed red; */
}
.store-begin .begin-side .side-tit {
  background: url('../images/nav1.png') no-repeat 0px center;
  font-size: 18px;
  color: #168aff;
  background-size: 24px;
  padding-left: 30px;
  line-height: 24px;
  /* outline: 1px dashed green; */
  margin-bottom: 9px;
}
.store-begin .side-box {
  display: none;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 650px;
  border-radius: 4px;
}
.store-begin .side-box .box {
  padding: 30px;
  position: relative;
  height: calc(100% - 60px);
}
.store-begin .side-box .side-ul {
  position: relative;
  height: 100%;
  overflow-y: auto;
  margin: 0 -20px;
}
.store-begin .side-box .menu-a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 5px 20px;
}
.store-begin .side-box .menu-a:hover {
  color: #0679ff;
}
.store-begin .side-box .menu-a.on {
  color: #0679ff;
}
.store-begin .begin-side .side-li:hover .side-box {
  display: block;
}
.store-begin .store-banner {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.store-begin .store-banner .swiper,
.store-begin .store-banner .swiper-wrapper,
.store-begin .store-banner .swiper-slide,
.store-begin .store-banner .banner-a {
  height: 100%;
}
.store-begin .store-banner .banner-a {
  display: flex;
  align-items: center;
}
.store-begin .store-banner img {
  width: 100%;
  height: 100%;
}
.store-begin .store-banner .swiper-pagination-bullet {
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  opacity: 0.5;
}
.store-begin .store-banner .swiper-pagination-bullet-active {
  width: 18px;
  opacity: 1;
}
.store-begin .store-banner .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url('../images/prev2.png') no-repeat center;
  left: 0;
}
.store-begin .store-banner .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url('../images/next2.png') no-repeat center;
  right: 0;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.store-one {
  margin: 0 -20px;
}
.store-one .store {
  width: 50%;
}
.store-one .store-con {
  margin: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.store-one .store-tit {
  line-height: 24px;
}
.store-one .store-tit .t {
  font-size: 24px;
  color: #168aff;
}
.store-one .store-tit .more {
  background: url('../images/more1.png') no-repeat right center;
  padding-right: 20px;
}
.store-one .index-hot-ul li {
  width: calc(33.333% - 24px);
}

.store-choice {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 0 20px;
  margin: 10px 0 30px 0;
}
.store-choice-ul li {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding: 10px 0px;
  border-bottom: 1px dashed #ebebeb;
  position: relative;
}
.store-choice-ul .label {
  width: 42px;
  float: left;
}
.store-choice-ul .li-fr {
  margin-left: 42px;
  height: auto;
  margin-right: -20px;
}
.store-choice-ul .li-fr.close {
  height: 30px;
  margin-right: 40px;
  overflow: hidden;
}
.store-choice-ul .choice-a {
  color: #666;
  margin: 0 20px;
  display: inline-block;
}
.store-choice-ul .choice-a:hover {
  color: #168aff;
}
.store-choice-ul .choice-a.on {
  color: #168aff;
}
.store-choice-open {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0px;
  line-height: 30px;
  background: url('../images/down3.png') no-repeat right center;
  color: #168aff;
  padding-right: 20px;
}
.store-choice-close {
  cursor: pointer;
  line-height: 30px;
  background: url('../images/down4.png') no-repeat right center;
  color: #168aff;
  padding-right: 20px;
}
.store-choice-close.show {
  display: inline-block;
}
.store-choice-open.show {
  display: inline-block;
}
.store-choice-ul .choice-a.sort {
  background: url('../images/sort.png') no-repeat right center/12px;
  padding-right: 16px;
}
.store-choice-ul .choice-a.sort-asc {
  background: url('../images/sort-asc.png') no-repeat right center/12px;
}
.store-choice-ul .choice-a.sort-desc {
  background: url('../images/sort-desc.png') no-repeat right center/12px;
}
.store-choice-ul .input-bor {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 0 0 0 8px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.store-choice-ul .input-bor .input {
  width: 46px;
  font-size: 12px;
  height: 20px;
}
.store-choice-ul .input-bor .input::placeholder {
  color: #999;
}
.store-choice-ul .price-btn {
  width: 32px;
  height: 20px;
  background: #168aff;
  font-size: 12px;
  color: #fff;
  margin-left: 8px;
  border-radius: 2px;
}
.store-choice-ul .line {
  margin: 0 5px;
  display: inline-block;
}

.store-detail {
  margin: 10px 0 20px 0;
}
.store-detail-fl {
  width: 520px;
  position: relative;
  margin-right: 40px;
}
.store-detail-fl .show {
  position: relative;
  cursor: move;
  width: 520px;
  height: 520px;
}
.store-detail-fl .show img {
  display: block;
  width: 100%;
  height: 100%;
}
.store-detail-fl .mask {
  width: 215px;
  height: 215px;
  background: #000;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.bigshow {
  width: 520px;
  overflow: hidden;
  display: none;
  position: absolute;
  right: -520px;
  top: 0;
  height: 520px;
}
.bigshow img {
  width: 100%;
  display: block;
}
.smallshow {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.smallshow img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
  border-radius: 4px;
}
.smallshow > .middle_box {
  overflow: hidden;
  margin: 0 -10px;
}
.smallshow .middle {
  overflow: hidden;
  transition: all 0.5s;
  height: 70px;
}
.smallshow .middle > ul {
}
.smallshow .middle > li {
  float: left;
  cursor: pointer;
  margin: 0 10px;
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #fff;
}
.smallshow > .prev {
  width: 20px;
  height: 20px;
  background: url('../images/ss11.png') no-repeat center;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.smallshow > .next {
  width: 20px;
  height: 20px;
  background: url('../images/ss12.png') no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.store-detail-fr .detail-tit {
  font-size: 20px;
  color: #1a1a1a;
}
.store-detail-fr .tags {
  margin: 30px 0 20px 0;
}
.store-detail-fr .tags .tag {
  display: inline-block;
  border: 1px solid #ff9b05;
  line-height: 16px;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 2px;
  color: #ff9b05;
  margin-right: 10px;
}
.store-detail-fr .fr-price {
  margin: 20px 0 30px 0;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.store-detail-fr .fr-price .price {
  font-size: 18px;
  font-weight: bold;
  color: #fd0202;
}
.store-detail-fr .fr-price .price-g {
  color: #999;
  text-decoration: line-through;
  margin: 0 100px 0 20px;
  display: inline-block;
}
.store-detail-fr .fr-price .num {
  display: inline-block;
  margin-left: 20px;
}
.store-detail-fr .fr-li {
  margin: 20px 0px;
  overflow: hidden;
  line-height: 32px;
}
.store-detail-fr .fr-li .label {
  color: #666;
  float: left;
}
.store-detail-fr .fr-li .li-fr {
  margin-left: 70px;
}
.store-detail-fr .fr-li .type {
  margin: 2px 10px;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #f5f5f5;
  color: #666;
  cursor: pointer;
}
.store-detail-fr .fr-li .type.on {
  background: #ffedd2;
  border: 1px solid #ff9b05;
  color: #ff9b05;
}
.store-detail-fr .fr-li .type.sell-out {
  border: 1px dashed #ccc;
  color: #999;
  cursor: not-allowed;
}
.store-detail-fr .fr-li .num-btn {
  width: 48px;
  height: 48px;
  display: inline-block;
  cursor: pointer;
}
.store-detail-fr .fr-li .num-btn.jj {
  background: #f5f5f5 url('../images/goods-sub.png') no-repeat center;
  border-radius: 4px 0 0 4px;
}
.store-detail-fr .fr-li .num-btn.jj.disabled {
  background: #f5f5f5 url('../images/goods-sub-disabled.png') no-repeat center;
  cursor: not-allowed;
}
.store-detail-fr .fr-li .num-btn.add {
  background: #f5f5f5 url('../images/goods-add.png') no-repeat center;
  border-radius: 0 4px 4px 0;
}
.store-detail-fr .fr-li .num-btn.add.disabled {
  background: #f5f5f5 url('../images/goods-add-disabled.png') no-repeat center;
  cursor: not-allowed;
}
.store-detail-fr .fr-li .num-input {
  height: 48px;
  width: 64px;
  margin: 0 2px;
  background: #f5f5f5;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
}
.store-detail-fr .fr-bot {
  margin: 30px 0px;
  overflow: hidden;
}
.store-detail-fr .detail-btn-blue {
  height: 48px;
  background: #168aff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 180px;
}
.store-detail-fr .detail-btn-yellow {
  height: 48px;
  background: #ff9b05;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 180px;
}
.store-detail-fr .collect {
  margin-left: 60px;
  background: url('../images/icon11.png') no-repeat 0px center;
  padding-left: 35px;
  line-height: 48px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.store-detail-fr .collect.on {
  background: url('../images/icon4.png') no-repeat 0px center;
  color: #ff9b05;
}
.store-detail-fr .fr-service {
  line-height: 16px;
  overflow: hidden;
}
.store-detail-fr .fr-service .label {
  margin-right: 6px;
}
.store-detail-fr .fr-service .tip {
  font-size: 12px;
  color: #666;
  margin-right: 20px;
}
.store-detail-fr .fr-service .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.store-major {
  margin: 40px 0px;
}
.store-sx-ul li {
  width: 50%;
  float: left;
  line-height: 24px;
  margin: 5px 0px;
}
.store-sx-ul li .label {
  float: left;
}
.store-sx-ul li .c {
  margin-left: 80px;
}
.store-major .index-hot-ul li {
  width: calc(33.333% - 24px);
}
.store-shop {
  background: #fafafa;
  border-radius: 4px;
  padding: 20px;
}
.store-shop .collect {
  cursor: pointer;
  border: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  font-size: 12px;
  color: #999;
  border-radius: 18px;
  display: flex;
  align-items: center;
}
.store-shop .collect.on {
  color: #ff9b05;
  border-color: #ff9b05;
}
.store-shop .collect .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.store-shop .kefu {
  margin-left: 20px;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #00d0ac;
  color: #00d0ac;
  border-radius: 18px;
  line-height: 36px;
  width: 120px;
  text-align: center;
}
.store-shop .kefu .icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.store-shop dl dt {
  float: left;
  margin-right: 5px;
}
.store-shop dl img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.store-shop dl .t {
  display: inline-block;
  background: url('../images/more1.png') no-repeat right center;
  padding-right: 16px;
  font-size: 16px;
  line-height: 30px;
}
.store-shop dl .c {
  font-size: 12px;
  color: #666;
}
.store-major .public-modal-right .index-hot-ul li {
  width: calc(50% - 24px);
}

.confirm-one .member-ul li .edit {
  background: url('../images/edit.png') no-repeat center;
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.confirm-one .member-ul.address li .li-con {
  height: 106px;
  position: relative;
  box-sizing: border-box;
}
.confirm-one .member-ul.address li .c {
  white-space: inherit;
  line-height: 16px;
}
.confirm-one .member-ul.address li .member-ul-add {
  line-height: 90px;
}
.confirm-one .member-ul.address li.on .li-con {
  border: 2px solid #168aff;
  border-radius: 4px;
}
.confirm-one .member-ul.address li.on .li-con:after {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url('../images/icon31.png') no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}
.confirm-one .member-ul.address li.on .li-con {
  background: url('../images/bg1.png') no-repeat center bottom;
  background-size: 100% auto;
}
.confirm-rate45 {
  width: 40%;
}
.confirm-rate25 {
  width: 30%;
  text-align: center;
}
.confirm-rate10 {
  width: 10%;
  text-align: center;
}
.confirm-table-dl dt img.small {
  width: 50px;
  height: 50px;
}
.confirm-table-dl .dd-t.small {
  font-size: 14px;
}
.confirm-table-all .all-li {
  min-width: 400px;
}
.confirm-table-all .all-li.mar-b15 {
  margin-bottom: 10px;
}
.confirm-table-all .all-hd {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.confirm-table-all .all-hd .hd-fl {
  font-size: 12px;
}
.confirm-table-all .all-hd .hd-fl .text-w {
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  width: 560px;
}
.confirm-table-all .all-hd .hd-fl .text-w .text {
  width: 100%;
  font-size: 12px;
}
.confirm-table-all .all-hd .hd-fl .text-w .text::placeholder {
  color: #999;
}

.coupon-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.coupon-pop .pop-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.coupon-pop .pop-box-con {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
}
.coupon-pop .pop-tit {
  font-size: 16px;
  text-align: center;
  color: #1a1a1a;
}
.coupon-pop .pop-box-ul {
  max-height: calc(100vh - 400px);
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 20px;
  margin-top: 10px;
}
.coupon-pop .pop-box-ul li {
  position: relative;
  margin: 20px 0px;
  height: 100px;
  background: url('../images/yh8.png') no-repeat center;
  background-size: 100% 100%;
  width: 600px;
  margin: 20px auto;
}
.coupon-pop .pop-box-ul li .li-fl {
  font-size: 24px;
  color: #fff;
  width: 100px;
  height: 100px;
  background: url('../images/yh4.png') no-repeat center;
  background-size: 100% 100%;
  line-height: 100px;
  text-align: center;
}
.coupon-pop .pop-box-ul li .s {
  font-size: 40px;
}
.coupon-pop .pop-box-ul li .li-fr {
  margin-left: 130px;
  margin-right: 20px;
  padding: 20px 0px;
}
.coupon-pop .pop-box-ul li .t {
  font-size: 20px;
}
.coupon-pop .pop-box-ul li .c {
  font-size: 16px;
  margin-top: 10px;
}
.coupon-pop .pop-box-ul li .li-btn {
  width: 120px;
  height: 40px;
  background: #fff;
  display: block;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #fd0202;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.coupon-pop-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('../images/close1.png') no-repeat center;
  cursor: pointer;
}
.coupon-pop .pop-box-ul li.gray {
  background: url('../images/yh5.png') no-repeat center;
  background-size: 100% 100%;
  color: #999;
}
.coupon-pop .pop-box-ul li.gray .li-fl {
  background: none;
}
.coupon-pop .pop-box-ul li.gray .li-btn {
  background: #f5f5f5;
  color: #999;
  cursor: none;
}
.coupon-pop .icon {
  width: 48px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

/* 自定义滚动条的轨道 */
.coupon-pop .pop-box-ul::-webkit-scrollbar {
  width: 10px;
}

/* 自定义滚动条的滑块 */
.coupon-pop .pop-box-ul::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滑块的背景颜色 */
  border-radius: 5px; /* 滑块的圆角 */
}

/* 滚动条悬停时的样式 */
.coupon-pop .pop-box-ul::-webkit-scrollbar-thumb:hover {
  background-color: #168aff; /* 悬停时的背景颜色 */
}

.coupon-pop .pop-box-ul::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 轨道的背景颜色 */
  border-radius: 5px; /* 滑块的圆角 */
}

.pay-inner {
  margin: 10px 0 30px 0;
}
.pay-inner .pay-li {
  margin: 0 0 30px 0px;
}
.pay-inner .label {
  font-size: 16px;
  line-height: 40px;
}
.pay-inner .li-fr {
  margin-left: 140px;
}
.pay-inner .price {
  font-size: 16px;
  color: #fd0202;
  font-weight: bold;
  line-height: 40px;
}
.pay-inner .radio-check {
  float: left;
  position: relative;
  margin-right: 30px;
}
.pay-inner .radio-check .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.pay-inner .radio-check .radio {
  border: 1px solid #e0e0e0;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
}
.pay-inner .radio-check .radio img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
  margin-top: 8px;
}
.pay-inner .radio-check .radio .i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  display: none;
  height: 10px;
  background: url('../images/pay0.png') no-repeat center;
}
.pay-inner .radio-check .input:checked + .radio {
  border: 1px solid #168aff;
}
.pay-inner .radio-check .input:checked + .radio .i {
  display: block;
}
.pay-inner .hidden {
  display: none;
}
.pay-inner .code {
  margin: 40px 0px 40px 140px;
}
.pay-inner .code img {
  width: 240px;
  height: 240px;
  padding: 5px;
  border: 1px solid #ccc;
}
.pay-inner .label.mm {
  line-height: 20px;
}
.pay-inner .zh-bor {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: #f7f7f7;
  border-radius: 4px;
  padding: 20px;
  width: 460px;
}
.pay-inner .zh-bor .li {
  line-height: 24px;
  margin: 5px 0px;
}
.pay-inner .zh-bor .li .g {
  color: #666;
  float: left;
}
.pay-inner .zh-bor .li .c {
  margin-left: 80px;
}
.pay-inner .tip {
  font-size: 12px;
  color: #fd0202;
  margin: 10px 0px;
}
.pay-inner .voucher-wrapper {
  display: flex;
}
.pay-inner .image-wrapper {
  position: relative;
  margin-right: 10px;
}
.pay-inner .image-wrapper .image {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}
.pay-inner .image-wrapper .icon-delete {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #eee url('../images/close1.png') no-repeat center/70%;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 200ms;
}
.pay-inner .image-wrapper .icon-delete:hover {
  opacity: 1;
}
.pay-inner .pay-upload {
  display: block;
  width: 100px;
  height: 100px;
  background: url('../images/up2.png') no-repeat center;
  cursor: pointer;
}
.pay-inner .error-tip {
  position: absolute;
  margin: -26px 0 0 140px;
  font-size: 12px;
  color: #fd0202;
}
.pay-inner-btn {
  margin-left: 140px;
  width: 180px;
  height: 48px;
  background: #168aff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

/* 下单成功对话框 */
.pay-success-popup .img-tip {
  text-align: center;
}
.pay-success-popup .img-tip div {
  margin-top: 20px;
}
.pay-success-popup .button-wrapper {
  margin-top: 30px;
  text-align: center;
}
.pay-success-popup .button-wrapper .button {
  display: inline-block;
  width: 150px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 48px;
}
.pay-success-popup .button-wrapper .button + .button {
  margin-left: 40px;
}
.pay-success-popup .button-wrapper .button.outline {
  color: #168aff;
  border: 1px solid;
}
.pay-success-popup .button-wrapper .button.primary {
  color: #fff;
  background: #168aff;
}

.yh-banner {
  margin: 10px 0 30px 0;
}
.yh-banner img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.yh-list {
  margin: 40px 0px;
}
.yh-tit {
  line-height: 30px;
}
.yh-tit .t {
  font-size: 24px;
  color: #1a1a1a;
}
.my-yh {
  background: url('../images/yh2.png') no-repeat 0px center;
  padding-left: 30px;
  cursor: pointer;
}
.yh-list-ul {
  margin: 20px -20px;
}
.yh-list-ul li {
  width: 33.333%;
  float: left;
}
.yh-list-ul li .li-con {
  height: 120px;
  margin: 10px 20px;
  /* position: relative; */
  background: url('../images/yh3.png') no-repeat left center;
  display: flex;
  border-radius: 8px;
}
.yh-list-ul li .li-fl {
  width: 120px;
  background: url('../images/yh4.png') no-repeat center;
  background-size: 100% 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}
.yh-list-ul li .li-fl .i {
  font-size: 40px;
}
.yh-list-ul li .li-fr {
  flex: 1;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yh-list-ul li .li-t {
  font-size: 16px;
}
.yh-list-ul li .li-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-wrap: break-word;
}
.yh-list-ul li .date {
  color: #666;
}
.yh-list-ul li .li-btn {
  width: 80px;
  height: 32px;
  display: block;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #fd0202;
}

.center-main {
  margin: 10px 0 50px 0px;
  display: flex;
}
.center-side .side-ul {
  width: 220px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  margin-right: 40px;
}

.center-side .side-ul li {
  position: relative;
}
.center-side .side-ul li a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.center-side .side-ul li.active a {
  background: #e7f3ff;
  color: #168aff;
}
.center-side .side-ul li.active a:before {
  width: 3px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  border-radius: 0px 2px 2px 0px;
  display: block;
  content: '';
  background: #168aff;
}
.center-side .side-ul li:hover a {
  color: #168aff;
}

.center-content {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  flex: 1;
  width: 0;
}
.center-content .rz-tag {
  line-height: 36px;
  border-radius: 4px;
  font-size: 18px;
  padding: 0 14px;
  border: 1px solid;
}
.center-content .rz-tag.blue {
  border-color: #168aff;
  color: #168aff;
  cursor: pointer;
}
.center-content .rz-tag.gray {
  border-color: #ccc;
  color: #999999;
}
.center-content .rz-tag.orange {
  border-color: #ffa113;
  color: #ffa113;
}
.center-content .rz-tag.red {
  border-color: #fd0202;
  color: #fd0202;
  cursor: pointer;
}
.person-box {
  margin: 20px 0px;
}
.person-box-ul li {
  margin: 20px 0px;
  height: auto;
  display: flex;
}
.person-box-ul li .label {
  font-size: 14px;
  width: 80px;
  margin-right: 10px;
}
.person-box-ul li .li-fr {
  flex: 1;
}
.person-box-ul li.tou {
  line-height: 56px;
}
.person-box-ul .person-img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.person-box-ul .li-input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 10px;
  max-width: 820px;
  height: 40px;
  position: relative;
}
.person-box-ul .li-input .input {
  width: 100%;
  height: 40px;
  display: block;
}
.person-box-ul li.in {
  line-height: 40px;
}
.person-box-ul li .label.line20 {
  line-height: 20px;
}
.person-box-ul li .text {
  width: 100%;
  padding: 10px 0px;
}

/* 医院发布招聘上传图片 */
.person-box-ul li .upload-wrap {
  display: flex;
}
.person-box-ul li .upload-wrap .image-wrapper {
  position: relative;
  margin-right: 10px;
}
.person-box-ul li .upload-wrap .image-wrapper .image {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.person-box-ul li .upload-wrap .image-wrapper .icon-delete {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #eee url('../images/close1.png') no-repeat center/70%;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 200ms;
}
.person-box-ul li .upload-wrap .image-wrapper .icon-delete:hover {
  opacity: 1;
}
.person-box-ul li .upload-wrap .image-wrapper .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.person-box-ul li .upload-wrap .upload-handle {
  width: 80px;
  height: 80px;
  background: url('../images/upload1.png') no-repeat center;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
  /* 修复 IE10 中不显示的问题 */
  display: block;
}
.person-box-ul li .upload-wrap .upload-handle:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
}

.person-box .error-tip {
  position: absolute;
  margin: -10px 0 0 90px;
  font-size: 12px;
  color: #fd0202;
}
.person-bot {
  margin: 40px 0 40px 90px;
}
.person-bot-btn {
  width: 180px;
  height: 48px;
  background: #168aff;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
}
.person-box-ul .layui-form-select {
  margin: 0 -10px;
}
.person-box-ul .layui-input {
  border: none;
  height: 40px;
  border-width: 0;
}
.layui-form-select dl dd.layui-this {
  background: #168aff;
  color: #fff;
}
.person-box-ul .tou-btn {
  border: 1px solid #168aff;
  line-height: 20px;
  color: #168aff;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 2px;
  margin-left: 10px;
  cursor: pointer;
}
.person-box-ul .yy-img {
  width: 160px;
  border-radius: 4px;
}

.zh-manage-ul {
  margin: 20px -10px;
  display: flex;
  flex-wrap: wrap;
}
.zh-manage-ul li {
  width: 25%;
}
.zh-manage-ul li .li-con {
  background: #fafafa;
  border-radius: 5px;
  padding: 20px 10px;
  height: 86px;
  margin: 10px;
}
.zh-manage-ul li .li-t {
  line-height: 14px;
}
.zh-manage-ul li .li-c {
  font-size: 12px;
  line-height: 1;
  margin: 12px 0px;
}
.zh-manage-ul li .date {
  font-size: 12px;
  color: #666;
}
.zh-manage-ul li .delete {
  width: 14px;
  height: 14px;
  background: url('../images/delete2.png') no-repeat center;
  cursor: pointer;
}
.zh-manage-ul li .edit {
  width: 14px;
  height: 14px;
  background: url('../images/edit.png') no-repeat center;
  cursor: pointer;
  margin-left: 10px;
}
.zh-manage-ul li .zh-add-btn {
  font-size: 16px;
  line-height: 86px;
  color: #168aff;
  text-align: center;
  cursor: pointer;
}
.news-manage-btn {
  line-height: 20px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 12px;
  color: #666;
  width: 56px;
  display: block;
  text-align: center;
}
.news-manage-btn-a {
  line-height: 20px;
  border: 1px solid #168aff;
  border-radius: 2px;
  font-size: 12px;
  color: #168aff;
  width: 56px;
  display: block;
  text-align: center;
}
.news-focus-btn {
  font-size: 12px;
  color: #fd0202;
  margin: 0 40px;
}
.index-title .t {
  flex: 1;
}
.index-title {
  white-space: nowrap;
}
.news-check-box {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  position: relative;
}
.news-check-box .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.news-check-box .s {
  display: block;
  padding-left: 20px;
  height: 16px;
  background: url('../images/check7.png') no-repeat 0px center;
}
.news-check-box .input:checked + .s {
  background: url('../images/check8.png') no-repeat 0px center;
}
.index-news-ul.manage li .li-txt {
  padding-left: 36px;
}
.index-news-ul.manage li {
  position: relative;
}
.index-news-ul.manage li .li-pos {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}
.index-article-ul.manage li {
  padding-left: 60px;
  position: relative;
}
.index-article-ul.manage li .li-pos {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}

.index-shop-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -20px;
}
.index-shop-ul li {
  width: 50%;
}
.index-shop-ul li .li-con {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  display: flex;
  margin: 10px 20px;
}
.index-shop-ul li img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 10px;
}
.index-shop-ul li .li-txt {
  flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 0;
  line-height: 1;
}
.index-shop-ul li .li-txt .li-t {
  font-size: 16px;
}
.index-shop-ul li .li-c {
  font-size: 12px;
  color: #666;
}
.index-shop-ul.manage li {
  position: relative;
}
.index-shop-ul.manage li .li-con {
  position: relative;
}
.index-shop-ul.manage li {
  position: relative;
}
.index-shop-ul.manage li .li-pos {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}

.index-goods-ul {
  margin: 30px -20px;
  display: flex;
  flex-wrap: wrap;
}
.index-goods-ul li {
  width: 50%;
}
.index-goods-ul .li-con {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  margin: 10px 20px;
  position: relative;
}
.index-goods-ul .li-c {
  display: flex;
  margin: 10px 0;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.index-goods-ul .li-c .num {
  flex: 1;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.index-goods-ul .li-c .tag {
  border: 1px solid #ff9b05;
  font-size: 12px;
  color: #ff9b05;
  padding: 0 4px;
  margin-right: 10px;
  line-height: 16px;
  border-radius: 2px;
}
.index-goods-ul .li-d {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 10px 0;
}
.index-goods-ul .price {
  color: #fd0202;
  font-size: 14px;
  font-weight: bold;
  margin-right: 25px;
}
.index-goods-ul .p-line {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.index-goods-ul .li-img img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.index-goods-ul .li-img {
  margin-right: 10px;
}
.index-goods-ul .li-txt {
  flex: 1;
  overflow: hidden;
  padding: 5px 0;
}
.index-goods-ul .li-t {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.index-goods-ul.manage li .li-pos {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}

.center-share {
  margin: 20px 0px;
}
.center-share .share-banner {
  margin: 20px 0px;
  padding: 13.08411214953271%;
  position: relative;
}
.center-share .share-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.center-share .share-flex {
  display: flex;
  align-items: center;
}
.center-share .share-flex .input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 40px;
  padding: 0 10px;
  min-width: 400px;
  margin-left: 10px;
}
.center-share .share-flex .share-content {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  min-width: 400px;
  margin-left: 10px;
}
.center-share .share-btn {
  width: 80px;
  height: 40px;
  border-radius: 4px;
  background: #168aff;
  color: #fff;
  font-size: 14px;
}

.center-apply {
  margin: 20px 0px;
}
.center-apply-table {
  width: 100%;
  border-collapse: collapse;
}
.center-apply-table td {
  padding: 20px 0px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 24px;
}
.center-apply-btn {
  border: 1px solid #168aff;
  font-size: 12px;
  color: #168aff;
  width: 64px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
}
.center-apply-btn-s {
  border: 1px solid #168aff;
  font-size: 12px;
  color: #168aff;
  width: 64px;
  text-align: center;
  background: #168aff;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
}
.confirm-one .member-ul li .edit {
  margin-left: 10px;
}
.center-address .confirm-one .member-ul li {
  width: 25%;
}

.center-about {
  margin: 30px 0px;
}
.center-about .about-logo {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 999em;
}
.center-about .article {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.center-about .tel {
  margin: 20px 0px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.ts-upload-btn {
  width: 100px;
  height: 100px;
  background: url('../images/up2.png');
}
.center-article {
  margin: 20px 0px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.center-tit-tab {
  display: flex;
  line-height: 1;
}
.center-tit-tab .li {
  color: #666;
  font-size: 24px;
  margin-right: 60px;
  cursor: pointer;
  position: relative;
}
.center-tit-tab .li.active {
  color: #168aff;
}
.center-tit-tab .li.active:after {
  width: 100%;
  height: 2px;
  background: #168aff;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
}
.index-title.mm:after {
  display: none;
}

.center-set {
  display: none;
}
.center-set-eye-open {
  width: 20px;
  position: absolute;
  right: 10px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: url('../images/eye1.png') no-repeat center;
  background-size: 16px;
}

.center-set-eye-close {
  width: 20px;
  position: absolute;
  right: 10px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: url('../images/eye2.png') no-repeat center;
  background-size: 16px;
}
.center-set.active {
  display: block;
}
.person-box-ul li {
  position: relative;
}
.person-box-ul .set-ver {
  font-size: 12px;
  color: #ff9b05;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 40px;
}
.person-box-ul .re-get {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 40px;
}

.order-tab {
  background: #f7f7f7;
  padding: 10px 20px 10px 0;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-tab .tab {
  display: flex;
}
.order-tab .tab-a {
  font-size: 16px;
  color: #666;
  margin: 0 30px;
  cursor: pointer;
}
.order-tab .tab-a.on {
  font-weight: bold;
  color: #168aff;
}
.order-tab .tk-a {
  font-size: 16px;
  color: #168aff;
  border: 1px solid #168aff;
  padding: 0 5px;
  line-height: 28px;
  border-radius: 5px;
}
.order-list {
  margin: 20px 0px;
}
.order-list-th {
  display: flex;
  border-bottom: 2px solid #acc5ff;
  font-size: 12px;
  color: #666;
  line-height: 1;
  padding-bottom: 10px;
}
.order-list-th .th-left {
  width: 83%;
  display: flex;
}
.order-list-th .th-left.rate80 {
  width: 80%;
}
.order-list .rate35 {
  width: calc(35% - 40px);
  padding: 0 20px;
  min-height: 1px;
}
.order-list .rate46 {
  width: calc(46% - 40px);
  padding: 0 20px;
  min-height: 1px;
}
.order-list .rate12 {
  width: 12%;
  text-align: center;
  min-height: 1px;
}
.order-list .rate13 {
  width: 13.5%;
  text-align: center;
  min-height: 1px;
}
.order-list .rate22 {
  width: 15%;
  text-align: center;
  min-height: 1px;
}
.order-list .rate17 {
  width: 17%;
  text-align: center;
  min-height: 1px;
}
.order-list .rate40 {
  width: calc(35% - 40px);
  padding: 0 20px;
  min-height: 1px;
}
.order-list .rate24 {
  width: 24%;
  text-align: center;
  min-height: 1px;
}
.order-list .rate20 {
  width: 20%;
  text-align: center;
  min-height: 1px;
}
.order-list .rate15 {
  width: 15%;
  text-align: center;
  min-height: 1px;
}
.order-list .rate18 {
  width: 18%;
  text-align: center;
  min-height: 1px;
}
.order-list .rate40 {
  width: calc(40% - 40px);
  padding: 0 20px;
  min-height: 1px;
}
.order-list-td .td-left.rate80 {
  width: 80%;
}
.order-list .rate50 {
  width: calc(50% - 40px);
  padding: 0 20px;
  min-height: 1px;
}
.order-list .rate25 {
  width: 25%;
  text-align: center;
  min-height: 1px;
}

.order-list-border {
  margin: 20px 0px;
  border: 1px dashed #4a7ffe;
  border-radius: 4px;
  background: #f9fbff;
}
.order-list-border .list-hd {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
  border-bottom: 1px dashed #acc5ff;
}
.order-list-border .list-hd .dl {
  display: flex;
  align-items: center;
}
.order-list-border .list-hd .dl img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 5px;
}
.order-list-border .list-hd .dl .dd {
  background: url('../images/more1.png') no-repeat right center;
  padding-right: 15px;
  font-size: 12px;
}
.order-list-td {
  display: flex;
  align-items: center;
}
.order-list-border .status {
  display: flex;
  align-items: center;
}
.order-list-border .status .icon {
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
}
.order-list-td .td-left {
  width: 83%;
}
.order-list-td .td-flex {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px dashed #acc5ff;
  border-right: 1px dashed #acc5ff;
}
.order-list-td .td-flex:nth-last-child(1) {
  border-bottom: none;
}
.order-list-td .hd-c {
  font-size: 14px;
}
.order-list-td .dl {
  display: flex;
}
.order-list-td .dl img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin-right: 10px;
}
.order-list-td .dd {
  flex: 1;
  overflow: hidden;
}
.order-list-td .dd-t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.order-list-td .dd-c {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #999;
}
.order-list-td .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0px;
}
.order-list-td .tag {
  line-height: 16px;
  font-size: 12px;
  color: #ff9b05;
  border: 1px solid #ff9b05;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 5px;
}
.order-list-td .cz {
  font-size: 12px;
  color: #666;
}
.order-list-td .price {
  font-size: 12px;
  color: #fd0202;
}
.order-list-td .num {
  font-size: 12px;
}
.order-list-td .d-price {
  font-size: 12px;
}
.order-list-td .d-price .p-line {
  text-decoration: line-through;
  color: #999;
}
.order-list-td .td-btn {
  width: 100px;
  height: 32px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #168aff;
  margin: 0 auto;
}
.order-list-td .td-btn-g {
  width: 100px;
  height: 32px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
  background: none;
  margin: 0 auto;
  color: #666;
}
.order-list-td .td-btn-bor {
  width: 100px;
  height: 32px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #168aff;
  margin: 0 auto;
  border: 1px solid #168aff;
  color: #168aff;
  background: none;
}

.order-one {
  margin: 10px auto 30px auto;
  justify-content: center;
  display: flex;
  text-align: center;
  font-size: 12px;
  max-width: 1200px;
}
.order-one .icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.order-one .li-t {
  font-size: 12px;
  margin-top: 5px;
}
.order-one .li {
  color: #999;
  position: relative;
  width: 110px;
}
.order-one .li + .li {
  margin-left: 150px;
}
.order-one .li .h {
  display: none;
}
.order-one .li.on {
  color: #333;
}
.order-one .li:before {
  height: 8px;
  background: url('../images/order11.png') no-repeat center;
  width: 208px;
  position: absolute;
  right: 85px;
  top: 12px;
  display: block;
  content: '';
}
.order-one .li:nth-child(1):before {
  display: none;
}
.order-one .li.on:before {
  background: url('../images/order12.png') no-repeat center;
}
.order-one .li.on .d {
  display: none;
}
.order-one .li.on .h {
  display: block;
}

.order-two {
  margin: 20px 0px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.order-two .two-tit {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.order-two .two-tit .t {
  font-size: 18px;
  line-height: 1;
  color: #1a1a1a;
  flex: 1;
}
.order-two .two-tit .tel {
  background: url('../images/order6.png') no-repeat 0px center;
  padding-left: 30px;
  line-height: 25px;
  color: #666;
}
.order-two .two-tit .kefu {
  background: url('../images/order7.png') no-repeat 0px center;
  padding-left: 30px;
  line-height: 24px;
  color: #666;
  margin-left: 40px;
}
.order-two .two-ul {
  padding: 10px 20px;
}
.order-two .two-ul .label {
  color: #666;
  white-space: nowrap;
}
.order-two .two-ul .li-flex {
  display: flex;
}
.order-two .two-ul .rate50 {
  width: 50%;
}
.order-two .two-ul .rate100 {
  width: 100%;
}
.order-two .two-ul li {
  display: flex;
  margin: 10px 0px;
}
.order-two .two-ul .pz-img {
  width: 80px;
  height: 96px;
  margin-right: 10px;
  border-radius: 4px;
}

.order-three {
  margin: 20px 0px;
  border: 1px dashed #4a7ffe;
  border-radius: 4px;
}
.order-three .th-left {
  display: flex;
  width: 83%;
}
.order-three .th-left.rate80 {
  display: flex;
  width: 80%;
}
.order-three .rate34 {
  width: calc(30% - 40px);
  padding: 0 20px;
  min-height: 1px;
}
.order-three .rate40 {
  width: calc(40% - 40px);
  padding: 0 20px;
  min-height: 1px;
}
.order-three .rate50 {
  width: calc(50% - 40px);
  padding: 0 20px;
  min-height: 1px;
}
.order-three .rate10 {
  width: 10%;
  text-align: center;
  min-height: 1px;
}
.order-three .rate12 {
  width: 12%;
  text-align: center;
  min-height: 1px;
}
.order-three .rate16 {
  width: 17%;
  text-align: center;
  min-height: 1px;
}
.order-three-th {
  display: flex;
  line-height: 1;
  font-size: 12px;
  color: #666;
  padding: 12px 0px;
  border-bottom: 1px dashed #acc5ff;
}
.order-three-td {
  display: flex;
}
.order-three-td .td-left {
  width: 83%;
}
.order-three-td .td-flex {
  display: flex;
}
.order-three-td .td-flex + .td-flex {
  margin-top: 20px;
}
.order-three-td .dl {
  display: flex;
}
.order-three-td .dl img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin-right: 10px;
}
.order-three-td .dd {
  flex: 1;
  overflow: hidden;
}
.order-three-td .dd-t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.order-three-td .dd-c {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #999;
}
.order-three-td .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0px;
}
.order-three-td .tag {
  line-height: 16px;
  font-size: 12px;
  color: #ff9b05;
  border: 1px solid #ff9b05;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 5px;
}
.order-three-td .cz {
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.order-three-td .price {
  font-size: 12px;
  color: #fd0202;
}
.order-three-td .num {
  font-size: 12px;
}
.order-three-td .d-price {
  font-size: 12px;
}
.order-three-td .d-price .p-line {
  text-decoration: line-through;
  color: #999;
}
.order-three-td .td-btn {
  width: 100px;
  height: 32px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #168aff;
  margin: 0 auto;
}
.order-three-td .td-btn-g {
  width: 100px;
  height: 32px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
  background: none;
  margin: 0 auto;
  color: #666;
}
.order-three-td .td-btn-bor {
  width: 100px;
  height: 32px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #168aff;
  margin: 0 auto;
  border: 1px solid #168aff;
  color: #168aff;
  background: none;
}
.order-three-td {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
.order-four {
  margin: 20px 0px 50px 0;
  display: flex;
}
.order-four .ly {
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  margin: 15px 0px;
}
.order-four .li {
  width: 320px;
  margin: 15px 0px 15px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-four .li .label {
  color: #666;
}
.order-four .li .cc {
  color: #1a1a1a;
}
.order-four .li .price {
  color: #fd0202;
  font-size: 18px;
}

.order-apply {
  margin: 10px 0 30px 0px;
  border: 1px dashed #4a7ffe;
  border-radius: 4px;
  padding: 20px;
}
.order-apply .tk-dl {
  display: flex;
}
.order-apply .tk-dl .dt {
  margin-right: 10px;
}
.order-apply .tk-dl .dt img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.order-apply .tk-dl .dd {
  flex: 1;
  overflow: hidden;
}
.order-apply .tk-dl .dd-t {
  font-size: 14px;
  overflow: hidden;
}
.order-apply .tk-dl .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0px;
}
.order-apply .tk-dl .tag {
  line-height: 16px;
  font-size: 12px;
  color: #ff9b05;
  border: 1px solid #ff9b05;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 5px;
}
.order-apply .tk-dl .dd-c {
  color: #999;
  font-size: 12px;
  margin: 10px 0;
}
.order-apply .tk-dl .dd-d {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.order-apply .tk-dl .dd-d .p {
  font-size: 14px;
  color: #fd0202;
}
.order-apply .tk-dl .dd-d .p-line {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  margin: 0 120px 0 30px;
}
.order-apply .tk-li {
  margin: 20px 0;
  display: flex;
}
.order-apply .tk-li .label {
  width: 85px;
  margin-right: 10px;
  line-height: 40px;
}
.order-apply .tk-li .li-fr {
  flex: 1;
  max-width: 840px;
}
.order-apply .tk-li .layui-form-select {
  margin: 0 -10px;
}
.order-apply .tk-li .layui-input {
  border: none;
  height: 40px;
  font-size: 12px;
}
.order-apply .tk-li .price {
  color: #fd0202;
  line-height: 40px;
}
.order-apply .tk-li .label.line20 {
  line-height: 20px;
}
.order-apply .tk-li .li-text {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
}
.order-apply .tk-li .text {
  font-size: 12px;
  width: 100%;
  resize: none;
}
.layui-form .layui-unselect::placeholder {
  color: #999;
}
.order-apply .tk-li .text::placeholder {
  color: #999;
}
.order-apply .tk-li .tk-upload {
  display: flex;
}
.order-apply .tk-li .tk-upload .img-item {
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 10px;
}
.order-apply .tk-li .tk-upload .img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.order-apply .tk-li .tk-upload .delete-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #eee url(../images/close1.png) no-repeat center/70%;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 200ms;
}
.order-apply .tk-li .tk-upload .delete-icon:hover {
  opacity: 1;
}
.order-apply .tk-li .tk-upload .upload-btn {
  width: 80px;
  height: 80px;
  background: url('../images/up11.png') no-repeat center;
  cursor: pointer;
}
.order-apply .tk-btn {
  margin: 30px auto 30px 95px;
  width: 180px;
  height: 48px;
  background: #168aff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

.center-log {
  border: 1px dashed #4a7ffe;
  border-radius: 4px;
  margin: 20px 0 50px 0;
}
.center-log .log-hd {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  line-height: 1;
  border-bottom: 1px dashed #acc5ff;
}
.center-log .log-hd .icon {
  width: 24px;
  height: 24px;
}
.center-log .log-hd .t {
  margin: 0 20px 0 10px;
}
.center-log .log-hd .c {
}
.center-log .log-list {
  padding: 20px;
}
.center-log .log-list-ul {
  position: relative;
}
.center-log .log-list-ul:before {
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: 10px;
  top: 0;
  display: block;
  content: '';
}
.center-log .log-list-ul li {
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}
.center-log .log-list-ul li:before {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 100%;
  position: absolute;
  left: 6px;
  top: 0;
  display: block;
  content: '';
}
.center-log .log-list-ul li .li-t {
  font-size: 13px;
  color: #999;
}
.center-log .log-list-ul li .li-c {
  font-size: 12px;
  color: #999;
}
.center-log .log-list-ul li.on:before {
  width: 20px;
  height: 20px;
  background: url('../images/log2.png') no-repeat center;
  left: 0;
}

.tk-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.tk-detail {
  margin: 10px 0 50px 0;
  border: 1px dashed #4a7ffe;
}
.tk-detail-hd {
  padding: 20px;
  border-bottom: 1px dashed #acc5ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tk-detail-hd .hd-fl {
}
.tk-detail-hd .hd-fr {
  display: flex;
  align-items: center;
}
.tk-detail-hd .t {
  font-size: 18px;
}
.tk-detail-hd .t.cg {
  color: #ff9b05;
}
.tk-detail-hd .c {
  font-size: 14px;
  margin-top: 8px;
}
.tk-detail-hd .tel {
  background: url('../images/order6.png') no-repeat 0px center;
  padding-left: 30px;
  line-height: 25px;
  color: #666;
}
.tk-detail-hd .kefu {
  background: url('../images/order7.png') no-repeat 0px center;
  padding-left: 30px;
  line-height: 24px;
  color: #666;
  margin-left: 40px;
}
.tk-detail-bd {
  padding: 20px;
}
.tk-detail-bd .bd-dl {
  display: flex;
}
.tk-detail-bd .bd-dl img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 10px;
}
.tk-detail-bd .bd-dl .dd {
  flex: 1;
  overflow: hidden;
}
.tk-detail-bd .bd-dl .dd-t {
  font-size: 14px;
}
.tk-detail-bd .dd-c {
  font-size: 12px;
  color: #999;
  margin: 5px 0;
}
.tk-detail-bd .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0px;
}
.tk-detail-bd .tag {
  line-height: 16px;
  font-size: 12px;
  color: #ff9b05;
  border: 1px solid #ff9b05;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 5px;
}
.tk-detail-bd .num {
  font-size: 12px;
}
.tk-detail-li {
  display: flex;
  margin: 10px;
}
.tk-detail-li .label {
  white-space: nowrap;
  color: #666;
}
.tk-detail-li .li-c {
  flex: 1;
}
.tk-detail-li .li-flex {
  display: flex;
  flex-wrap: wrap;
}
.tk-detail-li .li-flex img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.tk-detail-hd .hd-mid {
  display: flex;
  align-items: center;
}
.tk-detail-hd .reject-btn {
  margin: 0 10px;
  width: 140px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 18px;
}
.tk-detail-hd .ptj-btn {
  margin: 0 10px;
  width: 140px;
  height: 40px;
  border: 1px solid #0062f5;
  border-radius: 4px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #168aff;
  font-size: 18px;
}
.tk-detail-hd .sqtk-btn {
  margin: 0 10px;
  width: 140px;
  height: 40px;
  background: #168aff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.tk-detail-hd .cc {
  font-size: 12px;
  color: #fd0202;
  margin-top: 8px;
}

.toudi-tab {
  margin: 20px 0;
  background: #f7f7f7;
  line-height: 48px;
  padding: 0 0px;
  display: flex;
  align-items: center;
}
.toudi-tab .tab-a {
  font-size: 16px;
  color: #666;
  margin: 0 30px;
}
.toudi-tab .tab-a.active {
  color: #168aff;
  font-weight: bold;
}
.toudi-tab .flex {
  flex: 1;
}
.toudi-tab .fb-btn {
  margin-right: 20px;
  width: 88px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #168aff;
  text-align: center;
  line-height: 28px;
  color: #168aff;
  font-size: 16px;
}
.toudi-list {
  margin: 20px 0px;
}
.toudi-list-ul li a {
  display: block;
  margin: 20px 0px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.toudi-list-ul li .li-t {
  display: flex;
  align-items: center;
  line-height: 1;
}
.toudi-list-ul li .t {
  font-size: 18px;
  color: #1a1a1a;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toudi-list-ul li .ss {
  color: #168aff;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.toudi-list-ul li .ss-icon {
  margin-right: 4px;
}
.toudi-list-ul li .li-p {
  font-size: 18px;
  color: #fd0202;
  line-height: 1;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toudi-list-ul li .li-c {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  margin: 10px 0px;
}
.toudi-list-ul li .li-d {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toudi-list-ul li .date {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.toudi-list-ul li .dl {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.toudi-list-ul li .dl img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 10px;
}
.toudi-list-ul li .dl .dd .dd-t {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.toudi-list-ul li .dl .dd .dd-t .tt {
  font-size: 14px;
}
.toudi-list-ul li .dl .dd .dd-c {
  font-size: 12px;
  color: #666;
}
.toudi-list-ul li .dl .dd .tag {
  padding: 0 4px;
  line-height: 16px;
  font-size: 12px;
  color: #ff9b05;
  font-weight: lighter;
  border: 1px solid #ff9b05;
  border-radius: 2px;
  margin-left: 5px;
}
.toudi-list-ul li .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  display: block;
}
.toudi-detail-btn {
  width: 100px;
  height: 36px;
  border: 1px solid #168aff;
  color: #168aff;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  display: block;
}
.toudi-detail-tit {
  font-size: 20px;
  color: #1a1a1a;
}

.public-talent-hos .tag {
  font-weight: lighter;
}

.color-orange {
  color: #ff9b05;
}
.public-talent-head.mar-t20 {
  margin: 20px 0px;
}
.public-talent-head .ss {
  color: #168aff;
  display: flex;
  align-items: center;
}
.public-talent-head .ss-icon {
  margin-right: 4px;
}
.public-talent-head .head-fr {
  text-align: right;
}
.public-talent-head .tz-btn {
  margin-top: 30px;
  border: 1px solid #168aff;
  border-radius: 4px;
  line-height: 28px;
  width: 80px;
  text-align: center;
  color: #168aff;
  font-size: 16px;
  display: block;
}
.public-talent-head .icon-flex {
  display: flex;
  margin-top: 50px;
  justify-content: flex-end;
}
.public-talent-head .icon-flex .icon {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.person-box-ul .li-input .input {
  font-size: 12px;
}
.person-box-ul .li-input .text {
  font-size: 12px;
}
.person-box-ul .li-input .input::placeholder {
  color: #999;
}
.person-box-ul .li-input .text::placeholder {
  color: #999;
}
/* 发布文章封面图 */
.add-article-form .cover-li-div {
  display: flex;
}
.add-article-form .cover-wrapper {
  position: relative;
  margin-right: 10px;
}
.add-article-form .cover-wrapper .cover-image {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.add-article-form .cover-wrapper .icon-delete {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #eee url('../images/close1.png') no-repeat center/70%;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 200ms;
}
.add-article-form .cover-wrapper .icon-delete:hover {
  opacity: 1;
}
.article-post-btn {
  width: 80px;
  height: 80px;
  background: url('../images/upload1.png') no-repeat center;
  cursor: pointer;
}

.gongshi-tip {
  margin-left: 30px;
}
.gongshi-edit {
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url('../images/edit11.png') no-repeat center;
  margin-right: 20px;
}
.gongshi-delete {
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url('../images/delete11.png') no-repeat center;
  margin-left: 60px;
  margin-right: 20px;
}
.gongshi-bohui {
  font-size: 12px;
  color: #fd0202;
  background: url('../images/icon41.png') no-repeat 0px center;
  padding-left: 20px;
}

.expert-head.mar-t20 {
  margin: 20px 0px;
}
.expert-head-a {
  display: block;
  background: url('../images/more1.png') no-repeat right center;
}
.public-talent-tit.non:before {
  display: none;
}

.public-talent-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zj-center-tab {
  display: flex;
}
.zj-center-tab .tab-a {
  font-size: 14px;
  margin-left: 40px;
  color: #666;
  position: relative;
}
.zj-center-tab .tab-a.active {
  color: #168aff;
}
.zj-center-tab .tab-a.active:after {
  width: 100%;
  height: 2px;
  background: #4a7ffe;
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
  content: '';
}
.zj-fb-btn {
  width: 100px;
  height: 36px;
  display: block;
  line-height: 36px;
  text-align: center;
  border: 1px solid #168aff;
  border-radius: 4px;
  font-size: 18px;
  color: #168aff;
}

.center-fans {
  margin: 20px 0px;
}
.center-fans-ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0px;
}
.center-fans-ul li img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-right: 10px;
}
.center-fans-ul li .name {
}
.center-content .index-zj-ul li {
  width: calc(33.333% - 22px);
  position: relative;
}
.center-content .index-zj-ul li .li-pos {
  position: absolute;
  left: 10px;
  top: 10px;
}

.store-detail-fr .fr-price .num.mar {
  margin-left: 0;
  margin-right: 20px;
}
.store-detail-fr .fr-gg {
  margin: 20px 0px;
  overflow: hidden;
}
.store-detail-fr .fr-gg .gg-table {
  width: 100%;
  border-collapse: collapse;
}
.store-detail-fr .fr-gg .gg-table td {
  padding: 20px 0px;
  border-bottom: 1px solid #e0e0e0;
}
.store-detail-fr .fr-gg .gg-table .p-line {
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
}
.store-detail-fr .fr-gg .gg-table .pp {
  color: #ff9b05;
  font-size: 12px;
}
.store-detail-fr .fr-gg .gg-table .pm {
  font-size: 12px;
  color: #666;
}

.gys-center-head {
  margin: 20px 0px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.gys-center-head .head-dl {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.gys-center-head .head-dl img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 10px;
}
.gys-center-head .head-dl .dd {
  flex: 1;
  overflow: hidden;
}
.gys-center-head .head-dl .dd-t {
  background: url('../images/more1.png') no-repeat right center;
  padding-right: 16px;
  font-size: 16px;
}
.gys-center-head .head-dl .dd-c {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.gys-center-head-gl-b {
  width: 150px;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 48px;
  border: 1px solid #168aff;
  border-radius: 4px;
  font-size: 18px;
  color: #168aff;
  margin-left: 20px;
}
.gys-center-head-gl-o {
  width: 150px;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 48px;
  border: 1px solid #ff9b05;
  border-radius: 4px;
  font-size: 18px;
  color: #ff9b05;
  margin-left: 20px;
}

.gys-center-one {
  position: relative;
  justify-content: space-between;
  color: #fff;
  margin: 20px 0px;
  background: linear-gradient(169deg, #ffb74a 0%, #ff8311 100%);
  border-radius: 4px;
  padding: 35px 20px;
  display: flex;
  align-items: center;
  z-index: 0;
}
.gys-center-one .li .t {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
}
.gys-center-one .li {
  width: 33.33%;
}
.gys-center-one .mx-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ffd;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
}
.gys-center-one .mx-btn + .mx-btn {
  margin-left: 20px;
}
.gys-center-one .mx-btn:hover {
  background-color: #fff;
  color: #ff9b05;
}
/* .gys-center-one .js-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ffd;
  border-radius: 4px;
  font-size: 18px;
  color: #ff9b05;
  background: #fff;
  margin-left: 20px;
} */
.gys-center-one .one-fl {
  width: 65%;
  display: flex;
}
.gys-center-one .one-fr {
  display: flex;
}
.gys-center-one:before {
  width: 150px;
  height: 100%;
  position: absolute;
  left: 55%;
  bottom: 0;
  background: url('../images/mm5.png') no-repeat center;
  display: block;
  content: '';
  z-index: -1;
}

.gys-center-two {
  margin: 20px 0px;
}
.gys-center-two .two-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gys-center-two .two-hd .t {
  font-size: 16px;
}
.gys-center-date {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 0 10px;
}
.gys-center-date .layui-input {
  background: url('../images/down12.png') no-repeat right center;
  border: none;
  font-size: 12px;
  width: 100px;
  padding: 0 20px 0 0;
  height: 40px;
  line-height: inherit;
}
.gys-center-date .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.gys-center-two-ul {
  margin: 20px 0px;
}
.gys-center-two-ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  height: 30px;
}
.gys-center-two-ul .date {
  color: #999;
  text-align: right;
}
.gys-center-two-ul .rate40 {
  width: 40%;
}
.gys-center-two-ul .rate30 {
  width: 30%;
}
.gys-center-two-ul .rate25 {
  width: 25%;
}
.gys-center-two-ul .rate20 {
  width: 20%;
}
.gys-center-two-ul .rate10 {
  width: 10%;
}
.gys-center-two-ul .primary-plant-btn {
  width: 80px;
  height: 30px;
  display: block;
  text-align: center;
  border: 1px solid #168aff;
  border-radius: 4px;
  font-size: 14px;
  color: #168aff;
}

.gys-center-three {
  margin: 20px 0px;
}
.gys-center-hd {
  display: flex;
  align-items: center;
}
.gys-center-hd .li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.gys-center-hd .label {
  margin-right: 10px;
}
.gys-center-hd .layui-form-select .layui-input {
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.gys-center-three-ul li {
}
.gys-center-three-ul li .goods-info {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding: 20px;
  display: flex;
}
.gys-center-three-ul li img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 10px;
}
.gys-center-three-ul li .li-txt {
  flex: 1;
  overflow: hidden;
}
.gys-center-three-ul li .li-t {
  font-size: 14px;
}
.gys-center-three-ul li .li-c {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.gys-center-three-ul li .li-d {
  display: flex;
  align-items: center;
}
.gys-center-three-ul li .num {
  flex: 1;
  font-size: 12px;
  color: #666;
  text-align: right;
}
.gys-center-three-ul li .p-line {
  font-size: 12px;
  text-decoration: line-through;
  color: #999;
  margin: 0 20px;
}
.gys-center-three-ul li .p {
  font-size: 14px;
  color: #fd0202;
}
.gys-center-three-ul li .c {
  flex: 1;
  color: #ff9b05;
  font-size: 14px;
}
.gys-center-three-edit {
  background: url('../images/mm2.png') no-repeat 0px center;
  padding-left: 20px;
  font-size: 12px;
  cursor: pointer;
  color: #168aff;
  margin-left: 30px;
}
.gys-center-three-down {
  background: url('../images/mm1.png') no-repeat 0px center;
  padding-left: 20px;
  font-size: 12px;
  cursor: pointer;
  color: #666;
  margin-left: 30px;
}
.gys-center-three-up {
  background: url('../images/mm3.png') no-repeat 0px center;
  padding-left: 20px;
  font-size: 12px;
  cursor: pointer;
  color: #ff9b05;
  margin-left: 30px;
}

.peixun-center {
  display: none;
}
.peixun-center.active {
  display: block;
}

.order-list-td .dl.px img {
  width: 128px;
  height: 96px;
}
.order-list-td .dl.px .dd-c {
  margin: 5px 0px;
}
.order-list-td .dl.px .dd-d {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-list-td .dl.px .n {
  font-size: 12px;
  color: #666;
}
.order-list-td .dl.px .d-dl {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.order-list-td .dl.px .d-dl img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 5px;
}
.order-list-td .dl.px .address {
  font-size: 12px;
  color: #666;
  line-height: 1;
  display: flex;
  flex: 1;
  margin-right: 10px;
}
.order-list-td .dl.px .address .icon {
  width: 12px;
  height: 12px;
}

.peixun-center-dg {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 20px 0px;
}
.peixun-center-dg .dg-tit {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e0e0e0;
}
.peixun-center-dg .dg-tit .t {
  font-size: 18px;
  line-height: 1;
  color: #1a1a1a;
}
.peixun-kefu {
  cursor: pointer;
  color: #666;
  background: url('../images/ke1.png') no-repeat 0px center;
  padding-left: 30px;
}

@media (max-width: 1400px) {
  .main-header .header-message {
    margin: 0 20px;
  }
  .header-nav {
    padding: 0 20px;
  }
}
