h2,
h3,
h4,
h5,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tc {
  text-align: center;
}

html {
  font-family: 'HelveticaNeue', 'sans-serif';
}

body {
  overflow: hidden;
}

#policy {
  padding: 20px 0;
  background-color: #f0f0f0;
  color: #333e47;
}

#policy .inner {
  max-width: 1175px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

#policy .inner .text {
  line-height: 0.444444rem;
  font-size: 0.259259rem;
}

#policy .okbtn {
  background-color: #1F397C;
  color: #fff;
  line-height: 0.666667rem;
  padding: 0 0.555556rem;
  border-radius: 0.666667rem;
  margin-left: 1.111111rem;
}

/* common */
.century-gothic {
  font-family: 'CenturyGothic';
  font-weight: bold;
}

.navbar.navbar-onerway {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 8px 0 rgba(23, 43, 75, 0.12);
  border-radius: 0;
  margin-bottom: 0;
  font-family: 'CenturyGothic';
  font-weight: bold;
}

.navbar.navbar-onerway {
  background: rgba(255, 255, 255, 0.96);
}

.navbar.navbar-onerway .navbar-header {
  height: 1.679245rem;
  overflow: hidden;
}

.navbar .logo {
  padding: 0.351852rem 0 0.351852rem;
  margin-left: 0.37037rem;
}

.navbar .logo img {
  width: 1.018519rem;
}

.navbar.navbar-onerway .navbar-nav>li>a {
  font-size: 0.296296rem;
  color: #2F3A57;
}

.navbar.navbar-onerway .navbar-nav>.active>a,
.navbar.navbar-onerway .navbar-nav>.active>a:focus,
.navbar.navbar-onerway .navbar-nav>.active>a:hover {
  color: #01A1E5;
  background: none;
  border-bottom: 0.074074rem solid #01A1E5;
}

.navbar.navbar-onerway .navbar-toggle {
  margin-top: 0.4rem;
  margin-right: 0.377778rem;
}

.main-slider {
  color: #FFF;
  width: 100%;
  padding: 0;
  text-align: center;
  background-size: cover;
  min-height: 14.444444rem;
  animation: opacityshow 0.2s 0s linear;
  padding: 1.851852rem 0;
  box-sizing: border-box;
}

.main-slider h1 {
  font-size: 0.962963rem;
  font-weight: bold;
  line-height: 1.296296rem;
  text-align: center;
  display: block;
  opacity: 0;
  animation: opacityshow 1s 0s linear;
  animation-delay: .4s;
  animation-fill-mode: forwards;
  font-family: 'CenturyGothic';
}

.main-slider h3 {
  font-family: 'HelveticaNeue';
  font-size: 0.444444rem;
  line-height: 0.666667rem;
  letter-spacing: 0.037037rem;
  text-align: center;
  display: block;
  opacity: 0;
  animation: opacityshow 1s 0s linear;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.main-slider .btn {
  background: #FFF;
  border-radius: 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.37037rem;
  opacity: 0;
  animation: opacityshow 1s 0s linear;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  font-family: 'CenturyGothic';
}

/*home slider*/
.main-slider.slider-home {
  background: url(../images/banner_home.png) no-repeat;
  padding: 5.0rem 0 3.148148rem;
}

.main-slider.slider-home h3 {
  max-width: 18.333333rem;
  margin: 0.185185rem auto 0;
}

.main-slider.slider-home .btn {
  width: 5.925926rem;
  height: 1.203704rem;
  line-height: 1.203704rem;
  font-size: 0.37037rem;
  font-weight: bold;
  color: #1F397C;
  margin-top: 0.740741rem;
}

/*onerway slider*/
.main-slider.slider-onerway {
  background: url(../images/banner_onerway.png) no-repeat;
  background-size: cover;
  text-align: left;
  padding: 4.259259rem 0 2.666667rem;
}

.main-slider.slider-onerway h1 {
  text-align: left;
}

.main-slider.slider-onerway h3 {
  text-align: left;
  margin-top: 0.185185rem;
}

.main-slider.slider-onerway .btn {
  width: 5.925926rem;
  height: 1.203704rem;
  line-height: 1.203704rem;
  font-weight: bold;
  background: none;
  border: 1px solid #FFF;
  box-sizing: border-box;
  margin-top: 0.740741rem;
  color: #FFF;
}

.main-slider.slider-onerway img {
  margin-top: 0.407407rem;
  width: 100%;
  opacity: 0;
  animation: opacityshow 1s 0s linear;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}

/*pacypay slider*/
.main-slider.slider-pacypay {
  background: url(../images/banner_pacypay.png) no-repeat;
  background-size: cover;
  padding: 3.703704rem 0 1.851852rem;
  min-height: 10.796296rem;
}

.main-slider.slider-pacypay h1 {}

.main-slider.slider-pacypay h3 {
  margin: 0.555556rem auto 0;
  max-width: 1200px;
}


.uppercase {
  text-transform: uppercase;
}

.ronghan-main-content {
  color: #2F3A57;
  font-size: 0.296296rem;
  line-height: 0.481481rem;
}

.ronghan-main-content h1 {
  font-size: 0.703704rem;
  line-height: 0.851852rem;
  font-weight: bold;
  text-align: center;
}

.ronghan-main-content .line-h1 {
  display: inline-block;
  width: 2.037037rem;
  height: 1px;
  margin: 0.37037rem auto 0;
  background: #2F3A57;
}

/*home*/
.home .about {
  padding: 2.037037rem 0 0;
  max-width: 1200px;
  margin: 0 auto;
}

.home .about h1 {
  font-size: 0.703704rem;
  color: #2F3A57;
  font-weight: bold;
  line-height: 0.851852rem;
}

.home .about .line {
  width: 2.037037rem;
  height: 1px;
  background: #2F3A57;
  margin-top: 0.37037rem;
}

.home .about .content {
  color: #4B5562;
  line-height: 0.481481rem;
  font-size: 0.296296rem;
  margin-top: 1.111111rem;
}

.home .about img {
  width: 100%;
}

.home .about .icons {
  text-align: center;
  position: relative;
  padding: 0 0.277778rem;
  top: -1.666667rem;
}

.home .about .icons .items {
  box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.07);
  padding: 0.703704rem 0;
  background: #fff;
  display: flex;
}

.home .about .icons .item {
  width: 25%;
  display: inline-block;
  float: left;
  border-right: 1px solid rgba(151, 151, 151, .15);
  padding: 0 0.555556rem;
}

.home .about .icons .item:last-child {
  border: 0;
}

.home .about .icons .items .item img {
  height: 0.925926rem;
  width: auto;
}

.home .about .icons .item p {
  font-size: 0.296296rem;
  line-height: 0.481481rem;
  color: rgba(47, 58, 87, 0.9);
  margin-top: 0.222222rem;
  font-weight: bold;
}

.home .strengths {
  padding: 2.037037rem 0 1.851852rem;
  background: #F5F7F9;
  text-align: center;
}

.home .strengths h1 {
  font-size: 0.703704rem;
  line-height: 0.851852rem;
  color: #232323;
  font-weight: bold;
  text-transform: uppercase;
}

.home .strengths .line {
  display: inline-block;
  width: 2.037037rem;
  height: 1px;
  background: #2F3A57;
  margin-top: 0.37037rem;
}

.home .strengths .row {
  max-width: 1200px;
  margin: 1.296296rem auto 0;
}

.home .strengths img {
  height: 1.296296rem;
}

.home .strengths h2 {
  color: #2F3A57;
  font-size: 0.407407rem;
  line-height: 0.666667rem;
  font-weight: bold;
  margin-top: 0.555556rem;
}

.home .strengths p {
  font-size: 0.296296rem;
  color: #232323;
  line-height: 0.481481rem;
  margin-top: 0.37037rem;
}


/* onerway brands */
.brands {
  padding: 1.203704rem 0 1.574074rem;
  text-align: center;
  background: #F5F7F9;
}

.brands img {
  margin: 0.37037rem 0 0;
  height: 0.888889rem;
  max-width: 100%;
}

/* header-line */
.header-line>h2 {
  font-size: 0.555556rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.header-line>.line {
  margin: 15px auto;
  width: 110px;
  height: 1px;
  background: #2F3A57;
  ;
}

.header-line>p {
  opacity: 0.9;
  font-size: 0.296296rem;
  color: #4B5562;
  line-height: 26px;
}

/* onerway service */
.service {
  background: #FFF;
  padding: 1.666667rem 0 1.851852rem;
}

.service .item {
  position: relative;
  text-align: center;
  margin-top: 1.296296rem;
}

.service .item .img-box {
  display: inline-block;
  width: 2.777778rem;
  height: 2.777778rem;
  border-radius: 2.777778rem;
  background: rgba(244, 248, 252, 1);
  text-align: center;
}

.service .item img {
  height: 1.037037rem;
  vertical-align: top;
  margin-top: 0.87037rem;
}

.service .item h2 {
  font-size: 0.407407rem;
  line-height: 0.666667rem;
  font-weight: bold;
  margin-top: 0.555556rem;
  color: #2F3A57;
}

.service p {
  font-size: 0.277778rem;
  line-height: 0.444444rem;
  margin-top: 0.185185rem;
  color: rgba(75, 85, 98, 1);
  padding: 0.37037rem;
}

/* article */
.article h3 {
  padding: 10px 0;
  font-size: 0.37037rem;
  color: #2F3A57;
  text-align: center;
  line-height: 36px;
}

.article h4 {
  padding: 10px 0 10px;
  font-size: 0.296296rem;
  color: #0C99DC;
  text-align: center;
  font-weight: bold;
}

.article h5 {
  padding: 10px 0 10px;
  font-size: 1.148148rem;
  color: #221916;
  text-align: center;
  font-weight: bold;
  line-height: 1.759259rem;
}

.article p {
  margin: 0 auto;
  width: 86%;
  font-size: 0.259259rem;
  color: #4B5562;
  line-height: 0.407407rem;
  text-align: center;
  margin-top: 0.240741rem;
}

.article p.one-line {
  line-height: 0.814815rem;
}

/* onerway procedure */
.procedure {
  padding: 2.037037rem 0 1.851852rem;
  background: url(../images/onerway/procedure_bg.png) no-repeat;
  background-size: cover;
  text-align: center;
}

.procedure h1 {
  color: #FFF;
}

.procedure .line-h1 {
  background: #FFF;
  margin-bottom: 0.925926rem;
}

.procedure .item {
  background: rgba(250, 251, 255, 1);
  width: 5.62963rem;
  height: 5.62963rem;
  border-radius: 5.62963rem;
  margin: 0.37037rem auto 0;
  box-sizing: border-box;
  padding: 0.814815rem 0.87037rem;
}

.procedure .item .step {
  color: rgba(12, 153, 220, 1);
  font-size: 0.296296rem;
  line-height: 0.351852rem;
  font-weight: 500;
}

.procedure .item img {
  margin-top: 0.277778rem;
  height: 1.037037rem;
}

.procedure .item h3 {
  margin-top: 0.148148rem;
  color: rgba(47, 58, 87, 0.9);
  font-size: 0.407407rem;
  line-height: 0.666667rem;
  font-weight: bold;
}

.procedure .item p {
  font-size: 0.277778rem;
  line-height: 0.444444rem;
  margin-top: 0.111111rem;
  color: rgba(75, 85, 98, 1);
}

/* pacypay */
.pacypay-desc {
  max-width: 1200px;
  margin: 0 auto;
}

.awards {
  padding: 1.481481rem 0;
  background: rgba(245, 247, 249, 1);
}

.awards img {
  height: 0.814815rem;
}

.explain {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 2.037037rem 0 1.851852rem;
}

.explain h2 {
  font-weight: bold;
  text-align: left;
  font-size: 0.703704rem;
  padding-left: 15px;
  color: #2F3A57;
  line-height: 1.111111rem;
}

.explain .line {
  margin: 0.185185rem 0 0.925926rem 0;
  background: #2F3A57;
  display: inline-block;
  height: 1px;
  width: 2.037037rem;
  margin-left: 0.283019rem;
}

.explain .fl {
  width: 50%;
}

.explain h4 {
  font-size: 0.296296rem;
  line-height: 0.296296rem;
  color: #4B5562;
  font-weight: 500;
  padding-left: 0.277778rem;
}

.explain ul {
  padding-left: 30px;
  color: #4B5562;
  font-size: 0.277778rem;
  line-height: 0.481481rem;
  opacity: .9;
}

.explain ul li {
  margin-top: 0.185185rem;
  list-style: disc;
}

.explain .banner-pacypay2 {
  max-width: 100%;
}

.visa {
  background: url(../images/pacypay/visa_bg.png);
}

.visa .visa-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.481481rem 0;
}

.visa img {
  width: 100%;
}

.visa h2 {
  font-size: 0.703704rem;
  font-weight: bold;
  color: #2F3A57;
  margin-top: 0.740741rem;
  text-transform: uppercase;
  line-height: 1.111111rem;
}

.visa .line {
  margin: 0.185185rem 0 0.925926rem 0;
  background: #2F3A57;
  display: inline-block;
  height: 1px;
  width: 2.037037rem;
}

.visa .content {
  font-size: 0.296296rem;
  color: #4B5562;
  line-height: 0.481481rem;
}

.visa .view-visa-img {
  font-size: 0.296296rem;
  color: #1F397C;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: 0.37037rem;
  margin-top: 0.555556rem;
  display: inline-block;
  text-transform: uppercase;
}

.partners {
  padding: 2.037037rem 0 1.851852rem;
  text-align: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.partners h1 {
  font-size: 0.703704rem;
  line-height: 0.851852rem;
  font-weight: bold;
  color: #232323;
  text-transform: uppercase;
}

.partners .line {
  width: 2.037037rem;
  height: 1px;
  background: #232323;
  margin-top: 0.37037rem;
  display: inline-block;
  margin-bottom: 1.296296rem;
}

.partners img {
  height: 0.740741rem;
  padding: 0 0.5rem;
  margin-bottom: 1.111111rem;
  float: left;
}

.partners .parnters-header {
  border-bottom: 1px solid #edf1f7;
  color: #182058;
  font-family: "OPPOSans-B", "Roboto-Medium", "PingFangSC-Medium", Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 48px;
  padding-bottom: 39px;
  text-align: left;
  margin-bottom: 45px;
}

.partners.qrcode img {
  margin-bottom: 0.37037rem;
  float: inherit;
}

/* compliance */
.compliance {
  margin: 3.943396rem auto 0;
  max-width: 1200px;
  padding-bottom: 2.222222rem;
}

.compliance .item {
  margin-top: 2.592593rem;
}

.compliance li {
  margin-top: 80px;
}

.compliance li:last-child {
  margin-bottom: 80px;
}

.compliance .fl,
.compliance .fr {
  width: 50%;
}

.compliance img {
  display: block;
  width: 100%;
}

.compliance .header-line {
  padding: 0 0.301887rem;
}

.compliance h2 {
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #BCC6D0;
  color: #2F3A57;
  font-size: 0.703704rem;
}


/* bilateral */
.bilateral {
  background-color: #F5F7F9;
  padding: 80px 0;
}

.bilateral h2 {
  font-size: 0.703704rem;
}

.bilateral .bilateral-content {
  max-width: 1200px;
  margin: 60px auto 0;
}

.bilateral .article {
  margin: 0 auto;
  padding: 0.740741rem 0.185185rem 0.555556rem;
  background-color: #ffffff;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.bilateral .article>P {
  text-align: center;
  max-width: 4.259259rem;
}

.bilateral .article>P:first-child {
  width: 2.777778rem;
  font-size: 0.333333rem;
  line-height: 0.444444rem;
  font-weight: normal;
}

.bilateral .article>P:nth-child(3) {
  height: 180px;
}

.bilateral .article h3 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 0.592593rem;
  min-width: 3.777778rem;
}

.bilateral .article a {
  display: block;
  padding: 0.203704rem 0;
  margin: 0 auto;
  max-width: 4.444444rem;
  background: #1F397C;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.296296rem;
}

.row {
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.row>div {
  padding-left: 0.277778rem;
  padding-right: 0.277778rem;
}


.map {
  height: 870px;
  margin-top: 1.648148rem;
}

.map-contact {
  position: relative;
  max-width: 1164px;
  box-sizing: border-box;
  padding: 90px 20px 60px;
  margin: -270px auto 0;
  box-shadow: 0 0 20px 0 rgba(133, 133, 133, 0.20);
  overflow: hidden;
  background: #FFF;
  margin-bottom: 1.851852rem;
}

.map-contact img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
}

.map-contact .title {
  font-size: 0.703704rem;
  color: #2F3A57;
  padding-left: 15px;
  font-weight: bold;
}

.map-contact .line {
  margin: 0.377358rem 0 1.132075rem 15px;
}

.map-contact .contact-way .left {
  font-size: 0.296296rem;
  color: #4B5562;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.map-contact .contact-way .left li {
  margin-bottom: 0.555556rem;
  cursor: pointer;
}

.map-contact .contact-way .left li.active {
  color: #01A1E5;
}

.map-contact .contact-way .left li .iconfont {
  display: none;
}

.map-contact .contact-way .left li.active .iconfont {
  display: inline-block;
}

/*.map-contact .contact-way .left li:first-child {margin-top: 0;}*/
.map-contact .contact-way .right {
  font-size: 0.333333rem;
  color: rgba(75, 85, 98, .9);
  letter-spacing: 0.5px;
  line-height: 0.603774rem;
}

.map-contact .contact-way .right li {
  margin-top: 0.377358rem;
}

.map-contact .contact-way .right li:first-child {
  margin-top: 0;
}

.map-contact .contact-way .iconfont {
  margin-right: 8px;
}

.map-contact .contact-item-icon {
  float: left;
}

.map-contact .contact-item {
  padding-left: 0.47037rem;
  display: block;
}

.map-contact .curr-location {
  min-height: 1.851852rem;
  word-break: break-word;
}

.map-footer.footer {
  margin-top: 1.886792rem;
}

.infowindow .left {
  display: inline-block;
  width: 21.7%;
  float: left;
}

.infowindow .right {
  display: inline-block;
  width: 71.8%;
  vertical-align: top;
  padding: 5px 0;
  float: left;
}

.infowindow .location-icon {
  display: inline-block;
  width: 0.740741rem;
  float: left;
  text-align: center;
  margin-top: 6px;
  color: #4B5562;
}

.infowindow embed {
  display: inline-block;
  width: 0.277778rem;
  height: 0.37037rem;
}

.infowindow .content {
  display: block;
  padding-left: 0.740741rem;
  color: #4B5562;
  letter-spacing: .5px;
}

.infowindow .content1 {
  font-size: 0.37037rem;
  line-height: 0.592593rem;
}

.infowindow .content2 {
  font-size: 0.296296rem;
  line-height: 0.481481rem;
  opacity: .5;
  margin-top: 10px;
}


.policy {
  margin: 1.679245rem auto 1.981481rem;
  padding: 0 0.37037rem;
  box-sizing: border-box;
  max-width: 1200px;
}

.policy h1 {
  font-size: 0.555556rem;
  color: #2F3A57;
  padding: 0.943396rem 0 0.377358rem;
}

.policy .policy-content {
  opacity: 0.9;
  font-size: 0.296296rem;
  color: #4B5562;
  letter-spacing: 0.5px;
  line-height: 0.481481rem;
  width: 100%;
}

.policy .policy-content .icon-yuandianxiao {
  float: left;
  margin-left: -5px;
  color: #2F3A57;
}

.policy .policy-content .simple-list {
  padding: 0.188679rem 0;
}

.policy .policy-content .simple-list li {
  margin-top: 2px;
}

.policy .policy-content .simple-list li:first-child {
  margin-top: 0;
}

.policy .policy-content .simple-list p {
  padding-left: 0.203704rem;
}

.policy .policy-content h2 {
  margin-top: 0.185185rem;
  color: #2F3A57;
}

.swiper-container {
  padding-bottom: 0.222222rem !important;
}

.swiper-pagination-bullet-active {
  background: #26314C !important;
}

/* footer */
.footer {
  background: #F5F6F6;
  border-top: 1px solid #d4d9de;
  text-align: center;
  font-family: 'CenturyGothic';
  font-weight: normal;
  position: relative;
}

.footer .footer-content1 {
  margin: 0 auto;
  max-width: 1200px;
}

.footer .footer-content1>div {
  overflow: hidden;
}

.footer .footer-content1 a,
.footer .line {
  float: left;
  color: #4B5562;
  opacity: 0.5;
}

.footer .footer-content1 a:hover {
  opacity: 1;
}

.footer .footer-content1 a.active {
  opacity: 1;
}

.footer .links {
  padding: 0.555556rem 0;
  text-transform: uppercase;
  display: inline-block;
  float: left
}

.footer .links a {
  margin: 0 0.377358rem;
  line-height: 0.37037rem;
  font-size: 0.296296rem;
}

.footer .links .line {
  width: 1px;
  height: 0.37037rem;
  background-color: #BCC6D0;
}

.footer .other {
  padding: 0.37037rem 0.37037rem 0.37037rem 0;
  display: inline-block;
  margin: 0 auto;
  float: right;
}

.footer hr {
  height: 1px;
  background: #FFF;
  opacity: 0.2;
}

.footer .iconfont {
  color: #1F397C;
  opacity: 0.5;
  cursor: pointer;
  margin-left: 0.37037rem;
  display: inline-block;
  font-size: 0.37037rem;
}

.footer .iconfont:first-child {
  margin-left: 0;
}

.footer .iconfont:hover {
  opacity: 1;
}

.footer .record {
  font-size: 0.16rem;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #d4d9de;
}

.footer .record a {
  color: #4B5562;
  opacity: 0.5;
  display: inline-block;
  line-height: 0.8rem;
}

.footer .footer-txt {
  display: block;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  padding: 0 0.37037rem 0.37037rem;
  color: #4B5562;
  opacity: 0.5;
  font-size: 0.222222rem;
  line-height: 0.314815rem;
}

.rh-shade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(47, 58, 87, 0.9);
  z-index: 1111;
  display: none;
}

.rh-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1112;
  max-width: 18.888889rem;
  max-height: 90%;
  width: 85%;
  padding: 30px;
  overflow: hidden;
  height: 100vh;
  ;
  display: none;
}

.rh-modal .close-btn {
  width: 0.555556rem;
  height: 0.555556rem;
  color: #fff;
  font-size: 0.555556rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.rh-modal .rh-modal-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

::-webkit-scrollbar-button:vertical {
  display: none
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
  background-color: #e2e2e2
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0, 0, 0, .35)
}

::-webkit-scrollbar-thumb:vertical:active {
  background-color: rgba(0, 0, 0, .38)
}

@media (min-width: 768px) {
  .navbar.navbar-onerway .container-fluid {
    max-width: 1175px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar.navbar-onerway .logo {
    margin-left: 0;
  }

  .navbar-onerway .navbar-nav {
    margin-top: 39px;
  }

  .navbar.navbar-onerway .dropdown {
    background: #FFFFFF;
    border: 1px solid #2F3A57;
    margin-top: 8px;
    min-width: 90px;
  }

  .navbar-onerway .navbar-nav>li.dropdown>a {
    padding: 6px 10px;
    font-size: 0.259259rem;
    box-sizing: border-box;
  }

  .procedure-content,
  .policy-content {
    width: 1200px;
  }

  .map-contact {
    padding: 90px 110px 60px;
  }

  .home .about .icons {
    padding-right: 4.259259rem;
  }

  .compliance .pc-right {
    float: right;
  }

  .compliance .pc-left {
    float: left;
  }
}



@keyframes opacityshow {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes opacityshow {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes opacityshow {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/* Terms and Conditions Word Styles */
.word {

  margin: 1.679245rem auto 1.981481rem;
  padding: 0 0.37037rem;
  box-sizing: border-box;
  max-width: 1200px;
}

.word .title {
  font-size: 0.555556rem;
  color: #2F3A57;
  font-weight: bold;
  margin: 0.740741rem 0 0.37037rem;
}

.word .sub-title {
  font-size: 0.407407rem;
  color: #2F3A57;
  font-weight: bold;
  margin: 0.555556rem 0 0.296296rem;
}

.word .text {
  font-size: 0.296296rem;
  line-height: 0.444444rem;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

.word .text.m-20 {
  margin-bottom: 0.185185rem;
}

.word a {
  color: #01A1E5;
  text-decoration: none;
}

.word a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .word {
    margin: 1.111111rem auto;
    padding: 0 0.555556rem;
  }

  .word .title {
    font-size: 0.481481rem;
    margin: 0.555556rem 0 0.296296rem;
  }

  .word .sub-title {
    font-size: 0.37037rem;
    margin: 0.481481rem 0 0.259259rem;
  }
}