

@media screen and (min-width: 768px) {
    .sites-card .dropdown-menu {
        min-width:450px
    }

    .admin-sites .overflow-auto {
        max-height: 750px
    }
}

@media (max-width: 768px){
    .modal-body #admin-sites-list.admin-sites .mb-4 {
        margin-bottom: 10px !important;
    }
}


.url-card .url-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden
}

.url-card .url-img>img {
    max-height: 100%;
    vertical-align: unset
}

.posts-nav {
    font-size: 14px;
    color: rgba(0,0,0,.44);
    padding: 10px 0;
    text-align: center
}

.posts-nav .page-numbers {
    position: relative;
    min-width: 35px;
    height: 35px;
    padding: 0 5px;
    line-height: 35px;
    display: inline-block;
    background-color: rgba(150,150,150,.16);
    margin: 0 2px;
    border-radius: .2rem;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.posts-nav .page-numbers.current,.posts-nav .page-numbers:not(.dots):hover {
    color: #fff !important;
    background-color: #f60;
    box-shadow: 0px 5px 20px -3px rgb(249 155 90 / 60%);
}

.posts-nav .page-numbers.dots {
    border-color: rgba(0,0,0,0)
}



.list-grid .list-item {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-grid .list-item .list-body .list-title {
    font-size: 14px !important;
    line-height: 25px;
    color: #000;
}

.list-grid .list-item .list-body .list-title:hover {
    color: #f60;
}

.list-grid.list-grid-padding .list-item {
    padding: 1.25rem;
}

.list-grid.list-grid-padding .list-content {
    padding: 0 0 0 1rem;
    width: 100%;
}

.list-grid .list-item .media:first-child {
    border-radius: inherit
}

.list-grid .list-item .media:last-child {
    border-radius: inherit
}

.list-grid .flex-row-reverse .media:first-child {
    border-radius: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

@media (max-width: 767.98px) {
    .list-grid.list-grid-padding .list-item {
        padding:.675rem .75rem;
        margin-bottom: .75rem
    }

    .list-grid.list-grid-padding .list-item .media-3x2:after {
        padding-top: 75%
    }

    .list-grid.list-grid-padding .list-content {
        padding: 0 0 0 .75rem
    }
}

.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120,120,120,.1);
}

.carousel-item.home-item:after {
    content: "";
    display: block;
    padding-top: 300px
}

.carousel-caption {
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.widget-author-cover {
    position: relative;
    border-radius: 7px 7px 0 0;
}

.widget-author-avatar {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget-author-cover .widget-author-avatar {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.widget-author-cover+.widget-author-meta {
    margin-top: 2rem;
}

.widget-author-cover .widget-author-avatar .flex-avatar {
    width: 90px;
    height: 90px;
    border-radius: 100% !important;
    overflow: hidden;
}

.widget-author-cover .widget-author-avatar .flex-avatar img {
    border-radius: inherit !important;
}

.widget-author-cover .media-2x1:after {
    padding-top: 25%;
}

.list-content {
    padding: 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-body {
    flex: 1 1 auto;
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.list-footer {
    margin-top: .5rem; 
}

.sidebar .card-header {
    position: relative;
    background-color: transparent;
    border-bottom: none;
}

.media {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.media:after {
    content: '';
    display: block;
    padding-top: 66.666666%
}

.media-2x1:after {
    padding-top: 50%;
}

.media-5x1:after {
    padding-top: 20%;
}

.media-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px 10px;
    color: #fff
}

.zeromo-favorites .zeromo-content .z-favorites-arthor .z-arthor-info .z-arthor-name button {
    font-size: 14px;
}

/* 文章详情页开始 */
.zeromo-article .z-bg-image {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -50px;
  bottom: -50px;
  overflow: hidden;
}

.zeromo-article .z-bg-image .abi-user-poster {
    transform: scale(1.1);
}

.z-post-meta .z-nav-index .z-nav {
    color: #FFF;
}

.z-post-meta .z-nav-index .z-nav a {
    color: #FFF;
}

.z-post-meta .z-nav-index .z-nav i {
    color: #FFF;
}

.z-article-directory .z-article-author-m {
  display: none;
}

.zeromo-article .z-bg-image .abi-user-poster::after {
  content: '';
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .4;
  top: 0;
}

.zeromo-article .article-header {
  position: relative;
  color: #FFF;
  text-align: center;
}

.zeromo-article .article-header .article-title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
}

.zeromo-article .article-header .article-mate {
  margin-bottom: 15px;
}

.zeromo-article .article-header .article-mate .article-info-text {
  font-size: 16px;
  margin-bottom: 0;
}

.zeromo-article .article-header .article-mate .article-info-text li::after {
  content: "";
  border-right: 2px solid #CCC;
  margin: 0px 15px 0px 15px;
  height: 10px;
  display: inline-flex;
}

.zeromo-article .article-header .article-mate .article-info-ico {

}

.zeromo-article .article-header .article-mate .article-info-ico ul {
  margin-bottom: 0;
}

.zeromo-article .article-header .article-mate .article-info-ico ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.zeromo-article .article-header .article-mate .article-info-ico ul li i {
  -webkit-text-stroke-width: unset;
  font-size: 15px;
}

.zeromo-article .article-header .article-mate .article-info-ico ul li span {
  margin-left: 3px;
}

.zeromo-article .article-header .article-author {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zeromo-article .article-header .article-author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.zeromo-article .article-header .article-author .author-img img {
  width: 100%;
  height: 100%;
}

.zeromo-article .article-header .article-author .author-name {
  font-size: 16px;
  color: #FFF;
  margin-left: 10px;
}

.zeromo-article .article-header .article-author .author-btn {
  margin-left: 15px;
}

.zeromo-article .article-header .article-author .author-btn .btn {
  background-color: #F60;
  color: #FFF;
  height: 25px;
  padding: 0 10px;
  border-radius: 3px;
}

.zeromo-article .article-header .article-hot {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  opacity: .7;
}

.zeromo-article .article-header .article-hot i {
  
}

.zeromo-article .article-header .article-hot span {
  margin-left: -15px;
  font-style: italic;
  font-weight: 600;
}

.zeromo-article .z-article-directory .z-article-author {
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.zeromo-article .z-article-directory .z-article-author .z-author-new:hover .author-pic img {
 transform: scale(1.1);
 transition: all .3s;
}

.zeromo-article .z-article-directory .z-article-author .z-author-new:hover .author-title {
  color: #F60;
}

.zeromo-article .z-article-directory .z-article-author .author-pic {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.zeromo-article .z-article-directory .z-article-author .author-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zeromo-article .z-article-directory .z-article-author .author-info {
  color: #2A3547;
  margin-left: 10px;
}

.zeromo-article .z-article-directory .z-article-author .author-info .author-title {
  font-size: 16px;
  font-weight: 600;
}

.zeromo-article .z-article-directory .z-article-author .z-author-mate ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0 10px 0;
}

.zeromo-article .z-article-directory .z-article-author .z-author-mate {
  margin-top: 15px;
}

.zeromo-article .z-article-directory .z-article-author .z-author-mate ul li {
  float: left;
  width: 33.3333%;
  border-right: 1px solid #f6f6f6;
}

.zeromo-article .z-article-directory .z-article-author .z-author-mate ul li:nth-child(3) {
  border-right: 0;
}

.zeromo-article .z-article-directory .z-article-author .z-author-mate ul li span {
  display: block;
  text-align: center;
}

.zeromo-article .z-article-directory .z-article-author .z-author-mate ul li span:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.zeromo-article .z-article-directory .z-article-author .z-author-mate ul li span:nth-child(2) {
  font-size: 12px;
  color: #999;
}

.zeromo-article .z-article-directory .z-article-author .z-author-update h5 {
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.zeromo-article .z-article-directory .z-article-author .z-author-update h5::before {
  content: '';
  flex: 1 1;
  border-bottom: 1px solid #efefef;
  margin: auto;
  margin-right: 5px;
}

.zeromo-article .z-article-directory .z-article-author .z-author-update h5::after {
  content: '';
  flex: 1 1;
  border-bottom: 1px solid #efefef;
  margin: auto;
  margin-left: 5px;
}

.zeromo-article .z-article-directory .z-article-author .z-author-update .update-list .update-item {
  padding-bottom: 15px;
}

.zeromo-article .z-article-directory .z-article-author .z-author-update .update-list .update-item a {
  color: #2A3547;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zeromo-article .z-article-directory .z-article-author .z-author-update .update-list .update-item a:hover {
  color: #F60;
}

.zeromo-article .z-article-directory .z-article-author .z-author-update .update-list .update-item a i {
  font-size: 16px;
  color: #F60;
  margin-right: 5px;
  font-weight: 600;
}

.zeromo-article .z-article-directory .directory-box {
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 80px;
}

.directory-box .directory-title {
  margin-bottom: 15px;
}

.directory-box .directory-title h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.directory-box .directory-content {

}

.directory-box .directory-content .directory-list {
  width: 195px;
  gap: 10px;
  display: grid;
}

.directory-box .directory-content .directory-list .directory-item {
  
}

.directory-box .directory-content .directory-list .directory-item a {
  color: #535353;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.directory-box .directory-content .directory-list .directory-item i {
  -webkit-text-stroke-width: unset;
  margin-right: 5px;
}

.directory-box .directory-content .directory-list .directory-item .directory-item-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.directory-box .directory-content .directory-list .directory-item .directory-item-title:hover {
  color: #F60;
  transition: all .3s;
}

.directory-box .directory-content .directory-list .directory-item .directory-item-subtitle:hover {
  color: rgb(255 154 88);
  transition: all .3s;
}

.directory-box .directory-content .directory-list .directory-item .directory-item-subtitle {
  margin-left: 10px;
  color: #a1a1a1;
} 

.zeromo-article .z-articel-new {
  
}

.zeromo-article .z-articel-new .z-articel-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.zeromo-article .z-articel-new .z-articel-box .auto-ad-url>.card.io-radius {
    box-shadow: unset !important;
    padding: 5px !important;
    border: 1px solid #F7F7F7;
}

.zeromo-article .z-articel-new .z-articel-box .auto-ad-url>.card.io-radius .pt-2 {
    padding-top: 0 !important;
}

.zeromo-article .z-articel-new .z-articel-box .auto-ad-url .io-radius a.io-ajax-modal-get {
    padding: 0 5px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}

.z-articel-new .z-articel-mobile {
  display: none;
}

.zeromo-article .z-articel-new .z-articel-box .z-previous {
  padding: 15px 5px;
}

.zeromo-article .z-articel-new .z-articel-box .z-previous .z-previousa {
  font-size: 18px;
  font-weight: 600;
  color: #2A3547;
}

.zeromo-article .z-articel-new .z-articel-box .z-previous .z-previousa .previous-title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #797979;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.zeromo-article .z-articel-new .z-articel-box .z-previous .previous-right {
  text-align: end;
}

.zeromo-article .z-articel-new .z-articel-box .z-previous .z-previousa:nth-child(2) i {
  margin-right: 0;
  margin-left: 10px;
}

.zeromo-article .z-articel-new .z-articel-box .z-previous .z-previousa i {
  -webkit-text-stroke-width: unset;
  margin-right: 10px;
}

.z-articel-box .article-content .article-text {
  
}

/*.z-articel-box .article-content .article-text::after {
  content: "";
  border-right: 1px solid #F9F9F9;

}*/

.article-post .content-hide-tips {
    position: relative;
    overflow: hidden;
}

.hide-type-buy .card-thumbnail {
    background: unset !important;
    height: unset !important;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: skew(322deg, 38deg);
}

.z-articel-box .article-content .article-text .article-post {
  padding: 10px;
}

.z-articel-box .article-content .article-text .article-post img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.z-articel-box .article-content .article-text .article-post h1::before {
    content: url("data:image/svg+xml,%3Csvg t='1724738255900' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='46514' %3E%3Cpath d='M87.23 285.2l335.41 567.88c22.94 39.08 54.69 60.65 89.41 60.75h0.25c34.82 0 66.8-21.53 90.07-60.64l334.8-568.05c12.04-20.51 19.33-40.52 21.65-59.48 2.46-20.02-0.83-38.63-9.52-53.8-14.77-25.79-43.21-40-80.09-40H155.16c-36.69 0-65.06 14.37-79.9 40.47-17.14 30.13-12.76 71.29 11.97 112.87z' fill='%23FF6600' p-id='46515'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    margin-right: 10px;
    
}

.z-articel-box .article-content .article-text .article-post h1 {
    font-size: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.z-articel-box .article-content .article-text .article-post h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaecef;
  padding-bottom: 5px;
}

.z-articel-box .article-content .article-text .article-post p {
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 20px;
  color: #222226;
  letter-spacing: 1px;
}

.z-articel-box .article-content .article-text .article-post ol,
.z-articel-box .article-content .article-text .article-post ul {
    line-height: 1.9;
    font-size: 16px;
    color: #222228;
    list-style: decimal;
    padding-left: 30px;
    letter-spacing: 1px;
}

.z-articel-box .article-content .article-text .article-post p img {
    max-width: 100%;
    max-height: 100%;
}

.z-articel-box .article-content .article-text .article-post p a img {
    max-width: 100%;
    max-height: 100%;
}

.z-articel-box .article-content .article-text .article-post a {
    border-bottom: 1px dashed #F60;
    font-weight: 600;
    margin: 0px 5px;
}

.z-articel-box .article-content .article-text .article-post .external:after {
    margin-left: 2px;
}

.z-articel-box .article-content .article-text .article-post p iframe {
    max-width: 100%;
    max-height: 100%;
}

.z-articel-box .article-content .article-text .article-post iframe {
    max-width: 100%;
    max-height: 100%;
}

.z-articel-box .article-content .article-right {
  padding: 20px;
}

.z-articel-box .article-content .article-right .right-sites {
  margin-bottom: 20px;
}

.article-right hr {
  color: #dbdbdb;
  margin: 30px 0;
}

.article-right h5 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.article-right .right-sites .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.article-right .right-tag .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.article-right .right-article .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.article-right .right-sites .sites-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.article-right .right-sites .sites-info:hover .sites-logo img {
  transform: scale(1.1);
  transition: all .3s;
}

.article-right .right-sites .sites-info:hover .sites-name .name-product {
  color: #F60;
}

.article-right .right-sites .sites-info .sites-logo {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  padding: 8px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.article-right .right-sites .sites-info .sites-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.article-right .right-sites .sites-info .sites-name {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.article-right .right-sites .sites-info .sites-name .name-product {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.article-right .right-sites .sites-info .sites-name .sum-product {
  color: #535353;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-right .right-tag .tag-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article-right .right-tag .tag-name .tag-item {
  margin: 5px;
}

.article-right .right-tag .tag-name .tag-item:nth-child(1) {
  margin-left: 0;
}

.article-right .right-tag .tag-name .tag-item:hover a {
  color: #F60;
  background-color: rgb(255, 238, 227);
  transition: all .3s;
}

.article-right .right-tag .tag-name a {
  font-size: 14px;
  color: #b5b5b5;
  background-color: #fafafa;
  padding: 5px;
  border-radius: 5px;
}

.article-right .right-tag .tag-name a i {
  color: #F60;
  padding: 2px;
  margin-right: 5px;
}

.article-right .right-article .article-list {

}

.article-right .right-article .article-list .article-item:hover .article-img img {
  transform: scale(1.1);
  transition: all .3s;
}

.article-right .right-article .article-list .article-item:hover .article-title {
  color: #F60;
}

.article-right .right-article .article-list .article-item {
  display: flex;
  margin-bottom: 30px;
  color: #000;
}

.article-right .right-article .article-list .article-item .article-img {
  width: 85px;
  height: 55px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}

.article-right .right-article .article-list .article-item .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-right .right-article .article-list .article-item .article-title {
  font-size: 14px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 100%;
  line-height: 25px;
}

/* 新增评论css开始 */
.z-comment-board {
    background: #4B81FF;
}

.z-comment-board h4 {
   color: #FFF;
   margin-bottom:20px !important;
}

.z-comment-board span {
    color:#FFF;
}

.z-comment-board span .z-comment-login {
    background-color: #fff;
    color:#000;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 5px;
}

.z-comment-board span .z-comment-gz {
    color: #FFF;
}

/* 文章返回首页开始 */
.z-articel-more .z-article-function {
    right: 30px;
    bottom: 30px;
    flex-direction:column;
    position: inherit;
  }

  .z-articel-more .z-article-function a {
    color: #253258;
    background-color: #f9f9f9;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .z-articel-more .z-article-function .z-author-m {
    display: none;
  }

  .z-articel-more .z-article-function a:hover {
    color: #F60;
    background-color: rgb(255, 238, 227);
    transition: all .3s;
  }

  .z-articel-more .z-article-function a small, 
  .z-articel-more .z-article-function .btn-zmo-like span {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #eecc9f;
    padding: 0 5px;
    border-radius: 20px;
    color: #253258;
  }

  .z-articel-more .z-article-function a i {
    -webkit-text-stroke-width: unset;
    font-size: 28px;
  }

  /* 文章手机版开始 */

  @media (max-width: 1199px) {
    .zeromo-article .z-article-directory .directory-box {
      display: none;
    }
  }

  @media (max-width: 600px) {
    .article-header {
      display: none;
    }

    .zeromo-article .article-header .article-title {
      font-size: 18px;
    }

    .zeromo-article .article-header .article-mate .article-info-text {
      font-size: 12px;
    }

    .zeromo-article .article-header .article-hot i {
      display: none;
    }

    .zeromo-article .article-header .article-hot {
      top: -25px;
      font-size: 20px;
    }

    .zeromo-article .article-header .article-mate .article-info-text li::after {
      margin: 0px 5px 0px 5px;
    }

    .zeromo-article .article-header .article-mate .article-info-ico ul li {
      margin-right: 5px;
    }

    .zeromo-article .z-bg-image {
      overflow: hidden;
      bottom: unset;
    }

    .zeromo-article .abi-user-poster {
      height: 250px;
    }

    .z-article-author {
      display: none;
    }

    .z-article-directory .z-article-author-m {
      display: block;
      margin-top: 0px;
      z-index: 1;
      position: relative;
    }

    .z-article-directory .z-article-author-m .author-pic {
      width: 80px;
      height: 80px;
      overflow: hidden;
      border-radius: 50%;
      background-color: #FFF;
    }

    .z-article-directory .z-article-author-m .author-pic img {
      width: 100%;
      height: 100%;
      transform: scale(0.9);
      border-radius: 50%;
    }

    .z-articel-new .z-articel-mobile {
      display: block;
    }

    .z-articel-new .z-articel-mobile h4 {
      margin-top: 20px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.6;
    }

    .z-articel-new .z-articel-mobile .tag-name {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .z-articel-new .z-articel-mobile .tag-name .tag-item {
      margin: 10px 10px 10px 0px;
    }

    .z-articel-new .z-articel-mobile .tag-name .tag-item a {
      color: #000;
      margin: 5px;
      background-color: #FAFAFA;
      padding: 5px;
      border-radius: 3px;
    }

    .z-articel-new .z-articel-mobile .tag-name .tag-item a i {
      color: #F60;
      margin-right: 5px;
    }

    .zeromo-article .z-articel-new .z-articel-box {
      box-shadow: none;
      border: 0;
      padding: 0;
    }
    
    .z-articel-box .article-content .article-text .article-post h1 {
        font-size: 18px;
    }
    
    .z-articel-box .article-content .article-text .article-post h1::before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .z-articel-box .article-content .article-text .article-post h2 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
      color: #000;
    }
    
    .z-articel-box .article-content .article-text .article-post ol,
    .z-articel-box .article-content .article-text .article-post ul {
        font-size: 15px;
        letter-spacing: unset;
    }

    .z-articel-box .article-content .article-text .article-post p {
      font-size: 15px;
      margin-bottom: 15px;
      line-height: 1.9;
    }

    .z-articel-more {
      z-index: 99;
    }

    .z-articel-more .z-article-function {
      flex-direction: row;
      background-color: #ffffffc9;
      width: 90%;
      right: 0;
      left: 0;
      bottom: 30px;
      margin: auto;
      border-radius: 50px;
      -webkit-backdrop-filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 20px ) hue-rotate( 0deg );
      backdrop-filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 20px ) hue-rotate( 0deg );
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      justify-content: space-around;
      height: 60px;
      align-items: center;
      z-index: 99;
    }

    .z-articel-more .z-article-function a {
      padding: 15px;
      margin-bottom: 0;
      width: 20%;
      text-align: center;
      background-color: unset;
      height: unset !important;
    }
    
    .z-articel-more .z-article-function a:hover {
        background-color: transparent;
    }
    
    .z-articel-more .z-article-function .btn-zmo-like.liked {
        color: #F60;
    }

    .z-articel-more .z-article-function a small,
    .z-articel-more .z-article-function .btn-zmo-like span {
      top: -5px;
      right: 5px;
      padding: 0 10px;
      font-size: 13px;
    }

    .z-articel-more .z-article-function .z-author-m {
      display: block;
    }

    .z-articel-more .z-article-function .z-author-m .author-m-pic {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      overflow: hidden;
    }

    .z-articel-more .z-article-function .z-author-m .author-m-pic img {
      width: 100%;
      height: 100%;
    }

    .zeromo-article .z-articel-new .z-articel-box .z-previous .z-previousa {
      font-size: 14px;
    }

    .zeromo-article .z-articel-new .z-articel-box .z-previous .z-previousa .previous-title {
      width: 140px;
      font-size: 12px;
      line-height: 1.6;
    }

    .z-post-meta .article-right {
      display: none;
    }
  }
  
.hot-card .hot-body {
    height: 200px;
}

.hot-ico {
    height: 18px;
    margin-right: .25rem;
    margin-bottom: .2rem;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.text-xs {
    font-size: .75rem !important;
}

.hot-rank {
    width: 18px;
    border-radius: 50%;
    background: rgba(124, 124, 124, .3);
    display: inline-block;
}

.hot-card .hot-body a {
    color: #282a2d !important;
    outline: 0 !important;
    text-decoration: none;
}

.hot-card .hot-body a:hover {
    color: #F60 !important;
}

.hot-rank-1 {
    color: #fff;
    background: #f1404b;
}

.hot-rank-2 {
    color: #fff;
    background: #c56831;
}

.hot-rank-3 {
    color: #fff;
    background: #b89e2c;
}

.hot-card .hot-heat {
    white-space: nowrap;
}

.text-muted {
    color: #bbbbbb !important;
    font-size: 12px;
}

.ajax-loading {
    background: rgba(250, 250, 250, .7) !important;
}

@media only screen and (min-device-width: 768px) {
    ::-webkit-scrollbar-thumb {
        background-color:rgba(130,130,130,.5);
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(130 130 130 / 80%);
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgb(130 130 130 / 80%);
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    ::-webkit-scrollbar-corner {
        background: rgba(0,0,0,0);
        border-radius: 0 0 8px 0
    }

    ::-webkit-scrollbar-button {
        background-color: rgba(0,0,0,0);
        height: 2px;
        width: 2px;
    }
}

@media (max-width: 767.98px) {
    .tab-auto-scrollbar::-webkit-scrollbar {
        display:none
    }
}
  
.col-1a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-2a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-3a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-4a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-5a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-6a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-7a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%
}

.col-8a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.col-9a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%
}

.col-10a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

@media (min-width: 576px) {
    .col-sm-1a {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-2a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-3a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-4a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-5a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-6a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-7a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-sm-8a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-sm-9a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-sm-10a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media (min-width: 768px) {
    .col-md-1a {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-2a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-3a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-4a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-5a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-6a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-7a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-md-8a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-md-9a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-md-10a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .modal-content.modal-suspend .modal-body {
        margin-left: 12px;
        margin-right: 12px
    }
}

@media (min-width: 992px) {
    .col-lg-1a {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-2a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-3a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-4a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-5a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-6a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-7a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-lg-8a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-lg-9a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-lg-10a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media (min-width: 1200px) {
    .col-xl-1a {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xl-2a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-3a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-4a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-5a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-6a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-7a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-xl-8a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xl-9a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-xl-10a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media (min-width: 1400px) {
    .container-lg,.container-md,.container-sm,.container-xl {
        max-width:1320px
    }

    .d-xxl-block {
        display: block !important
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xxl-1a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xxl-2a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-3a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-4a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-5a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xxl-6a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-7a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-xxl-8a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xxl-9a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

    .col-xxl-10a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .mx-xxl-n5 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1500px
    }
}

@media (min-width: 1560px) {
    .mx-xxxl-n5 {
        margin-left:-5rem !important;
        margin-right: -5rem !important
    }
}

.row-cols-lg-7>* {
    flex: 0 0 auto;
    width: 14.28571428571429%
}

.row-cols-lg-8>* {
    flex: 0 0 auto;
    width: 12.5%
}

.row-cols-lg-9>* {
    flex: 0 0 auto;
    width: 11.11111111111111%
}

.row-cols-lg-10>* {
    flex: 0 0 auto;
    width: 10%
}

@media (min-width: 571px) and (max-width: 992px) {
    .row-cols-lg-10>* {
        flex: 0 0 auto;
        width: 32%
    }
    .row-cols-lg-9>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-lg-8>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-lg-7>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    
}

@media (max-width: 570px) {
   .row-cols-lg-10>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-9>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-8>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-7>* {
        flex: 0 0 auto;
        width: 50%
    }
}

/* 创作中心图片修复 */
.zmo-field-upload-image .upload-image-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zmo-field-upload-image .upload-image-btn img {
    width: unset !important;
    height: unset !important;
    max-width: 100%;
    max-height: 100%;
}

/* 个人主页开始 */
.author .cs-collection_bottom {
    display: flex;
    align-items: center;
}

.author .cs-collection_bottom .cs-collection_info {
    background-color: #FFF;
    border-radius: 15px;
    margin-left: 25px;
    flex: 1;
}

.author .cs-collection_bottom .cs-collection_info .cs-collection_info_in {
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 25px;
    box-shadow: 0 0 2rem 0 rgba(41,48,66,0.10) !important;
    text-align: initial;
    width:100%;
}

.author .cs-collection_info_in .cs-collection_info_left {
    max-width: 410px;
    width:50%;
}

.author .cs-collection_info_in .cs-collection_info_left .cs-collection_avatar_name {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
}

.author .cs-collection_info .cs-collection_info_in .cs-collection_right {
    background: linear-gradient(116.85deg, rgb(149 149 149 / 30%) 0%, rgb(183 183 183 / 30%) 100%);
    padding: 1px;
    border-radius: 10px;
    flex: 1;
    max-width: 670px;
    margin-left: 25px;
}

.author .cs-collection_info_in .cs-collection_right .cs-collection_list_wrap {
    background: #FFF;
    border-radius:inherit;
}

.author .cs-collection_info_in .cs-collection_right .cs-collection_list_wrap .cs-collection_list {
    display:flex;
    justify-content:space-between;
    border-radius:inherit;
    padding: 12px 20px 12px 0;
    margin-bottom:0;
}

/* 补充头部代码 */
.zeronav {
       color: #666;
       font-weight: 600;
       position: relative;
       vertical-align: top;
    }

    .zeronav.zero_vip {
       color:#ffda77 !important;
    }

    .zeronav .zeronav_text {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 12px;
        line-height: 18px;
        display: inline-block;
        color: #fff;
        padding: 0 5px;
        height: 18px;
        border-radius: 10px;
        white-space: nowrap;
        background-color: #ee3e31;
        font-weight: 400;
        font-style: inherit;
    }

    .navbar-nav .zero_creation {
        display: block;
    }

    .zero_creation:hover {
        color: #666;
    }

    .zero_search {
        display: block;
        background: #f5f5f5;
        border-radius: 18px;
        font-size: 14px;
        color: #666;
        flex-shrink: 0;
    }

    .zero_search:hover {
        background: #FF6600;
        color: #FFF !important;
    }

    .zero_search .ti-search {
        font-size: 16px;
        -webkit-text-stroke-width: inherit;
        margin-top: 3px;
        margin-right: 10px;
    }

    @media (max-width: 768px) {
        .zero_search {
            padding-right: 5px !important;
            padding-left: 7px !important;
            width: 30px;
            height: 30px;
            position: absolute;
            right: 60px;
        }

        .zero_search .ti-search {
            margin: 0;
        }
    }

    .zero_user {
        margin-left: 10px;
    }

    .navbar-nav .zero-dropdown {
        box-shadow: 0 0 2rem 0 rgba(41,48,66,0.20) !important;
        transform: translate(-40%,0%);
        overflow: hidden;
        width: 100%;
        max-width: 300px;
        left: auto;
        top: auto;
        margin: auto;
    }


    .navbar-nav .zero-dropdown .row .dropdowm-zmof {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .navbar-nav .zero-dropdown .row .dropdowm-zmof i {
        font-size: 20px;
        margin-bottom: 10px;
        background: #ea613b;
        border-radius: 50%;
        color: #FFF;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-nav .zero-dropdown .row .dropdowm-zmof .io-SDKhuichang {
        background: #eeb94d;
    }

    .navbar-nav .zero-dropdown .row .dropdowm-zmof .io-a-3Dhuichang {
        background: #7a9cf3;
    }
    
    .navbar-nav .zero-dropdown .row .dropdowm-zmof .io-shopping {
        background: #b287c7;
    }

    .navbar-nav .zero-dropdown .row .col-4:nth-child(1) a:hover i {
        background: #ff693f;
    }

    .navbar-nav .zero-dropdown .row .col-4:nth-child(2) a:hover i {
        background: #ffc756;
    }

    .navbar-nav .zero-dropdown .row .col-4:nth-child(3) a:hover i {
        background: #4b7eff;
    }

    .dropdowm-zmobutton {
        text-align: center;
        border-radius: 5px;
        padding: 6px;
        background: #5d87ff;
        font-size: 15px;
    }

    .dropdowm-zmobutton a {
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dropdowm-zmobutton:hover {
        background-color: #4f73d9;
    }

    .navbar-nav .zero-dropdown .zero-nologin {
        background: #fff6f1;
        padding: 20px;
        position: relative;
    }

    .navbar-nav .zero-dropdown .zero-nologin:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(43deg, #FEDBC7 1%, #FFF6F1 100%);
        width: 65px;
        height: 65px;
        border-radius: 100% 0 0 0;
        -webkit-border-radius: 100% 0 0 0;
    }

    .navbar-nav .zero-dropdown .zero-nologin:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        opacity: .7;
        background-image: linear-gradient(44deg, #FEDBC7 48%, #FFF6F1 91%);
        width: 80px;
        height: 60px;
        border-radius: 0 0 100% 0;
        -webkit-border-radius: 0 0 100% 0;
    }

.navbar-nav .zero-dropdown .zero-nologin .zero-nologin-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.navbar-nav .zero-dropdown .zero-nologin .zero-nologin-avatar img {
    width: 100%;
    height: 100%;
}

.navbar-nav .zero-dropdown .zero-nologin .zero-nologin-info {
    flex-direction:column;
    font-size: 15px;
}

.navbar-nav .zero-dropdown .zero-nologin .zero-nologin-info .zero-nologin-info-text {
    font-size: 12px;
}

.navbar-nav .zero-dropdown .zero-nologin-btn .zero-nologin-l {
    background: #FF6600;
    border-radius: 5px;
}

.navbar-nav .zero-dropdown .zero-nologin-btn .zero-nologin-l a {
    display: block;
    width: 100%;
    color: #FFF;
    padding: 5px;
}

.navbar-nav .zero-dropdown .zero-nologin-btn .zero-nologin-l:hover {
    color: #FFF;
    background: #e65600;
}

.navbar-nav .zero-dropdown .zero-login-d {
    background: #fff6f1;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.navbar-nav .zero-dropdown .zero-login-d:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(43deg, #FEDBC7 1%, #FFF6F1 100%);
        width: 65px;
        height: 65px;
        border-radius: 100% 0 0 0;
        -webkit-border-radius: 100% 0 0 0;
    }

    .navbar-nav .zero-dropdown .zero-login-d:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        opacity: .7;
        background-image: linear-gradient(44deg, #FEDBC7 48%, #FFF6F1 91%);
        width: 80px;
        height: 60px;
        border-radius: 0 0 100% 0;
        -webkit-border-radius: 0 0 100% 0;
    }

.navbar-nav .zero-dropdown .zero-login-d .zero-login-avatar {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.navbar-nav .zero-dropdown .zero-login-d .zero-login-avatar img {
    width: 100%;
    height: 100%;
}

.navbar-nav .zero-dropdown .zero-login-d .zero-login-info {
    flex-direction:column;
    font-size: 16px;
    align-items: flex-start;
}

.navbar-nav .zero-dropdown .zero-login-d .zero-login-info .zero-login-info-text {
    font-size: 12px;
    background: linear-gradient(to right, #f7c797, #f2995f);
    color: #FFF;
    border-radius: 2px;
    padding: 0 10px;
    margin-top: 3px;
}

.navbar-nav .zero-dropdown .zero-login-d .zero-login-rbtn {
    margin-left: auto;
}

.navbar-nav .zero-dropdown .zero-login-d .zero-login-rbtn a {
    color: #FFF;
    background: #F60;
    padding: 5px;
    border-radius: 5px;
}

.navbar-nav .zero-dropdown .zero-login-d .zero-login-rbtn a:hover {
    background: #e65600;
    color: #FFF;
}

.navbar-nav .zero-dropdown .zero-login-center {
    border-bottom: 1px solid #f3f3f3;
}

.navbar-nav .zero-dropdown .zero-login-center .zero-center-l i {
    font-size: 18px;
    top: 2px;
    position: relative;
    margin-right: 5px !important;
}

.navbar-nav .zero-dropdown .zero-login-center .col-6 {
    text-align: center;
    flex-direction: column;
}

.navbar-nav .zero-dropdown .zero-login-center .col-6 a {
    padding: 0px 0px 15px 0px;
}

