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

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

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

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

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

.top_nav_bar {
    width: 100%;
    z-index: 997;
    position: fixed;
    top: 0px;
    height: 40px;
    background-color: #79B8E3;
    /*border-bottom: 1px solid #9e9e9e;*/
}

/*新菜单*/

.top_nav_bar_menu {
    color: white;
    width: 100%;
    font-size: 14px;
    line-height: 39px;
    background-color: #79B8E3;
    height: 39px;

}

.top_nav_bar_menu a {
    color: white;

}

.top_nav_bar_menu li {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    height: 39px;
    width: 100%;
    float: right;
}

.top_nav_bar_menu li:first-child {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    height: 39px;
    width: 100%;
    float: left;
    font-size: 14px;
}

.top_nav_bar_menu li div {
    width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    float: right;
    margin: 4px;
    min-width: 30px;
    border-radius: 8px;

}

.top_nav_bar_menu li:first-child div {
    float: left;
}

.top_nav_bar_menu li:first-child div span {
}

.top_nav_bar_menu li div.now_menu {
    font-size: 18px;
    color: #79B8E3;

}

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

.top_distance {
    width: 100%;
    height: 50px;
}

.menu_wrapper {
    width: 100%;
}

.menu_area_pro div {
    width: 100px;
    height: 100px;
    margin: 25px auto;
    display: block;
    border-radius: 50px;
    border: 1px solid darkgray;

}

.menu_LsMes {
    width: 100%;
    height: 100px;
    background-color: white;
}

.menu_LsMes > div {
    float: left;
}

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

.menu_LsText {
    width: 50%;
    height: 60px;
    margin-top: 20px;
}

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

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

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

.menu_single {
    width: 100%;
}

.menu_single_title {
    width: 92%;
    margin-left: 4%;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: black;

}

.menu_single_body {
    margin-top: 12px;
    width: 94%;
    margin-left: 3%;
}

.menu_single_area {
    width: 50%;
    float: left;
    margin-top: 12px;
}

.menu_single_option {
    width: 92%;
    height: 80px;
    display: block;
    background: white;
    margin-left: 4%;
    border-radius: 5px;
}

.menu_single_corrent {
    border: 2px solid #79B8E3;
}

.menu_single_price {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 24px;
}

.menu_single_price span {
    display: block;
}

.menu_single_price i {
    color: red;
}

.menu_single_price span:first-child {
    padding-top: 16px;
    font-size: 14px;
}

.menu_single_price span:nth-child(2) {
    font-size: 12px;
    color: darkgray;
}

#menu_single_btn {
    width: 70%;
    position: fixed;
    bottom: 70px;
    left: 15%;
    height: 40px;
    border: 0px;
    background: #79B8E3;
    color: white;
}

.menu_single_des {
    width: 100%;
    position: fixed;
    bottom: 40px;
    left: 0%;
    border: 0px;
}

.menu_single_des p {
    width: 100%;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    text-align: center;

}

.menu_single_des i {
    color: red;
}

.single_wrapper {

    width: 90%;
    margin: 30px auto;

}

.single_img img {
    width: 100%;
}

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

}

.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;
}

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

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

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

.topgo{
    font-size: 12px;
    width: 10%;
    float: left;
    height: 50px;
    text-align: left;
    line-height: 50px;
    color: darkgray
}

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

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

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

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

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

/*我答*/

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

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

.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;
}

#pleaseSay {
    display: none;
}

#myVoice {
    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;
}

.speech {
    width: 70%;
    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: wheat;
    -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 2px #EAD6D6;
    margin-right: 15px;
    float: right;
    background-color: wheat;
    width: 80px;
    height: 50px;
}

.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 wheat;
}

.speech2.right span {
    color: grey;
    margin-left: 30%;
    font-size: 18px;
    margin-top: 8px;

}

.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%;
}

.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: 20%;
    float: left;
    margin-top: 10px;
}

.leftimg img {
    width: 100%;

}

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

.rightimg img {
    width: 100%;
}

.leftd {
    clear: both;
    float: left;
    width: 80%;

}

.rightd {
    width: 70%;
    clear: both;
    float: right;
}

.centerText {
    text-align: center;
}

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

}

.record_pannel_btn {
    width: 100%;
    height: 120px;
    line-height: 120px;
}

.record_pannel_btn div {
    width: 100%;
    float: left;
    display: block;
}

.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_over_text {
    width: 100%;
    margin-top: 30px;
    display: none;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.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_gomenu {
    width: 100%;
    margin-top: 30px;
    display: none;
}

.talk_gomenu button {
    width: 35%;
    display: block;
    margin: 0px auto;
    border: 0px;
    border-radius: 10px;
    color: white;
    background-color: #51C332;
    padding: 8px;
}.talk_over_text {
     width: 100%;
     margin-top: 30px;
     display: none;
     height: 30px;
     line-height: 30px;
     text-align: center;

 }

.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_gomenu {
    width: 100%;
    margin-top: 30px;
    display: none;
}

.talk_gomenu 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;
}

.myTestWrapper {
    width: 90%;
    margin: 0px auto;

}

.myTest_top {
    width: 100%;
    float: left;
    height: 30px;
    display: none;
    font-size: 14px;
    margin-top: 20px;

}

.myTest_top span:first-child {
    float: left;
}

.myTest_top span {
    float: right;
}

.myTest_word {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    float: left;
    height: 50px;
    line-height: 50px;
    display: none;

}

.myTest_voice {
    width: 100%;
    text-align: center;
    font-size: 24px;
    float: left;
    height: 30px;
    line-height: 30px;
    display: none;
    margin-bottom: 30px;
    color: #FF7334
}

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

}

.myTest_option button {
    display: block;
    width: 88%;
    height: 40px;
    border: 1px solid #51C332;
    border-radius: 10px;
    margin: 20px auto;
    background-color: white;
    color: #51C332;
    font-size: 14px;
    line-height: 40px;
    text-align: center;

}

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

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

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

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

.myTest_over_text {
    width: 100%;
    display: none;
    text-align: center;
    margin-top: 50px;

}

.myTest_btn {
    width: 100%;
    margin-top: 40px;
    display: none;
}

.myTest_restart {
    width: 50%;
    float: left;

}

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

.myTest_gomenu {
    width: 50%;
    float: left;

}

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

.goVip {
    width: 100%;
    position: fixed;
    top: 20%;
    left: 0px;
}

.goVip div {
    width: 100%;
    float: left;
    text-align: center;
    color: gray;
    font-size: 18px;

}

.goVip img {
    width: 40%;
    display: block;
    margin-left: 30%;
    float: left;

}

.goVip button {
    width: 50%;
    float: left;
    display: block;
    border: 0px;
    background-color: limegreen;
    color: white;
    font-size: 16px;
    margin-top: 40px;
    margin-left: 25%;
    height: 30px;
    border-radius: 10px;
}

.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;
}

.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;
}

