* {
  padding: 0;
  margin: 0;
}
[v-cloak] {
  display: none !important;
}
body,
html {
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-size: 14px;
  color: #333;
  margin: 0 auto !important;
  background: #f7f8f8;
}
#app {
  min-height: 100%;
  position: relative;
}
a {
  cursor: pointer;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #b01f24;
}
a:hover {
  text-decoration: none;
}
i,
em,
span {
  font-style: normal;
  display: inline-block;
}
u {
  display: inline-block;
  text-decoration: none;
}
img {
  border: none;
}
ul li,
ol li {
  list-style-type: none;
}
button {
  border: none;
}
input,
select,
textarea {
  outline: none;
  font-family: "微软雅黑";
}
.el-image__inner--center {
  left: 0;
  top: 0;
  transform: none;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.center1100 {
  width: 1100px;
  margin: 0 auto;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear-fix {
  clear: both;
}
.clear-fix:after {
  content: "";
  clear: both;
  display: block;
}
.iconfont {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 30px;
}
.red {
  color: #b01f24 !important;
}
.green {
  color: green !important;
}
.yellow {
  color: #d99f4d !important;
}
.row2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.import {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.import .vip {
  height: 20px;
  margin-bottom: -4px;
}
.scroll-box {
  max-height: 600px;
  overflow-y: scroll;
}
.scroll-x {
  width: 880px;
  overflow-x: scroll;
}
.no-more {
  text-align: center;
  margin: 20px 0;
  color: #ccc;
}
.badge-list-dialog .dialog-footer {
  width: 100%;
}
.badge-list-dialog .el-dialog__footer {
  border-top: 1px solid #eee;
  padding: 0;
}
.tips {
  display: none;
  text-align: center;
}
.tips em {
  z-index: 101;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  padding: 5px 15px 6px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: all 0.5s;
}
.txt-left {
  text-align: left !important;
}
.code-popup {
  text-align: center;
}
.table-center {
  margin: 20px;
  width: calc(100% - 40px) !important;
}
.login-copy-right {
  text-align: center;
  margin: 20px 0;
  color: #808080;
  font-size: 12px;
}
.logo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.logo-bar .logo span {
  padding: 3px 10px;
  border-left: 1px solid #e3e3e3;
  margin-left: 10px;
  color: #b01f24;
  font-size: 18px;
  vertical-align: middle;
}
.logo-bar .logo img {
  vertical-align: middle;
}
.logo-bar img {
  width: 164px;
}
.logo-bar .logo-bar-right {
  color: #bababa;
}
.logo-bar .logo-bar-right i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #bababa;
  margin-right: 5px;
}
.logo-bar .logo-bar-right a {
  margin-right: 20px;
  color: #bababa;
}
.logo-bar .logo-bar-right a:hover {
  color: #b01f24;
}
.logo-bar .logo-bar-right a:hover i {
  border-color: #b01f24;
}
.logo-bar .logo-bar-right .appDownload {
  font-weight: 700;
  color: #999;
}
.logo-bar .logo-bar-right .appDownload:hover {
  color: #b01f24;
  cursor: pointer;
}
.bor-r {
  border-right: 1px solid #e3e3e3 !important;
}
.coin-tag {
  position: absolute;
  right: 5px;
  top: 0px;
  text-align: center;
  color: #fff;
}
.coin-tag .iconfont {
  color: #67c23a;
  font-size: 34px;
  margin: 0;
}
.coin-tag em {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 7px;
  font-weight: 700;
}
.img-box {
  width: 170px;
  height: 128px;
  overflow: hidden;
  text-align: center;
  display: flex;
  background-color: #eee;
  position: relative;
  margin-right: 20px;
  border-radius: 4px;
}
.img-box .el-image {
  height: 100%;
  width: 100%;
}
.img-box .el-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.img-box .el-image__inner--center {
  display: inline-block;
}
.black .img-box {
  background: #333;
}
.nav-bar {
  display: flex;
  justify-content: space-between;
}
.nav-bar nav {
  display: flex;
  font-size: 16px;
  align-items: center;
}
.nav-bar nav p {
  margin-right: 30px;
}
.nav-bar nav p a {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 6px solid transparent;
}
.nav-bar nav .active a {
  color: #b01f24;
  border-color: #b01f24;
}
.nav-bar nav a:hover {
  color: #b01f24;
}
.nav-bar .search-bar {
  width: 350px;
  height: 40px;
  border: 1px solid #b01f24;
  background-color: #b01f24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: -15px;
}
.nav-bar .search-bar input {
  height: 100%;
  border: none;
  padding: 0 20px;
  vertical-align: middle;
  flex: 1;
}
.nav-bar .search-bar a {
  width: 54px;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #b01f24;
}
.banner {
  width: 100%;
  overflow-x: hidden;
  height: 240px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(180deg, #d9a293 0%, #ffeede 100%);
}
.banner img {
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
h2 {
  font-size: 24px;
  font-weight: 400;
  padding: 25px 0;
}
h2 a {
  font-size: 14px;
  float: right;
  margin-top: 6px;
}
.index-my-service {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: nowrap;
}
.index-my-service li {
  flex-wrap: nowrap;
  cursor: pointer;
  width: 240px;
  height: 168px;
  font-size: 20px;
  color: #000;
  background-color: #fff;
  margin-right: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #fff;
}
.index-my-service li i {
  margin-bottom: 10px;
  font-size: 50px;
  color: #b01f24;
  display: block;
}
.index-my-service li img {
  display: block;
  width: 66px;
  margin: 0 auto 10px;
}
.index-my-service li span {
  font-size: 16px;
}
.index-my-service li em {
  display: block;
  color: #999999;
  font-size: 16px;
  margin-top: 5px;
}
.index-my-service li:hover {
  border-color: #e3e3e3;
}
.index-my-service li:last-child {
  margin: 0;
}
.index-news {
  background-color: #fff;
  padding: 20px 30px;
}
.index-news li {
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
}
.index-news li em {
  color: #a6a6a6;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  padding: 3px 5px;
}
.index-news li h3 {
  font-size: 24px;
  color: #b01f24;
  margin-bottom: 10px;
}
.index-news li p {
  font-size: 16px;
  color: #999999;
}
.index-news li a {
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #b01f24;
  margin-top: 20px;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}
.index-news li a:hover {
  transform: scale(1.1);
}
.index-news li:last-child {
  border: none;
  margin: 0;
}
.el-pagination {
  padding: 30px 0;
  text-align: center;
}
.el-popper[x-placement^="bottom"] {
  margin-top: 0;
}
.el-empty {
  margin: 5% 0 10%;
}
.el-empty .el-empty__image {
  width: 130px;
}
.wrap {
  min-height: calc(100vh - 310px);
}
header {
  background-color: #fff;
}
footer {
  background-color: #fff;
  font-size: 14px;
  margin-top: 50px;
}
footer .center {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
footer .center .left {
  width: 310px;
}
footer .center .left .logo {
  width: 163px;
  margin-bottom: 20px;
}
footer .center .left p {
  margin-bottom: 5px;
}
footer .center .left p em {
  height: 30px;
  display: inline-block;
  float: left;
}
footer .center .left span {
  color: #b3b3b3;
  margin-bottom: 10px;
}
footer .center .right img {
  width: 141px;
  margin-left: 20px;
}
footer .copy-right {
  background-color: #f7f8f8;
  padding: 15px 0;
  text-align: center;
}
.white {
  background-color: #fff;
}
.white-box {
  background-color: #fff;
  min-height: 100px;
  padding: 25px 20px;
}
.btn-buy {
  background-color: #b01f24;
  height: 44px;
  padding: 0 20px;
  vertical-align: middle;
  margin-left: 20px;
  line-height: 44px;
  color: #fff;
}
.btn-buy:hover {
  color: #fff;
  background-color: #d1191f;
}
.btn-seckill {
  background: #d99f4d;
}
.seckillCount {
  padding-left: 20px;
}
.needToken {
  padding-bottom: 20px;
}
input[type="range"] {
  width: 100%;
  height: 25px;
  background: #eee;
  border-radius: 30px;
  z-index: 5;
}
.loading {
  text-align: center;
}
.loading img {
  width: 200px;
}
.mask {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 100;
}
.popup {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  width: 630px;
  background: #fff;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0 30px;
  z-index: 99;
  text-align: center;
  z-index: 100;
}
.popup .el-icon-close,
.popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  z-index: 100;
  margin-top: 0;
}
.popup h1 {
  font-size: 24px;
  border-bottom: 1px dotted #eee;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.popup input,
.popup textarea {
  flex: 1;
  margin: 0 5px;
  border: none;
  height: 20px;
}
.popup button {
  margin-top: 20px;
}
/* 拖拽插件 */
.safe-yz {
  width: 540px;
  margin: 0 auto 20px;
  position: relative;
}
.safe-img {
  position: relative;
  margin: 30px 0;
  background: #eee;
  overflow: hidden;
  z-index: 1;
}
.safe-yz .safeimg-big {
  display: block;
  width: 540px;
}
.safe-yz .safeimg-small {
  height: 250px;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
.safe-yz .safeimg-small img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0%;
  z-index: 9;
  width: 120px;
}
.safe-yz .icon-shuaxin1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #69ae6a;
  font-size: 40px;
  padding: 150px;
  margin: 0;
  font-weight: 700;
}
.safe-yz .yz-result {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 11;
  font-weight: 700;
  margin: -24px auto 0;
  font-size: 28px;
}
.safe-yz .yz-result i {
  margin-top: 2px;
}
.safe-yz .safe-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}
.safe-yz .van-slider {
  padding: 0 5% 0 0;
  margin-left: 40px;
  width: auto;
}
.safe-yz .van-slider__button-wrapper {
  z-index: 10;
  padding-top: 300px;
  margin-top: -151px;
}
.safe-yz .van-slider__bar {
  z-index: 2;
}
.safe-yz .van-slider__bar::before {
  content: "";
  width: 50px;
  height: 100%;
  background: #69ae6a;
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  border-radius: 50px;
}
.safe-yz .custom-button {
  width: 50px;
  height: 30px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  cursor: grab;
  position: relative;
}
.safe-yz .custom-button i {
  transform: rotate(90deg);
  color: #69ae6a;
  font-size: 22px;
  margin-top: 7px;
  margin-right: 10px;
}
.safe-yz .custom-tip {
  margin: 0 auto;
  font-size: 14px;
  color: #999;
  z-index: 1;
  width: 550px;
  height: 30px;
  position: absolute;
  bottom: -5px;
  left: 4%;
}
.recommend {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-bottom: none;
}
.recommend h2 {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.recommend h2 a {
  font-size: 16px;
  position: absolute;
  right: 20px;
}
.recommend .default li {
  text-align: left;
  border-right: 1px solid #e3e3e3;
}
.recommend .default li:nth-child(5n) {
  border-right: none;
}
.default {
  display: flex;
  flex-wrap: wrap;
}
.default li {
  width: calc(20% - 1px);
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-top: -1px;
  margin-left: -1px;
}
.default li .list-con {
  padding: 25px 15px;
  cursor: pointer;
}
.default li .list-con .img-box {
  width: 100%;
  height: 188px;
}
.default li .list-con .img-box .tip-miaosha {
  width: 80px !important;
  height: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
}
.default li .list-con .img-box .score {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #b01f24;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 8px 0 0;
}
.default li .list-con .img-box .pmgCode {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(176, 31, 36, 0.6), rgba(217, 159, 77, 0.6));
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.default li .list-con .btn-buy {
  padding: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  margin-top: 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
}
.default li .list-con .btn-gray {
  background-color: #ccc;
  cursor: initial;
}
.default li .list-con .btn-gray:hover {
  background-color: #ccc;
}
.default li .list-con h3 {
  margin-top: 5px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  position: relative;
}
.default li .list-con h3 i {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 50px;
  color: #b01f24;
  font-weight: 400;
}
.default li .list-con h3 img {
  display: inline-block;
  height: 20px;
  margin-bottom: -4px;
}
.default li .list-con h3 em {
  color: #b01f24;
}
.default li .list-con p {
  font-size: 12px;
  margin-top: 5px;
}
.default li .list-con p .score {
  float: right;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  color: #d99f4d;
}
.default li .list-con p .icon-like {
  font-size: 24px;
  vertical-align: middle;
  color: #999;
  float: right;
  margin-top: -3px;
  line-height: 24px;
}
.default li .list-con p .red {
  color: #b01f24;
}
.default li .list-con .price {
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
}
.default li .list-con .price em {
  color: #b01f24;
  font-weight: 700;
  font-size: 18px;
}
.default li .list-con .price em small {
  font-size: 12px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.default li .list-con .time {
  width: 200px;
}
.list li .list-con .img-box {
  width: 128px;
  height: 128px;
}
.list li .list-con .btn-buy {
  width: 100px;
  height: 40px;
  line-height: 40px;
}
.list li .list-con p {
  line-height: 25px;
}
.list li .list-con p .score {
  display: block;
  float: initial;
}
.list li .list-con p .icon-like {
  margin-top: 0px;
}
.list li .list-con .count em {
  display: block;
}
.list li .list-con .price .score {
  float: right;
}
.mine-collect > ul > li {
  width: calc(25% - 1px);
}
.search-list .time-out {
  margin-bottom: 20px;
}
.search-list .time-out p {
  margin-bottom: 10px;
}
.search-list .time-out p i {
  font-weight: 700;
}
.search-list .time-out em {
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
  background-color: #b01f24;
  border-radius: 4px;
}
.search-list .search-input {
  margin-top: -46px;
  float: right;
  display: flex;
}
.search-list .search-input input {
  border-radius: 4px 0 0 4px;
  height: 40px;
  box-sizing: border-box;
  width: 300px;
  padding-left: 10px;
  border: 1px solid #b01f24;
}
.search-list .search-input a {
  width: 50px;
  font-size: 16px;
  background: #b01f24;
  color: #f5f5f5;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 0 4px 4px 0;
}
.search-list h2 {
  font-size: 26px;
}
.search-list h2 em {
  color: #b01f24;
  margin: 0 20px;
}
.search-list h2 span {
  font-size: 14px;
  color: #848484;
}
.search-list .box {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fff;
}
.search-list .box .search-bar {
  background-color: #f2f2f2;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.search-list .box .search-bar .push-final {
  margin-right: 20px;
}
.search-list .box .search-bar .iconfont {
  font-size: 16px;
  margin: 0;
}
.search-list .box .search-bar .left {
  display: flex;
}
.search-list .box .search-bar .left u {
  padding: 0 10px;
}
.search-list .box .search-bar .left em {
  position: relative;
  cursor: pointer;
}
.search-list .box .search-bar .left em .iconfont {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 10px;
  margin: 0;
  transform: scale(0.8);
}
.search-list .box .search-bar .right {
  display: flex;
}
.search-list .box .search-bar .right .icon-heng {
  margin-right: -1px;
}
.search-list .box .search-bar .right .icon-a-lujing5 {
  font-size: 12px;
  margin: 0 10px 0 20px;
  border: none;
  padding: 0;
}
.search-list .box .search-bar .right .icon-right {
  margin: 0 20px 0 10px;
  transform: rotate(180deg);
}
.search-list .box .search-bar .right .disabled {
  color: #cccccc;
}
.search-list .box .search-bar .arrow {
  width: 8px;
  vertical-align: middle;
}
.search-list .box .search-bar em {
  width: 120px;
  background-color: #fff;
  padding: 0 20px;
  color: #b01f24;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.search-list .box .search-bar .price-soft {
  margin-left: 50px;
  margin-right: -1px;
}
.search-list .box .search-bar a {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 0 10px;
}
.search-list .box .search-bar .active {
  background-color: #fff;
  color: #b01f24;
}
.search-list .box .list li {
  width: 100%;
  border-left: none;
  border-right: none;
}
.search-list .box .list li .list-con {
  display: flex;
  align-items: center;
}
.search-list .box .list li .list-con h3 {
  width: 240px;
}
.search-list .box .list li .list-con p {
  flex: 1;
  margin: 0 0 0 30px;
}
.search-list .box .list li .list-con p .icon-like {
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  color: #999;
}
.search-list .box .list li .list-con p .red {
  color: #b01f24;
}
.search-list .box .list li .list-con p u {
  display: none;
}
.search-list .box .list li .list-con p:last-child {
  text-align: right;
  margin: 0;
}
.location {
  padding: 20px 0;
}
.location span {
  color: #b01f24;
}
.search-detail .detail-top {
  width: 100%;
  height: 470px;
  background-color: #fff;
  display: flex;
}
.search-detail .detail-top .left {
  height: 470px;
  width: 600px;
  background-color: #161a1e;
}
.search-detail .detail-top .left .img-box {
  width: 100%;
  padding: 30px 0;
  height: 320px;
  border-top-left-radius: 0.1px;
  border-top-right-radius: 0.1px;
  overflow: hidden;
  text-align: center;
  display: flex;
  position: relative;
}
.search-detail .detail-top .left .img-box .el-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.search-detail .detail-top .left .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.search-detail .detail-top .left .img-box video {
  display: block;
  margin: 0 auto;
}
.search-detail .detail-top .left .small-img {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  height: 60px;
  overflow-x: auto;
  white-space: nowrap;
  box-sizing: border-box;
}
.search-detail .detail-top .left .small-img img {
  margin: 0 5px;
  width: 48px;
  height: 48px;
  object-fit: cover;
  display: inline-block;
}
.search-detail .detail-top .left .small-img::-webkit-scrollbar {
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background-color: #f5f5f5;
}
.search-detail .detail-top .left .small-img::-webkit-scrollbar-thumb {
  background-color: #999;
  width: 30px;
  height: 2px;
  border-radius: 1px;
}
.search-detail .detail-top .right {
  padding: 30px;
}
.search-detail .detail-top .right h3 {
  font-size: 20px;
  margin-top: 10px;
}
.search-detail .detail-top .right p {
  margin-top: 10px;
  font-size: 16px;
  color: #848484;
}
.search-detail .detail-top .right p .priceSearch {
  color: #1e88c7;
  cursor: pointer;
  padding-left: 20px;
  font-size: 14px;
  text-decoration: underline;
}
.search-detail .detail-top .right p em {
  color: #333;
  margin-left: 10px;
}
.search-detail .detail-top .right p .red {
  color: #b01f24;
}
.search-detail .detail-top .right p a:hover {
  text-decoration: underline;
}
.goods-detail .scroll-x {
  width: initial;
  overflow-x: auto;
}
.goods-detail .scroll-x table {
  width: auto!important;
}
.goods-detail .scroll-x table img {
  max-width: 30px;
  max-height: 30px;
}
.goods-detail h4 {
  margin: 50px 0 20px;
  font-size: 18px;
}
.goods-detail h4 a {
  color: #b01f24;
}
.goods-detail .more-defect2 {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #409EFF;
}
.goods-detail .detail {
  background-color: #fff;
  padding: 30px;
}
.goods-detail .detail .detail-top {
  height: auto;
}
.goods-detail .detail .detail-top .left {
  background-color: transparent;
  width: 400px;
  margin-right: 30px;
}
.goods-detail .detail .detail-top .left .img-box {
  padding: 0;
  height: 380px;
  border: 1px solid #e3e3e3;
  background-color: transparent;
}
.goods-detail .detail .detail-top .right {
  flex: 1;
  padding: 0;
  position: relative;
}
.goods-detail .detail .detail-top .right .collect {
  position: absolute;
  top: 0px;
  right: 0px;
}
.goods-detail .detail .detail-top .right .collect i {
  font-size: 24px;
  vertical-align: middle;
  margin-top: -5px;
  color: #999;
}
.goods-detail .detail .detail-top .right .collect .not-click {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.goods-detail .detail .detail-top .right h3 {
  margin-top: 5px;
}
.goods-detail .detail .detail-top .right .status-bar {
  line-height: 44px;
  width: 100%;
  margin: 10px 0;
  background-color: #f2f2f2;
}
.goods-detail .detail .detail-top .right .status-bar em {
  background-color: #808080;
  color: #fff;
  height: 44px;
  padding: 0 20px;
  font-weight: 700;
  margin-right: 30px;
}
.goods-detail .detail .detail-top .right .hot-auction {
  color: #b01f24;
}
.goods-detail .detail .detail-top .right .hot-auction em {
  background-color: #b01f24;
}
.goods-detail .detail .detail-top .right .price-bar {
  padding: 20px;
  background-color: #f2f2f2;
  margin: 15px 0;
  position: relative;
}
.goods-detail .detail .detail-top .right .price-bar .seckill-count {
  position: absolute;
  top: 20px;
  right: 20px;
}
.goods-detail .detail .detail-top .right .price-bar .seckill-count em {
  font-weight: 700;
  color: #b01f24;
}
.goods-detail .detail .detail-top .right .price-bar p {
  line-height: 30px;
  font-size: 14px;
  margin: 0;
}
.goods-detail .detail .detail-top .right .price-bar p .red {
  margin-left: 0;
}
.goods-detail .detail .detail-top .right .price-bar p .pai-price {
  font-size: 14px;
  font-weight: 700;
}
.goods-detail .detail .detail-top .right .price-bar p .end-price {
  font-weight: 700;
  font-size: 18px;
}
.goods-detail .detail .detail-top .right .auction-price-bar {
  color: #333333;
}
.goods-detail .detail .detail-top .right .auction-price-bar .lx-tip {
  margin-top: 10px;
}
.goods-detail .detail .detail-top .right .auction-price-bar .lx-tip p {
  font-weight: 700;
  color: #a18e5d;
}
.goods-detail .detail .detail-top .right .auction-price-bar .lx-tip .offer-name {
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.goods-detail .detail .detail-top .right .auction-price-bar .lx-tip .offer-name select {
  border: 1px solid #ccc;
  padding: 3px 10px;
}
.goods-detail .detail .detail-top .right .auction-price-bar .current-price {
  margin-bottom: 10px;
  color: #000;
}
.goods-detail .detail .detail-top .right .auction-price-bar p {
  line-height: 24px;
}
.goods-detail .detail .detail-top .right .auction-price-bar big {
  color: #b01f24;
  font-size: 36px;
  margin-right: 10px;
  font-weight: 700;
}
.goods-detail .detail .detail-top .right .auction-price-bar em {
  margin: 0;
  color: #000;
  font-weight: 700;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price {
  margin-top: 20px;
  margin-bottom: 10px;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price .verify {
  color: #b01f24;
  margin-top: 10px;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price .verify a {
  text-decoration: underline;
  color: #000;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price .refresh {
  font-weight: 400;
  margin-left: 20px;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price .auction-money {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background-color: #d4d4d4;
  vertical-align: middle;
  position: relative;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price .auction-money .symbol {
  position: absolute;
  top: 0px;
  left: 60px;
  color: #b01f24;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price .auction-money .btn-money {
  width: 44px;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price .auction-money .btn-gray {
  color: #c0c0c0;
  cursor: initial;
}
.goods-detail .detail .detail-top .right .auction-price-bar .my-auction-price .auction-money input {
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: none;
  vertical-align: top;
  color: #b01f24;
  font-size: 20px;
}
.goods-detail .detail .detail-bottom .tab-header {
  height: 60px;
  line-height: 60px;
  background-color: #f2f2f2;
}
.goods-detail .detail .detail-bottom .tab-header a {
  margin: 5px 5px 0 5px;
  padding: 0 28px;
  color: #777779;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
}
.goods-detail .detail .detail-bottom .tab-header .active {
  color: #333333;
  font-weight: 700;
  background-color: #fff;
  cursor: initial;
}
.goods-detail .detail .detail-bottom .tab-header a:hover {
  color: #b01f24;
}
.goods-detail .detail .detail-bottom .tab-header .active:hover {
  color: #333333;
}
.goods-detail .detail .detail-bottom .tab-container {
  padding: 22px 10px;
}
.goods-detail .detail .detail-bottom .tab-container video {
  max-height: 500px;
  display: block;
  margin: 0 auto;
}
.goods-detail .detail .detail-bottom .tab-container .img {
  display: block;
  margin-top: 20px;
  width: 100%;
}
.goods-detail .detail .detail-bottom .tab-container .img img {
  max-width: 100%;
  width: auto;
  max-height: 500px;
  display: block;
  margin: 0 auto;
}
.goods-detail .detail .detail-bottom .tab-container .tip {
  text-align: center;
  margin-bottom: 30px;
  color: #ccc;
}
.goods-detail .detail .detail-bottom .tab-container table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.goods-detail .detail .detail-bottom .tab-container table th {
  background-color: #f2f2f2;
}
.goods-detail .detail .detail-bottom .tab-container table th,
.goods-detail .detail .detail-bottom .tab-container table td {
  border: 1px solid #e3e3e3;
  padding: 10px 0;
  min-width: 150px;
  max-width: 500px;
  word-wrap: break-word;
}
.video {
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;
  display: block;
}
.news-list {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.news-list h3 {
  font-size: 20px;
  padding: 10px 20px;
  background-color: #f2f2f2;
}
.news-list .list li {
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
}
.news-list .list li span {
  float: right;
}
.news-list .list li a {
  flex: 1;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .list li .news-left {
  width: 1000px;
  display: flex;
}
.news-list .list li .news-left .img-box {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.news-list .list li .news-left .img-box .el-icon-video-play {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  font-size: 50px;
}
.news-list .list li .news-left .img-box:hover .el-icon-video-play {
  transition: all 0.5s;
  transform: scale(1.2);
}
.news-list .list li:hover {
  background-color: #fff5f9;
}
.auction-collect {
  background-color: #fff;
  text-align: center;
  border: 1px solid #e3e3e3;
  color: #d43030;
  padding-top: 40px;
}
.auction-collect h1 {
  font-size: 36px;
  padding-top: 50px;
}
.auction-collect h2 {
  font-weight: 700;
  font-size: 28px;
}
.auction-collect h2 span {
  border-radius: 9px;
  border: 2px solid #b01f24;
  padding: 5px 5px 0;
  margin-bottom: 5px;
}
.auction-collect h2 span big {
  display: inline-block;
  font-size: 38px;
  vertical-align: top;
  margin-top: -7px;
  margin-right: 5px;
}
.auction-collect img {
  width: 760px;
  margin: 0 auto 40px;
  display: block;
}
.search {
  padding: 30px 0 0;
  background-color: #fff;
  text-align: center;
}
.search .recommend {
  margin: 50px 0;
}
.search .search-box {
  width: 560px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.search .search-box > input {
  height: 40px;
  border: 1px solid #b01f24;
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 70px);
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  margin-right: 10px;
}
.search .search-box .searchCode {
  width: calc(80% - 100px);
  margin: 0 10px;
  border-radius: 4px;
}
.search .search-box .searchNumber {
  width: 20%;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.search .search-box .searchNumber input {
  border: 1px solid #b01f24;
}
.search .search-box .searchNumber input::placeholder {
  color: #999;
}
.search .search-box a {
  box-sizing: border-box;
  width: 54px;
  height: 40px;
  line-height: 40px;
  background-color: #b01f24;
  color: #fff;
  border: 1px solid #b01f24;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: inline-block;
}
.search .search-box .searchAsg {
  border-radius: 4px;
}
.search .search-box h3 {
  color: #92003C;
  font-size: 24px;
  margin-bottom: 30px;
}
.search .asgResult-box img {
  width: 368px;
  margin: 34px auto;
}
.search .result {
  padding: 0 42px;
  overflow: hidden;
}
.search .result > p {
  text-align: left;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 70px;
  font-size: 16px;
}
.search .result > div {
  width: 50%;
  float: left;
  height: 350px;
}
.search .result .result-left {
  padding-left: 70px;
  box-sizing: border-box;
}
.search .result .result-left li {
  line-height: 42px;
  font-size: 16px;
  text-align: left;
  color: #999;
  border-bottom: 1px solid #D9D9D9;
  min-height: 42px;
  overflow: hidden;
}
.search .result .result-left li span {
  float: right;
  color: #333;
  width: 86%;
  min-height: 42px;
  text-align: right;
}
.search .result .result-right {
  text-align: right !important;
}
.search .result .result-right .result-img {
  width: 211px;
  margin: 0;
  margin-right: 25px;
}
.search .result .result-right .result-img img {
  width: 100%;
}
.search .result .result-right .result-img:last-child {
  margin-right: 0 !important;
}
.search .result .asg-empty {
  width: 100%;
}
.search p {
  color: #bababa;
  font-size: 16px;
  margin-top: 50px;
}
.search .report-info {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  padding-left: 10px;
  color: #999;
  margin: -20px 0 30px;
}
.outline {
  text-decoration: underline;
}
.rule h2 {
  font-weight: 700;
  text-align: center;
}
.rule pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 30px;
}
.auction-collect-detail {
  background-color: #fff;
  padding: 25px 20px;
}
.auction-collect-detail video {
  display: block;
  margin: 20px auto;
  max-height: 500px;
  max-width: 100%;
}
.auction-collect-detail h3 {
  font-size: 24px;
  text-align: center;
}
.auction-collect-detail .time {
  text-align: center;
  font-size: 12px;
  color: #777779;
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.auction-collect-detail i,
.auction-collect-detail span,
.auction-collect-detail a {
  display: inline;
}
.auction-collect-detail p {
  line-height: 30px;
  font-size: 16px;
  text-indent: 2em;
}
.auction-collect-detail img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
  max-height: 800px;
}
.encyclopedias {
  display: flex;
  justify-content: space-between;
}
.encyclopedias .left {
  background-color: #fff;
  width: 230px;
  padding: 10px;
  margin-right: 35px;
}
.encyclopedias .left li {
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.encyclopedias .left .active {
  background: #f7f7f8;
  color: #b01f24;
}
.encyclopedias .left li:hover {
  background: #f7f7f8;
}
.encyclopedias .right {
  background-color: #fff;
  width: 900px;
  padding: 10px 10px 30px;
}
.encyclopedias .right .title {
  background-color: #f7f7f8;
  padding: 10px;
  font-weight: 400;
  margin: 20px 0;
}
.encyclopedias .right h4 {
  margin: 20px 0px 0px;
  margin-left: 10px;
}
.encyclopedias .right .inline-box {
  display: inline-block;
}
.encyclopedias .right .encyclopedias-detail a {
  margin-right: 30px;
  color: #28877b;
  line-height: 30px;
}
.encyclopedias .right .encyclopedias-detail a:hover {
  color: #b01f24;
}
.encyclopedias .right .list {
  line-height: 40px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.encyclopedias .right .encyclopedias-detail p {
  margin-bottom: 20px;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-box .flex-r {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.flex-box .flex-r .liulan {
  margin-right: 20px;
}
.badge-table img {
  width: 50px;
}
.pj-count-box {
  max-height: 60vh;
  overflow-y: scroll;
}
.pj-count-list {
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
}
.pj-count-list .scroll-x {
  width: 100%;
  position: relative;
}
.pj-count-list .scroll-tips {
  font-size: 12px;
  text-align: right;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #999;
}
.pj-count-list table {
  font-size: 14px;
  width: max-content;
}
.pj-count-list table th {
  background-color: #eee;
}
.pj-count-list table td {
  background-color: #fff;
}
.pj-count-list table td a {
  color: #409EFF;
}
.pj-count-list table td img {
  max-width: 35px;
  max-height: 35px;
  object-fit: contain;
}
.pj-count-list .pj-count img {
  height: 42px;
  margin: 0;
}
.pj-count-list h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pj-count-list h3 span {
  color: #999;
  float: right;
  font-weight: 400;
  font-size: 12px;
}
.pj-count-list h3 span i {
  vertical-align: middle;
}
.pj-count-list h3 img {
  height: 30px;
  margin: 0;
}
.badge-database {
  padding: 50px 30px;
  background-color: #fff;
}
.badge-database h1 {
  text-align: center;
  color: #b01f24;
  font-size: 24px;
  padding: 0 0 35px;
}
.badge-database h3 {
  width: 100%;
  margin-right: 30px;
}
.badge-database h3 span {
  float: right;
  font-size: 14px;
  font-weight: 400;
}
.badge-database h3 span big {
  font-weight: 700;
}
.badge-database h4 {
  font-weight: 400;
}
.badge-database h4 a {
  color: #b01f24;
  cursor: auto;
}
.badge-database .message-search {
  width: 50%;
  margin: 0 auto 35px;
  display: flex;
  justify-content: center;
}
.badge-database .message-search .search-input {
  flex: 1;
  position: relative;
}
.badge-database .message-search .search-input i {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 22px;
  color: #b01f24;
}
.badge-database .message-search .search-input input {
  width: calc(100% - 60px);
  padding: 0 20px 0 40px;
  height: 48px;
  border: 1px solid #b01f24;
}
.badge-database .message-search .el-button {
  width: 120px;
  height: 50px;
  font-size: 18px;
  background-color: #b01f24;
  border-radius: 0;
}
.badge-database .database-list ul {
  margin-top: 35px;
}
.badge-database .database-list ul li {
  background-color: #f4f4f4;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.badge-database .database-list ul li em {
  margin-right: 40px;
}
.badge-database .database-list ul li em span {
  color: #808080;
}
.badge-database .database-list ul li a {
  text-align: right;
  float: right;
  color: #2a82e4;
}
.badge-database .database-list ul li a:hover {
  color: #b01f24;
}
.badge-database .database-detail .scroll-x {
  width: 100%;
}
.badge-database .database-detail p {
  margin: 25px 10px;
}
.badge-database .database-detail p span {
  color: #808080;
}
.badge-database .database-detail .scroll-x {
  overflow: hidden;
  margin-bottom: 20px;
}
.badge-database .database-detail .table {
  width: initial;
}
.badge-database .database-detail .table tr td {
  padding: 10px;
}
.badge-database .database-detail .table img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.badge-database .badge-book .right .title h3 {
  margin-left: 30px;
  font-size: 18px;
}
.badge-database .badge-book .right .badge-list li {
  width: 23.5%;
}
.badge-database .badge-book .right .badge-list li a {
  width: 50px;
  height: 50px;
}
.badge-book {
  display: flex;
  clear: both;
  align-items: flex-start;
}
.badge-book .left {
  margin-right: 35px;
  float: left;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 200px;
}
.badge-book .left li {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  padding-left: 46px;
  color: #999;
  position: relative;
}
.badge-book .left li img {
  vertical-align: middle;
  width: 20px;
  position: absolute;
  top: 21px;
  left: 19px;
}
.badge-book .left li p {
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}
.badge-book .left li .el-icon-caret-right {
  vertical-align: middle;
  margin-top: 3px;
}
.badge-book .left .both-level {
  padding-left: 20px;
}
.badge-book .left li:hover {
  background-color: #f7f7f8;
}
.badge-book .left .active {
  background-color: #f7f7f8;
  color: #000;
}
.badge-book .right {
  padding-bottom: 30px;
  float: right;
  background-color: #fff;
  flex: 1;
  min-height: 500px;
  border: 1px solid #e5e5e5;
}
.badge-book .right .title {
  position: relative;
  background-color: #f7f7f8;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.badge-book .right .title a {
  cursor: pointer;
  padding: 0 30px;
}
.badge-book .right .title a img {
  width: 8px;
  vertical-align: middle;
}
.badge-book .right .title a i {
  vertical-align: middle;
  font-size: 18px;
  margin-top: -2px;
}
.badge-book .right .title a .yellow {
  color: #f6c544 !important;
}
.badge-book .right .title a .green {
  color: #93bb79 !important;
}
.badge-book .right .title a .red {
  color: #b01f24 !important;
}
.badge-book .right .title .search-box {
  position: relative;
}
.badge-book .right .title .search-box input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 250px;
  border: 1px solid #ccc;
}
.badge-book .right .title .search-box a {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  margin: 0;
  font-weight: 700;
}
.badge-book .right .result-tip {
  padding: 40px 40px 0;
}
.badge-book .right .result-tip em {
  color: #b01f24;
}
.badge-book .right .badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 20px 0px 40px;
}
.badge-book .right .badge-list li {
  width: 31.8%;
  display: flex;
}
.badge-book .right .badge-list li a {
  width: 120px;
  border-radius: 10px;
}
.badge-book .right .badge-list li .introduce {
  flex: 1;
  position: relative;
  font-size: 12px;
}
.badge-book .right .badge-list li .introduce h2 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}
.badge-book .right .badge-list li .introduce > p {
  margin-top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 160px;
}
.badge-book .right .badge-list li .introduce > p em {
  min-width: 63px;
}
.badge-book .right .badge-list li .introduce > p span {
  font-weight: 700;
}
.badge-book .right .badge-list li .introduce .rate {
  margin-top: 10px;
}
.badge-book .right .badge-list li .introduce .rate .el-rate {
  display: inline-block;
}
.badge-book .right .badge-list li .introduce .rate .el-rate .el-rate__icon {
  margin-right: 0px;
  font-size: 16px;
}
.badge-book-detail {
  padding: 30px 40px;
}
.badge-book-detail h2 {
  padding-top: 0;
}
.badge-book-detail h3 {
  margin-bottom: 20px;
}
.badge-book-detail h3 a,
.badge-book-detail h3 span {
  color: #409EFF;
  font-size: 14px;
}
.badge-book-detail h3 a:hover {
  text-decoration: underline;
}
.badge-book-detail h3 span {
  color: #ccc;
}
.badge-book-detail .table-h3 {
  margin-bottom: 10px;
}
.badge-book-detail .table-h3 a {
  float: right;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.badge-book-detail p {
  line-height: 24px;
  margin-bottom: 5px;
}
.badge-book-detail p em {
  color: #ccc;
}
.badge-book-detail table {
  margin-bottom: 20px;
  width: auto;
}
.badge-book-detail table th {
  min-width: 32px;
}
.badge-book-detail table td {
  padding: 0!important;
  min-width: 31px;
}
.badge-book-detail table a {
  padding: 20px;
  color: #409EFF;
}
.badge-book-detail table a:hover {
  color: #1e88c7;
}
.badge-book-detail .pj-count,
.badge-book-detail .pj-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.badge-book-detail .pj-count .el-tag,
.badge-book-detail .pj-list .el-tag {
  cursor: pointer;
  height: auto;
  text-align: center;
}
.badge-book-detail .pj-count .el-tag:hover,
.badge-book-detail .pj-list .el-tag:hover {
  background-color: #c9e3fd;
}
.badge-book-detail .pj-count em,
.badge-book-detail .pj-list em {
  color: #000;
  display: block;
  height: 20px;
}
.badge-book-detail .stars {
  margin: 30px 0;
}
.badge-book-detail .stars em {
  color: #000;
}
.badge-book-detail .stars .el-rate {
  display: inline;
}
.badge-book-detail .photos {
  margin-top: 20px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.badge-book-detail .photos img {
  object-fit: contain;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 575px;
}
.badge-book-detail video {
  flex-shrink: 0;
  max-height: 575px;
}
.encyclopedias-list p {
  margin-top: 10px;
}
.encyclopedias-list p em {
  width: 100px;
}
.encyclopedias-list p a {
  color: #28877b;
}
.encyclopedias-list p a:hover {
  color: #b01f24;
}
.encyclopedias-detail {
  line-height: 40px;
}
.encyclopedias-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.encyclopedias-detail img {
  max-width: 100%;
  max-height: 800px;
}
.encyclopedias-detail a {
  margin-right: 0 !important;
}
.encyclopedias-detail table {
  width: 100%;
}
.period-list .white-box {
  padding-bottom: 100px;
}
.period-list .tab {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}
.period-list .tab a {
  padding: 0px 0 15px;
  color: #969696;
  margin: 0 35px;
}
.period-list .tab .active {
  color: #b01f24;
  border-bottom: 4px solid #b01f24;
}
.period-list .list li {
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e3;
}
.period-list .list li .img-box {
  float: left;
  margin-right: 20px;
}
.period-list .list li .introduce {
  width: 500px;
  height: 128px;
  float: left;
  position: relative;
}
.period-list .list li .introduce .count {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.period-list .list li .introduce .count em {
  font-weight: 700;
}
.period-list .list li .introduce h3 {
  margin-top: 5px;
  font-size: 16px;
  height: 65px;
  overflow: hidden;
}
.period-list .list li .introduce .time {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  height: 24px;
  left: 0;
  bottom: 5px;
}
.period-list .list li .introduce .time .icon-shijian {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  margin-top: -4px;
}
.period-list .list li .count {
  float: right;
  font-size: 14px;
}
.period-list .list li .count big {
  font-size: 20px;
  color: #d99f4d;
}
.login {
  height: 480px;
  background-image: linear-gradient(#e09c8d, #ffdcb4);
}
.login img {
  margin-top: 40px;
}
.login .close {
  position: absolute;
  right: 0.2px;
  top: 15px;
}
.login .login-box {
  background-color: #fff;
  width: 387px;
  height: 382px;
  float: right;
  margin-top: 50px;
  position: relative;
}
.login .login-box .icon-qrcode {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
.login .login-box .login-qrcode {
  text-align: center;
  color: #777779;
}
.login .login-box .login-qrcode img {
  display: block;
  margin: 20px auto 10px;
}
.login .login-box .login-qrcode .link {
  text-align: right;
  margin-top: 30px;
  margin-right: 20px;
}
.login .login-box .login-qrcode .link a {
  margin-left: 20px;
}
.login .login-box .login-qrcode .link .new-account {
  color: #497ac4;
}
.login .login-box .login-qrcode .link a:hover {
  color: #b01f24;
}
.login .login-box h1 {
  color: #777779;
  font-size: 20px;
  padding: 36px 30px 20px;
  border: 1px solid #e3e3e3;
}
.login .login-box h1 a {
  margin-right: 25px;
}
.login .login-box h1 .active {
  color: #b01f24;
}
.login .login-box .login-form {
  padding: 25px;
  font-size: 14px;
}
.login .login-box .login-form input {
  font-size: 16px;
  width: calc(100% - 32px);
  height: 50px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: 1px solid #d8d8da;
}
.login .login-box .login-form p {
  margin-bottom: 20px;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.login .login-box .login-form p .zc {
  color: #497ac4;
}
.login .login-box .login-form p a:hover {
  color: #b01f24;
}
.login .login-box .login-form p em a {
  color: #497ac4;
}
.login .login-box .login-form .go-login {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.login .login-box .login-form .go-login a {
  color: #b01f24;
}
.login .login-box .login-form .btn {
  background-color: #b01f24;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  width: 100%;
  font-size: 20px;
}
.login .login-box .login-form .yzm-input {
  width: 195px;
}
.login .login-box .login-form .get-yzm {
  float: right;
  background: #c7b37c;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 100px;
  text-align: center;
  font-size: 16px;
}
.mine .mine-header {
  height: auto;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  margin: 25px 0;
  padding: 25px;
  position: relative;
}
.mine .mine-header h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.mine .mine-header h1 .vip {
  height: 20px;
  margin-bottom: -2px;
}
.mine .mine-header p .icon-dengjiicon1 {
  color: #cba36e;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px;
}
.mine .mine-header p span {
  vertical-align: middle;
  color: #969696;
  margin-right: 60px;
}
.mine .mine-header p span em {
  color: #000;
}
.mine .mine-header .btn-bzj {
  position: absolute;
  right: 25px;
  top: 25px;
}
.mine .mine-header .btn-bzj .btn-yellow {
  background: #d99f4d;
}
.mine .mine-header .btn-bzj .btn-blue {
  background: #6dc2e0;
}
.mine .mine-header .money {
  margin-top: 30px;
}
.mine .mine-header .money em {
  margin-left: 10px;
}
.mine .mine-left {
  float: left;
  width: 200px;
  height: 500px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.mine .mine-left li {
  position: relative;
  margin-top: 40px;
  font-size: 16px;
  padding-left: 36px;
}
.mine .mine-left .active a {
  color: #b01f24;
}
.mine .mine-left .active::after {
  content: " ";
  display: block;
  width: 10px;
  height: 20px;
  background-color: #b01f24;
  position: absolute;
  top: 0;
  left: 0;
}
.mine .mine-right {
  float: right;
  width: 970px;
  min-height: 500px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.mine .mine-right .express-box {
  height: 50vh;
  width: 100%;
  overflow-y: auto;
}
.mine .mine-right .express-box .tip {
  text-align: center;
  margin-top: 10px;
}
.mine .mine-right .express-box .time {
  width: 40%;
  height: 100%;
}
.mine .mine-right .express-box .remark {
  width: 60%;
  height: 100%;
}
.mine .mine-right .express-box .address {
  color: #28877b;
}
.mine .mine-right .row {
  display: flex;
  margin: 0 30px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 20px 0;
  justify-content: space-between;
}
.mine .mine-right .row .el-icon-arrow-right {
  font-size: 20px;
}
.mine .mine-right .tab {
  padding: 0 25px;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
}
.mine .mine-right .tab a {
  padding: 15px 10px;
  margin-right: 40px;
  font-weight: 700;
}
.mine .mine-right .tab .active {
  border-bottom: 4px solid #b01f24;
}
.mine .mine-right .title {
  padding: 0 25px;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
}
.mine .mine-right .title .btn-bor {
  float: right;
  padding: 5px 10px;
  border: 1px solid #b01f24;
  color: #b01f24;
  background-color: #fff;
  margin-top: 10px;
}
.mine .mine-right .title a,
.mine .mine-right .title span {
  padding: 15px 10px;
  font-weight: 700;
}
.mine .mine-right .title em {
  padding: 15px 10px;
  color: #666;
}
.mine .mine-right .order-list > ul {
  margin-bottom: 20px;
}
.mine .mine-right .order-list > ul > li {
  border-bottom: 1px solid #f4f4f4;
  height: 114px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}
.mine .mine-right .order-list > ul > li .pull-left {
  padding: 15px;
  width: 545px;
}
.mine .mine-right .order-list > ul > li .pull-left .order-img {
  width: 83px;
  height: 83px;
  float: left;
  margin-right: 15px;
  border: 1px solid #f4f4f4;
  justify-content: center;
}
.mine .mine-right .order-list > ul > li .pull-left .order-img img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mine .mine-right .order-list > ul > li .pull-left .order-name {
  float: left;
  height: 85px;
}
.mine .mine-right .order-list > ul > li .pull-left .order-name span {
  color: #999999;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 13px;
}
.mine .mine-right .order-list > ul > li .pull-left .order-name p {
  max-width: 294px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
}
.mine .mine-right .order-list > ul > li .pull-left .order-name .express-number {
  font-weight: 400;
  font-size: 13px;
  margin-top: 4px;
  color: #ad9c6d;
}
.mine .mine-right .order-list > ul > li .pull-left .order-spend {
  float: right;
  text-align: right;
  margin-top: 15px;
}
.mine .mine-right .order-list > ul > li .pull-left .order-spend p {
  color: #999999;
  margin-bottom: 5px;
}
.mine .mine-right .order-list > ul > li .pull-right {
  height: 115px;
}
.mine .mine-right .order-list > ul > li .pull-right > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mine .mine-right .order-list > ul > li .pull-right .order-status {
  text-align: center;
  float: left;
  width: 200px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  height: 100%;
  box-sizing: border-box;
}
.mine .mine-right .order-list > ul > li .pull-right .order-status .expno {
  font-size: 10px;
  width: 100%;
}
.mine .mine-right .order-list > ul > li .pull-right .order-status .expno a {
  display: inline;
  color: #1e88c7;
}
.mine .mine-right .order-list > ul > li .pull-right .order-status a {
  display: block;
  margin-top: 5px;
}
.mine .mine-right .order-list > ul > li .pull-right .order-spend-status {
  text-align: center;
  width: 130px;
  float: left;
  height: 115px;
}
.mine .mine-right .order-list > ul > li .pull-right .order-spend-status em {
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-left: -10px;
}
.letter {
  display: flex;
  justify-content: space-between;
}
.letter .letter-list {
  width: 230px;
  border-right: 1px solid #e3e3e3;
}
.letter .letter-list li {
  cursor: pointer;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e3e3e3;
}
.letter .letter-list li img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}
.letter .letter-list li p {
  flex: 1;
}
.letter .letter-list li p .red-tip {
  background-color: red;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  padding: 2px 5px;
  margin-left: 10px;
  float: right;
  vertical-align: middle;
}
.letter .letter-list li p .el-icon-arrow-right {
  float: right;
  font-size: 18px;
  vertical-align: middle;
}
.letter .letter-list li:last-child {
  border: none;
}
.letter .letter-list li:hover {
  color: #d99f4d;
}
.letter .letter-list li:hover img {
  transform: scale(1.2);
}
.letter .letter-list .active {
  background-color: #fcfcfc;
  color: #b01f24;
}
.letter .letter-detail {
  background-color: #fcfcfc;
  flex: 1;
}
.letter .letter-detail .el-empty {
  margin: 15px;
  height: 470px;
}
.letter .letter-detail .chat-list {
  overflow-y: scroll;
  height: 500px;
}
.letter .letter-detail .chat-list li {
  clear: both;
  padding: 20px;
}
.letter .letter-detail .chat-list li .head {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
}
.letter .letter-detail .chat-list li .msg-photo {
  max-width: 100%;
  display: block;
}
.letter .letter-detail .chat-list li .msg-photo img {
  border-radius: 20px;
}
.letter .letter-detail .chat-list li .msg-content {
  display: block;
  padding: 10px 20px;
}
.letter .letter-detail .chat-list li p {
  float: left;
  max-width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.letter .letter-detail .chat-list li p a {
  color: #527bb6;
}
.letter .letter-detail .chat-list li p em {
  display: block;
  margin-bottom: 10px;
}
.letter .letter-detail .chat-list li p span {
  display: block;
  float: left;
  background-color: #efda74;
  border-radius: 20px;
  color: #333;
  word-break: break-all;
}
.letter .letter-detail .chat-list .my img {
  float: right;
}
.letter .letter-detail .chat-list .my p {
  float: right;
}
.letter .letter-detail .chat-list .my p span {
  float: right;
  background-color: #95ec69;
}
.letter .letter-detail .chat-list .my .auto-reply {
  clear: both;
  padding-top: 20px;
  margin-top: 20px;
}
.letter .letter-detail .chat-list .my .auto-reply img {
  float: left;
}
.letter .letter-detail .chat-list .my .auto-reply p {
  float: left;
}
.letter .letter-detail .chat-list .my .auto-reply p span {
  background-color: #fff;
}
.letter .letter-detail .chat-list .no-more {
  text-align: center;
  font-size: 16px;
  color: #ccc;
}
.letter .letter-detail .chat-list .chat-list2 {
  padding: 0;
}
.letter .letter-detail .chat-box {
  padding: 20px 30px;
  background-color: #fff;
}
.letter .letter-detail .chat-box .el-textarea textarea {
  height: 100px;
}
.letter .letter-detail .chat-box .btn {
  float: right;
  background-color: #b01f24;
  padding: 8px 20px;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
}
.letter .letter-detail .chat-box .upload-pic {
  position: relative;
  cursor: pointer;
}
.letter .letter-detail .chat-box .upload-pic .iconfont {
  font-size: 36px;
}
.letter .letter-detail .chat-box .upload-pic .upload-input {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  opacity: 0;
}
.upload {
  position: relative;
  text-align: center;
}
.upload img {
  max-width: 100%;
}
.upload .load-img {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload .load-img span i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
}
.upload .load-img span small {
  margin-left: 15px;
  font-size: 20px;
}
.my-account {
  padding: 0px 30px;
}
.my-account .account-tip {
  margin-bottom: 20px;
}
.my-account .account-tip i {
  color: #d99f4d;
}
.my-account .mine-box {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 20px 0;
}
.my-account .mine-box button {
  position: absolute;
  right: 0;
  margin: auto;
  font-size: 14px;
  line-height: 27px;
  height: 40px;
  top: 0px;
  bottom: 0;
  min-width: 100px;
  text-align: center;
  color: #a18e5d;
  padding: 5px 20px;
  border: 1px solid #a18e5d;
  border-radius: 20px;
  background-color: #fff;
}
.my-account .mine-box span {
  font-size: 18px;
  color: #333;
}
.my-account .mine-box span em {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #999;
}
.my-account .mine-box span em a {
  color: #d99f4d;
}
.my-account .mine-box span em a:hover {
  color: #b01f24;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr th {
  background-color: #f4f4f4;
  padding: 10px 20px;
  text-align: center;
}
.table tr td {
  border: 1px solid #f4f4f4;
  padding: 20px;
  max-width: 300px;
  text-align: center;
}
.table tr td button {
  color: #62b8d4;
  margin: 0 10px;
  padding: 0 0px;
  background-color: transparent;
}
.table tr .edit {
  color: #ccc;
}
.site {
  background-color: #fff;
  min-height: 500px;
}
.site .el-empty {
  margin: 0;
  padding: 100px 0;
}
.add-nick .row {
  border: none !important;
  display: block !important;
  padding-bottom: 0 !important;
}
.add-nick .row em {
  color: #a8a8a8;
  width: 60px;
}
.add-nick .row a {
  border-radius: 68px;
  background: #ffe8e8;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin-right: 20px;
  color: #ba4343;
  margin-bottom: 20px;
}
.add-nick .row .add {
  color: #a8a8a8;
  background: #f2f2f2;
}
.add-nick .notes {
  margin: 25px;
  background-color: #fafafa;
  padding: 15px;
  color: #b0b0b0;
}
.add-nick .notes ul {
  margin-top: 20px;
}
.self-contract .btn {
  margin: 50px auto;
  display: block;
  width: 30%;
  height: 50px;
  border-radius: 5px;
  background-color: #db4f48;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.self-contract .btn:hover {
  background-color: #b01f24;
}
.self-contract .get-ready .read-article {
  background-color: #f7f7f7;
  margin: 20px;
  padding: 20px;
}
.self-contract .get-ready .read-article ol {
  margin-left: 20px;
  line-height: 30px;
}
.self-contract .get-ready .read-article ol li {
  list-style-type: inherit;
}
.self-contract .get-ready .read-article ol li p {
  margin: 0;
}
.self-contract .get-ready button {
  margin: 0 auto 30px;
  display: block;
}
.self-contract table th {
  text-align: left;
  color: #000;
}
.self-contract table th span {
  color: #ad9c6d;
  font-weight: 700;
}
.self-contract table td {
  text-align: left;
  padding: 15px;
}
.self-contract table td span {
  width: 265px;
}
.self-contract table td .long-txt {
  width: auto;
}
.self-contract table tr {
  font-weight: 700;
  color: #333;
}
.self-contract table tr em {
  width: 150px;
  font-weight: 400;
  color: #999;
  vertical-align: top;
}
.self-contract table tr img {
  max-width: 100px;
  max-height: 100px;
  margin-right: 20px;
}
.self-contract h1 small {
  color: #b01f24;
  font-size: 16px;
  font-weight: 700;
}
.self-contract .choose-box {
  position: relative;
}
.self-contract .choose-box select {
  position: absolute;
  top: 100%;
  left: 0;
  height: 200px;
  background-color: #f9f9f9;
  z-index: 100;
}
.self-contract .choose-box select option {
  padding: 6px 0;
  cursor: pointer;
}
.self-contract .choose-box select option:hover {
  color: #b01f24;
}
.self-contract .choose-type {
  text-align: center;
  margin: 20px auto 0;
}
.self-contract .choose-type h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.self-contract .choose-type p {
  margin-bottom: 40px;
}
.self-contract .choose-type a {
  width: 250px;
  height: 300px;
  margin: 0 20px;
  padding-top: 30px;
  border: 1px solid #e3e3e3;
}
.self-contract .choose-type a em {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  display: block;
}
.self-contract .choose-type a span {
  color: #ccc;
  display: block;
  margin-top: 20px;
}
.self-contract .choose-type a img {
  transform: scale(0.8);
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 50%;
}
.self-contract .choose-type a button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 20px auto 0;
  background-color: #b01f24;
  color: #fff;
  font-weight: 700;
}
.self-contract .choose-type a:hover img {
  transform: scale(1);
  background-color: #f2f3e6;
}
.self-contract .choose-type a:hover button {
  background-color: #b01f24;
}
.self-contract input[type="radio"] {
  vertical-align: middle;
  margin-right: 5px;
  height: 20px;
}
.self-contract .mine-content {
  padding: 20px 30px;
}
.self-contract .mine-content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.self-contract .mine-content #bnfList {
  margin-bottom: 10px;
  overflow: hidden;
  display: none;
}
.self-contract .mine-content #bnfList label {
  width: 120px;
  height: 41px;
  line-height: 41px;
  float: left;
  margin-right: 24px;
}
.self-contract .mine-content #bnfList ul {
  width: 502px;
  float: left;
}
.self-contract .mine-content #bnfList ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  border: 1px solid #d8d8d8;
  width: 50px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.self-contract .mine-content .controler {
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.self-contract .mine-content .controler label {
  width: 120px;
  height: 41px;
  line-height: 41px;
  float: left;
  margin-right: 24px;
}
.self-contract .mine-content .controler .controler-content {
  border: 1px dashed #e5e5e5;
  width: 502px;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f5f5f5;
}
.self-contract .mine-content .controler .controler-content > div {
  height: 42px;
  box-sizing: border-box;
}
.self-contract .mine-content .controler .controler-content > div label {
  width: 70px;
  font-size: 12px;
  margin-right: 5px;
}
.self-contract .mine-content .controler .controler-content > div > input {
  box-sizing: border-box;
  width: 398px;
  height: 30px;
  padding: 0 5px;
  margin-top: 5px;
}
.self-contract .mine-content .controler .controler-content > div > div {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
}
.self-contract .mine-content .controler .controler-content > div > div input {
  width: 160px;
  height: 30px;
  margin-top: 5px;
  padding-right: 0;
  padding-left: 5px;
  box-sizing: border-box;
}
.self-contract .mine-content p {
  margin-bottom: 10px;
}
.self-contract .mine-content p .wrong {
  color: #b01f24;
  font-size: 18px;
  margin-left: 5px;
  display: none;
}
.self-contract .mine-content p label {
  display: inline-block;
  width: 140px;
  vertical-align: middle;
  margin-top: -5px;
}
.self-contract .mine-content p label .red {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 700;
}
.self-contract .mine-content p input[type="text"],
.self-contract .mine-content p input[type="date"],
.self-contract .mine-content p input[type="mail"],
.self-contract .mine-content p input[type="number"],
.self-contract .mine-content p select,
.self-contract .mine-content p textarea {
  width: 480px;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  outline: none;
  background: transparent;
  line-height: 40px;
  height: 40px;
}
.self-contract .mine-content p #distSelect {
  height: 200px;
  background-color: #fff;
}
.self-contract .mine-content p .vertical-top {
  vertical-align: top;
  margin-top: 3px;
}
.self-contract .mine-content p span {
  margin-right: 10px;
}
.self-contract .mine-content p span .file2 {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
}
.self-contract .mine-content p span .file2 em {
  width: 160px;
  height: 100px;
}
.self-contract .mine-content p .file-img {
  margin: 0;
  display: none;
  vertical-align: top;
}
.self-contract .mine-content p .file-img u {
  position: relative;
  margin: 10px;
  height: 70px;
}
.self-contract .mine-content p .file-img u .loading {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
.self-contract .mine-content p .file-img u .loading small {
  font-size: 12px;
  display: block;
}
.self-contract .mine-content p .file-img u .loading i {
  font-size: 20px;
  display: block;
  margin-top: 18px;
  color: #fff;
  animation: loading 1s linear infinite;
  margin-bottom: 10px;
}
.self-contract .mine-content p .file-img u .close {
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.self-contract .mine-content p select {
  width: 502px;
  appearance: none;
  margin: 0;
}
.self-contract .mine-content p .short {
  width: 154px;
}
.self-contract .mine-content .radio-row {
  height: 20px;
}
.self-contract .mine-content .special-upload label {
  float: left;
  line-height: 100px;
}
.self-contract .mine-content .upload-pic #screenshot-box {
  width: calc(100% - 180px);
}
.self-contract .mine-content .upload-pic label,
.self-contract .mine-content .upload-pic .file,
.self-contract .mine-content .upload-pic .file-img {
  vertical-align: middle;
}
.self-contract .mine-content .upload-pic .tishi {
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 5px;
  font-size: 13px;
  color: #999;
}
.self-contract .mine-content .upload-pic .non-upload {
  display: none;
}
.self-contract .mine-content .upload-pic img {
  height: 70px;
  object-fit: cover;
}
.self-contract .mine-content .businessCode,
.self-contract .mine-content .profession-describe {
  display: none;
}
.self-contract .mine-content .file {
  position: relative;
  display: inline-block;
  background: #d0eeff;
  border: 1px solid #99d3f5;
  border-radius: 4px;
  padding: 4px 12px;
  overflow: hidden;
  color: #1e88c7;
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
}
.self-contract .mine-content .file input {
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.self-contract .mine-content .file:hover {
  background: #aadffd;
  border-color: #78c3f3;
  color: #004974;
  text-decoration: none;
}
.self-contract .mine-content .file2 {
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  min-width: 160px;
  text-align: center;
}
.self-contract .mine-content .file2 em {
  min-width: 160px;
  border-radius: 10px;
  background-color: #f2f4f3;
}
.self-contract .mine-content .file2 u {
  position: relative;
}
.self-contract .mine-content .file2 .loading {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
.self-contract .mine-content .file2 .loading small {
  font-size: 12px;
  display: block;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}
.self-contract .mine-content .file2 .loading i {
  font-size: 24px;
  display: block;
  margin-top: 28px;
  color: #fff;
  animation: loading 1s linear infinite;
  margin-bottom: 5px;
  position: initial;
}
.self-contract .mine-content .file2 img {
  height: 100px;
}
.self-contract .mine-content .file2 span {
  margin: 0;
}
.self-contract .mine-content .file2 span i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  z-index: 3;
  color: #99d3f5;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #99d3f5;
  width: 65%;
  padding: 1px 3px;
  border-radius: 4px;
}
.self-contract .mine-content .file2 span input {
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 4;
}
.self-contract .addInfoModal {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 19;
}
.self-contract .addInfoModal .addInfoModal-content {
  width: 800px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  height: 440px;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}
.self-contract .addInfoModal .addInfoModal-content h3 {
  text-align: center;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.self-contract .addInfoModal .addInfoModal-content h3 > i {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.self-contract .addInfoModal .addInfoModal-content .content {
  padding-top: 30px;
}
.self-contract .addInfoModal .addInfoModal-content .content .line {
  overflow: hidden;
}
.self-contract .addInfoModal .addInfoModal-content .content .line div {
  float: left;
  width: 50%;
  height: 40px;
  margin-bottom: 10px;
}
.self-contract .addInfoModal .addInfoModal-content .content .line div label {
  display: inline-block;
  width: 110px;
  font-size: 13px;
  text-align: right;
}
.self-contract .addInfoModal .addInfoModal-content .content .line div > span {
  margin-right: 20px;
}
.self-contract .addInfoModal .addInfoModal-content .content .line div > span input {
  cursor: pointer;
}
.self-contract .addInfoModal .addInfoModal-content .content .line div > input {
  width: 200px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  padding: 10px;
  outline: none;
  background: transparent;
  line-height: 40px;
  height: 40px;
}
.self-contract .addInfoModal .addInfoModal-content .content > button {
  display: block;
  height: 40px;
  border-radius: 5px;
  padding: 0 100px;
  margin: 40px auto 10px;
  background: #2d81e3;
  color: #f6f6f6;
}
.scroll-ul {
  width: 100%;
  padding-top: 40px;
}
.scroll-ul li {
  display: flex;
  width: calc(100% - 20px);
  padding: 10px;
  align-items: center;
}
.scroll-ul li span {
  font-size: 13px;
}
.scroll-ul li span i {
  font-size: 14px;
  margin-top: -3px;
  margin-left: -3px;
  margin-right: 0px;
  color: #b01f24;
}
.scroll-ul li .span2 {
  width: 100px;
}
.scroll-ul li .span1 {
  width: 50px;
}
.scroll-ul li .span1-5 {
  width: 80px;
}
.scroll-ul li .span4 {
  width: 200px;
}
.scroll-ul li:first-child {
  background-color: #91A0B3;
  color: #fff;
}
.scroll-ul .even {
  background-color: #F5F5F5;
}
.AsgList .scroll-ul {
  margin-left: -10px;
}
.AsgList .scroll-ul li {
  padding: 10px 8px;
  width: calc(100% + 4px);
}
.AsgList .scroll-ul li span {
  text-align: center;
}
.list-more {
  height: 50px;
  width: 100%;
  cursor: pointer;
}
.weight {
  font-weight: 700;
}
.site {
  color: #333;
  min-height: auto !important;
}
.site .title {
  padding: 20px 40px 0;
  font-size: 18px;
  position: relative;
}
.site .title::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 23px;
  height: 18px;
  width: 4px;
  background: #b01f24;
  border-radius: 2px;
}
.site .site-list {
  overflow: hidden;
  padding: 0px 20px;
  margin-bottom: 40px;
}
.site .site-list li {
  width: 50%;
  height: auto;
  padding: 20px 20px 0;
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.site .site-list li i {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.site .site-list li img {
  height: auto;
  width: 100%;
  display: block;
}
.site .site-list li a {
  width: 100%;
  height: 86px;
  overflow-y: auto;
  padding: 20px 0;
  display: block;
  position: relative;
}
.site .site-list li a p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #444;
  margin-bottom: 10px;
}
.site .site-list li a p:last-child {
  margin: 0;
}
.site .site-list li ::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background-color: #e8e5e5;
  border-radius: 3px;
}
.site .site-list li ::-webkit-scrollbar-thumb {
  height: 30px;
  width: 5px;
  background-color: #999;
  border-radius: 3px;
}
.site .site-list li > p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48px;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.site .site-list li:nth-child(even) {
  border-right: none;
}
.site .site-list li:nth-last-child(2),
.site .site-list li:last-child {
  border: none;
}
.icon-shipin1 {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #b01f24;
}
.history .options {
  overflow: hidden;
  margin-bottom: 20px;
}
.history .options > div {
  width: 24%;
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
  line-height: 40px;
}
.history .options .name {
  width: 16%;
}
.history .options .price {
  width: 22%;
  overflow: hidden;
}
.history .options .price > span {
  float: left;
  width: 45%;
}
.history .options .price > span:nth-child(2) {
  width: 10%;
  text-align: center;
}
.history .options .date {
  width: 28%;
}
.history .options .date .el-range-editor.el-input__inner {
  width: 100% !important;
}
.history .options .sort {
  width: 14%;
}
.history .options .el-button {
  background: #b01f24;
  border: none;
}
.history .default {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.history h3 {
  margin-bottom: 20px;
  color: #333;
}
.history h3 .el-icon-delete {
  cursor: pointer;
}
.history .tags {
  margin-bottom: 20px;
}
.history .tags .el-tag {
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
}
