.main-bg .search {
    display: none;
}
.main-bg {
    color: #fff;
}
#anitOut{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}
header .mobile-header{
    display: none;
}
.join-qun-a:hover i{
    color: #E7262C;
}
.join-qun-a:hover span{
    color: #E7262C;
}

.post-content table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.post-content table thead tr{
    background-color: #f2f2f2;
}
.partner{
    text-align:center;
    margin-top: 10px;
}

/*下载页面*/
ul.dl{
    display: block;
    font-size: 16px;
    color: #666;
    margin: 10px 200px;
    padding: 0;
    list-style: none;
}
ul.dl li{
    margin: 25px 0;
    background:#fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06);
}
ul.dl li:hover{
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .37), 0 2px 9px 0 rgba(62, 57, 107, .36);
}
ul.dl li div{
    padding: 20px;
}
ul.dl li div.title{
    color:#fff;
    font-size: 18px;
}
ul.dl a{
    display: inline-block;
    margin-right: 20px;
    color: #1565c0;
    background: #fff;
}
ul.dl a:hover{
    text-decoration: underline;
}


@media (min-width: 100px) {
    .main-bg {
        min-width: 1280px;
        padding-bottom: 180px;
    }

    .main-bg > header {
        background: transparent;
        box-shadow: none;
    }
    
    #anitOut{
        height:739px;
        background: #003D62;
    }

    .gray-bg {
        min-width: 1280px;
        background: #F6F7FA;
        padding-bottom: 80px;
    }

    .main-title {
        margin: 110px 0 60px 0;
        font-size: 50px;
        text-align: center;
        font-weight: normal;
    }

    .main-text {
        margin: 0 0 30px;
        font-size: 25px;
        text-align: center;
        font-weight: normal;
    }

    .main-image {
        margin-top: 30px;
        text-align:center;
    }
    .main-image img {
        width: 50%;
        border-radius: 5px;
    }

    .main-desc{
        padding: 25px 25px 0 25px;
        font-size: 18px;
        line-height: 25px;
    }

    .download {
        margin: 45px 45px 45px 45px;
        display: flex;
        justify-content: center;
    }

    .download a {
        display: inline-block;
        text-decoration: none;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 15px 20px;
        font-size: 18px;
        color: #fff;
        background: transparent;
        cursor: pointer;
    }

    /* .download .setup {
        margin-right: 50px;
    } */

    .download .setup:hover {
        color: #fff;
        background: #E7262C;
    }

    .download .green:hover {
        color: #fff;
        background: #008000;
    }

    .anquan {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .version {
        text-align: center;
        display: flex;
        width: 310px;
        margin: 0 auto;
        justify-content: space-between;
    }

    
    .trait .trait-block {
        display: flex;
        align-items: center;
        padding: 50px 20px 0 20px;
    }
    .trait .trait-block .line {
        background: #c3c3c3;
        flex-grow: 1;
        height: 1px;
        color: red;
    }
    .trait .trait-text {
        margin: 0;
        font-size: 26px;
        text-align: center;
        color: #222;
        padding: 0 20px;
        font-weight: normal;
    }
    .trait ul {
        display: flex;
        padding: 0;
    }
    .trait ul li {
        width: 25%;
        padding: 25px;
        display: flex;
    }
    .trait li .card{
        background: #fff;
        padding: 50px 30px;
        border-radius: 5px;
        box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06);
    }
    .trait li .card:hover {
        box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .37), 0 2px 9px 0 rgba(62, 57, 107, .36)
    }
    .trait li .icon {
        line-height: 1;
        text-align: center;
    }
    .trait li .icon i {
        font-size: 50px;
        color: #1296db;
    }
    .trait li .title {
        font-size: 26px;
        text-align: center;
        padding-top: 20px;
        color: #444;
    }
    .trait li .text {
        font-size: 18px;
        color: #777;
        text-align: center;
        padding-top: 20px;
        line-height: 1.5;
        margin: 0;
    }

    footer.black-bg {
        min-width: 1280px;
        background: #222;
        padding: 50px 0;
    }
    footer.black-bg p {
        padding: 2px 0;
        margin: 0;
        color: #fff;
        text-align: center;
        line-height: 1.5;
    }
    footer.black-bg p a {
        color: #fff;
        text-align: center;
        text-decoration: none;
        margin-right: 10px;
    }
    footer.black-bg p a:hover {
        text-decoration: underline;
    }
    /******* index end *********/
    .article-main {
        display: flex;
        min-height: 400px;
    }
    .post-main, .archive-main {
        width: 1000px;
        box-sizing: border-box;
        padding: 0 35px;
    }

    .post-main a, .archive-main a {
        color: #1565c0;
    }
    /*archive-main是分类页*/
    .archive-main .archive-title {
        text-align: center;
        font-size: 22px;
        padding: 30px 0;
        border-bottom: 1px solid #e3e3e3;
    }
    .post-title {
        font-size: 25px;
        padding: 30px;
        text-align: center;
    }

    .post-title a {
        font-size: 25px;
        color: #333;
        font-weight: 500;
    }

    .archive-main .post-title {
        padding: 10px;
        font-size: 18px;
        color: #333;
    }

    .archive-main .post-title a {
        font-size: 18px;
        color: #333;
    }

    .archive-main .post-title a:hover{
        color: #1565c0;
    }

    .archive-main .post-content {
        padding-bottom: 20px;
    }

    .post-meta {
        display: flex;
        justify-content: center;
        padding-bottom: 14px;
        list-style: none;
    }

    .post-main .post-meta {
        border-bottom: 1px solid #e3e3e3;
    }

    .post-meta a:hover {
        text-decoration: underline;
    }

    .post-meta li {
        margin-right: 50px;
    }

    .post-content {
        border-bottom: 1px solid #e3e3e3;
        line-height: 1.5;
        word-wrap: break-word;
    }

    /**** post-content table ****/
    .post-content table th,td{
        font-weight:normal;
        padding: 9px 15px;
        border-width: 1px;
        border-style: solid;
        border-color: #e6e6e6
    }
    .post-content table th:first-child{
        width: 20%;
    }
    .post-content table th:nth-child(2){
        width: 15%;
    }
    .post-content table th:nth-child(3){
        width: 20%;
    }

    .post-content blockquote {
        margin: 0;
        padding-left: 20px;
        border-left: 4px solid #bbb;
    }
    .post-content img {
        max-width: 100%;
        padding: 3px;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    .sidebar-main {
        width: 280px;
    }

    .sidebar-main a {
        color: #444;
    }

    .sidebar-main a:hover {
        color: #1565c0;
    }

    .sidebar-main .widget {
        padding-top: 20px;
    }

    .sidebar-main .widget .widget-title {
        padding: 10px 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .sidebar-main .widget .widget-title span {
        color: #333;
        font-weight: bold;
        padding-left: 15px;
        font-size: 18px;
        border-left: #1565c0 solid 5px;
    }

    .sidebar-main .widget .widget-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-main .widget .widget-list li {
        margin: 15px 0;
    }

    .post-near {
        list-style: none;
        margin: 30px 0;
        padding: 0;
        color: #666;
    }

    .post-near li {
        margin: 10px 0;
    }

    .custom-main {
        width: 1024px;
        margin: 0 auto;
    }

    .error-page {
        margin: 120px 0;
        text-align: center;
    }

    .error-page h2 {
        font-size: 22px;
        padding: 10px 0;
    }

    .dl-ad-left{
        display: none;
    }
    .dl-ad-right{
        display: none;
    }
}

@media (min-width:1500px) {
    .dl-ad-left{
        display: block;
        position:fixed;
        top:15%;
        left:1%
    }
    .dl-ad-right{
        display: block;
        position:fixed;
        top:15%;
        right:1%
    }
}