/*网站整体宽度*/
@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1440px}}
/*网站整体宽度*/

/**logo大小*/
.navbar .logo {
    margin-right: 12px;
    width: auto;
    max-height: 45px;
    position: relative;
}

/*nav选中颜色*/
.navbar .menu-item.current-menu-item > a {
    color: #0056ff;
}

.navbar:hover {
    color: #0056ff;
}

body {
    background-color: #eff3f5;
}
/*btn按钮圆角*/
.btn {
    border-radius: 5px;
}

/*下载按钮登录按钮圆角*/
.pricing-options .btn, .go-login, .go-rest-password {
  border-radius: 8px;
}

/*取消导航竖线*/
.navbar .sep {
    width: 0px;
}
/*nav-bg半透明*/
.site-header {
    background-color: #fffffff0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.dark-open .site-header {
    background-color: #293042de;
}

/*nav font-size*/
.navbar .nav-list > .menu-item > a {
    font-size: 15px;
    font-weight: 400;
}

/*下载，文章展示*/
.widget-area .widget {
    border-radius: 12px;
}

.pricing-options .btn {
    padding: .6rem .75rem;
    font-size: 18px;
}
.widget ol a {
    font-size: 18px;
    font-weight: 500;
}
/*演示地址*/
.widget ul a {
  font-size: 12px;
  font-weight: 500;
}
/*演示地址end*/
.btn-warning {
    color: #631c00;
    background-color: #FEC00B;
    border-color: #FEC00B;
}
.btn-warning:hover {
    color: #631c00;
    background-color: #ffb000;
    border-color: #ffb000;
}
/*免费资源下载bg*/
.btn-dark {
    color: #fff;
    background-color: #00ce7c;
    border-color: #00ce7c;
}
.btn-dark:hover {
    background-color: #00bc6e;
    border-color: #00bc6e;
}
/*按钮按下样式*/
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #00ce7c;
    border-color: #00ce7c;
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #00ce7c;
    border-color: #00ce7c;
    box-shadow: none;
}
/*免费按钮:active:focus样式*/
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,194,80,.5);
}
/*下载模块其他*/
.down-info::after {
    content: '';
    position: absolute;
    background: #eff3f5;
    width: 20px;
    height: 20px;
    top: 15px;
    left: -30px;
    border-radius: 50%;
}

.down-info::before {

    content: '';
    position: absolute;
    background: #eff3f5;
    width: 20px;
    height: 20px;
    top: 15px;
    right: -30px;
    border-radius: 50%;
}
.dark-open .down-info::after, .dark-open .down-info::before {
    background: #202634;
}

/*下载价格样式*/

.rizhuti_v2-widget-shop-down {
  border-top: 0px solid #ffb000;
}

.rizhuti_v2-widget-shop-down .price {
  margin: -20px 0;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  margin-top: 5px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgb(233, 233, 233);
}

.rizhuti_v2-widget-shop-down .price > h3 {
  color: #FF6700;
  margin: 0;
  padding: 10px 0;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*会员免费下载字体样式*/
.rizhuti_v2-widget-shop-down .price > h3 > small {
  font-size: 1.5rem;
  margin-left: 0;
  text-align: center;
  font-weight: bold;
}
/*end*/

/*暗黑模式bg*/
.dark-open .rizhuti_v2-widget-shop-down .price {
  box-shadow: none;
}
/*下载价格样式end*/

/*下载板块会员标签*/
.badge {
  display: inline-block;
  padding: .3em .5em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1em;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*月度VIP*/
.badge-success-lighten {
    background: linear-gradient(90deg,#c7ffe7,#75e9b7);
    color: #04855b;
}
/*年度VIP*/
.badge-info-lighten {
    background: linear-gradient(90deg,#ffe7de,#ffc9bf);
    color: #94441b;
}
/*终身VIP*/
.badge-warning-lighten {
    background: linear-gradient(90deg,#ffeccc,#ffd080);
    color: #664100;
}
/*下载板块会员标签end*/

/*暗黑模式免费资源下载bg
.dark-open .btn-dark{
    background-color: #323a46;
    border-color: #323a46;
}
.dark-open .btn-dark:hover {
    background-color: #3d4652;
    border-color: #3d4652;
}*/
/*资源下载图标*/
.fa-download::before {
    content: "\f0ab" !important;
}
/*首页文章展示标题*/
.modular-title-3 .section-title {
    font-size: 26px;
    margin-bottom: 30px;
}

.entry-header .entry-title {
    font-size: 15px;
    font-weight: 400;
}
/*隐藏边框*/
.modular-title-3 .section-title::after {
    display: none;
}

.module.search-bg .popula-search-key {
    text-align: center;
}

.module.search-bg .popula-search-key > a {
    padding: 0 3px;
}
