.mask-part {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
}

.mask-part-container {
    position: relative;
    background: url(../images/login_bg.png) center center no-repeat;
    background-size: 100% 100%;
    width: 576px;
    height: 542px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-mask-part-icon {
    position: absolute;
    top: -11px;
    right: -15px;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    background: #FFFFFF url(https://s.gaodunwangxiao.com/static-resource/login/images/close.png) center center no-repeat;
    cursor: pointer;
}

.commin-filed>input {
    width: 60%;
    height: 46px;
    font-size: 16px;
    text-indent: 1em;
    margin-bottom: 9px;
}

.commin-filed {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    height: 70px;
    align-items: center
}

.form-fileds {
    padding-top: 154px;
    width: 78%;
    box-sizing: border-box;
}

.login-submit {
    width: 80%;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 56px;
    margin: 0px auto;
    font-size: 18px;
    height: 56px;
    border-radius: 5px;
    background: url(../images/subbg.png) no-repeat center center;
    /* background: #377ac7; */
    color: #fff;
    cursor: pointer;
}

.phone-login {
    background: url(../images/phone.png) no-repeat center center;
}

.captche-login {
    position: relative;
    background: url(../images/captche.png) no-repeat center center;
}

.sendCaptche {
    position: absolute;
    top: 20px;
    right: 63px;
    font-size: 16px;
    color: #377ac7;
    cursor: pointer;
}

.user-mask-message {
    margin-top: 5px;
    text-align: center;
    color: #377ac7;
    font-size: 14px;
}

.user-mask-message a {
    color: #377ac7;
    font-size: 14px;
}

.content-left {
    background-color: #FFFFFF;
    padding: 20px 35px;
    border-radius: 5px;
    width: 861px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: 10px;
}

.content-right {
    flex: 1;
}

.article-contents {
    display: flex;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.article {
    background-color: rgb(250, 250, 250, 1);
}

.quesition-cards-item:hover {
    background-color: #377ac7;
    cursor: pointer;
    color: #fff;
}

.quesition-cards-item {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-right: 22px;
    margin-bottom: 15px;
}

.quesition-cards-item:nth-child(5n) {
    margin-right: 0px;
}

.answerWrappers-title {
    padding: 20px;
    box-sizing: border-box;
    line-height: 24px;
}

.current-selected {
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    color: #000;
    position: absolute;
    top: -2px;
    left: -29px;
    font-size: 16px;
}

.answer-title-id-top {
    position: relative;
}

.quesition-cards {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.answer-title {
    font-size: 14px;
}

.answer-children-info {
    padding: 10px;
    background-color: #F5F7FB;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
}

.answer-childrens {
    margin: 20px 0px;
}

.select-id {
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
}

.answer-children-info:hover {
    cursor: pointer;
}

.compile-content {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    overflow: hidden;
}

.compile-top-header {
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
    background-color: #D9D9D9;
    display: flex;
}

.compile-content {
    background-color: #F5F7FB;
    box-sizing: border-box;
}

.compile-answer-content-wrapper {
    padding: 10px;
    box-sizing: border-box;
}

.pagnation-container {
    display: flex;
    margin-top: 30px;
    justify-content: flex-end;
}

.pagnation-container>div.common {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
}

.common.last {
    margin-left: 10px;
}

.compile-answer-content {
    font-size: 14px;
    margin-right: 10px;
    color: #4AC7AC;
}

.compile-answer-user {
    color: #EB5B5A;
    font-size: 14px;
}

.common:hover {
    background-color: #377ac7;
    color: #fff;
    cursor: pointer;
}

.disabled {
    background: #D9D9D9;
    color: #f9f9ff;
    cursor: no-drop;
}

.hide {
    display: none;
}

.selectSuccess {
    background-color: rgba(74, 199, 172, .4);
    color: #4AC7AC;
}

.notSelectSuccess {
    background-color: rgba(2235, 91, 90, .2);
    color: #EB5B5A;
}

.isOK {
    background: #377ac7;
    color: #fff;
}

.cfa-hide {
    display: none !important;
}

.lengt-pannel {
    font-size: 14px;
    justify-content: space-between;
}

.lengt-pannel>div {
    font-size: 14px;
}

.rightPannel {
    width: 33%;
    display: flex;
    justify-content: space-between;
    position: relative;
    right: 25px
}

.lenged::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    border: 1px solid #377ac7;
    background: #377ac7;
    top: 3px;
    left: 35px;
}

.notlenged::after {
    content: "";
    display: inline-block;
    border: 1px solid #BFBFBF;
    background: #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 106px;
}

.answer-title p {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.ainer-b {
    text-align: center;
    background-color: #FFFFFF;
    padding: 57px 20px 47px;
    padding-top: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20px;
}

.loadingstatus {
    text-align: center;
    font-size: 16px;
    height: 300px;
    line-height: 300px;
}