div,ul,li {list-style-type: none;}
a:focus,input,button,select,swal2-close{
    outline:none!important;
}

a,a:hover {
    transition: all .3s;
    text-decoration: none !important;
}

img[data-src][src*='data:image'] {
    background: rgba(0, 0, 0, 0.1);
}



img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
}

*+.uk-h1,
*+.uk-h2,
*+.uk-h3,
*+.uk-h4,
*+.uk-h5,
*+.uk-h6,
*+.uk-heading-2xlarge,
*+.uk-heading-large,
*+.uk-heading-medium,
*+.uk-heading-small,
*+.uk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin: 15px 0 0 0;
}

.logo {
    height: 37px !important;
}

.logo img {
    box-shadow: -3px 2px 10px -2px #d0753b;
}

.logo img:hover {
    box-shadow: 0px 5px 10px -2px #d0753b;
    transform: translateY(-5px);
}


.uk-h2,
h2 {
    font-size: 1.5rem;
    line-height: 1.7;
}
/**/

.uk-hr,
hr {
    border-top: 1px solid #f2f2f2;
}

*+.uk-hr,
*+hr {
    margin-top: 15px;
}

.uk-catbg {
    background-image: url(../images/catbg.jpg);
}

.uk-grid-column-small,
.uk-grid-small {
    margin-left: -15px;
}

.uk-grid-column-small>*,
.uk-grid-small>* {
    padding-left: 15px;
}

.uk-grid-small>.uk-grid-margin {
    margin-top: 30px;
}

.uk-container {
    max-width: 1390px;
}

#search_form {
    margin: 0 25%;
}

.remember {
    vertical-align: middle;
    margin: 0 !important;
}

.uk-modal-body {
    border-radius: 10px;
}

.uk-modal-body .uk-modal-title {}

.uk-button-green {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-green:hover,
.uk-button-green:focus {
    background-color: #4cae4c;
    color: #fff
}

.uk-button-green:active,
.uk-button-green.uk-active {
    background-color: #4cae4c;
    color: #fff
}

.uk-button-yellow {
    background-color: #f0ad4e;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-yellow:hover,
.uk-button-yellow:focus {
    background-color: #eea236;
    color: #fff
}

.uk-button-yellow:active,
.uk-button-yellow.uk-active {
    background-color: #eea236;
    color: #fff
}

.uk-button-red {
    background-color: #d9534f;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-red:hover,
.uk-button-red:focus {
    background-color: #d43f3a;
    color: #fff
}

.uk-button-red:active,
.uk-button-red.uk-active {
    background-color: #d43f3a;
    color: #fff
}

.uk-button-default:disabled,
.uk-button-green:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5
}



/**/

.uk-index-radius {
    border-radius: 6px;
    border: solid 1px #efefef;
    background: #efefef;
    overflow: hidden;
}
.uk-index-radius img:hover {
    transform: scale(1.08);
}


.uk-index-img-h {
    max-height: 150px;
    overflow: hidden;
}


.uk-overlay-primary2 {
    background: rgba(34, 34, 34, .3) !important;
}

.uk-space_tab {
    padding-left: 20px;
}

.uk-space_tab li {
    display: inline-table;
}

.uk-space_tab>* {
    padding-left: 20px;
    position: relative;
}

.uk-space_tab>.uk-active>a {
    color: #333;
    border-color: #1e87f0;
}

.uk-space_tab>*>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    justify-content: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 3px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
}

.uk-space_follow {
    padding: 10px 50px;
    height: 50px;
    cursor: pointer;
}

.uk-follow_topic li {
    border-radius: 20px;
    background: #ddd;
    display: inline-block;
    padding: 10px 25px;
    margin: 10px 5px;
}

.uk-follow_topic li a {
    color: #333;
}

.uk-follow_topic li:hover a {
    color: #fff;
}

.uk-follow_topic li:hover {
    background: #333;
    color: #fff;
}

.change-color {
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    color: #fff !important
}

ul.mytab1204 {
    width: 100%;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
}

ul.mytab1204 li {
    display: inline;
    margin-right: 30%;
}



.rotate {
    transition: all .5s
}

.rotate:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.shadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1)
}

.b-a {
    border: 1px solid #f2f2f2;
}

.b-b {
    border-bottom: 1px solid #f2f2f2;
}

.b-t {
    border-top: 1px solid #f2f2f2;
}

.b-r-4 {
    border-radius: 4px !important
}

.b-r-10 {
    border-radius: 10px !important
}

.b-r-t-4 {
    border-radius: 4px 4px 0 0 !important
}

.bg-primary {
    background: #d0753b;
    box-shadow: -3px 2px 10px -2px #d0753b;
}


/** 头部样式 **/
.navbar {
    height: 68px;
}

.logo {
    margin: 14px 0;
    height: 40px;
    font-size: 24px
}

.logo img {
    max-height: 100%;
    transition: all .3s;
}

.nav {
    flex: 1;
}

.nav>ul>li {
    display: inline-block;
    line-height: 68px;
}

.nav>ul>li>a {
    font-size: 15px;
    text-transform: none;
    padding: 0;
    margin: 0 15px;
    color: #222;
    line-height: 68px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Nunito Sans';
    text-decoration: none;
    color: #1c1c1c;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    position: relative;
    z-index: 1;
}

.nav>ul>li>a:hover {
    color: #d0753b;
}

.nav>ul .uk-active>a {
    color: #222;
    position: relative;
}

.nav>ul>.uk-active>a::before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    background-color: #d0753b;
    background-image: -webkit-gradient(linear, left top, right top, from(#d0753b), to(#f88a43));
    background-image: -webkit-linear-gradient(left, #d0753b, #f88a43);
    background-image: -o-linear-gradient(left, #d0753b 0, #f88a43 100%);
    background-image: linear-gradient(90deg, #d0753b, #f88a43);
    z-index: 10;
    box-shadow: 0px -1px 7px -1px #d0753b;
    border-radius: 8px;
}

.nav>ul>li>a::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    height: 4px;
    background-color: transparent;
    transition: .24s ease-in-out;
    transition-property: background-color, border-color, box-shadow, height, right;
    left: 0px;
    right: 100%;
    box-shadow: 0px -1px 7px -1px #d0753b;
    border-radius: 8px;
}

.nav>ul>li:hover>a::before,
.nav>ul>li>a:focus::before {
    right: 0px;
    background-color: #d0753b;
    background-image: -webkit-gradient(linear, left top, right top, from(#f88a43), to(#d0753b));
    background-image: -webkit-linear-gradient(left, #f88a43, #d0753b);
    background-image: -o-linear-gradient(left, #f88a43 0, #d0753b 100%);
    background-image: linear-gradient(90deg, #f88a43, #d0753b);
    box-shadow: 0px -1px 7px -1px #d0753b;
    border-radius: 8px;
}

/*下拉一级菜单后面的倒三角*/
nav ul li a.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .286rem;
    content: '';
    vertical-align: middle;
    border-top: .286rem solid;
    border-right: .286rem solid transparent;
    border-left: .286rem solid transparent;
    margin-right: 0;
    margin-left: .3em;
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

nav ul li:hover a.dropdown-toggle:after {
    transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

/*下拉一级菜单后面的倒三角*/


/*下拉二级后图标*/
.uk-nav-parent-icon li {
    line-height: 25px;
    text-align: left;
    font-size: 14px;
}

.uk-nav-parent-icon>.uk-parent>a,
.uk-nav-parent-icon>.uk-parent {
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.uk-nav-parent-icon>.uk-parent>a::after {
    background-image: none !important;
    content: "\f053";
    /*大箭头*/
    content: "\f104";
    /*小箭头*/
    display: inline-block;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    background-image: none;
    content: "\f078";
    /*大箭头*/
    content: "\f107";
    /*小箭头*/
}

/*下拉二级后图标*/


.head-search {
    font-size: 14px !important
}

.head-search i {
    font-size: 15px
}

.head-user {
    min-width: 110px !important;
}

.head-user ul li a {
    font-size: 14px;
    line-height: 30px;
}

.head-user ul li a i {
    font-size: 18px;
    margin-right: 3px;
}

.side-logo {
    height: 60px;
    line-height: 60px
}

.side-logo img {
    max-height: 80%
}

.side-nav>ul {
    width: 100%;
    border-left: 1px solid #f2f2f2
}

.side-nav>ul>li a {
    color: #222;
    padding: 10px 0;
    display: inline-block;
}
/** 头部样式 **/


/** 搜索样式 **/
.search-input {
    padding: 15px;
}

.search-button {
    color: #fff;
    padding: 0 30px 0 25px;
    font-size: 16px;
    background: #d0753b;
    border: 0;
    cursor: pointer;
    box-shadow: 0px 2px 10px -1px #d0753b;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.search-button i {
    font-weight: bold
}

.search-tags {
    margin-top: 30px
}

.search-tags li {
    display: inline-block;
    margin-right: 10px;
}
/** 搜索样式 **/

/** 幻灯片样式 **/


.uk-banner ul {
    border-radius: 4px;
    overflow: hidden;
}
/** 幻灯片样式 **/

/** 首页四格样式 **/
.uk-four-card h5 {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    box-shadow: none;
}

.uk-four-card .uk-overlay-primary {
    background: rgba(34, 34, 34, .8);
}
/** 首页四格样式 **/

/** 板块样式 **/
.box {
    padding: 20px;
}

.box .box-title {
    font-size: 1.2rem;
    padding-bottom: 15px;
}

.box .box-item {
    margin-bottom: 10px
}

.box .box-item p {
    font-size: 0.89rem;
    line-height: 1.21rem;
    min-height: 25px
}

.box .box-item p em {
    color: #fff;
    font-style: normal;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 6px;
}

.box .box-item .box-item-cover {
    max-height: 70px
}

.btn {
    display: inline-block;
    /*padding: 4px 8px;*/
    background: #f9f9f9;
    color: #999;
    font-size: 12px;
    font-family: 'arial'
}

.btn i {
    margin-right: 3px;
}

.btn.green {
    background: #d0753b;
    color: #fff;
}

.btn:hover {
    background: #d0753b;
    color: #fff;
    box-shadow: 0 3px 10px -1px #d0753b;
}

.btn-on {
    color: #fff;
    background-color: #f88a43;
    background-image: -webkit-gradient(linear, left top, right top, from(#f88a43), to(#d0753b));
    background-image: -webkit-linear-gradient(left, #f88a43, #d0753b);
    background-image: -o-linear-gradient(left, #f88a43 0, #d0753b 100%);
    background-image: linear-gradient(90deg, #f88a43, #d0753b);
    /*box-shadow: 0 3px 10px -1px #d0753b !important;*/
    border: 0;
}

.btn-on:hover {
    background: #d0753b !important;
}

.btn-grey {
    color: #888888 !important;
    background: #eeeeee !important;
    box-shadow: 0 3px 10px -1px #eeeeee !important;
    border: 0;
}

.btn-grey:hover {
    background: #fefefe !important;
}
/** 板块样式 **/


/** 快捷导航样式 **/
.fastlink-item {
    box-shadow: 8px 8px 12px #fafafa;
}

.fastlink-title {
    font-size: 15px;
    color: #383838;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.fastlink-title i {
    color: #d0753b;
    margin-right: 3px;
    font-weight: normal;
}

.fastlink-title span {
    color: #222;
    font-weight: normal;
    letter-spacing: 0
}

.fastlink-list {
    list-style: none;
    border-left: 1px solid #eee;
    margin: 15px 0 0;
}

.fastlink-list li:nth-child(1) a {
    color: #f00;
}

.fastlink-list li:nth-child(3) a {
    color: #d0753b;
}

.fastlink-list li {
    position: relative;
}

.fastlink-list li a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 8px 12px;
}

.fastlink-list li::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border: 1px solid #aac0ff;
    position: absolute;
    left: -4px;
    top: 7px;
    border-radius: 50%;
    margin: 7px 0;
    z-index: 90;
    transition: all .3s;
}

.fastlink-list li a:hover {
    color: #d0753b;
}

.fastlink-tags {
    margin: 10px 0;
}

.fastlink-tags li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 3px
}

.fastlink-tags li:nth-child(3) a {
    color: #fff !important;
    background: #d0753b !important;
    box-shadow: 0 3px 10px -1px #d0753b !important;
    border: 0 !important;
}

.fastlink-img {
    max-height: 128px;
    overflow: hidden
}

.fastlink-img .cover {
    padding: 10px
}
/** 快捷导航样式 **/

/** 分类切换样式 **/
.switcher-title {
    padding-bottom: 20px;
}

.switcher-title a {
    color: #333;
    font-size: 18px;
    padding-bottom: 21px;
    transition: none;
}

.switcher-title a:hover {
    color: #000
}

.switcher-title .uk-active>a {
    position: relative;
    color: #d0753b;
}

.switcher-title .uk-active>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#f88a43), to(#d0753b));
    background-image: -webkit-linear-gradient(left, #f88a43, #d0753b);
    background-image: -o-linear-gradient(left, #f88a43 0, #d0753b 100%);
    background-image: linear-gradient(90deg, #f88a43, #d0753b);
    box-shadow: 0px 2px 10px -1px #d0753b;
    border-radius: 3px;
}

/** 分类切换样式 **/

/** 卡片样式 **/
.card-item {
    transition: all .3s;
}

.card-item:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0 34px 20px -24px rgba(136, 161, 206, 0.3);
    box-shadow: 0 34px 20px -24px rgba(136, 161, 206, 0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.card-item .title {
    font-size: 16px;
    margin: 15px 0 0 0;
    line-height: normal;
}

.card-item .title a {
    color: #262626;
}

.card-item h3 a:hover {
    color: #d0753b
}


.card-item .singer_title {
    font-size: 12px;
    margin: 10px 0;
    line-height: normal;
}

.card-item .singer_title a {
    color: #ccc;
}


.card-item .cover {
    /*height: 160px;*/
    overflow: hidden;
}

.card-item .cover img {
    min-height: 100%;
    min-width: 100%
}

.home-btn {
    background-color: #f88a43;
    background-image: -webkit-gradient(linear, left top, right top, from(#d0753b), to(#f88a43));
    background-image: -webkit-linear-gradient(left, #d0753b, #f88a43);
    background-image: -o-linear-gradient(left, #d0753b 0, #f88a43 100%);
    background-image: linear-gradient(90deg, #d0753b, #f88a43);
    line-height: 46px;
    font-size: 16px;
    padding: 0 30px;
    box-shadow: 0 3px 10px -1px #d0753b;
}

.home-btn:hover {
    color: #fff;
    background: #d0753b;
}

.bbs-btn {
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#d0753b), to(#f88a43));
    background-image: -webkit-linear-gradient(left, #d0753b, #f88a43);
    background-image: -o-linear-gradient(left, #d0753b 0, #f88a43 100%);
    background-image: linear-gradient(90deg, #d0753b, #f88a43);
    line-height: 46px;
    font-size: 16px;
    padding: 0 60px;
    box-shadow: 0 3px 10px -1px #d0753b;
}

.bbs-btn:hover {
    color: #fff;
    background: #f88a43;
}
/** 卡片样式 **/


/** 博客样式 **/
.blog-item-foot {
    color: #999
}

.blog-item-foot a {
    color: #999
}

.blog-item-foot a:hover {
    color: #000
}

.blog-item-foot span {
    margin-right: 15px
}

.blog-item-foot i {
    margin-right: 2px
}

.blog-item h3 a {
    color: #222
}

.blog-item:hover h3 a {
    color: #d0753b
}

.blog-item .cover {
    max-height: 160px;
    max-width: 282px;
    overflow: hidden
}

.blog-item p i {
    margin-right: 5px;
}

.hot-tag a {
    font-size: 13px;
    padding: 4px 10px;
}

.hot-tag a:hover {
    border: 0
}

.sponsor {
    padding: 30px 0;
}
/** 博客样式 **/


/** 列表分类/子分类样式 **/
.cat-list ul {
    margin-bottom: 0;
    white-space: nowrap;
}

.cat-list ul li {
    list-style: none;
    display: inline-block;
    color: #888;
    text-align: center;
}

.cat-list ul li:first-child {
    margin-right: 20px
}

.cat-list ul li a {
    display: block;
    padding: 8px 20px;
    color: #666;
    font-size: 13px;
    transition: all 0s;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all .3s
}

.cat-list ul li a:hover {
    color: #fff;
    background: #d0753b;
    box-shadow: -3px 2px 10px -2px #d0753b;
}

.cat-list .current-cat a {
    background: #d0753b;
    border-radius: 4px;
    box-shadow: -3px 2px 10px -2px #d0753b;
}

.cat-list .current-cat a {
    color: #fff
}

.ajax-btn a {
    display: inline-block;
    background: #d0753b;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    padding: 0 30px;
    box-shadow: 0 3px 10px -1px #d0753b;
}

.ajax-btn a:hover {
    color: #fff;
    background: #1d48c3;
}

/** 列表分类/子分类样式 **/


/** 单页样式 **/
.page-menu ul li {
    padding: 20px 0;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    text-indent: 20px
}

.page-menu ul li:last-child {
    border: none
}

.page-menu ul li a {
    display: block;
    color: #888;
    font-size: 15px;
}

.page-menu .current-menu-item {
    background: #fafafa;
}

.page-menu .current-menu-item a {
    position: relative;
    font-weight: bold;
    color: #d0753b !important
}

.page-menu .current-menu-item a::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #d0753b;
    left: 0;
    box-shadow: 3px 0px 10px -1px #d0753b;
    border-radius: 2px;
}

.page-main {
    font-size: 16px;
    color: #525252;
    line-height: 1.875;
    padding: 0 10px;
    word-wrap: break-word;
}

.page-main a {
    color: #222
}
/** 单页样式 **/


/** 返回顶部样式 **/
.gotop {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 30px;
    display: none;
    overflow: hidden;
}

.gotop a {
    padding: 10px 13px;
    background-color: #fff;
    transition: all .3s ease;
    color: #888;
    text-align: center;
}

.gotop a:hover {
    color: #fff;
    background: #d0753b;
    box-shadow: -3px 2px 10px -2px #d0753b;
    transform: translateY(-3px);
    border: 0
}

.gotop a:last-child {
    border: 0
}

.gotop i {
    font-size: 18px
}
/** 返回顶部样式 **/


/** 友情链接样式 **/
.link {
    padding: 15px;
    border: 1px dashed #444;
}

.link ul li {
    display: inline-block;
    color: #999;
}

.link a {
    color: #666;
    margin-right: 10px;
}

.link a:hover {
    color: #fff;
}

/** 底部样式 **/
.foot-about {
    background: #d0753b;
}

.foot-about-title {
    border-bottom: 1px solid #e4a47a
}

.foot-about-title em {
    font-style: normal
}

.foot-about-ewm {
    max-height: 120px
}

.foot-item .foot-item-title {
    border-bottom: 1px solid #333;
    font-size: 1.1rem;
    padding-bottom: 15px;
}

.foot-item ul {
    list-style: none;
}

.foot-item ul li {
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 10px;
    float: left;
}

.foot-item ul li a {
    color: #666;
    font-size: 1rem;
}

.foot-item p {
    font-family: arial;
    color: #696969;
}

.qq-modal {
    width: 360px !important;
    border-radius: 10px;
}

.qq-modal-btn {
    padding: 10px 0;
    color: #fff !important
}

@media (max-width: 768px) {
    .uk-index-img-h {
        max-height: 220px;
        overflow: hidden;
    }

    .site-switcher-menu li {
        margin: 0 10px;
    }

    .single-warp,
    .cat-warp {
        max-width: 100%
    }

    .login-main {
        width: 100%
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #b1b6c1;
    border-radius: 10px
}
/** 底部样式 **/






.uk-heading-bullet::before {
    border-left: calc(3px + .1em) solid #d0753b;
    border-radius: 2px;
}



.uk-index-image-title {
    padding: 6px 0;
    font-size: 0.8rem;
    background: rgba(34, 34, 34, .8);
    color: rgba(255, 255, 255, .7);
    padding: 4px 10px;
}
.uk-index-right-news-list.m0{ margin: 0!important; padding: 0 0 0 10px!important; }
.uk-index-right-news-list.m0 li{ margin-top: 10px!important; }
.uk-index-right-news-list.m0 li a{height: 40px; overflow: hidden;}


.uk-index-right-news-list li {
    font-size: 1rem;
    line-height: 1.6
}

.uk-index-right-news-list li i {
    color: #ccc;
}

.uk-index-right-news-list li a {
    font-size: 14px;
    color: #333;
}

.uk-index-right-news-list li a:hover {
    color: #d0753b
}

.uk-index-right-news-list.fa-ul {
    margin-left: 1.5em;
}

.uk-index-right-news-list>*>ul, .uk-index-right-news-list>:nth-child(n+2) {
    margin-top: 0px!important;
}

.uk-jingxuan{ padding: 0 8px; }
.uk-jingxuan li:first-child{}
.uk-jingxuan li{ margin-bottom: 2rem; }
.uk-jingxuan li p{ font-size:0.8rem; margin: 0rem; color: #999;}
/*.uk-jingxuan li:after{ content:'';display: table; clear: both; }*/
.uk-jingxuan li a{ max-height: 60px; }
.uk-jingxuan li a.img{ width: 33.3%; float: left; }
.uk-jingxuan li .txt{ float: right; width: 60%}
.uk-jingxuan li .txt h6{ margin-bottom: .2rem; }
.uk-jingxuan li:first-child a{ max-height: 160px; }
.uk-jingxuan li:first-child a.img{ display: block; width: 100%; float: none; margin-bottom: 10px; }
.uk-jingxuan li:first-child .txt{ display: block; width: 100%; float: none;margin-left:0; }

.uk-nicenews{padding-left: 0}
.uk-nicenews li{ border-top: 1px dashed #ddd;  padding: 1rem 0;}
.uk-nicenews li:first-child{border-top:0;}
.uk-nicenews li p{ font-size:0.8rem; margin: 0rem; color: #999;}
.uk-nicenews li h6{ margin-bottom: .2rem; }


/**信息列表**/

.uk-news {
    margin: 0px !important;
    padding: 0px !important;
}

/*
.uk-news-img {
    max-height: 180px;
    overflow: hidden;
}
*/
.uk-news-img {
    /*height: 180px;*/
    overflow: hidden;
    width: 100%;
}

.uk-news-img img {
    min-height: 100%;
    min-width: 100%
}

.uk-news>li {
    padding: 20px 15px;
}

.uk-news>li:hover {
    background-color: #fdfdfd;
    cursor: pointer;
}

.uk-news>li>div {
    z-index: 9
}

.uk-news>li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
    border-bottom: dashed 1px #eee;
}
/**信息列表**/

/**信息内容页**/
.uk-article-content {
    line-height: 2;
}

.uk-article-des {
    padding: 15px;
    margin: 25px 0;
    font-size: 15px;
    font-size: 0.825rem;
    line-height: 2;
    color: #999;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 3px;
}



.uk-article-meta span {
    margin-right: 4px;
}

article.uk-article pre {
    position: relative;
    padding: 30px 40px;
    background: #fbfbfb;
    font-family: RiPlus-Black;
    margin: 20px 0;
    border-radius: 3px;
    border: 1px solid #efefef;
    line-height: 2;
}

article.uk-article pre:before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) no-repeat;
    content: ''
}

article.uk-article pre:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) -16px 0 no-repeat;
    content: ''
}

article.uk-article pre p {
    margin: 0;
    padding: 10px;
    line-height: 2.5
}
.single-tags a {
    color: #999;
    font-size: 14px;
    margin: 0 6px;
}


/**信息内容页**/

/** 点赞样式 **/
.zan a {
    padding: 8px 16px 9px 13px;
    font-size: 14px;
    color: #333;
   /* border: solid 1px #e2e2e2;*/
    background-color: #e2e2e2;
}

.zan a:hover {
    /*border: solid 1px #d0753b;*/
    background-color: #d0753b;
    color: #fff
}

.zan i {
    margin-right: 2px
}

.zan .count {
    font-size: 13px;
}

.zan .done {
    background-color: #262626 !important;
}

.reward {
    background-color: #f5a754 !important
}

.zan .done {
    background-color: #ed1c24 !important
}
/** 点赞样式 **/

/**分页样式**/
.page {
    padding: 40px 0 40px 0;
    text-align: center;
}

.page ul li {
    display: inline
}

.page ul li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 9px;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e3e3e3;
    padding: 0 12px;
    color: #333
}

.page.page ul li a:hover {
    border: 1px solid #333;
    background-color: #333;
    color: #FFF
}

.page.page ul li a:active {
    background-color: #333;
    color: #FFF
}

.page ul li.active a {
    background-color: #333;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-left: 9px;
    display: inline-block;
    width: auto;
    height: 42px;
    line-height: 42px;
    border: 1px solid #333
}

.page ul li.disabled a {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd
}
.page ul.pagination{ padding-left: 0!important }
@media screen and (max-width: 650px) {

.page li.pc-page{ display: none; }
}

/**分页样式**/


/**资源筛选**/
.filter-content-so {
    margin-top: 140px;
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*background-color: #fff;*/
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 34px 20px -24px rgba(0, 36, 100, 0.06);
    /*border: 1px solid #f3f3f3;*/
}

.filter-content {
    margin-top: -40px;
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 34px 20px -24px rgba(0, 36, 100, 0.06);
    /*border: 1px solid #f3f3f3;*/
}

.filter-content li {
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.filter-content .form-box {
    padding-bottom: 0;
    padding: 20px;
}

.filters .filter-item {
    padding: 5px 0;
}

.filter-content .filter-item li a span {
    background-color: #eeeeee;
    padding: 0 2px;
    border-radius: 4px;
    color: #7b8695;
    border: 1px solid transparent;
    font-size: 12px;
}

.filter-content .filter-item span.child {
    color: #dedede;
}

.filter-content .filter-item ul.filter-tag li {
    border-radius: 4px;
}

.filter-content .filter-item ul.filter-tag li a {
    display: inline-block;
    margin-top: 0;
    border-bottom: 1px solid transparent;
    color: #808080;
    position: relative;
}

.filter-content .filter-item ul.filter-tag li.on,
.filter-content .filter-item ul.filter-tag li.on a {
    color: #fff;
    background-color: #333;
}

.filter-content .filter-item ul.filter-tag li:hover {
    background-color: #333;
}

.filter-content .filter-item ul.filter-tag li:hover a {
    color: #fff;
}

.filter-content .filter-item>.on {
    color: #1890ff
}

.filter-content .filter-item {
    margin-top: 10px
}

.filter-content .filter-tag {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-content .filter-tag li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 5px;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.filter-content .filter-tab {
    border-top: 1px solid #E9E9E9;
    padding-top: 13px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.filter-content .filter-tab span {
    margin-right: 10px;
    background-color: #eeeeee;
    padding: 2px 6px;
    border-radius: 4px;
    color: #7b8695;
    border: 1px solid transparent;
}

.filter-content .filter-tab a {
    display: inline-block;
    color: #808080;
    position: relative;
}

.filter-content .filter-tab .tab.on i {
    background: #ffffff;
}

.filter-content .filter-tab .tab.on i:before {
    display: inline-block;
    margin-top: 1px;
    color: #FF9800;
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: 5px;
    margin-left: 2px;
}

.filter-content .filter-tab li.on,
.filter-content .filter-tab li:hover {
    color: #fff;
    background: #333;
}

.filter-content .filter-tab li.on a,
.filter-content .filter-tab li:hover a {
    font-style: normal;
    color: #fff;
}

.filter-content .filter-tab li.rightss {
    float: right;
}
/**资源筛选**/


/**登录样式**/
#regform .code_img,
#myform_login .code_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.sendRegister {
    color: #FFF;
    background-color: #3fa8e1;
    border-color: #3fa8e1;
    border: 0;
    height: 40px;
    line-height: 40px;
}

#myform_login .bi,
#myform_login .fa,
#regform .bi,
#regform .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

#regform .uk-input,
#myform_login .uk-input {
    padding-left: 40px;
}



.my_login_type {
    margin: 20px 0;
}

.my_login_type a {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.my_login_type a div.wrap {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    margin: 0 auto;
}

.my_login_type a span {
    display: inline-block;
    color: #333;
    margin: 10px 0;
}

.my_login_type a.qq div.wrap {
    border: 2px solid #19a9f1;
}

.my_login_type a.qq i {
    color: #19a9f1;
}

.my_login_type a.qq:hover div.wrap {
    background: #19a9f1
}

.my_login_type a.qq:hover i {
    color: #fff;
}

.my_login_type a.weixin div.wrap {
    border: 2px solid #00bb00;
}

.my_login_type a.weixin i {
    color: #00bb00;
}

.my_login_type a.weixin:hover div.wrap {
    background: #00bb00
}

.my_login_type a.weixin:hover i {
    color: #fff;
}

.my_login_type a.weibo div.wrap {
    border: 2px solid #ed2b2f;
}

.my_login_type a.weibo i {
    color: #ed2b2f;
}

.my_login_type a.weibo:hover div.wrap {
    background: #ed2b2f
}

.my_login_type a.weibo:hover i {
    color: #fff;
}

@media screen and (max-width: 650px) {
    .my_login_type a div.wrap {
        border-radius: 100%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
    }

    .my_login_type a span {
        color: #333;
        font-size: 12px;
    }

    #search_form {
        margin: 0;
    }
    .filter-content .filter-tag li{ margin-bottom: 5px; }

    .filter-content .filter-tab div.right li:first-child{ margin-left: 0; }
    .filter-content .filter-tab li.rightss{ float: none; }

}
/**登录样式**/



/**资源面包屑**/
.entry-meta,
.entry-meta a {
    color: #aaa;
    font-size: 12px;
}

.entry-meta .meta-category a+a {
    margin-left: 8px;
}

.entry-meta .meta-category .dot {
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
    background-color: #fd721f;
}

.entry-meta .meta-category a:nth-child(2) .dot {
    background-color: #4CAF50;
}

.entry-meta .meta-category a:nth-child(3) .dot {
    background-color: #2196F3;
}
/**资源面包屑**/

/**侧积分排行**/
.leaderboard {
    border-radius: 0 0 12px 12px;
    padding: 15px 15px 20px;
    display: grid;
    row-gap: 8px;
}

.leaderboard .profile {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    padding: 4px 30px 4px 10px;
    overflow: hidden;
    border-radius: 10px;
    /*box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.1);*/
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98), box-shadow 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98);
}

.leaderboard .profile:hover {
    transform: scale(1.2);
    /*box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);*/
}

.leaderboard .profile .picture {
    max-width: 100%;
    width: 30px;
    border-radius: 50%;
    /*box-shadow: 0 0 0 4px #ffffff, 0 0 0 12px #f2f2f2;*/
}

.leaderboard .profile .picture.color1 {
    /*box-shadow: 0 0 0 4px #F44336, 0 0 0 12px #ff9e97;*/
}

.leaderboard .profile .picture.color2 {
    box-shadow: 0 0 0 4px #4CAF50, 0 0 0 12px #7ad17e;
}

.leaderboard .profile .picture.color3 {
    box-shadow: 0 0 0 4px #FFC107, 0 0 0 12px #ffe493;
}

.leaderboard .profile .picture.color4 {
    box-shadow: 0 0 0 4px #00BCD4, 0 0 0 12px #7be5f2;
}

.leaderboard .profile .picture.color5 {
    box-shadow: 0 0 0 4px #2196F3, 0 0 0 12px #80c2f6;
}

.leaderboard .profile .key {
    letter-spacing: 0.64px;
    margin-left: 12px;
}

.leaderboard .profile .name {
    letter-spacing: 0.64px;
    margin-left: 12px;
}

.leaderboard .profile .value {
    text-align: right;
}

.leaderboard .profile .value>span {
    opacity: .8;
    font-weight: 600;
    font-size: 13px;
    margin-left: 3px;
}
/**侧积分排行**/

/**话题**/

.uk-topic{padding:0!important;}
.uk-topic li {
    float: left;
    width: 31%;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 1%;
    padding: 20px;
    cursor: pointer;
}

.uk-topic li .uk-topic_tag {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.uk-topic li .uk-topic_tag .tile-title {
    margin-left: 20px;
}

.uk-topic li .uk-topic_tag .tile-title a {
    color: #555;
    font-weight: bold;
}

.uk-topic li .uk-topic_tag .tile-title p {
    margin: 4px 0;
    color: #999;
}

.uk-topic li .uk-topic_tag .tile-title p .tag_fav {
    float: right;
}

.uk-topic_list {
    padding: 20px 10px 0 10px
}

.uk-topic_list a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
}

.topic_tile-thumbnail img,
.topic_tile-thumbnail span {
    max-width: 100%;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 12px #faf9f9;
}

.topic_tile-thumbnail span {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #f88a43;
    font-size: 2rem;
    color: #ffffff;
}

.topic_tile-thumbnail.big img,
.topic_tile-thumbnail.big span {
    width: 120px;
}

.topic_tile-thumbnail.big span {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 5rem;
}
/**话题**/



/**用户主页**/
.uk-space{padding:0!important;}

.uk-space_tab {
    padding-left: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.uk-space_tab li {
    display: inline-table;
}

.uk-space_tab>* {
    padding-left: 20px;
    position: relative;
}

.uk-space_tab>.uk-active>a {
    color: #333;
    border-color: #d0753b;
}

.uk-space_tab>*>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    justify-content: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 3px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
}

.uk-space_follow {
    padding: 10px 30px;
    height: 50px;
    cursor: pointer;
}

/**用户主页**/
/**用户列表**/
.uk-space li {
    float: left;
    width: 18%;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 1%;
    cursor: pointer;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 0;

}

.uk-space li .tile-title a {
    color: #555;
    font-weight: bold;
}

.uk-space li .tile-title p {
    margin: 10px 0;
    color: #999;
}
.uk-space li .tile-thumbnail{  padding: 30px 0; }
.uk-space li .tile-thumbnail img {
    max-width: 100%;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 12px #faf9f9;
}
/**用户列表**/

.dr_avatar img {
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 12px #faf9f9; 
    margin: 20px 0;
}


/*内容页支付*/
.uk-pay_modal .uk-modal-dialog {
    border-radius: 6px;
    width: 500px;
    font-size: .875rem;
}

.uk-pay_modal .uk-modal-dialog h2.uk-modal-title {
    border-bottom: solid 1px #eee;
    font-size: 1rem;
    padding: 10px 20px;
    font-weight: bold;
}

.uk-pay_modal .uk-modal-dialog h2 i {
    font-size: 1.4rem
}

.uk-pay_modal .uk-modal-dialog .price {
    text-align: center;
    margin-bottom: 30px;
}

.uk-pay_modal .uk-modal-dialog .price i {
    font-size: 72px;
    color: #2254f4;
}

.uk-pay_modal .uk-modal-dialog .price img {
    width: 120px;
    margin: 50px 0 0 0;
}

.uk-pay_modal .uk-modal-dialog .price b {
    font-size: 1.6rem;
    display: block;
    color: #333;
    height: 60px;
    line-height: 60px;
}

.uk-pay_modal .uk-modal-dialog .paybtn {
    text-align: center;
}

.uk-pay_modal .uk-modal-dialog .paybtn .btn {
    display: inline-block;
    width: 280px;
    line-height: 35px;
    background: #2254f4;
    color: #fff;
    border-radius: 4px;
    font-size: 0.875rem
}

.paytips {
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.uk-sku,
.uk-kucun,
.uk-buynum {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.uk-sku button {
    border: 0;
    cursor: pointer;
    border-radius: 0 !important;
    padding: 5px 14px;
}

.uk-sku button.red {
    background: #1e87f0;
    color: #fff
}

.bootstrap-touchspin span {
    display: inline-block;
    float: left;
}

/*内容页支付*/
/*支付页面*/
.checkout_msg h5 {
    font-weight: bold;
}

.checkout_msg .form-group {
    margin: 20px 0;
    font-size: 0.875rem;
}

#dr_row_city select {
    background: #fff;
    height: 40px;
    width: 180px;
    padding: 0 10px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
}

.uk-checkout {
    padding-top: 30px;
    padding-bottom: 20px;
}

.uk-checkout-btn {
    text-align: center;
    margin-bottom: 50px;
}

.uk-checkout-btn a {
    display: inline-block;
    width: 280px;
    height: 45px;
    line-height: 45px;
    background: #2254f4;
    color: #fff;
    border-radius: 4px;
    font-size: 0.875rem
}

.uk-checkout h1 {
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.paytype {
    padding-bottom: 80px;
}

.paytype .uk-grid {
    padding: 40px 0;
}

.paytype label {
    cursor: pointer;
}

.order-gbook {}

.payinfo {
    font-size: 0.875rem;
}

.payinfo ul li {
    margin-top: 5px !important;
}

/*支付页面*/


/**资源右侧下载**/

/*下载部分右侧开始*/
.widget-area .widget {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    clear: both;
    overflow: hidden;
}

.widget-area .widget ul {
    padding: 0px;
}

.widget-pay .pay-rateinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 15px;
}

.widget-pay .pay-rateinfo b {
    margin: 0 10px;
}

.widget-pay .pay-rateinfo b .price {
    font-size: 28px;
    margin-right: 5px;
}

.widget-pay .pay-rateinfo b .ua {
    color: #8c8c8c;
}

.widget-pay .pay-rateinfo b sup {
    font-size: 14px;
    margin-left: 3px;
}

.widget-pay .pay-rateinfo .desc {
    color: #626a71;
}

.widget-pay .pay-rateinfo b .price {
    font-size: 28px;
    margin-right: 5px;
    color: #1461ff
}

.widget-pay .pay-rateinfo b sup {
    font-size: 13px;
    margin-left: 5px;
    color: #555;
    font-weight: 400
}

.widget-pay .pricing-options {
    position: relative;
    margin: 0 0 10px 0;
}

.widget-pay .pricing-options li {
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    color: #8c8c8c;
}

.widget-pay .pricing-options li+li {
    border-top: 1px dashed #eee;
}

.widget-pay .pricing-options li .pricing_opt {
    font-weight: 600;
}

.widget-pay .pricing-options li:nth-child(1) {
    color: #fd721f;
}
.widget-pay .pricing-options li:nth-child(2) {
    color: #4CAF50;
}

.widget-pay .pricing-options li:nth-child(3) {
    color: #2196F3;
}








.btn-primary {
    background-color: #f88a43;
    background-image: -webkit-gradient(linear, left top, right top, from(#f88a43), to(#151ae2));
    background-image: -webkit-linear-gradient(left, #f88a43, #151ae2);
    background-image: -o-linear-gradient(left, #f88a43 0, #151ae2 100%);
    background-image: linear-gradient(90deg, #f88a43, #151ae2);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 53px;
    margin: 0;
    padding: 0 18px;
    text-align: center;
    color: #fff;
    transition: all .3s;
}

.widget-pay .pay-content {
    position: relative;
    padding-bottom: 10px;
	margin-left: 20px; margin-right: 20px;
}

.widget-pay .agent-contact {
    overflow: hidden;
	background-color: #f3f7ff;
	border-radius: 4px !important;
	padding-top: 20px;
	/*margin-bottom: 20px;*/
}

.widget-pay .agent-contact ul li {
    font-size: 12px;
    list-style: none;
    position: relative;
    padding: 9px 20px 9px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: currentColor;
    justify-content: inherit;
    white-space: nowrap;
    text-overflow: ellipsis
}

.widget-pay .agent-contact ul li:before {
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg, #f88a43 0, #f88a43 98%)
}

.widget-pay .agent-contact ul li:after {
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 1px solid #f88a43;
    border-radius: 50%;
    background-color: #f88a43;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.widget-pay .agent-contact ul li:after,
.widget-pay .agent-contact ul li:not(:last-of-type):before {
    content: "";
    position: absolute;
    top: 1.2em
}

.widget-pay .agent-contact .list-paybody {
    padding: 10px;
    /*background-color: #f3f7ff;*/
}

.widget-pay .agent-contact .list-paybody span:nth-child(1) {
    font-style: inherit;
    letter-spacing: .075em;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: currentColor
}

.agent-contact ul li:not(:last-of-type):before {
    content: "";
    position: absolute;
    top: calc((1em - -5px)/2);
}

.agent-contact ul li:before {
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg, #467eff 0, #0056ff 98%);
}

.widget-pay .agent-contact .list-paybody span {
    font-style: inherit;
    letter-spacing: 0;
    font-size: 12px;
    letter-spacing: .025em;
    color: #8a92a9;
    padding-right: 10px
}

.widget-pay .ac_qqhao {
    text-align: center; margin-bottom: 10px;
}

.widget-pay .ac_qqhao a {
    text-decoration: none;
    cursor: pointer;
    color: #f88a43;
}

/**资源右侧下载信息**/



@media all and (min-width:960px) {

    /**幻灯片**/
    .uk-banner {
        width: 900px;
    }
    /**幻灯片**/

/**网站名**/
    .sitename {
        /*font-weight: bold;*/
        font-size: 1.3rem;
    }
/**网站名**/


    .uk-news-img {
        /*max-height: 130px;*/
        overflow: hidden;
    }
}


@media screen and (max-width: 650px){

    .uk-topic li, .uk-space li {
        float: left;
        width: 100%;
        margin: 15px 0;
    }

}

 /*消息提醒*/
#newmsg {
position: relative;
  top: -10px;
  right: 0;
  background: #ff911b;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  width: 20px;
  height: 25px;
  border-radius: 100px !important;
  animation: rotate 1s linear infinite;
  margin-top: -10px !important;
}

@keyframes shadow {

    0%,
    100% {
        transform: scaleX(0.5);
    }

    50% {
        transform: scaleX(0.5);
    }
}

@keyframes rotate {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(10px) scale(1.1, 0.9);
    }

    75% {
        ransform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}


.uk-right-img{ height: 96px!important }
.uk-book a{ height: 280px!important; }
.uk-book .uk-right-img{ height: 200px!important; }
@media screen and (max-width: 650px){

    .uk-book a{ height: 220px!important; }

}

#viewport .scroll-to-top{}
.icon-box,
.scroll-top {
    display: block;
    width: 60px;
    height: 60px
}

.bookad {
    margin-top: -10px;
    padding: 0 20px;
    overflow: hidden
}

.book_sns {
    padding-top: 20px
}

.booktitle h3 {
    font-weight: 700
}

.icon-box {
    background: url(../images/book.png) no-repeat
}

.scroll-top {
    background: url(../images/book.png) 0 -384px no-repeat
}

.side-left {
    margin-left: -675px
}

.side-right {
    margin-left: 535px;
}
.side-right li{cursor: pointer;}
.side-left,
.side-right {
    position: fixed;
    left: 50%;
    top: 220px;
    z-index: 99
}

.icon-box-appqr {
    background-position: -64px 0
}

.icon-box-bookshelf {
    background-position: 0 -64px
}

.icon-box-bookshelf2 {
    background-position: -448px -64px
}

.icon-box-setting {
    background-position: 0 -192px
}

.icon-box-prev {
    background-position: 0 -256px
}

.icon-box-next {
    background-position: 0 -320px
}

.icon-box-catalog {
    background-position: 0 -128px
}

.subscribe {
    margin-top: 48px;
    margin-bottom: 48px
}

.subscribe .title {
    font-size: 18px;
    color: #333;
    line-height: 100%;
    height: 18px;
    margin-bottom: 48px
}

.subscribe .title .ico {
    display: inline-block;
    height: 9px;
    width: 149px
}

.subscribe .title .left_ico {
    margin-right: 15px;
    background: url(../images/read.png) center no-repeat
}

.subscribe .title .right_ico {
    margin-left: 15px;
    background: url(../images/read2.png) center no-repeat
}

.badge-success {
    background-color: #40aae2 !important
}

.page-content-wrapper .page-content {
    margin-left: 0 !important
}

@media (max-width:768px) {

    .page-header-menu,
    .page-header-search {
        display: none !important
    }
}



.form-control-static.fc-price-color{ margin-top: 0!important }


.col-md-9.fc-form-submit{ padding: 0!important }



/*===============论坛部分===================*/

.bbs-btn {
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    line-height: 46px;
    font-size: 16px;
    padding: 0 60px;
    box-shadow: 0 3px 10px -1px #d0753b;
}

.bbs-btn:hover {
    color: #fff;
    background: #1d48c3;
}


.bbs-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    padding: 0;
    list-style: none;
    position: relative;
}

.bbs-nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.bbs-nav>* {
    flex: none;
    margin: 0 10px;
    position: relative;
}

.bbs-nav a {
    display: block;
    text-align: center;
    padding: 14px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
}

.bbs-nav .uk-active>a::before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: #d0753b;
    z-index: 10;
    box-shadow: 0px -1px 7px -1px #d0753b;
    border-radius: 8px;
}

.uk-bbs-list>div {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.uk-bbs-cat {
    background: #ccc;
    padding: 3px 10px;
    border-radius: 2px;
    color: #fff !important;
}


/*===============论坛部分===================*/


/*===============打赏部分===================*/
.swal2-html-container .form-group label{ font-weight: normal; }
.swal2-html-container .form-group .col-md-2{ width:70%!important; }
.swal2-html-container .form-group .col-md-2 .form-control{ margin-top: 7px; border-radius: 50px; font-size: 20px; }
.swal2-html-container .form-group .col-md-2 .form-control-static.fc-price-color{ text-align: left; }

.swal2-html-container .form-group .col-md-5 .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
}
.swal2-html-container .form-group .col-md-5 .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.swal2-html-container .form-group .col-md-5 .btn-group-vertical>.btn,
.swal2-html-container .form-group .col-md-5 .btn-group>.btn {
    position: relative;
    float: left;
}

.swal2-html-container .form-group .col-md-5 .btn-default.active, 
.swal2-html-container .form-group .col-md-5 .btn-default:active, 
.swal2-html-container .form-group .col-md-5 .btn-default:hover, 
.swal2-html-container .form-group .col-md-5 .open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


.swal2-html-container .pay-button-box{ line-height: 40px; text-align: center; white-space: pre-wrap; }
.swal2-html-container .pay-button-box#pay_num a{ padding: 5px 16px; border:2px solid #ff8703; border-radius: 6px; margin: 3px; color: #ff8703; }
.swal2-html-container .pay-button-box#pay_num a:hover{ background:#ff8703; color: #fff;  }
.swal2-html-container span#other{ font-size: 14px; cursor: pointer; }
.swal2-html-container .pay-input-box {  text-align: center; white-space: pre-wrap; padding: 0 30px 30px 30px; display: none }
.swal2-html-container .pay-input-box #pay_value{ border-radius: 20px; text-align: center; line-height: 40px;  border:3px solid #ff8703; margin-bottom: 5px; }
.swal2-html-container .pay-input-box #pay_button{ background: #ff8703; color:#fff; border:0; border-radius: 50px; width: 100%; padding: 10px 0;}
/*===============打赏部分===================*/


.vip-down-price { text-align: center; color: #333;}
.fc-code {margin-top: 10px; }