/**
 * 全栈学习网 by fullstackln
 * fullstackln.com ｜ @xubingtao.cn
 */

@import url("fontawesome-all.min.css");

@media screen and (min-width: 1020px) and (max-width: 1140px) {
    .nav-right-item>a {
        padding-right: 10px;
    }
}
@media screen and (min-width: 660px) and (max-width: 1020px) {
    .container {
        /*width: 95% !important;*/
    }
    .header {
        padding: 8px 0 !important;
    }
    .brand {
        width: unset !important;
    }
    .nav-search>input {
        width: 90px !important;
    }
    .nav-right-item {
        margin-left: 10px;
    }
    .nav-right-item>a {
        padding-right: 5px !important;
    }
    #index {
        margin-left: unset !important;
    }
}

@media screen and (min-width: 815px) {
    .header {
        padding: 8px 80px !important;
    }
}

@media screen and (max-width: 660px) {/*480px*/
    .container {
        width: 100% !important;
    }
    .header {
        padding: unset !important;
    }
    .menu {
        display: block !important;
    }
    .nav-right {
        display: none !important;
    }
    .nav-left li:hover > .dropdown-menu, .nav-left li.focus > .dropdown-menu {
        width: max-content !important;
    }
    .dropdown-menu {
        min-width: unset !important;
        margin: 12px 0 0 !important;
    }
    .nav-left {
        padding: 5px !important;
        width: unset !important;
    }
    #index {
        margin-left: unset !important;
    }
    .banner {
        display: flex;
    }
    .banner>ul {
        padding: 10px 0 0 10px !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    .banner li {
        padding: 0px 5px 10px 10px!important;
    }
    .banner-up-down {
        display: flex !important;
        padding: 15px 20px !important;
    }
    .banner-height-unset {
        height: unset !important;
    }

    .main {
        padding: unset !important;
    }

    .main-menu {
        width: 100px !important;
    }
    .main-menu aside {
        width: 100px !important;
    }
    .main-content {
        width: 80% !important;
        width: -moz-calc(100% - 100px) !important;
        width: -webkit-calc(100% - 100px) !important;
        width: calc(100% - 100px) !important;
    }

    .list-detail {
        padding: 0 15px !important;
    }

    .pre-posts-left {
        width: 100% !important;
    }
    .pre-posts-left header {
        z-index: 1000 !important;
        position: absolute !important;
        background: rgba(0, 0, 0, 0.4) !important;
        width: 100% !important;
        padding: 10px !important;
        margin-top: 130px !important;
        text-align: left !important;
    }
    .pre-posts-left h2.entry-title a {
        color: white !important;
    }
    .pre-posts-left p {
        margin-top: 150px !important;
        padding-top: 30px !important;
    }
    .pre-posts-right {
        width: 100% !important;
        position: absolute !important;
    }

    .pagination-wrapper {
        margin-bottom: 30px !important;
    }
    .pagination a {
        width: 40px !important;
    }
    .pagination input {
        font-size: unset !important;
        width: unset !important;
    }

    .footer {
        padding: 25px 15px !important;
        display: block !important;
        text-align: center !important;
        height: unset !important;
    }

    .top-scroll,.visit-fxl,.search-btn,.bottom-scroll,.wxgzh-qr,.wxxcx-qr,.app-ios,.app-android,.blogs-qrcode,.bytedance-mp-qr,.accusation {
        right: 5px !important;
    }

    .display-1-flex {
        display: unset !important;
    }
    .comment-thumbs-up-down div {
        padding-right: 12px !important;
    }

    .post-content {
        padding: 0 50px !important;
    }
    .easyui-textbox {
        width: 100% !important;
        width: -moz-calc(100% - 200px) !important;
        width: -webkit-calc(100% - 200px) !important;
        width: calc(100% - 200px) !important;
        width: calc(100% - 200px) !important;
    }

    .like-reward-share-animation {
        margin-left: -100px !important;
    }
    #like_reward_share {
        display: flex !important;
        justify-content: center !important;
    }
    .share>span, .like>a, .like>span {
        width: 108px !important;
    }
    .like>span, .like>a {
        padding-left: 0px !important;
    }
    .share>span {
        padding: 8px 0px 8px 38px !important;
    }
    #share-div {
        margin-left: 30px !important;
        width: 50px !important;
    }

}
@media screen and (min-width: 370px) {
    #alertModelSendCodeBtn {
        width: 120px !important;
    }
    .send-code-btn {
        width: 110px !important;
    }
    #sendCodeBtn {
        width: 120px !important;
    }
}
/*@media screen and (min-width: 260px) and (max-width: 370px) {*/
@media screen and (min-width: 350px) and (max-width: 370px) {
    .form-signin .form-control {
        font-size: 14px !important;
    }
    .form-signin {
        overflow-x: hidden !important;
    }
    .form-signin-heading {
        font-size: 20px !important;
    }
    .captcha-login-border {
        width: 102px !important;
    }
    .pwd-login-border {
        margin-left: 30px !important;
    }
    .send-code-btn {
        /*margin-left: 130px !important;*/
        line-height: 43px !important;
        margin-top: -43px !important;
        height: 43px !important;
        /*width: 98px !important;*/
    }
    #sendCodeBtn {
        width: 110px !important;
    }
}
@media screen and (max-width: 350px) {
    .form-signin {
        overflow-x: hidden !important;
    }
    .form-signin-heading {
        font-size: 20px !important;
    }
    .captcha-login-border {
        width: 102px !important;
    }
    .pwd-login-border {
        margin-left: 30px !important;
    }
    #captcha {
        width: 130px !important;
    }
    .send-code-btn {
        margin-left: 130px !important;
        line-height: 40px !important;
        margin-top: -40px !important;
        height: 40px !important;
        width: 98px !important;
    }
    #sendCodeBtn {
        width: 120px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    h2,.h2 {
        font-size: 1.5em !important;
    }
    h3,.h3 {
        font-size: 1.3em !important;
    }
    h4,.h4 {
        font-size: 1.1em !important;
    }
    h5,.h5 {
        font-size: 0.9em !important;
    }

    .brand {
        width: unset !important;
    }

    .alert-search-div {
        text-align: center !important;
        font-size: 14px !important;
    }
}
@media screen and (max-width: 320px) {
    .nav-left {
        height: 50px !important;
        padding: 0 !important;
    }
    .brand {
        width: unset !important;
    }
    .brand:before {
        width: 60px !important;
        height: 15px !important;
        margin-top: 28px !important;
    }
    .brand-name {
        font-size: 17px !important;
    }
    .brand-domain {
        font-size: 13px !important;
    }
    .nav-left a {
        padding: 10px !important;
    }
    .nav-left>*:not(:first-child) {
        font-size: 12px !important;
    }
    .banner>ul {
        font-size: 12px !important;
    }
    body {
        font-size: 11px !important;
    }
    p,div,span,table,a,ul,li,input {
        font-size: 11px !important;
    }
    .detail footer, .list-detail footer {
        font-size: 11px !important;
    }
    h2,.h2 {
        font-size: 1.5em !important;
    }
    h3,.h3 {
        font-size: 1.3em !important;
    }
    h4,.h4 {
        font-size: 1.1em !important;
    }
    h5,.h5 {
        font-size: 0.9em !important;
    }

    .like-reward-share-animation {
        margin-left: -50px !important;
    }
    .share>span, .like>a, .like>span {
        width: 80px !important;
    }
    .like>span, .like>a, .share>span {
        padding: 5px !important;
    }
    .share>span i, .like i {
        margin: 0 !important;
    }
    .count {
        padding-right: 20px !important;
    }
    .reward-div #reward {
        width: 35px !important;
        height: 35px !important;
        line-height: 25px !important;
    }
    #share-div {
        width: 50px !important;
        margin-left: 5px !important;
        top: 28px !important;
    }
    .share-s i {
        padding: 0 5px 0 15px !important;
    }

    .widget-title {
        padding-bottom: 5px !important;
    }

    .control-label {
        width: 60px !important;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    .easyui-textbox {
        width: 100% !important;
        width: -moz-calc(100% - 160px) !important;
        width: -webkit-calc(100% - 160px) !important;
        width: calc(100% - 160px) !important;
        width: calc(100% - 160px) !important;
    }

    #feedbackSN {
        width: 140px !important;
        margin-right: 10px !important;
    }

    .pagination a {
        width: 35px !important;
    }
    .pagination input {
        width: 80px !important;
    }

    .alert-search-div {
        width: 100% !important;
        text-align: center !important;
    }
    #searchAllAlert {
        width: 150px !important;
    }
}

.alert-search-div {
    font-size: 14px;
}
#searchAll, #searchAllAlert {
    font-size: 11px;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, /*table, caption, tbody,
tfoot, thead, tr, th, td, */article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body img {
    display: block;
    max-width: 100%;
    height: auto;
}

ol, ul {
	list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.6;
    color: black;/* #747474; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body, input, select, textarea {
    /* color: #6e6e6e; */
    /* font-family: 'Source Sans Pro', sans-serif; */
   /* font-family: 'Open Sans', sans-serif;
    font-size: 16px;*/
    /* font-size: 16pt;
    font-weight: 400; */
    /* line-height: 1.75em; */
}

.container {
    /*overflow-x: hidden;*/
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

p {
    font-size: 16px;
    font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif !important;
    line-height: 2em;
    margin: 10px 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

button {
    color: black;
    cursor:pointer;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    /* border-bottom: dotted 1px; */
    /*color: #0d6efd;*/
    color: unset;
    text-decoration: none;
    cursor:pointer;
    /* background-color: transparent; */
}

a:hover {
    /* border-bottom-color: transparent; */
    color: dodgerblue;
    /* background: #ffffff; */
}

strong, b {
    font-weight: 600;
    /* color: #5b5b5b; */
}

em, i {
    font-style: italic;
}

p, ul, ol, dl, table, blockquote, form {
    /* margin: 0 0 2em 0; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 22px/*36px*/;
}
h2,
.h2 {
    font-size: 22px/*30px*/;
}
h3,
.h3 {
    font-size: 20px/*24px*/;
}
h4,
.h4 {
    font-size: 19px/*18px*/;
}
h5,
.h5 {
    font-size: 18px/*14px*/;
}
h6,
.h6 {
    font-size: 17px/*12px*/;
}

pre {
    white-space: pre-wrap;
    border-radius: 4px;
    /* width: 100%; */
    word-break: break-all;
    word-wrap: break-word;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #333;
    color: #ffffff;
    padding: 9.5px;
    margin: 0 0 10px;
    border-radius: 4px;
}
code {
    /* display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all; */
    /* word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;*/
}

/**
 * 绑定animation的bounce
 */
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -12px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -6px, 0);
    }

    90% {
        transform: translate3d(0,-1px,0);
    }
}

div#site-notice {
    /* z-index: 100000;
    line-height: 30px; */
    height: 45px;
    /**padding-left: 10px;*/
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    width: 100%;
    /* padding: 0 15px; */
}
#site-notice .list {
    padding-left: 5px;
}
.site-notice-div {
    float: left;
}
.fa-volume-up:before {
    content: "\f028";
    color: #428bca;
}
#site-notice a {
    color: #1663B7;
}
#site-notice a:hover {
    color: #09F;
}
#site-notice-div2 {
    overflow: hidden;
    height: 30px;
}
#site-notice-div2 .list li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
#site-notice-div2 .list li p {
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#site-notice-div2 ul li, ol li {
    padding: 0;
}

.top-scroll,.visit-fxl,.search-btn,.bottom-scroll,.wxgzh-qr,.wxxcx-qr,.app-ios,.app-android,.blogs-qrcode,.bytedance-mp-qr,.accusation {
    height: 40px;
    width: 40px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 12px;
    text-align: center;
    z-index: 1000/*9999*/;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: #00a3c8;
    color: #00a3c8;
}
.top-scroll i,.visit-fxl i,.search-btn i,.bottom-scroll i,.wxgzh-qr i,.wxxcx-qr i,.app-ios i,.app-android i,.blogs-qrcode i,.bytedance-mp-qr i,.accusation i {
    font-size: 18px;
    height: 100%;
    padding: 8px;
}
.top-scroll:hover,.top-scroll:focus,.visit-fxl:hover,.visit-fxl:focus,.search-btn:hover,.search-btn:focus,.bottom-scroll:hover,.bottom-scroll:focus,.wxgzh-qr:hover,.wxxcx-qr:hover,
.app-ios:hover,.app-android:hover,.blogs-qrcode:hover,.bytedance-mp-qr:hover,.accusation:hover,.accusation:focus {
    background-color: #00b9eb;
    transition: all 0.3s ease 0s;
}
.wxgzh-qr:focus,.wxxcx-qr:focus,.bytedance-mp-qr:focus {
    outline: none !important;
}
.top-scroll {
    bottom: 10%;
    display: none;
    margin-bottom: 395px;
}
.visit-fxl {
    bottom: 10%;
    margin-bottom: 350px
}
.search-btn {
    bottom: 10%;
    margin-bottom: 305px;
}
.wxgzh-qr {
    bottom: 10%;
    margin-bottom: 260px;
}
.wxgzh-qr-img {
    bottom: 330px;
}
.wxxcx-qr {
    bottom: 10%;
    margin-bottom: 215px;
}
.wxxcx-qr-img {
    bottom: 285px;
}
.app-ios {
    bottom: 10%;
    margin-bottom: 170px;
}
.app-ios>.fa-lg {
    line-height: initial;
    vertical-align: initial;
}
.app-android {
    bottom: 10%;
    margin-bottom: 125px;
}
.blogs-qrcode {
    bottom: 10%;
    margin-bottom: 80px;
}
.bytedance-mp-qr {
    bottom: 10%;
    margin-bottom: 35px;
}
.bytedance-mp-qr-img {
    bottom: 105px;
}
.accusation {
    bottom: 10%;
    margin-bottom: -10px;
}
.bottom-scroll {
    bottom: 10%;
    margin-bottom: -55px;
}
.visit-fxl>i,.search-btn>i,.app-android>i,.blogs-qrcode>i {
    line-height: 1.1;
}
.wxgzh-qr-img,.wxxcx-qr-img,.bytedance-mp-qr-img {
    text-align: center;
    font-size: 20px !important;
    position: fixed;
    background: #fff;
    right: 58px;
    max-width: 300px;
    z-index: 99999999;
    display: none;
    border-radius: 4px;
    padding: 5px;
    animation: fade-in;
    animation-duration: 0.5s;
    -webkit-animation: fade-in 0.5s;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.output img {
    width: 300px;
    height: 100px;
}
.wxgzh-qr .fa-qrcode {
}
.wxgzh-qr-img .arrow,.wxxcx-qr-img .arrow,.bytedance-mp-qr-img .arrow {
    position: absolute;
    font-size: 26px;
    bottom: 2px;
}
.arrow-y {
    color: #fff;
    right: -8px;
}
.arrow-z {
    color: #c6c6c6;
    right: -9px;
}
#output td {
    border: none;
}
#output td {
    padding: 0;
}

.backlayer,.wxmp_backlayer {
    background-color: rgba(0,0,0,0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}
.toplayer {
    width: 330px !important;
    display: inline-block !important;
    left: 50% !important;
    opacity: 0;
    position: fixed !important;
    visibility: hidden;
    z-index: 100000;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    background-color: #f8f8f8;
    border: 1px #eee solid !important;
    padding: 8px 0px !important;
    text-align: center !important;
    border-radius: 4px !important
}
.backlayer:target,.wxmp_backlayer:target {
    visibility: visible;
    opacity: 1
}
.backlayer:target+.qr_page,.wxmp_backlayer:target+.wxmp_page {
    top: 45%;
    opacity: 1;
    visibility: visible;
}
.toplayer p {
    padding: 0 !important;
}
.toplayer a {
    width: 320px;
    font-weight: bold;
}

.weui-toast,.weui-toptips {
    z-index: 50000 !important;
}

/**
* weui的dialogPC端居中
**/
.weui-skin_android .weui-dialog__hd {
    text-align: center !important;
}
.weui-skin_android .weui-dialog__title {
    font-size: 1.5em !important;
}
.weui-skin_android .weui-dialog__ft {
    text-align: center !important;
    padding: 15px !important;
    line-height: unset !important;
    min-height: unset !important;
}
.weui-dialog__bd {
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
    font-size: unset !important;
}

/*
未显示部分用省略号代替
*/
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    text-overflow: ellipsis;
}

.widget-title {
    color: #242526;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    font-style: normal;
    padding: 0 0 18px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e7eaf1;
}

.fenxianglu-logo {
    margin-bottom: 4px;
    vertical-align: middle;
    height: 17px;
    content: url(https://www.xubingtao.cn/favicon.ico);
}

.datagrid-cell-operation {
    display: table;
    width: 100%;
    text-align: center;
}
.datagrid-cell-operation a {
    margin: 5px;
}

.full-width-important {
    width: 100% !important;
}

input[type="radio"], .radio {
    font-size: 12px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}

.color-dodgerblue {
    color: dodgerblue;
}