*,
::before,
::after {
  box-sizing: border-box;
  border-color: currentcolor;
  border-style: solid;
  border-width: 0;
}

#app {
  width: 100%;
  min-height: 100%;
}

html {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  line-height: 1.5;
  tab-size: 4;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-family:
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑",
    Arial, sans-serif;
  line-height: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

a {
  color: inherit;
  text-decoration: inherit;
}

img,
svg {
  display: inline-block;
}

svg {
  vertical-align: -0.15em;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:active,
div:focus {
  outline: none;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px !important;
  height: 2px !important;
}

#code1,#code2,#code3 {
  display: none;
}
.container {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.container .section {
	padding: 0 30px;
}
.container .guest-section {
	padding-top: 38px;
}
.container .marginbottom-100 {
	padding-bottom: 100px;
}
.container .legal-title {
	padding: 0;
	font-size: 24px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	background-color: #52555a;
}
.container .font-weight-bold,
.container b,
.container strong {
	font-weight: 700 !important;
}
.container .font-weight-bold2 {
	font-weight: 700 !important;

}
.container .info-style-1 > .info-text {
	padding-left: 38px;
	margin-bottom: 7px;
}
.container .info-style-1 {
	position: relative;
}
.container .info-num {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	text-align: right;
}
.container .legal-info-box,
.container p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.container table {
	width: 80%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid black;
}
.container table tbody {
	width: 100%;
}
.container table th,
.container table td {
	padding: 10px;
	word-wrap: break-word;
	border: 1px solid black;
}

.text-editor__column-wrap {
  padding-left: 4.44444444vw;
  padding-right: 4.44444444vw;
  padding-bottom: 4.44444444vw;
}

@media screen and (width <= 768px) {
  .container {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .container .section {
    padding: 0 4vw;
  }
  .container .guest-section {
    padding-top: 5vw;
  }
  .container .marginbottom-100 {
    padding-bottom: 13.3vw;
  }
  .container .legal-title {
    padding: 0;
    font-size: 16px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    background-color: #52555a;
  }
  .container .font-weight-bold,
  .container b,
  .container strong {
    display: block;
    padding-bottom: 1vw;
    font-weight: 700 !important;
  }
  .container table{
    width: 100%;
  }
  .container .info-style-1 > .info-text {
    padding-left: 3vw;
    margin-bottom: 1vw;
  }
  .container .info-style-1 {
    position: relative;
  }
  .container .info-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 4vw;
    text-align: right;
  }
  .container .legal-info-box,
  .container p {
    margin: 0 0 1.4vw;
    font-size: 12px;
    line-height: 24px;
    color: #333;
  }
  .container table th,
  .container table td {
    padding: 10px;
  }  
}
.red {
  color: red;
}