html {
    background-color: #34363a;
    height: 100vh;
}

body {
    color: #abacae;
    background-color: #34363a;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

a a:focus {
    outline: none;
}

hr {
    border-top: 1px dotted #ddd;
}

.navbar {
    padding-top: 5px;
    min-height: 53px;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    padding-right: 0 !important
}

.callpass-logo {
    float: left;
    width: 43px;
    height: 43px;
    position: relative;
    padding: 1px;
    background: url(../img/allcom-icons/callpass-round-logo.png) no-repeat;
    background-size: 43px 43px;
}

.callpass-text {
    float: left;
    text-align: center;
    line-height: 46px;
    padding-left: 4px;
    color: #019cff;
    font-size: 24px;
    font-family: sans-serif;
}

.sub-title {
    display: inline-block;
    color: black;
    font-size: 18px;
    margin: 18px 15px 0;
    font-family: 'Droid Sans Fallback', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}

.body-container {
    padding: 60px 0;
    min-height: 600px;
    background-color: #fff;
}

.content-header {
    margin: 20px 0 -12px;
    display: flex;
    justify-content: space-between;
}

.content-header-title {
    font-size: 25px;
    color: #000;
}

.content-header-sub-title {
    font-size: 17px;
}

.content-div {
    position: relative;
}

.tree-menu {
    width: 200px;
    position: absolute;
    background: #f8f9fb;
}

.tree-menu>ul>li.super-tab>a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #66686d;
    margin-left: -5px;
    margin-right: -5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tree-menu>ul>li>a:hover,
.tree-menu>ul>li>a:focus {
    color: #1890ff;
}

.tree-menu>ul>li.child-tab {
    padding: 3px 15px;
    text-decoration: none;
}

.tree-menu>ul>li.child-tab>a{
  text-decoration: none;
}

.tree-menu>ul>li.child-tab.active,
.tree-menu>ul>li.child-tab.active:hover,
.tree-menu>ul>li.child-tab.active:focus{
  text-decoration: none;
  background-color: rgba(24,144,255,0.3);
}

.tree-content {
    color: #00c600;
    margin-left: 220px;
}

.article-title{
  text-align: center;
  color: #585b60;
  font-size: 30px;
}

.article-body{
  color: #6c757d;
  font-size: 14px;
}

/* ==========================================================================
   Footer Area Style
   ========================================================================== */
.footer-area {
    background: #34363a;
}

.section-padding {
    padding: 23px 0 0 0;
}

.footer-area .footer-titel {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.footer-area ul li {
    margin-bottom: 10px;
}

.footer-area ul li a {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
}

.footer-area ul li a:hover {
    color: #137ED9;
}

.footer-area #subscribe-form {
    margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
    position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    height: 39px;
    border-radius: 0;
    background: transparent;
    color: #137ED9;
    border-left: 1px solid #ddd;
}

.social-icon a {
    color: #666;
    background: #fff;
    width: 36px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin: 15px 6px 12px 4px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
    color: #fff !important;
}

.social-icon .facebook:hover {
    background: #3b5999;
}

.social-icon .twitter:hover {
    background: #4A9CEC;
}

.social-icon .instagram:hover {
    background: #D6274D;
}

.social-icon .linkedin:hover {
    background: #1260A2;
}

.social-icon .google:hover {
    background: #CE332A;
}

.social {
    margin-top: 10px;
}

.weibo {
    padding: 2px 2px;
    position: relative;
    font-size: 2.25rem;
    text-align: center;
    width: 4rem;
}

.weixin {
    padding: 2px 2px;
    position: relative;
    font-size: 2.25rem;
    text-align: center;
    width: 4rem;
}

.weibo svg {
    padding: 0 2px;
    height: 32px;
}

.weixin svg {
    padding: 0 2px;
    height: 32px;
}

.weibo svg path {
    fill: #FFFFFF;
}

.weixin svg path {
    fill: #FFFFFF;
}

.weibo:hover svg path {
    fill: #e6162d;
}

.weixin:hover svg path {
    fill: #00c600;
}

.weibo:hover .qrcode-area {
    display: block;
}

.weixin:hover .qrcode-area {
    display: block;
}

.qrcode-area {
    display: none;
    position: absolute;
    left: -130px;
    top: -320px;
    width: 280px;
    height: 320px;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(52, 63, 75, .06), 0 10px 50px 0 rgba(52, 63, 75, .12), 0 0 0 1px rgba(52, 63, 75, .02);
}

.qrcode-area img {
    display: block;
    max-width: 240px;
    max-height: 240px;
}

.qrcode-area div {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
    color: #9aa7bd;
}


#copyright {
    background: #34363a;
    border-top: 2px dotted #3b3d42;
    padding: 10px;
}

#copyright p {
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin: 0;
}

#copyright p a {
    color: #fff;
}

#copyright p a:hover {
    color: #137ED9;
}

.allcom-intro {
    color: #aaabad;
}