/*promotion */
body {
  background-color: #000;
}

a {
  color: #5497fb;
}

.headertxt {
  font-size: 34px;
  color: #2161b3;
  position: absolute;
  top: 85px;
  left: 3px;
}

.headersubtxt {
  font-size: 20px;
  color: #a2a2a2;
  position: absolute;
  top: 130px;
  left: 3px;
}

.faqcontent {
  background-color: #fff;
}
.faqcontent .col1 {
  float: left;
  width: 200px;
}
.faqcontent .col2 {
  float: left;
  width: 718px;
  margin-left: -1px;
  padding: 25px 40px 25px 40px;
  color: #000;
  display: none;
  min-height: 303px;
}
.faqcontent .col1 .itms {
  width: 198px;
  height: 58px;
  position: relative;
  cursor: pointer;
  color: #000;
  background-color: #5497fb;
  border-bottom: 1px solid #fff;
}
.faqcontent .col1 .itms:after {
  content: "";
  clear: both;
  display: table;
}
.faqcontent .col1 .itms.active {
  margin-top: 0;
  border-right: 1px solid #fff;
  z-index: 9;
  -webkit-box-shadow: 1px 0 0 1px #fff;
  box-shadow: 1px 0 0 1px #fff;
  color: #5497fb;
  background-color: #fff;
}
.faqcontent .col1 .itms.active .itmstxt {
  color: #5497fb;
}

/* #ffc600; */
.col2 h1 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #000;
}
.col2 h1:first-child {
  margin-top: 0;
}
.col2 h2 {
  font-size: 16px;
  margin: 0px;
  line-height: 22px;
  color: #000;
}
.col2 h3 {
  color: #000;
}
.col2 p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 22px;
}

.blue_font {
  color: blue;
}

.sprite {
  background: url("../img/faq_sprite.png") no-repeat top left;
  width: 33px;
  height: 24px;
  float: left;
  margin-top: 14px;
  margin-left: 22px;
}

.itmstxt {
  font-size: 16px;
  float: left;
  margin-left: 10px;
  color: #fff;
}

.sprite.icon1a {
  background-position: 0 0;
}

.active .sprite.icon1a {
  background-position: 0 -25px;
}

.sprite.icon2a {
  background-position: 0 -50px;
}

.active .sprite.icon2a {
  background-position: 0 -75px;
}

.sprite.icon3a {
  background-position: 0 -101px;
}

.active .sprite.icon3a {
  background-position: 0 -125px;
}

.sprite.icon4a {
  background-position: 0 -150px;
}

.active .sprite.icon4a {
  background-position: 0 -175px;
}

.sprite.icon5a {
  background-position: 0 -200px;
}

.active .sprite.icon5a {
  background-position: 0 -225px;
}

.sprite.icon6a {
  background-position: 0 -250px;
}

.active .sprite.icon6a {
  background-position: 0 -275px;
}

.img-app-ios {
  position: relative;
}
.img-app-ios .logo1 {
  position: absolute;
  left: 20px;
  top: 26px;
  width: 40px;
}
.img-app-ios .span1 {
  color: #fafafa;
  font-size: 10px;
  position: absolute;
  left: 20px;
  top: 72px;
}
.img-app-ios .logo2 {
  position: absolute;
  left: 507px;
  top: 140px;
  width: 22px;
}
.img-app-ios .span2 {
  position: absolute;
  color: #555;
  font-size: 12px;
  left: 536px;
  top: 145px;
}

.img-app-android {
  position: relative;
}
.img-app-android .logo1 {
  position: absolute;
  left: 17px;
  top: 20px;
  width: 33px;
}
.img-app-android .span1 {
  color: #161616;
  font-size: 12px;
  position: absolute;
  left: 60px;
  top: 29px;
}
.img-app-android .logo2 {
  position: absolute;
  left: 507px;
  top: 21px;
  width: 33px;
}
.img-app-android .span2 {
  position: absolute;
  color: #555;
  font-size: 12px;
  left: 548px;
  top: 28px;
}
/*# sourceMappingURL=../maps/faqs.css.map */
