*{
  box-sizing: border-box;
  overflow-x: hidden;
}

body{
  margin: 0;
  font-family: Arial;
  font-size: 17px;
/*  background-color: #3e3a39;*/
  background-color: black;
}

.container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* HEAD  */

.headline.en{
    background: url(../assets/cover.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    height: 95vh;
    position: relative;
/*    width: 100%;   */ 
    min-height:750px;
    max-height:1000px;
}

.headline.zh{
    background: url(../assets/cover-cn.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    height: 95vh;
    position: relative;
/*    width: 100%;   */ 
    min-height:750px;
    max-height:1000px;
}


@media only screen and (max-width: 375px) {
  .headline.en {
    height: 100vh;
    /* width: 375px; */
  }
  .headline.zh {
    height: 100vh;
    /* width: 375px; */
  }
}

.top {
    width:100%;
    height: 100vh;
}

.top-text {
    padding: 20px 10px;
    margin: 0 auto 0 auto;
    position:relative;
    z-index:500;
    max-width:900px;
}


#myVideo {
  z-index: 1;
  width: 100%;
}


#cover-title{
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  /* line-height: 1.6; */
  color: white;
  width: 80%;
}

/* .bottom-text {
  height: 150px;
  width: 100%;
  position: relative;
  text-align: center; // magic stuff here !
}

.bottom-text.p{
  position: absolute;
  bottom: 0; 
} */

.keep-scroll {
  z-index: 99;  
  position: absolute;
  bottom: 4%;
  right: 35vw;
}

p.scroll-icon {
  color: #eee;
  opacity: 1;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.scroll-down-bottom{
  width: 2%;
  height: 2%;
/*  margin-top: 1%;*/
  position: fixed;

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
  animation:         ca3_fade_move_down 2s ease-in-out infinite;
}



.scroll-down-arrow{
  background-image: url("../assets/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link{
  width: 20%;
	height: 20%;

	position: absolute;
  /* margin-left: 1%;
  margin-top: 1%; */
  right: 40%;

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

.cgtn{
  z-index: 999;
  position: absolute;
  top: 4%;
  left: 5%;
}

#cgtn-logo{
  z-index: 999;
  width: 80%;
  /* height: 90%; */
}

.lang {
  z-index: 999;
  position: absolute;
  top: 4%;
  right: 5%;
}

.lang-list {
/*  display: inline-block;*/
  list-style:none;
  color: #fac167;
  display: flex;
  font-size: 15px;
}

.lang-button{
  margin-left: 5px;
}

#switch-lang-zh::before {
  content: "|";
  color: white;
  margin-right: 4px;
}

.img-fluid {
  display: inline-block;
  width: 100%;
}

h1 {
    font-size: 1.2em;
    color: #fff;
    display: inline-block;
    padding: 10px 0px;
    border-radius: 5px;
    margin: 0;
}

h1.credit {
  font-weight: 600;
  color: #d6d6d6;
}

p {
  font-size: 1em;
  color: #fff;
/*  color: rgba(245, 245, 245, 0.85);*/
  line-height: 1.6;
/*  margin: 0;*/
  /* padding-bottom: 2em; */
}

p.special-coverage {
  font-style: italic;
  color: #eee;
  font-weight: 600;
  margin-top: 20px;
  font-size: 0.8rem;
}

p.lead {
  font-family: Arial;
  font-size: 1.1rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

p.lead.zh {
  font-family: Arial;
  font-size: 1.1rem;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}

p.guide {
  margin-top: 60px;
}

p.text-small {
  font-family: Arial;
  font-size: 0.9rem;
  color: #fac167;
  margin-top: 88vh;
  opacity: 0.7;
}

p.graphic-title {
  font-weight: 600;
  font-size: 1.2rem;
/*  margin-bottom: 25px;*/
  margin-top: 20px;
}

p.annotation {
  font-size: 0.8rem;
  color: gray;
  font-style: italic;
  line-height: 1.3;
}

p.credit {
  margin-bottom: 10px;
  font-size: 16px;
  color: #d6d6d6;
  line-height: 1.8;
}

p.credit a {
  border-bottom: 1.5px solid;
  border-bottom-color: #d6d6d6;
  color: #d6d6d6;
  text-decoration: none;
}

.credit-card{
  z-index: 3;
  position: relative;
  width: 100%;
  /* height: 100%; */
}

.credit-content{
  z-index: 3;
  position: absolute;
  width: 100%;
  /* height: 33.3%; */
  bottom: 0;
  background: rgba(0, 3, 16, 0.64);
  padding: 3%;
}

.credit-center{
    width: 90%;
    margin-left: 10%;
    padding-top: 20%;
    padding-bottom: 10%;

}

.credit-content p{
  font-size: .8em;
  color:rgba(245, 245, 245, 0.65);
}

.credit-bar{
  background: #9e9e9e;
  height: 2px;
  margin-bottom: 3em;
}

.credit-content h1{
  font-size: 1.0em;
}

.credit-content p{
  margin: .6em 0;
}

.credit-copyright{
  color: #a2a2a2;
  font-size: .4em;
  text-align: center;
  padding-top: 10%;
  /* padding-bottom: 2em; */
}

.clab{
  background: url("../assets/clab.png") no-repeat;
  background-size: contain;
  text-decoration: none;
  color: #ffffff;
}

.credit-clab{
  padding-left: 24px;
}

.credit-vertical-bar{
  padding-right: 1px;
  margin-right: .5em;
  width: 4px;
  background: #9e9e9e;
}

/*.credit-share{
  height: 100%;
  text-align: center;
}*/

.icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: .4em;
}

.fb{
  background: url("../assets/fb.png") no-repeat;
  background-size: cover;
}

.twitter{
  background: url("../assets/twitter.png") no-repeat;
  background-size: cover;
}

.youtube{
  background: url("../assets/youtube.png") no-repeat;
  background-size: cover;
}

.instagram{
  background: url("../assets/ins.png") no-repeat;
  background-size: cover;
}

.pinterest{
  background: url("../assets/pinterest.png") no-repeat;
  background-size: cover;
}

.tumblr{
  background: url("../assets/tumblr.png") no-repeat;
  background-size: cover;
}

.miaopai{
  background: url("../assets/mp.png") no-repeat;
  background-size: cover;
}

.wechat{
  background: url("../assets/wechat.png") no-repeat;
  background-size: cover;
}

.weibo{
  background: url("../assets/weibo.png") no-repeat;
  background-size: cover;
}
.tiktok{
  background: url("../assets/tiktok.png") no-repeat;
  background-size: cover;
}

#cgtn-barcode img{
  /* display: none; */
  margin-left: 30%;
  margin-top: .5em;
  width: 15%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

#weibo {
    cursor: pointer;
    position: absolute;
    right: 26vw;
    width: 6px;
    z-index: 10;
    top: 0;
}


.loading-page{
  z-index: 999;
/*  width: 100%;
  height: 100%;*/
  background-image: url('../assets/cover.png');
  background-repeat: no-repeat;
  background-size: cover;
/*  background-attachment: fixed;*/
/*  background-size: 100% 100vh;*/
/*  position: absolute;*/
/*  top: 0;
  left: 0;*/
}

/*video::-webkit-media-controls {
  display: none !important;
}*/


#text-body{
  background: transparent;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  /* position: static; */
  position: fixed;
  width: 100%;
  height: 100%;
}

.highlight-text{
  color: #f07b3f;
  font-weight: 800;
}

.title-block{
   position: fixed;
   left:0;
   right: 0;
   width: 70%;
   margin: auto;
   top: 20%;
}

.title-block h1 {
    font-size: 2em;
    font-style: italic;

}

.large-text {
  font-size: 2.3em;
}

.medium-text{
  font-size: 1.6em;
}

.cover-img{
    max-width: 100%;
    margin-bottom: 30%;
}


.lds-facebook {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  margin-top: 65%;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}

.start-icon{
   width: 28%;
   margin-left: 10%;
   text-align: right;

}

.graphics{
   width: 95%;
   margin-top: 2em;
}

a  {
    border: 0;
    outline: none;
    text-decoration: none;
}

hr {
  width: 45%;
  margin: 30px auto;
  display: block;
  color: white;
  border: 1px solid white;
}
