/*
 * bootstrap 自定义样式重置类
 * create by HuangDong
 * create Time 2017-08-16
 * update Time 2018-05-16
 */
 
/* CSS 重置
---------------------------------------------------------------------------------------------------------------------------------- */

/** pointType css **/
@media (max-width: 767px) {
	.point-type-phone-button{
	    position: inherit;
	    left: -32px;
	    top: 0;
	    z-index:  99;
	    width:  32px;
	    height:  32px;
	    padding: 4px;
    }
    
    .point-type-body .point-type-phone-button{
    	 background-color:  #fff;
    }
    
    
    .point-type-body.type2 .point-type-phone-button{
	    background-color:  #01ACE6;
    }
    
    .point-type-body.type2 .point-type{
    	display: block;
    }
    
    .point-type-body .point-type{
    	display: none;
    }
    
    .point-type-phone-button>img{
    	width:24px;
    	height:24px;
    }
    .point-type-body.type2 img.type1{
    	display:none;
    }
    
    .point-type-body img.type2{
    	display:none;
    }
    
    .point-type-body.type2 img.type2{
    	display:block;
    }
}
@media (min-width: 768px) {
	.point-type-phone-button{
		display:none;
	}
}

