body {
  background-color: #f6f9fd;
  width: 100%;
  margin: 0 auto;
}
a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none !important;
  display: block;
  color: #333;
}
a,
canvas,
div,
h1,
h2,
html,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
img {
  display: block;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#chakan_m1{
  display: none;
}
#chakan_m2{
  display: none;
}
#resultGroup2{
  height: 208px;
  overflow: hidden;
}
.content {
  width: 800px;
  margin: 0 auto;
}
.content .TopBar-Box {
  width: 100%;
  height: 288px;
  background: url(../images/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.content .TopBar-Box .title {
  font-size: 20px;
  color: #6D7278;
  margin-bottom: 12px;
}
.content .TopBar-Box .result {
  font-size: 40px;
  color: #FF5A00;
  font-weight: bolder;
}
.content .cnt-Box1 {
  background-color: #fff;
  padding: 18px 15px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.content .cnt-Box1 .title {
  font-size: 18px;
  color: #0F1D37;
  font-weight: bold;
  margin-bottom: 18px;
}
.content .cnt-Box1 .result-Box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.content .cnt-Box1 .result-Box .resultGroup {
  display: flex;
  flex-wrap: wrap;
}
.content .cnt-Box1 .result-Box .resultGroup .wordCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 34px;
  box-sizing: border-box;
  background-color: #F8F8F8;
  border-radius: 5px;
  font-size: 14px;
  color: #222;
  margin-bottom: 18px;
  margin-right: 28px;
}
.content .cnt-Box1 .result-Box .resultGroup .wordCard:nth-child(6n) {
  margin-right: 0;
}

/*.content .cnt-Box1 .result-Box .btn-Box {
  display: flex;
  width: 200px;
  justify-content: space-between;
}*/
.content .cnt-Box1 .result-Box .btn {
  width: 96px;
  height: 32px;
  border: 1px solid #EEEFF0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  margin-top: 12px;
  cursor: pointer;
}
.content .cnt-Box1 .result-Box .btn p {
  font-size: 12px;
  color: #9B9EAC;
  margin-right: 1px;
}
.content .cnt-Box1 .result-Box .btn img {
  width: 12px;
  height: 12px;
}
.content .cnt-Box2 {
  background-color: #fff;
  padding: 18px 15px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.content .cnt-Box2 .title {
  font-size: 18px;
  color: #0F1D37;
  font-weight: bold;
  margin-bottom: 18px;
}
.content .cnt-Box2 .result-Box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .cnt-Box2 .result-Box .wordGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content .cnt-Box2 .result-Box .wordGroup .wordCard {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 7px 14px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}
.content .cnt-Box2 .result-Box .wordGroup .arrow {
  width: 16px;
  height: 16px;
  margin: 0 14px;
  margin-bottom: 20px;
}
.content .cnt-Box2 .result-Box .btn {
  width: 96px;
  height: 32px;
  border: 1px solid #EEEFF0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  margin-top: 12px;
  cursor: pointer;
}
.content .cnt-Box2 .result-Box .btn p {
  font-size: 12px;
  color: #9B9EAC;
  margin-right: 1px;
}
.content .cnt-Box2 .result-Box .btn img {
  width: 12px;
  height: 12px;
}
.content .cnt-Box3 {
  background-color: #fff;
  padding: 18px 15px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.content .cnt-Box3 .title {
  font-size: 18px;
  color: #0F1D37;
  font-weight: bold;
  margin-bottom: 18px;
}
.content .cnt-Box3 .result-Box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .cnt-Box3 .result-Box .resultGroup {
  display: flex;
  flex-wrap: wrap;
}
.content .cnt-Box3 .result-Box .resultGroup .wordCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 34px;
  box-sizing: border-box;
  background-color: #F8F8F8;
  border-radius: 5px;
  font-size: 14px;
  color: #222;
  margin-bottom: 20px;
  margin-right: 20px;
}
.content .cnt-Box3 .result-Box .resultGroup .wordCard:nth-child(13n) {
  margin-right: 0;
}
.content .Jianjie-Box .jianjie-Row {
  padding: 10px 15px 20px 15px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 5px;
}
.content .Jianjie-Box .jianjie-Row .Title {
  font-size: 16px;
  font-weight: bold;
  color: #0F1D37;
  margin-bottom: 4px;
}
.content .Jianjie-Box .jianjie-Row .cnt {
  font-size: 14px;
  color: #6D7278;
  line-height: 24px;
}
