/* css reset start */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
q,
a,
abbr,
address,
em,
img,
strong,
ul,
ol,
li,
form,
input,
label,
select,
textarea,
button,
canvas,
footer,
header,
nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  word-break: break-all;
}

canvas,
footer,
nav,
header {
  display: block;
}

/* div 如果要设置100%， 必须把 html，body 设置100%， 这样 div 才能继承 start */

html,
body {
  height: 100%;
}

/* div 如果要设置 100%， 必须把 html，body 设置100%， 这样 div 才能继承 end */

html {
  font-size: 62.5%;
}

body {
  font-family: 'Hiragino Sans GB', '华文细黑', 'STHeiti', '微软雅黑',
  'Microsoft YaHei', SimHei, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  background: #f7f8fa;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}

:focus,
input,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover
}

input[type='submit'],
select {
  cursor: pointer;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* 多出的显示省略号 */
}

.br {
  word-wrap: break-word;
  word-break: break-all;
  /* 强制换行 */
}

::-webkit-input-placeholder {
  color: #c1c1c1;
}

.alert-bg {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

.alert-box {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff;
  width: 580px;
  border-radius: 10px;
  padding: 0 0 30px 0;
}

.alert-box .title {
  font-size: 18px;
  color: #5e5e5e;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 30px;
  border-bottom: 1px solid #eee;
}

.alert-box .prompt {
  font-size: 16px;
  margin: 41px 0 27px 0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-box .prompt .icon {
  width: 28px;
  height: 28px;
  margin: 0 14px 0 0;
}

.alert-box .bottom {
  display: flex;
}

.alert-box .bottom .ok {
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  margin-right: 30px;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  background: #374957;
}

.alert-box .bottom .ok .a {
  color: #fff;
  font-size: 16px;
}

.alert-box .bottom .cancal {
  margin-left: auto;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  margin-right: 40px;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  background: #eee;
  cursor: pointer;
}

.fix:after {
  display: table;
  clear: both;
  content: '';
}

/* css reset end */

/* css commont start  */
.header-wrap {
  height: 150px;
}

.header-wrap .main-wrap {
  position: fixed;
  width: 100%;
  height: 110px;
  z-index: 10;
  top: 0;
  background: #fff;
}

.header-wrap .main-head {
  width: 1160px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header-wrap .main-head .logo .img {
  width: 324px;
  height: auto;
}

.header-wrap .main-head .contribute-btn {
  display: block;
  width: 70px;
  height: 33px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #374957;
  color: #333;
  margin-left: auto;
  margin-right: 44px;
}

.header-wrap .main-head .release {
  display: block;
  width: 70px;
  height: 33px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #374957;
  color: #333;
  margin-left: auto;
  margin-right: 44px;
}

.header-wrap .main-head .name {
  font-size: 18px;
  color: #374957;
  padding: 0 20px 0 0;
  border-right: 1px solid #999;
}

.header-wrap .main-head .logout {
  font-size: 18px;
  padding: 0 0 0 20px;
  margin: 0 40px 0 0;
  color: #374957;
  cursor: pointer;
}

.header-wrap .main-head .qrcode {
  width: 175px;
  height: auto;
}

.header-wrap .sub-wrap {
  position: fixed;
  width: 100%;
  height: 40px;
  z-index: 9;
  top: 110px;
  background: #374957;
}

.header-wrap .sub-head {
  width: 1160px;
  margin: 0 auto;
  line-height: 40px;
}

.header-wrap .sub-head .li {
  float: left;
  margin: 0 40px 0 0;
}

.header-wrap .sub-head .a {
  font-size: 16px;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
  display: block;
}

.header-wrap .sub-head .active {
  background: red;
  color: #fff;
}

.back-top {
  display: none;
  position: fixed;
  z-index: 9;
  cursor: pointer;
  bottom: 70px;
  left: 50%;
  transform: translate(590px, 0);
}

.back-top .img {
  width: 56px;
  height: 56px;
}

.footer {
  background: url(../img/footer_bg.jpg) no-repeat;
}

.footer .main {
  width: 1160px;
  height: 380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.footer .main .left {
  padding: 0 0 0 20px;
  width: 755px;
}

.footer .main .left .title {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #e0e0e0;
}

.footer .main .left .friend-link .li {
  float: left;
  width: 105px;
  line-height: 40px;
}

.footer .main .left .friend-link .li .a {
  display: block;
  font-size: 16px;
  color: #fff;
}

.footer .main .center {
  width: 2px;
  height: 200px;
  background: #797e86;
}

.footer .main .right {
  width: 403px;
  padding: 0 0 0 32px;
}

.footer .main .right .logo {
  width: 124px;
  height: auto;
}

.footer .main .right .info {
  font-size: 14px;
  color: #fff;
  margin: 15px 0 27px 0;
}

.footer .main .right .title {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #e0e0e0;
}

.footer .main .right .qrcode .li {
  float: left;
  width: 140px;
}

.footer .main .right .qrcode .li:nth-child(1) {
  margin: 0 50px 0 0;
}

.footer .main .right .qrcode .li:nth-child(1) .img {
  padding: 8px;
  background: #fff;
}

.footer .main .right .qrcode .li .img {
  width: 140px;
  height: 140px;
}

.footer .main .right .qrcode .li .txt {
  font-size: 14px;
  color: #ffffff;
  margin: 13px 0 0 0;
}

.footer .copyright {
  text-align: center;
  line-height: 14px;
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #fff;
}

/* css commont end */

/* index start */
.index-content {
  width: 1160px;
  margin: 20px auto;
}

.index-content .main {
  width: 780px;
  margin: 0 20px 0 0;
  float: left;
}

.index-content .main .swiper-container {
  width: 780px;
  height: 350px;
}

.index-content .main .swiper-container .img {
  width: 780px;
  height: 350px;
}

.index-content .main .con {
  margin: 30px 0 0 0;
  background: #fff;
  padding: 0 20px;
}

.index-content .main .con .li {
  padding: 30px 0;
  border-bottom: 2px solid #f0f2f3;
}

.index-content .main .con .a {
  display: flex;
  position: relative;
  position: relative;
}

.index-content .main .con .a .sidebar {
  width: 240px;
  height: 146px;
  border-radius: 4px;
}

.index-content .main .con .a .play {
  position: absolute;
  top: 50px;
  left: 97px;
  height: 46px;
}

.index-content .main .con .a .main {
  flex: 1;
  width: 0;
  padding: 0 0 0 20px;
}

.index-content .main .con .a .main .title {
  font-size: 18px;
  color: #374957;
  line-height: 28px;
  height: 56px;
  font-weight: bold;
  overflow: hidden;
}

.index-content .main .con .a .main .info {
  margin: 4px 0 27px 0;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.index-content .main .con .a .main .bottom {
  display: flex;
  align-items: center;
  line-height: 20px;
  height: 20px;
}

.index-content .main .con .a .main .bottom .tag {
  font-size: 14px;
  color: #db403e;
}

.index-content .main .con .a .main .bottom .img {
  width: 14px;
  height: 15px;
  margin: 0 10px 0 0;
}

.index-content .main .con .a .main .bottom .time {
  font-size: 14px;
  color: #374957;
  flex: 1;
}

.index-content .main .con .a .main .bottom .tag {
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  padding: 2px 5px;
  margin: -2px 0 0 10px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  border-radius: 2px;
}

.index-content .main .con .a .main .bottom .play {
  font-size: 14px;
  color: #374957;
  margin: 0 0 0 15px;
}

.index-content .main .load-more {
  font-size: 18px;
  color: #374957;
  font-weight: bold;
  line-height: 83px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.index-content .sidebar {
  width: 360px;
  float: right;
}

.index-content .sidebar .currency {
  line-height: 22px;
  padding: 30px 0;
  display: flex;
  background: #fff;
}

.index-content .sidebar .currency .li {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 22px;
  color: #8ca0ab;
  cursor: pointer;
}

.index-content .sidebar .currency .li:nth-child(1) {
  border-right: 1px solid #999;
}

.index-content .sidebar .currency .active .span {
  border-bottom: 2px solid #000;
  color: #374957;
}

.index-content .sidebar .charts {
  display: none;
  height: 268px;
  background: #fff;
  margin: 0 0 30px 0;
}

.index-content .sidebar .charts .info {
  display: flex;
  padding: 0 0 0 14px;
  height: 28px;
  align-items: center;
}

.index-content .sidebar .charts .info .txt {
  font-size: 12px;
  color: #374957;
}

.index-content .sidebar .charts .info .number {
  font-size: 20px;
  color: #374957;
  font-weight: bold;
  margin: 0 20px 0 0;
}

.index-content .sidebar .charts .info .percent {
  font-weight: bold;
  font-size: 20px;
  /* color: #28a929; */
}

.index-content .sidebar .ad {
  width: 360px;
  height: 180px;
  margin: 20px 0;
}

.index-content .sidebar .ranking {
  height: 50px;
  background: #fff;
  display: flex;
}

.index-content .sidebar .ranking .ranking-one {
  flex: 1;
}

.index-content .sidebar .ranking .ranking-one .li {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #8ca0ab;
  float: left;
  font-weight: bold;
  padding: 0 20px;
  margin: 16px 0;
  cursor: pointer;
}

.index-content .sidebar .ranking .ranking-one .li:nth-child(1) {
  border-right: 1px solid #999;
}

.index-content .sidebar .ranking .ranking-one .active .span {
  color: #374957;
  border-bottom: 2px solid #000;
}

.index-content .sidebar .ranking .ranking-two {
  margin: 0 14px 0 0;
}

.index-content .sidebar .ranking .ranking-two .li {
  font-size: 12px;
  color: #374957;
  float: left;
  margin: 16px 0;
  line-height: 22px;
  padding: 0 10px;
  cursor: pointer;
}

.index-content .sidebar .ranking .ranking-two .li:nth-child(1) {
  border: 1px solid #374957;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.index-content .sidebar .ranking .ranking-two .li:nth-child(2) {
  border: 1px solid #374957;
}

.index-content .sidebar .ranking .ranking-two .li:nth-child(3) {
  border: 1px solid #374957;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.index-content .sidebar .ranking .ranking-two .active {
  background: #374957;
  color: #fff;
}

.index-content .sidebar .ranking-txt {
  display: flex;
  height: 40px;
  background: #ebecee;
  align-items: center;
  padding: 0 30px;
}

.index-content .sidebar .ranking-txt .li {
  font-size: 12px;
  color: #999;
}

.index-content .sidebar .ranking-txt .li:nth-child(2) {
  flex: 1;
  text-align: center;
}

.index-content .sidebar .ranking-list {
  padding: 0 15px 27px 15px;
  background: #fff;
  margin: 0 0 30px 0;
}

.index-content .sidebar .ranking-list .li {
  display: flex;
  align-items: center;
  height: 56px;
  border-bottom: 1px solid #f3f3f3;
}

.index-content .sidebar .ranking-list .li .index {
  background: #374957;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  width: 30px;
}

.index-content .sidebar .ranking-list .li .index-img {
  width: 21px;
  height: 22px;
  margin: 0 4px;
}

.index-content .sidebar .ranking-list .li .name {
  padding: 0 0 0 7px;
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index-content .sidebar .ranking-list .li .cn {
  font-size: 10px;
  color: #858585;
  line-height: 14px;
}

.index-content .sidebar .ranking-list .li .en {
  font-size: 15px;
  color: #374957;
  line-height: 22px;
}

.index-content .sidebar .ranking-list .li .price {
  font-size: 15px;
  text-align: center;
  flex: 1;
  color: #374957;
  font-weight: bold;
}

.index-content .sidebar .ranking-list .li .green {
  background: #28a929;
  width: 70px;
  border-radius: 3px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 0 30px;
  color: #fff;
}

.index-content .sidebar .ranking-list .li .red {
  background: #db403e;
  width: 70px;
  border-radius: 3px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 0 30px;
  color: #fff;
}

.index-content .sidebar .h3-title {
  font-size: 16px;
  font-weight: bold;
  color: #374957;
  line-height: 22px;
  margin: 20px 0;
  padding: 0 0 0 16px;
}

.index-content .sidebar .express-con {
  height: 666px;
  overflow-y: auto;
  background: #fff;
  position: relative;
  padding: 0 16px;
}

.index-content .sidebar .express-con .more {
  position: absolute;
  right: 16px;
  top: 24px;
  font-size: 14px;
  color: #374957;
  font-weight: bold;
}

.index-content .sidebar .express-con .date {
  margin: 20px 0;
  line-height: 25px;
  font-size: 18px;
  color: #374957;
  font-weight: bold;
}

.index-content .sidebar .express-con .li {
  border-left: 1px solid #dce2e5;
  padding: 0 13px 30px 13px;
  position: relative;
}

.index-content .sidebar .express-con .li .time-icon {
  position: absolute;
  top: 0;
  left: -8px;
  width: 15px;
  height: 15px;
}

.index-content .sidebar .express-con .li .top {
  display: flex;
  align-items: center;
  height: 15px;
}

.index-content .sidebar .express-con .li .top .txt {
  font-weight: bold;
  font-size: 15px;
  color: #374957;
  padding: 0 10px;
}

.index-content .sidebar .express-con .li .top .star {
  width: 12px;
  height: 11px;
  margin: 0 5px 0 0;
}

.index-content .sidebar .express-con .li .top .no-star {
  width: 12px;
  height: 11px;
  margin: 0 5px 0 0;
}

.index-content .sidebar .express-con .li .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  margin: 13px 0 20px 0;
}

.index-content .sidebar .express-con .li .con {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  text-align: justify;
}

.index-content .sidebar .express-con .li .bottom {
  display: flex;
  margin: 20px 0 0 0;
  align-items: center;
  height: 20px;
  position: relative;
}

.index-content .sidebar .express-con .li .bottom .good {
  border: 1px solid #28a929;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 20px;
  font-size: 10px;
  color: #28a929;
  margin: 0 10px 0 0;
}

.index-content .sidebar .express-con .li .bottom .icon {
  width: 11px;
  height: 11px;
  margin: 0 5px 0 0;
}

.index-content .sidebar .express-con .li .bottom .no-good {
  border: 1px solid #db403e;
  border-radius: 4px;
  font-size: 10px;
  color: #db403e;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 20px;
}

.index-content .sidebar .express-con .li .bottom .share {
  width: 100px;
  height: 14px;
  padding: 0 0 25px 0;
  position: absolute;
  z-index: 1;
  right: 0;
}

.index-content .sidebar .express-con .li .bottom .share .img {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 86px;
}

.index-content .sidebar .express-con .li .bottom .share-ul {
  margin: 25px 0 0 0px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
  display: none;
}

.index-content .sidebar .express-con .li .bottom .share-ul::before {
  position: relative;
  content: ' ';
  top: -26px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
}

.index-content .sidebar .express-con .li .bottom .share-li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}

.index-content .sidebar .express-con .li .bottom .share-li .a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
}

.index-content .sidebar .express-con .li .bottom .share-li:last-child {
  margin: 0;
}

.index-content .sidebar .express-con .li .bottom .share-li .share-img {
  width: 20px;
  height: 20px;
  margin: 0 3px 0 0;
}

.index-content .sidebar .express-con .li .bottom .weixin-qrcode .img {
  width: 80px;
  height: 80px;
}

.index-content .sidebar .news-con {
  background: #fff;
}

.index-content .sidebar .news-con .li .a {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #edeff1;
}

.index-content .sidebar .news-con .li .sidebar {
  width: 116px;
  height: 70px;
  border-radius: 4px;
}

.index-content .sidebar .news-con .li .con {
  flex: 1;
  padding: 0 0 0 10px;
}

.index-content .sidebar .news-con .li .con .title {
  font-size: 14px;
  color: #374957;
  font-weight: bold;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}

.index-content .sidebar .news-con .li .con .time {
  margin: 10px 0 0 0;
  font-size: 0;
  line-height: 17px;
}

.index-content .sidebar .news-con .li .con .time .class {
  font-size: 12px;
  color: #db403e;
}

.index-content .sidebar .news-con .li .con .time .info {
  font-size: 12px;
  color: #374957;
}

/* index end */

/*  article start */

.article-content {
  width: 1160px;
  margin: 20px auto;
}

.article-content .main {
  width: 780px;
  margin: 0 20px 0 0;
  float: left;
  background: #fff;
}

.article-content .main .back {
  font-weight: bold;
  font-size: 14px;
  color: #374957;
  line-height: 20px;
  margin: 20px 0;
  padding: 0 0 0 20px;
}

.article-content .main .back .a {
  color: #374957;
}

.article-content .main .title {
  font-size: 26px;
  color: #333;
  padding: 0 20px;
  line-height: 40px;
}

.article-content .main .user-info {
  display: flex;
  margin: 21px 0 15px 0;
  padding: 0 20px;
  height: 20px;
  align-items: center;
  font-size: 14px;
  color: #666666;
}

.article-content .main .avatar {
  width: 14px;
  height: 15px;
  margin: 0 6px 0 0;
}

.article-content .main .content {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
}

.article-content .main .content p {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.article-content .main .content .ql-align-center {
  text-align: center;
}

.article-content .main .content br {
  display: none;
}

.article-content .main .content img {
  margin: 0 auto 20px;
  text-align: center;
}

.article-content .main .source {
  display: flex;
  margin: 64px 0 9px 0;
  line-height: 20px;
  font-size: 14px;
  padding: 0 20px;
}

.article-content .main .source .name {
  color: #999;
}

.article-content .main .source .txt {
  color: #151515;
  margin: 0 54px 0 0;
}

.article-content .main .prompt {
  background: #ebecee;
  font-size: 14px;
  color: #333;
  line-height: 27px;
  padding: 15px 20px 11px 20px;
}

.article-content .main .tag {
  margin: 30px 0 50px 0;
  padding: 0 20px;
  display: flex;
}

.article-content .main .tag .li {
  border: 1px solid #374957;
  font-size: 14px;
  color: #374957;
  padding: 0 10px;
  line-height: 20px;
  margin: 0 30px 0 0;
}

.article-content .main .h3-title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  padding: 0 20px;
  line-height: 25px;
}

.article-content .main .recommended{
  padding:15px 6px 30px 6px;
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.article-content .main .recommended li{
  padding:15px 0 0 30px;
}
.article-content .main .recommended .diamond{
  width: 8px;
  height: 8px;
  margin:4px 7px 0 0;
  float: left;
}
.article-content .main .recommended .txt{
  width: 203px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article-content .main .related {
  padding: 0 20px;
  margin: 30px 0 110px 0;
}

.article-content .main .related .li {
  width: 240px;
  margin: 0 10px 0 0;
  float: left;
}

.article-content .main .related .li:nth-child(3n) {
  margin: 0;
}

.article-content .main .related .li .img {
  width: 240px;
  height: 145px;
  border-radius: 4px;
}

.article-content .main .related .li .txt {
  font-size: 16px;
  color: #333;
  margin: 10px 0 0 0;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}

.article-content .main .bottom {
  display: flex;
  border-top: 1px solid #e6e6e6;
  height: 50px;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.article-content .main .bottom .share-txt {
  margin-left: auto;
  font-size: 14px;
  color: #999;
}

.article-content .main .bottom .share-img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
}

.article-content .main .bottom .share-ul {
  display: none;
  position: absolute;
  top: -210px;
  right: -60px;
  width: 172px;
  height: 198px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.article-content .main .bottom .share-ul::after {
  position: relative;
  content: ' ';
  top: 22px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}

.article-content .main .bottom .share-ul .wx-title {
  border-radius: 4px 0 0 4px;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 30px;
  background: #ebecee;
}

.article-content .main .bottom .share-ul .weixin-qrcode {
  width: 100px;
  height: 100px;
  margin: 12px auto;
}

.article-content .main .bottom .share-ul .txt {
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  color: #333;
}

.article-content .sidebar {
  width: 360px;
  float: right;
}

.article-content .sidebar .user-info {
  background: #fff;
  height: 150px;
  display: flex;
  align-items: center;
  padding: 0 34px;
}

.article-content .sidebar .user-info .avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.article-content .sidebar .user-info .main {
  padding: 0 0 0 16px;
}

.article-content .sidebar .user-info .main .name {
  font-weight: bold;
  font-size: 20px;
  color: #374957;
  line-height: 28px;
}

.article-content .sidebar .user-info .main .txt {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin: 8px 0 0 0;
}

.article-content .sidebar .statistics-wrap {
  padding: 0 20px;
  background: #fff;
}

.article-content .sidebar .statistics {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #edeff1;
}

.article-content .sidebar .statistics .li {
  width: 160px;
  text-align: center;
}

.article-content .sidebar .statistics .li:nth-child(1) {
  border-right: 1px solid #edeff1;
}

.article-content .sidebar .statistics .li .number {
  font-weight: bold;
  font-size: 28px;
  color: #374957;
  line-height: 40px;
}

.article-content .sidebar .statistics .li .txt {
  font-size: 14px;
  color: #666666;
  margin: 4px 0 0 0;
  line-height: 20px;
}

.article-content .sidebar .h3-title {
  font-weight: bold;
  line-height: 22px;
  margin: 20px 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #374957;
}

.article-content .sidebar .news-con {
  background: #fff;
}

.article-content .sidebar .news-con .li .a {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #edeff1;
}

.article-content .sidebar .news-con .li .sidebar {
  width: 116px;
  height: 70px;
  border-radius: 4px;
}

.article-content .sidebar .news-con .li .con {
  flex: 1;
  padding: 0 0 0 10px;
}

.article-content .sidebar .news-con .li .con .title {
  font-size: 14px;
  color: #374957;
  font-weight: bold;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}

.article-content .sidebar .news-con .li .con .time {
  margin: 10px 0 0 0;
  font-size: 0;
  line-height: 17px;
}

.article-content .sidebar .news-con .li .con .time .class {
  font-size: 12px;
  color: #db403e;
}

.article-content .sidebar .news-con .li .con .time .info {
  font-size: 12px;
  color: #374957;
}

.article-content .sidebar .get-more {
  font-size: 18px;
  background: #fff;
  color: #374957;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  display: block;
}

.article-content .sidebar .tag-con {
  background: #fff;
  padding: 20px 0 36px 15px;
}

.article-content .sidebar .tag-con .li {
  float: left;
  margin: 0 20px 18px 0;
}

.article-content .sidebar .tag-con .li .a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #374957;
  color: #374957;
}

/*  article end */

/*  video start */

.video-content {
  width: 1160px;
  margin: 20px auto;
}

.video-content .main {
  width: 780px;
  margin: 0 20px 0 0;
  float: left;
  background: #fff;
}

.video-content .main .title {
  font-size: 26px;
  color: #333;
  padding: 20px 20px 0 20px;
  line-height: 40px;
}

.video-content .main .user-info {
  display: flex;
  margin: 21px 0 20px 0;
  padding: 0 20px;
  height: 20px;
  align-items: center;
  font-size: 14px;
  color: #666666;
}

.video-content .main .user-info .img {
  width: 14px;
  height: 15px;
  margin: 0 6px 0 0;
}

.video-content .main .video {
  display: block;
  width: 740px;
  margin: 20px auto 40px;
}

.video-content .main .h3-title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  padding: 0 20px;
  line-height: 25px;
}

.video-content .main .related {
  padding: 0 20px;
  margin: 30px 0 110px 0;
}

.video-content .main .related .li {
  width: 240px;
  margin: 0 10px 0 0;
  float: left;
  position: relative;
}

.video-content .main .related .li:nth-child(3n) {
  margin: 0;
}

.video-content .main .related .li .img {
  width: 240px;
  height: 145px;
  border-radius: 4px;
}

.video-content .main .related .li .play {
  position: absolute;
  top: 50px;
  left: 97px;
  height: 46px;
}

.video-content .main .related .li .txt {
  font-size: 14px;
  color: #333;
  margin: 10px 0 0 0;
  font-weight: bold;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}

.video-content .main .share {
  display: flex;
  border-top: 1px solid #e6e6e6;
  height: 50px;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.video-content .main .share .txt {
  margin-left: auto;
  font-size: 14px;
  color: #999;
}

.video-content .main .share .img {
  width: 20px;
  height: 20px;
}

.video-content .main .share .wrap {
  display: none;
  position: absolute;
  top: -194px;
  right: -50px;
  width: 172px;
  height: 198px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.video-content .main .share .wrap::after {
  position: relative;
  content: ' ';
  top: 22px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}

.video-content .main .share .wrap .wx-title {
  border-radius: 4px 0 0 4px;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 30px;
  background: #ebecee;
}

.video-content .main .share .wrap img {
  width: 100px;
  height: 100px;
  margin: 12px auto;
}

.video-content .main .share .wrap .txt {
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  color: #333;
}

.video-content .sidebar {
  width: 360px;
  float: right;
}

.video-content .sidebar .user-info {
  background: #fff;
  height: 150px;
  display: flex;
  align-items: center;
  padding: 0 34px;
}

.video-content .sidebar .user-info .avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.video-content .sidebar .user-info .main {
  padding: 0 0 0 16px;
}

.video-content .sidebar .user-info .main .name {
  font-weight: bold;
  font-size: 20px;
  color: #374957;
  line-height: 28px;
}

.video-content .sidebar .user-info .main .txt {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin: 8px 0 0 0;
}

.video-content .sidebar .statistics-wrap {
  padding: 0 20px;
  background: #fff;
}

.video-content .sidebar .statistics {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #edeff1;
}

.video-content .sidebar .statistics .li {
  width: 160px;
  text-align: center;
}

.video-content .sidebar .statistics .li:nth-child(1) {
  border-right: 1px solid #edeff1;
}

.video-content .sidebar .statistics .li .number {
  font-weight: bold;
  font-size: 28px;
  color: #374957;
  line-height: 40px;
}

.video-content .sidebar .statistics .li .txt {
  font-size: 14px;
  color: #666666;
  margin: 4px 0 0 0;
  line-height: 20px;
}

.video-content .sidebar .h3-title {
  font-weight: bold;
  line-height: 22px;
  margin: 20px 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #374957;
}

.video-content .sidebar .news-con {
  background: #fff;
}

.video-content .sidebar .news-con .li .a {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #edeff1;
}

.video-content .sidebar .news-con .li .sidebar {
  width: 116px;
  height: 70px;
  border-radius: 4px;
}

.video-content .sidebar .news-con .li .con {
  flex: 1;
  padding: 0 0 0 10px;
}

.video-content .sidebar .news-con .li .con .title {
  font-size: 14px;
  color: #374957;
  font-weight: bold;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}

.video-content .sidebar .news-con .li .con .time {
  margin: 10px 0 0 0;
  font-size: 0;
  line-height: 17px;
}

.video-content .sidebar .news-con .li .con .time .class {
  font-size: 12px;
  color: #db403e;
}

.video-content .sidebar .news-con .li .con .time .info {
  font-size: 12px;
  color: #374957;
}

.video-content .sidebar .get-more {
  font-size: 18px;
  background: #fff;
  color: #374957;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  display: block;
}

/*  video end */

/* express start */
.express-content {
  width: 1160px;
  margin: 20px auto;
}

.express-content .main {
  width: 780px;
  margin: 0 20px 0 0;
  float: left;
}

.express-content .main .h2-title {
  height: 58px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 0 22px;
  display: flex;
  align-items: center;
  background: #fff;
}

.express-content .main .h2-title .img {
  width: 20px;
  height: 20px;
  margin: 0 14px 0 0;
}

.express-content .main .h2-title .date {
  margin: 0 10px 0 0;
}

.express-content .main .list {
  padding: 40px 15px 23px 30px;
  background: #fff;
}

.express-content .main .list .li {
  border-left: 1px solid #dce2e5;
  padding: 0 13px 30px 13px;
  position: relative;
}

.express-content .main .list .li .time-icon {
  position: absolute;
  top: 0;
  left: -8px;
  width: 15px;
  height: 15px;
}

.express-content .main .list .li .top {
  display: flex;
  align-items: center;
  height: 15px;
}

.express-content .main .list .li .top .txt {
  font-weight: bold;
  font-size: 15px;
  color: #374957;
  padding: 0 10px;
}

.express-content .main .list .li .top .star {
  width: 12px;
  height: 11px;
  margin: 0 5px 0 0;
}

.express-content .main .list .li .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  margin: 13px 0 20px 0;
}

.express-content .main .list .li .con {
  font-size: 14px;
  color: #333;
  padding: 0 40px 0 0;
  line-height: 26px;
  text-align: justify;
}

.express-content .main .list .li .bottom {
  display: flex;
  margin: 20px 0 0 0;
  align-items: center;
  height: 20px;
  position: relative;
}

.express-content .main .list .li .bottom .good {
  border: 1px solid #28a929;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 20px;
  font-size: 10px;
  color: #28a929;
  margin: 0 10px 0 0;
}

.express-content .main .list .li .bottom .icon {
  width: 11px;
  height: 11px;
  margin: 0 5px 0 0;
}

.express-content .main .list .li .bottom .no-good {
  border: 1px solid #db403e;
  border-radius: 4px;
  font-size: 10px;
  color: #db403e;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 20px;
}

.express-content .main .list .li .bottom .share {
  margin-left: auto;
  width: 100px;
  padding: 0 0 20px 0;
}

.express-content .main .list .li .bottom .img {
  width: 14px;
  height: 14px;
  margin: 0 0 0 43px;
}

.express-content .main .list .li .share-ul {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
  display: none;
}

.express-content .main .list .li .share-ul::before {
  position: relative;
  content: ' ';
  top: -25px;
  left: 33px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
}

.express-content .main .list .li .share-li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}

.express-content .main .list .li .share-li .a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
}

.express-content .main .list .li .share-li:last-child {
  margin: 0;
}

.express-content .main .list .li .share-li .share-img {
  width: 20px;
  height: 20px;
  margin: 0 3px 0 0;
}

.express-content .main .list .li .weixin-qrcode .img {
  width: 80px;
  height: 80px;
}

.express-content .main .load-more {
  font-size: 18px;
  color: #374957;
  font-weight: bold;
  margin: 20px 0;
  line-height: 66px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.express-content .sidebar {
  width: 360px;
  float: left;
}

.express-content .sidebar .h2-title {
  height: 58px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
  background: #fff;
}

.express-content .sidebar .tag-list {
  padding: 28px 0 50px 16px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.express-content .sidebar .tag-list .li {
  margin: 0 20px 20px 0;
}

.express-content .sidebar .tag-list .li .a {
  display: block;
  font-size: 12px;
  color: #374957;
  font-weight: bold;
  padding: 0 10px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #374957;
  border-radius: 4px;
}

.express-content .sidebar .tag-list .li .active {
  background: #374957;
  color: #fff;
}

.express-content .sidebar .news-h2-title {
  font-weight: bold;
  font-size: 16px;
  color: #374957;
  height: 62px;
  line-height: 62px;
  padding: 0 0 0 15px;
}

.express-content .sidebar .news-list .a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #edeff1;
}

.express-content .sidebar .news-list .img {
  width: 116px;
  height: 70px;
  border-radius: 4px;
  margin: 0 0 0 8px;
}

.express-content .sidebar .news-list .news-main {
  margin: 0 10px;
  flex: 1;
  width: 0;
}

.express-content .sidebar .news-list .news-main .title {
  font-weight: bold;
  font-size: 14px;
  color: #374957;
  height: 46px;
  overflow: hidden;
  line-height: 23px;
  margin: 0 0 10px 0;
}

.express-content .sidebar .news-list .news-main .info {
  font-size: 12px;
  line-height: 17px;
  display: flex;
}

.express-content .sidebar .news-list .news-main .info .txt {
  color: #374957;
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.express-content .sidebar .get-more {
  font-size: 18px;
  background: #fff;
  color: #374957;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  display: block;
}
/* express end */

/* express detail start */
.express-detail {
  width: 1160px;
  margin: 20px auto;
}

.express-detail .main {
  width: 780px;
  margin: 0 20px 0 0;
  float: left;
}

.express-detail .main .back {
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
  padding: 20px 0 0 22px;
}

.express-detail .main .back .a {
  font-size: 14px;
  color: #374957;
  font-weight: bold;
}

.express-detail .main .back .span {
  margin: 0 10px;
}

.express-detail .main .h2-title {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 0 22px;
  display: flex;
  align-items: center;
  background: #fff;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #374957;
  line-height: 25px;
  padding: 22px 0 16px 22px;
}

.express-detail .main .h2-title .img {
  width: 20px;
  height: 20px;
  margin: 0 14px 0 0;
}

.express-detail .main .detail {
  padding: 20px 20px 0 20px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.express-detail .main .detail .time-icon {
  position: absolute;
  top: 0;
  left: -8px;
  width: 15px;
  height: 15px;
}

.express-detail .main .detail .top {
  display: flex;
  align-items: center;
  height: 15px;
}

.express-detail .main .detail .top .txt {
  font-weight: bold;
  font-size: 15px;
  color: #374957;
  padding: 0 10px 0 0;
}

.express-detail .main .detail .top .star {
  width: 12px;
  height: 11px;
  margin: 0 5px 0 0;
}

.express-detail .main .detail .top .no-star {
  width: 12px;
  height: 11px;
  margin: 0 5px 0 0;
}

.express-detail .main .detail .title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  margin: 13px 0 20px 0;
}

.express-detail .main .detail .con {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  text-align: justify;
}

.express-detail .main .detail .link {
  font-size: 14px;
  color: #133c7c;
  display: block;
  margin: 22px 0 29px 0;
  line-height: 20px;
}

.express-detail .main .detail .bottom {
  display: flex;
  margin: 20px 0 44px 0;
  align-items: center;
  height: 20px;
  position: relative;
  padding: 0 48px 0 0;
}

.express-detail .main .detail .bottom .good {
  border: 1px solid #28a929;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 20px;
  font-size: 10px;
  color: #28a929;
  margin: 0 10px 0 0;
}

.express-detail .main .detail .bottom .img {
  width: 11px;
  height: 11px;
  margin: 0 5px 0 0;
}

.express-detail .main .detail .bottom .no-good {
  border: 1px solid #db403e;
  border-radius: 4px;
  font-size: 10px;
  color: #db403e;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 20px;
}

.express-detail .main .detail .bottom .share-txt {
  font-size: 12px;
  flex: 1;
  text-align: right;
  color: #374957;
}

.express-detail .main .detail .bottom .share-img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
}

.express-detail .main .detail .bottom .share-weixin {
  width: 48px;
  height: 20px;
  position: absolute;
  z-index: 1;
  right: 0;
}

.express-detail .main .detail .bottom .share-ul {
  display: none;
  position: absolute;
  top: -210px;
  right: -60px;
  width: 172px;
  height: 198px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.express-detail .main .detail .bottom .share-ul::after {
  position: relative;
  content: ' ';
  top: 22px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}

.express-detail .main .detail .bottom .share-ul .wx-title {
  border-radius: 4px 0 0 4px;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 30px;
  background: #ebecee;
}

.express-detail .main .detail .bottom .share-ul .weixin-qrcode {
  width: 100px;
  height: 100px;
  margin: 12px auto;
}

.express-detail .main .detail .bottom .share-ul .txt {
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  color: #333;
}

.express-detail .main .get-more {
  display: block;
  font-size: 18px;
  color: #374957;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e6e6e6;
}

.express-detail .sidebar {
  width: 360px;
  float: left;
}

.express-detail .sidebar .h2-title {
  height: 58px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
  background: #fff;
}

.express-detail .sidebar .tag-list {
  padding: 28px 0 50px 16px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.express-detail .sidebar .tag-list .li {
  padding: 0 10px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #374957;
  margin: 0 20px 20px 0;
  border-radius: 4px;
}

.express-detail .sidebar .tag-list .li .a {
  display: block;
  font-size: 12px;
  color: #374957;
  font-weight: bold;
}

.express-detail .sidebar .news-h2-title {
  font-weight: bold;
  font-size: 16px;
  color: #374957;
  height: 62px;
  line-height: 62px;
  padding: 0 0 0 15px;
}

.express-detail .sidebar .news-list .a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #edeff1;
}

.express-detail .sidebar .news-list .img {
  width: 116px;
  height: 70px;
  border-radius: 4px;
  margin: 0 0 0 8px;
}

.express-detail .sidebar .news-list .news-main {
  margin: 0 0 0 10px;
  flex: 1;
  width: 0;
}

.express-detail .sidebar .news-list .news-main .title {
  font-weight: bold;
  font-size: 14px;
  color: #374957;
  height: 46px;
  overflow: hidden;
  line-height: 23px;
  margin: 0 0 10px 0;
}

.express-detail .sidebar .news-list .news-main .info {
  font-size: 12px;
  line-height: 17px;
  display: flex;
}

.express-detail .sidebar .news-list .news-main .info .txt {
  color: #374957;
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.express-detail .sidebar .get-more {
  font-size: 18px;
  background: #fff;
  color: #374957;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  display: block;
}

/* express detail end */

/* download start */
.download {
  width: 100%;
  height: 750px;
  background: url(../img/download_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.download .content {
  width: 1160px;
  height: 750px;
  margin: 0 auto;
  padding: 24px 0 0 0;
  position: relative;
}

.download .content .logo {
  width: 268px;
  height: 56px;
  margin: 0 0 144px 0;
}

.download .content .txt {
  width: 670px;
  height: 140px;
  margin: 0 0 70px 0;
}

.download .content .phone {
  width: 664px;
  height: 570px;
  position: absolute;
  right: 0;
  top: 160px;
}

.download .content .bottom {
  display: flex;
  align-items: flex-end;
}

.download .content .bottom .qrcode {
  width: 150px;
  height: 150px;
}

.download .content .bottom .main {
  margin: 0 0 0 25px;
}

.download .content .bottom .main .a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  border-radius: 5px;
  font-size: 24px;
  color: #fff;
}

.download .content .bottom .main .img {
  width: 18px;
  height: auto;
  margin: 0 15px 0 0;
}

.download .content .bottom .main .android {
  background: #0795bb;
}

.download .content .bottom .main .iOS {
  background: #a51dfb;
  margin: 22px 0 0 0;
}

.download .content .prompt {
  font-size: 16px;
  color: #fff;
  margin: 20px 0 0 0;
}

/* download end */

/* market start */

.market-content {
  width: 1160px;
  margin: 20px auto;
}

.market-content .main {
  width: 780px;
  margin: 0 20px 0 0;
  float: left;
}

.market-content .main .nav-wrap {
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
}

.market-content .main .prev {
  padding: 0 10px 0 11px;
  width: 40px;
  height: auto;
}

.market-content .main .ul-wrap {
  flex: 1;
  position: relative;
  height: 50px;
  overflow: hidden;
}

.market-content .main .nav {
  position: absolute;
  left: 0;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.market-content .main .nav .li {
  width: 70px;
  float: left;
  font-size: 15px;
  color: #888;
  text-align: center;
}

.market-content .main .nav .active {
  color: #000;
  font-weight: bold;
}

.market-content .main .next {
  padding: 0 10px 0 11px;
  width: 40px;
  height: auto;
}

.market-content .main .title-ul {
  background: #ebecee;
  height: 40px;
  display: flex;
  align-items: center;
}

.market-content .main .title-ul .li {
  font-size: 14px;
  color: #333;
  width: 15.3%;
  text-align: center;
}

.market-content .main .title-ul .li:nth-child(1) {
  font-size: 14px;
  color: #333;
  width: 8%;
  text-align: center;
}

.market-content .main .con {
  background: #fff;
  padding: 0 0 34px 0;
}

.market-content .main .con .li {
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  font-family: 'MicrosoftYaHei';
}
.market-content .main .con .li:hover{
  background-color: #f1f1f1;
}
.market-content .main .con .li .list{
  display: flex;
  height: 60px;
  align-items: center;
}

.market-content .main .con .li .span {
  display: block;
  width: 15.3%;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.market-content .main .con .li .sorting{
  font-size: 16px;
  font-weight: bold;
  width: 8%;
}

.market-content .main .con .li .span .title{
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.market-content .main .con .li .span .titleName{
  display: inline-block;
  font-size: 10px;
  color: #888;
  margin-top: 10px
}

.market-content .main .con .li .green {
  font-size: 14px;
  color: #28a929;
}

.market-content .main .con .li .red {
  font-size: 14px;
  color: #db403e;
}

.market-content .sidebar {
  width: 360px;
  float: left;
}

.market-content .sidebar .ranking {
  height: 50px;
  background: #fff;
  display: flex;
}

.market-content .sidebar .ranking .ranking-one {
  flex: 1;
}

.market-content .sidebar .ranking .ranking-one .li {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #8ca0ab;
  float: left;
  font-weight: bold;
  padding: 0 20px;
  margin: 16px 0;
}

.market-content .sidebar .ranking .ranking-one .li:nth-child(1) {
  border-right: 1px solid #999;
}

.market-content .sidebar .ranking .ranking-one .active .span {
  color: #374957;
  border-bottom: 2px solid #000;
}

.market-content .sidebar .ranking .ranking-two {
  margin: 0 14px 0 0;
}

.market-content .sidebar .ranking .ranking-two .li {
  font-size: 12px;
  color: #374957;
  float: left;
  margin: 16px 0;
  line-height: 22px;
  padding: 0 10px;
}

.market-content .sidebar .ranking .ranking-two .li:nth-child(1) {
  border: 1px solid #374957;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.market-content .sidebar .ranking .ranking-two .li:nth-child(2) {
  border: 1px solid #374957;
}

.market-content .sidebar .ranking .ranking-two .li:nth-child(3) {
  border: 1px solid #374957;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.market-content .sidebar .ranking .ranking-two .active {
  background: #374957;
  color: #fff;
}

.market-content .sidebar .ranking-txt {
  display: flex;
  height: 40px;
  background: #ebecee;
  align-items: center;
  padding: 0 15px;
}

.market-content .sidebar .ranking-txt .li {
  font-size: 12px;
  color: #999;
}

.market-content .sidebar .ranking-txt .li:nth-child(1) {
  width: 80px;
  text-align: center;
}

.market-content .sidebar .ranking-txt .li:nth-child(2) {
  flex: 1;
  text-align: center;
}

.market-content .sidebar .ranking-txt .li:nth-child(3) {
  width: 70px;
  text-align: center;
}

.market-content .sidebar .ranking-list {
  padding: 0 15px 27px 15px;
  background: #fff;
  margin: 0 0 30px 0;
}

.market-content .sidebar .ranking-list .li {
  display: flex;
  align-items: center;
  height: 56px;
  border-bottom: 1px solid #f3f3f3;
}

.market-content .sidebar .ranking-list .li .index {
  background: #374957;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  width: 30px;
}

.market-content .sidebar .ranking-list .li .index-img {
  width: 21px;
  height: 22px;
  margin: 0 4px;
}

.market-content .sidebar .ranking-list .li .name {
  padding: 0 0 0 7px;
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.market-content .sidebar .ranking-list .li .cn {
  font-size: 10px;
  color: #858585;
  line-height: 14px;
}

.market-content .sidebar .ranking-list .li .en {
  font-size: 15px;
  color: #374957;
  line-height: 22px;
}

.market-content .sidebar .ranking-list .li .price {
  font-size: 15px;
  text-align: center;
  flex: 1;
  color: #374957;
  font-weight: bold;
}

.market-content .sidebar .ranking-list .li .green {
  background: #28a929;
  width: 70px;
  border-radius: 3px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 0 30px;
  color: #fff;
}

.market-content .sidebar .ranking-list .li .red {
  background: #db403e;
  width: 70px;
  border-radius: 3px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 0 30px;
  color: #fff;
}
.market-content .main .market-totle{
  display: none;
}
.market-content .main .market-pn{
  display: none;
}
.market-content .main .fenye{
  width: 780px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #888;
}

.market-content .main .fenye .layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span{
  border:none;
}
.market-content .main .fenye .layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: #fff;
}
.market-content .main .fenye .layui-laypage .layui-laypage-curr em{
  color: #374957;
}
.market-content .main .fenye .layui-laypage a, .layui-laypage span{
  font-size: 14px;
}
/* market end */

/* marketInfo start*/

.marketInfo{
  width: 1160px;
  margin: 20px auto;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
}

.marketInfo .main{
  width: 750px;
  margin: 0 20px 0 0;
  float: left;
}

.marketInfo .main .detailed{
  display: flex;
  width: 100%;
  height: 84px;
  background-color:#fff;
  overflow: hidden;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.marketInfo .main .detailed li{
  display: flex;
  text-align: center;
  align-items: center;
  float: left;
  width: 16.6%;
  overflow: hidden;

}

.marketInfo .main .detailed li .detailed_left{
  float: left;
  width: 99%;
  font-size: 16px;
}

.marketInfo .main .detailed li .detailed_left .title{
  font-size: 18px;
  font-weight: bold;
}
.marketInfo .main .detailed li .detailed_left .detailed_bottom{
  display: inline-block;
  margin-top: 10px;
  color: #374957;
}
.marketInfo .main .detailed li  .font14{
  font-size: 14px;
}
.marketInfo .main .detailed li  .font14 .detailed_bottom{
  font-size: 12px;
}
.marketInfo .main .detailed li .red{
  color: #E93323;
}
.marketInfo .main .detailed li .green{
  color: #54A63F;
}
.marketInfo .main .detailed li .vertical{
  display: inline-block;
  width: 1px;
  height: 12px;
  float: right;
  background-color: #EEE;
}
.marketInfo .main .con{
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
}
.marketInfo .main .con .marketInfo-nav{
  display: flex;
  height: 50px;
  font-size: 16px;
  color: #374957;
  align-items: center;
  overflow: hidden;
}
.marketInfo .main .con .marketInfo-nav li{
  float: left;
  padding-left:66px;
  color: #333;
  height: 50px;
  line-height: 47px;
  text-align: center;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction:column;
  cursor:pointer;
}
.marketInfo .main .con .marketInfo-nav .border{
  color: #374957;
  font-weight: bold
}
.marketInfo .main .con .marketInfo-nav .border .rim{
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #374957;
}
.marketInfo .main .con .information div{
  display:none;
}
.marketInfo .main .con .information div:first-child{
  display: block;
}
.marketInfo .main .con .information .coin .coinNav{
  height: 40px;
  line-height: 40px;
  background-color: #F0F0F0;
  font-size: 14px;
  overflow: hidden;
}
.marketInfo .main .con .information .coin .coinNav li{
  width: 25%;
  float: left;
  text-align: center;
}
.marketInfo .main .con .information .coin .coinList{
  padding-bottom: 30px;
}
.marketInfo .main .con .information .coin .coinList li{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
}

.marketInfo .main .con .information .coin .coinList li span{
  display: block;
  float: left;
  width: 25%;
}

.marketInfo .main .con .information .coin .coinList li .red{
  color: #E93323;
}
.marketInfo .main .con .information .coin .coinList li .green{
  color: #54A63F;
}

.marketInfo .main .con .information .marketInfo-totle{
  display: none;
}
.marketInfo .main .con .information .marketInfo-pn{
  display: none;
}
.marketInfo .main .con .information .coin .paging{
  display: block;
  width: 750px;
  height: 53px;
  line-height: 53px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #888;
}

.marketInfo .main .con .information .coin .paging .layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span{
  border:none;
}
.marketInfo .main .con .information .coin .paging .layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: #fff;
}
.marketInfo .main .con .information .coin .paging .layui-laypage .layui-laypage-curr em{
  color: #374957;
}
.marketInfo .main .con .information .coin .paging .layui-laypage a, .layui-laypage span{
  font-size: 14px;
}
.marketInfo .main .con .information .basic{
  padding: 0 42px 32px 41px;
  box-sizing: border-box;
  border-top: 1px solid #EEEEEE;
}
.marketInfo .main .con .information .basic .ql-align-center{
  font-size: 16px;
  color: #333;
  font-weight: normal!important;
}
.marketInfo .main .con .information .basic .ql-align-center img, .marketInfo .main .con .information .basic p img{
  margin-top: 24px;
}
.marketInfo .main .con .information .basic  p{
  font-size: 14px;
  line-height: 19px;
  margin:10px 0 20px 0;
}
.marketInfo .main .con .information .basic  h4{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}
.marketInfo .main .con .information .basic .statement{
  font-weight: bold;
  line-height: 19px;
}
.marketInfo .main .con .information .article{
  border-top: 1px solid #EEEEEE;
}
.marketInfo .main .con .information .article ul li:hover{
  background-color: #f1f1f1;
}
.marketInfo .main .con .information .article .articleList{
  box-sizing:border-box;
  padding:30px 30px 30px 20px;
  overflow: hidden;
  border-bottom:1px  solid #EBEDEF;
}
.marketInfo .main .con .information .article .articleList:last-child{
  border-bottom:none;
}
.marketInfo .main .con .information .article .article_left{
  width: 240px;
  height: 146px;
  float: left;
  margin-right: 20px;
}
.marketInfo .main .con .information .article .article_right{
  width: 437px;
  float: left;
  display: block;
}
.marketInfo .main .con .information .article .article_right .title{
  font-size: 18px;
  color: #333;
  height: 46px;
  font-weight: bold;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.marketInfo .main .con .information .article .article_right .center{
  font-size: 14px;
  color: #333;
  height: 39px;
  line-height: 18px;
  margin:22px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.marketInfo .main .con .information .article .article_right .bottom{
  overflow: hidden;
  font-size: 14px;
  color: #888;
  display: block;
}
.marketInfo .main .con .information .article .article_right .bottomLeft{
  float: left;
}
.marketInfo .main .con .information .article .article_right .bottomLeft span:first-child{
  margin-right: 30px;
}
.marketInfo .main .con .information .article .article_right .bottomRight{
  float: right;
  display: block;
  overflow: hidden;
}
.marketInfo .main .con .information .article .article_right .bottomRight img{
  float: left;
}
.marketInfo .main .con .information .article .article_right .bottomRight span{
  margin-left: 10px;
}
.marketInfo .main .con .information .article .article_right .bottomRight .bottomTally{
  display: block;
  float: right;
  width: 70px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.marketInfo .main .con .information .article .marketInfo-more{
  font-size: 18px;
  color: #374957;
  font-weight: bold;
  line-height: 83px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

/*marketInfo end*/

/* login start */

.login-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.login-wrap .head-wrap {
  width: 100%;
  height: 110px;
  background: #fff;
}

.login-wrap .head {
  width: 1160px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  align-items: center;
}

.login-wrap .head .logo {
  width: 324px;
  height: auto;
}

.login-wrap .content-wrap {
  flex: 1;
  background: url(../img/login_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.login-wrap .content-bg {
  padding: 100px 0 0 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.login-wrap .content {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.login-wrap .content .main {
  width: 420px;
  height: 370px;
  margin: 0 0 0 150px;
  border-radius: 10px;
  background: #fff;
}

.login-wrap .content .main .title {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
  padding: 0 0 0 55px;
}

.login-wrap .content .main .label-wrap {
  padding: 0 55px;
}

.login-wrap .content .main .label {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  margin: 37px 0 0 0;
}

.login-wrap .content .main .label .icon {
  width: 18px;
  height: auto;
  margin: 0 20px 0 17px;
}

.login-wrap .content .main .label .text {
  font-size: 16px;
  padding: 0 0 0 10px;
  border-left: 1px solid #d4d4d4;
  letter-spacing: 0px;
}

.login-wrap .content .main .error-msg {
  height: 50px;
}

.login-wrap .content .main .error-msg .msg {
  line-height: 50px;
  color: #ff0000;
  padding: 0 0 0 55px;
  font-size: 14px;
}

.login-wrap .content .main .submit {
  display: block;
  width: 310px;
  height: 46px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  background: #374957;
}

.login-wrap .content .sidebar {
  margin: 0 0 0 140px;
}

.login-wrap .content .sidebar .img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
}

.login-wrap .content .sidebar .txt {
  height: 16px;
  font-size: 16px;
  color: #fff;
  margin: 30px 0 0 0;
}

.login-wrap .bottom-info {
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  margin: 80px 0 20px 0;
}

.login-wrap .bottom-copyright {
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* login end */

/* contribute start */

.contribute-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.contribute-wrap .header-wrap {
  height: 110px;
}

.contribute-wrap .content-wrap {
  flex: 1;
}

.contribute-wrap .content {
  padding: 20px 0 0 0;
  width: 1160px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.contribute-wrap .content .sidebar {
  width: 195px;
  margin: 0 60px 0 0;
}

.contribute-wrap .content .sidebar .a {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 18px;
  justify-content: center;
  background: #fff;
  color: #333;
}

.contribute-wrap .content .sidebar .img {
  width: auto;
  height: 28px;
  margin: 0 15px 0 0;
}

.contribute-wrap .content .sidebar .active {
  background: #374957;
  color: #fff;
}

.contribute-wrap .content .main {
  width: 865px;
  background: #fff;
  min-height: 500px;
}

.contribute-wrap .content .main .one-nav {
  width: 100%;
  height: 130px;
  padding: 40px 0;
  display: flex;
  align-items: center;
}

.contribute-wrap .content .main .one-nav .li {
  width: 33.33%;
  text-align: center;
  height: 40px;
  margin: 5px 0;
}

.contribute-wrap .content .main .one-nav .li .number {
  display: block;
  margin: -5px 0 0 0;
  font-size: 25px;
  color: #374957;
  font-weight: bold;
}

.contribute-wrap .content .main .one-nav .li .txt {
  display: block;
  margin: 10px 0 0 0;
  font-size: 15px;
  color: #374957;
}

.contribute-wrap .content .main .one-nav .li + .li {
  border-left: 1px solid #e3e3e3;
}

.contribute-wrap .content .main .two-nav {
  display: flex;
  height: 41px;
}

.contribute-wrap .content .main .two-nav .li {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #eee;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
}

.contribute-wrap .content .main .two-nav .li .txt {
  display: inline-block;
  line-height: 38px;
}

.contribute-wrap .content .main .two-nav .li.active .txt {
  border-bottom: 2px solid #b52927;
  font-size: 18px;
  font-weight: bold;
  color: #b52927;
}

.contribute-wrap .content .main .artlist {
  padding: 0 20px;
}

.contribute-wrap .content .main .artlist .li {
  padding: 26px 0;
  display: flex;
  border-bottom: 1px solid #eee;
}

.contribute-wrap .content .main .artlist .li .a {
  display: flex;
  color: #333;
}

.contribute-wrap .content .main .artlist .li .artside {
  width: 240px;
  height: 146px;
  border-radius: 4px;
  margin: 0 30px 0 0;
}

.contribute-wrap .content .main .artlist .artcon .title {
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.contribute-wrap .content .main .artlist .artcon .bottom {
  display: flex;
  font-size: 16px;
  margin: 44px 0 0 0;
  color: #333;
  line-height: 16px;
}

.contribute-wrap .content .main .artlist .artcon .bottom .time {
  margin: 0 30px 0 0;
}

.contribute-wrap .content .main .artlist .artcon .bottom .txt {
  margin: 0 104px 0 0;
}

.contribute-wrap .content .main .artlist .artcon .bottom .edit {
  color: #629bcd;
}

.contribute-wrap .content .main .artlist .artcon .bottom .delete {
  color: #629bcd;
  margin: 0 0 0 28px;
  cursor: pointer;
}

.contribute-wrap .content .main .artlist .artcon .reason {
  font-size: 14px;
  color: #b52927;
  line-height: 24px;
  padding: 0px 180px 0 0;
  margin: 40px 0 0px -272px;
}

.contribute-wrap .content .main .prompt .img-wrap {
  width: 90px;
  height: 90px;
  margin: 50px auto 20px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contribute-wrap .content .main .prompt .img {
  width: 30px;
  height: auto;
}

.contribute-wrap .content .main .prompt .txt {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  padding: 6px 0 200px 0;
}

.contribute-wrap .content .main .load-more {
  font-size: 18px;
  color: #374957;
  font-weight: bold;
  line-height: 83px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.contribute-wrap .foot-bottom {
  height: 154px;
}

.contribute-wrap .bottom-info {
  color: #333;
  font-size: 14px;
  height: 84px;
  white-space: nowrap;
  text-align: center;
  padding: 40px 0 30px 0;
}

.contribute-wrap .bottom-copyright {
  color: #333;
  white-space: nowrap;
  font-size: 14px;
  height: 70px;
  text-align: center;
  padding: 0 0 56px 0;
}
/* contribute end */

/* concreate start */

.concreate {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.concreate .header-wrap {
  height: 110px;
}

.concreate .content-wrap {
  flex: 1;
}

.concreate .content {
  width: 1160px;
  padding: 20px 0 0 0;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.concreate .content .sidebar {
  width: 195px;
  margin: 0 60px 0 0;
}

.concreate .content .sidebar .a {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 18px;
  justify-content: center;
  color: #333;
  background: #fff;
  color: #374957;
}

.concreate .content .sidebar .a.active {
  background: #374957;
  color: #fff;
}

.concreate .content .sidebar .img {
  width: auto;
  height: 28px;
  margin: 0 15px 0 0;
}

.concreate .content .sidebar .two {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #e3e3e3;
}

.concreate .content .main {
  width: 865px;
  background: #fff;
  padding: 30px 20px;
}

.concreate .content .upload-box {
  position: absolute;
  top: 560px;
  left: 334px;
}

.concreate .content .info {
  font-size: 16px;
  color: #333;
  position: absolute;
  left: -60px;
  top: 0;
}

.concreate .content .upimage-btn {
  position: absolute;
  left: -15px;
  top: 0;
  height: 100px;
  width: 100px;
  cursor: pointer;
}

.concreate .content .image {
  margin: 0 20px 0 115px;
  width: auto;
  border-radius: 4px;
  height: 100px;
}

.concreate .content .publish {
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  background: #374957;
  color: #fff;
  display: inline-block;
  margin: 0 35px 0 0;
  cursor: pointer;
}

.concreate .content .caogao {
  width: 80px;
  height: 40px;
  color: #374957;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #374957;
  display: inline-block;
  cursor: pointer;
}

.concreate .foot-bottom {
  height: 156px;
}

.concreate .bottom-info {
  color: #333;
  font-size: 14px;
  height: 84px;
  white-space: nowrap;
  text-align: center;
  padding: 40px 0 30px 0;
}

.concreate .bottom-copyright {
  color: #333;
  white-space: nowrap;
  font-size: 14px;
  height: 70px;
  text-align: center;
  padding: 0 0 56px 0;
}

/* concreate end */

.el-dialog__body {
  padding: 0 20px 20px 20px;
  overflow: auto;
  height: 450px;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  height: 350px;
  padding: 10px 15px;
  overflow: auto;
}

.el-form-item__content {
  border-radius: 4px;
}

.ql-editor {
  padding: 0 !important;
}

.contrib-dialog .title {
  font-size: 18px;
  line-height: 36px;
}

.contrib-dialog .info {
  font-size: 12px;
  margin: 10px 0;
}

.contrib-dialog .info .author {
  margin: 0 10px 0 0;
}

.contrib-dialog .img {
  width: 300px;
  height: 200px;
}

.contrib-dialog .con {
  margin: 10px 0;
  font-size: 16px;
  line-height: 36px;
}

[v-cloak] {
  display: none;
}

.upload-box-info {
  text-align: center;
  font-size: 14px;
  display: block;
}


.ql-snow .ql-picker.ql-size {
  width: 70px;
}

.ql-snow .ql-video2 {
  margin: 0 0 0 10px;
  width: 26px !important;
  height: 26px !important;
  background: url('http://img.hecaijing.com/m/play.png') no-repeat !important;
  background-size: 26px 26px !important;
}

.ql-snow .ql-editing {
  left: 10px !important;
}

.ql-snow .ql-picker {
  height: 42px !important;
}

.ql-snow .ql-strike {
  background: url(/static/pc/img/delete_icon.png) 4px 4px no-repeat !important;
  background-size: 15px 15px !important;
}

.ql-snow .ql-strike svg {
  display: none;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  width: 32px important;
}

.ql-snow .ql-code-block {
  background: url(/static/pc/img/edit_icon.png) 10px 4px no-repeat !important;
  background-size: 15px 15px !important;
}

.ql-snow .ql-code-block svg {
  display: none;
}

.ql-snow .ql-clean {
  background: url(/static/pc/img/clear_icon.png) 4px 4px no-repeat !important;
  background-size: 15px 15px !important;
}

.ql-snow .ql-clean svg {
  display: none;
}


.ql-snow .ql-picker {
  margin: 0 5px 0 0;
}

.ql-editor.ql-blank::before {
  font-style: normal;
  font-size: 14px;
  color: #c0c4cc;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 0 !important;
}

.ql-snow .ql-color-picker .ql-picker-label {
  padding: 5px 4px !important;
}

.ql-snow .ql-tooltip[data-mode='link']::before {
  content: '链接地址：';
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: '确定';
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: '视频地址：';
}

.ql-snow .ql-tooltip[data-mode='link']::before {
  content: '链接地址：';
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: '确定';
}


.ql-snow .ql-picker-label[data-value='12px']::before {
  content: '12px' !important;
}

.ql-snow .ql-picker-options .ql-picker-item[data-value='12px']::before {
  content: '12px' !important;
  font-size: 12px !important;
}

.ql-snow .ql-picker-label[data-value='14px']::before {
  content: '14px' !important;
}

.ql-snow .ql-picker-options .ql-picker-item[data-value='14px']::before {
  content: '14px' !important;
  font-size: 12px !important;
}

.ql-snow .ql-picker-label[data-value='16px']::before {
  content: '16px' !important;
}

.ql-snow .ql-picker-options .ql-picker-item[data-value='16px']::before {
  content: '16px' !important;
  font-size: 12px !important;
}

.ql-snow .ql-picker-label[data-value='18px']::before {
  content: '18px' !important;
}
.ql-snow .ql-picker-options .ql-picker-item[data-value='18px']::before {
  content: '18px' !important;
  font-size: 12px  !important;
}

.ql-snow .ql-picker-label[data-value='20px']::before {
  content: '20px' !important;
}

.ql-snow .ql-picker-options .ql-picker-item[data-value='20px']::before {
  content: '20px' !important;
  font-size: 12px  !important;
}

.ql-snow .ql-picker-label[data-value='22px']::before {
  content: '22px' !important;
}
.ql-snow .ql-picker-options .ql-picker-item[data-value='22px']::before {
  content: '22px' !important;
  font-size: 12px  !important;
}

.ql-snow .ql-picker-label[data-value='24px']::before {
  content: '24px' !important;
}

.ql-snow .ql-picker-options .ql-picker-item[data-value='24px']::before {
  content: '24px' !important;
  font-size: 12px  !important;
}

.ql-snow .ql-picker-label[data-value='48px']::before {
  content: '48px' !important;
}

.ql-snow .ql-picker-options .ql-picker-item[data-value='48px']::before {
  content: '48px' !important;
  font-size: 12px !important;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
  width: 400px;
  height: 300px;
}

.ql-snow.ql-toolbar input.ql-video[type=file], .ql-snow .ql-toolbar input.ql-video[type=file] {
  display: none;
}
.vue-image-crop-upload .vicp-step2 .vicp-crop-left .vicp-img-container img{
  max-width: none;
}
.ke-icon-quotes{
    width: 16px;
      height: 16px;
    display: inline-block;
    background: seagreen
   }
   .ke-icon-bockquote{
    width: 16px;
      height: 16px;
    display: inline-block;
    background: sandybrown
   }
  