@media screen and (min-width: 1000px) {
    .countainer {
        margin-top: 157px;
    }

    .countainer .countainer-frame {
        width: 80%;
        margin: 0 auto;
        border: 1px solid #ebebeb;
        text-align: center;
        margin-top: 30px;
    }

    .countainer .countainer-frame .countainer-frame-head {
        font-weight: bold;
        color: #333333;
        font-size: 22px;
        background: #f3f5f9;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px;
        line-height: 2.5;
    }

    .countainer .countainer-frame .countainer-frame-main div {
        display: flex;
        font-size: 16px;
        line-height: 2;
        color: #656565;
    }

    .countainer .countainer-frame .countainer-frame-main div b {
        flex: 1;
        text-align: right;
        color: #000000;
    }

    .countainer .countainer-frame .countainer-frame-main div span {
        flex: 1;
        margin-left: 20px;
        text-align: left;
    }

    .countainer .countainer-frame .countainer-frame-main p {
        width: 80%;
        font-size: 16px;
        margin: 20px auto;
    }

    .countainer .countainer-btn {
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .countainer .countainer-btn a {
        padding: 10px 20px;
        text-align: center;
        border-radius: 5px;
        color: #fff;
        display: block;
        background-color: #45b747;
    }
    hr {
        background-color: #ebebeb;
    }

    .topic-item {
        margin-top: 30px;
        background-color: #fdfdfd;
        border: 1px solid #ebebeb;
    }

    .topic-head {
        background-color: #4763b2;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        padding: 15px 0 15px 40px;
    }

    .topic-main {
        padding: 20px 40px;
        font-size: 18px;
        color: #333333;
        font-weight: 500;
        line-height: 1.2;
    }

    .topic-main p {
        line-height: 2.4;
    }

    .topic-choose-group {
    }

    .topic-choose-group .topic-choose-item {
        display: flex;
        justify-content: space-between;
        padding: 10px 0 10px 20px;
        color: #656565;
        font-weight: normal;
        line-height: 1;
    }

    .topic-btn {
        width: 156px;
        height: 40px;
        background: linear-gradient(to left, #fba319, #fdb725);
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        margin-right: 30px;
    }

    .topic-answer-row .topic-answered-btn {
        background-color: #d2d2d2;
        background-image: none;
        cursor: default;
    }

    .topic-answer-row {
        display: flex;
        align-items: center;
        margin: 0px 0px 20px;
        padding-left: 40px;
    }

    .topic-answer {
        font-size: 18px;
        font-weight: bold;
        color: #46b747;
        display: none;
    }

    .topic-choose-group .topic-choose-item.color-green {
        color: #46b747;
    }

    .topic-dialog {
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .topic-dialog-content {
        background: #ffffff;
        box-shadow: 6px 1px 38px 1px #4763b3;
        border-radius: 10px 10px 10px 10px;
        opacity: 1;
        border: 1px solid #ebebeb;
        width: 900px;
        padding: 20px 40px 30px;
        position: relative;
    }

    .topic-dialog-title {
        font-size: 22px;
        font-weight: bold;
        color: #4763b3;
        text-align: center;
        margin-bottom: 30px;
    }

    .topic-dialog .close {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

    .topic-dialog .closem {
        display: none;
    }

    .topic-dialog-p {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        line-height: 2.4;
    }

    .topic-dialog-info {
        font-size: 14px;
        color: #ff0000;
        line-height: 2;
        margin-bottom: 30px;
    }

    .topic-dialog-form {
        display: flex;
    }

    .topic-dialog-form .topic-dialog-form-input {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .topic-dialog-form .topic-dialog-form-input span {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 10px;
    }

    .topic-dialog-form .topic-dialog-form-input input {
        background: #f3f5f9;
        border-radius: 4px;
        width: 330px;
        padding: 10px 0px 10px 15px;
        font-size: 14px;
        color: #999999;
        height: unset;
    }

    input::placeholder {
        color: #999999;
    }

    .topic-dialog-btn {
        width: 210px;
        height: 41px;
        line-height: 41px;
        background: #45b747;
        border-radius: 4px;
        outline: none;
        border: none;
        cursor: pointer;
        margin-top: 20px;
        font-size: 16px;
        color: #ffffff;
        padding: unset;
        text-transform: unset;
    }
}
