
body{background: #08134f; font-size: 16px;}
h1{font-weight: bold;}
ul,ol{list-style:none}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0}

.ip-show{background: #f1f1f1;width:100%;z-index: 999;display: none;height: 300px;overflow: scroll}
.ip-show2{top:-300px}
.ip-show dt,.ip-show dd{display: flex;justify-content: center;}
.ip-show  p{width:50%;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.ip-show dd{padding:4px 0}
.ip-show dd p strong{color: red}
.container,.bg1{max-width: 750px;margin: 0 auto;}


.search-box{background:#fff url("../images/search.png") no-repeat 10px center;padding-left:60px;height:50px;}

.btn1{bottom: -20px;text-align: center;width:100%}

.user-content{z-index: 99;top:30%;width:90%;line-height: 1}

 #scrolldiv {height:170px;overflow: hidden;}
.bottomForm{background:#ff9900;text-align: center;z-index: 111;bottom: 0;width:100%;}

.lastP{margin-bottom:200px}

.modal-content{border:5px solid #FFD14F;width:98%;text-align: center;}
/*.dialogBg{background:url("../images/dialog4_1.png") no-repeat;background-size: contain}*/


.button-pulse{
  animation: pulse 1s infinite alternate;
  -webkit-animation: pulse 1s infinite alternate; /* Safari 和 Chrome */
  -moz-animation: pulse 1s infinite alternate; /* Firefox */
  -o-animation: pulse 1s infinite alternate; /* Opera */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.1);
  }
}


@media (min-width: 768px){
.lastP{margin-bottom:280px}
 #scrolldiv {height:300px;overflow: hidden;}
}




@media (min-width: 992px){
	
	
}


@media (min-width: 1200px){


}
@media (min-width: 1400px){
	
}
