/* ============================= Reset S======================== */
html {background: #f8f8f8;color: #333;}
a,.uk-navbar-item,.uk-navbar-nav>li>a{color: #333;}
.uk-navbar-item, .uk-navbar-nav>li>a{min-height: 70px;}
.uk-navbar-nav>li>a:hover,.uk-navbar-dropdown-nav>li a:hover{color: #1a73e8 !important;}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {color: #1a73e8;text-decoration: underline;}
.uk-text-primary{color: #1a73e8 !important;}
.uk-text-warning{color: #f36322 !important;}
.uk-text-danger{color: #FF3657 !important;}
.uk-text-success{color: #090 !important;}
.uk-label-warning {background-color: #ff5c00;}
.uk-tab::before{left: 0;}
.uk-tab>.uk-active>a {color: #1a73e8;}
.uk-icon-button{width: 45px;height: 45px;}
.icon-button-rss{background:#FFF3E2 ;color: #FF9607;}
.icon-button-contribution{background:#E5F7F7 ;color: #26BFBF;}
.icon-button-ad{background:#FEF9E2 ;color: #F4C807;}
.icon-button-qq{background:#E1EDFF ;color: #06F;}
.uk-link-heading a:hover, .uk-link-toggle:focus .uk-link-heading, .uk-link-toggle:hover .uk-link-heading, a.uk-link-heading:hover {color: #06c;text-decoration: none;}
.uk-description-list>dt{font-size: 16px;font-weight: 700;}



/* 滑块 */
.slider-nav > * > *{background: rgba(102, 102, 102, 0.2) !important;}
.slider-nav > .uk-active > * {background-color: rgba(68, 142, 246, 0.9) !important;}
.uk-slidenav{padding:10px 15px; background: #d5d5d5;color: #fff; border-radius: 50%;}
.uk-slidenav:hover{background: #448EF6;color: #fff;}

.uk-sticky-fixed .sub-nav{box-shadow: 0 5px 15px rgba(0,0,0,0.3);}

/* 内容卡片 */
.card-advantage{background: #f1fbfb;}
.card-advantage .uk-card-header{background-color: #00B67A;}
.card-advantage .uk-card-title{color: #fff;}
.card-shortcoming{background: #f8f8f8;}
.card-shortcoming .uk-card-header{background: #ebebeb;}


a.button-red{position: relative;background: #eb002e;color: #fff !important;}
a.button-red:hover{background-color: #be0025;}
a.button-blue{position: relative;background: #1878f3;color: #fff !important;}
a.button-blue:hover{background-color: #be0025;}
a.button-default{background-color: #f8f8f8;color: #333;}
a.button-default:hover, a.button-default:focus{background-color: #ebebeb;}
a.button-default:active, a.button-default.uk-active{background-color: #dfdfdf;}


.bg-lightgreen {background-color: #f1fbfb;}
.bg-lightgreen:hover{background-color: #DEF5F5;}
.doc-content .uk-accordion-title{font-size: 1rem;font-weight: 700;}
.text-red-base{color: #eb002e !important;}
.uk-heading-bullet::before {border-color: #458DEC;}
/* ============================= Reset E======================== */


/* =========================== base S========================== */
.margin-15{margin-top: 15px;margin-bottom: 15px;}
.margin-bottom-15{margin-bottom: 15px;}
.padding-20{padding: 20px;}
.margin-top-15{margin-top: 15px;}
.text-color-f{color: #000 !important;}

/* =========================== base E========================== */


/* =========================== conmon S========================= */
.light-blue>::before {color: #ADDAF2 !important;}
.uk-totop{bottom: 10px;right: 10px; margin: 0;padding: 15px 12px; background: #448EF6;color: #fff;}
.uk-totop:hover{background: #2D2D2D;color: #fff;}
.border{border: 1px solid #eaeeef;}
.modal-cover{background: rgba(9,118,220,.5) url(img/bg-yun.jpg) top left repeat;background-size: cover;color: #fff;}

/* 头部 */
#top {line-height: 32px;font-size: 14px;background: linear-gradient(
105deg
, #fff, #fff, #fff);border-bottom: 1px solid #f2f2f2;color: #000;}
#top a{color: #000;}
#top a:hover{color: #FF4000;}
#header{background: #fff;border-bottom: 1px solid rgba(0,0,0,.1);
    /* box-shadow: 0 1px 4px rgb(0 0 0 / 5%); */
    border-color: rgba(0,0,0,.1);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;}
#header nav{background: #fff;}
.uk-logo{color: #1a73e8;font-weight: 600;}
.pc-nav{}

/* 尾部 */
.footer,.friend-links {font-size: 14px;}
.footer, .footer a {color: #666;}

.card {
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    -webkit-box-sizing: border-box;
}

/* pages */
.page{margin: 0 auto !important;text-align: center;font-size: 14px;}
.page > a{color: #333;}
.page > a, .page > b {position: relative;display: inline-block;padding: 5px 10px;line-height: 1.42857;text-decoration: none;background-color: #FFF;border: 1px solid #DDD;}
.page > a > b {margin-left: -1px;line-height: 1.42857;text-decoration: none;color: #333;background-color: #FFF;border: none;}
.page b {margin-left: -1px;line-height: 1.42857;text-decoration: none;color: #FFF;background-color: #1e87f0;border: 1px solid #1e87f0;}
.page > a:hover{background-color: #1e87f0;color: #FFF;;border-color: #1e87f0;}

/* tags */
.tag-list a,.country-list a {display: inline-block;margin-right: 5px;padding: 0 10px;line-height: 28px;height: 28px;background: #f5f5f5;border-radius: 14px;font-size: 14px;transition: all .2s ease;color: #615f5f;}
.tag-list a:hover,.country-list a:hover{background: #1487f4;color: #fff;border-color: #1487f4;text-decoration: none;}
.ad img{width: 100%;height: auto;}

/*评论开始*/
#genAboutComment .comment-login{margin: 10px 0;font-size: .8rem;}
#genAboutComment .comment-login a:hover{color: #1e87f0;}
#genAboutComment .uk-h4 .comment-number{color:#999;font-size: .8rem;}
#genAboutComment .uk-h4 .comment-number span{color: #1e87f0;font-size: 1rem;}
#genAboutComment .am-comment-bd{font-size: .8rem;color: #666;}
#genAboutComment  li.am-comment{border-bottom: 1px dashed #e5e5e5;}
#genAboutComment li .am-comment-main{border:none;}
#genAboutComment .am-comment-bd .ecomment{padding: 4px 4px 6px;border: 1px solid #dee4e9;}
#genAboutComment .am-comment-bd .ecomment:hover{background: #F7F7F7;}
#genAboutComment .am-comment-bd .ecomment .ecommentauthor{background: #ffd; font-size:.8rem;}
#genAboutComment .am-comment-bd .ecomment .ecommentauthor:hover a{text-decoration:underline;}
#genAboutComment .am-comment-bd .ecomment p{margin:10px 0;}
#genAboutComment .am-comment-bd a{color: #1e87f0;}
#genAboutComment li .am-comment-hd{background-color:transparent;border:none;}
#genAboutComment li .am-comment-meta{font-size:.8rem;color: #999;}
#genAboutComment li .am-comment-meta a{font-weight: 400;color: #1e87f0;}
#genAboutComment li .am-comment-meta a:hover{text-decoration:underline;}
#genAboutComment .am-comment-actions a{display: inline-block;padding: 10px 5px; line-height: 1;font-size: 13px; }
#genAboutComment .am-comment-actions,#genAboutComment .am-comment-actions a,#genAboutComment .am-comment-actions span{color: #999;}
#genAboutComment .am-comment-actions a:hover{color: #1e87f0;}
#infocommentnumarea{color: #ff5c00;}
/*评论结束*/

/* ======================== conmon E====================== */


/* ============================= pages S=============================== */

/* ----首页------ */
/* 选项卡 */
.index-tabs a {font-size: 1rem;font-weight: bold;}
.news-list{list-style: none; padding: 0;}
.news-list li:hover{background: #F9FAFB;}
.list-divider>:nth-child(n+2){border-top: 1px solid #eaeaea;}
.article-meta{font-size: 12px;}
.article-meta i {margin: 0 10px;}
.article-meta-class{display: inline-block;padding: 3px 10px; background: #f5f5f5;border-radius: 500px;color: #888;}
.article-meta{font-size: 12px;}
.article-meta i {margin: 0 10px;}
.article-meta-class{display: inline-block;padding: 3px 10px; background: #f5f5f5;border-radius: 500px;color: #4370f5;}
.article-meta-class:hover{background: #448EF6;color: #fff;text-decoration: none;}
.article-meta-class .uk-icon {position: relative;top: -2px;}

/* ----列表------ */
.doc-wrapper-hd{}

/* 商家列表 */
.filter .uk-width-expand a {
    padding: 0px 5px;
    display: inline-block;
}
.filter .activate {border: 1px solid;border-radius: 12px;color: #1a73e8;}
.filter .uk-width-expand a:hover {text-decoration: none;}

/* 内容页 */
.doc-box {position: relative;webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);}
.breadcrumb a{color: #999;}
.doc-content {line-height: 1.8;color: rgba(0,0,0,.84);overflow: hidden;}
.doc-content a{color: #4370f5;}
.doc-content img{max-width: 100%;}
.doc-content h2{position: relative;padding-left: 28px;font-weight: 700;margin-top: 30px;margin-bottom: 10px;line-height: 1.4;font-size: 20px;}
.doc-content h2:before {position: absolute;left: 0px;top: 23px;content: "\201C";font-size: 2.6em;line-height: 0.1em;color: #4370f5;}
.doc-content h3{position: relative;padding-left: 18px;font-weight: 700;margin-top: 30px;margin-bottom: 10px;line-height: 1.4;font-size: 18px;color: rgba(0,0,0,.68);}
.doc-content h3:before {position: absolute;left: 0;top: 20px;content: "\2018";font-size: 2.6em;line-height: 0.1em;color: #4370f5;}
.doc-content blockquote{position: relative;padding: 1em 2.6em;background-color: #f9f9f9;border-left: 4px solid #ddd; line-height: 1.8; font-style: normal;font-size: 16px; color:#666;}
.doc-content blockquote:before { position:absolute;left:5px;top: 35px;content: "\201C";font-size: 5em;line-height: 0.1em;color: #D8E7F2;}
.doc-content blockquote:after {position:absolute;right:5px;bottom: 0;content: "\201D";font-size: 5em;line-height: 0.1em;color: #D8E7F2;}
.doc-content table{margin-top: 20px;border-collapse: collapse;border-spacing: 0;width: 100%;margin-bottom: 20px;text-align: center;}
.doc-content table th{font-weight: bold; background-color: #f8f8f8;}
.doc-content table th,.doc-content table td {padding: 8px 10px;vertical-align: top;border: 1px solid #e5e5e5;}
.doc-foot .uk-icon {position: relative;top: -2px;}
.grid-list li {margin-top: 10px !important;}
.doc-info i {margin: 0 10px;}

/* IDC介绍内容页 */
.idc-content h3::before, .idc-content .uk-h3::before {content: "";display: inline-block;position: relative;top: calc(-0.1 * 1em);vertical-align: middle;height: calc(8px + 0.7em);margin-right: calc(5px + 0.2em);border-left: calc(5px + 0.1em) solid #FF3657;}

/* TAG列表页 */
.taglist li{position: relative;top:0px;transition-property: top;transition-duration: .2s;transition-timing-function:linear;}
.taglist li:hover{position: relative;top:-6px;}
.taglist li h3{line-height: 2;}


/* ============================= pages E=============================== */





/* ========================== -Responsive S================================= */
/* PC */
@media (min-width: 640px){
	/* ---- Reset ---- */
    
	
	
	/* ---- base ---- */
    .grid-small2{margin-left: -20px;}
    .grid-small2>*, .grid-column-small2>*{padding-left: 20px;}
	
	
	/* ---- conmon ---- */
    .sidebar {width: 350px;}
    

	
	/* ---- pages ---- */
	/* 首页 */
    .thumbnail{width: 210px;}
    .thumbnail img{width: 100%;max-height: 105px;}
    
    /* 内容页 */
    .doc-content {padding: 0 50px 60px;}
	
	/* ---- -Responsive ---- */
}




/* MOBI */
@media (max-width: 639px){
	/* ---- Reset ---- */
    .uk-navbar-container:not(.uk-navbar-transparent) {background: #1e87f0;}
	.uk-logo {color: #fff !important;}
    .uk-navbar-item, .uk-navbar-toggle{min-height: 60px;}
	
	/* ---- base ---- */
	
	
	/* ---- conmon ---- */
    .container {padding-left: 0;padding-right: 0;}
    .margin-remove-bottom\@s{margin-bottom: 0 !important;}
    .margin-remove-top\@s{margin-top: 0 !important;}
    .padding-small {padding: 15px;}
    .padding-remove-vertical {padding-top: 0 !important;padding-bottom: 0 !important;}
    

	
	/* ---- pages ---- */
	
	
	/* ---- -Responsive ---- */	
}
/* ========================== -Responsive E================================= */
