/*
Theme Name: newbiettn_professional_life
Theme URI: http://newbiettn.com
*/

body {
    position: relative;
    font-size: 12px;
    line-height: 1;
    color: #333;
    font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-weight: normal;
    font-style: normal;
    background: #eef6f9;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table th {
  text-align:center;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  word-wrap: break-word;
}
table tbody > tr:nth-child(2n+1) {
  background-color: rgba(102,128,153,.05);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 8px 0;
    font-weight: bold;
    font-style: normal;
    font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 2;
    color: #555;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

a {
    color: #36506C;
    text-decoration: none;
    line-height: inherit;
    transition: all .3s ease
}

.flt {float: left;}
.frt {float: right;}

.clearfix:after {content:""; display: table; clear: both;}
.clearfix {*zoom:1;}

.hide {
    display: none;
}
.show {
    display: block;
}

a:hover {
    color: #233142;
}

a:focus {
    color: #233142;
}

p {
    padding: 15px 0;
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
}

p:empty {
    padding: 0;
}

.header {
    background: #f0f5fb;
}

iframe {
    margin: 10px 0 15px;
    border: 0;
    width: 100%;
}

.border-top-light {
    border-top: 1px solid #ededed;
}

.border-top-normal {
    border-top: 1px solid #aaa;
}

.fixed {
    /* 	position: fixed;
	right: 67px;
	overflow-y:scroll;
    overflow-x:hidden;
    max-height: 500px; */
}


/* Preloader ---------------------- */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99;
    height: 100%;
}

.preload-status {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    background-image: url("https://thinktxt.static.lxyour.com/images/loading.svg");
    background-repeat: no-repeat;
    background-position: center;
}


/* Top Bar  ---------------------- */

.top {
    width: 100%;
    background: #EEEFF1;
    padding: 0;
    border-bottom: 1px solid #E4E5E7
}

@media only screen and (max-width: 767px) {
    .top {
        margin: 0 auto;
        text-align: center;
    }
}


/* Lists ---------------------- */

ul.social {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0
}

ul.social li {
    float: left;
    display: inline;
    padding: 8px 10px 1px;
    border-right: 1px solid #E4E5E7;
}

ul.social li:first-child {
    padding-left: 0;
}

ul.social li:last-child {
    border-right: 0
}


/* Header  ---------------------- */

.site-header {
    min-height: 100px;
}

.site-header .hd-height {
    min-height: 100px;
    padding: 20px 0;
    box-sizing: border-box;
}

.hd-brand,
.hd-logo,
.hd-text {
    float: left;
}

.hd-logo {
    margin-right: 10px;
}
.hd-logo .img-logo {
    width: 80px;
    height: 80px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.hd-text .title {
    padding: 0;
    font-size: 28px;
    line-height: 1.5;
}
.hd-text .slogan {
    padding: 5px 0;
}

/* Main Part  ---------------------- */
.main-part {
    padding: 15px 0;
}

.mode-container {
    min-height: 750px;
}

/* Footer  ---------------------- */
.site-footer {
    min-height: 60px;
}

.footer-rights {
    padding: 15px 0;
}
.footer-rights p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.footer-rights .text-center {
    text-align: center;
}


/* Nav  ---------------------- */
.header-nav {
    float: right;
    position: relative;
}
.vim-navbar {
    height: 40px;
    margin-top: 30px;
}
.vim-navbar li {
    float: left;
    font-size: 14px;
    list-style: none;
    margin-left: 15px;
}
.vim-navbar li a {
    display: inline-block;
    padding: 2px 20px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all .3s ease;
}

.vim-navbar li a:hover {
    color: #a5def1;
    border-color: #233142;
    background: #233142;
}

/* Article list   ---------------------- */
.list-container {
  padding: 10px 0 20px;
}
.list-item {
  position: relative;
  padding: 25px 0;
  list-style: none;
  border-bottom: 1px dashed #dbdbdb;
}
.have-img .list-content {
  padding-right: 210px;
}

.link-title {
  font-size: 22px;
  font-weight: 700;
}
.list-content .abstract {
  padding: 10px 0;
}
.list-content .abstract h2,
.list-content .abstract p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.list-content .abstract img {
  display: none;
}

.list-content .meta {
  font-size: 12px;
  color: #999;
}
.list-content .meta .category {
  display: inline-block;
  padding: 0 5px;
  margin-right: 10px;
  border: 1px solid #36506C;
  border-radius: 4px;
}

.thumb {
  position: absolute;
  top: 50%;
  right: 0;
  width: 200px;
  height: 120px;
  margin-top: -60px;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  transition: all .6s ease;
}
.thumb img:hover {
  transform: scale(1.5, 1.5);
}

/* Article ---------------------- */
.article {
    margin-bottom: 60px;
    min-height: 250px;
    word-wrap: break-word;
}

.article-header {
    font-weight: normal;
    padding: 0;
    margin-top: 11px;
    margin-bottom: 11px;
    color: #2F2F2F;
    border-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ededed;
}

.article-title {}

.article-info {
    font-size: 14px;
    line-height: 30px;
    color: #888;
}

.article-info .date,
.article-info .category {
    margin-right: 10px;
}

.article-info .tags {
    display: inline-block;
}

.article-info .tags a,
.article-tags .tag {
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 12px;
    line-height: 24px;
    color: #888;
    border: 1px solid #bfbfbf;
    border-radius: 12px;
    transition: all .3s ease;
}

.article-info .tags a:hover,
.article-tags .tag:hover {
    color: #36506C;
    border-color: #36506C;
}

.article-tags {
  padding: 20px 10px;
}

.article-img {
  text-align: center;
}

.article-img .main-img {
  width: 600px;
  height: 300px;
}

.main-content a {
    font-weight: bold;
}

.main-content ul {
    margin-left: 20px;
}

.main-text {
  margin-bottom: 20px;
}

.columns-hd {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: #36506C;
  border-left: 10px solid #233142;
}

.columns-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 60px;
    border-bottom: 1px dashed #dbdbdb;
}

.columns-list {
  margin: 0 auto;
}
.columns-list li {
  list-style: none;
}
.columns-list .seperator {
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 20px;
  border-left: 5px solid #36506C;
}
.columns-list .item {
  line-height: 24px;
  padding-bottom: 10px;
}
.columns-list .item time {
  color: #666;
}
.columns-list .item a {
  margin-left: 30px;
}
.category-wrap,
.tags-wrap {
  padding: 20px 0;
}
.category-wrap a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #a5def1;
  border-radius: 3px;
}
.tags-wrap a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  transition: all .3s ease;
}
.tags-wrap a:hover {
  color: #36506C !important;
  border-color: #36506C;
}

/* Archived list  ---------------------- */

.archived-modules {

}
.archived-modules h2 {
  margin-top: 20px;
  font-size: 28px;
}
.archived-modules .this-year-category {
  font-size: 28px;
}

.archived-row {
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px dashed #e6e6e6;
}

.archived-row .date-label {
  color: #999;
}

.article-list-item {
    line-height: 50px;
    border-bottom: 1px dashed #e6e6e6;
}

.article-list-item .post-meta {
    float: right;
}

.article-list-title {
    font-size: 20px;
}

.article-list-item .date-label {
    font-size: 14px;
}

.year-category-margin-top {
    margin-top: 1em;
}


/* Touch  ---------------------- */
.touch h1 {
    font-size: 24px;
}

.touch h2 {
    font-size: 22px;
}

.touch h3 {
    font-size: 18px;
}

.touch h4 {
    font-size: 16px;
}

.touch h5 {
    font-size: 14px;
}

.touch h6 {
    font-size: 12px;
}

.touch h1,
.touch h2,
.touch h3,
.touch h4,
.touch h5,
.touch h6 {
    line-height: 1.5;
}

.touch .site-header {
    padding-left: 10px;
}
.touch .header-nav {
    /*position: absolute;
    top: 0;
    right: 0;*/
    height: 60px;
    padding: 0 6px;
    overflow: hidden;
}

.touch .footer-rights p {
    font-size: 12px;
}

.touch .img-logo {
    width: 60px;
    height: 60px;
}

.touch .hd-text .title {
    font-size: 22px;
    line-height: 1.5;
}
.touch .hd-text .slogan {
    font-size: 12px;
}

.touch .have-img .list-content {
  padding-right: 0;
}

.touch .thumb {
  position: static;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.touch .article-img .main-img {
  width: 100%;
  height: 180px;
}

/*.touch .header-nav {
    float: none;
    position: absolute;
    right: -130px;
    bottom: 0;
    top: 0;
    width: 130px;
    padding: 20px;
    background: #
}

.touch .vim-navbar {
    width: 90px;
    height: auto;
}

.touch .vim-navbar li {
    float: none;
    margin-top: 20px;
    margin-left: 0;
}

.touch .vim-navbar li a {
    width: 100%;
    box-sizing: border-box;
}*/


/* Theme  ---------------------- */
.theme-dark,
.theme-dark .header-nav{
    color: #fff;
    background: #36506C;
}

.theme-dark a {
    color: #fff;
}

/*.touch .theme-dark .header-nav{
    background: #233142;
}*/

.theme-tint.content {
    background: #fff;
    border-radius: 6px;
}
.touch .theme-tint.content {
    border-radius: 0;
}


@media only screen and (max-width: 767px) {
    h1.logo {
        padding-bottom: 9px
    }
    ul.social li {
        padding: 8px 3px 0;
        border-right: 0;
    }
}


@media only screen and (max-width: 767px) {
    .motto {
        margin: 0 auto;
        text-align: center;
    }
    .logo {
        margin: 0 auto;
        text-align: center;
    }
    nav .dropdown {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    nav ul.navigation {
        display: none;
    }
    nav ul li {
        float: left;
        display: block;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    body {
        transition: transform 0.3s ease;
    }
    body.side-left {
        -webkit-transform: translate(-130px, 0);
        -ms-transform: translate(-130px, 0);
        transform: translate(-130px, 0);
    }
}




/*.info {
    border-bottom: 1px solid #e4e5e7;
    padding: 15px 0px;
}

.info p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    letter-spacing: 3px
}

.info h3 {
    margin: 0;
    padding: 0;
    font-size: 54px;
    font-weight: 400;
}

.info h3 a {
    color: #2F2F2F;
}

.day,
.month {
    text-transform: uppercase;
}*/



/*article h2 {
    padding: 0;
    margin: 0;
}

article h2 a {
    color: #2F2F2F;
}*/

.featuredimage {
    margin: 15px 0;
}


p.written {
    font-size: 16px;
    color: #999;
}

.hentry p.written a {
    text-decoration: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 30px auto;
}

.wp-caption {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 60%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.highlighter-rouge .highlight {
    margin: 10px 0;
    padding: 20px 10px;
    border-radius: 4px;
    overflow-y: auto;
}

code {
  font-family: inherit;
  line-height: 20px;
}

code.highlighter-rouge {
    /*border-color: #ddd !important;
    border-style: solid !important;
    border-width: 1px !important;*/
    padding: 2px 5px;
    margin: 0 5px;
    font-size: 14px;
    font-family: "Microsoft Yahei", Monaco, "MonacoRegular", "Courier New", monospace;
    color: #3b4d64;
    background: #e6e6e6 none repeat scroll 0 0;
    border-radius: 4px;
}



/* Gallery ---------------------- */

.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}

.gallery .gallery-item {
    float: left;
    margin-top: 5px;
    text-align: center;
}

.gallery .gallery-item img {
    border: none !important;
}

.gallery img {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    padding: 5px;
    background: #F7F6F2
}

.gallery .gallery-caption {
    margin-left: 0;
}

.gallery br {
    clear: both
}


/* available Columns */

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.333%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.666%
}

.col-7 {
    width: 14.285%
}

.col-8 {
    width: 12.5%
}

.col-9 {
    width: 11.111%
}


/* page style */

.sr-only {
    position: absolute;
    width: 28px;
    height: 15px;
    padding: 0;
    z-index: 100;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.vimplus-pagination {
    padding: 20px;
    text-align: center;
}

.vimplus-pagination:before,
.vimplus-pagination:after {
    content: " ";
    display: table;
}

.vimplus-pagination:after {
    clear: both;
}

.vimplus-pagination li {
    display: none;
}

.vimplus-pagination li .page-item {
    display: block;
    speak-number: continuous;
}

.vimplus-pagination .current-page,
.vimplus-pagination .previous,
.vimplus-pagination .next {
    display: inline-block;
}

/*.vimplus-pagination .previous a:before {
    content: "« ";
}

.vimplus-pagination .next a:after {
    content: " »";
}*/

@media (min-width: 320px) {
    .vimplus-pagination .pages-indicator.pages-indicator--active {
        display: inline-block;
    }
    .vimplus-pagination .first,
    .vimplus-pagination .last,
    .vimplus-pagination .offset-1,
    .vimplus-pagination .offset-2 {
        display: inline-block;
    }
    .vimplus-pagination .pages-indicator--offset-1,
    .vimplus-pagination .pages-indicator--offset-2,
    .vimplus-pagination .pages-indicator--offset-3,
    .vimplus-pagination .pages-indicator--offset-4,
    .vimplus-pagination .pages-indicator--offset-5,
    .vimplus-pagination .pages-indicator--offset-6,
    .vimplus-pagination .pages-indicator--offset-7 {
        display: inline-block;
    }
}

@media (min-width: 500px) {
    .vimplus-pagination .offset-1 {
        display: inline-block;
    }
    .vimplus-pagination .pages-indicator--offset-2 {
        display: none;
    }
}

@media (min-width: 600px) {
    .vimplus-pagination .offset-2 {
        display: inline-block;
    }
    .vimplus-pagination .pages-indicator--offset-3 {
        display: none;
    }
}

@media (min-width: 768px) {
    .vimplus-pagination .offset-3 {
        display: inline-block;
    }
    .vimplus-pagination .pages-indicator--offset-4 {
        display: none;
    }
}

@media (min-width: 768px) {
    .content {
        padding: 0 30px;
    }
    .vimplus-pagination .offset-4,
    .vimplus-pagination .offset-5,
    .vimplus-pagination .offset-6,
    .vimplus-pagination .offset-7,
    .vimplus-pagination .offset-8,
    .vimplus-pagination .offset-9 {
        display: inline-block;
    }
    .vimplus-pagination .pages-indicator--offset-4,
    .vimplus-pagination .pages-indicator--offset-5,
    .vimplus-pagination .pages-indicator--offset-6,
    .vimplus-pagination .pages-indicator--offset-7,
    .vimplus-pagination .pages-indicator--offset-8,
    .vimplus-pagination .pages-indicator--offset-9 {
        display: none;
    }

}
.vimplus-pagination {
    padding: 0;
    margin: 1em 0;
    text-align: center;
}

.vimplus-pagination li {
    margin: 0 0.2em;
    padding: 0;
    list-style: none;
}

.vimplus-pagination li.page .page-item {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #36506C;
    text-decoration: none;
    border: 1px solid #36506C;
    border-radius: 50%;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.vimplus-pagination li.page a:hover {
    background: #36506C;
    color: #fff;
}

.vimplus-pagination li.page.current-page .page-item {
    background: #36506C;
    color: #f9f9f5;
}


/* DIY duoshuo theme */

.theme-vimplus #ds-thread #ds-reset {
    color: #555;
}

.theme-vimplus #ds-thread #ds-reset .ds-replybox {
    /*margin-bottom: 30px;*/
}

.theme-vimplus #ds-thread #ds-reset .ds-replybox .ds-avatar,
.theme-vimplus #ds-reset .ds-avatar img {
    box-shadow: none;
}

.theme-vimplus #ds-thread #ds-reset .ds-textarea-wrapper {
    border-color: #c7d4e1;
    background: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.theme-vimplus #ds-thread #ds-reset .ds-textarea-wrapper textarea {
    height: 60px;
}

.theme-vimplus #ds-reset .ds-rounded-top {
    border-radius: 0;
}

.theme-vimplus #ds-thread #ds-reset .ds-post-toolbar {
    box-sizing: border-box;
    border: 1px solid #c7d4e1;
    background: #f6f8fa;
}

.theme-vimplus #ds-thread #ds-reset .ds-post-options {
    height: 40px;
    border: none;
    background: none;
}

.theme-vimplus #ds-thread #ds-reset .ds-toolbar-buttons {
    top: 11px;
}

.theme-vimplus #ds-thread #ds-reset .ds-sync {
    top: 5px;
}

.theme-vimplus #ds-thread #ds-reset .ds-post-button {
    top: 4px;
    right: 5px;
    width: 90px;
    height: 30px;
    border: 1px solid #c5ced7;
    border-radius: 3px;
    background-image: linear-gradient(#fbfbfc, #f5f7f9);
    color: #60676d;
}

.theme-vimplus #ds-thread #ds-reset .ds-post-button:hover {
    background-position: 0 -30px;
    color: #60676d;
}

.theme-vimplus #ds-thread #ds-reset .ds-comments-info {
    padding: 10px 0;
}

.theme-vimplus #ds-thread #ds-reset .ds-sort {
    display: none;
}

.theme-vimplus #ds-thread #ds-reset li.ds-tab a.ds-current {
    border: none;
    background: #f6f8fa;
    color: #60676d;
}

.theme-vimplus #ds-thread #ds-reset li.ds-tab a.ds-current:hover {
    background-color: #e9f0f7;
    color: #60676d;
}

.theme-vimplus #ds-thread #ds-reset li.ds-tab a {
    border-radius: 2px;
    padding: 5px;
}

.theme-vimplus #ds-thread #ds-reset .ds-login-buttons p {
    color: #999;
    line-height: 36px;
}

.theme-vimplus #ds-thread #ds-reset .ds-login-buttons .ds-service-list li {
    height: 28px;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list a {
    background: none;
    padding: 5px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list a:hover {
    color: #fff;
    background: #666;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-weibo {
    color: #e6162d;
    border-color: #e6162d;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-weibo:hover {
    background: #e6162d;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-qq {
    color: #13b7f6;
    border-color: #13b7f6;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-qq:hover {
    background: #13b7f6;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-renren {
    color: #217dc6;
    border-color: #217dc6;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-renren:hover {
    background: #217dc6;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-douban {
    color: #2e963d;
    border-color: #2e963d;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-douban:hover {
    background: #2e963d;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-kaixin {
    color: #fc9b00;
    border-color: #fc9b00;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-kaixin:hover {
    background: #fc9b00;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-netease {
    color: #f00;
    border-color: #f00;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-netease:hover {
    background: #f00;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-sohu {
    color: #ffcb05;
    border-color: #ffcb05;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-sohu:hover {
    background: #ffcb05;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-baidu {
    color: #2932e1;
    border-color: #2932e1;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-baidu:hover {
    background: #2932e1;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-google {
    color: #4285f4;
    border-color: #4285f4;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-google:hover {
    background: #4285f4;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-weixin {
    color: #00ce0d;
    border-color: #00ce0d;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-weixin:hover {
    background: #00ce0d;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-more-services {
    border: none;
}

.theme-vimplus #ds-thread #ds-reset .ds-service-list .ds-more-services:hover {
    background: none;
}

.theme-vimplus #ds-reset .duoshuo-ua-admin {
    display: inline-block;
    color: #f00;
}

.theme-vimplus #ds-reset .duoshuo-ua-platform,
.theme-vimplus #ds-reset .duoshuo-ua-browser {
    color: #ccc;
}

.theme-vimplus #ds-reset .duoshuo-ua-platform .fa,
.theme-vimplus #ds-reset .duoshuo-ua-browser .fa {
    display: inline-block;
    margin-right: 3px;
}

.theme-vimplus #ds-reset .duoshuo-ua-separator {
    display: inline-block;
    margin-left: 5px;
}
