﻿body {
    overflow: auto !important;
    background: #F2F2F2;
    margin:0px;
}

.container {
    width: 1200px;
    margin: 0 auto
}



.pagelayout {
    display: flex;
    margin-bottom: 25px;
}

.article {
    width: 80%;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

.articleHeader {
    width: 100%;
    background: #E1E1E1;
    color: #333333;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.layui-laypage a, .layui-laypage span {
    margin: 0;
    border-radius: 5px;
}

.layui-laypage a {
    margin: 0 5px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border: 1px solid #7ba3ff;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    border-radius: 5px;
}

.layui-laypage .layui-laypage-curr em {
    color: #7BA3FF;
}

.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
    border-radius: 5px;
}

.layui-laypage a:hover {
    color: #7BA3FF;
}

.layui-nav-tree .layui-nav-item > a .layui-nav-more {
    padding: 0;
}

.articleContent {
    width: 100%;
    min-height: 200px;
    background: white;
    border-radius: 0 0 5px 5px;
    color: #666666;
    padding: 25px;
    box-sizing: border-box;
    line-height: 30px;
    font-size:16px;
}

    .articleContent .title {
        color: #333333;
        font-size: 18px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: bolder;
    }

.feedback button {
    cursor: pointer;
    padding: 4px 25px;
    border-radius: 50px;
    margin-right: 20px;
    background: white;
}

    .feedback button img {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

.feedback {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    background: white;
}

.feedbackBtn {
    display: flex;
    margin-top: 10px;
}

.feedback .resolvedBtn {
    color: #EA0032;
    border: #EA0032 solid 1px;
    margin-right: 15px;
}

.feedback p {
    color: #999999;
}

.feedback span {
    color: #EA0032;
    padding: 0 5px;
}

.feedback .unsolvedBtn {
    color: #333333;
    border: #333333 solid 1px;
}

.feedback .prompt {
    position: relative;
}

.feedback .promptBar {
    display: none;
    background-image: url(/images/prompt.png);
    width: 210px;
    height: 45px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

    .feedback .promptBar span, .feedback .promptBar a {
        color: white;
        font-size: 13px;
    }

.mask {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: black;
    opacity: 0.5;
    z-index: 12;
}

.feedbackDialog {
    width: 90%;
    height: 250px;
    position: fixed;
    top: 50%;
    margin-top: -125px;
    background: white;
    border-radius: 10px;
    z-index: 55;
    left: 50%;
    margin-left: -45%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: none
}

    .feedbackDialog img {
        width: 100px;
        height: 100px;
    }

    .feedbackDialog .tips {
        text-align: center;
        color: #999999;
        padding: 15px 0;
    }

    .feedbackDialog .closeBtn {
        width: 30px;
        height: 30px;
        color: white;
        border-radius: 50%;
        border: solid 1px white;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: -50px;
        font-size: 22px;
        text-align: center;
        line-height: 30px;
    }

    .feedbackDialog .btns {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .feedbackDialog .btns a {
            display: block;
            width: 45%;
            padding: 5px 0;
            text-align: center;
            border: solid #999999 1px;
            border-radius: 30px;
            color: #999999;
        }

        .feedbackDialog .btns .other {
            color: #EA0032;
            border: solid #EA0032 1px;
        }


@media screen and (min-width:1200px) {
    .container {
        width: 1200px !important;
    }
    /* .feedback .prompt:hover  .promptBar{
    display: flex;
  } */
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .container {
        width: 85% !important;
    }
    /* .feedback .prompt:hover  .promptBar{
    display: flex;
  } */
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 85% !important;
    }
    /* .feedback .prompt:hover  .promptBar{
    display: flex;
  } */
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .columnList {
        display: none;
    }

    .article {
        width: 100%;
        padding: 0;
    }

    .noticeBar {
        display: none;
    }

    .pagelayout {
        padding-top: 20px;
        overflow-x: hidden;
        position: absolute;
        top: 160px;
    }

    .articleContent {
        border-radius: 10px;
    }

    .articleHeader {
        display: none;
    }

    .feedback button {
        margin: 0;
    }
    /* .feedbackBtn{
    display: flex;
    justify-content: space-between;
    width: 100%;
  } */
    .feedback {
        background: transparent;
    }
}
 .whether-solve {
    text-align: center;
    margin-bottom: 34px;
}

     .whether-solve h2 {
        color: #333;
        font-size: 16px;
        margin-bottom: 22px;
        position: relative;
    }

         .whether-solve h2:before {
            content: '';
            position: absolute;
            top: 13px;
            left: 0;
            width: 296px;
            height: 1px;
            background: #e5e5e5;
        }

         .whether-solve h2:after {
            content: '';
            position: absolute;
            top: 13px;
            right: 0;
            width: 296px;
            height: 1px;
            background: #e5e5e5;
        }

     .whether-solve h3 a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 118px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        border: 1px solid #bbb;
        color: #888;
        font-size: 14px;
        margin: 0 15px;
        border-radius: 4px;
    }

         .whether-solve h3 a em {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            font-size: 16px;
            margin-right: 10px;
            vertical-align: middle;
            margin-top: -1px;
        }

         .whether-solve h3 a.solve-yes {
            border-color: #2f6cf6;
            color: #2f6cf6;
        }

            .whether-solve h3 a.solve-yes:hover {
                background: #2f6cf6;
                color: #fff;
            }

         .whether-solve h3 a.solve-no:hover {
            border-color: #2f6cf6;
            color: #2f6cf6;
        }

       .whether-solve h3 a.on {
            background: #e5e5e5 !important;
            color: #aaa !important;
            border-color: #e5e5e5 !important;
        }

    .whether-solve p {
        color: #aaa;
        line-height: 24px;
        font-family: PingFang '\5b8b\4f53';
        margin-top: 24px;
    }


.iconfont {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
