/*输入框样式，去掉背景阴影模仿原生应用的输入框*/  
*{	margin: 0px;
	padding: 0px;
	border-collapse:collapse		
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
padding: 0;
margin: 0;
}
.input{  
width: 100%;    
height: 50px;    
border:none;    
padding-left:3px;    
font-size: 17px;    
text-indent: 44px;
background: #5defdc;
color:#057567;
border-radius: 5px
}  
input:focus {    
    outline: none;    
}  

.cont_type div p span{white-space: normal !important;width:100% !important}
.cont_type div p img{width:100% !important}
/*显示隐藏密码图片*/  
.login_img{  
	width:25px; 	  
	position: absolute;    
	right: 5px;   
	margin: 15px;    
	top: 5px;
	}  
/*登录按钮*/  
.submit{    
    width: 98%;    
    height: 40px;    
    margin-top: 18px;    
    background: #27C185;    
    border-radius:6px;    
    border:none;  
    font-size: 18px;     
    color: #fff;  
}  
/* button:hover {  
	background: #14914A;    
	outline: 0;  
	color: #fff;
	border: 1px #14914A solid;
}   */
/*输入框底部半透明横线*/  
.input_block {  
	position:relative;
	    margin-top: 10px;    
}  
/*首页-----------------------------*/
/* 滚动广告 */

/* 搜索按钮 */
.new-srch-input2{height:35px;width:100%;border-radius: 5px;border:none;text-indent:8%;;font-size:14px;background: #f2f2f2 ;}

ul li{  
list-style-type:none;  
}

/*底部样式*/
.footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background: #fff;
	border-top: 1px solid #E2E2E2;
	z-index:999;
}
.footer .footer_li{
	float: left;
    width: 20%;
    text-align: center;
    padding: 8px 0px;
    font-size: 12px;
}
/**加载图片样式*/
.loading1{
	width: 100%;
	clear: both;
	text-align: center;
	position: absolute;
/* 	top: 35%; */
}
.loading2{
	width: 100%;
}
/* 去除ios按钮默认样式 */
input[type="button"], input[type="submit"], input[type="reset"] ,select,button{
-webkit-appearance: none;
outline:none;
}

a{text-decoration:none}


/* 所有头部公共样式 */
.title1{width: 100%;}
.title2{
    font-size: 32px;
/*     line-height:176px; */
	line-height:55px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    font-family:Microsoft YaHei;
}
.algin-line{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
/* 超出隐藏 */
.overflow{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 33px;
}

.footed{position: fixed;bottom: 0px;z-index: 1000;height: 50px;width: 100%;text-align: right;}
.footed1{width: 95%;text-align: right;color: #fff;font-family:Microsoft YaHei;font-size: 45px;position: absolute;
    bottom: 35px;}

.back1{width:12%;float:left;padding:14px;}
.back2{width: 10%;text-align: center;float: left;margin-top:14px;}

/* 分类导航样式 */
.table1{width: 100%;border-collapse: collapse;height: 40px;font-size: 14px;}
.table2{width: 50%;border-right: 1px solid #82f5c9;text-align: center;}

/* 医生列表样式 */

/* 下拉框 */
.topTitle{font-size:50px;}
.topEn{font-size:50px;}
.nav-el .bigT{font-size:42px;}
@media (max-width: 1920px) {
  .topTitle {font-size: 80px;}
  .topEn{font-size:80px;}
  .nav-el .bigT{font-size:42px;}
}
@media (max-width: 1400px) {
  .topTitle {font-size: 60px;}
  .topEn{font-size:34px;}
  .nav-el .bigT{font-size:38px;}
}
@media (max-width: 1000px) {
  .topTitle {font-size: 48px;}
  .topEn{font-size:32px;}
  .nav-el .bigT{font-size:30px;}
}

@media (max-width: 800px) {
  .topTitle {font-size: 36px;}
  .topEn{font-size:26px;}
  .nav-el .bigT{font-size:26px;}
}

@media (max-width: 600px) {
  .topTitle {font-size: 20px;}
  .topEn{font-size:20px;}
  .nav-el .bigT{font-size:20px;}
}

@media (max-width: 400px) {
  .topTitle {font-size: 18px;}
  .topEn{font-size:18px;}
  .nav-el .bigT{font-size:18px;}
}
