/*
Theme Name: html5game
Theme URI: http://
Description: html5游戏站
Version: 1.0
Author: monster
Author URI:
Tags:
*/

/*全局样式*/

* {
    margin: 0px;
    padding: 0px;

}
/*img { pointer-events: none; }*/

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active, a:visited {
    text-decoration: none;
}



.body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    background-color: white;
}

.bodygray {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    background-color: #E8E8E8;
}

/*顶部导航*/

.top_nav {
    color: white;
    width: 100%;
    position: fixed;
    height: 40px;
    top: 0px;
    background-color: #FF7334;
    z-index: 997;
    font-size: 16px;

}

.top_nav a {
    color: white;
}

.follow {
    float: right;
    width: 70%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.top_dis {
    width: 100%;
    height: 110px;
}

.top_bar {
    width: 100%;
    z-index: 997;
    position: fixed;
    top: 40px;
    height: 60px;
    background-color: white;
    border-bottom: 1px solid #e8e8e8;
}

.top_trans {
    width: 100%;
    height: 100px;
    top: 0px;
    position: fixed;
    background-color: white;
    z-index: 998;
    display: none;
}

.word_area {
    width: 96%;
    height: 40px;
    float: left;
    margin-left: 2%;
}

.word_area > div:first-child {
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FF7334;
}

.word_area > div:nth-child(2) {
    margin-left: 10px;

    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.word_area > div:nth-child(3) {
    width: 40px;
    float: right;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #FF7334;
}

.word_exp {
    width: 96%;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    margin-left: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: white;

}

.exp_area p {
    width: 100%;
    line-height: 30px;
}

.sen_area > div:first-child {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FF7334;
    width: 100%;

}

.sen_area > div {
    float: left;
    font-size: 12px;
    width: 100%;
}

.sen_text {
    width: 80%;
    float: left;
    margin-top: 5px;
}

.sen_area p {
    width: 100%;
    white-space: normal;
    line-height: 24px;
    text-align: left;
}

.sen_icon {
    line-height: 24px;
    width: 20%;
    float: left;
    text-align: center;
    color: #FF7334;
    font-size: 16px;
    margin-top: 5px;
    display: none;
}

.word_close {
    width: 100%;
    height: 30px;
    float: left;
    background-color: cornsilk;
    border-bottom: 2px solid #E8E8E8;
    box-shadow: 0px 2px 5px #E8E8E8;
    text-align: center;
    line-height: 30px;

}

.word_btn {
    width: 100%;
    height: 30px;
    float: left;
    background: white;
    /*background-color: #E8E8E8;*/
    border-bottom: 2px solid #E8E8E8;
    box-shadow: 0px 2px 5px #E8E8E8;
    text-align: center;
    line-height: 30px;

}

.word_btn div {
    width: 50%;
    height: 30px;
    float: left;
}

.word_btn div button {
    width: 70%;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #FF7334;
    color: #FF7334;
    border-radius: 3px;

    background: white;
}

.progress {
    width: 90%;
    height: 30px;
    line-height: 35px;
    background: #809495;
    box-shadow: none;
    padding: 6px;
    margin-top: 15px;
    overflow: visible;
    border-radius: 10px;
    margin-left: 5%;
}

.progress:after {
    width: 0%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.progressbar-title {
    color: #d8dedc;
    font-size: 15px;
    margin: 5px 0;
    font-weight: bold;
}

.progress .progress-bar {
    position: relative;
    border-radius: 10px 0 0 10px;
    animation: animate-positive 2s;
}

.progress .progress-bar span {
    position: absolute;
    top: -50px;
    right: -40px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 7px;
    /*background: #333;*/
    border-radius: 0 0 5px 5px;
}

.progress .progress-bar span:after {
    content: "\f072";
    font-family: fontawesome;
    font-size: 48px;
    color: #333;
    position: absolute;
    top: 51px;
    right: 6px;
    transform: rotateZ(48deg);
}

/*
精听部分
*/

.listening {
    width: 100%;
}

.single_wrapper {

    width: 90%;
    margin: 0px auto;

}

.single_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    text-align: center;
}

.single_small_title {
    color: dimgrey;
    font-size: 12px;
    margin-top: 8px;
    text-align: center;

}

.single_small_title2 {
    color: #08aa00;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.single_small_title3 {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.single_img {
    width: 100%;
    margin-top: 15px;

}

.single_top_ad {
    width: 100%;
    margin-top: 15px;
    height: 100px;

}

.single_img img {
    width: 100%;
}

.control_btn {
    color: white;
    width: 100%;
    position: fixed;
    height: 60px;
    bottom: 0px;
    background-color: #79B8E3;
    z-index: 997;
    font-size: 14px;

}

.control_btn > div {
    height: 60px;
    width: 20%;
    float: left;
    text-align: center;

}

.control_btn > div > span:first-child {
    display: block;
    width: 100%;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.control_btn > div > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.single_lrc {
    margin-top: 30px;
    width: 100%;
}

.single_lrc p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
}

.single_ad {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    float: left;
}

.autoscroll {
    width: 60px;
    height: 60px;
    color: white;
    background-color: limegreen;
    right: 0px;
    position: fixed;
    z-index: 997;
    bottom: 100px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 12px;
}

.bottom_dis {
    width: 100%;
    height: 80px;
    float: left
}

/*

进度条1
*/

.progress-lis {
    width: 75%;
    height: 30px;
    line-height: 35px;
    background: #809495;
    box-shadow: none;
    padding: 6px;
    margin-top: 15px;
    overflow: visible;
    border-radius: 10px;
    margin-left: 2%;
    float: left;
}

.progress-lis:after {
    width: 0%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.progress-lis div {
    position: relative;
    border-radius: 10px 0 0 10px;
    animation: animate-positive 2s;
}

.progress-lis div span {
    position: absolute;
    top: -50px;
    right: -40px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 7px;
    border-radius: 0 0 5px 5px;
}

.progress-lis div span:after {
    content: "\f072";
    font-family: fontawesome;
    font-size: 48px;
    color: #333;
    position: absolute;
    top: 51px;
    right: 6px;
    transform: rotateZ(48deg);
}

/*进度条2*/

.progress-exe {
    width: 75%;
    height: 30px;
    line-height: 35px;
    background: #809495;
    box-shadow: none;
    padding: 6px;
    margin-top: 15px;
    overflow: visible;
    border-radius: 10px;
    margin-left: 2%;
    float: left;
    display: none;
}

.progress-exe:after {
    width: 100%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.progress-exe div {
    position: relative;
    border-radius: 10px 0 0 10px;
    animation: animate-positive 2s;
}

.progress-exe div span {
    position: absolute;
    top: -50px;
    right: -40px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 7px;
    /*background: #333;*/
    border-radius: 0 0 5px 5px;
}

.progress-exe div span:after {
    content: "\f072";
    font-family: fontawesome;
    font-size: 48px;
    color: #333;
    position: absolute;
    top: 51px;
    right: 6px;
    transform: rotateZ(48deg);
}

/*进度条3*/

.progress-rec {
    width: 75%;
    height: 30px;
    line-height: 35px;
    background: #809495;
    box-shadow: none;
    padding: 6px;
    margin-top: 15px;
    overflow: visible;
    border-radius: 10px;
    margin-left: 2%;
    float: left;
    display: none;
}

.progress-rec:after {
    width: 100%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.progress-rec div {
    position: relative;
    border-radius: 10px 0 0 10px;
    animation: animate-positive 2s;
}

.progress-rec div span {
    position: absolute;
    top: -50px;
    right: -40px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 7px;
    /*background: #333;*/
    border-radius: 0 0 5px 5px;
}

.progress-rec div span:after {
    content: "\f072";
    font-family: fontawesome;
    font-size: 48px;
    color: #333;
    position: absolute;
    top: 51px;
    right: 6px;
    transform: rotateZ(48deg);
}

/*
8.21

进度条，三测试页


*/

.broArea {
    width: 58%;
    float: left;
}

.progress-lis-3 {
    width: 90%;
    height: 30px;
    line-height: 35px;
    background: #809495;
    box-shadow: none;
    padding: 6px;
    margin-top: 15px;
    overflow: visible;
    border-radius: 10px;
    margin-left: 5%;
    float: left;
}

.progress-lis-3:after {
    width: 100%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.progress-lis-3 div {
    position: relative;
    border-radius: 10px 0 0 10px;
    animation: animate-positive 2s;
}

.progress-lis-3 div span {
    position: absolute;
    top: -50px;
    right: -40px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 7px;
    /*background: #333;*/
    border-radius: 0 0 5px 5px;
}

.progress-lis-3 div span:after {
    content: "\f072";
    font-family: fontawesome;
    font-size: 48px;
    color: #333;
    position: absolute;
    top: 51px;
    right: 6px;
    transform: rotateZ(48deg);
}

#listenProArea {
    display: block;
}

#listenPro {
    display: block;
}

#answerProArea {
    display: none;
}

#answerPro {
    display: none;
}

#askProArea {
    display: none;
}

#askPro {
    display: none;
}

/*进度条百分比*/

.percent10:after {
    width: 10%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent20:after {
    width: 20%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent30:after {
    width: 30%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent40:after {
    width: 40%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent50:after {
    width: 50%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent60:after {
    width: 60%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent70:after {
    width: 70%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent80:after {
    width: 80%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent90:after {
    width: 90%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

.percent100:after {
    width: 100%;
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top: 8px;
}

/*静听按钮*/

.listeningBtn {
    width: 20%;
    float: left;
    display: none
}

.listeningBtn button {
    width: 80%;
    display: block;
    height: 30px;
    margin: 15px auto;
    border: 0px;
    border-radius: 8px;
    font-size: 10px;
    color: white;
    background-color: #809495;
}

/*练习按钮*/

.exeBtn {
    width: 20%;
    float: left;
    display: block
}

.exeBtn button {
    width: 80%;
    display: block;
    height: 30px;
    margin: 15px auto;
    border: 0px;
    border-radius: 8px;
    font-size: 10px;
    color: white;
    background-color: #e5e5e5;
}

/*
背句记词按钮
*/

.recBtn {
    width: 20%;
    float: left;
    display: block
}

.recBtn button {
    width: 80%;
    display: block;
    height: 30px;
    margin: 15px auto;
    border: 0px;
    border-radius: 8px;
    font-size: 10px;
    color: white;
    background-color: #e5e5e5;
}

/*

8月21

按钮CSS重写
*/

.functionBtn {
    width: 20%;
    float: left;
}

#listenBtn {
    display: none

}

#listenBtn button {
    margin-left: 10%;
    width: 80%;
    height: 30px;
    margin-top: 15px;
    border: 0px;
    border-radius: 8px;
    font-size: 10px;
    color: white;
    background-color: #809495;
    float: left;
    display: block;

}

#answerBtn {
    display: block

}

#answerBtn button {
    width: 80%;
    height: 30px;
    margin-top: 15px;
    border: 0px;
    border-radius: 8px;
    font-size: 10px;
    color: white;
    background-color: #e5e5e5;
    float: left;
    display: block;
}

#askBtn {
    display: block
}

#askBtn button {
    width: 80%;
    height: 30px;
    margin-top: 15px;
    border: 0px;
    border-radius: 8px;
    font-size: 10px;
    color: white;
    background-color: #e5e5e5;
    float: left;
    display: block;
}

/*
逐句听写
*/

.exercise {
    width: 100%;
    display: none;
}

.dictationPage {
    width: 100%;
    display: none;
}

.exe_wrapper {
    width: 90%;
    margin: 0px auto;
}

.exe_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    text-align: center;
    display: none;
}

.exe_small_title {
    color: dimgrey;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    display: none;

}

.exe_img {
    width: 100%;
    margin-top: 15px;
    display: none;

}

.exe_img img {
    width: 100%;
}

.exe_start {
    width: 100%;
    margin-top: 20px;
    display: none;
}

.exe_start button {
    width: 35%;
    display: block;
    margin: 0px auto;
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: #00b9eb;
    padding: 10px;
}

.exe_ques {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    float: left;
    margin-top: 20px;
    display: none;

}

.exe_top {
    width: 100%;
    float: left;
    display: none;
    height: 30px;
}

.exe_top span {
    height: 30px;
    width: 33%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 30px;
}

.exe_pool {
    width: 100%;
    margin-top: 20px;
    float: left;
    display: none;
}

.exe_pool div {
    width: 100%;
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    margin-top: 10px;
}

.exe_pool div span {
    text-align: center;
    background-color: #00b9eb;
    color: white;
    display: block;
    float: left;
    padding: 4px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 8px;
    margin-top: 8px;

}

.exe_ans {
    width: 100%;
    margin-top: 20px;
    float: left;
    font-size: 14px;
    color: lightseagreen;
    display: none;
}

.exe_ans p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    float: left;
    margin-top: 5px;
    line-height: 150%;

}

.exe_ans p span:first-child {
    margin-left: 5px;

}

.exe_ans p span {
    margin-left: 10px;
    float: left;
    text-decoration: underline;
}

.exe_ans p i {
    margin-left: 5px;
    float: left;
}

.exe_gif {
    width: 100%;
    margin-top: 40px;
    float: left;
    display: none;
}

.exe_gif img {
    margin: 0px auto;
    display: block;
    width: 50%;
}

.exe_right {
    width: 100%;
    margin-top: 30px;
    float: left;
    display: none;
}

.exe_right img {
    margin: 0px auto;
    display: block;
    width: 50%;
}

.exe_wrong {
    width: 100%;
    margin-top: 30px;
    float: left;
    display: none;
}

.exe_wrong img {
    margin: 0px auto;
    display: block;
    width: 50%;
}

.exe_ques_btn {
    width: 60%;
    display: none;
    margin-left: 15%;
    position: fixed;
    bottom: 80px;
}

.exe_ques_btn div {
    width: 50%;
    float: left;;
}

.exe_ques_btn div button {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    margin: 0px auto;
    background-color: #809495;
    color: white;

}

.exe_ans_btn {
    width: 60%;
    display: none;
    margin-left: 15%;
    position: fixed;
    bottom: 60px;
}

.exe_ans_btn div {
    width: 50%;
    float: left;;
}

.exe_ans_btn div button {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    margin: 0px auto;
    background-color: #809495;
    color: white;
}

.exe_over_text {
    width: 100%;
    margin-top: 10px;

}

.exe_good {
    width: 100%;;
}

.exe_good img {
    margin-top: 25px;
    width: 30%;
    display: block;
    margin-left: 35%;
}

.exe_restart {
    width: 100%;
    margin-top: 50px;
    display: none;
}

.exe_restart button {
    width: 35%;
    display: block;
    margin: 0px auto;
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: #00b9eb;
    padding: 8px;
}

.exe_share {
    width: 100%;
    margin-top: 30px;
    display: none;
}

.exe_share button {
    width: 35%;
    display: block;
    margin: 0px auto;
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: #00b9eb;
    padding: 8px;
}

.exe_follow {
    width: 100%;
    margin-top: 15px;
    display: none;
}

.exe_follow button {
    width: 35%;
    display: block;
    margin: 0px auto;
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: #00b9eb;
    padding: 8px;
}

/*
听写页面单词卡
*/

.wordcardPage {
    width: 100%;
    display: none;
}

.gammarPage {
    width: 100%;
    display: none;

}

.myTestPage {
    width: 100%;
    display: none;
}

/*

听写与背句记词底部

*/

.bottom_ad {
    width: 100%;
    position: fixed;
    height: 100px;
    bottom: 0px;
    z-index: 997;
}

.bottom_ad div {
    width: 320px;
    margin: 0px auto;
    height: 100px;
}

/*我答*/

.answering {
    width: 100%;
    display: none;
}

.answerwrap {
    width: 90%;
    margin: 0px auto;
}

.answer_top {
    width: 100%;
    float: left;
    display: none;
    height: 30px;
}

.answer_top span {
    height: 30px;
    width: 33%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 30px;
}

#askSay {
    display: none;
}

#shouldSay {
    display: none;
}

#myVoice {
    display: none;
    color: black;;
}

#correctVoiceWarn {
    display: none;
    color: lightseagreen;
    line-height: 200%;
}

#correctVoice {
    display: none;
    color: black;
}

#correctResult {
    display: none;
    color: lightseagreen;
    line-height: 200%;
}

#correctResultEn span {
    margin-left: 10px;
    float: left;
    text-decoration: underline;

}

#correctResultEn i {
    margin-left: 10px;
    float: left;

}

#correctResultCn span {
    margin-left: 10px;
    float: left;
}

#answerSay {
    display: none;

}

.speech {
    width: 50%;
    margin: 6% 0;
    padding: 8px;
    table-layout: fixed;
    position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#ffffff), color-stop(0.1, #ececec), color-stop(0.5, #dbdbdb), color-stop(0.9, #dcdcdc), to(#8c8c8c));
    /* border: 1px solid #989898;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 150%;

}

.speech:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 15px;
    top: -20px;
    border: 10px solid;
    border-color: transparent transparent #989898 transparent;
}

.speech:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 17px;
    top: -16px;
    border: 8px solid;
    border-color: transparent transparent #ffffff transparent;
}

.speech.right {

    box-shadow: -2px 2px 5px #CCC;
    margin-right: 10px;
    float: right;
    background: #BCED50;
}

.speech.right:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    bottom: auto;
    left: auto;
    right: -10px;
    border-width: 0px 0px 0px 0px;
}

.speech.right:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    bottom: auto;
    left: auto;
    right: -8px;
    border-width: 8px 0 8px 9px;
    border-color: transparent #bced50;
}

.speech.right span {
    float: left;
}

.speech.left {

    box-shadow: 2px 2px 2px #EAD6D6;
    margin-left: 10px;
    float: left;
    background: #e8e8e8;
}

.speech.left:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    bottom: auto;
    left: -10px;
    border-width: 0px 0px 0px 0;
}

.speech.left:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    bottom: auto;
    left: -8px;
    border-width: 8px 9px 8px 0;
    border-color: transparent #eae8e8;
}

.speech.left span {
    float: left;
}

/*speech2*/

.speech2 {
    width: 25%;
    margin: 6% 0;
    padding: 8px;
    table-layout: fixed;
    position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#ffffff), color-stop(0.1, #ececec), color-stop(0.5, #dbdbdb), color-stop(0.9, #dcdcdc), to(#8c8c8c));
    /* border: 1px solid #989898;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 150%;

}

.speech2:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 15px;
    top: -20px;
    border: 10px solid;
    border-color: transparent transparent #989898 transparent;
}

.speech2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 17px;
    top: -16px;
    border: 8px solid;
    border-color: transparent transparent #ffffff transparent;
}

.speech2.right {

    box-shadow: -2px 2px 5px #CCC;
    margin-right: 10px;
    float: right;
    background: #BCED50;
}

.speech2.right:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    bottom: auto;
    left: auto;
    right: -10px;
    border-width: 0px 0px 0px 0px;
}

.speech2.right:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    bottom: auto;
    left: auto;
    right: -8px;
    border-width: 8px 0 8px 9px;
    border-color: transparent #bced50;
}

.speech2.right span {
    float: left;
    color: grey;
    margin-left: 40%;
}

.speech2.left {

    box-shadow: 2px 2px 2px #EAD6D6;
    margin-left: 10px;
    float: left;
    background: #e8e8e8;
}

.speech2.left:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    bottom: auto;
    left: -10px;
    border-width: 0px 0px 0px 0;
}

.speech2.left:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    bottom: auto;
    left: -8px;
    border-width: 8px 9px 8px 0;
    border-color: transparent #eae8e8;
}

.speech2.left span {
    float: left;
    color: lightseagreen;
    margin-left: 40%;
}

/*.speech2 span{
    ma
    color:lightseagreen;
}*/

.speech3 {
    width: 30%;
    margin: 6% 0;
    padding: 8px;
    table-layout: fixed;
    position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#ffffff), color-stop(0.1, #ececec), color-stop(0.5, #dbdbdb), color-stop(0.9, #dcdcdc), to(#8c8c8c));
    /* border: 1px solid #989898;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 150%;

}

.speech3:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 15px;
    top: -20px;
    border: 10px solid;
    border-color: transparent transparent #989898 transparent;
}

.speech3:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 17px;
    top: -16px;
    border: 8px solid;
    border-color: transparent transparent #ffffff transparent;
}

.speech3.left {

    box-shadow: 2px 2px 2px #EAD6D6;
    margin-left: 10px;
    float: left;
    background: #e8e8e8;
}

.speech3.left:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    bottom: auto;
    left: -10px;
    border-width: 0px 0px 0px 0;
}

.speech3.left:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    bottom: auto;
    left: -8px;
    border-width: 8px 9px 8px 0;
    border-color: transparent #eae8e8;
}

.circle {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 5px solid lightgreen;
    float: right;
    margin-top: 2%;
    margin-left: 20%;
    background-color: white;
}

.leftimg {
    width: 15%;
    float: left;
    margin-top: 10px;
}

.leftimg img {
    width: 100%;

}

.rightimg {
    width: 15%;
    float: right;
    margin-top: 10px;
}

.rightimg img {
    width: 100%;
}

.leftd {
    clear: both;
    float: left;

}

.rightd {
    clear: both;
    float: right;
}

.centerText {
    text-align: center;
}

/*我问*/

.asking {
    width: 100%;
    display: none;
}

.record_pannel {
    width: 100%;
    height: 120px;
    background: #EBECEE;
    position: fixed;
    bottom: 0px;
    border-top: 10px solid #CFDFD3;
    display: none;

}

.record_pannel_btn {
    height: 120px;
    line-height: 120px;
}

.record_pannel_btn div {
    width: 33%;
    float: left;
}

.record_pannel_remind, .record_pannel_repeat {
    width: 60px;
    height: 30px;
    display: block;
    margin: 40px auto;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #A5A7A6;
    color: #616564;

}

.record_pannel_record {
    width: 90px;
    height: 90px;
    display: block;
    margin: 10px auto;
    border-radius: 50px;
    border: 0px;
    background-color: #1AB5EE;
    color: white;
    line-height: 90px;
    text-align: center;
    font-size: 14px;
}

.talk_btn {
    width: 60%;
    display: none;
    margin-left: 15%;
    position: fixed;
    bottom: 50px;
}

.talk_btn div {
    width: 50%;
    float: left;;
}

.talk_btn div button {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    margin: 0px auto;
    background-color: #809495;
    color: white;
}

.talk_over_text {
    width: 100%;
    margin-top: 10px;
    display: none

}

.talk_good {
    width: 100%;
    display: none
}

.talk_good img {
    margin-top: 25px;
    width: 30%;
    display: block;
    margin-left: 35%;
}

.talk_restart {
    width: 100%;
    margin-top: 15px;
    display: none;
}

.talk_restart button {
    width: 35%;
    display: block;
    margin: 0px auto;
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: #51C332;
    padding: 8px;
}

.talk_share {
    width: 100%;
    margin-top: 30px;
    display: none;
}

.talk_share button {
    width: 35%;
    display: block;
    margin: 0px auto;
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: #51C332;
    padding: 8px;
}

.talk_follow {
    width: 100%;
    margin-top: 15px;
    display: none;
}

.talk_follow button {
    width: 35%;
    display: block;
    margin: 0px auto;
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: #51C332;
    padding: 8px;
}

.warning_box {
    position: fixed;
    width: 150px;
    height: 80px;
    background-color: black;
    opacity: 0.5;
    color: white;
    line-height: 80px;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
    font-size: 14px;
}

.answer_bottom_dis {
    width: 100%;
    height: 150px;
    float: left;
}

/*

分享提示
*/

.newMask {
    position: fixed;
    z-Index: 99998;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.6;
    display: none;
}

.shareClose {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    left: 30px;
    display: none;
    z-Index: 99999;

}

.shareImg {
    position: absolute;
    width: 250px;
    height: 173px;
    top: 0px;
    right: 0px;
    display: none;
    z-Index: 99999;

}

/*

小红点

*/

.red_point {
    font-size: 10px;
    background: url("/img/redpoint.png") no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: none;
    position: absolute;
    right: 9px;
    top: 8px;
}

#answerRed {
    font-size: 10px;
    background: url("/img/redpoint.png") no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: none;
    float: left;
    margin-top: 5px;

}

#askRed {
    font-size: 10px;
    background: url("/img/redpoint.png") no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: none;
    float: left;
    margin-top: 5px;
}

/*

新界面css

*/

.top_bar2 {
    width: 100%;
    z-index: 997;
    position: fixed;
    top: 0px;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid #9e9e9e;
}

.top_dis2 {
    width: 100%;
    height: 95px;

}

/*新菜单*/

.common_menu {
    color: grey;
    width: 100%;
    font-size: 14px;
    line-height: 49px;
    background-color: white;
    height: 49px;

}

.common_menu a {
    color: grey;

}

.common_menu li {
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    height: 49px;
    width: 82%;
    float: left;

}

.common_menu li:first-child {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    height: 49px;
    width: 15%;
    float: left;
    font-size: 18px;

}

.common_menu li div {
    font-size: 16px;
    width: 25%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    float: right;

}

.common_menu li div.now_menu {
    font-size: 18px;
    color: #FF7334;

}

.common_menu li div.unlink {
    color: #e5e5e5;
}

/*  .now_menu{
      font-size: 18px;
      color: #FF7334;



  }*/

.not_now_nenu {

}

.progress2 {
    width: 50%;
    float: left;
    height: 30px;

}

/*进度条*/

.progress2 span {
    width: 100%;
    height: 5px;
    display: block;
    margin: 12px auto;
    border-radius: 4px;
    background-color: darkgray;
}

/*进度按钮*/

.progress2 img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    display: block;

}

/*已播放进度条*/

.progress2 span div {
    width: 0%;
    height: 100%;
    border-radius: 4px;
    background-color: #06B9FD;

}

/*   #progress {
       width: 100%;
       display: block;
       margin:8px auto;
   }*/

#progress .ui-slider-range {
    background: #729fcf;
}

#progress .ui-slider-handle {
    border-color: #729fcf;
}

.control_btn2 {
    color: white;
    width: 100%;
    position: fixed;
    height: 60px;
    bottom: 0px;
    background-color: #79B8E3;
    z-index: 997;
    font-size: 14px;
    display: none;

}

.control_btn2 > div {
    height: 60px;
    width: 33%;
    float: left;
    text-align: center;

}

.control_btn2 > div > span:first-child {
    display: block;
    width: 100%;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.control_btn2 > div > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.red_point2 {
    font-size: 10px;
    background: url(/img/vip2.png) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: none;
    float: right;
    margin-top: 0px;
    margin-left: -30px;
}

.red_point3 {
    font-size: 10px;
    background: url(/img/vip2.png) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: none;
    float: right;
    margin-top: 0px;
    margin-left: -30px;
}

.red_point4 {
    font-size: 10px;
    background: url(/img/vip2.png) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: none;
    float: right;
    margin-top: 0px;
    margin-left: -30px;
}

.red_point5 {
    font-size: 10px;
    background: url(/img/vip2.png) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: none;
    float: right;
    margin-top: 0px;
    margin-left: -30px;
}

/*weui重写*/

.weui_media_title {
    font-size: 14px;
}

.weui_media_desc {
    margin-top: 5px;
    line-height: 130%;
}

.book_level {
    width: 100%;
    color: #00b9eb;
    font-size: 12px;
    margin-top: 2px;
    float: left;
}

.book_desc {
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    float: left;
    margin-top: 2px;
}

.weui-cell__bd p {
    font-size: 14px;
}

.weui-border-top-none {
    border: 0px;
}

.book-panel {
    background-color: #fff;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.book-media-box_appmsg .book-media-box__thumb {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}

a img {
    border: 0;
}

.book-panel:before {
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.book-media-box_appmsg .book-media-box__hd {
    margin-right: .8em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

div.book-media-box {
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e8e8e8;
}

.book-media-box {
    padding: 15px;
    position: relative;
}

.book-media-box_appmsg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.book-media-box:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}

.book_title {

    width: 100%;
}

.book_title a {
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
    width: 70%;
    color: black;
    display: block;

}

/*.book_title span:first-child {
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
    width: 80%;
    color:black;

}*/

.book_title span {
    font-size: 14px;
    width: 25%;
    text-align: center;
    display: block;
    float: left;
    border-radius: 5px;

}

.book_title span:first-child {
    width: 48%;
    text-align: left;
}

.book_title em {
    width: 25%;
    float: left;
    font-size: 10px;
    text-align: right;
    color: red;
}

.book-media-box_appmsg .book-media-box__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.book-panel__hd {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    height: 30px;
    line-height: 30px;
}

.book-panel__hd span:first-child {
    margin-left: 15px;
    color: #db9925;
}

.page-mask_transparent {
    position: fixed;
    z-index: 1999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none
}

.page-toast {
    position: fixed;
    z-index: 2000;
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background: hsla(0, 0%, 7%, .7);
    text-align: center;
    border-radius: 5px;
    color: #fff;
    display: none;
}

.page-toast div {
    width: 100%;
    height: 70px;
}

.page-loading {
    width: 40px;
    height: 40px;
    margin-top: 20px;
}

.page-dialog {
    position: fixed;
    z-index: 2000;
    width: 240px;
    height: 300px;
    top: 10px;
    left: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.page-dialog_body {
    width: 100%;
    height: 200px;
    float: left;
    overflow: auto;
}

.page-dialog_body p:first-child {
    word-wrap: break-word;
    word-break: break-all;
    color: #999;
    margin-left: 5%;
    width: 90%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.page-dialog_body p:nth-child(2) {
    color: #999;
    margin-left: 5%;
    width: 90%;
    font-size: 14px;
}

.page-dialog_body p:nth-child(2) span {
    margin-left: 5px;
}

.page-dialog_body p:nth-child(2) input {
    vertical-align: text-bottom;
    margin-bottom: 2px;
}

.page-dialog_title {
    height: 50px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;

}

.page-dialog_foot {
    width: 100%;
    height: 50px;
    float: left;
    border-top: 1px solid #e8e8e8;
    font-size: 18px;
    text-align: center;
    line-height: 50px;

}

.page-dialog_foot a {
    width: 49%;
    height: 50px;
    float: left;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #26292c;
}

.page-dialog_foot a:first-child {
    border-right: 1px solid #e8e8e8;

}

.page-list-group-item {
    color: #555;
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px;
}

.weui-tabbar.fix {
    position: fixed;
}

.guidance_common {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.guidance_common div:first-child {
    width: 100%;
    height: 40px;
    z-index: 5000;
    background: black;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    position: fixed;
}

.guidance_common div:nth-child(2) {
    width: 100%;
    height: 50px;
    z-index: 5000;
    top: 40px;
    left: 0px;
    position: fixed;
    border: 3px solid red;
}

.guidance_common div:nth-child(3) {
    width: 100%;
    height: 1000px;
    z-index: 5000;
    top: 90px;
    left: 0px;
    position: fixed;
    color: white;
    background: black;
    opacity: 0.8;

}

.guidance_common div:nth-child(4) {
    width: 100%;
    height: 1000px;
    z-index: 5000;
    top: 90px;
    left: 0px;
    position: fixed;
    color: white;
    background: transparent;
}

.guidance_common div:nth-child(4) img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 5px auto;

}

.guidance_common div:nth-child(4) p {
    width: 100%;
    color: white;
    font-size: 20px;
    text-align: center;
    font-family: "KaiTi";

}

.guidance_common div:nth-child(4) span {
    width: 30%;
    font-family: "KaiTi";
    display: block;
    border: 1px solid white;
    margin: 150px auto;
    text-align: center;
    border-radius: 8px;
    background: transparent;

}

.sub_nav {
    width: 100%;
    z-index: 997;
    position: fixed;
    top: 40px;
    height: 50px;
    background-color: #e8e8e8;
}

.sub_nav_menu {
    /* color: grey; */
    width: 96%;
    font-size: 12px;
    line-height: 49px;
    background-color: #e8e8e8;
    height: 49px;
    margin-left: 2%;
}

.sub_nav_menu a {
    color: grey;

}

.sub_nav_menu li {
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    height: 49px;
    width: 100%;
    float: left;
}

.sub_nav_menu li div {
    font-size: 14px;
    width: 25%;
    height: 50px;
    line-height: 49px;
    text-align: center;
    float: left;
}

.sub_nav_menu li div.now_menu {

    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background: white;
}

.sub_nav_menu li div.unlink {
    color: #e5e5e5;
}

.timeBar {
    width: 100%;
    float: left;
    height: 30px;
    position: fixed;
    top: 90px;
    font-size: 14px;
    background-color: white;
    z-index: 999;
    border-bottom: 1px solid #e8e8e8;
}

.nowTime {
    color: darkgray;
    width: 25%;
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;

}

.totalTime {
    font-size: 12px;
    width: 25%;
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: darkgray;

}

.rank_list_gold {
    background-image: url("/img/icon.png");
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    background-position: 2px 325px;
    background-size: 400px;

}

.rank_list_sliver {
    background-image: url("/img/icon.png");
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    background-position: -27px 325px;
    background-size: 400px;

}

.rank_list_medal {
    background-image: url("/img/icon.png");
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    background-position: -55px 325px;
    background-size: 400px;

}

.login_dia {
    position: fixed;
    z-index: 5000;
    width: 240px;
    height: 320px;
    top: 10px;
    left: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.login_dia_close {
    height: 40px;
    width: 90%;
    float: left;
    color: darkgray;
    text-align: right;
    line-height: 40px;
    margin-left: 5%;

}

.login_dia_title {
    height: 50px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 50px;

}

.login_dia_body {
    width: 100%;
    /*height: 200px;*/
    float: left;
    overflow: auto;
    height: 120px;
}

.login_dia_body span {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    /*display: none;*/
    background-image: url("/img/icon.png");
    background-size: 400px 300px;
    background-repeat: no-repeat;
    background-position: 0px -55px;
    display: none;
}

.login_dia_body img {
    width: 180px;

    height: 180px;
    margin: 0 auto;
    /*display: block;*/
    display: none
}

.login_dia_foot {
    width: 100%;
    height: 50px;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    display: none;
    /* display: none;*/

}

.login_dia_foot button {
    width: 70%;
    height: 30px;
    border: 0px;
    background-color: #08aa00;
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
}

.myBookBg {
    width: 100%;
    background-color: #e8e8e8;
}

.myBookArea {
    width: 92%;
    height: 120px;
    margin: 2% 4% 2% 4%;
    background-color: white;
    float: left;
    box-shadow: 3px 3px 2px 0px darkgray;
}

.myBookArea_left {
    width: 80%;
    height: 120px;
    float: left;
}

.myBookArea_left_default {
    width: 7%;
    height: 75px;
    float: left;
    font-size: 16px;
    text-align: right;
    line-height: 70px;
    color: #79B8E3;
    margin-left: 3%;
}

.myBookArea_left_title {
    width: 70%;
    height: 75px;
    float: left;
    font-size: 18px;
    text-align: left;
    line-height: 75px;
    margin-left: 5%;
}

.myBookArea_left_button {
    width: 94%;
    height: 40px;
    float: left;
    margin-left: 3%;
    border-top: 1px solid #e8e8e8;

}

.myBookArea_left_button span {
    width: 25%;
    text-align: center;
    line-height: 36px;
    height: 36px;
    float: left;
    font-size: 14px;
    margin-top: 2px;
    border-radius: 8px;
    color: #06B9FD;
}

.myBookArea_left_button span.delboo {
    width: 20%;
}

.myBookArea_right {
    width: 15%;
    height: 120px;
    float: left;
    font-size: 26px;
    line-height: 120px;
    text-align: right;
}

.createBtn {
    width: 92%;
    margin: 2% 4% 4% 4%;
    float: left;
}

.myBookArea_left_button span.setdeBtnUnLink {
    color: darkgray;
}

.myBookArea_left_button span.upBtnUnLink {
    color: darkgray;
}

.nav-style {
    background-color: white;
    width: 100%;
    height: 50px;
    border: 0px;
    text-align: center;
    list-style: none;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    z-index: 997;
}

.nav-style li {
    line-height: 50px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    height: 50px;
    width: 50%;
    float: left;

}


.nav-style li a {
    height: 45px;
    display: block;
    width: 100%;

}

.nav-style li span {
    float: left;
    height: 5px;
    width: 100%;
    display: block;
}

.nav-style li a:hover {
    text-decoration: none;

}

/*当前页面效果*/
.current-li {
    color: #79B8E3;
    font-size: 18px;
}

.current-li a {
    color: #79B8E3;

}

.current-li span {
    background: #79B8E3;

}

.current-button {
    color: crimson;
}

.weui-dialog {

}

.weui-dialog__ik {
    font-size: 12px;
    color: #999;
    height: 40px;
    margin-top: 10px;

}

.weui-dialog__ik span {
    margin-left: 4px;
}

.weui-dialog__ik input {
    vertical-align: text-bottom;
    margin-bottom: 1px;
}

.weui-toptips {
    z-index: 2000;
    transition: opacity .3s;
}

.box_in_cat {
    width: 80%;
    margin-left: 10%;
    height: auto;
}

.box_in_cat_left {
    width: 36%;
    height: auto;
    float: left;
}

.box_in_cat_left img {
    width: 100%;
}

.box_in_cat_right {
    width: 50%;
    float: right;
}

.box_in_cat_right p {
    font-size: 12px;
    margin-top: 5px;
}

.box_in_cat_right_title {
    font-size: 14px;
    font-weight: 800;
}

.box_in_cat_right_level {
    width: 100%;
    color: #00b9eb;
    font-size: 12px;
    margin-top: 2px;
    float: left;
}

.box_in_cat_right button {
    width: 60%;
    font-size: 14px;
    padding: 2px;
    margin-top: 10px;
    background-color: white;
    border-radius: 5px;
    color: #79B8E3;
    border: 1px solid #79B8E3;
}

.word_cat_big_wrapper {
    border-top: 10px solid #e8e8e8;
    width: 100%;
    margin-top: 20px;
    float: left;

}

.word_cat_wrapper {
    margin-top: 10px;
    width: 90%;
    float: left;
    margin-left: 5%;
}

.word_cat_area {
    width: 33%;
    float: left;
    margin-top: 20px;
}

.word_cat_lect {
    width: 60px;
    height: 60px;
    color: darkgray;
    border-radius: 5px;
    border: 1px solid darkgray;
    margin: 0px auto;

}

.word_cat_number {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid darkgray;
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
}

.word_cat_status {
    width: 100%;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
}

.play_btn {
    color: white;
    width: 100%;
    position: fixed;
    height: 60px;
    bottom: 0px;
    background-color: #79B8E3;
    z-index: 997;
    font-size: 14px;
    display: none;

}

.play_btn > div {
    height: 60px;
    width: 25%;
    float: left;
    text-align: center;

}

.play_btn > div > span:first-child {
    display: block;
    width: 100%;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.play_btn > div > span:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.red_point_bottom {
    font-size: 10px;
    background: url(/img/redpoint.png) no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: none;
    position: absolute;
    right: 37%;
    top: 8px;
}

.bookTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    /*letter-spacing:1px*/

}

.bookWordNum {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: darkgray;

}

.word_card_page, .recite_page, .my_test_page, .search_word_page {
    width: 100%;
    display: none;

}

.no_word {
    width: 100%;
    position: fixed;
    top: 30%;
    left: 0px;
    display: none;
}

.no_word_btn {
    width: 120px;
    display: block;
    height: 40px;
    margin: 30px auto;
    color: white;
    border: 0px;
    border-radius: 8px;
    background: limegreen;
}

.red_point_review {
    font-size: 10px;
    background: url(/img/redpoint.png) no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: none;
    position: absolute;
    top: 155px;
    left: 57%;
}

.vipsmall {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 50px;
    display: block;

}

.myMes {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    background-color: white;
}

.myMes > div {
    float: left;
}

.myPic {
    width: 100px;
    height: 100px;
}

.myPic img {
    width: 70px;
    height: 70px;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 35px;
}

.myText {
    width: 50%;
    height: 70px;
    margin-top: 15px;

}

.myText > p:first-child {
    width: 100%;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.myText > p:nth-child(2) {
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: gray;
}

.myText > p:nth-child(3) {
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: gray;
}

.myVip {
    width: 20%;
}

.myVip > button {
    width: 80%;
    height: 30px;
    margin-top: 35px;
    background-color: red;

    border: 0px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 30px;

}

.myVip a {
    color: white;
}

.nine_grids {
    width: 100%;
    margin-top: 20px;
    height: 120px;
    background-color: white;
}

.nine_grids > a {
    width: 33%;
    display: block;
    float: left;
    height: 120px;
    background-color: white;
    border-left: 1px solid #e8e8e8;

}

.nine_grids > a > div {
    width: 90%;
    margin-left: 5%;
    height: 70px;
    text-align: center;
    line-height: 90px;
    font-size: 28px;
}

.nine_grids > a > p {
    width: 80%;
    margin-left: 10%;
    height: 50px;
    text-align: center;
    font-size: 14px;

}

.nine_grids > a > p > span:first-child {
    font-size: 14px;
    text-align: center;
    display: block;
}

.nine_grids > a > p > span:nth-child(2) {
    font-size: 12px;
    text-align: center;
    display: block;
    color: darkgray;
}

.remindVip {
    width: 180px;
    position: fixed;
    background-color: black;
    top: 40%;
    left: 0px;
    height: 36px;
    color: white;
    border-radius: 5px;
    z-index: 1003;
    display: none;
}

.remindVip p {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}

/*生词卡
*/






