
:root {
    --main-bg-color: #FFFFFF;
    --main-sub-color: #19519E;
    --main-text-color: #000000;
    --main-nemu-color:  rgba(204,204,204,0.39);
}

.lk-container img {
    border-radius: 0;
    margin-bottom: 0;
}

.lk-questions-default {
    display: none;
}

.lk-questions-selected {
    display: none;
}

/* PCç«¯æ ·å¼ */
@media screen and (min-width: 1023px) {

    .lk-header {
        /* padding: 60px 0 0 0; */
    }

    .lk-container p {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 40px;
    }

    .lk-space_between {
        justify-content: space-between;
        display: flex;
        padding: 0 10px;
    }
    .lk-header-serial-number {
        /* padding: 0.2rem 0.8rem; */
        background-color: var(--main-sub-color);
        color: white;
        border-radius: .4rem;
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 28px;
        /* margin-left: 16px; */
        display: inline-block;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 48px;
    }
    .lk-header-headerline {
        font-weight: bold;
        font-size: 24px;
        /* color:  var(--main-text-color); */
        line-height: 28px;
        margin-left: 38px;
    }

    .lk-hole-votes {
        width: 100%;
        height: 63px;
        line-height: 63px;
    }
    .lk-votes-number {
        /* font-weight: bold; */
        font-size: 16px;
        /* color:  var(--main-text-color); */
        line-height: 28px;
    }

    .lk-content {
        display: flex;
        align-items: flex-start;
    }
    .lk-content-left {
        width: 700px;
        height: 466px;
        border-radius: 20px;
        position: relative;
    }

    .lk-content-left {
        margin-right: 20px;
    }

    .lk-content-left img {
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 20px;
    }
    .lk-content-right {
        /* margin-left: 20px; */
        width: 480px;
        height: auto;
        position: relative;
        /* font-weight: bold; */
        font-size: 16px;
        /* color:  var(--main-text-color); */
        line-height: 26px;
        flex: 1;
    }

    .lk-questions {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
    }

    .lk-questions-text {
        font-weight: bold;
        font-size: 24px;
        /* color:  var(--main-text-color); */
        line-height: 40px;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }
    .lk-questions-votes {
        display: flex;
        flex-direction: column;
    }

    .lk-questions-votes-up-btn,.lk-questions-votes-down-btn {
        background: var(--main-nemu-color);
        border-radius: 6px;
        width: 40px;
        height: 40px;
        display: flex;
        text-align: center;
        line-height: 40px;
        /* display: inline-block; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lk-questions-votes-down-btn{
        margin-left: 10px;
    }

    .lk-questions-votes-icon-up {
        display: inline-block;
        width: 26px;
        height: 16px;
        background-image: url('../images/up.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .lk-questions-votes-icon-down {
        display: inline-block;
        width: 26px;
        height: 16px;
        background-image: url('../images/down.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    /* .lk-questions-votes-icon {
        width: 26px;
        height: 16px;
    } */

    .lk-questions-votes-bottom {
        /* font-weight: bold; */
        font-size: 16px;
        /* color:  var(--main-text-color); */
        line-height: 28px;
        text-align: center;
    }

    .lk-questions-votes-bottom span {
        width: 45%;
        text-align: center;
        display: inline-block;
    }

    .lk-deviding-line{
        height: 40px;
        border-bottom:1px solid #999999;
        margin-bottom: 60px;
    }

    .lk-bg-blue {
        background-color: #19519E;
    }

    .lk-questions-votes-top {
        display: flex;
        justify-content: space-around;
    }

    .lk-bg-red {
        background-color: #DD1A0A;
    }
}

/* ç§»åŠ¨ç«¯æ ·å¼ */
@media screen and (max-width: 1023px) {

    .lk-header {
        /*padding: 60px 0 0 0;*/
        display: flex;
    }

    .lk-space_between {
        /* justify-content: space-between; */
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }
    .lk-header-serial-number {
        background-color: var(--main-sub-color);
        color:  white;
        border-radius: 0.4rem;
        font-weight: bold;
        font-size: 21px;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        display: inline-block;
        text-align: center;
    }
    .lk-header-headerline {
        font-weight: bold;
        font-size: 18px;
        color:  var(--main-text-color);;
        line-height: 36px;
        margin: 0 16px;
        width: 90%;
    }

    .lk-hole-votes {
        width: 100%;
        height: 63px;
        line-height: 63px;
    }
    .lk-votes-number {
        font-size: 14px;
        color:  var(--main-text-color);;
        line-height: 28px;
    }

    .lk-content {
        /* display: flex;
        align-items: flex-start; */
    }
    .lk-content-left {
        width: 100%;
        /* height: 394px; */
        border-radius: 20px;
        position: relative;
    }
    .lk-content-left img {
        width: 100%;
        /* height: 100%;
        position: absolute; */
        border-radius: 20px;
    }
    .lk-content-right {
        height: auto;
        position: relative;
        font-size: 15px;
        color:  var(--main-text-color);;
        line-height: 22px;
    }

    .lk-questions {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
    }

    .lk-questions-text {
        font-weight: bold;
        /* font-size: 3.8rem; */
        font-size: 18px;
        color:  var(--main-text-color);;
        line-height: 24px;
        margin-left: .4rem;
        /* display: flex;
        justify-content: center; */
        width: 70%;
        /* align-items: center; */
    }
    .lk-questions-votes {
        display: flex;
        flex-direction: column;
        width: 80px;
    }

    .lk-container p {
        margin-top: 0;
        margin-bottom: 0;
        /* line-height: 5.8rem; */
    }

    .lk-questions-votes-up-btn,.lk-questions-votes-down-btn {
        background: var(--main-nemu-color);
        border-radius: 6px;
        width: 32px;
        height:32px;
        display: flex;
        text-align: center;
        line-height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lk-questions-votes-icon-up {
        display: inline-block;
        width: 20px;
        height: 12px;
        background-image: url('../images/up.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .lk-questions-votes-icon-down {
        display: inline-block;
        width: 20px;
        height: 12px;
        background-image: url('../images/down.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }

    /* .lk-questions-votes-icon {
        width: 3.3rem;
        height: 2.3rem
    } */
    .lk-questions-votes-bottom {
        font-weight: bold;
        font-size: 14px;
        color:  var(--main-text-color);;
        line-height: 28px;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .lk-questions-votes-bottom span {
        width: 45%;
        text-align: center;
        display: inline-block;
    }

    .lk-deviding-line{
        height: 25px;
        border-bottom:1px solid #999999;
        margin-bottom: 40px;
    }

    .lk-bg-blue {
        background-color: #19519E;
    }

    .lk-questions-votes-top {
        display: flex;
        justify-content: space-around;
    }
    .lk-bg-red {
        background-color: #DD1A0A;
    }
}
