﻿input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}

body{
	/*width: 1920px;*/
	min-width: 960px !important;
	padding-left: 0;
	padding-right: 0;
	overflow: scroll;
}


p{
	margin: 0 0 5px 0;
}

.doctor_title p{ margin-top: 5%; }

.underLine{
	background:linear-gradient(to left,#efefef,#666,#efefef);
	height:2px;
}

/*====================================================================================
navbar导航
====================================================================================*/
.navigation{
	display: flex;
	display: -webkit-flex;
	align-items:center;
	justify-content: space-between;
	height: 75px;
	min-width: 1200px;
}


/*导航栏下拉框*/
.drop_cop{
	background-color:#fff ;
	position: fixed;
	top: 77px;
	z-index: 1000;
	list-style: none;
	display: none;
	padding-left: 0;
}
.drop_cop li{
	font-size: 14px;
	line-height: 40px;
	padding: 0 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.45);
	border-left: 1px solid rgba(0, 0, 0, 0.45);
	border-right: 1px solid rgba(0, 0, 0, 0.45);
	
}
.drop_cop li > a{
	color: rgba(0, 0, 0, 0.65);;
}

.drop_cop li:hover,
.drop_cop li > a:hover{
	text-decoration: none;
	color: rgba(0, 0, 0, 0.65);
}
	.drop_cop .badge{
   		background-color: #e94000;
   		padding: 2px 5px;
   		line-height: 1;
   		border-radius: 10px;
   		height: auto !important;
   	}

.nav-logo{
	position: relative;
}

.nav-logo img{
	min-width: 280px;
}
.navbar{
	margin-bottom:0;
}

/*.navbar-header img{
	
}*/

.navbar-list{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items:center;
	-webkit-flex-direction: row;
	justify-content:space-around;
}

.navbar-list>div{
	display: -webkit-flex;
	display: flex;

	  font-family: PingFangSC;
	  font-size: 16px;
	  letter-spacing: normal;
	 color: rgba(0, 0, 0, 0.65);
	
	padding: 0 20px;
	line-height: 75px;
	/*border-top: 3px solid white;*/
	text-align: center;
}

.navbar-list>div>a{
	 border-top: 2px solid #fff;
	 color: rgba(0, 0, 0, 0.65);
}

.navbar-list>div>a:hover{
  color: rgba(0, 0, 0, 0.65);
 text-decoration: none;
 border-top: 2px solid #2484f2;
}

.navbar-list li{
	list-style: none;
}

.nav-active>a{
	border-top: 2px solid #2484f2 !important;
}




/**前往按钮**/
/* General Buttons */

.Rectangle-3{
	width: 100px;
	height: 32px;
	border-radius: 1px;
	border: solid 1px #3091f2;
  	background-color: #22364d;
  	
  	text-align: right;
  	color: #fff;
  	font-size: 14px;
  	font-family: PingFangSC;
}

/*====================================================================================
banner广告轮播
====================================================================================*/
.banner{
	/*min-width: 1240px !important;*/
	margin: 0;
	padding: 0;
	/*height: 500px;*/
	height: 100%;
	overflow: hidden;
	/*cursor: pointer;*/
}

.carousel{
	/*height: 500px;*/
}

.carousel ol li{
	background: gray;
}

.banner .carousel .active{
	background: #2484F2;
}

.banner_text{
	/*top: 150px;*/
	width: 30%;
	top: 30%;
	text-align: left;
	cursor: default;
}

.banner_text h2{
  font-family: PingFangSC;
  font-size: 38px;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000;
  text-shadow:none;
}

.banner_text span{
	font-size: 25px;
	font-family: PingFangSC;
	font-size: 24px;
	line-height: 1.33;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.45);
	text-shadow:none;
}

.banner_text_right{
	left: 55%;
}

.banner_text_left{
	left: 22%;
}

/*====================================================================================
平台简介
====================================================================================*/
.summary{
	margin-top: 36px;
	margin-bottom: 36px;
}

/*.summary .btnSet{
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	background-color: #2484F2;
	height: 48px;
}

.summary .btnSet div{
	margin: 18px;
	
	width: 72px;
    height: 26px;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.summary .btnSet:hover{
	border-radius: 2px;
	background-color: #2484F2;
}*/

/*.login-box{
	text-align: center;
}

.input-group input{
	margin-top: 10px;
	max-width: 100%;
}

.input-group span {
	text-align: left;
}*/

/*====================================================================================
工作室详情
====================================================================================*/
.studio-detail{
	padding: 0;
}

/*.platform-summary{
	text-align: center;
	margin-top: -40px;
}*/

.platform-summary{
	text-align: center;
	background: linear-gradient(to bottom, #ffffff, #f2f3f5);
}

.studio-detail-title{
	display: inline-block;
	text-align: center;
}

.studio_detile_h2{
  	height: 42px;
  	font-family: PingFangSC;
  	font-size: 30px;
  	font-weight: 600;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: normal;
 	letter-spacing: normal;
  	color: rgba(0, 0, 0, 0.85);
}

.platform-summary-box{
	margin-top: 60px;
	margin-bottom: 80px;
}

.studio-info{
	overflow: hidden;
	/*background-image: url(../img/studio-info.JPEG);*/
	background-repeat: no-repeat;
	background-size: 100%;
}

.mask{
	text-align: center;
	background: rgb(0,0,0,0);
}

.mask a{
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
	font-size: 16px;
    font-weight: normal;
}


/*.mask a:hover{
	color: #075F95;
}*/

.mask p{
	
  height: 24px;
  font-family: PingFangSC;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}

.glyphicon{
	color: #2484F2;
	margin: 3px;
}

/*.mask span{
	font-size: 50px;
}*/

.mask a span{
	/*color: glyphicon;
	font-family: helvetica;
	font-size: 50px;*/
  width: 52px;
  height: 38px;
  font-family: PingFangSC;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}

.studio_h2{
  height: 32px;
  font-family: PingFangSC;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.85);
}

.studio-detail-info{
	margin-top: 32px;
}


.studio-text{
	
}

.studio-text hr{
	line-height: 2px;
	margin: 8px 0 8px 0;
}

.studio-text img{
	margin-bottom: 16px;
	width: 100%;
}

.studio_content{
	padding: 0 20px 10px 20px;
}

.studio_content .studio_p1{
	margin-top: 3px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.57;
	font-family: PingFangSC;
  	font-size: 14px;
  	
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.studio_content .studio_p2{
	margin-top: 8px;
	color: rgba(0, 0, 0, 0.25);
	/*line-height: 1.62;*/
	font-family: PingFangSC;
  	font-size: 13px;
  	
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.studio_content .studio_p3{
	color: rgba(0, 0, 0, 0.45);
	line-height: 1.62;
	font-family: PingFangSC;
  	font-size: 13px;
  	
}

.text-box-border{
	cursor: pointer;
	background-color: white;
	text-align: left;
	border-radius: 4px;
 	border: solid 1px #f0f0f0;
}

.control{
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
	margin-top: 40px;
}

.control a{
	text-decoration: none;
}

.littleBtn a{
	padding-left: 0;
	padding-right: 0;
}

.littleBtn a span{
	line-height: 35px;
	font-size: 20px;
}

.tabs{
	color: gainsboro;
}

/*.tabs:hover{
	text-shadow:  0 0 10px gray; 
}*/

.tabs-left  span{
	color: #FFFFFF;
	text-shadow:  0 0 10px gray; 
}

.tabs-right span{
	color: #FFFFFF;
	text-shadow:  0 0 10px gray; 
}

.tabs-left span:hover{
	color: gray;
	
}

.tabs-right span:hover{
	color: gray;
}

.join-studio{
	background-color: #22364d;
	height: 192px;
}

.join-studio-text{
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	height: 192px;
	font-family: PingFangSC
}

.join-studio-logo{
	padding-left: 0;
	padding-right: 0;
	margin-top: 64px;
	margin-left: 95px;
	width: 64px;
}

.join-studio-text .join-studio-text-title{
	margin-top: 64px;
}

.join-studio-text .join-studio-text-hide{
	height: 192px;
	text-align: center;
}

.join-studio-text p{
	  height: 28px;
	  font-family: PingFangSC;
	  font-size: 20px;
	  font-weight: 600;
	  line-height: 1.4;
	  letter-spacing: normal;
	  color: #ffffff;
	  text-align: left;
}

.join-studio-text span{
	  height: 22px;
	  font-family: PingFangSC;
	  font-size: 14px;
	  line-height: 1.57;
	  letter-spacing: normal;
	  color: #ffffff;
	  text-align: left;
}


.join-studio-text .join-studio-text-hide a{
	text-decoration: none;
	height: 48px;
	 font-family: PingFangSC;
	 font-size: 18px;
	 font-weight: 600;
	 line-height: 1.56;
	 letter-spacing: normal;
	 color: #ffffff;
	 border-radius: 24px;
	 padding: 10px 20px 10px 20px;
}

.join-studio-text .join-studio-text-hide a:hover{
	border: 1px solid#fff;
}


/*====================================================================================
工作室详情
====================================================================================*/
.doctor-detail{
	/*text-align: center;*/
}

.doctor-detail-text{
	text-align: center;
	padding: 40px 20px 40px 20px;
}

.doctor-detail-text img{
	width: 80px;
  	height: 80px;
	border-radius: 50%;
	margin-bottom: 0;
}

.doctor-detail-text .doctor_p{
	text-align: left;
	margin-top: 16px;
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.45);
	line-height: 1.62;
	font-family: PingFangSC;
  	font-size: 13px;
  	
  	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.doctor-detail-text button{
	width: 50%;
}

.setMiddle{
	margin-top: 25px;
}

.carousel-inner{
	padding-bottom: 5px;
}

/*====================================================================================
合作单位
====================================================================================*/
.main_tittle{
	text-align: center;
	margin-top: 100px;
}
#companyCard{
	margin-top: 50px
}

/*====================================================================================
footer部分
====================================================================================*/

footer{
	height: 347px;
	background-color: #22364d;
}

.footer-list{
	padding: 0;
	margin-top: 52px;
}

.footer-list span a{
  height: 24px;
  font-family: PingFangSC;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}

.footer-list span{
  height: 24px;
  font-family: PingFangSC;
  font-size: 16px;
  /*font-weight: 600;*/
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}

.footer-list div{
	margin-top: 32px;
}

.footer-list div > a{
  height: 24px;
  font-family: PingFangSC;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  cursor: pointer;
}

.footer-hr{
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 2px;
}

.footer-right{
  margin-top: 5px;
  text-align: center;
  height: 17px;
  font-family: PingFangSC;
  font-size: 12px;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.4);
}

/*友情链接*/
.up_menu{
	margin-top: 0 !important;
}

.up_menu>a{
  color: #ffffff !important;
}

.up_menu a>span{
	height: 0.2em;
}

.dropdown-menu{
	min-width: 24px;
	box-shadow: none;
	-webkit-box-shadow: none;
    font-family: PingFangSC;
    font-size: 14px;
    /* font-weight: 600; */
    letter-spacing: normal;
}

.dropdown-menu>li>a{
	padding: 3px 6px;
}

.contact-us{
	position: fixed;
  	bottom: 83px;
  	right: 5px;
  	opacity: .85;
  	background: #9F9F9F;
  	padding: 10px;
	cursor: pointer;
  	border-radius: 5px;
  	
}

.to-top {
  	position: fixed;
  	bottom: 32px;
  	right: 5px;
  	background: #9F9F9F;
  	opacity: .85;
  	padding: 10px;
  	color: #000 !important;
  	cursor: pointer;
  	border-radius: 5px;
  	/*width: 40px;*/
  	/*font-size: 20px;*/
}

/*====================================
选项卡
====================================*/
/*.chosen-tabs .nav{
	height: 100%;
}*/

/*标题样式一*/
/*.main_tittle{
	border: 1px solid darkgray;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 7px 7px 3px gainsboro;
	padding: 5px 10px;
}*/

/*====================================
测试盒子效果
====================================*/
/*.test_father{
	padding-top: 10px;
}
.test{
	border: 1px solid #000000;
	
}*/


/*====================================
测试div
====================================*/


.bannerWechatCode{
	position: absolute;
	z-index: 99999;
	top: 75px;
	left: 91.5%;
	/*display: inline;*/
	/*border: 1px solid gainsboro;*/
}

.bannerWechatCode img{
	border-radius: 5px;
}

#triangle-up { 
	position: absolute;
	z-index: 999;
	top: 65px;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent; 
	border-bottom: 12px solid gainsboro; 
} 

#loginBox #login_submit{
	background: #0667A3;
	width: 100%;
}

#loginBox .modal-header{
	width: 100%;
	padding-left: 38%;
}

.loginBoxNormal{
	width: 50%;
	margin-left: 25%;
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
}

.loginBoxHead{
	display: flex;
	flex-direction: row;
}

.loginIcon{
	margin-top: 5px;
	font-size: 30px;
	color: #666;
	font-weight: 600;
}

.loginBoxTop{
	font-size: 30px;
	margin-left: 5px;
	font-weight: 600;
	color: #666;
}

.loginLabel{
	line-height: 34px;
	margin-bottom: 0;
}
