/*以下内容是单词页的样式，一般适用于单词的显示*/
/*记忆部分*/
.english-word{
    font-size: 30px;
    font-weight: bold;
    color: #0b74b7;
    height: 80px;
}

.yinbiao{
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
}
.yinbiao-image{
    width: 24px;
    margin-left: 5px;
}
.yinbiao-image:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
.is-gaopin{
    font-size: 14px;
    color: red;
    border-radius: 3px;
    border: grey 1px solid;
    max-width: 80px;
    float: right;
    margin: 0 5px;
    padding: 0 2px;
}

/*必修样式*/
.jc-requirement-required{
    font-size: 14px;
    font-weight: bold;
    color: #3a74f1;
    border-radius: 3px;
    border: #3a74f1 1px solid;
    max-width: 80px;
    float: right;
    margin: 0 5px;
    padding: 0 2px;
}

/*选修样式*/
.jc-requirement-elective{
    font-size: 14px;
    color: blue;
    border-radius: 3px;
    border: blue 1px solid;
    max-width: 80px;
    float: right;
    margin: 0 5px;
    padding: 0 2px;
}

/*未做要求的样式*/
.jc-requirement-not-request{
    font-size: 14px;
    color: rgba(200, 198, 225, 0.99);
    border-radius: 3px;
    border: rgba(200, 198, 225, 0.99) 1px solid;
    max-width: 80px;
    float: right;
    margin: 0 5px;
    padding: 0 2px;
}

.is-in-workbook{
    font-size: 14px;
    color: green;
    border-radius: 3px;
    border: grey 1px solid;
    max-width: 100px;
    float: right;
    margin: 0 5px;
    padding: 0 2px;
}
.remember-box{
    font-size: 20px;
    color: whitesmoke;
    margin-top: 10px;
    min-height: 80px;
}
.highlight{
    color: #0b74b7;
}
/*.remember-box:hover{*/
/*	color: #0b74b7;*/
/*	cursor: pointer;*/
/*}*/
.remember-info{
    margin-bottom: 10px;
}

/*例句样式*/
.eg-box{
    font-size: 20px;
    margin-top: 10px;
    color: whitesmoke;
}
.eg-info{
    margin-bottom: 10px;
    font-style: italic;
}

/*按键提示*/
.key-tips-box{
    font-size: 15px;
    color: #000000;
    margin-top: 10px;
    color: grey;
}
.key-tips{
    border: grey 1px solid;
    border-radius: 2px;
    padding: 2px 5px;
    margin: 2px 5px;
}

/*单词本样式*/
.wordbook-box{
    border: grey 1px solid;
    border-radius: 2px;
    padding: 2px 5px;
    margin: 2px 5px;
}

/*进度*/
.progress-box{
    /*display: block;*/
    color: white;
    font-size: 14px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #02703c;
    float: right;
}

/*回答按钮*/
/*#btnAnswer{*/
/*	width: 80px;*/
/*	height: 80px;*/
/*	!*border-radius: 50%;*!*/
/*	float: right;*/
/*	background-image: url('/assets/svg/10-mic.svg');*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
/*	background-size: 64px 64px;*/
/*	box-sizing: border-box;*/
/*	background-color: #3bf30f;*/
/*}*/
/*#txtAnswer{*/
/*	font-weight: bold;*/
/*	font-size: 16px;*/
/*}*/
/*#txtResult{*/
/*	font-size: 16px;*/
/*	font-weight: bold;*/
/*}*/



/*提示按键动画*/
.tips-animation{
    text-align: center;
}


/*控件样式*/
input[type="checkbox"]{
    /*width: 32px;*/
    /*height: 32px;*/
    /*color: #9972fd;*/
    /*background-color: #9972fd;*/
}

.test{
    color: darkslategrey;
}
