img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  background-color: #f5f5f5;
}

.hide {
  display: none;
}

.click_list {
  color: #0fcca6;
}

* {
  padding: 0;
  margin: 0
}

a {
  display: inline-block;
}

.tips {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -52vw;
  width: 100%;
  transform: translateX(-50%);
  height: 10vw;
  font-size: 4vw;
  background: #fff2f0;
  border: 1px solid #ffccc7;
  font-family: 微软雅黑;
  text-align: center;
  line-height: 10vw;
  z-index: 2000;
  display: none;
}

.module_1,
.module_2 {
  width: 100%;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}


.module_1 {
  height: 10.4vw;
  background-image: url("./1.png");
  background-size: 100% 100%;
}

.log_in {
  width: 20vw;
  height: 6vw;
  position: absolute;
  right: 3vw;
  top: 2vw;
}

.log_out {
  position: absolute;
  right: 3vw;
  top: 2vw;
  font-size: 4vw;
  color: #444444;
}

.log_out img {
  width: 5vw;
}

.module_2 {
  height: 10.5vw;
  background-image: url("./2.png");
  background-size: 100% 100%;
}

.module2_title {
  width: auto;
  color: #ffffff;
  font-size: 5vw;
  line-height: 10.5vw;
  margin-left: 3vw;
  display: flex;
  align-items: center;
}

.module2_title img {
  width: 4vw;
  margin-left: 2vw;
}

.module2_content {
  position: absolute;
  width: 29.6vw;
  height: auto;
  background: #ffffff;
  z-index: 4;
  left: 6vw;
  box-shadow: 0px 5px 10px 0px rgb(150 183 177 / 11%);
  border: 1px solid #e9e9e9;
  padding: 0 2vw;
  border-radius: 1vw;
  display: none;
}

.module2_content a {
  display: inherit;
  font-size: 3vw;
  line-height: 7.47vw;
  border-bottom: 1px dashed silver;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.module2_content a:nth-last-child(1) {
  border: none !important;
}

.top_time{
  margin: 0 0 3vw;
}

.module_4 {
  font-size: 4vw;
  width: 100%;
  background: #ffffff;
  line-height: 10.14vw;
  padding-left: 3vw;
  box-sizing: border-box;
  color: #444444;
}

.module_4 a {
  text-decoration: none;
  color: inherit;
}

.separateStyle {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: 20px;
}


.module_5 {
  padding: 0 3vw 5vw;
  background: #ffffff;
  margin-bottom: 2.5vw;
}

.module_5 .checkContent {
  margin: 3vw 0;
}

.checkContent .title_one,
.checkContent .title_two {
  display: flex;
  align-items: center;
  font-size: 4vw;
  font-weight: 600;
  margin: 4vw 0;
}

.checkContent .title_one {
  color: #222222;
}

.checkContent .title_two {
  color: #0fcca6;
}

.checkContent .title_one div,
.checkContent .title_two div {
  width: 1.5vw;
  height: 4.5vw;
  background: #0fcca6;
  border-radius: 0.4vw;
  margin: 0.6vw 2vw 0 0;
}

.checkContent a {
  color: #2361e5 !important;
  display: initial;
}

.checkContent p {
  font-size: 3.5vw;
  text-indent: 7vw;
  line-height: 5.5vw;
  color: #555555;
  margin: 1vw 0;
}

.checkContent .credentials {
  display: flex;
  justify-content: space-between;
  margin: 4vw 0 7vw;
}

.checkContent .credentials img {
  width: 45vw;
}

.checkContent .bold_title {
  font-weight: 600;
  font-size: 3.8vw;
  margin: 2vw 0;
  color: #222222;
}

.checkContent .list_style li {
  list-style: disc;
  margin-left: 14vw;
  line-height: 7vw;
  font-size: 3.3vw;
  color: #555555;
}




.module_5 .qrcode_box {
  margin-top: 3vw;
}

.qrcode_box p {
  font-size: 3.5vw;
  text-indent: 7vw;
}

.qrcode_box img {
  display: block;
  margin: 5vw auto 0;
  width: 30vw;
  border: 1px solid #0fcca6;
}
.tables{
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  display: none;

}
.tables tr,.tables td{
  border: 1px solid #ccc;
  line-height: 40px;
  color: #555;
  font-size: 12px;
  padding-left: 8px;

}