body {
  padding: 0px;
  margin: 0px;
}
select,
textarea,
input {
  font-size: 16px;
}
p {
  margin-block-start: 0.75em;
  margin-block-end: 0.75em;
}
.center{
  position: absolute;
  height: 300px;
  width: 300px;
  top:calc(50% - 300px/2);
  left:calc(50% - 300px/2);
}
.upperbg {
  background-color: #d41a1a;
  padding: 20px 20px 10px 20px;
}
.searchicon {
  position: absolute;
  right: 40px;
  cursor: pointer;
}
.shareicon {
  position: absolute;
  right: 12px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.search {
  background-color: #ffffff;
  width: 150px;
  height: 30px;
  position: absolute;
  right: 20px;
  color: #bbb7b7;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.searchinput {
  border: 0;
  width: 80px;
  background-color: #ffffff;
  outline: none;
}
.twowords {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.chinese {
  color: #ffffff;
  text-align : center;
  margin-top: 40px;
}
.Q1 {
  background-image: url("images/ge1.png");
  background-size: contain;
  width: 114px;
  height: 114px;
  font-size: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Q2 {
  background-image: url("images/ge1.png");
  background-size: contain;
  width: 114px;
  height: 114px;
  margin-left: 10px;
  font-size: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Q3 {
  background-image: url(images/ge1.png);
  background-size: contain;
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 5px 0px 6px;
  cursor: pointer;
}
.stroke1{
  position: relative;
  top: 90px;
  right: 5px;
  cursor: pointer;
}
.stroke2{
  position: relative;
  top: 90px;
  left: 5px;
  cursor: pointer;
}
.ctz {
  margin-bottom: 12px;
  margin-left: -30px;
  display: flex;
  flex-direction: row;
  background-color: #d41a1a;
  color: #ffffff;
  justify-content: center;
}
.ct1 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 180px;
  border-radius: 35px;
  display: flex;
  margin-left: 30px;
  flex-direction: row;
  align-items: center;
}
.ct3 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 390px;
  border-radius: 35px;
  display: flex;
  margin-left: 30px;
  align-items: center;
}
.t1 {
  margin-left: 10px;
}
.tt {
  margin-left: 10px;
}
.bottombg {
  background-color: white;
  padding: 10px 0px 20px 0px;
}
.bluetxt {
  color: #0084ff;
}
.redtxt {
  font-weight: bold;
  color: #ff4200;
}
.content1 {
  align-items: center;
  margin-bottom: 8px;
  line-height: 1.5;
}
.heading1 {
  color: #9c0000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.heading2 {
  color: #000;
  align-items: center;
  margin-bottom: 4px;
}
.openicon {
  margin-left: 10px;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
.soundicon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align:middle;
}
.dotted {
  border: 1px dotted #000;
  border-style: none none dotted;
  color: #fff;
  background-color: #fff;
}
.footer {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
  border-style: solid none none none;
  padding: 10px 20px 10px 20px;
}
.backtop {
  display: none;
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 60px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
}
.sharecont {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.showshare {
  background-image: url("images/sharebg.png");
  width: 300px;
  height: 416px;
  display: flex;
  margin:auto;
  flex-direction: column;
  align-items: center;
}
.close {
  width: 20px;
  height: 20px;
  margin-right: -250px;
  margin-top: 14px;
  text-align: right;
  cursor: pointer;
}
.title {
  display: flex;
  flex-direction:row;
  align-items: center;
}
.bgwhite {
  display: flex;
  flex-direction:column;
  background-color: FloralWhite;
  padding: 2px 20px;
  margin-top: 20px;
}
.redblock {
  display: flex;
  background-color: #9c0000;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
}
.intitle {
  color: black;
  font-size: 20px;
}
.qrcode {
  background-color: black;
  width: 104px;
  height: 104px;
  margin-top: 50px;
}
.twobtn{
  padding: 15px;
}
.saveimg {
  width: 120px;
  height: 36px;
  border-radius: 32px;
  background-color: yellow;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  cursor: pointer;
}
.copylink {
  width: 120px;
  height: 36px;
  border-radius: 32px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}
.tick {
  position: absolute;
  font-size: 50px;
  color: #fff;
  width: 50px;
  heigth: 50px;
  background-color: #3399ff;
  border-radius: 10px;
  text-align : center;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  top:calc(50% - 50px/2);
  left:calc(50% - 50px/2);
  display: none;
}
.wordtype {
  color: #fff;
  background-color: #907ecc;
  border-radius: 4px;
  padding: 2px 5px 2px 5px;
  width: 10%;
}
.pinyin {
  color: #fff;
  background-color: #eb8e8e;
  border-radius: 4px;
  padding: 2px 5px 2px 5px;
  margin-bottom: 4px;
  width: 50%;
}
.swordcont{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.selword{
  background-color: #d41a1a;
  align-items:center;
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  margin: auto;
}
