@import url("font.css");

html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  font-size: 14px;
  background-color: #002f37;
  overflow: hidden;
}

body {
  font-family: "BrownStd-Regular";
}

sup {
  font-size: 0.6em;
}

.wrapper {
  max-width: 1265px;
  margin: 0 auto;
  padding: 0 15px;
}

i,
em {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  outline: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.link {
  color: #606060;
  text-decoration: underline;
}

/* Loader */
#loader {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

#loader::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 2px solid #eee;
  border-top: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Loader */

/* bg */
.bg {
  background-position: top center;
  background-repeat: no-repeat;
}

.top {
  background-image: url(../image/top-bg.jpg);
  height: 620px;
}

.img-block {
  display: block;
  width: 100%;
  margin: auto;
}

header .header-content {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ff5400;
  height: 90px;
}

header .logo {
  padding-top: 30px;
}

header .topbar {
  display: -webkit-flex;
  display: flex;
}

header .topbar .nav {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .topbar .nav a {
  margin-left: 16px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.2s ease-out;
  font-family: "BrownStd-Light";
}

.nav .topbar-yline {
  position: relative;
}

.nav .topbar-yline::before {
  content: "";
  position: absolute;
  top: -18px;
  border-left: 2px solid #ffffff;
  height: 38px;
}

header .topbar .nav a:hover {
  color: #8eb1b2;
}

header .topbar .nav a.active {
  color: #ff5f14;
}

header .topbar .nav a.lang-en {
  font-family: "BrownStd-Regular";
  margin-right: 10px;
}

header .topbar .nav a.lang-zh {
  margin-left: 10px;
  margin-right: 10px;
}

.icon-searh {
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url(../image/icon-search.png);
  background-size: 100% 100%;
  position: relative;
  top: 4px;
}

.search-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.search-popup .wrapper {
  position: relative;
}

.search-popup-body {
  background-color: #002f37;
  padding-bottom: 120px;
}

.search-popup-form {
  max-width: 50%;
  margin: auto;
  padding-top: 120px;
  position: relative;
}

.search-popup-form form div:nth-child(1) {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.search-popup-form form div:nth-child(1):before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background-color: #ff5400;
  margin-bottom: 10px;
}

.search-popup-form form div:nth-child(2) {
  position: relative;
}

.search-popup-form form .field {
  color: #606060;
  height: 50px;
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 14px;
  font-family: "Brown-Regular", sans-serif;
  font-weight: 300;
  padding: 0 0 0 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: width 0.2s ease-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.search-popup-form form .submit {
  background-color: #ff5400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.14286em;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  border: none;
  height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.search-popup-close {
  position: absolute;
  top: 1rem;
  right: 0;
}

.search-popup-close a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../image/btn-close2.png);
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
}

/* copy */

.risk {
  margin: 37px auto 0 auto;
  line-height: 1.5;
}

.risk-title {
  font-size: 1.2em;
  padding-bottom: 0.5rem;
}

.risk-header {
  font-size: 16px;
  margin-bottom: 25px;
}

.risk-footer {
  text-align: right;
  padding-top: 13px;
  font-size: 14px;
  font-family: "BrownStd-Light";
}

.disclaimer_outer {
  border: 1px solid #b3490f;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 23px 28px 23px 28px;
  height: 136px;
  overflow: hidden;
}

.disclaimer {
  position: relative;
  height: 86px;
  padding-right: 15px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.disclaimer_inner {
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  overflow: hidden;
  color: #606060;
}

.disclaimer_inner ul {
  margin: 0.5rem 1rem;
}

.disclaimer_inner li {
  margin: 0.3rem 0;
  position: relative;
}

.disclaimer_inner li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 5px;
  background-color: #ff5500;
  line-height: 0;
  left: -1.2rem;
  top: 5px;
}

.nicescroll-rails.nicescroll-rails-vr {
  background: none !important;
  background-repeat: repeat-y !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: url(../image/nicescroll-bg.png) !important;
}

/* end copy */

/* start tab */

.tab-nav {
  padding-top: 40px;
}

.tab-nav ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  height: 71px;
  overflow: hidden;
}

.tab-nav ul li {
  margin: 0 40px;
  padding-bottom: 20px;
  position: relative;
}

.tab-nav ul li a {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "BrownStd-Light";
  display: inline-block;
  padding-bottom: 10px;
}

.tab-nav ul li a:hover,
.tab-nav ul li a.active {
  border-bottom: 5px solid #fff;
}

/* end tab */

.pc-br {
  display: block;
}

.mobile {
  display: none;
}

.content-wrapper {
  max-width: 1030px;
  margin: auto;
}

/* item1 */
.item1 {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.item1-part1 {
  position: relative;
  border-top: 4px solid #ff5500;
  background-color: #fff;
  padding: 70px 0;
  margin-top: -196px;
}

.item1-part1 .content-wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.item1-part1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 30px 0px #989595;
  opacity: 0.11;
}

.item1-part1-header {
  color: #002f37;
}

.item1-part1-header p:nth-child(1) {
  font-size: 45px;
  margin-right: -50px;
}

.item1-part1-header p:nth-child(2) {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ff5500;
}

.item1-part1-header p:nth-child(2)::before {
  content: "";
  display: block;
  border-top: 8px solid #ff5500;
  width: 25px;
  margin-bottom: 20px;
}

.item1-part1-header p:nth-child(3) {
  font-size: 20px;
  margin-top: 5px;
  padding-bottom: 20px;
}

.item1-part1-left,
.item1-part1-right {
  position: relative;
  z-index: 2;
}

.item1-part1-left {
  width: 550px;
}

.item1-part1-right {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.item1-part1-body {
  color: #606060;
}

.item1-part1-table-body {
  font-size: 18px;
  font-family: "BrownStd-Light";
}

.item1-part1-table-body li {
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #cecece;
  padding: 10px 0;
}

.item1-part1-table-body li .read-more {
  font-size: 12px;
}

.item1-part1-table-body li .read-more a {
  font-size: 12px;
  color: #606060;
  text-decoration: underline;
}

.item1-part1-table-body li p:nth-child(1) {
  width: 55%;
}

.item1-part1-table-body li p:nth-child(2) {
  width: 45%;
}

.item1-part1-table-body li.button a {
  color: #ff5500;
  font-size: 16px;
  font-family: "BrownStd-Bold";
}

.item1-part1-table-body li.button a .button-sup {
  font-size: 8px;
  font-family: "BrownStd-Regular";
  display: inline-block;
  transform: scale(0.7);
}

.item1-part1-table-body li.button p:nth-child(2) {
  position: relative;
  top: -2px;
}

.item1-part1-table-footer {
  padding-top: 40px;
  font-size: 14px;
  font-family: "Helvetica-Regular";
}

.item1-part2-header {
  color: #002f37;
}

/* item2 */
.item2 {
  background-color: #f4f4f4;
}

.item2 .wrapper {
  max-width: 1030px;
  margin: auto;
}

.item2-title {
  color: #002f37;
  font-size: 35px;
  padding-top: 60px;
  padding-bottom: 36px;
}

.item2-body {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.item2-col {
  width: 300px;
  text-align: center;
}

.item2-col p:nth-child(1) svg {
  display: block;
  max-width: 220px;
  margin: auto;
}

.item2-col p:nth-child(2) {
  color: #002f37;
  font-size: 22px;
  padding: 0 0 20px;
}

.item2-col p:nth-child(3) {
  color: #5f5f5f;
  font-size: 18px;
  font-family: "BrownStd-Light";
}

/* item3 */

.item3 {
  background-color: #fff;
  color: #003037;
}

.item3 .wrapper {
  max-width: 1030px;
  margin: auto;
  padding: 50px 0;
}

.item3-title {
  font-size: 35px;
}

.item3-content {
  font-size: 18px;
  font-family: "BrownStd-Light";
  line-height: 1.5;
}

.item3-content p {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.8;
}

.item3-body {
  display: flex;
  justify-content: space-between;
}

.item3-col p:nth-child(1) {
  color: #002f37;
  font-size: 20px;
  font-family: "Helvetica-Bold";
}

.item3-col p:nth-child(1)::before {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  line-height: 0;
  border-top: 4px solid #ff5500;
  margin-top: 10px;
}

.item3-col p:nth-child(2) {
  color: #959595;
  font-size: 12px;
  font-family: "HelveticaLTStd-Cond";
}

.item3-col p:nth-child(3) {
  padding-top: 35px;
}

.item3-col p:nth-child(3) img {
  display: block;
}

/* item4 */

.item4 {
  background-color: #f4f4f4;
  color: #003037;
}

.item4 .wrapper {
  max-width: 1030px;
  margin: auto;
  padding: 50px 0;
}

.item4-title {
  font-size: 35px;
}

.item4-content {
  font-size: 18px;
  font-family: "BrownStd-Light";
  line-height: 1.5;
}

.item4-content p {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.8;
}

.item4-body p:nth-child(1) {
  color: #002f37;
  font-size: 20px;
  font-family: "Helvetica-Bold";
}

.item4-body p:nth-child(1)::before {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  line-height: 0;
  border-top: 4px solid #ff5500;
  margin-top: 10px;
}

.item4-body p:nth-child(2) {
  color: #959595;
  font-size: 12px;
  font-family: "HelveticaLTStd-Cond";
}

.item4-body p:nth-child(3) {
  padding-top: 35px;
}

.item4-body p:nth-child(3) img {
  display: block;
}

/* item5 */

.item5 {
  background-color: #fff;
  color: #003037;
}

.item5 .wrapper {
  max-width: 1030px;
  margin: auto;
  padding: 50px 0;
}

.item5-title {
  font-size: 35px;
}

.item5-content {
  font-size: 18px;
  font-family: "BrownStd-Light";
  line-height: 1.5;
}

.item5-content p {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.8;
}

.item5-body {
  display: flex;
  justify-content: space-between;
}

.item5-col p:nth-child(1) {
  color: #002f37;
  font-size: 20px;
  font-family: "Helvetica-Bold";
}

.item5-col p:nth-child(1)::before {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  line-height: 0;
  border-top: 4px solid #ff5500;
  margin-top: 10px;
}

.item5-col p:nth-child(2) {
  color: #959595;
  font-size: 12px;
  font-family: "HelveticaLTStd-Cond";
}

.item5-col p:nth-child(3) {
  padding-top: 35px;
}

.item5-col p:nth-child(3) img {
  display: block;
}

/* item9 */
.item9 {
  background-color: #fff;
  padding: 50px 0 80px;
}

.item9 .wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.item9 p {
  padding: 0 15px;
}

.item9 p a {
  display: block;
  width: 380px;
  padding: 50px 0;
  color: #ff5500;
  border: 1px solid #ff5500;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
}

.item9 p a:hover {
  color: #fa7a3a;
}

/* item10 */
.item10 {
  background-color: #002f37;
}

.item10-body {
  color: #fff;
  margin: 0 20px;
}

.item10-ul-header {
  margin-left: -1.1em;
  font-size: 1rem;
}

.item10-ul {
  padding: 100px 0 50px 0;
  font-family: "BrownStd-Light";
  font-size: 16px;
}

.item10-ul li {
  list-style-type: none;
  margin: 30px 0;
  line-height: 1.5;
}

/* item11 */
.item11 {
  background-color: #03242b;
}

.item11-body {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding: 80px 0;
  font-family: "BrownStd-Light";
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10px;
}

.item11-col {
  padding: 0 15px;
}

.item11-col p {
  margin-top: 20px;
}

.footer {
  background-color: #002f37;
  height: 150px;
}

.footer-col a {
  color: #fff;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
}

.footer-col a:hover {
  color: #8eb1b2;
}

.footer-col:nth-child(1) {
  margin-right: 4rem;
}

.footer-col:nth-child(2),
.footer-col:nth-child(3) {
  margin-left: 4rem;
}

.footer-col p {
  padding-bottom: 1rem;
}

.backtotop {
  padding: 1rem 0;
}

.backtotop .to-top {
  font-family: "Brown-Regular", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.47059em;
  font-weight: 400;
  transition: color 0.2s ease-out;
  color: #ff5400;
}

.backtotop .to-top:before {
  display: inline-block;
  content: "→";
  transform: rotate(-90deg);
  transition: left 0.3s;
  position: relative;
  top: 0;
  margin-right: 6px;
  transition: top 0.3s;
}

.to-top:hover:before {
  top: -6px;
}

.footer-row {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
}

.footer-row,
.backtotop {
  margin: 0 25px;
}

#roll_top {
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  background-image: url(../image/gototop.png);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  border: 2px solid #8a8a8a;
  cursor: pointer;
  transition: border 0.3s;
}

/* hidden mobile */
.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

.tab-nav .mobile-tab-nav {
  display: none;
}
