.jjff .field {
    border: 1px solid #ddd;
    margin-bottom: 4px;
    padding: 5px 10px;
}

.jjff .field:hover {
    background-color: #fbf9ee;
    cursor: move;
}

.jjff .choices li:hover {
    background-color: #f7fbc7 !important;
    cursor: move;
}

.jjff label {
    margin: 0;
    font-weight: bold;
}

.jjff .toggle-selected,
.jjff .toggle-required {
    margin: 0 0 0 5px;
}

.jjff .delete {
    float: right;
}

.jjff input {
    font-weight: normal;
    margin: 0 5px;
}

.jjff input[type="text"] {
    width: 80%;
    max-width: 300px;
}

.jjff .choices {
    margin: 20px 10px;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.jjff .choices li {
    padding: 4px;
    margin: 4px 0;
}

.jjff .choices li:nth-child(even) {
    background: #e7e7e7;
}

.jjff .delete-choice {
    margin-left: 5px;
    font-weight: normal;
}

.jjswiper {
    width: '100%';
    height: '100%';
}

.jjswiper-wrapper {
    width: '97%';
    height: '100%';
}

.jjswiper-slide {
    text-align: 'center';
    font-size: '20px';
    overflow: 'auto';
    color: 'rgb(255, 255, 255)';
    background: 'rgb(75,66,52)';
    display: 'flex';
    box-sizing: 'border-box';
    justify-content: 'center';
}

.jjswiper-bullets {
    right: '0px';
    top: '50%';
    transform: 'translate3d(0px,-50%,0)';
}


.pu_form {
    display: flex;
    width: 100%;
    font-size: 18px;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    background: rgb(75, 66, 52);
}


.pu_checkbox {
    width: 20px;
    height: 20px;
}

.pu_radio {
    width: 20px;
    height: 20px;
}

.pu_text {
    background: none repeat 0 0 #6a5c49;
    display: inline-block;
    font-size: 16px;
    color: #e9fff1;
}

.pu_text_areax {
    background: none repeat 0 0 #6a5c49;
    display: inline-block;
    font-size: 16px;
    color: #e9fff1;
}

.pu_fillingx {
    border: 2px solid #6d340b;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 20px 20px 20px 20px #4b4234;
    -moz-box-shadow: 0px 0px 61px 11px #900404;
    box-shadow: -1px 4px 18px 5px #3c2607;
    display: inline-block;
    margin: 50px 0px 10px 25px;
    Height: 100%;
    white-space: pre-line;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
}

.pu_fillingx:hover {
    overflow-y: auto;
}

.pu_fillingx::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.pu_fillingx::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 3px;

    &:hover {
        background: rgba(255, 255, 255, .2);
    }
}

.pu_tea_form {
    display: flex;
    flex-direction: column;
}

.pu_tea_form>* {
    position: relative;
}

.pu_tea_form_head {
    margin: 12px;
    background: beige;
}

.pu_tea_form_body {
    margin: 10px;
    color: aquamarine;
}

.pu_tea_form_question {
    background: dimgray;
    padding: 13px;
    margin: 20px;
}

.pu_tea_form_question_hint {
    padding-left: 40px;
    padding-right: 40px;
    background: darkslategrey;
    color: ghostwhite;
}

.pu_tea_form_aijudge {
    background: darkslategray;
    color: floralwhite;
    margin: 10px;
    padding: 20px;
}