/* 登录 */

.login_box {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);
    line-height: 21px;
    margin-right: 16px;
}

.login_box a {
    color: rgba(26, 26, 26, 1);
}

.login_main {
    padding: 24px 38px 0;
    box-sizing: border-box;
}

.login_main_top {
    align-items: flex-end;
	justify-content:center;
}

.login_name {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 32px;
    margin-right: 20px;
}

.login_act {
    font-size: 125%;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    position: relative;
}
.login_main_body{
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}
.login_input_box{
	width:300px;
}
.login_input {
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F0F0;
}

.login_input input {
    background: rgba(250, 250, 250, 1);
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    /* color: rgba(204, 204, 204, 1); */
    line-height: 24px;
    flex: 1;
}

.login_input {
    align-items: center;
    justify-content: flex-start;
}

.login_btn {
    width: 250px;
    height: 48px;
    background: rgba(230, 230, 230, 1);
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    display: block;
}

.login_change {
    justify-content: flex-end;
}

.login_change a,
.login_change span {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 21px;
}

.login_change span {
    margin-left: 8px;
    margin-right: 8px;
}

.pass_tips {
    font-size: 12px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 18px;
}

.login_click {
    background: linear-gradient(135deg, rgba(255, 236, 78, 1) 0%, rgba(255, 212, 38, 1) 100%);
    color: rgba(51, 51, 51, 1);
}


/* 首页 */

.index_list {
    padding: 0 16px 0;
    box-sizing: border-box;
}

.index_son {
    width: 328px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 54, 114, 0.08);
    border-radius: 10px;
    padding: 16px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
}

.list_son_r {
    width: 79px;
    height: 25px;
    background: rgba(255, 212, 38, 1);
    box-shadow: 0px 5px 10px 0px rgba(152, 120, 0, 0.15);
    border-radius: 15px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: rgba(111, 76, 70, 1);
}

.list_name {
    font-size: 18px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
}

.start_time {
    font-size: 12px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 18px;
    margin-top: 8px;
}

.class_no {
    background: #f0f0f0;
}


/* 列表页 */

.top_back {
    padding: 16px;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 15px 0px rgba(51, 51, 51, 0.05);
}

.top_back>a {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
}

.top_back .back_confirm {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 14px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    background: #e53935;
    border-radius: 18px;
    text-decoration: none;
}

.top_back .back_confirm + span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.top_back>span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.list_tab {
    width: 100%;
    overflow-x: auto;
    padding: 0 0 0 16px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: 20px;
}

.list_tab::-webkit-scrollbar {
    display: none;
}

.list_tab_son {
    display: inline-block;
    padding: 8px 21px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #666666;
    line-height: 21px;
    margin-right: 16px;
    background: #f0f0f0;
    border-radius: 20px;
}

.list_act {
    box-shadow: 0px 8px 12px 0px rgba(178, 158, 0, 0.15);
    color: rgba(111, 76, 70, 1);
    background: linear-gradient(135deg, rgba(255, 236, 78, 1) 0%, rgba(255, 212, 38, 1) 100%);
}


/* 完成页面 */

.finish_tit {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 27px;
    text-align: center;
    margin-top: 100px;
}

.finish_det {
    padding: 0 16px;
	width:80%;
    box-sizing: border-box;
    margin: 60px auto 0;
    align-items: center;
    justify-content: space-around;
}

.f_det_tit {
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 21px;
}

.f_det_num {
    text-align: center;
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: rgba(255, 121, 106, 1);
    line-height: 60px;
}

.back_index {
    width: 264px;
    height: 36px;
    background: linear-gradient(135deg, rgba(255, 236, 78, 1) 0%, rgba(255, 212, 38, 1) 100%);
    border-radius: 18px;
    margin: 100px auto 0;
    display: block;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: rgba(111, 76, 70, 1);
    line-height: 36px;
    text-align: center;
}

.ques_card {
    font-size: 30px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 35px;
    text-align: center;
    margin-top: 37px;
}

.phonetics {
    justify-content: center;
    margin-top: 10px;
}

.phonetics span {
    margin: 0 10px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
}

.phonetics a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
}

.ques_list {
    margin-top: 20px;
}

.ml8 {
    margin-left: 8px;
}

.ques_son {
    width: 328px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 26px;
    padding: 20px 16px;
    box-sizing: border-box;
    margin: 12px auto 0;
}

.two_btn {
    position: fixed;
    bottom: 32px;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
}

.btn_sty {
    width: 160px;
    height: 36px;
    background: rgba(230, 230, 230, 1);
    border-radius: 18px;
    line-height: 36px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.can_click {
    background: linear-gradient(135deg, rgba(255, 236, 78, 1) 0%, rgba(255, 212, 38, 1) 100%);
    color: #fff;
}

.ques_suc {
    background: rgba(126, 211, 34, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.ques_sel {
    background: #3e3e3e;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.ques_err {
    background: rgba(255, 121, 106, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    color: #fff;
}

/* 测试页面开始界面样式 */
.start-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.start-message {
    text-align: center;
    max-width: 600px;
    padding: 20px;
}
.start-message h2 {
    margin-bottom: 30px;
    color: #333;
    font-size: 24px;
}
.start-message ol {
    text-align: left;
    margin-bottom: 40px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}
.start-message li {
    margin-bottom: 10px;
}
.start-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #005EAD;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}
.start-btn:hover {
    background-color: #0056b3;
}

/* 单词练习页面样式 */
.paraphrase {
    text-align: center;
    margin-top: 20px;
    padding: 0 16px;
    box-sizing: border-box;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

.paraphrase h3 {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    margin-bottom: 8px;
    text-align: left;
}

.paraphrase p {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    background: rgba(250, 250, 250, 1);
    padding: 16px;
    border-radius: 12px;
    margin: 0;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

/* 手机端适配 */
@media (max-width: 768px) {
    .paraphrase {
        padding: 0 12px;
    }
    
    .paraphrase p {
        font-size: 16px;
        line-height: 24px;
        padding: 12px;
    }
    
    .ques_card {
        font-size: 24px;
        margin-top: 30px;
    }
    
    .phonetics span {
        font-size: 14px;
        margin: 0 8px;
    }
}

@media (max-width: 480px) {
    .paraphrase {
        padding: 0 8px;
    }
    
    .paraphrase p {
        font-size: 14px;
        line-height: 22px;
        padding: 10px;
    }
    
    .ques_card {
        font-size: 20px;
        margin-top: 25px;
    }
    
    .phonetics {
        margin-top: 8px;
    }
    
    .phonetics span {
        font-size: 12px;
        margin: 0 6px;
    }
}
