.ztype-message-box {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    display: block;
    width: 300px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    color: #555555;
    background-color: #e9e9e9;
    border-radius: 10px;
    z-index: 100;
}

/*ztype-game-wordpad*/
#ztype-game-wordpad {
    font-family: "Microsoft YaHei UI";
    font-size: 20px;
    color: aqua;
    width: 100%;
    display: none;
    z-index: 1;
}

.ztype-game-wordpad-word::after {
    content: '';
    display: table;
    clear: both;
}

.ztype-game-wordpad-word div {
    float: left;
    margin: 0;
    padding: 0;
}

.ztype-game-wordpad-word-word {
    width: 20%;
}

.ztype-game-wordpad-word-usphone {
    width: 20%;
}

.ztype-game-wordpad-word-pos {
    width: 60%;
}

#ztype-game-chapterreview-prompt {
    display: none;
    font-family: "Microsoft YaHei UI";
    font-size: 24px;
    color: aqua;
    margin-top: 5%;
    float: left;
    border-top: aqua solid 2px;
}

/*ztype-login*/
#ztype-login-page {
    width: 0;
    height: 250px;
    overflow: hidden;
    background-color: white;
    transition: width 1.2s;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#ztype-login-page > div {
    background-color: #e9e9e9;
    font-size: 30px;
    width: 250px;
    margin: 20px auto;
}


#ztype-login-page input {
    background-color: #e9e9e9;
    width: 200px;
}

#ztype-login-btn {
    display: block;
    width: 150px;
    margin: 30px auto 0;
}

.page-close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 10px;
    top: 10px;
}

.page-close:hover {
    color: aqua;
}

/*ztype-summay-missed-words*/
#ztype-summary-missed-words-page {
    width: 0px;
    overflow: hidden;
    transition: width 1.2s;
    background-color: #e9e9e9;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#ztype-summary-missed-words-page .page-title {
    font-size: 36px;
    color: #555555;
    display: block;
    text-align: center;
}

#ztype-summary-missed-words-table {
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    margin: 20px auto;
    font-size: 24px;
}


.ztype-summary-missed-words-table-item {
    width: 250px;
    margin: 0 auto;
    background-color: white;
}

.ztype-summary-missed-words-table-item input {
    margin-right: 20px;
}

#ztype-summary-missed-words-add-btn {
    display: block;
    margin: 20px auto;
}

/*ztype-exercise-book*/
#ztype-exercise-book {
    width: 0px;
    overflow: hidden;
    transition: width 1.2s;
    background-color: #e9e9e9;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#ztype-exercise-book .page-title {
    font-size: 36px;
    color: #555555;
    display: block;
    text-align: center;
}

#ztype-exercise-book-table {
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    margin: 20px auto;
    font-size: 24px;
}

.ztype-exercise-book-table-item {
    width: 250px;
    margin: 0 auto;
    background-color: white;
}

.ztype-exercise-book-table-item input {
    margin-right: 20px;
}

#ztype-exercise-book-remove-btn {
    background-color: red;
    margin-left: 10px;
    border: none;
}

#ztype-exercise-book-practice-btn {
    margin: 5px auto;
    display: block;
    font-size: 28px;
    font-weight: 900;
}

#ztype-exercise-book-import-btn {
    margin: 5px auto;
    display: block;
    font-size: 20px;
}

/*ztype-import-words*/
#ztype-import-words-page {
    width: 0px;
    height: 500px;
    overflow: hidden;
    transition: width 1.2s;
    background-color: #e9e9e9;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    text-align: center;
}

#ztype-import-words-page .page-title {
    font-size: 36px;
    color: #555555;
    display: block;
    text-align: center;
}

#ztype-import-words-option-form {
    font-size: 20px;
}

#ztype-import-words-table {
    width: 250px;
    height: 200px;
    background-color: #555555;
    overflow-y: auto;
    margin: 20px auto;
    font-size: 24px;
    text-align: left;
}

.ztype-import-words-table-item {
    width: 250px;
    margin: 0 auto;
    background-color: white;
}