.home-page-panel {
  padding: 10px 0;
  text-align: center;
  margin-left: -50px;
}
.home-page-panel .logo {
  width: 80%;
  margin: 15px 0 40px;
}
.home-page-panel .row img {
  cursor: pointer;
}
.home-page-panel .explain-panel {
  color: #7d838a;
  text-align: left;
  font-size: 16px;
  margin: 30px 80px 10px;
  font-weight: 500;
  position: relative;
  top: 4px;
}
.home-page-panel .explain-panel .icon {
  color: #ff1f1f;
  font-size: 16px;
  position: absolute;
  top: 4px;
}
.home-page-panel .explain-panel p {
  text-indent: 2em;
}

.index-middle-panel {
  width: 100%;
  height: calc(100% - 183px);
}
.index-bottom-panel {
  height: 190px;
}
.index-bottom-panel .index-bottom-code {
  height: calc(100% - 48px);
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  font-size: 14px;
}
.index-bottom-panel .index-bottom-code .row {
  display: inline-block;
  padding: 0 10px;
  width: 280px;
  padding-top: 10px;
  margin: 0;
  position: relative;
}
.index-bottom-panel .index-bottom-code .row:nth-child(3) {
  width: 300px;
}
.index-bottom-panel .index-bottom-code .row:last-child {
  width: 320px;
}
.index-bottom-code .row .col-md-7 {
  padding: 0 0 0 10px;
}
.index-bottom-code .row .col-md-2,
.index-bottom-code .row .col-md-3 {
  padding: 0px;
}
.index-bottom-panel .index-bottom-code .row .col-md-7 div {
  line-height: 2em;
  text-align: left;
}
.index-bottom-panel .index-bottom-code .row .col-md-7 div:first-child {
  color: #666666;
  font-weight: 500;
  font-size: 16px;
}
.index-bottom-panel .index-bottom-code .row .col-md-7 div:last-child {
  color: #969696;
}
.index-bottom-panel .index-bottom-code .mobile-icon {
  width: 50px;
  height: 50px;
  max-width: none;
}
.index-bottom-panel .index-bottom-code .app-code {
  width: 70px;
  height: 70px;
  max-width: none;
}
.col-3-image {
  width: 155px;
  height: 155px;
  margin-left: 520px;
}

.col-4-image {
  width: 155px;
  height: 155px;
  margin-left: 800px;
}

.col-5-image {
  width: 155px;
  height: 155px;
  margin-left: 1100px;
}

.col-6-image {
  width: 155px;
  height: 155px;
  margin-left: 1430px;
}

.qrcode-image-big {
  display: none;
  width: 175px;
  height: 175px;
  position: absolute;
  top: -175px;
  left: -50px;
  padding: 20px;
}
.logo-img{
	position: relative;
}

.logo-img::after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0;
     top: 100%;
     background-image: url(../image/shadow.png);
     background-size: 100% 100%;
}

.intro-step-7 {
  position: fixed;
  right: 20px;
  bottom: 50%;
  cursor: pointer;
  text-align: center;
  width: 80px;
  height: 150px;
}
.overlay {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  /* background: linear-gradient(rgb(206, 231, 251), #fff); */
}
.modals {
  position: fixed;
  top: 45% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding:0;
  text-align: center;
  border-radius: 5px;
  z-index: 10000;
  right: 0;
  bottom: 0;
}
.titles{
  display: block;
  width: 100%;
  height: 80px;
  background-color: #124B87;
  text-align: center;
  line-height: 80px;
  color: white;
  font-weight: 600;
  font-size: 26px;
}
.contents{
  line-height: 40px;
  text-align: left;
  text-indent: 24px;
  padding: 0 20px;
  font-size: 18px;
}
.modals button {
  border: none;
  outline: none;
  background-color: #124B87;
  padding: 10px 20px;
  margin-top: 20px;
  color: white;
  font-weight: 400;
  border-radius: 8px;
  width: 250px;
}
.checkbox-panel{
 
  margin-right: 700px;
  display: flex;
  /* justify-items: center; */
  justify-content: center;
  align-items: center;
}
.confirmCheckbox {
  margin: 0;
  width: 22px;
  height: 22px;
  float: left;
  /* margin-right: 6px;
  margin-top: 3px; */
}