@charset "utf-8";
/* CSS Document */
/* CSS Document */
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #f6f9fd;
  margin: 0 auto;
}
a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  display: block;
  color: #333;
  font-family: SimHei;
}
p {
  font-family: SimHei;
}
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);
}
input {
  outline: none;
  border: 0;
  -webkit-appearance: none;
}
#chakan_pc1{
  display: none;
}
#chakan_pc2{
  display: none;
}
#resultGroup2{
  height: calc(100vw / 750 * 392);
  overflow: hidden;
}
.TopBar-Box {
  width: 100%;
  height: calc(100vw / 750 * 314);
  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;
}
.TopBar-Box .title {
  font-size: calc(100vw / 750 * 30);
  color: #6D7278;
  margin-bottom: calc(100vw / 750 * 26);
}
.TopBar-Box .result {
  font-size: calc(100vw / 750 * 56);
  color: #FF5A00;
  font-weight: bolder;
}
.cnt-Box1 {
  background-color: #fff;
  padding: calc(100vw / 750 * 36) calc(100vw / 750 * 30) calc(100vw / 750 * 60) calc(100vw / 750 * 30);
  box-sizing: border-box;
  margin-bottom: calc(100vw / 750 * 16);
}
.cnt-Box1 .title {
  font-size: calc(100vw / 750 * 36);
  color: #0F1D37;
  font-weight: bold;
  margin-bottom: calc(100vw / 750 * 36);
}
.cnt-Box1 .result-Box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.cnt-Box1 .result-Box .resultGroup {
  display: flex;
  flex-wrap: wrap;
}
.cnt-Box1 .result-Box .resultGroup .wordCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw / 750 * 200);
  height: calc(100vw / 750 * 68);
  box-sizing: border-box;
  background-color: #F8F8F8;
  border-radius: calc(100vw / 750 * 10);
  font-size: calc(100vw / 750 * 26);
  color: #222;
  margin-bottom: calc(100vw / 750 * 30);
  margin-right: calc(100vw / 750 * 30);
}
.cnt-Box1 .result-Box .resultGroup .wordCard:nth-child(3n) {
  margin-right: 0;
}
.cnt-Box1 .result-Box .btn {
  width: calc(100vw / 750 * 192);
  height: calc(100vw / 750 * 64);
  border: 1px solid #EEEFF0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(100vw / 750 * 64);
  margin-top: calc(100vw / 750 * 30);
  cursor: pointer;
}
.cnt-Box1 .result-Box .btn p {
  font-size: calc(100vw / 750 * 24);
  color: #9B9EAC;
  margin-right: calc(100vw / 750 * 2);
}
.cnt-Box1 .result-Box .btn img {
  width: calc(100vw / 750 * 24);
  height: calc(100vw / 750 * 24);
}
.cnt-Box2 {
  background-color: #fff;
  padding: calc(100vw / 750 * 36) calc(100vw / 750 * 30) calc(100vw / 750 * 60) calc(100vw / 750 * 30);
  box-sizing: border-box;
  margin-bottom: calc(100vw / 750 * 16);
}
.cnt-Box2 .title {
  font-size: calc(100vw / 750 * 36);
  color: #0F1D37;
  font-weight: bold;
  margin-bottom: calc(100vw / 750 * 36);
}
.cnt-Box2 .result-Box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cnt-Box2 .result-Box .wordGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.cnt-Box2 .result-Box .wordGroup .wordCard {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(100vw / 750 * 168);
  padding: calc(100vw / 750 * 14) calc(100vw / 750 * 28);
  box-sizing: border-box;
  border-radius: calc(100vw / 750 * 10);
  background-color: #f8f8f8;
  font-size: calc(100vw / 750 * 24);
  line-height: calc(100vw / 750 * 40);
  font-weight: bold;
  color: #222;
  margin-bottom: calc(100vw / 750 * 40);
}
.cnt-Box2 .result-Box .wordGroup .arrow {
  width: calc(100vw / 750 * 32);
  height: calc(100vw / 750 * 32);
  margin: 0 calc(100vw / 750 * 24);
  margin-bottom: calc(100vw / 750 * 40);
}
.cnt-Box2 .result-Box .btn {
  width: calc(100vw / 750 * 192);
  height: calc(100vw / 750 * 64);
  border: 1px solid #EEEFF0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(100vw / 750 * 64);
  margin-top: calc(100vw / 750 * 30);
  cursor: pointer;
}
.cnt-Box2 .result-Box .btn p {
  font-size: calc(100vw / 750 * 24);
  color: #9B9EAC;
  margin-right: calc(100vw / 750 * 2);
}
.cnt-Box2 .result-Box .btn img {
  width: calc(100vw / 750 * 24);
  height: calc(100vw / 750 * 24);
}
.cnt-Box3 {
  background-color: #fff;
  padding: calc(100vw / 750 * 36) calc(100vw / 750 * 30) 0 calc(100vw / 750 * 30);
  box-sizing: border-box;
  margin-bottom: calc(100vw / 750 * 16);
}
.cnt-Box3 .title {
  font-size: calc(100vw / 750 * 36);
  color: #0F1D37;
  font-weight: bold;
  margin-bottom: calc(100vw / 750 * 36);
}
.cnt-Box3 .result-Box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cnt-Box3 .result-Box .resultGroup {
  display: flex;
  flex-wrap: wrap;
}
.cnt-Box3 .result-Box .resultGroup .wordCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw / 750 * 80);
  height: calc(100vw / 750 * 68);
  box-sizing: border-box;
  background-color: #F8F8F8;
  border-radius: calc(100vw / 750 * 10);
  font-size: calc(100vw / 750 * 26);
  color: #222;
  margin-bottom: calc(100vw / 750 * 42);
  margin-right: calc(100vw / 750 * 40);
}
.cnt-Box3 .result-Box .resultGroup .wordCard:nth-child(6n) {
  margin-right: 0;
}
.Jianjie-Box .jianjie-Row {
  padding: calc(100vw / 750 * 20) calc(100vw / 750 * 30) calc(100vw / 750 * 40) calc(100vw / 750 * 30);
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: calc(100vw / 750 * 16);
}
.Jianjie-Box .jianjie-Row .Title {
  font-size: calc(100vw / 750 * 32);
  font-weight: bold;
  color: #0F1D37;
  margin-bottom: calc(100vw / 750 * 8);
}
.Jianjie-Box .jianjie-Row .cnt {
  font-size: calc(100vw / 750 * 28);
  color: #6D7278;
  line-height: calc(100vw / 750 * 48);
}
