@charset "UTF-8";
/* Scss Document */
/*全局样式.开始*/
html {
  height: 100%;
}

body {
  height: 100%;
  color: #282828;
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑,Arial", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "sans-serif";
}

button,
input,
select,
textarea {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

li,
ol,
ul,
dl,
dt,
dd {
  list-style: none;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}

.location {
  margin-top: 30px;
}

.pager-box {
  text-align: center;
}

.pager-box .el-pagination {
  margin-top: 20px;
}

.payer-box {
  display: block;
  width: 800px;
  height: 450px;
  margin-top: 20px;
  position: relative;
  background: #000;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.ntitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.ntitle .h3 {
  display: inline-flex;
  align-items: center;
  color: #282828;
  font-size: 22px;
}

.ntitle .h3::before {
  content: "";
  display: inline-block;
  margin: auto 5px auto 0;
  width: 5px;
  height: 20px;
  background: #e93423;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
}

.ntitle .h3 .desc {
  margin: 7px 0 0 6px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1;
}

.ntitle .more {
  padding: 0 10px;
  color: #818181;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  cursor: pointer;
}

.ntitle .more .icon {
  font-size: 12px;
}

.stitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stitle .h3 {
  display: flex;
  align-items: baseline;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.stitle .h3 .red {
  color: #e93323;
}

.stitle .h3 .info {
  margin-left: 10px;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.stitle .more {
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  border: 1.5px solid #e93323;
  border-radius: 100%;
}

.stitle .more .icon {
  font-size: 12px;
}

.ftitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
}

.ftitle .h5 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.ftitle .more {
  width: 18px;
  height: 18px;
  color: #818181;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}

.ftitle .more .icon {
  display: block;
  font-size: 12px;
  line-height: 18px;
}

.ctitle {
  display: block;
  position: relative;
  margin-top: 54px;
}

.ctitle .title {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctitle .title::before, .ctitle .title::after {
  content: "";
  display: block;
  width: 40%;
  height: 1.5px;
  border-radius: 2px;
  opacity: .8;
}

.ctitle .title::before {
  margin: 0 20px 0 0;
  background: linear-gradient(to left, #e8e8e8, #e8e8e8, rgba(232, 232, 232, 0));
}

.ctitle .title::after {
  margin: 0 0 0 20px;
  background: linear-gradient(to right, #e8e8e8, #e8e8e8, rgba(232, 232, 232, 0));
}

/*全局样式.结束*/
/*页面头部.开始*/
.header-top {
  width: 100%;
  height: 40px;
  min-width: 1200px;
  color: #b4b4b4;
  font-size: 12px;
  background: #282828;
}

.header-top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .left-box a,
.header-top .right-box a {
  position: relative;
  color: #b4b4b4;
  margin: 0 8px;
}

.header-top .left-box a:hover,
.header-top .right-box a:hover {
  color: #fff;
}

.header-top .left-box a::before,
.header-top .right-box a::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.11);
  left: -10px;
  top: 50%;
  margin-top: -5px;
}

.header-top .left-box a:first-child::before,
.header-top .right-box a:first-child::before {
  display: none;
}

.header-top .left-box a .icon,
.header-top .right-box a .icon {
  margin-right: 3px;
  font-size: 12px;
}

.index-header {
  margin: 0 auto;
  min-width: 1200px;
  height: 120px;
  background: #fff;
}

.index-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-header .logo {
  width: 180px;
}

.index-header .logo img {
  max-width: 180px;
}

.index-header .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-header .nav-box a {
  margin: 0 20px;
  color: #666;
  font-size: 16px;
}

.index-header .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 350px;
  height: 40px;
  border: 2px solid #e93323;
  border-radius: 5px;
}

.index-header .search-box .select-box {
  border-right: 1px solid #cfcfcf;
  border-radius: 5px 0 0 5px;
}

.index-header .search-box .select-box .select {
  width: 75px;
  color: #999;
  font-size: 13px;
  border: none;
  outline: none;
  cursor: pointer;
}

.index-header .search-box .select-box .select .el-input__inner {
  border: none;
}

.index-header .search-box .input-box {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}

.index-header .search-box .input-box .icon {
  position: absolute;
  left: 14px;
  top: 10px;
  margin-right: 5px;
  color: #c1c1c1;
  font-size: 15px;
}

.index-header .search-box .input-box .input {
  padding-left: 36px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
}

.index-header .search-box .btn {
  width: 90px;
  height: 100%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #e93323;
  cursor: pointer;
}

.goods-header {
  margin: 0 auto;
  min-width: 1200px;
  height: 120px;
  background: #fff;
}

.goods-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goods-header .left-box img {
  max-width: 224px;
}

.goods-header .center-box {
  position: relative;
  width: 640px;
  height: 40px;
  border: 2px solid #e93323;
  border-radius: 5px;
  cursor: pointer;
}

.goods-header .center-box .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goods-header .center-box .search-box .icon {
  position: absolute;
  left: 14px;
  top: 10px;
  margin-right: 5px;
  color: #c1c1c1;
  font-size: 15px;
}

.goods-header .center-box .search-box .input {
  padding-left: 36px;
  width: 548px;
  height: 100%;
  border: none;
  outline: none;
  font-size: 13px;
  border-radius: 5px 0 0 5px;
}

.goods-header .center-box .search-box .btn {
  width: 90px;
  height: 100%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  background-color: #e93323;
}

.goods-header .center-box .hot-box {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 560px;
  height: 20px;
  overflow: hidden;
}

.goods-header .center-box .hot-box .text {
  display: inline-block;
  padding: 0 10px;
  color: #999;
}

.goods-header .right-box a {
  display: block;
  width: 118px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #e93323;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.goods-header .right-box a .icon {
  margin-right: 7px;
}

/*页面头部.结束*/
/*页面内容.开始*/
.slider-nav {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.slider-nav .list-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.slider-nav .list-box .title {
  flex-shrink: 0;
  min-width: 60px;
  color: #999;
  font-size: 16px;
  line-height: 38px;
}

.slider-nav .list-box .list {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  position: relative;
  margin-top: -15px;
  overflow: hidden;
}

.slider-nav .list-box .list a {
  margin: 15px 0 0 20px;
  padding: 10px 20px;
  max-width: 120px;
  color: #282828;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.slider-nav .list-box .list a.active, .slider-nav .list-box .list a:hover {
  color: #fff;
  background: #e93323;
}

.slider-box {
  margin-top: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.news-focus {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.news-focus .banner {
  position: relative;
  width: 590px;
  height: 350px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.news-focus .banner .swiper-container {
  height: 350px;
}

.news-focus .banner .swiper-container .swiper-pagination {
  bottom: 10px;
  text-align: right;
  padding-right: 20px;
}

.news-focus .banner .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: .8;
  width: 6px;
  height: 6px;
}

.news-focus .banner .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  height: 6px;
  border-radius: 10px;
  background: #ffd53f;
}

.news-focus .banner .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news-focus .banner .img-box > img,
.news-focus .banner .img-box .el-image {
  width: 100%;
  min-height: 100%;
}

.news-focus .banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
}

.news-focus .banner .txt-box span {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-focus .img-list {
  width: 285px;
  margin-left: 20px;
}

.news-focus .txt-list {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  width: 285px;
  background: #fff;
  border-radius: 3px;
}

.news-focus .txt-list .list-box {
  margin-top: 20px;
  padding: 0 20px;
}

.news-focus .txt-list .list-box .title {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-focus .txt-list .list-box .title .label {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  background: #e93323;
  line-height: 1;
  border-radius: 2px;
  vertical-align: middle;
}

.news-focus .txt-list .list-box .info {
  margin-top: 5px;
  line-height: 1;
  color: #9DA0A5;
  font-size: 12px;
}

.news-focus .txt-list .list-box .info .line::before {
  content: "·";
  display: inline-block;
}

.news-index {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 0 -20px;
  overflow: hidden;
}

.news-index .list-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0 0 20px;
  padding: 20px;
  width: 590px;
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.news-index .list-box .left-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-index .list-box .left-box .title {
  color: #282828;
  font-size: 18px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-index .list-box .left-box .info {
  display: block;
  margin-top: 15px;
  color: #999;
  font-size: 14px;
  height: 66px;
  line-height: 22px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-index .list-box .left-box .date {
  margin-top: 15px;
  color: #ccc;
  font-size: 12px;
}

.news-index .list-box .left-box .date::before {
  margin-right: 3px;
}

.news-index .list-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-left: 20px;
  width: 192px;
  height: 128px;
  border-radius: 3px;
  overflow: hidden;
}

.news-index .list-box .img-box > img,
.news-index .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.news-index .list-box .img-box > img:hover,
.news-index .list-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.news-hot {
  padding: 0 20px 20px 20px;
}

.news-hot .list-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.news-hot .list-box:nth-child(1) .txt-box .title, .news-hot .list-box:nth-child(2) .txt-box .title {
  margin-left: 0;
}

.news-hot .list-box .index {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 5px;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  background: #e93323;
  z-index: 1;
}

.news-hot .list-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-right: 15px;
  width: 128px;
  height: 90px;
  border-radius: 3px;
  overflow: hidden;
}

.news-hot .list-box .img-box > img,
.news-hot .list-box .img-box .el-image {
  width: 100%;
  min-height: 100%;
  transition: all 0.5s;
}

.news-hot .list-box .img-box > img:hover,
.news-hot .list-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.news-hot .list-box .txt-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-hot .list-box .txt-box .title {
  margin-left: 30px;
  color: #282828;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-hot .list-box .txt-box .text {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-hot .list-box .txt-box .info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.news-hot .list-box .txt-box .info .icon {
  color: #999;
  font-size: 12px;
}

.news-hot .list-box .txt-box .info .icon::before {
  margin-right: 3px;
}

.news-hot .list-box .view {
  color: #999;
  font-size: 12px;
  line-height: 22px;
}

.news-hot .list-box .view::before {
  margin-right: 3px;
}

.news-slider {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 0 -20px;
  overflow: hidden;
}

.news-slider .list-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0 0 20px;
  padding: 20px;
  width: 390px;
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.news-slider .list-box .left-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-slider .list-box .left-box .title {
  color: #282828;
  font-size: 15px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-slider .list-box .left-box .info {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-slider .list-box .left-box .date {
  margin-top: 10px;
  color: #ccc;
  font-size: 12px;
}

.news-slider .list-box .left-box .date::before {
  margin-right: 3px;
}

.news-slider .list-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-left: 20px;
  width: 128px;
  height: 90px;
  border-radius: 3px;
  overflow: hidden;
}

.news-slider .list-box .img-box > img,
.news-slider .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.news-slider .list-box .img-box > img:hover,
.news-slider .list-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.news-list {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}

.news-list .nodata {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  width: 100%;
  color: #999;
  line-height: 100px;
  text-align: center;
}

.news-list .list-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0 0 0;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.news-list .list-box .left-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-list .list-box .left-box .title {
  color: #282828;
  font-size: 18px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-list .list-box .left-box .info {
  display: block;
  margin-top: 15px;
  color: #999;
  font-size: 14px;
  height: 66px;
  line-height: 22px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .list-box .left-box .date {
  margin-top: 15px;
  color: #ccc;
  font-size: 12px;
}

.news-list .list-box .left-box .date::before {
  margin-right: 3px;
}

.news-list .list-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-left: 20px;
  width: 192px;
  height: 128px;
  border-radius: 3px;
  overflow: hidden;
}

.news-list .list-box .img-box > img,
.news-list .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.news-list .list-box .img-box > img:hover,
.news-list .list-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.video-index {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.video-index .left-box {
  position: relative;
  width: 590px;
  height: 350px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.video-index .left-box .item-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-index .left-box .item-box:hover .img-box > img,
.video-index .left-box .item-box:hover .img-box el-image {
  transform: scale(1.2);
}

.video-index .left-box .item-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-index .left-box .item-box .img-box > img,
.video-index .left-box .item-box .img-box .el-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: all 0.5s;
}

.video-index .left-box .item-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
}

.video-index .left-box .item-box .txt-box:hover .icon {
  opacity: .4;
}

.video-index .left-box .item-box .txt-box .text {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-index .left-box .item-box .txt-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px auto auto -28px;
  color: #fff;
  font-size: 56px;
  opacity: 0;
}

.video-index .right-box {
  width: 590px;
}

.video-list {
  margin-top: 20px;
}

.slider-banner {
  position: relative;
  height: 420px;
}

.slider-banner .goods-index-container {
  height: 100%;
}

.slider-banner .goods-index-container img {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-banner .goods-index-container .swiper-button-prev {
  left: 241px;
}

.slider-banner .goods-index-container .swiper-button-next {
  right: 17px;
}

.slider-banner .goods-index-container .swiper-pagination {
  bottom: 14px;
  text-align: right;
  padding-right: 20px;
}

.slider-banner .goods-index-container .swiper-pagination-bullet {
  width: 34px;
  height: 2px;
  background: #fff;
  opacity: .8;
  border-radius: 1px;
}

.slider-banner .goods-index-container .swiper-pagination-bullet-active {
  opacity: 1;
  height: 3px;
  border-radius: 3px;
}

.goods-nav {
  background: #fff;
}

.goods-nav .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.goods-nav .item {
  display: inline-block;
  margin-right: 13px;
  padding: 11.5px 10px;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  min-width: 90px;
  text-align: center;
}

.goods-nav .category-wrap {
  position: relative;
  width: 224px;
  height: 44px;
}

.goods-nav .category-wrap:hover .category-box {
  display: block;
}

.goods-nav .category-wrap > .title {
  display: block;
  line-height: 44px;
  color: #fff;
  background: #e93323;
  text-align: center;
  cursor: pointer;
}

.goods-nav .category-wrap .category-box {
  display: none;
}

.goods-nav .category-wrap .category-box.active {
  display: block;
}

.goods-nav .category-wrap .category-box.active .sort-box {
  background-color: rgba(0, 0, 0, 0.4);
}

.goods-nav .category-box {
  position: absolute;
  top: 44px;
  left: 0;
  height: 420px;
  z-index: 9;
}

.goods-nav .category-box .sort-box {
  padding: 14px 0;
  width: 224px;
  height: 100%;
  background-color: #222;
  color: #fff;
}

.goods-nav .category-box .sort-box .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 21px;
  height: 39px;
  cursor: pointer;
}

.goods-nav .category-box .sort-box .list-box:hover {
  background: #e93323;
}

.goods-nav .category-box .sort-box .list-box:hover .sort-con {
  display: block;
}

.goods-nav .category-box .sort-box .list-box .icon {
  font-size: 10px;
}

.goods-nav .category-box .sort-box .list-box .title {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-nav .category-box .sort-box .list-box .sort-con {
  position: absolute;
  top: 0;
  left: 224px;
  display: none;
  width: 664px;
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 0 5px 20px 29px;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 29px;
  max-height: 400px;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-li .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 33.33%;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-li .item-box .img-box {
  position: relative;
  width: 68px;
  height: 68px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-li .item-box .img-box > img,
.goods-nav .category-box .sort-box .list-box .sort-con .sort-li .item-box .img-box .el-image {
  width: 100%;
  height: 100%;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-li .item-box .title {
  flex: 1;
  margin-top: 14px;
  color: #282828;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-er {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  padding-top: 20px;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-er .item-box {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-er .item-box .text {
  color: #282828;
  margin-left: 14px;
  width: 66px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-er .item-box .list {
  width: 548px;
}

.goods-nav .category-box .sort-box .list-box .sort-con .sort-er .item-box .list a {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 20px;
  text-align: center;
  color: #888;
  font-size: 12px;
  cursor: pointer;
}

.goods-banner {
  margin-top: 30px;
  width: 1200px;
  height: 120px;
  overflow: hidden;
}

.goods-banner img {
  width: 100%;
}

.goods-speed {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-radius: 3px;
  overflow: hidden;
}

.goods-speed .left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px 0;
  width: 224px;
  height: 315px;
  color: #fff;
  background: #e93423;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.goods-speed .left-box .icon {
  font-size: 54px;
}

.goods-speed .left-box .text {
  margin-top: 20px;
  font-size: 22px;
}

.goods-speed .left-box .desc {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.goods-speed .right-box {
  position: relative;
  width: 976px;
  background: #fff;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.goods-speed .right-box .goods-speed-container .swiper-slide::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 98px;
  background: #f4f4f4;
  top: 50%;
  left: 10px;
  margin-top: -49px;
}

.goods-speed .right-box .goods-speed-container .swiper-slide:first-child::before {
  display: none;
}

.goods-speed .right-box .goods-speed-container .list-box {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding: 16px;
  width: 224px;
}

.goods-speed .right-box .goods-speed-container .list-box:hover .picture > img,
.goods-speed .right-box .goods-speed-container .list-box:hover .picture .el-image {
  transform: scale(1.2);
}

.goods-speed .right-box .goods-speed-container .list-box .picture {
  width: 192px;
  height: 192px;
  overflow: hidden;
}

.goods-speed .right-box .goods-speed-container .list-box .picture > img,
.goods-speed .right-box .goods-speed-container .list-box .picture .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.goods-speed .right-box .goods-speed-container .list-box .title {
  color: #282828;
  text-align: center;
  margin: 10px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-speed .right-box .goods-speed-container .list-box .price {
  display: block;
  margin-top: 6px;
  color: #e93323;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  height: 26px;
}

.goods-speed .right-box .goods-speed-container .list-box .price .ot {
  display: inline-block;
  margin-left: 2px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.goods-speed .right-box .goods-speed-container .list-box .timer {
  margin-top: 6px;
  color: #282828;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
}

.goods-speed .right-box .goods-speed-container .list-box .timer .text {
  color: #999;
}

.goods-speed .right-box .goods-speed-container .swiper-button-prev {
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAiCAMAAACdioI/AAAAn1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbGxsaGhpOTk59fX2ZmZmWlpajo6Oqqqq2trbFxcXJycnLy8vZ2dna2trt7e3v7+/29vb09PT5+fn6+vr6+vr6+vr8/Pz9/f39/f3+/v7+/v7///////+BP7oqAAAANXRSTlMAAQIDBAUGBwgJCgsODxAREhMVFhcYGRocHSQvNzg9QkZUVVhsbp6ivL3R1dve5Oru8vT6/PwC64kAAAC0SURBVCjPldPZDoJADAVQQAQRWUTpdd/3HfH/v80XxRK5ifZpJieZmXZaA69Ik7jlmoYK6JC4TgSQyCYCiMcE4jMBfCriMEFqMUFARWwmiKiIqaW3PX82DSWDXb7WbyiWw8N9qQ6IC5lerjN9UfKWRXYal5N9y+0xQbXMs9OoJB16T5u+LdT57PNVdabob46kOj9VlP9CSH+7xjrE/berpEk6MXVIxwcWmRL7e0qkm0SenqwnqLRDZjrBj2wAAAAASUVORK5CYII=);
  width: 25px;
  height: 34px;
  background-size: 100% 100%;
}

.goods-speed .right-box .goods-speed-container .swiper-button-prev::after {
  display: none;
}

.goods-speed .right-box .goods-speed-container .swiper-button-next {
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAiCAMAAACdioI/AAAAolBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbGxtJSUl9fX2Wlpabm5ulpaWtra21tbW4uLjFxcXLy8vZ2dna2trt7e3u7u709PT09PT5+fn6+vr6+vr8/Pz8/Pz9/f39/f3+/v7+/v7+/v7///////9UhR2kAAAANnRSTlMAAQIDBAUGBwgJCgsMDg8QERITFRYXGBkaHCMvODg+QUhIVFhsbpyiu7zQ2d3h4+rr8fT1+vyR/EZAAAAAwUlEQVQoz43T1xaCMAwG4B9EFBcgSgPuvTe+/6t5oUCqhGOuevK1NG0DkIdRa/tBSJ/I81VfEY80b3l6PhPnO59K6xfe0iQqFlsJYoYkSIcEsZQkHgliKEnq+fi0ibiw/VfJLmbis2mLx36QS8C/PbueJ5noxxwdb/NiofHzkkpPgyFb0+Uw5fu4vLY7r42ddJls4+LbOayj/2605BW0GnSpiK+NmtQhJV0FNKROBOxQEpiu0PEALOEvAQDD8YJ+xi+Fq0YbEcyxOQAAAABJRU5ErkJggg==);
  width: 25px;
  height: 34px;
  background-size: 100% 100%;
}

.goods-speed .right-box .goods-speed-container .swiper-button-next::after {
  display: none;
}

.goods-chose {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.goods-chose .left-box {
  display: flex;
  justify-content: space-between;
  padding: 28px;
  width: 590px;
  height: 250px;
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.goods-chose .left-box .txt-box {
  display: flex;
  flex-direction: column;
  width: 310px;
}

.goods-chose .left-box .txt-box .title {
  color: #282828;
  font-size: 18px;
  word-break: break-all;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.goods-chose .left-box .txt-box .info {
  margin-top: 8px;
  color: #a3a3a3;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.goods-chose .left-box .txt-box .price {
  margin-top: 26px;
  color: #e93323;
  font-size: 20px;
  font-weight: 700;
}

.goods-chose .left-box .img-box {
  width: 194px;
  height: 194px;
  overflow: hidden;
}

.goods-chose .left-box .img-box > img,
.goods-chose .left-box .img-box .el-image {
  width: 194px;
  height: 194px;
  transition: all 0.5s;
}

.goods-chose .left-box .img-box > img:hover,
.goods-chose .left-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.goods-chose .right-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 20px;
  padding: 28px;
  width: 285px;
  height: 250px;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.goods-chose .right-box .title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-chose .right-box .price {
  color: #e93323;
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}

.goods-chose .right-box .img-box {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

.goods-chose .right-box .img-box > img,
.goods-chose .right-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.goods-chose .right-box .img-box > img:hover,
.goods-chose .right-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.goods-recom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.goods-recom .item-box {
  margin-left: 15px;
  padding: 26px 0;
  width: 390px;
  height: 400px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.goods-recom .item-box:first-child {
  margin-left: 0;
}

.goods-recom .item-box .stitle {
  padding: 0 27px;
}

.goods-recom .item-box .recom-list {
  margin-top: 32px;
}

.goods-recom .item-box .recom-list .swiper-slide {
  position: relative;
  top: 20px;
  display: block;
  width: 180px;
  height: 280px;
  margin-right: 15px;
  transition: all .3s ease;
}

.goods-recom .item-box .recom-list .swiper-slide.swiper-slide-active {
  top: 0;
  left: 0;
}

.goods-recom .item-box .recom-list .swiper-slide.swiper-slide-active img {
  width: 180px;
}

.goods-recom .item-box .recom-list .swiper-slide.swiper-slide-active .txt-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
}

.goods-recom .item-box .recom-list .swiper-slide img {
  width: 160px;
}

.goods-recom .item-box .recom-list .swiper-slide .txt-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  opacity: 0;
}

.goods-recom .item-box .recom-list .swiper-slide .txt-box .title {
  margin-bottom: 10px;
  color: #282828;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-recom .item-box .recom-list .swiper-slide .txt-box .price {
  color: #e93323;
  font-size: 14px;
  font-weight: 700;
}

.goods-recom .item-box .recom-list .swiper-slide .txt-box .price i {
  font-style: normal;
  font-size: 20px;
}

.goods-recom .item-box .brand-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 27px;
}

.goods-recom .item-box .brand-list .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 15px 0 20px;
  width: 100%;
  height: 136px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #f1f5f9;
}

.goods-recom .item-box .brand-list .list-box .txt-box {
  display: flex;
  flex-direction: column;
  width: 183px;
}

.goods-recom .item-box .brand-list .list-box .txt-box .title {
  color: #282828;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-recom .item-box .brand-list .list-box .txt-box .info {
  margin-top: 10px;
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

.goods-recom .item-box .brand-list .list-box .img-box {
  position: relative;
  width: 106px;
  height: 106px;
  overflow: hidden;
}

.goods-recom .item-box .brand-list .list-box .img-box > img,
.goods-recom .item-box .brand-list .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: all 0.5s;
}

.goods-recom .item-box .brand-list .list-box .img-box > img:hover,
.goods-recom .item-box .brand-list .list-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.goods-recom .item-box .top-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 27px;
}

.goods-recom .item-box .top-list .list-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 15px;
}

.goods-recom .item-box .top-list .list-box .num {
  width: 36px;
  height: 44px;
}

.goods-recom .item-box .top-list .list-box .num img {
  width: 100%;
  height: 100%;
}

.goods-recom .item-box .top-list .list-box .img-box {
  width: 84px;
  height: 84px;
  overflow: hidden;
}

.goods-recom .item-box .top-list .list-box .img-box > img,
.goods-recom .item-box .top-list .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.goods-recom .item-box .top-list .list-box .img-box > img:hover,
.goods-recom .item-box .top-list .list-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.goods-recom .item-box .top-list .list-box .title {
  width: 136px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

.goods-classify {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.goods-classify .left-box {
  flex-shrink: 0;
  margin-right: 20px;
  width: 224px;
  height: 640px;
  border-radius: 3px;
  overflow: hidden;
}

.goods-classify .left-box > img,
.goods-classify .left-box el-image {
  width: 100%;
  height: 100%;
}

.goods-classify .right-box {
  flex-grow: 1;
}

.goods-classify .right-box .goods-list .list-box:nth-child(4n) {
  margin-right: 0;
}

.goods-index {
  margin-top: 20px;
}

.goods-list {
  display: flex;
  flex-flow: row wrap;
  margin: -20px 0 0 -20px;
  overflow: hidden;
}

.goods-list .nodata {
  margin: 20px 0 0 20px;
  padding: 30px;
  width: 100%;
  color: #999;
  text-align: center;
  line-height: 80px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.goods-list .list-box {
  width: 224px;
  padding: 16px;
  background: #fff;
  margin: 20px 0 0 20px;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}

.goods-list .list-box:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}

.goods-list .list-box:hover .img-box > img,
.goods-list .list-box:hover .img-box .el-image {
  transform: scale(1.2);
}

.goods-list .list-box .img-box {
  width: 192px;
  height: 192px;
  overflow: hidden;
}

.goods-list .list-box .img-box > img,
.goods-list .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.goods-list .list-box .title {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  height: 40px;
  line-height: 22px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

.goods-list .list-box .title .label {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  background: #e93323;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
}

.goods-list .list-box .price {
  display: block;
  margin-top: 12px;
  color: #e93323;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  height: 26px;
}

.goods-list .list-box .price span {
  font-size: 14px;
}

.goods-list .list-box .price .ot {
  display: inline-block;
  margin-left: 2px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.goods-list .list-box .point {
  display: block;
  margin-top: 12px;
  color: #e93323;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  height: 26px;
}

.goods-list .list-box .point .icon {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
}

.goods-list .list-box .point .ot {
  display: inline-block;
  margin-left: 2px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.goods-list .list-box .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #aaa;
  font-size: 12px;
}

.goods-list .list-box .timer {
  margin-top: 6px;
  color: #282828;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
}

.goods-list .list-box .timer .text {
  color: #999;
}

.goods-info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.goods-info .left-box {
  position: relative;
  width: 400px;
  background: #fff;
  border-radius: 3px 0 0 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.goods-info .left-box .swiper-gallery {
  position: relative;
  width: 100%;
  height: 400px;
}

.goods-info .left-box .swiper-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
}

.goods-info .left-box .swiper-thumbs {
  position: relative;
  margin: 20px 15px;
}

.goods-info .left-box .swiper-thumbs .swiper-container {
  padding: 0 10px;
}

.goods-info .left-box .swiper-thumbs .swiper-button-prev {
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  margin-top: 0;
}

.goods-info .left-box .swiper-thumbs .swiper-button-prev::after {
  color: #999;
  font-size: 20px;
  font-weight: bold;
}

.goods-info .left-box .swiper-thumbs .swiper-button-next {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  margin-top: 0;
}

.goods-info .left-box .swiper-thumbs .swiper-button-next::after {
  color: #999;
  font-size: 20px;
  font-weight: bold;
}

.goods-info .left-box .swiper-thumbs .swiper-slide {
  position: relative;
  margin: 0 8px;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  border: 2px solid #f5f5f5;
  overflow: hidden;
  cursor: pointer;
}

.goods-info .left-box .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #e93323;
}

.goods-info .left-box .swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}

.goods-info .left-box .btn-box {
  margin: 0 30px 30px 0;
}

.goods-info .left-box .btn-box .icon {
  margin-left: 30px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.goods-info .left-box .btn-box .icon::before {
  margin-right: 5px;
}

.goods-info .right-box {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 800px;
  background: #fff;
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.goods-info .right-box .gtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.goods-info .right-box .stitle {
  margin-top: 10px;
  color: #e4393c;
  font-size: 14px;
  line-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.goods-info .right-box .info-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px 0;
  color: #fff;
  background: #e93323;
}

.goods-info .right-box .info-box .price-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.goods-info .right-box .info-box .price-box .del {
  margin-bottom: 5px;
  color: #f18282;
  font-size: 12px;
  text-decoration: line-through;
}

.goods-info .right-box .info-box .price-box .price {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.goods-info .right-box .info-box .price-box .price::before {
  content: "￥";
  font-size: 22px;
  font-weight: 500;
}

.goods-info .right-box .info-box .point-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.goods-info .right-box .info-box .point-box .del {
  margin-bottom: 5px;
  color: #f18282;
  font-size: 12px;
  text-decoration: line-through;
}

.goods-info .right-box .info-box .point-box .text {
  font-size: 14px;
  line-height: 1;
}

.goods-info .right-box .info-box .point-box .text b {
  margin: 0 5px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  font-weight: 600;
}

.goods-info .right-box .info-box .timer-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.goods-info .right-box .info-box .timer-box .title {
  color: #f18282;
}

.goods-info .right-box .info-box .sale-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
}

.goods-info .right-box .info-box .sale-box .num {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 18px;
}

.goods-info .right-box .info-box .sale-box .text {
  font-size: 12px;
}

.goods-info .right-box .info-box .sale-box::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 10px;
  left: 0;
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.goods-info .right-box .promote-box {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0 20px;
  background: #f7f7f7;
  color: #5a5a5a;
}

.goods-info .right-box .promote-box .list-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.goods-info .right-box .promote-box .list-box .title {
  width: 80px;
  color: #999;
}

.goods-info .right-box .promote-box .list-box .remark {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #727272;
  font-size: 12px;
  line-height: 20px;
}

.goods-info .right-box .promote-box .list-box .coupon {
  flex-grow: 1;
  margin-top: -10px;
}

.goods-info .right-box .promote-box .list-box .coupon .item-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.goods-info .right-box .promote-box .list-box .coupon .item-warp .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border: 1px solid #e93323;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.goods-info .right-box .promote-box .list-box .coupon .item-warp .item-box .num {
  padding: 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  background: #e93323;
}

.goods-info .right-box .promote-box .list-box .coupon .item-warp .item-box .text {
  flex-grow: 1;
  padding: 0 10px;
  color: #e93323;
  font-size: 12px;
  line-height: 1;
}

.goods-info .right-box .promote-box .list-box .coupon .item-warp .info {
  flex-grow: 1;
  padding: 0 10px;
  color: #999;
  font-size: 12px;
}

.goods-info .right-box .promote-box .list-box .coupon .item-warp .btn {
  color: #e93323;
  font-size: 12px;
  border-bottom: 1px solid #e93323;
  cursor: pointer;
}

.goods-info .right-box .spec-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.goods-info .right-box .spec-list .list-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.goods-info .right-box .spec-list .list-box .title {
  margin: 0 20px;
  width: 60px;
  line-height: 32px;
  color: #999;
}

.goods-info .right-box .spec-list .list-box .item-box {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.goods-info .right-box .spec-list .list-box .item-box .text {
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  border: 2px solid #f5f5f5;
  cursor: pointer;
}

.goods-info .right-box .spec-list .list-box .item-box .text.active {
  color: #fff;
  border-color: #e93323;
  background: #e93323;
}

.goods-info .right-box .spec-list .list-box .item-box .pic {
  position: relative;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  border: 2px solid #f5f5f5;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.goods-info .right-box .spec-list .list-box .item-box .pic.active {
  border-color: #e93323;
}

.goods-info .right-box .spec-list .list-box .item-box .pic img {
  width: 100%;
  height: 100%;
}

.goods-info .right-box .spec-list .list-box .item-box .input .desc {
  color: #999;
  margin-left: 10px;
}

.goods-info .right-box .btn-box {
  margin: 20px 0 0 100px;
}

.goods-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.goods-detail .left-box {
  width: 224px;
}

.goods-detail .left-box .head-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  height: 51px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
  border-radius: 3px 3px 0 0;
}

.goods-detail .left-box .head-box .icon {
  margin-right: 5px;
  color: #999;
  font-size: 14px;
}

.goods-detail .right-box {
  width: 956px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.goods-detail .right-box .head-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ededed;
}

.goods-detail .right-box .head-box .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 30px;
  height: 50px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.goods-detail .right-box .head-box .item-box:first-child::before {
  display: none;
}

.goods-detail .right-box .head-box .item-box::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  border-left: 1px solid #d9d9d9;
}

.goods-detail .right-box .head-box .item-box:hover {
  color: #e93323;
}

.goods-detail .right-box .head-box .item-box.active {
  color: #e93323;
  font-weight: 600;
}

.goods-detail .right-box .head-box .item-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #e93323;
}

.goods-detail .right-box .content {
  padding: 20px 30px;
}

.goods-detail .right-box .content .param {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}

.goods-detail .right-box .content .param .text {
  margin: 5px 0;
  padding-right: 2%;
  width: 23%;
  color: #666;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.goods-detail .right-box .content .detail {
  padding-top: 20px;
}

.goods-detail .right-box .content .detail p {
  margin: 10px 0;
  line-height: 1.8em;
}

.goods-detail .right-box .content .detail img {
  display: block;
  width: 100%;
}

.goods-screen {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.goods-screen .list-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 50px;
  border-top: 1px solid #f5f5f5;
}

.goods-screen .list-box:first-child(1) {
  border: none;
}

.goods-screen .list-box .title {
  color: #999;
  min-width: 45px;
}

.goods-screen .list-box .item-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.goods-screen .list-box .item-box .text {
  margin-left: 20px;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
}

.goods-screen .list-box .item-box .text.active {
  color: #fff;
  background: #e93323;
}

.goods-screen .list-box .item-box .text.active .icon {
  color: #e93323;
}

.goods-screen .list-box .item-box .text .icon {
  font-size: 14px;
}

.goods-screen .list-box .item-box .input .el-input {
  width: 100px;
}

.goods-screen .list-box .item-box .input .el-input .el-input-group__prepend {
  padding: 0 5px;
}

.goods-screen .list-box .item-box .line {
  margin: 0 5px;
  color: #ccc;
}

.goods-screen .list-box .item-box .btn {
  margin-left: 10px;
}

.picture-hot {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 20px 20px 0 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.picture-hot .list-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  width: 160px;
}

.picture-hot .list-box .img-box {
  width: 100%;
  height: 112px;
  border-radius: 3px;
  overflow: hidden;
}

.picture-hot .list-box .img-box > img,
.picture-hot .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.picture-hot .list-box .img-box > img:hover,
.picture-hot .list-box .img-box .el-image:hover {
  transform: scale(1.2);
}

.picture-hot .list-box .title {
  margin-top: 10px;
  color: #282828;
  font-size: 14px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.picture-list {
  display: flex;
  flex-flow: row wrap;
  margin: -20px 0 0 -20px;
  overflow: hidden;
}

.picture-list .nodata {
  margin: 20px 0 0 20px;
  padding: 30px;
  width: 100%;
  color: #999;
  text-align: center;
  line-height: 80px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.picture-list .list-box {
  position: relative;
  display: block;
  margin: 20px 0 0 20px;
  width: 285px;
  height: 165px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  cursor: pointer;
}

.picture-list .list-box:hover .img-box > img,
.picture-list .list-box:hover .img-box .el-image {
  transform: scale(1.2);
}

.picture-list .list-box:hover .txt-box .icon {
  opacity: .4;
}

.picture-list .list-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.picture-list .list-box .img-box > img,
.picture-list .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.picture-list .list-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
}

.picture-list .list-box .txt-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px auto auto -24px;
  color: #fff;
  font-size: 48px;
  opacity: 0;
}

.picture-list .list-box .txt-box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.photo-index {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 390px;
  overflow: hidden;
}

.photo-index .list-box {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 285px;
  height: 185px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  cursor: pointer;
}

.photo-index .list-box:nth-child(1) {
  height: 390px;
}

.photo-index .list-box:nth-child(2) {
  left: 305px;
}

.photo-index .list-box:nth-child(3) {
  left: 610px;
}

.photo-index .list-box:nth-child(4) {
  left: auto;
  right: 0;
}

.photo-index .list-box:nth-child(5) {
  top: 205px;
  left: 305px;
  width: 590px;
}

.photo-index .list-box:nth-child(6) {
  top: 205px;
  left: auto;
  right: 0;
}

.photo-index .list-box:hover .txt-box {
  opacity: 1;
}

.photo-index .list-box:hover .img-box > img,
.photo-index .list-box:hover .img-box .el-image {
  transform: scale(1.2);
}

.photo-index .list-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo-index .list-box .img-box > img,
.photo-index .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.photo-index .list-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
  opacity: 0;
}

.photo-index .list-box .txt-box .text {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.photo-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 0 -20px;
  overflow: hidden;
}

.photo-list .nodata {
  margin: 20px 0 0 20px;
  padding: 30px;
  width: 100%;
  color: #999;
  text-align: center;
  line-height: 80px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.photo-list .list-box {
  position: relative;
  margin: 20px 0 0 20px;
  width: 285px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.photo-list .list-box:hover .img-box > img,
.photo-list .list-box:hover .img-box .el-image {
  transform: scale(1.2);
}

.photo-list .list-box .img-box {
  width: 100%;
  height: 285px;
  overflow: hidden;
}

.photo-list .list-box .img-box > img,
.photo-list .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.photo-list .list-box .like-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 254px;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.photo-list .list-box .like-box .icon {
  margin-bottom: 5px;
  color: #e93423;
  font-size: 22px;
  line-height: 1;
}

.photo-list .list-box .like-box .text {
  color: #e93423;
  font-size: 12px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.photo-list .list-box .txt-box {
  display: flex;
  flex-direction: column;
  padding: 38px 20px 20px 20px;
  text-align: center;
}

.photo-list .list-box .txt-box .title {
  color: #666;
  font-size: 14px;
  height: 40px;
  line-height: 22px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

.photo-list .list-box .txt-box .date {
  margin-top: 12px;
  color: #ccc;
  font-size: 12px;
  line-height: 1;
}

.photo-list .list-box .txt-box .date::before {
  margin-right: 3px;
}

.down-index {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.down-index .left-box {
  position: relative;
  width: 590px;
  height: 350px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.down-index .left-box .item-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.down-index .left-box .item-box:hover .img-box > img,
.down-index .left-box .item-box:hover .img-box .el-image {
  transform: scale(1.2);
}

.down-index .left-box .item-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.down-index .left-box .item-box .img-box > img,
.down-index .left-box .item-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.down-index .left-box .item-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
}

.down-index .left-box .item-box .txt-box .text {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.down-index .right-box {
  width: 590px;
}

.down-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 0 -20px;
  overflow: hidden;
}

.down-list .nodata {
  margin: 20px 0 0 20px;
  padding: 30px;
  width: 100%;
  color: #999;
  text-align: center;
  line-height: 80px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.down-list .list-box {
  position: relative;
  margin: 20px 0 0 20px;
  padding: 20px;
  width: 285px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.down-list .list-box:hover .img-box > img,
.down-list .list-box:hover .img-box .el-image {
  transform: scale(1.2);
}

.down-list .list-box .img-box {
  width: 100%;
  height: 245px;
  border-radius: 3px;
  overflow: hidden;
}

.down-list .list-box .img-box > img,
.down-list .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.down-list .list-box .txt-box {
  display: flex;
  flex-direction: column;
}

.down-list .list-box .txt-box .title {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.down-list .list-box .txt-box .info {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

.down-list .list-box .txt-box .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #ccc;
  font-size: 12px;
  line-height: 1;
}

.down-list .list-box .txt-box .date .icon {
  font-size: 12px;
}

.down-list .list-box .txt-box .date .icon::before {
  margin-right: 3px;
}

.content-box {
  display: flex;
  justify-content: space-between;
}

.content-box .box-800 {
  width: 800px;
}

.content-box .box-380 {
  width: 380px;
}

.detail-box {
  margin-top: 20px;
  padding: 30px 30px 20px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.detail-box .h3 {
  color: #282828;
  font-size: 20px;
  line-height: 38px;
}

.detail-box .meta {
  margin-top: 10px;
  line-height: 1;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.detail-box .meta span {
  margin-right: 10px;
}

.detail-box .meta .icon {
  font-size: 14px;
}

.detail-box .meta .icon::before {
  margin-right: 5px;
}

.detail-box .meta .icon.click {
  cursor: pointer;
}

.detail-box .content {
  position: relative;
  margin-top: 30px;
  color: #333;
  font-size: 15px;
  line-height: 30px;
}

.detail-box .content p {
  margin: 10px 0;
}

.detail-box .content img {
  max-width: 100%;
}

.detail-box .album-list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 10px 0 0 -20px;
  overflow: hidden;
}

.detail-box .album-list .list-box {
  position: relative;
  margin: 20px 0 0 20px;
}

.detail-box .album-list .list-box .img-box {
  position: relative;
  width: 233px;
  height: 233px;
  overflow: hidden;
}

.detail-box .album-list .list-box .img-box > img,
.detail-box .album-list .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
}

.detail-box .album-list .list-box .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: rgba(0, 0, 0, 0.1);
}

.detail-box .album-list .list-box .txt-box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detail-box .attach-list {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 10px;
}

.detail-box .attach-list .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.detail-box .attach-list .list-box .left-box {
  display: flex;
  justify-content: flex-start;
}

.detail-box .attach-list .list-box .left-box .icon {
  margin-right: 20px;
  color: #ccc;
  font-size: 40px;
}

.detail-box .attach-list .list-box .left-box .txt-box .title {
  display: block;
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.detail-box .attach-list .list-box .left-box .txt-box .info {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  line-height: 1;
}

.comment-box {
  margin-top: 20px;
}

.comment-box .comment-from {
  display: flex;
  justify-content: flex-start;
}

.comment-box .comment-from .avatar-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-box .comment-from .avatar-box > img,
.comment-box .comment-from .avatar-box .el-image {
  width: 100%;
  height: 100%;
}

.comment-box .comment-from .avatar-box .icon {
  color: #999;
  font-size: 24px;
}

.comment-box .comment-from .from-box {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-left: 20px;
  height: 84px;
}

.comment-box .comment-from .from-box .input {
  position: relative;
  display: block;
  padding: 10px;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  box-sizing: border-box;
  border: 2px solid #f0f0f0;
  border-right: none;
  background: #fff;
}

.comment-box .comment-from .from-box .input .el-textarea {
  height: 100%;
}

.comment-box .comment-from .from-box .input textarea {
  width: 100%;
  height: 100%;
  border: none;
}

.comment-box .comment-from .from-box .btn {
  width: 100px;
  height: 84px;
  line-height: 84px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #379be9;
  cursor: pointer;
}

.comment-box .comment-from .from-box .btn:hover {
  background: #328bd1;
}

.comment-box .comment-list .nodata {
  margin-top: 20px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fafafa;
  color: #999;
  text-align: center;
  line-height: 80px;
}

.comment-box .comment-list .list-box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.comment-box .comment-list .list-box .head-box {
  display: flex;
  justify-content: space-between;
}

.comment-box .comment-list .list-box .head-box .left {
  display: flex;
  justify-content: flex-start;
}

.comment-box .comment-list .list-box .head-box .left .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-box .comment-list .list-box .head-box .left .avatar > img,
.comment-box .comment-list .list-box .head-box .left .avatar .el-image {
  width: 100%;
  height: 100%;
}

.comment-box .comment-list .list-box .head-box .left .meta {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.comment-box .comment-list .list-box .head-box .left .meta .name {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.comment-box .comment-list .list-box .head-box .left .meta .time {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  line-height: 1;
}

.comment-box .comment-list .list-box .head-box .right .icon {
  margin-left: 10px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.comment-box .comment-list .list-box .head-box .right .icon::before {
  margin-right: 5px;
}

.comment-box .comment-list .list-box .content {
  margin: 10px 0 0 70px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
}

.comment-box .comment-list .list-box .reply {
  margin: 10px 0 0 70px;
  padding: 12px;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  background: #f7f8fa;
  overflow: hidden;
}

.comment-box .comment-list .list-box .reply .label {
  margin-right: 3px;
  color: #999;
}

.comment-box .comment-list .list-box .reply .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.comment-box .comment-list .list-box .reply .meta .left {
  color: #ccc;
  font-size: 14px;
}

.comment-box .comment-list .list-box .reply .meta .right .icon {
  margin-left: 10px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.comment-box .comment-list .list-box .reply .meta .right .icon::before {
  margin-right: 5px;
}

.evaluate-box {
  position: relative;
  padding: 20px 30px;
}

.evaluate-box .screen-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.evaluate-box .screen-bar .text {
  margin-right: 20px;
  padding: 10px 20px;
  color: #666;
  font-size: 14px;
  line-height: 1;
  background: #f7f7f7;
  border-radius: 3px;
  cursor: pointer;
}

.evaluate-box .screen-bar .text:hover {
  color: #e93323;
}

.evaluate-box .screen-bar .text.active {
  color: #fff;
  background: #e93323;
}

.evaluate-box .list-wrap .list-box {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}

.evaluate-box .list-wrap .list-box:first-child {
  border-top: none;
}

.evaluate-box .list-wrap .list-box .avatar-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evaluate-box .list-wrap .list-box .avatar-box .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.evaluate-box .list-wrap .list-box .avatar-box .left .avatar {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.evaluate-box .list-wrap .list-box .avatar-box .left .avatar img {
  width: 100%;
  height: 100%;
}

.evaluate-box .list-wrap .list-box .avatar-box .left .meta {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.evaluate-box .list-wrap .list-box .avatar-box .left .meta .name {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.evaluate-box .list-wrap .list-box .avatar-box .left .meta .time {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  line-height: 1;
}

.evaluate-box .list-wrap .list-box .avatar-box .star .icon {
  margin: 0 3px;
  color: #999;
  font-size: 16px;
}

.evaluate-box .list-wrap .list-box .avatar-box .star .icon.icon-star-full {
  color: #ff722b;
}

.evaluate-box .list-wrap .list-box .content-box {
  margin: 10px 0 0 70px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
}

.evaluate-box .list-wrap .list-box .album-box {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 0 0 60px;
}

.evaluate-box .list-wrap .list-box .album-box .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 10px;
  background: #f7f8fa;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  border: 1px solid #f7f8fa;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.evaluate-box .list-wrap .list-box .album-box .img-box > img,
.evaluate-box .list-wrap .list-box .album-box .img-box .el-image {
  width: 100%;
  height: 100;
}

.evaluate-box .list-wrap .list-box .remark {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 70px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.evaluate-box .nodata {
  margin-top: 20px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  color: #999;
  text-align: center;
  line-height: 80px;
}

.login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.login-box .wrap-box {
  display: flex;
  justify-content: space-between;
  width: 950px;
}

.login-box .left-box {
  width: 550px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.login-box .left-box .tab-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 50px;
}

.login-box .left-box .tab-box .text {
  flex-grow: 1;
  position: relative;
  margin-left: 20px;
  padding: 10px 20px;
  color: #999;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.login-box .left-box .tab-box .text:first-child {
  margin-left: 0;
}

.login-box .left-box .tab-box .text:first-child::before {
  display: none;
}

.login-box .left-box .tab-box .text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  bottom: 10px;
  display: block;
  width: 1px;
  background: #ccc;
}

.login-box .left-box .tab-box .text.active {
  color: #e93323;
  font-weight: 600;
}

.login-box .left-box .el-form {
  padding: 0 50px;
}

.login-box .left-box .el-form .btn {
  width: 100%;
}

.login-box .left-box .foot-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 50px 30px 50px;
}

.login-box .left-box .foot-box .text {
  color: #323233;
  font-size: 14px;
  line-height: 1;
}

.login-box .right-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-left: 20px;
  padding: 30px 50px;
  width: 380px;
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.login-box .right-box .logo {
  text-align: center;
}

.login-box .right-box .head-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.login-box .right-box .head-box .title {
  color: #323233;
  font-size: 22px;
  line-height: 34px;
}

.login-box .right-box .head-box .text {
  margin: 10px 0 20px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.login-box .right-box .img-box {
  position: relative;
  margin-top: 20px;
}

.login-box .right-box .img-box > img,
.login-box .right-box .img-box el-image {
  width: 100%;
}

.login-box .right-box .oauth-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 20px 20px 0 20px;
}

.login-box .right-box .oauth-box .list-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px;
  height: 42px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.login-box .right-box .oauth-box .list-box:hover {
  border-color: #ddd;
}

.login-box .right-box .oauth-box .list-box .icon {
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.login-box .right-box .oauth-box .list-box .icon > img,
.login-box .right-box .oauth-box .list-box .icon el-image {
  height: 100%;
}

.login-box .right-box .oauth-box .list-box .text {
  font-size: 14px;
}

.login-box .right-box .foot-box {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.login-box .right-box .foot-box .icon {
  color: #666;
  font-size: 14px;
  line-height: 1;
}

.login-box .right-box .foot-box .icon::before {
  margin-right: 5px;
}

.account-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.account-box .left-box {
  width: 224px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.account-box .left-box .head-box {
  text-align: center;
  border-bottom: 20px solid #f7f7f7;
}

.account-box .left-box .head-box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
  background: #f3f3f3;
  overflow: hidden;
}

.account-box .left-box .head-box .img-box .icon {
  color: #fff;
  font-size: 48px;
}

.account-box .left-box .head-box .img-box > img,
.account-box .left-box .head-box .img-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.account-box .left-box .head-box .name {
  margin: 0 20px;
  color: #323233;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.account-box .left-box .head-box .info {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  padding: 10px 0;
  background: #e93323;
}

.account-box .left-box .head-box .info .text {
  position: relative;
  margin: 0 1%;
  padding: 6px 12px;
  width: 40%;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
}

.account-box .left-box .head-box .info .text::before {
  margin-right: 3px;
}

.account-box .left-box .head-box .info .text::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 1px;
  border-left: 1px solid #d9d9d9;
}

.account-box .left-box .head-box .info .text:first-child::after {
  display: none;
}

.account-box .left-box .menu-box {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.account-box .left-box .menu-box .item-box {
  position: relative;
  margin: 10px 0;
  padding: 10px 30px;
  color: #666;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.account-box .left-box .menu-box .item-box:hover {
  color: #e93323;
}

.account-box .left-box .menu-box .item-box.active {
  color: #e93323;
}

.account-box .left-box .menu-box .item-box.active::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 2px;
  background: #e93323;
}

.account-box .left-box .menu-box .item-box .icon {
  font-size: 15px;
}

.account-box .right-box {
  width: 956px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.account-box .right-box .tab-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 30px 0 30px;
  border-bottom: 1px solid #ededed;
}

.account-box .right-box .tab-box .menu-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.account-box .right-box .tab-box .menu-box .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 30px;
  height: 50px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.account-box .right-box .tab-box .menu-box .item-box:first-child::before {
  display: none;
}

.account-box .right-box .tab-box .menu-box .item-box::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  border-left: 1px solid #d9d9d9;
}

.account-box .right-box .tab-box .menu-box .item-box:hover {
  color: #e93323;
}

.account-box .right-box .tab-box .menu-box .item-box.active {
  color: #e93323;
  font-weight: 600;
}

.account-box .right-box .tab-box .menu-box .item-box.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #e93323;
}

.account-box .right-box .tab-box .btn-box .el-link {
  margin-right: 20px;
}

.account-box .right-box .content {
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.account-box .right-box .content .el-form,
.account-box .right-box .content .el-table {
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.account-box .right-box .content .el-form {
  padding: 20px;
}

.account-box .right-box .content .nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  color: #999;
  font-size: 14px;
}

.account-box .right-box .content .nodata .icon {
  margin-bottom: 20px;
  color: #ebebeb;
  font-size: 54px;
  line-height: 1;
}

.account-box .index-box {
  width: 956px;
}

.account-box .index-box .section-box {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.account-box .index-box .section-box .title {
  padding: 0 30px;
  color: #333;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #ededed;
}

.account-box .index-box .section-box .content {
  position: relative;
  padding: 20px;
}

.account-box .index-box .info-index {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.account-box .index-box .info-index .avatar-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 468px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  overflow: hidden;
}

.account-box .index-box .info-index .avatar-box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #f3f3f3;
  overflow: hidden;
}

.account-box .index-box .info-index .avatar-box .img-box > img,
.account-box .index-box .info-index .avatar-box .img-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.account-box .index-box .info-index .avatar-box .img-box > .icon {
  color: #fff;
  font-size: 64px;
}

.account-box .index-box .info-index .avatar-box .img-box .edit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.account-box .index-box .info-index .avatar-box .img-box .edit .icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}

.account-box .index-box .info-index .avatar-box .txt-box {
  flex-grow: 1;
  margin-left: 20px;
}

.account-box .index-box .info-index .avatar-box .txt-box .item-box {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.account-box .index-box .info-index .avatar-box .txt-box .item-box .title {
  flex-grow: 1;
}

.account-box .index-box .info-index .avatar-box .txt-box .item-box .text {
  margin-right: 10px;
  color: #999;
}

.account-box .index-box .info-index .num-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 20px;
  width: 224px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.account-box .index-box .info-index .num-box .num {
  color: #e93323;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.account-box .index-box .info-index .num-box .text {
  margin-top: 15px;
  font-size: 14px;
}

.account-box .index-box .order-icon {
  display: flex;
  justify-content: space-around;
}

.account-box .index-box .order-icon .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
}

.account-box .index-box .order-icon .item-box:hover {
  color: #e93323;
}

.account-box .index-box .order-icon .item-box .icon {
  font-size: 34px;
  line-height: 1;
}

.account-box .index-box .order-icon .item-box .text {
  margin-top: 15px;
  font-size: 14px;
}

.account-box .index-box .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: -20px 0 0 -20px;
  overflow: hidden;
}

.account-box .index-box .list-wrap .section-box {
  flex-grow: 1;
  margin: 20px 0 0 20px;
  width: calc(50% - 20px);
}

.account-box .index-box .list-wrap .section-box .nodata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  height: 100%;
}

.account-box .index-box .list-wrap .section-box .nodata .icon {
  color: #ccc;
  font-size: 32px;
}

.account-box .index-box .list-wrap .section-box .nodata .text {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
}

.account-box .index-box .list-wrap .txt-list {
  display: flex;
  flex-direction: column;
  margin: -10px 0;
}

.account-box .index-box .list-wrap .txt-list .list-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid #f3f3f3;
}

.account-box .index-box .list-wrap .txt-list .list-box:first-child {
  border: none;
}

.account-box .index-box .list-wrap .txt-list .list-box .left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.account-box .index-box .list-wrap .txt-list .list-box .left h5 {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.account-box .index-box .list-wrap .txt-list .list-box .left .time {
  margin-top: 5px;
  color: #999;
  font-size: 12px;
}

.account-box .index-box .list-wrap .txt-list .list-box .left .time::before {
  margin-right: 3px;
}

.account-box .index-box .list-wrap .txt-list .list-box .right {
  margin-left: 20px;
}

.address-list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: -20px 0 0 -20px;
  overflow: hidden;
}

.address-list .add-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 20px;
  width: 285px;
  height: 165px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.address-list .add-box .icon {
  margin-right: 5px;
  color: #999;
}

.address-list .list-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 20px 0 0 20px;
  padding: 20px 20px 50px 20px;
  width: 285px;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.address-list .list-box:hover .edit-box {
  opacity: 1;
}

.address-list .list-box .name {
  color: #282828;
  font-size: 16px;
}

.address-list .list-box .mobile {
  margin: 10px 0 5px;
  color: #666;
  font-size: 13px;
}

.address-list .list-box .address {
  color: #999;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

.address-list .list-box .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 0 3px 0 3px;
  background: #e93323;
}

.address-list .list-box .edit-box {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #e93323;
}

.address-list .list-box .edit-box .text {
  margin-left: 5px;
  line-height: 20px;
  cursor: pointer;
}

.ticket-list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: -20px 0 0 -20px;
  overflow: hidden;
}

.ticket-list .list-wrap {
  position: relative;
  margin: 20px 0 0 20px;
  width: 438px;
  overflow: hidden;
}

.ticket-list .list-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.ticket-list .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.ticket-list .list-box .price-box .price {
  color: #f50;
  font-size: 24px;
}

.ticket-list .list-box .price-box .price::before {
  margin-right: 3px;
  content: '￥';
  font-size: 14px;
}

.ticket-list .list-box .txt-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 12px;
  line-height: 20px;
}

.ticket-list .list-box .txt-box .text {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ticket-list .list-box .txt-box .time {
  display: block;
  padding-top: 5px;
  color: #999;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ticket-list .list-box .btn-box {
  padding: 10px 0 10px 10px;
  color: #f50;
  font-size: 14px;
  border-left: 1px dotted rgba(255, 85, 0, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ticket-list .list-box .btn-box .active {
  color: #ccc;
}

.table-list h4 {
  font-size: 14px;
  font-weight: 500;
}

.table-list .price {
  margin: 5px 0;
  color: #e93323;
  font-weight: 600;
}

.table-list .date {
  color: #999;
  font-size: 13px;
}

.table-list .img-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.table-list .img-list .img-box {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
  width: 84px;
  height: 84px;
}

.table-list .img-list .img-box > img,
.table-list .img-list .img-box .el-image {
  width: 100%;
}

.table-list .img-list .txt-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.table-list .img-list .txt-box .info {
  margin: 5px 0;
  color: #999;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

.cart-list {
  margin-top: 20px;
}

.cart-list .row-box {
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 80px;
}

.cart-list .row-center {
  text-align: center;
}

.cart-list .row-check {
  width: 80px;
}

.cart-list .row-info {
  width: 500px;
}

.cart-list .row-num {
  width: 220px;
}

.cart-list .row-amount {
  width: 220px;
}

.cart-list .head-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  background: #eee;
}

.cart-list .list-wrap {
  border: 1px solid #efefef;
  background: #fff;
}

.cart-list .list-wrap .nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px;
  color: #ccc;
}

.cart-list .list-wrap .nodata .icon {
  margin-bottom: 20px;
  color: #f0f0f0;
  font-size: 64px;
}

.cart-list .list-wrap .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px dotted #e2e2e2;
}

.cart-list .list-wrap .list-box .del {
  color: #d0d0d0;
  font-size: 18px;
  cursor: pointer;
}

.cart-list .list-wrap .list-box .row-amount {
  color: #e93323;
}

.cart-list .list-wrap .list-box .goods-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-list .list-wrap .list-box .goods-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
  width: 96px;
  height: 96px;
}

.cart-list .list-wrap .list-box .goods-box .img-box > img,
.cart-list .list-wrap .list-box .goods-box .img-box .el-image {
  width: 100%;
  height: 100%;
}

.cart-list .list-wrap .list-box .goods-box .txt-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cart-list .list-wrap .list-box .goods-box .txt-box .title {
  height: 40px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

.cart-list .list-wrap .list-box .goods-box .txt-box .info {
  margin-top: 10px;
  color: #d0d0d0;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cart-list .list-wrap .list-box .goods-box .txt-box .price {
  margin-top: 10px;
  color: #e93323;
  font-weight: 600;
}

.cart-list .list-wrap .list-box .goods-box .txt-box .price::before {
  content: "￥";
  font-size: 12px;
}

.cart-list .foot-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 30px;
  background: #eee;
  height: 54px;
}

.cart-list .foot-box .check-box {
  padding-left: 20px;
}

.cart-list .foot-box .check-box .text {
  margin-left: 20px;
}

.cart-list .foot-box .total-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-list .foot-box .total-box .txt-box {
  font-size: 14px;
}

.cart-list .foot-box .total-box .txt-box .price {
  color: #e93323;
  font-size: 20px;
  font-weight: 600;
}

.cart-list .foot-box .total-box .txt-box .price::before {
  content: "￥";
  font-size: 16px;
}

.cart-list .foot-box .total-box .btn-box {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}

.cart-list .foot-box .total-box .btn-box .btn {
  display: flex;
  align-items: center;
  padding: 0 50px;
  color: #fff;
  font-size: 18px;
  background: #e93323;
  cursor: pointer;
  height: 54px;
}

.order-list .list-box {
  margin-bottom: 20px;
  border: 1px solid #ececec;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.order-list .list-box .head-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f5f5f5;
  line-height: 1;
}

.order-list .list-box .head-box .text {
  color: #e93323;
  margin-right: 5px;
}

.order-list .list-box .head-box .time {
  color: #999;
  font-size: 14px;
}

.order-list .list-box .head-box .time::before {
  margin-right: 5px;
}

.order-list .list-box .head-box .state {
  color: #666;
}

.order-list .list-box .head-box .state.red {
  color: #e93323;
}

.order-list .list-box .item-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.order-list .list-box .item-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
  width: 96px;
  height: 96px;
}

.order-list .list-box .item-box .img-box > img,
.order-list .list-box .item-box .img-box .el-image {
  width: 100%;
  height: 100%;
}

.order-list .list-box .item-box .txt-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.order-list .list-box .item-box .txt-box .text {
  font-size: 15px;
}

.order-list .list-box .item-box .txt-box .info {
  margin-top: 10px;
  color: #aaa;
}

.order-list .list-box .item-box .txt-box .price {
  margin-top: 10px;
  color: #e93323;
  font-size: 20px;
}

.order-list .list-box .item-box .txt-box .price::before {
  content: "￥";
  font-size: 14px;
}

.order-list .list-box .item-box .btn-box {
  flex-shrink: 1;
  width: 150px;
}

.order-list .list-box .item-box .btn-box .el-tag {
  min-width: 80px;
  text-align: center;
}

.order-list .list-box .total-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0 20px;
}

.order-list .list-box .total-box .right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  color: #666;
}

.order-list .list-box .total-box .right .num {
  margin: 0 3px;
  font-weight: bold;
}

.order-list .list-box .total-box .right .price {
  margin: 0 3px;
  color: #e93323;
  font-size: 18px;
  font-weight: 600;
}

.order-list .list-box .btn-box {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.order-list .list-box .express-box {
  padding: 20px 20px 0 20px;
}

.order-list .list-box .express-box .more-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
  color: #999;
  line-height: 1;
  cursor: pointer;
}

.order-list .list-box .express-box .more-box .text {
  margin-bottom: 3px;
}

.order-list .list-box .express-box .more-box .icon {
  margin: auto;
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #ccc;
  font-size: 14px;
  transform: rotate(-90deg);
}

.order-confirm .screen-box {
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.order-confirm .screen-box .nav-bar {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 54px;
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}

.order-confirm .screen-box .address-list {
  margin: 0;
  padding-bottom: 20px;
}

.order-confirm .screen-box .address-list .list-box,
.order-confirm .screen-box .address-list .add-box {
  width: 275px;
  cursor: pointer;
}

.order-confirm .screen-box .address-list .add-box {
  height: 135px;
}

.order-confirm .screen-box .address-list .list-box {
  padding: 20px;
}

.order-confirm .screen-box .address-list .list-box.active {
  border-color: #e93323;
}

.order-confirm .screen-box .address-list .list-box.active::before {
  content: "\e612";
  font-family: "iconfont";
  display: block;
  position: absolute;
  right: -3px;
  bottom: -4px;
  color: #e93323;
  font-size: 30px;
}

.order-confirm .goods-box {
  margin: 0 30px;
}

.order-confirm .goods-box .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
}

.order-confirm .goods-box .list-box:first-child {
  border: none;
}

.order-confirm .goods-box .list-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
  width: 96px;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
}

.order-confirm .goods-box .list-box .img-box > img,
.order-confirm .goods-box .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.order-confirm .goods-box .list-box .txt-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.order-confirm .goods-box .list-box .txt-box .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.order-confirm .goods-box .list-box .txt-box .info {
  margin-top: 10px;
  color: #999;
  font-size: 13px;
  line-height: 1;
}

.order-confirm .goods-box .list-box .txt-box .price {
  margin-top: 10px;
  color: #e93323;
  font-size: 16px;
}

.order-confirm .goods-box .list-box .txt-box .price::before {
  content: "￥";
  font-size: 14px;
}

.order-confirm .goods-box .list-box .num-box {
  width: 60px;
}

.order-confirm .item-box {
  display: flex;
  justify-content: space-between;
  margin: 20px 30px 0 30px;
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
}

.order-confirm .item-box .left-box {
  flex-shrink: 0;
  width: 100px;
  color: #999;
}

.order-confirm .item-box .right-box {
  flex-grow: 1;
  color: #606266;
}

.order-confirm .total-box {
  display: flex;
  justify-content: space-between;
  margin: 20px 30px;
  padding: 20px 0;
}

.order-confirm .total-box .left-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.order-confirm .total-box .left-box .text {
  width: 100px;
  color: #999;
}

.order-confirm .total-box .right-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.order-confirm .total-box .right-box .item {
  margin-right: 20px;
  color: #606266;
}

.order-confirm .total-box .right-box .item .num {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.order-confirm .total-box .right-box .item .price {
  margin-left: 5px;
  color: #e93323;
  font-size: 16px;
  font-weight: 500;
}

.order-confirm .total-box .right-box .item .price::before {
  content: "￥";
  font-size: 14px;
}

.order-confirm .amount-box {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin: 20px 30px;
  padding: 20px;
  border-radius: 5px;
  background: #f7f7f7;
}

.order-confirm .amount-box .price {
  margin-left: 10px;
  color: #e93323;
  font-size: 20px;
  font-weight: 600;
}

.order-confirm .amount-box .price::before {
  content: "￥";
  font-size: 14px;
}

.order-confirm .btn-box {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
}

.order-detail {
  margin-top: -20px;
}

.order-detail .head-box {
  margin-top: 20px;
  padding: 20px 0;
}

.order-detail .screen-box {
  margin-top: 20px;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.order-detail .screen-box .nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  line-height: 54px;
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}

.order-detail .screen-box .nav-bar .tip {
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.order-detail .item-box {
  padding: 10px 20px;
}

.order-detail .item-box .item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.order-detail .item-box .item .left {
  width: 80px;
  color: #999;
}

.order-detail .item-box .item .right {
  flex-grow: 1;
}

.order-detail .item-box .album {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: -20px 0 0 -20px;
}

.order-detail .item-box .album .img-box {
  margin: 20px 0 0 20px;
  width: 112px;
  height: 112px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.order-detail .item-box .album .img-box > img,
.order-detail .item-box .album .img-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.order-detail .goods-box {
  margin: 0 20px;
}

.order-detail .goods-box .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
}

.order-detail .goods-box .list-box:first-child {
  border: none;
}

.order-detail .goods-box .list-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
  width: 96px;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
}

.order-detail .goods-box .list-box .img-box > img,
.order-detail .goods-box .list-box .img-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.order-detail .goods-box .list-box .txt-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.order-detail .goods-box .list-box .txt-box .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.order-detail .goods-box .list-box .txt-box .info {
  margin-top: 10px;
  color: #999;
  font-size: 13px;
  line-height: 1;
}

.order-detail .goods-box .list-box .txt-box .price {
  margin-top: 10px;
  color: #e93323;
  font-size: 16px;
}

.order-detail .goods-box .list-box .txt-box .price::before {
  content: "￥";
  font-size: 14px;
}

.order-detail .goods-box .list-box .btn-box {
  flex-shrink: 1;
  width: 150px;
}

.order-detail .goods-box .list-box .btn-box .el-tag {
  min-width: 80px;
  text-align: center;
}

.order-detail .total-box {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin: 20px 0;
  padding: 20px;
}

.order-detail .total-box .text {
  margin-left: 20px;
}

.order-detail .total-box .text .point,
.order-detail .total-box .text price {
  margin-left: 5px;
  color: #e93323;
  font-size: 16px;
}

.order-detail .total-box .text .price::before {
  content: "￥";
  font-size: 14px;
}

.order-detail .amount-box {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  background: #f7f7f7;
}

.order-detail .amount-box .price {
  margin-left: 10px;
  color: #e93323;
  font-size: 20px;
  font-weight: 600;
}

.order-detail .amount-box .price::before {
  content: "￥";
  font-size: 14px;
}

.order-detail .btn-box {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}

.order-form {
  margin-top: -20px;
}

.order-form .list-box {
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.order-form .list-box .goods-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f5f5f5;
}

.order-form .list-box .goods-box .img-box {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
  width: 96px;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
}

.order-form .list-box .goods-box .img-box > img,
.order-form .list-box .goods-box .img-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.order-form .list-box .goods-box .txt-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.order-form .list-box .goods-box .txt-box .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.order-form .list-box .goods-box .txt-box .info {
  margin-top: 10px;
  color: #999;
  font-size: 13px;
  line-height: 1;
}

.order-form .list-box .goods-box .txt-box .price {
  margin-top: 10px;
  color: #e93323;
  font-size: 16px;
}

.order-form .list-box .goods-box .txt-box .price::before {
  content: "￥";
  font-size: 14px;
}

.order-form .list-box .form-box .item-box {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.order-form .list-box .form-box .item-box .left {
  flex-shrink: 0;
  width: 80px;
  color: #999;
}

.order-form .list-box .form-box .item-box .right {
  flex-grow: 1;
}

.order-form .btn-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.upload-avatar {
  display: flex;
  justify-content: center;
}

.upload-avatar .avatar-box {
  position: relative;
  cursor: pointer;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.upload-avatar .avatar-box img,
.upload-avatar .avatar-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.upload-avatar .avatar-box i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px auto auto -14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.upload-avatar .cropper-box .img-box {
  width: 100%;
  height: 450px;
}

.upload-avatar .cropper-box .btn-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.upload-avatar .cropper-box .btn-box .el-upload {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.upload-input .up-control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.upload-input .up-control .el-input__inner {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.upload-input .up-control .el-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.upload-input .img-preview {
  margin-top: 10px;
}

.upload-album {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: -20px 0 0 -20px;
}

.upload-album .img-box {
  position: relative;
  margin: 20px 0 0 20px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
  border: 1px solid #DCDFE6;
  width: 112px;
  height: 112px;
}

.upload-album .img-box .close {
  position: absolute;
  right: -9px;
  top: -9px;
  color: #e93323;
  font-size: 18px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
}

.upload-album .img-box .el-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.upload-album .img-box > img,
.upload-album .img-box .el-image {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.upload-album .add-box .el-upload {
  position: relative;
  margin: 20px 0 0 20px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
  border: 1px solid #DCDFE6;
  width: 112px;
  height: 112px;
}

.upload-album .add-box .el-upload .btn-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
}

.upload-album .add-box .el-upload .btn-box .icon {
  color: #999;
  font-size: 24px;
}

.upload-album .add-box .el-upload .btn-box .text {
  margin-top: 5px;
  color: #ccc;
  font-size: 12px;
  line-height: 1;
}

.upload-attach .list-btn {
  margin-bottom: 20px;
}

.upload-attach .list-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-right: -20px;
}

.upload-attach .list-wrap .list-box {
  display: block;
  position: relative;
  margin: 0 20px 20px 0;
  width: 230px;
  flex-grow: 1;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  overflow: hidden;
}

.upload-attach .list-wrap .list-box .img-box {
  display: block;
  float: left;
  margin: 5px 10px 5px 5px;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #67C23A;
}

.upload-attach .list-wrap .list-box .info-box {
  margin: 5px;
}

.upload-attach .list-wrap .list-box .info-box h3 {
  margin-bottom: 10px;
  color: #606266;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upload-attach .list-wrap .list-box .info-box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.upload-attach .list-wrap .list-box .info-box dl dt {
  color: #C0C4CC;
  font-size: 12px;
  line-height: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upload-attach .list-wrap .list-box .info-box dl dd {
  display: flex;
  justify-content: space-between;
  color: #67C23A;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}

.upload-attach .list-wrap .list-box .info-box dl dd span {
  margin: 0 5px;
  cursor: pointer;
}

.upload-attach .list-wrap .list-box .info-box dl dd span:hover {
  color: #409EFF;
}

.upload-attach .list-wrap .list-box .close {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  background: #409EFF;
  cursor: pointer;
  overflow: hidden;
}

.upload-attach .list-wrap .list-box .close i {
  position: absolute;
  display: block;
  bottom: 4px;
  left: 3px;
}

.upload-attach .list-wrap .list-box .close:hover {
  background: #E6A23C;
}

.payment-box {
  margin-top: 20px;
}

.payment-box .head-box {
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
  overflow: hidden;
}

.payment-box .head-box .title {
  padding: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  background: #e93323;
}

.payment-box .head-box .title .icon {
  font-size: 24px;
}

.payment-box .head-box .item-box {
  padding: 30px;
}

.payment-box .head-box .item-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 16px;
}

.payment-box .head-box .item-box .item .left {
  margin-right: 10px;
  width: 80px;
}

.payment-box .head-box .item-box .item .right {
  flex-grow: 1;
  color: #666;
}

.payment-box .head-box .item-box .item .price {
  margin: 0 2px;
  color: #e93323;
}

.payment-box .head-box .btn-box {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
}

.payment-box .screen-box {
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.payment-box .screen-box .nav-bar {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 54px;
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}

.payment-box .screen-box .btn-box {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
}

.payment-box .screen-box .btn-box .btn {
  padding: 15px 50px;
}

.payment-list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: -20px 0 0 -20px;
  padding: 20px 30px;
  overflow: hidden;
}

.payment-list .list-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px 0 0 20px;
  padding: 20px;
  width: 210px;
  height: 86px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
}

.payment-list .list-box.active {
  border-color: #e93323;
}

.payment-list .list-box.active::before {
  content: "\e612";
  font-family: "iconfont";
  display: block;
  position: absolute;
  right: -3px;
  bottom: -4px;
  color: #e93323;
  font-size: 30px;
}

.payment-list .list-box .icon {
  color: #fe9c01;
  font-size: 29px;
  margin-right: 11px;
}

.payment-list .list-box .icon.icon-weixin {
  color: #09bb07;
}

.payment-list .list-box .icon.icon-alipay {
  color: #00aaea;
}

.payment-list .list-box .txt-box {
  display: flex;
  flex-direction: column;
}

.payment-list .list-box .txt-box .name {
  color: #4e4e4e;
  font-size: 16px;
}

.payment-list .list-box .txt-box .text {
  margin-top: 6px;
  color: #969696;
  font-size: 14px;
}

.native-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.native-box .img-box {
  position: relative;
  width: 298px;
  height: 298px;
}

.native-box .img-box img,
.native-box .img-box el-image {
  width: 100%;
  height: 100%;
}

.native-box .text {
  margin-top: 20px;
  color: #999;
}

.native-box .text::before {
  margin-right: 3px;
}

.error-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.error-box .num {
  color: #ccc;
  font-size: 180px;
  text-align: center;
}

.error-box .text {
  margin-top: 20px;
  color: #999;
}

/*页面内容.结束*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*华春项目管理公司网站建设 开始 */
.hc_homeTop_2 {
  width: 100%;
  height: 350px;
  background: url("../images/Topbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  min-width: 1440px;
}

.hc_homeTop_2 .hc_homeTop_typeArea {
  padding-top: 26px;
  margin: 0 auto;
  width: 1400px;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content {
  display: flex;
  justify-content: space-between;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight {
  margin-top: 15px;
  display: flex;
  align-items: center;
  position: relative;
  width: 530px;
  height: 40px;
  background-color: #fff;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .select {
  width: 150px;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .select .el-input__inner {
  border-radius: 0;
  border: none;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .searchImg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  left: 8px;
  z-index: 99;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .parting_line {
  display: block;
  width: 2px;
  height: 22px;
  background: rgba(0, 0, 0, 0.16);
  margin-right: 12px;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .searchint {
  width: 481px;
  height: 40px;
  background: #ffffff;
  border: none;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .searchint:focus {
  outline: none;
}

.hc_homeTop_2 .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .searchbtn {
  width: 52px;
  height: 40px;
  background: #00459b;
  border-radius: 1px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.hc_homeTop_2 .hc_homeTop_NavMenu {
  margin-top: 26px;
  height: 52px;
  background: #00459b;
}

.hc_homeTop_2 .hc_homeTop_NavMenu .Navtext {
  display: flex;
  color: #ffffff;
}

.selected {
  color: #DA251D !important;
}

.el-select-dropdown__item {
  padding: 0;
  text-align: center;
}

/**首页头部**/
.hc_homeTop {
  max-width: 100%;
  height: 350px;
  background: url("../images/home/Topbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  min-width: 1440px;
}

.hc_homeTop .hc_homeTop_typeArea {
  padding-top: 26px;
  margin: 0 auto;
  width: 1400px;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content {
  display: flex;
  justify-content: space-between;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight {
  margin-top: 15px;
  display: flex;
  align-items: center;
  position: relative;
  width: 530px;
  height: 40px;
  background-color: #fff;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .select {
  width: 150px;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .select .el-input__inner {
  border-radius: 0;
  border: none;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .searchImg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  left: 8px;
  z-index: 99;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .parting_line {
  display: block;
  width: 2px;
  height: 22px;
  background: rgba(0, 0, 0, 0.16);
  margin-right: 12px;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .searchint {
  width: 481px;
  height: 40px;
  background: #ffffff;
  border: none;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .searchint:focus {
  outline: none;
}

.hc_homeTop .hc_homeTop_typeArea .hc_homeTop_content .hc_homeTop_typeAreaRight .searchbtn {
  width: 52px;
  height: 40px;
  background: #00459b;
  border-radius: 1px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.hc_homeTop .hc_homeTop_NavMenu {
  margin-top: 26px;
  height: 52px;
  background: #00459b;
}

.hc_homeTop .hc_homeTop_NavMenu .Navtext {
  display: flex;
  color: #ffffff;
}

.hc_home {
  width: 100%;
  margin-top: -140px;
  min-width: 1440px;
}

.hc_home .hc_home_typeArea {
  margin: 0 auto;
  width: 1400px;
}

.hc_home .hc_home_typeArea .com1 {
  display: flex;
}

.hc_home .hc_home_typeArea .com1 .com1_banner {
  width: 690px;
  height: 348px;
}

.hc_home .hc_home_typeArea .com1 .com1_banner .el-carousel__button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.hc_home .hc_home_typeArea .com1 .com1_right {
  width: 688px;
  height: 348px;
  background: #ffffff;
  margin-left: 22px;
  padding: 0 16px;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Top {
  height: 52px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #deedff;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Top .text {
  width: 164px;
  line-height: 52px;
  color: #000;
  text-align: CENTER;
  font-size: 18px;
  font-weight: 600;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Top .text .bottom_x {
  width: 100%;
  height: 2px;
  background: #00459b;
  position: relative;
  top: -2px;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Top .text .bottom_x::after {
  content: '';
  position: absolute;
  top: 2px;
  text-align: center;
  border-top: 5px solid #00459b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Top .textAct {
  color: #00459B;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom {
  margin-top: 15px;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .content {
  display: flex;
  padding: 10px 0;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .content .content_y {
  width: 6px;
  height: 6px;
  background: #e1e5e9;
  border-radius: 50%;
  margin-right: 8px;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .content .content_text {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #000;
  text-align: LEFT;
  color: #303133;
  line-height: 20px;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .content .colorRed {
  color: red;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .content .content_text:hover {
  color: #00459B;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .content .content_img {
  width: 24px;
  height: 18px;
  margin-left: 4px;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .content .content_time {
  width: 95px;
  height: 20px;
  overflow: hidden;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #878a8d;
  line-height: 18px;
  position: absolute;
  right: 0;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .status {
  width: 660px;
  height: 283px;
  position: relative;
  overflow: hidden;
}

.hc_home .hc_home_typeArea .com1 .com1_right .right_Bottom .status .inner-container {
  position: absolute;
  left: 0;
  top: 0;
  right: -17px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.hc_home .hc_home_typeArea .nev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  height: 348px;
}

.hc_home .hc_home_typeArea .nev .left {
  width: 394px;
}

.hc_home .hc_home_typeArea .nev .left .right_Top {
  height: 52px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #deedff;
}

.hc_home .hc_home_typeArea .nev .left .right_Top .text {
  width: 197px;
  line-height: 52px;
  font-weight: 600;
  text-align: CENTER;
  font-size: 18px;
  color: #000;
}

.hc_home .hc_home_typeArea .nev .left .right_Top .text .bottom_x {
  width: 100%;
  height: 2px;
  background-color: #00459b;
  position: relative;
  top: -2px;
}

.hc_home .hc_home_typeArea .nev .left .right_Top .text .bottom_x::after {
  content: '';
  position: absolute;
  top: 2px;
  border-top: 5px solid #00459b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.hc_home .hc_home_typeArea .nev .left .right_Top .textAct {
  color: #00459B;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .nev .left .left_cont {
  margin-top: 13px;
  width: 394px;
  text-align: left;
}

.hc_home .hc_home_typeArea .nev .left .left_cont .left_ul .left_li {
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .nev .left .left_cont .left_ul .left_li:hover .left_title {
  color: #00459B;
}

.hc_home .hc_home_typeArea .nev .left .left_cont .left_ul .left_li .left_serial {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}

.hc_home .hc_home_typeArea .nev .left .left_cont .left_ul .left_li .left_title {
  width: 264px;
  font-size: 16px;
  color: #303133;
  margin: 0 20px 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hc_home .hc_home_typeArea .nev .left .left_cont .left_ul .left_li .colorRed {
  color: red;
}

.hc_home .hc_home_typeArea .nev .left .left_cont .left_ul .left_li .left_time {
  font-size: 16px;
  color: #878a8d;
  width: 95px;
  height: 40px;
  overflow: hidden;
}

.hc_home .hc_home_typeArea .nev .left .comp_cont {
  width: 394px;
  margin-top: 22px;
  position: relative;
  left: -197px;
  text-align: left;
}

.hc_home .hc_home_typeArea .nev .left .comp_cont .comp_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hc_home .hc_home_typeArea .nev .left .comp_cont .comp_ul .comp_li {
  margin-bottom: 9px;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .nev .left .comp_cont .comp_ul .comp_li .comp_img {
  width: 177px;
  height: 122px;
  position: relative;
}

.hc_home .hc_home_typeArea .nev .left .comp_cont .comp_ul .comp_li .comp_img:hover .comp_text {
  opacity: 0.8;
}

.hc_home .hc_home_typeArea .nev .left .comp_cont .comp_ul .comp_li .comp_img .comp_text {
  width: 177px;
  height: 29px;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 18px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  text-align: CENTER;
  color: #ffffff;
  position: absolute;
  top: 93px;
  z-index: 999;
}

.hc_home .hc_home_typeArea .nev .centre {
  width: 631px;
  padding: 0 16px;
}

.hc_home .hc_home_typeArea .nev .centre .right_Top {
  height: 52px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #deedff;
}

.hc_home .hc_home_typeArea .nev .centre .right_Top .text {
  width: 150px;
  line-height: 52px;
  font-weight: 600;
  text-align: CENTER;
  font-size: 18px;
  color: #000;
}

.hc_home .hc_home_typeArea .nev .centre .right_Top .text .bottom_x {
  width: 100%;
  height: 2px;
  background-color: #00459b;
  position: relative;
  top: -2px;
}

.hc_home .hc_home_typeArea .nev .centre .right_Top .text .bottom_x::after {
  content: '';
  position: absolute;
  top: 2px;
  border-top: 5px solid #00459b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.hc_home .hc_home_typeArea .nev .centre .right_Top .textAct {
  color: #00459B;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 {
  width: 599px;
  margin-top: 12px;
  text-align: center;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 .center_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 .center_ul .center_li {
  width: 189px;
  height: 86px;
  margin-bottom: 11px;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 .center_ul .center_li:nth-of-type(3n) {
  margin-right: 0;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 .center_ul .center_li .center_text {
  width: 100%;
  height: 24px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 .center_ul .center_li .center_text .center_p {
  margin-left: 8px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 .center_ul .center_li .look_details {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 30px;
  background-color: #DA251D;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  display: none;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 .center_ul .center_li:hover .center_text {
  display: none;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont1 .center_ul .center_li:hover .look_details {
  display: block;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont2 {
  width: 599px;
  margin-top: 12px;
  position: relative;
  left: -150px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont2 .center_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont2 .center_ul .center_li {
  width: 194px;
  height: 119px;
  margin-bottom: 21px;
  margin-right: 7.88px;
  position: relative;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont2 .center_ul .center_li:nth-of-type(3n) {
  margin-right: 0;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont2 .center_ul .center_li:hover .center_text {
  opacity: 0.8;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont2 .center_ul .center_li .center_text {
  width: 194px;
  height: 30px;
  line-height: 30px;
  padding: 0 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  text-align: CENTER;
  color: #ffffff;
  position: absolute;
  top: 89px;
  z-index: 999;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont3 {
  width: 599px;
  margin-top: 12px;
  position: relative;
  left: -300px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont3 .center_ul .center_li {
  display: flex;
  justify-content: space-between;
  height: 66px;
  width: 599px;
  margin-bottom: 6px;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont3 .center_ul .center_li:hover .center_det .center_txt {
  color: #00459B;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont3 .center_ul .center_li .center_img {
  width: 100px;
  height: 66px;
  margin-right: 16px;
  font-weight: 400;
  font-size: 12px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont3 .center_ul .center_li .center_det {
  text-align: LEFT;
  line-height: 16px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont3 .center_ul .center_li .center_det .center_txt {
  width: 499px;
  font-size: 16px;
  margin-top: 12px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont3 .center_ul .center_li .center_det .center_txt_time {
  font-weight: normal;
  width: 100px;
  height: 15px;
  overflow: hidden;
  margin-top: 18px;
  font-size: 16px;
  color: #878a8d;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 {
  width: 599px;
  margin-top: 32px;
  position: relative;
  left: -450px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 .center_ul .center_li {
  width: 599px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: LEFT;
  margin-bottom: 20px;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 .center_ul .center_li:hover .center_t .center_text .center_p {
  color: #00459B;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 .center_ul .center_li .center_t {
  display: flex;
  align-items: center;
  height: 20px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 .center_ul .center_li .center_t .center_h {
  width: 6px;
  height: 6px;
  background-color: #e1e5e9;
  border-radius: 50%;
  margin-right: 8px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 .center_ul .center_li .center_t .center_text {
  display: flex;
  align-items: center;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 .center_ul .center_li .center_t .center_text .center_p {
  max-width: 446px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 .center_ul .center_li .center_t .center_text .center_img {
  margin-left: 5px;
}

.hc_home .hc_home_typeArea .nev .centre .centre_cont4 .center_ul .center_li .center_timer {
  font-weight: normal;
  font-size: 16px;
  width: 95px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #878a8d;
}

.hc_home .hc_home_typeArea .nev .right {
  width: 337px;
  height: 349px;
  border: 1px dashed #eef1f3;
}

.hc_home .hc_home_typeArea .digitalize {
  margin-top: 30px;
}

.hc_home .hc_home_typeArea .digitalize .digi_img {
  height: 28px;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont {
  margin-top: 20px;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont .digi_ul {
  display: flex;
  justify-content: flex-start;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont .digi_ul li {
  display: block;
  width: 215px;
  height: 70px;
  margin-right: 22px;
  position: relative;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont .digi_ul li:nth-of-type(6n) {
  margin-right: 0;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont .digi_ul li .digi_cont_img {
  border-radius: 6px;
  width: 215px;
  height: 70px;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont .digi_ul li .digi_ewm {
  padding: 14px 19px;
  position: absolute;
  left: 40px;
  top: -157px;
  display: none;
  width: 132px;
  height: 153px;
  background: url(../images/home/digi_ewm.png) no-repeat;
  border-radius: 1px;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont .digi_ul li .digi_ewm .digi_imga {
  width: 97px;
  height: 97px;
  position: absolute;
  top: 15px;
  left: 25px;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont .digi_ul li:hover {
  margin-top: -6px;
}

.hc_home .hc_home_typeArea .digitalize .digi_cont .digi_ul li:hover .digi_ewm {
  display: block;
}

.hc_home .hc_home_typeArea .hc_culture {
  margin-top: 30px;
}

.hc_home .hc_home_typeArea .hc_culture .hc_culture_img {
  height: 28px;
}

.hc_home .hc_home_typeArea .hc_culture .hc_cont {
  margin-top: 20px;
}

.hc_home .hc_home_typeArea .hc_culture .hc_cont .hc_ul {
  display: flex;
  justify-content: flex-start;
}

.hc_home .hc_home_typeArea .hc_culture .hc_cont .hc_ul li {
  width: 215px;
  height: 90px;
  margin-right: 22px;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .hc_culture .hc_cont .hc_ul li:nth-of-type(6n) {
  margin-right: 0;
}

.hc_home .hc_home_typeArea .hc_culture .hc_cont .hc_ul li .hc_ul_img {
  background: rgba(51, 51, 51, 0.5);
  backdrop-filter: blur(1.5px);
  width: 215px;
  height: 90px;
}

.hc_home .hc_home_typeArea .typical_case {
  margin-top: 30px;
}

.hc_home .hc_home_typeArea .typical_case .case_img {
  height: 28px;
}

.hc_home .hc_home_typeArea .typical_case .case_cont {
  margin-top: 20px;
  position: relative;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .case_ui {
  display: flex;
  justify-content: flex-start;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .case_ui li {
  display: block;
  width: 337px;
  height: 234px;
  border: 1px solid #fff;
  margin-right: 18px;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .case_ui li:hover {
  border: 1px solid #00459B;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .case_ui li:hover .case_text {
  color: #00459B;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .case_ui li .item_img {
  display: block;
  width: 335px;
  height: 188px;
  border-radius: 1px 1px 0px 0px;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .case_ui li .case_text {
  margin-top: 16px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .case_ui .activeNone {
  display: none;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .dxal_list {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -35px;
  top: 105px;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .typical_case .case_cont .dxal_right {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1413px;
  top: 105px;
  cursor: pointer;
}

.hc_home .hc_home_typeArea .blogroll {
  margin-top: 24px;
}

.hc_home .hc_home_typeArea .blogroll .blog_img {
  height: 28px;
}

.hc_home .hc_home_typeArea .blogroll .blog_cont {
  margin-top: 26px;
  margin-bottom: 6px;
}

.hc_home .hc_home_typeArea .blogroll .blog_cont .blog_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.hc_home .hc_home_typeArea .blogroll .blog_cont .blog_ul li {
  width: 217px;
  height: 103px;
  margin-bottom: -10px;
  margin-right: 19.5px;
}

.hc_home .hc_home_typeArea .blogroll .blog_cont .blog_ul li:nth-of-type(6n) {
  margin-right: 0;
}

.hc_home .hc_home_typeArea .blogroll .blog_cont .blog_ul li .item_img {
  display: block;
  width: 217px;
  height: 72px;
  border: 1px solid #eef1f3;
  border-radius: 1px;
}

.hc_home .hc_home_typeArea .blogroll .blog_cont .blog_ul li:hover .item_img {
  border: 1px solid #00459b;
}

.hc_home .hc_home_typeArea .blogroll .blog_cont .blog_ul li .blog_text {
  width: 217px;
  height: 20px;
  margin-top: 16px;
  font-size: 16px;
  text-align: CENTER;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hc_home .homece {
  width: 129px;
  height: 376px;
  position: fixed;
  right: 0;
  top: 210px;
  background: url(../images/home/homece.png) no-repeat center;
  float: right;
}

.hc_home .homece .homece_jmwm {
  width: 94px;
  height: 88px;
  position: absolute;
  left: 20px;
  top: 135px;
  background: url(../images/home/jmwm.png) no-repeat center;
  border-radius: 4px;
  background-size: 65px;
  cursor: pointer;
}

.hc_home .homece .homece_jmwm:hover {
  background: url(../images/home/jmwm1.png) no-repeat center;
  background-color: #fff;
}

.hc_home .homece .homece_xian {
  width: 65px;
  height: 1px;
  opacity: 0.4;
  background-color: #eef1f3;
  position: absolute;
  left: 33px;
  top: 222px;
}

.hc_home .homece .homece_lxdh {
  width: 65px;
  height: 58px;
  position: absolute;
  left: 33px;
  top: 238px;
}

.hc_home .homece .homece_number {
  position: absolute;
  top: 345px;
  left: 10px;
  width: 113px;
  height: 14px;
  font-size: 16px;
  color: #ffffff;
  line-height: 14px;
}

.hc_home .expert {
  width: 115px;
  height: 350px;
  position: fixed;
  left: 5px;
  top: 210px;
  background: #00459b;
  float: right;
  cursor: pointer;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: 115px;
  font-size: 40px;
  border-radius: 5px;
  letter-spacing: 10px;
}

.nav-box-wrap {
  margin-top: 26px;
  width: 100%;
  height: 52px;
  background: #00459B;
}

.nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.nav-box a,
.myzhaobiao {
  width: 100%;
  height: 100%;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: Source Han Sans SC, Source Han Sans SC-Regular;
  font-weight: 600;
}

.FirstHead {
  background: #da251d;
}

.myzhaobiao a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.active {
  /*font-weight: 500;*/
  background: #006fff;
}

.myzhaobiao:hover {
  /*font-weight: 500;*/
  background: #da251d;
}

.mynaving {
  /*font-weight: 500;*/
  background: rgba(255, 255, 255, 0.1);
}

.myzhaobiao_levelmore {
  position: absolute;
  width: 100%;
  top: 52px;
  left: 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  z-index: 999;
}

.myzhaobiao ul {
  display: none;
}

.myzhaobiao .special {
  text-align: left !important;
}

.myzhaobiao_levelmore a,
.myzhaobiao_level a {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  color: #000;
}

.myzhaobiao_levelmore li {
  padding: 0 15px;
  display: inline-block;
}

.myzhaobiao_levelmore dfn {
  font-style: normal;
}

.myzhaobiao_levelmore li:hover > a {
  color: #da251d;
}

.myzhaobiao_level {
  position: absolute;
  top: 0;
  left: 205px;
  width: 152px;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.myzhaobiao:hover .myzhaobiao_levelmore {
  display: block !important;
}

.myzhaobiao_levelmore li:hover,
.myzhaobiao_level li:hover {
  color: #006fff;
}

.myzhaobiao_first:hover .myzhaobiao_level {
  display: block !important;
}

.nav-box a img,
.myzhaobiao img {
  width: 29px;
  height: 29px;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.nav-box a span,
.myzhaobiao span {
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
  height: 26px;
  width: 2px;
  background: rgba(255, 255, 255, 0.26);
}

.myzhaobiao i {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 0;
  height: 26px;
  width: 2px;
  background: rgba(255, 255, 255, 0.26);
}

/*页面底部.开始*/
.footer {
  border-top: 1px solid #e1e5e9;
  background-color: #f9f9f9;
  padding-top: 25px;
  width: 100%;
  min-width: 1440px;
}

.footer .introduce {
  width: 1400px;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}

.footer .introduce .left {
  margin-right: 135px;
}

.footer .introduce .left .img {
  width: 326px;
  height: 60px;
  margin-bottom: 17px;
}

.footer .introduce .left .QRCode ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .introduce .left .QRCode ul li {
  margin-right: 27px;
  margin-left: 4px;
}

.footer .introduce .left .QRCode ul li img {
  width: 98px;
  height: 98px;
  margin-bottom: 15.1px;
}

.footer .introduce .left .QRCode ul li .text {
  width: 112px;
  font-size: 14px;
  font-weight: 400;
  text-align: CENTER;
  color: #303133;
  line-height: 18px;
}

.footer .introduce .ringt {
  display: flex;
  justify-content: space-between;
  width: 700px;
}

.footer .introduce .ringt .hint h2 {
  width: 60px;
  font-size: 15px;
  font-weight: 700;
  text-align: LEFT;
  color: #303133;
  margin-bottom: 27px;
}

.footer .introduce .ringt .hint ul .pitchOn {
  cursor: pointer;
}

.footer .introduce .ringt .hint ul .pitchOn:hover {
  color: #00459b;
}

.footer .introduce .ringt .hint ul li {
  white-space: nowrap;
  margin-bottom: 27px;
  height: 13px;
  font-size: 14px;
  text-align: LEFT;
  color: #303133;
  line-height: 18px;
}

.footer .introduce .ringt .hint ul li a {
  font-size: 14px;
  color: #303133;
}

.footer .copyright {
  border-top: 1px solid #e1e5e9;
}

.footer .copyright .copyright_com {
  width: 1400px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer .copyright .copyright_com .list {
  margin-right: 80.6px;
}

.footer .copyright .copyright_com p {
  font-size: 12px;
  font-weight: 400;
  text-align: LEFT;
  color: #878a8d;
}

/*页面底部.结束*/
/**走进华春开始==============================**/
.zj_list {
  width: 100%;
  margin-top: -177px;
  background-color: #f9f9f9;
}

.zj_list .zj_list_typeArea {
  margin: 0 auto;
  width: 1400px;
  position: relative;
}

.zj_list .zj_list_typeArea .navbar {
  height: 50px;
  display: flex;
}

.zj_list .zj_list_typeArea .navbar .sp1 {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #878a8d;
  line-height: 50px;
}

.zj_list .zj_list_typeArea .navbar .sp1 .sp1_1 {
  margin: 0 7px;
}

.zj_list .zj_list_typeArea .navbar .sp2 {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #303133;
  line-height: 50px;
}

.zj_list .zj_list_typeArea .zjcontent {
  display: flex;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left {
  width: 217px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left img {
  margin-bottom: 16px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .list {
  background: #FFFFFF;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .list .text {
  width: 217px;
  height: 56px;
  color: #303133;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  padding-left: 44px;
  cursor: pointer;
  border-left: 2px solid transparent;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .list .text:hover {
  background: #e7f1ff;
  border-left: 2px solid #00459b;
  color: #00459b;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .list .textAct {
  background: #e7f1ff;
  border-left: 2px solid #00459b;
  color: #00459b;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .zjlxwm {
  height: 336px;
  margin-top: 10px;
  width: 100%;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .zjlxwm .zjlxwm_img {
  width: 152px;
  height: 109px;
  background: #00aaea;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .zjlxwm .zjlxwm_cot {
  width: 217px;
  height: 227px;
  background: pink;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .left_msg {
  margin-top: 10px;
  margin-bottom: 32px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .left_msg .left_img2 {
  width: 152px;
  height: 109px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .left_msg .left_cont {
  background-color: #fff;
  height: 227px;
  padding: 26px 13px 28px 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .left_msg .left_cont .left_h2 {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #303133;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .left_msg .left_cont .left_hot_line {
  font-size: 13px;
  height: 13px;
  line-height: 14px;
  color: #4b4d4f;
  margin-top: 35px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .left_msg .left_cont .left_phone {
  font-size: 16px;
  height: 13px;
  line-height: 14px;
  color: #da251d;
  margin: 17px 0;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .left_msg .left_cont .left_p {
  font-size: 13px;
  height: 13px;
  line-height: 14px;
  color: #4b4d4f;
  margin-bottom: 15px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_left .left_msg .left_cont .left_p1 {
  font-size: 13px;
  height: 33px;
  line-height: 20px;
  color: #4b4d4f;
  margin-bottom: 15px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right {
  margin-left: 20px;
  width: 100%;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_Top {
  height: 84px;
  background: #ffffff;
  margin-bottom: 16px;
  display: flex;
  padding: 19px 0 0 0;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_Top .threeAct {
  height: 46px;
  line-height: 46px;
  padding: 0 17px;
  margin-left: 30px;
  font-weight: 600;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_Top .threeAct:hover {
  background: #e7f1ff;
  border-radius: 4px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_Top .act {
  background: #e7f1ff;
  border-radius: 4px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot {
  background: #FFFFFF;
  margin-bottom: 32px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .det_title {
  font-size: 18px;
  font-weight: 700;
  text-align: CENTER;
  color: #303133;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .det_msg {
  font-size: 16px;
  text-align: CENTER;
  color: #878a8d;
  margin-top: 20px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .det_msg .det_fbTime {
  display: inline-block;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .det_msg span {
  margin-right: 36px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .del_cont p {
  max-width: 1057px;
  word-wrap: break-word;
  word-break: normal;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .del_cont p img {
  max-width: 1057px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_search {
  height: 76px;
  border-bottom: 1px solid #eef1f3;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_search .search {
  width: 481px;
  position: relative;
  top: 20px;
  left: 20px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_search .search .searchImg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 8px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_search .search .searchint {
  width: 481px;
  height: 40px;
  padding-left: 36px;
  border-radius: 2px;
  border: 1px solid #dcdfe6;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_search .search .searchint::-webkit-input-placeholder {
  color: #CCD2D8;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_search .search .searchint:focus {
  outline: none;
  border: 1px solid #00459b;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_search .search .searchbtn {
  width: 51px;
  height: 38px;
  background: #d9eaff;
  border-radius: 1px;
  color: #00459b;
  text-align: center;
  line-height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_ul .Sbr2_li {
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_ul .Sbr2_li:hover .item_text .item_p {
  color: #00459B;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_ul .Sbr2_li .item_text {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_ul .Sbr2_li .item_text::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #e1e5e9;
  border-radius: 50%;
  margin: 0 8px 0px 16px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_ul .Sbr2_li .item_text .item_p {
  max-width: 927px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #303133;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_ul .Sbr2_li .item_text .item_img {
  margin-left: 4px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_ul .Sbr2_li .item_time {
  width: 95px;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  color: #878a8d;
  font-size: 16px;
  margin-right: 16px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq {
  padding-bottom: 25px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq .wzxq_title {
  padding: 32px 186px 16px 117px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq .wzxq_title .title1 {
  display: flex;
  width: auto;
  margin-left: 196px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq .wzxq_title .title1 img {
  margin-right: 10px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq .wzxq_title .title1 .bigT {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #303133;
  line-height: 28px;
  margin-bottom: 16px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq .wzxq_title .title1 .simllT {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #878a8d;
  line-height: 20px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq .wzxq_title .title2 {
  margin-top: 11px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #878a8d;
  line-height: 20px;
  margin-left: 196px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq .wzxq_title .botx {
  width: 800px;
  height: 1px;
  background: #eef1f3;
  margin-top: 16px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq .wzxq_cot {
  margin: 16px 72px 32px 72px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq_shehui {
  padding: 25px 20px 25px 20px !important;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq_shehui p img {
  max-width: 1123px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq_shehui .Sbr1_base {
  width: 100%;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq_shehui .Sbr1_base .fgs_title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq_shehui .Sbr1_base .fgs_cont {
  font-size: 16px;
  color: #303133;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq_shehui .Sbr1_base .fgs_cont .fgs_aUrl {
  font-size: 16px;
  color: #f57730;
  letter-spacing: 0.05px;
  border-bottom: 1px solid #F57730;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq_shehui .Sbr1_base #container {
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .wzxq_shehui .Sbr1_cont p img {
  max-width: 1123px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .teamftd {
  background: #f9f9f9;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .teamftd .teamfc_tdall {
  display: flex;
  flex-wrap: wrap;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .teamftd .teamfc_tdall .teamfc_tdcon {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  height: 224px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  background-image: url(../images/zjhc/tdbg.png);
  margin-bottom: 20px;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .teamftd .teamfc_tdall .teamfc_tdcon img {
  height: 144px;
  margin-bottom: 8px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .teamftd .teamfc_tdall .teamfc_tdcon span {
  width: 252px;
  height: 40px;
  display: -webkit-box;
  font-size: 16px;
  color: #303133;
  line-height: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .teamftd .teamfc_tdall .teamfc_tdcon:nth-of-type(4n+0) {
  margin-right: 0;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_cont .teamfc_tdall {
  display: flex;
  flex-wrap: wrap;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_cont .teamfc_tdall .teamfc_tdcon {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  height: 224px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  background-image: url(../images/zjhc/tdbg.png);
  margin-bottom: 20px;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_cont .teamfc_tdall .teamfc_tdcon img {
  width: 252px;
  height: 144px;
  margin-bottom: 8px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_cont .teamfc_tdall .teamfc_tdcon span {
  width: 252px;
  height: 40px;
  display: -webkit-box;
  font-size: 16px;
  color: #303133;
  line-height: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_cont .teamfc_tdall .teamfc_tdcon:nth-of-type(4n+0) {
  margin-right: 0;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_paging {
  margin-top: 20px;
  padding-bottom: 25px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_paging .el-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_paging .el-pagination .block {
  margin-right: 30px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_paging .el-pagination .block p {
  font-size: 14px;
  color: #333333;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_paging .el-pagination .block .page_input .el-input {
  display: flex;
  align-items: center;
  width: 60px;
  height: 20px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .Sbr2_paging .el-pagination .block .page_input .el-input .el-input__suffix .el-input__icon {
  line-height: 20px !important;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .qtby {
  display: flex;
  padding: 15px;
  flex-wrap: wrap;
  margin-top: -60px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .qtby .qtby_d {
  width: 20%;
  padding: 10px 6px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .qtby .qtby_d img {
  display: block;
  width: 180px;
  height: 360px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .qtby .qtby_d span {
  display: block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .zyfxAnnex {
  padding: 0px 20px 0px 20px !important;
  display: flex;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .zyfxAnnex .annex_text {
  font-size: 14px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .zyfxAnnex .annex_ul .annex_li {
  color: #3296fa;
  margin-bottom: 10px;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .zyfxAnnex .annex_ul .annex_li .annex_i {
  margin-right: 8px;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .del_back {
  display: flex;
  justify-content: end;
  padding: 0px 20px 25px 20px !important;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .right_bot .del_back .del_img {
  width: 85px;
  height: 20px;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right #container > div {
  border: none !important;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .tooltip {
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 69, 155, 0.19);
  text-align: center;
  border-color: none !important;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .tooltip .tooltip_p {
  border-top: 3px solid #00459b;
  height: 40px;
  background-color: #e7f1ff;
  line-height: 40px;
  font-size: 16px;
  color: #00459B;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .tooltip .tooltip_ul {
  max-height: 500px;
  overflow-y: auto;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .tooltip .tooltip_ul .tooltip_li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #303133;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .tooltip .tooltip_ul .tooltip_li:hover {
  background-color: #e7f1ff;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .tooltip .tooltip_ul .tooltip_li .tooltip_a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.zj_list .zj_list_typeArea .zjcontent .zjcon_right .tooltip .tooltip_ul .tooltip_li .tooltip_a:hover {
  background-color: #e7f1ff;
}

.zj_list::after {
  content: '';
  display: block;
  clear: both;
}

.sbr2_tooltip {
  margin-bottom: 0 !important;
  max-width: 1123px;
}

.el-loading-spinner .el-loading-text {
  font-size: 16px !important;
}

.el-loading-spinner i {
  font-size: 18px !important;
}

/*华春项目管理公司网站建设 结束*/
