@charset "utf-8";
/* CSS Document */
html { height: 100%;
}
html,body,div,p,ul,li{margin:0;padding:0;}
body{width:7.5rem;margin:0 auto;font-family:'Microsoft Yahei';}
img{display:block;width:100%;vertical-align: -webkit-baseline-middle;}
footer, .fixBottom.disn, .fixedhack{
    display: none;
}
a{ text-decoration:none; color:#ffffff;display: inline-block;}
a:hover, a:visited, a:link, a:active {
    text-decoration:none; color:#ffffff;
}
.bgm-btn {
    z-index: 10;
    position: absolute;
    top: .8rem;
    right: .5rem;
    width: .6rem;
    height: .6rem;
    background-size: 100%;
    background-image: url(images/music.png);
    background-position:0rem 0rem; 
    -webkit-animation: myrotate 5s linear 0s infinite normal;
    animation: myrotate 5s linear 0s infinite normal;
}
.bgm-btn.mut{ background-position: 0rem -.6rem; -webkit-animation: none;}
.bounce-down {
  position: absolute;
  top: 1.5rem;
  background-size: 100%;
  -webkit-animation: bounceInDown 1s ease-in;
  animation: bounceInDown 1s ease-in;
}

.china-build {
  background: #fedd46;
}
.jbh01,
.jbh02,
.jbh03,
.jbh04 {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.jbh01 {
  -webkit-align-items: center;
  align-items: center;
}
.jbh01 .jbh-btn01,
.jbh02 .jbh-btn01,
.jbh03 .jbh-btn01,
.jbh04 .jbh-sumbit {
    position: absolute;
    bottom: 0;
    font-size: .42rem;
    color: #ffffff;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);  
}

.jbh04 {
    background: url(images/jbh_05.jpg?v1.0) no-repeat;
    background-size: 100% 100%;
    height: 5.84rem;
}
.jbh04 .myform {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    /* -webkit-align-items: center;
    align-items: center; */
}


.jbh04 .myform input:not(:last-child) {
    box-sizing: border-box;
    width: 4.8rem;
    height: 1rem;
    background-color: #ffffff;
	  border-radius: 5px;
    border: solid 2px #feb12b;
    margin: .28rem auto 0;
    font-size: .28rem;
    padding: 0 .32rem;
    outline: none;
}

.jbh06 {
    background: url(images/jbh_06.jpg?v1.0) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    padding: .8rem 0 .2rem;
}

.jbh-btn01 {
    width: 3.42rem;
    background-image: url(images/btn_bg.png);
}

.jbh-sumbit {
    border: none;
    background-color: transparent;
}
.jbh-sumbit, .jbh-link {
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    width: 3.2rem;
    height: 1rem;
    line-height: 1rem;
    background-image: url(images/btn_submit.png);
}
.jbh-btn01, .jbh-sumbit, .jbh-link{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* alert style */
.mask-modle {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(15,15,15,.8);
}

.alert-box {
  position: relative;
  width: 6.4rem;
  height: 8.2rem;
  display: block;
  overflow: hidden;
  background-image: url(images/alert_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alert-top {
padding-top: 1.38rem;
font-size: .35rem;
font-weight: bold;
text-align: center;
color: #2d1518;
}

.alert-top p {
line-height: .7rem;
}

.alert-notice {
margin: 0 .24rem .24rem;
overflow-y: scroll;
max-height: 4.2rem;
padding-right: .1rem;
}

.alert-notice .notice-tit {
  margin: .2rem auto;
  width: 2.7rem;
  height: .34rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.alert-notice .notice-txt li{
  list-style: none;
  font-size: .25rem;
  line-height: .5rem;
  color: #2d1518;
  font-weight: bold;
}
.alert-notice .notice-tit.title1{
background-image: url(images/notice_tit1.png); 
}
.alert-notice .notice-tit.title2{
background-image: url(images/notice_tit2.png); 
}
.alert-button {
  position: absolute;
  width: 2.98rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  bottom: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: .4rem;
  background: url(images/btn_submit.png) no-repeat;
  background-size: cover; 
}

.logo {
position: absolute;
width: 2.22rem;
top: 1rem;
}
.red {
  color: red;
}

/* alert E */

/* mobile scrollbar  */
@media screen and (max-width:750px) {
  ::-webkit-scrollbar {
    width: .26rem;
    height: 7.8rem;
    background: url(images/scroolbar_bg.png);
  }
    
  ::-webkit-scrollbar-thumb{
    width: .26rem;
    height: .26rem;
    background-color: #fd5000;
    border-radius: 7px;
    }
}

@-webkit-keyframes myrotate /*Safari and Chrome*/
{
0% { -webkit-transform:rotate(0deg);}
25% { -webkit-transform:rotate(-90deg);}
50% { -webkit-transform:rotate(-180deg);}
75% { -webkit-transform:rotate(-270deg);}
100% { -webkit-transform:rotate(-360deg);}
}

@media screen and (max-width:320px){
	.banner .content{top:38%;}
	.bgm-btn{top:36px;}
	.tit{margin:1% auto;}
	.hd{margin-top:.1rem;}
	.pt20{padding-top:.1rem;}
	.pd20{padding:.1rem 0;}
	.advantage li{margin-top:0;}
	.advantage p{line-height:1.4;}
	.strength p{line-height:1.5;}
}


@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }