* {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

p,
ul,
li,
h3,
h4,
dl,
dt,
dd,
hr {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
img {
  padding: 0;
  margin: 0;
}
input {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  outline: none;
}
textarea {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
a {
  outline: none;
  text-decoration: none;
  color: #2e2e2e;
}
a:link {
  text-decoration: none;
}
body {
  position: relative;
}



/***********************************************商务通部分*********************************/
@media only screen and (min-width: 320px){

	body .float_container .box span {
    font-size: 14px;
	}
	/*底部对话框*/
	body .float_container .title1{
		font-size: 12px;
		background-size: 20px;
	}
	body .float_container .time1{
		font-size: 12px;
	}
	body .float_container .box{
		font-size: 12px;
		line-height: 16px;
	}
	body .float_container .box img{
		vertical-align:top;
		margin-top:2px;
	}

}


@media only screen and (min-width: 401px){
   
	body .float_container .box span {
    font-size: 14px;
	}
	/*底部对话框*/
	body .float_container .title1{
		font-size: 13px;
		background-size: 20px;
	}
	body .float_container .time1{
		font-size: 13px;
	}
	body .float_container .box{
		font-size: 13px;
		line-height: 16px;
	}
	body .float_container .box img{
		vertical-align:top;
		margin-top:2px;
	}
	/*活动优惠*/

}



@media only screen and (min-width: 428px){
    
	/*底部对话框*/
	body .float_container .title1{
		font-size: 14px;
		background-size: 22px;
	}
	body .float_container .time1{
		font-size: 14px;
	}
	body .float_container .box{
		font-size: 14px;
		line-height: 18px;
	}
	body .float_container .box img{
		vertical-align:top;
		margin-top:2px;
	}
	body .float_container .btn1 a{
		font-size: 16px;	
	}
	/*活动优惠*/
	
}







