@charset "utf-8";
/* CSS Document */
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul,a{margin:0;padding:0}
fieldset,img{border:0}
button{ border:none; background:none;}
ol,ul{list-style:none}
address,em{font-style:normal}
a{color:#000;text-decoration:none}
table{border-collapse:collapse;}
body{ min-width:320px; max-width:640px; margin:0 auto; box-sizing:border-box;font-family: Arial,'Microsoft YaHei','宋体',Verdana,Helvetica,sans-serif; color:#000; background-color:#ffffff;}
@media screen and (min-width:320px){html{font-size:14px;}}
@media screen and (min-width:360px){html{font-size:16px;}}
@media screen and (min-width:400px){html{font-size:18px;}}
@media screen and (min-width:440px){html{font-size:20px;}}
@media screen and (min-width:480px){html{font-size:22px;}}
@media screen and (min-width:520px){html{font-size:24px;}}
@media screen and (min-width:560px){html{font-size:26px;}}
@media screen and (min-width:600px){html{font-size:28px;}}
/* 图片自适应 */
img{vertical-align:top; width: 100%;}
html{-webkit-tap-highlight-color: rgba(0,0,0,0);}
body *{box-sizing: inherit;}
input{outline:none;}
input {
    padding-left: 0px;
}
input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font: 100% Tahoma,Helvetica,Arial,sans-serif;
}
img{vertical-align:top; width: 100%;}


/*头部样式*/
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*边界=属性*/
.ge{ padding-bottom:0.5rem;}
/*带返回上一页的页头css*/
.return_header {

}
.return_header {
    position: absolute;   
   	top:0.3rem;
   	right:0.3rem;
   	z-index: 99999999;
    /*border-bottom: 0.1rem solid #777;*/
}
/*.return_header div{ position: fixed; top:0;}*/
.return_header .go_back {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    display: inline-block;
    float: right;
    /*margin: 0.25rem;*/
    width:7rem;
    height:3.6rem;
}
.return_header .positioning_top{ position:fixed; top:0; margin:auto; left:0; right:0;
    color: #fff;
     height: 3.6rem;
     line-height: 3.6rem;
    text-align: center; width:100%; z-index:9999;min-width: 320px;
    max-width: 640px;}
.return_header .go_back:active{
    background: #ccc;
}
/*.return_header .go_back i {
    display: block;
    margin: 0.75rem;
    width: 1rem;
    height: 1rem;
    border-left: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg); 
    -webkit-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 	
}*/

.return_header .go_back i{
	 display: block;
	background:url(../image/index/jianto.png) no-repeat;
	 height: 1.8rem; width: 1.5rem;
	 background-size: contain;
	 float: left;
	margin-top: 0.8rem;
    margin-left: 1rem;
} 
.return_header .go_back p{
	  color: #ffffff;
	  float: left;
	    height: 3.6rem;
	     line-height: 3.6rem;
	    margin-left: 0.5rem;
    font-size: 1.4rem;
}
/*验证弹窗口的样式*/

.position-p{
	/* background-color: #EDC216;*/
	  position: fixed;
	   width:100%;
	    height: 100%;
	     max-width: 640px;
	      min-width: 320px;
	      top:0;
	       margin-left: auto;
	       margin-right: auto;
}
.position-l{
 position: absolute;
	 top: 50%;
 height: 10.5rem;
   margin-top: -5.3rem;
    max-width: 640px;
   min-width:320px;
   
    width: 100%;
}
.position-k{
	   background:url(../image/index/taoimg.png) no-repeat;
	    width:80%;	 
	     height: 10.5rem;
	     background-size:100% 100%;	
	      z-index: 99;
	      margin-left: auto;
	      margin-right: auto;
	       padding-top:2.5rem;
      
}
.position-g{
	 background:url(../image/index/yuan.png) no-repeat;
	 width: 2.4rem;
	  height: 2.4rem;
	  background-size: contain;
	    margin-left: auto;
	     margin-right: auto;
	     
}
.position-w{
	font-size: 1.3rem;
	text-align: center;
	 height: 2.4rem;
	  line-height: 2.4rem;
	  color: #FFFFFF;
	  margin-top: 1.8rem;
}
.msg-toast { position: fixed; top: 45%; left: 25%;height: 1%; width: 20%; z-index: 999999999;}
.msg-toast p {width:200px; background-color:#909090; color:#fff; text-align:center;border-radius:15px; padding:10px; margin:0 auto;}
