﻿body {
    font-family: "PingFangSC-Light", "helvetica neue", "hiragino sans gb", arial, "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 14px;
    width: 100%;
    position: relative;
}

ul,
li {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    color: #cfa972;
    border: none;
}

a img {
   vertical-align: middle;
    border: none;
}

p {
    margin: 0;
}

.goTop {
    position: fixed;
    top: 75%;
    right: 30px;
    width: 60px;
    height: 60px;
    background-image: url("../images/gotop.png");
    background-size: cover;
    cursor: pointer;
}

.present {
    color: #cfa972;
}

.hide {
    display: none;
}

.clearbox {
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: block;
}

.footer {
    width: 100%;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    /* background: #0b2133; */
    /* padding: 60px 0px; */
}

.footer .flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.footer .rights{
    background-color:#173459 ;
    color: rgb(191, 191, 191);
    padding-bottom: 10px;
}

.footer .rights span:nth-child(1){
    margin-right: 2%;
}
  
  .waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-10px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
  }
  
  .content {
    position:relative;
    height:15vh;
    text-align:left;
    background-color: rgb(21,52,90);
    color: rgb(191, 191, 191);
  }
  .content .stit{
    /* width: ; */
    font-size: 16px;
    font-weight: 700;
    color:#fff;
  }
  .content .baseinfo,.friends{
      margin-right: 5%;
  }
  .content .friends a{
    color: rgb(191, 191, 191) ;
  }
  .content .erweima img{
      border:1px solid #fff;
  }
  .content .erweima{
    margin-right: 20px;
  }
  
  /* Animation */
  
  .parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)  infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
    .content {
      height:30vh;
    }
    h1 {
      font-size:24px;
    }
  }



#bottom_ad {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0px;
    text-align: center;
    overflow: hidden;
    z-index: 99999999;
}

#bottom_ad a {
    display: block;
    width: 1920px;
    height: 100px;
    position: relative;
    left: 50%;
    margin: -10px 0px 0px -960px;
}

#bottom_ad span {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 10px;
    color: #ffffff;
    z-index: 2;
    border: #ffffff solid 1px;
    border-radius: 3px;
    padding: 1px 4px;
    cursor: pointer;
}

@media screen and (min-width: 720px) {
    .kf_t {
        position: fixed;
        width: 503px;
        height: 235px;
        background: url(../images/kf_bg.png);
        top: 50%;
        left: 50%;
        margin-left: -251px;
        margin-top: -117px;
        z-index: 99999;
        display: none;
    }
    .kf_t div {
        padding: 30px 30px 0px 30px;
        text-align: right;
        height: 31px;
    }
    .kf_t div img {
        cursor: partner;
    }
    .kf_t span {
        display: block;
        padding: 10px 0px 0px 240px;
        color: #cfa972;
        font-size: 16px;
    }
    .kf_t span a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        background: #cfa972;
        text-align: center;
        border-radius: 20px;
        color: #222222;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        width: 100%;
        line-height: 24px;
        text-align: center;
        color: #333;
        font-size: 12px;
        font-weight: 300;
        /* background: #0b2133; */
        /* padding: 60px 20px 70px; */
        box-sizing: border-box;
    }
    .flex{
        flex-wrap: wrap;
    }
    .baseinfo,.footer .rights span:nth-child(1){
        width: 100vw;
        margin: 0;
        text-align: center;
    }
    .content .baseinfo,.friends{
        margin-right: 0;
    }
    .content .friends{
      margin-right: 30px;
    }
}