*{
  margin: 0;
  padding: 0;
}
/*清除浮动代码*/
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}
.clearfloat {
  zoom: 1
}
html, body{
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.container{
  height: 100%;
  background-image: url('../img/bgimg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #333;
}
.head{
  padding: 0.2rem 0px 0.2rem 0.1rem;
  box-sizing: border-box;
}
.title{
  width: 100%;
  height: auto;
}
.liwu{
  height: 0.64rem;
  padding:0.12rem 0;
  float: left;
  box-sizing: border-box;
  margin-right: 0.2rem;
}
.text, .text1{
  float: left;
  height: 0.64rem;
  font-size: 0.36rem;
  box-sizing: border-box;
  color: #333;
}
.active{
  color: #00184b;
  border-bottom: 2px solid #00184b;
  /* text-shadow:0.05em 0.05em 0.2em #00184b;  */
  text-shadow:2px 2px 8px #00184b;
}
.line{
  width: 0.05rem;
  height: 0.64rem;
  float: left;
  background-color: #b4b4b4;
  margin:0rem 0.2rem;
}

.yingwen{
  height: 0.64rem;
  float: right;
  color: #d4d4d4;
  font-size: 0.16rem;
  line-height: 0.64rem;
  margin-left: 0.2rem;
}
.shu{
  height: 0.52rem;
  background-color: #00184b;
  width: 0.16rem;
  margin-top: 0.06rem;
  float:right;
  margin-left: 0.3rem;
}
.banner{
  height: 2.5rem;
  background-image: url('../img/information.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content{
  width: 100%;
  height: auto;
}
.name, .tel{
  height: 60px;
  line-height: 60px;
  margin-left:  10px;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
  font-family: "microsoft yahei";
  font-size: 0.3rem;
}
.contentTJ{
  display: none;
}
.name input, .tel input{
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 75%;
  height: 0.6rem;
  border-radius: 0.1rem;
  outline: none;
  font-size: 0.2rem;
  line-height: 0.6rem;
  padding-left: 0.3rem;
  background: rgba(255,255,255,0);
}
input:focus { outline: none; }
#submitYY, #submitTJ{
  border: none;
  height: 40px;
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
  border-radius: 30px;
  background-color: #00184b;
  color: #fff;
  font-size: 0.32rem;
  letter-spacing:0.16rem;
  text-align: center;
}
.footer{
  height: 0.6rem;
  padding: 0.3rem 0.4rem 0rem;
  box-sizing: border-box;
}
.f{
  width: 0.3rem;
  height: 0.3rem;
  float: left;
  border-radius: 50%;
  font-family: "microsoft yahei";
  background-color: #ff8a78;
  line-height:0.3rem;
  text-align: center;
  color: #fff;
}
.info{
  height: 0.3rem;
  float: left;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-left: 0.1rem;
}
.rule{
  height: 0.6rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  margin-top: 0.2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
  margin-left: 0.2rem;
  color: #666;
}
.rule span:nth-child(1){
  width: 0.1rem;
  height: 0.4rem;
  background-color: #00184b;
  display: block;
  float: left;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
}
.rule p{
  width: 50%;
  float: left;
}
.rule span:nth-child(3){
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  float: right;
  color: #fbb64a;
        font-size: 0.32rem;
        font-weight: bold;
  -webkit-animation: Tada 2.5s both infinite;
  -moz-animation: Tada 2.5s both infinite;
  -ms-animation: Tada 2.5s both infinite;
  animation: Tada 2.5s both infinite;
}
.rule span:nth-child(3):hover{
  cursor: pointer;
}
.rule_main{
  box-sizing: border-box;
  font-size: 10px;
  padding: 5px 0px 0px 10px;
  margin-top: 5px;
}
/*iframe 标签样式*/
.iframe {
  position: absolute;
  z-index: -10;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.iframe.show {
  opacity: 1;
  z-index: 99;
}
/*抖动动画*/
@-webkit-keyframes Tada{
  0%, 100% {
    -webkit-transform:  rotate(0deg);
    transform:  rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:  rotate(-5deg);
    transform:  rotate(-5deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:  rotate(5deg);
    transform:  rotate(5deg);
  }
}

@keyframes Tada {
  0%, 100% {
    -webkit-transform:  rotate(0deg);
    transform:  rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:  rotate(-5deg);
    transform:  rotate(-5deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:  rotate(5deg);
    transform:  rotate(5deg);
  }
}
#alert{
  position: fixed;
  width: 92%;
}
