@font-face {
  font-family:"Chronicle Text G1 A"; 
  src: url("font/ChronicleTextG1-Roman-Pro_3.eot"); 
  src: local('ChronicleTextG1-Roman-Pro_3 Regular'),
      local('ChronicleTextG1-Roman-Pro_3'),
      /* IE9 */
      url("font/ChronicleTextG1-Roman-Pro_3.eot?#iefix") format('embedded-opentype'), 
      /* IE6-IE8 */
      url("font/ChronicleTextG1-Roman-Pro_3.woff") format("woff"), 
      /* chrome, firefox */
      
      /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
      url("font/ChronicleTextG1-Roman-Pro_3.ttf") format("truetype"), 
      url("font/ChronicleTextG1-Roman-Pro_3.svg#Chronicle Text G1 A") format("svg"); 
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family:"Chronicle Text G1 B"; 
  src: url("font/chronicletextg1-bold-pro.eot"); 
  src: local('chronicletextg1-bold-pro Regular'),
      local('chronicletextg1-bold-pro'),
      /* IE9 */
      url("font/chronicletextg1-bold-pro.eot?#iefix") format('embedded-opentype'), 
      /* IE6-IE8 */
      url("font/chronicletextg1-bold-pro.woff") format("woff"), 
      /* chrome, firefox */
      
      /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
      url("font/chronicletextg1-bold-pro.ttf") format("truetype"), 
      url("font/chronicletextg1-bold-pro.svg#Chronicle Text G1 B") format("svg"); 
      font-weight: normal;
      font-style: normal;
}
/*
@font-face {
  font-family: 'defineName';
  src: url('../fonts/singlemalta-webfont.eot');
  src: url('../fonts/singlemalta-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/singlemalta-webfont.woff') format('woff'),
       url('../fonts/singlemalta-webfont.ttf') format('truetype'),
       url('../fonts/singlemalta-webfont.svg#defineName') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
html,
body {
  color: #080808;
  background: #e6e4dc;
  font-size: 14px;
}
ul,
p {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #080808;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#headers {
  height: 1.4rem;
  max-height: 140px;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}

/** back btn**/
.back-text {
  margin-left: 30px;
  font-size: 16px;
/*  font-family: Helvetica Neue LT Pro;*/
  color: #080808;
  font-weight: bold;
}
/** back btn end**/
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.4;
  z-index: 8;
}
@media only screen and (min-width: 980px) {
  .container {
    padding: 130px 119px 20px;
  }
  span.back-arrow-left {
    cursor: pointer;
    border-left: 2px solid #080808;
    border-bottom: 2px solid #080808;
    height: 8px;
    width: 8px;
    transform: translate(2px, -1px) rotate(45deg);
    -webkit-transform: translate(2px, -1px) rotate(45deg);
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    -moz-transform: translate(2px, -1px) rotate(45deg);
    -ms-transform: translate(2px, -1px) rotate(45deg);
    -o-transform: translate(2px, -1px) rotate(45deg);
    position: relative;
  }
  span.back-arrow-left::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8%;
    width: 25px;
    height: 2px;
    background: #080808;
    transform: translate(2px, -1px) rotate(-45deg);
    -webkit-transform: translate(2px, -1px) rotate(-45deg);
  }
  .footer {
    font-size: 14px;
    /* margin: 9px 0 20px; */
  }
}
.i-arrow-left {
  width:10px;
  height:8px;
  display:inline-block;
  vertical-align:middle;
  font-weight: 600;
  color:#333133;
  font-size: 14px;
  line-height: 18px;
}
.i-arrow-left svg {
 display:block;
 width:100%;
 height:100%
}
@media only screen and (max-width: 980px) {
  .container {
    padding: 1.3rem .3rem .2rem;
  }
  .back-text {
    margin-left: .3rem;
    font-size: .18rem;
  }
  span.back-arrow-left {
    cursor: pointer;
    border-left: 0.02rem solid #080808;
    border-bottom: 0.02rem solid #080808;
    height: 0.08rem;
    width: 0.08rem;
    transform: translate(0.02rem, -1px) rotate(45deg);
    -webkit-transform: translate(0.02rem, -1px) rotate(45deg);
    border-right: 0.02rem solid transparent;
    border-top: 0.02rem solid transparent;
    display: inline-block;
    -moz-transform: translate(0.02rem, -1px) rotate(45deg);
    -ms-transform: translate(0.02rem, -1px) rotate(45deg);
    -o-transform: translate(0.02rem, -1px) rotate(45deg);
    position: relative;
  }
  span.back-arrow-left::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8%;
    width: 0.25rem;
    height: 0px;
    background: #080808;
    transform: translate(0px, -1px) rotate(-45deg);
    -webkit-transform: translate(0px, -1px) rotate(-45deg);
  }
}
