

.json-src {
    height: 100%;
    min-height: 550px;
    background-color: #f6f6f6;
    padding: 0 10px 10px 10px;
    border: 0;
    border-right: solid 1px #E5EBEE;
    border-bottom: solid 1px #eee;
    border-radius: 0;
    esize: none;
    outline: none;
    font-size: 1.2vh;
}

.tool {
    padding: 10px;
    min-height: 40px;
    border-bottom: solid 1px #eee;
    background-color: #fff;
    width: 100%;
    font-size: 1.2vh;
    z-index: 100;
}

    .tool a {
        padding: 0px 8px;
        color: #999;
    }

.navi a:hover {
    color: #888;
}

.load-gg {
    height: 90px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 350px);
}

.editor-con {
    height: calc(100% - 150px);
    /*height: calc(100% - 300px);*/
}

.cus-footer {
    margin-top: 5px;
    text-align: center;
    position: relative;
}

    .cus-footer footer {
        text-align: center;
        color: #aaa;
        font-family: Tahoma,'微软雅黑';
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
    }

        .cus-footer footer .copyright-link a {
            margin: 0 10px;
        }

        .cus-footer footer .copyright-link {
            margin-bottom: 5px;
        }

.editor-con {
    /*height: calc(100% - 155px);*/
    height: calc(100% - 201px);
}

    .editor-con .numberedtextarea-wrapper {
        height: 100%;
    }

footer {
    margin-top: 1vh;
    font-size: calc(2px + 1vh);
}

/*新增*/
.header-nav-list {
    position: relative;
}

    .header-nav-list .dropdown {
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
    }

        .header-nav-list .dropdown .custom-btn {
            padding: 5px 15px;
            margin-left: 0;
        }

        .header-nav-list .dropdown li.divider {
            margin: 0;
        }

        .header-nav-list .dropdown li a {
            padding: 8px 20px;
        }

.custom-btn {
    margin-left: 5px;
    padding: 5px 15px;
    background-color: #eee;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}

    .custom-btn:hover {
        color: #fff;
        background-color: #0fd59d;
    }

    .custom-btn.active {
        color: #fff;
        background-color: #0fd59d;
    }

#aceEditor {
    width: 100%;
    height: calc(100% - 50px);
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ddd;
}

#aceEditor2 {
    height: calc(100% - 50px);
    border-bottom: 1px solid #eee;
}

.custom-btn-group {
    /*margin-top: 5px;*/
    margin-top: 15px;
    text-align: center;
}

/*jsobfuscate*/
.obfuscate-box {
    /*margin-top: 10px;*/
    /*border-radius: 3px;*/
    /*border: 1px solid #dddddd;*/
    width: 50%;
    float: left;
    height: 100%;
    border-right: 1px solid #eee;
}

    .obfuscate-box .tab-content {
        /*padding: 15px;*/
        height: 100%;
    }

        .obfuscate-box .tab-content .tab-pane {
            height: 100%;
        }

    .obfuscate-box .editor-box2 {
        margin-top: 0;
        height: calc(100% - 92px);
    }

        .obfuscate-box .editor-box2 #editor4 {
            height: 100%;
        }

            .obfuscate-box .editor-box2 #editor4 .CodeMirror {
                height: 100%;
            }

        .obfuscate-box .editor-box2 #code4 {
            height: 100%;
            width: 100%;
        }

    .obfuscate-box .code-box {
        position: relative;
        height: calc(100% - 92px);
    }

    .obfuscate-box .nav-tabs > li > a {
        border-radius: 0;
    }

    .obfuscate-box .code-box pre {
        height: 200px;
        border-radius: 3px;
        overflow-y: auto;
        margin-bottom: 0px;
        height: 100%;
        border: none;
        white-space: normal;
    }

    .obfuscate-box .upload-js-file {
        position: relative;
        cursor: pointer;
        height: calc(100% - 92px);
    }

        .obfuscate-box .upload-js-file input {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 9;
            opacity: 0;
            filter: alpha(opacity=0);
            top: 0;
            left: 0;
        }

        .obfuscate-box .upload-js-file .jsfile-mask {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 3px;
            border: 1px dashed #0fd59d;
            text-align: center;
            font-size: 16px;
            line-height: 260px;
        }

        .obfuscate-box .upload-js-file .upload-drag-hover {
            border-color: #38b03f;
        }

.obfuscate-box {
    position: relative;
}

#jsonlintBox {
    position: absolute;
    bottom: 42px;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
}

    #jsonlintBox i {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 10px;
        opacity: .5;
        cursor: pointer;
    }

    #jsonlintBox pre {
        border: none;
        white-space: normal;
    }

.json-warning pre {
    background-color: rgba(255, 255, 0, .2);
    color: #ff6c00;
}

.json-danger pre {
    background-color: rgba(255, 0, 0, .2);
    color: red;
}

.json-danger {
    display: block !important;
}

.obfuscate-setting {
    width: 50%;
    float: left;
    padding: 0 15px;
    height: 100%;
    overflow-y: auto;
}

    .obfuscate-setting > h4 {
        margin-bottom: 0;
    }

    .obfuscate-setting h4 a {
        font-size: 14px;
        margin-left: 20px;
    }

    .obfuscate-setting .setting-item {
        margin-bottom: 10px;
    }

        .obfuscate-setting .setting-item:after {
            content: '';
            display: block;
            clear: both;
        }

        .obfuscate-setting .setting-item p {
            margin: 15px 20px 9px 0;
        }

        .obfuscate-setting .setting-item .setting-opation {
        }

    .obfuscate-setting .setting-item2 .setting-type .setting-opation2 {
        /*float: left;*/
        /*width: 50%;*/
        /*padding: 15px;*/
        /*margin-bottom: 15px;*/
        float: left;
        width: 48%;
        margin-bottom: 15px;
        margin-right: 2%;
        border-radius: 3px !important;
    }

        .obfuscate-setting .setting-item2 .setting-type .setting-opation2 label {
            line-height: 1.7;
        }

        .obfuscate-setting .setting-item2 .setting-type .setting-opation2 > p {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .obfuscate-setting .setting-item2 .setting-type .setting-opation2 hr {
            margin: 10px 0 15px 0;
        }

        .obfuscate-setting .setting-item2 .setting-type .setting-opation2 .input-group {
            padding-bottom: 5px;
        }

        .obfuscate-setting .setting-item2 .setting-type .setting-opation2 .input-group-addon:hover {
            cursor: pointer;
        }

        .obfuscate-setting .setting-item2 .setting-type .setting-opation2 .label-box .label {
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 5px;
            background-color: grey;
        }

        .obfuscate-setting .setting-item2 .setting-type .setting-opation2 .label-box i {
            padding-left: 5px;
        }

            .obfuscate-setting .setting-item2 .setting-type .setting-opation2 .label-box i:hover {
                cursor: pointer;
            }

.obfuscate-ins {
    margin-top: 10px;
}

    .obfuscate-ins .alert {
        margin-bottom: 10px;
    }

    .obfuscate-ins th {
        background-color: #f6f6f6 !important;
    }

    .obfuscate-ins td {
        background-color: #ffffff !important;
    }

        .obfuscate-ins td .with-icon i {
            font-size: 20px;
            width: auto !important;
            display: inline-block;
        }

        .obfuscate-ins td .with-icon .content {
            display: inline-block;
        }

    .obfuscate-ins table {
        margin-bottom: 0;
    }

    .obfuscate-ins tbody {
        border-radius: 3px;
    }

#jsonBeanCon {
    padding: 15px;
    background-color: #eee;
    height: 100%;
    position: relative;
}

    #jsonBeanCon:after {
        position: absolute;
        content: '生成实体类显示区域';
        width: 100%;
        text-align: center;
        top: 50%;
        color: #ccc;
        font-size: 16px;
    }

    #jsonBeanCon textarea {
        resize: vertical;
        min-height: 150px;
        position: relative;
        z-index: 9;
    }

.pojo-box {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

    .pojo-box .code-box {
        height: 100%;
    }

        .pojo-box .code-box .prettyprint {
            height: 100%;
            border-radius: 0;
            border-color: #eee;
        }

li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
    padding-left: 1em;
    background-color: transparent !important;
    list-style-type: decimal !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.compare-editor {
    height: 100%;
}

    .compare-editor #view {
        height: 100%;
    }

    .compare-editor .CodeMirror-merge, .compare-editor .CodeMirror-merge .CodeMirror, .compare-editor .CodeMirror-merge .CodeMirror-merge-pane {
        height: 100%;
    }

.compare-features {
    text-align: center;
    margin-top: 13px;
}

    .compare-features .checkbox {
        display: inline-block;
        margin-left: 15px;
    }

#dragEle {
    height: 100%;
    position: absolute;
    width: 10px;
    background: transparent;
    left: 41.66666667%;
    margin-left: -5px;
    z-index: 999;
    top: 0 !important;
    cursor: col-resize !important;
}

.editor-tip {
    position: absolute;
    right: 10px;
    top: 61px;
    font-size: 12px;
    color: #aaa;
}

.drop-second-nav {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
}

    .drop-second-nav .dropdown-menu {
        left: auto;
        right: 0;
    }

    .drop-second-nav li a {
        font-size: 12px;
    }



@media screen and (max-width: 1000px) {
    .second-nav {
        display: none;
    }

    .first-nav {
        width: 100%;
    }

    .drop-second-nav {
        display: block;
    }
}


button{
    background-color: transparent;
    /*padding: 5px 15px;*/
}
.bg-color-f7{
    background-color: #f7f7f7;
}
.bg-color-ff{
    background-color: #ffffff;
}
.width-out{
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.empty-btn{
    border: 1px solid #0fd59d;
    border-radius: 3px;
    color: #0fd59d;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-align: center;
}
.empty-btn:hover{
    border: 1px solid #0fbd8c;
    color: #0fbd8c;
}
.full-btn{
    border: 1px solid #0fd59d;
    background-color: #0fd59d;
    color: #fff;
    border-radius: 3px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-align: center;
}
.full-btn:hover{
    background-color: #0fbd8c;
    border: 1px solid #0fbd8c;
}
.success-message,.error-message{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.05);
    padding: 10px 15px;
    opacity: 0;
    transition: all .2s ease;
    margin-bottom: 25px;
}
.success-message i,.success-message span,.error-message i,.error-message span{
    font-size: 14px;
    color: #0fd59d;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.error-message i,.error-message span{
    color: red;
}
.success-message i,.error-message i{
    font-size: 18px;
}
.success-message span,.error-message span{
    margin-left: 10px;
}
.success-message.active,.error-message.active{
    opacity: 1;
}
#messageAlert{
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 99999;
}
.with-midline:before{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}
.empty-btn[disabled="disabled"]{
    opacity: .8;
    border-color: #ccc;
    color: #ccc;
}
.full-btn[disabled="disabled"]{
    opacity: .8;
    border-color: #ccc;
    background-color: #ccc;
}
.btn-loading{
    position: relative;
}
.btn-loading:before,.box-loading:before,.body-loading:before{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f110';
    position: absolute;
    font-size: 20px;
    color: #999;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 9;
    animation: loading 1s infinite linear;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -ms-animation: loading 1s infinite linear;
}
.box-loading,.body-loading{
    position: absolute;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.body-loading{
    position: fixed;
}
.box-loading:before,.body-loading:before{
    font-size: 30px;
    padding: 0;
    margin-top: -35px;
}
.box-loading p,.body-loading p{
    font-size: 14px;
    color: #999;
    text-align: center;
    position: relative;
    top: 50%;
}
.box-loading:after,.body-loading:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.05);
    left: 0;
    top: 0;
    z-index: 1;
}
@keyframes loading
{
    from {
        transform: rotate(0);
        -wekbit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}
@-webkit-keyframes loading
{
    from {
        transform: rotate(0);
        -wekbit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes loading
{
    from {
        transform: rotate(0);
        -wekbit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}
@-ms-keyframes loading
{
    from {
        transform: rotate(0);
        -wekbit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}
/* 全局样式 end */

/* 头部样式 start */
.logo{
    font-family: 'PingFang SC','Microsoft YaHei',sans-serif;
    padding-bottom: 12px;
}
/* 导航样式 start */
.custom-btn{
    margin-top: 2px;
    background-color: transparent;
    color: #333;
}
.custom-btn:hover{
    background-color: transparent;
    color: #0fd59d;
}
.custom-btn.active{
    color: #0fd59d;
    background-color: transparent;
}
.header-nav-list{
    float: left;
}
.header-nav-list .dropdown .custom-btn{
    /*padding: 11px 1px;*/
}
.chosen-box{
    width: 20%;
    margin: 9px 0 9px 15px;
}
/* 导航样式 end */

/* 登录注册样式 start */
/*.login-module{*/

/*    float: right;*/
/*}*/
.login-module button{
    margin: 9.5px 0;
}
.login-module .header-user-box{
    display: block;
}
.login-module .header-user-box .img-box{
    width: 31px;
    height: 31px;
    border-radius: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.login-module .header-user-box .img-box img{
    width: 100%;
}
.login-module .header-user-box p{
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 0;
}
.login-module .header-user-box p i{
    line-height: 14px;
    margin-left: 5px;
}
.login-module .header-user-box>a{
    padding: 9px 0;
}
.login-module .header-user-box:after{
    clear: both;
    content: '';
    display: block;
}
#loginModal .modal-dialog{
    top: 50%;
    transform: translate(0,-80%);
    -webkit-transform: translate(0,-80%);
    -ms-transform: translate(0,-80%);
    -moz-transform: translate(0,-80%);
}
#loginModal .modal-content{
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
#loginModal .modal-body{
    border-top: none;
    padding: 0;
}
#loginModal .modal-header{
    border: none;
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 99;
}
#loginModal .modal-body:after{
    content: '';
    display: block;
    clear: both;
}
#loginModal .modal-body .modal-body-left, #loginModal .modal-body .modal-body-right{
    width: 50%;
    float: left;
    height: 440px;
}
#loginModal .modal-body .modal-body-left{
    background-image: url("../images/2b6cd7eae0484720828ccbb15b83fbb5.gif");
    background-size: cover;
    width: 44%;
}
#loginModal .modal-body .modal-body-right{
    width: 56%;
}
#modalMobileLogin{
    display: none;
}
#modalQrcodeLogin{
    text-align: center;
    padding: 15px 30px;
    box-sizing: border-box;
}
#modalQrcodeLogin h1{
    color: #0fd59d;
}
#modalQrcodeLogin p{
    color: #666;
    position: relative;
}
#modalQrcodeLogin p span{
    color: #999;
    font-size: 14px;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background: #fff;
}
.modal-body-right-qrcode{
    margin: 30px auto 15px auto;
}
.modal-body-right-qrcode #loginWechat{
    width: 170px;
    height: 170px;
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.modal-body-right-other{
    padding: 0 15px;
    margin-top: 40px;
}
.modal-body-right-other:after{
    content: '';
    display: block;
    clear: both;
}
.modal-body-right-other div{
    float: left;
    color: #999;
    cursor: pointer;
}
.modal-body-right-other div[data-type="tab"]{
    float: right;
    display: none;
}
.modal-body-right-other div:hover{
    color: #0fd59d;
}
#modalMobileLogin{
    padding: 15px 30px;
    box-sizing: border-box;
}
#modalMobilePasswordLogin{
    display: none;
}
.modal-body-right-tab{
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 20px;
    margin-bottom: 10px;
}
.modal-body-right-tab a{
    color: #999;
    margin: 0 10px;
}
.modal-body-right-tab a.active{
    color: #0fd59d;
}
#modalMobileLogin label{
    display: block;
    margin-top: 25px;
    position: relative;
}
#modalMobileLogin label div{
    position: absolute;
    font-size: 12px;
    bottom: -20px;
    left: 0;
    font-weight: normal;
    font-family: 'PingFang SC','Microsoft YaHei',sans-serif;
    color: red;
}
#modalMobileLogin input{
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    padding: 10px 15px;
    font-weight: normal;
    color: #999;
}
#modalMobileLogin input[type="checkbox"] {
    width: auto;
    position: relative;
    top: 2px;
}
#modalMobileLogin label{
    font-weight: normal;
}
#modalMobileLogin label .success{
    border: 1px solid #0fd59d;
}
#modalMobileLogin button.submit{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 21px;
}
#modalMobileLogin .login-vericode input{
    float: left;
    width: calc(100% - 116px);
}
#modalMobileLogin .login-vericode button{
    float: right;
    padding: 10px 0px;
    width: 101px;
    font-size: 14px;
}

#modalMobileLogin .login-vericode:after{
    content: '';
    display: block;
    clear: both;
}
#modalMobileLogin .modal-remember-forget{
    margin-top: 25px;
}
#modalMobileLogin .modal-remember-forget:after{
    content: '';
    display: block;
    clear: both;
}
#modalMobileLogin .modal-remember-forget label{
    float: left;
    margin-top: 0;
}
#modalMobileLogin .modal-remember-forget a{
    float: right;
    color: #0fd59d;
    position: relative;
    top: 2px;
}
/* 登录注册样式 end */

/* 子栏目样式 start */
.child-nav{

}
.child-nav ul{
    list-style: none;
    padding: 0;
    margin: 10px 0 15px 0;
}
.child-nav ul li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}
.child-nav ul li a{
    color: #333;
    padding: 5px 14px;
    transition: all .2s ease;
}
.child-nav ul li:after{
    content: '';
    position:absolute;
    height: 10px;
    width: 1px;
    background-color: #ddd;
    top: 50%;
    right: 0;
    margin-top: -5px;
    transform: rotate(10deg);
}
.child-nav ul li a:hover,.child-nav ul li a.active{
    color: #0fd59d;
}
.child-nav ul li:last-child:after{
    display: none;
}
/* 子栏目样式 end */

/* 头部样式 end */

/* 编辑器样式 start */
.editor-con{
    /*max-width: 1200px;*/
    margin: 0 auto;
    position: relative;
    /*height: calc(100% - 226px);*/
    height: calc(100% - 200px);
}
.old-version{
    color: #0fd59d!important;
    float: right;
}
/* 编辑器样式 end */

/* 内容样式 start */
.content{
    margin: 15px auto;
}
.content:after{
    content: '';
    display: block;
    clear: both;
}
.content .know-left{
    display: inline-block;
    vertical-align: top;
}
.content .know-left h2{
    margin-top: 10px;
}
.content .know-left a{
    color: #0fd59d;
}
.content .load-gg{
    display: inline-block;
    float: right;
    text-align: right;
    overflow: hidden;
    border-radius: 3px;
}
.content .load-gg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-list{
    margin-top: 50px;
}
.blog-list h3{
    margin-bottom: 20px;
}
.blog-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-list ul:after{
    content: '';
    display: block;
    clear: both;
}
.blog-list ul li{
    float: left;
    list-style: none;
    height: 143px;
    /*overflow: hidden;*/
    width: 49%;
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    /*border-radius: 3px;*/
    margin-bottom: 15px;
}
.blog-list ul li:nth-child(2n){
    float: right;
}
.sign-recommand,.sign-original{
    background-color: #d86a67;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
}
.sign-original{
    background-color: #0fd59d;
}
.blog-list ul li .list-title{
    margin-bottom: 15px;
}
.blog-list ul li .list-title:after{
    clear: both;
    content: '';
    display: block;
}
.blog-list ul li .list-title a{
    font-size: 18px;
    color: #333;
    transition: all .2s ease;
    position: relative;
    top: -2px;
    width: calc(100% - 100px);
    float: left;
}
.blog-list ul li .list-title a:hover{
    color: #0fd59d;
}
.blog-list ul li .list-con{
    color: #999;
    line-height: 21px;
}
.blog-list ul li .list-info span{
    color: #999;
    margin-left: 15px;
}
.blog-list ul li .list-info span i{
    margin-right: 5px;
}
.blog-list ul li .list-info a{
    color: #333;
}
.footer-nav-list{
    margin-top: 10px!important;
    text-align: center;
}
.footer-nav-list .title{
    display: inline-block;
    vertical-align: middle;
    margin: 0 32px 0 0;
    font-size: 16px;
    font-weight: bold;
}
.footer-nav-list dd{
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    color: #666;
}
.footer-nav-list dd a{
    color: #666;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-nav-list dd a:hover{
    color: #0fd59d;
}
.footer-nav-list ul{
    margin: 0;
    list-style: none;
    /*padding: 0 15px;*/
    padding: 0 ;
}
.footer-nav-list ul li{
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.footer-nav-list ul li:after{
    content: '';
    display: block;
    clear: both;
}
.footer-nav-list ul li:last-child{
    border-bottom: 1px solid #eee;
}
.footer-nav-list ul li:last-child dl{
    border-bottom: 0;
}
.footer-nav-list ul li p{
    float: left;
    margin: 0 15px 0 0;
    text-align: right;
    width: 107px;
}
.footer-nav-list ul li dl{
    float: right;
    margin: 0;
    padding: 0;
    width: calc(100% - 124px);
    border-bottom: 1px solid #eee;
}
.footer-nav-list ul li dl dd{
    float: left;
}
.footer-nav-list ul li dl dd {
    margin-right: 15px;
    margin-bottom: 15px;
}
.footer-nav-list ul li dl dd a{
    color: #666;
    transition: all .2s ease;
}
.footer-nav-list ul li dl dd a:hover{
    color: #0fd59d;
}
.cus-footer{
    padding: 25px;
}
/* 内容样式 end */


.search-pagination > ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-pagination > ul >li{
    border: none;
}
.search-pagination > ul >li a{
    margin-bottom:0;
}
/*.blog-page{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/


/*footer*/
.footer-gg{
    min-height: 90px;
    line-height: 90px;
    padding: 15px;
}
.footer-gg .footer-gg-style{

}
.footer-gg .footer-gg-addr{

}

.footer-gg .footer-gg-style .copyright-link{
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.footer-gg .footer-gg-style .copyright-link li{

}
.footer-gg .footer-gg-style .copyright-link li a{

}

/*编译工具*/
.bygj-btn-none{
    border: none;
    outline: none;
    background-color: transparent;
    cursor: auto;
}
.zxyx-fullScreen-btn{
    background: none;
    padding: 5px 20px;
}
.zxyx-fullScreen-btn:hover{
   border: 1px solid #ddd;
}
.zxyx-fullScreen-btn span{
    margin-left: 10px;
}
.zxyx-runCode-btn{
    padding: 5px 20px;
}
.zxyx-runCode-btn i{
    font-size: 16px;
}
.zxyx-runCode-btn span{
   margin-left: 10px;
}

.bygj-param-val{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-bottom: 0!important;
    border-left: 1px solid #ddd;
    line-height: 30px;
}
.bygj-param-val input, .bygj-param-val select, .bygj-param-val textarea{
    border: 1px solid #ddd;
    border-radius: 3px;
}
.bygj-param-val .code-result iframe{
    border: 1px solid #ddd;
    border-radius: 3px;
    border-top: 0;
    border-right: 0;
}

.bygj-param-val .bygj-param-more{
    margin: 5px 0;
    line-height: 30px;
}
.bygj-param-val .code-result{
    border-bottom: 0;
}


.bygj-param-chose{
    display: inline-block;
    vertical-align: top;
    width: 40.5%;
    /*margin-left: 50px;*/
    /*background-color: transparent;*/
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding-left: 10px;;
}
.bygj-param-chose span{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    /*font-size: 12px;*/
}
.bygj-param-chose select{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    background-color: transparent;
    height: 30px;
    border: none;
}
.bygj-origi-code{
    display: inline-block;
    float: right;
}

/*footer*/
footer{
    background-color: transparent;
    margin-bottom: 0;
}
.footer-gg-b{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer-gg-b .footer-gg-b-style{
    flex: 1;
    padding: 20px;
    /*max-width: 400px;*/
}
.footer-gg-b .footer-gg-b-style .footer-gg-b-link{
    text-align: center;
}
.footer-gg-b .footer-gg-b-style .footer-gg-b-link a{
    position: relative;
    font-size: 12px;
    margin: 0 15px;
    color: #999999;
}
.footer-gg-b .footer-gg-b-style .footer-gg-b-link span{
    font-size: 12px;
    margin-left: 15px;
}
.footer-gg-b .footer-gg-b-style .footer-gg-b-link a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
    height: 60%;
    width: 0;
    border-right: 1px solid #ccc;
    content: '';
}
.footer-gg-b .footer-gg-b-style .footer-gg-b-copy{
    font-size: 12px;
    color: #999999;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-gg-b .footer-gg-b-style .footer-gg-b-email{
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.footer-gg-b .footer-gg-b-addr{
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-top: 30px;*/
}
.footer-gg-b .footer-gg-b-addr a{
    border: 1px solid #ddd;
}
.footer-gg-b .footer-gg-b-addr img{
    max-width: 100%;
}


.nav-tabs > li.active > a{
    color: rebeccapurple;
}

/* 响应样式 start */
@media screen and (max-width: 1000px) {
    .second-nav{
        display: block;
    }
    .first-nav{
        width: auto;
    }
    .drop-second-nav{
        display: none;
    }
}
/* 响应样式 end */
