/** @format */

html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #056cba;
  /* background: url("../images/background.png") no-repeat; */
  /* background-size: cover; */
}
#bookContainer {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 5px;
}
.blue_line {
  box-sizing: border-box;
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  background: #056cba;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.25rem /* 20/16 */;
}
.blue_line > .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blue_line > .contact-list > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.5rem /* 8/16 */ 0;
  padding-left: 8%;
}
.blue_line > .contact-list > li > span {
  color: white;
  font-size: 1rem /* 16/16 */;
  display: flex;
  align-items: center;
}
.blue_line > .contact-list > li > img {
  width: 1.25rem /* 20/16 */;
  margin-right: 0.5rem /* 8/16 */;
}
.blue_line > .we-chat {
  width: 3.75rem /* 60/16 */;
  height: 3.75rem /* 60/16 */;
}
/* .blue_line > p {
  box-sizing: border-box;
  padding-left: 40px;
  margin: 0 !important;
  color: white;
  font-size: 14px;
}
 */
#book {
  /* overflow: auto !important; */
  /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5); */
}
.page {
  width: 100%;
  background-size: contain;
  background-color: rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
}
#language {
  position: absolute;
  right: 10px;
  top: 10px;
  box-sizing: border-box;
  padding: 2px 8px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 14px;
  background: white;
  z-index: 9999;
}

.change-language {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}
.change-language > select {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
  outline: none;
  padding: 2px 8px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
#tel {
  white-space: pre-wrap;
}
.EN5-div {
  position: absolute;
  width: 43%;
  height: 13%;
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
}
.EN5-div-1 {
  top: 31%;
}
.EN5-div-2 {
  top: 52%;
}
.EN7-container {
  position: absolute;
  width: 83%;
  height: 69%;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  flex-wrap: wrap;
}
.EN7-div {
  width: 46%;
  height: 14%;
  background: transparent;
  display: inline-block;
  margin-bottom: 3%;
}
.EN7-div:nth-child(2n - 1) {
  margin-right: 8%;
}
.EN-return {
  position: absolute;
  left: 5%;
  top: 7%;
  width: 20%;
  height: 3%;
}
