/*! CSS Used from: http://jindouyxt.com/xdgame/css/layui.css */
img {
    display: inline-block;
    vertical-align: middle;
}

h1,
h3,
h4 {
    font-weight: 400;
}

.layui-btn,
img {
    vertical-align: middle;
}

.layui-btn,
.layui-icon {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.layui-breadcrumb {
    visibility: hidden;
}

button,
div,
form,
h1,
h3,
h4,
input,
li,
p,
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

h4 {
    font-size: 100%;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #777;
}

.layui-clear {
    clear: both;
    *zoom: 1;
}

.layui-clear:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0;
}

.layui-hide {
    display: none !important;
}

.layui-icon {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layui-icon-download-circle:before {
    content: "\e601";
}

.layui-btn {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

.layui-btn:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.layui-breadcrumb {
    font-size: 0;
}

.layui-breadcrumb>* {
    font-size: 14px;
}

.layui-breadcrumb a {
    color: #999 !important;
}

.layui-breadcrumb a:hover {
    color: #5FB878 !important;
}

.layui-breadcrumb span[lay-separator] {
    margin: 0 10px;
    color: #999;
}

/*! CSS Used from: http://jindouyxt.com/xdgame/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-star:before {
    content: "\f005";
}

/*! CSS Used from: http://jindouyxt.com/xdgame/css/article.css */
.article-tit {
    position: relative;
    margin: 15px 0 25px;
}

.article-crumbs {
    color: #999;
}

.article-crumbs a:hover {
    color: #007bf5 !important;
}

.article-tit h1 {
    font-weight: 700;
    font-size: 24px;
    position: relative;
}

.article-tit .info {
    color: #888;
    font-size: 12px;
    margin-top: 10px;
    border-top: 1px solid #f6f6f6;
    padding-top: 10px;
}

.article-tit .info span {
    padding: 0 20px 0 0;
}

.article-tit .info span:last-child {
    float: right;
    padding: 0;
    cursor: pointer;
}

.article-tit .collect {
    line-height: 28px;
    background: #f6f6f6 !important;
    color: #777;
    border-radius: 20px;
    position: absolute;
    top: -36px;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    height: 28px;
    padding: 0 15px 0 13px;
}

.article-tit .collect i {
    padding: 0 5px 0 0;
}

.article-tit .collect:hover {
    background: #007bf5 !important;
    transition: all .3s;
    color: #fff;
}

.article-main .left {
    /*width: 900px;*/
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}

.article-body {
    background: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    padding: 0 0 20px;
}

.article-main {
    margin-top: 100px;
    position: relative;
}

.article-body a {
    padding-bottom: 2px;
    box-shadow: 0 1px;
    color: #007bf5;
}

.article-body p {
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.article-body h3 {
    position: relative;
    padding: 5px 0 15px;
    color: #424242;
    font-size: 18px;
    display: -webkit-inline-box;
    cursor: pointer;
    z-index: 16;
    font-weight: 700;
    line-height: 30px;
}

.article-body h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
    border-left: 4px solid #007bf5;
    padding: 0 0 0 10px;
    line-height: 17px;
}

.article-body h3:before {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1;
    width: 45%;
    height: 2px;
    background: #007bf5;
    content: " ";
    border-radius: 20px;
    transition: all .5s;
}

.article-body h3:hover:before {
    width: 100%;
    transition: all .5s;
}

.article-body img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    margin: 10px 0;
}

.article-down {
    padding: 20px 0 40px;
    margin-top: 1px;
    overflow: hidden;
}

.article-down .title {
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
}

.article-down ul li {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-right: 15px;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
}

.article-down ul li a {
    display: block;
    transition: all .3s;
}

.article-down ul li a i {
    margin-right: 3px;
}

.article-down ul li:hover {
    background: #007bf5 !important;
    border: 1px solid #007bf5 !important;
}

.article-down ul li a:hover,
.article-down ul li:hover a {
    color: #fff;
}

.copyright {
    padding: 20px 20px;
    border-radius: 4px;
    color: #777;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
}

.copyright .tit {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #007bf5;
    text-align: center;
    letter-spacing: 8px;
}

.copyright p {
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: justify;
}

.collect {
    background: #007bf5   !important;
    background-size: 25px !important;
}

@media screen and (max-width:800px) {
    .article-tit h1 {
        font-size: 20px;
    }

    .article-tit .collect {
        top: -36px;
    }

    .article-tit .info span {
        padding: 0 10px 0 0;
    }

    .article-main .left {
        width: 100%;
        padding: 10px;
    }

    .right.public {
        display: none;
    }

    .article-down ul li {
        width: 32%;
        margin: 0 1% 1% 0;
    }
}

/*! CSS Used from: http://jindouyxt.com/xdgame/css/public.css */
.container {
    /*width: 1300px;*/
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

input {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.right.public {
    width: 370px;
}

.right .sjmh {
    width: 290px;
    background: #fff;
    margin: 0 auto 20px;
    position: relative;
    z-index: 999;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}

.right .sjmh h4 {
    font-size: 20px;
    font-weight: bold;
}

.right .sjmh #btn {
    border: 0;
    padding: 5px 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #007bf5;
    color: #fff;
}

.right .sjmh .search {
    margin: 20px auto;
    position: relative;
}

.right .sjmh .search input.txt {
    height: 40px;
    width: 100%;
    text-indent: 30px;
    line-height: 40px;
    border: 0;
    border-radius: 5px;
    color: #5f5f5f;
    background: #fff;
    border: 1px solid #f1f1f1;
    font-size: 14px;
}

.right .sjmh .search input[type=submit] {
    position: absolute;
    top: 1px;
    right: 10px;
    background: 0 0;
    border: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #888;
    display: none;
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width:800px) {
    .container {
        width: 98%;
        margin: auto;
    }
}

/*! CSS Used fontfaces */
