@charset "UTF-8";

/**********************
Date：2019-08-01
BuilderVersion：v3.1
CopyRight:iflytek_EUED
***********************/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei', arial, SimSun, sans-serif, tahoma;
}

body {
  font-size: 14px;
  color: #666;
}

input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea,
input,
button,
a {
  outline: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
}

fieldset,
img {
  border: 0;
}

address,
cite,
code,
dfn,
em,
i,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidenone {
  display: none;
}

.hide {
  visibility: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.tc {
  text-align: center;
}

.vm {
  display: inline-block;
  vertical-align: middle;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button:disabled {
  cursor: not-allowed;
}

.ov {
  overflow: hidden;
}

input:-webkit-autofill {
  box-shadow: inset 0 0 0 999px #fff;
}

button:active,
a:active {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

button {
  outline: none;
  cursor: pointer;
}

@font-face {
  font-family: 'pinyin';
  src: url(../font/pinyin.ttf);
}

@font-face {
  font-family: 'Din';
  src: url('../font/DINPro-Bold.ttf');
}

.customDialogStyle {
  border-radius: 7px;
}
.customDialogStyle .van-dialog__header {
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
}
.customDialogStyle .van-dialog__message {
  padding: 15px 20px 23px;
  font-size: 15px;
}
.customDialogStyle .van-dialog__confirm {
  font-size: 15px;
  color: #237dff;
}
.customDialogStyle .van-dialog__cancel {
  font-size: 15px;
  color: #777777;
}

.wrong-word {
  color: #ff6574 !important;
}
.lose-word {
  color: rgba(255, 101, 116, 1) !important;
}
