@charset "utf-8";
/*公共*/		
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

input,
select,
textarea {
  display: inherit;
  border: none;
  outline: none; }

button {
  border: none;
  cursor: pointer; }

button {
  outline: none; }
  button:hover, button:focus {
    outline: none; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #7a808d;
  font-weight: normal;
  overflow-x: hidden; 
  }
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    input[type="number"]{
        -moz-appearance: textfield;
    }  
    		
/*浮动*/
.float{
	position: relative;
    width: 100%;	
}
.xuanfu_bottom{
    position: fixed;
    bottom: -4px;
    width: 100%;
    left: 0;
    z-index: 999;    
}
.xuanfu_bottom img{
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.xuanfu_left{
    position: fixed;
    bottom: 150px;
    width: 94px;
    left: 20px;		
    z-index: 99;
}
.xuanfu_left img{
	display: inline-block;
	width: 100%;
	animation: myfirst 2s infinite;
	cursor: pointer;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -30px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@media (min-width: 1200px){
	.one_content {
    	margin-top: 0;
	}
}
@media screen and (min-width:1600px) and (max-width:1920px){
	.one_content {
    	margin-top: -80px;
	}
}

.rule{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999999;
    top: 0;
    left: 0;
}
.rule .rule_info{
	background: #ffffff;
	width: 500px;
    margin: 0 auto;
		
}
.rule_title img{
	cursor: pointer;
}
.rule_title p{
	font-size: 18px;
    padding: 15px 0;
    background: #efefef;
    width: 500px;
    margin: 120px auto 0;
    text-align: center;
    position: relative;    
}
.rule_title{
    width: 100%;	
}
.rule_title img{
    position: absolute;
    right: 19px;
    top: 18px;
    width: 17px;
}
.rule_conter{
	width: 90%;
	margin:  0 auto;
}
.rule_conter p{
    font-size: 12px;
    color: #777777;
    text-align: left;
    margin: 0;
    padding: 15px 0;
}
.rule_conter label{
	width: 100%;
	display: inline-block;
	text-align: left;
    margin: 0 0 11px;
}
.rule_conter span{
    width: 20%;
    display: inline-block;
    text-align: right;
    margin-right: 3%;
    color: #545454;
}
.rule_conter input{
	padding: 15px 20px;
    background: #f6f6f6;
    border: 0;
    vertical-align: middle;
    width: 66%;
    border: 1px solid #f6f6f6;
}
#v_container{
    display: inline-block;
    vertical-align: middle;	
}
#code_input{
	width: 21%;
}
#my_button{
    width: 100%;
    border: 0;
    padding: 15px 0;
    margin-top: 13px;
    margin-bottom: 30px;
    font-size: 18px;
}
#verCodeBtn,
#my_button{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#ec6405),color-stop(98%,#fea160));
    background-image: linear-gradient(0deg,#ec6405 0,#fea160 98%);	
	color: #fff;
    cursor: pointer;
}
#verCodeBtn:hover,
#my_button:hover{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#cf5602),color-stop(98%,#fea160));
    background-image: linear-gradient(0deg,#cf5602 0,#fea160 98%);
}
.rule_conter input:focus,
#code_input:focus{
	background: #fff;
    border: 1px solid #d6d7d8;
}
.clearfix{
    width: 100%;
    margin-bottom: 8px;
}
.clearfix li,
.clearfix li input,
.clearfix{
	display: inline-block;
}
.clearfix li{
	position: relative;
}
.clearfix li .pa{
    position: absolute;
    top: 56px;
    width: 98.5%;
    z-index: 99999;
    left: 0;
}
.clearfix li .pa div{
    background: #fff;
    border: 1px solid #dcdcdc;	
    width: 100%;
}
.clearfix li input,
.clearfix li input:focus{
	background: #f6f6f6;
    border: 1px solid #d6d7d8;
}
.clearfix li .pa .bomb_con_style{
	height: 100px;
    overflow: auto;
    cursor: pointer;
    width: 100% !important;  
}
.clearfix li .pa .bomb_con_style dl{
	margin: 0 ;
	padding:  0;
}
.clearfix li .pa .bomb_con_style dd{
	width: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
.clearfix li .pa .bomb_con_style dd:hover {
    background-color: #e8e8e8;
}
.clearfix li input{
    width: 125px;   
}
.area{
    text-align: left;
}
.return_requ{
    float: right;
    width: 80%;
}
.return_requ input{
    width: 100%;	
}
#verCode{
    width: 35%;	
}
#verCodeBtn{
    width: 30%;		
}
	.ifmd span{
		color:#272727;
		font-size: 14px;
		padding-top: 10px;
		display: block;
		text-align: center;
	}
	.ifm iframe{
		height: 100%;
		width: 100%;
	}
	.ifm{
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    background: rgba(0,0,0,0.7);
	    display: none;
	    z-index: 9999;
	}