* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body {
	font-size: 12px;
	color: #333333;
	position: relative;
	height: 100%;
}

body {
	min-height: 750px;
}

a {
	text-decoration: none;
}

.auto {
	height: auto;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.banner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner ul {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.banner ul li .banner-img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
}
.banner ul li:first-child {
	display: block;
}

.banner-news {
	width: calc(100% - 480px);
	position: absolute;
	left: 50px;
	bottom: calc((100% - 608px) / 2 + 60px);
}
.banner-news dl dt {
	padding: 5px;
	background: rgba(0,0,0, .2);
}
.banner-news dl dt a {
	font-size: 32px;
	color: #fff;
	line-height: 40px;
}
.banner-news dl dd {
	margin-top: 5px;
	padding: 5px;
	background: rgba(0,0,0, .2);
	font-size: 13px;
	line-height: 17px;
	color: #fff;
}

.banner-control {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 20px;
	text-align: center;
}
.banner-control ol li {
	display: inline-block;
	width: 50px;
	height: 4px;
	overflow: hidden;
	background: rgba(0,0,0,.5);
	margin: 0 5px;
}
.banner-control ol li.active {
	background: #fff;
}
.c-num {
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,.4);
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 40px;
}
.c-line {
	width: calc(100% - 170px);
	height: 3px;
	margin-left: 10px;
	margin-top: 18px;
	background: rgba(0,0,0,.4);
}
.c-line-bar {
	float: left;
	height: 3px;
	background: #fff;
}
.c-btns {
	margin-top: 5px;
}
.c-prev {
	width: 30px;
	height: 30px;
	float: left;
	background: rgba(0,0,0,.4);
	border-radius: 30px;
	margin-left: 10px;
}
.c-prev img {
	width: 20px;
	margin: 5px;
	cursor: pointer;
}
.timeline-interval {
	animation: timeline 5s linear;
	-moz-animation: timeline 5s linear;
	-webkit-animation: timeline 5s linear;
	-o-animation: timeline 5s linear;
}
@keyframes timeline
{
from {width: 0%;}
to {width: 100%;}
}

@-moz-keyframes timeline
{
from {width: 0%;}
to {width: 100%;}
}

@-webkit-keyframes timeline
{
from {width: 0%;}
to {width: 100%;}
}

@-o-keyframes timeline
{
from {width: 0%;}
to {width: 100%;}
}


.sidebar {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 100px;
	height: calc(100% - 100px - 100px);
	overflow-y: auto;
	display: flex;
	align-items: center;
}
.sidebar-con {
	width: 400px;
	position: relative;
	min-height: 500px;
}

.header {
	position: absolute;
	width: 100%;
	height: 95px;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(199,120,46,0.70) 0%, rgba(229,176,91,0.00) 100%);
	z-index: 9;
}
.logo1{
    position: absolute;
	width: 138px;
	left: 50%;
	margin-left: -69px;
	top: 60px;
}
.logo1 img {
	width: 100%;
}
.logo2{
    position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.logo3{
    position: absolute;
    right: 66px;
    top:0;
    font-size: 14px;
    color: #fff;
	line-height: 94px;
}
.logo3 a {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	border-radius: 4px;
}
.logo3>div{
	line-height: 94px;
}
.logo4{
    position: absolute;
    right: 120px;
    top:25px;
    /*font-size: 14px;*/
    text-align: center;
    font-size: 16px;
    color: red;
}
.logo4 span {
}
.logo4>img{
    width: 56px;
}


.sidebar-content {
	width: 800px;
	background: #ce281b;
	/*background: #ce281b url('../img/bg2.png') no-repeat left top;*/
	border-radius: 8px;
	height: 500px;
}
.sidebar-left {
	width: 400px;
	height: 500px;
	float: left;
	position: relative;
}

.sidebar-logo {
	/* padding: 40px 0 0 40px; */
}
.sidebar-logo img {
	width: 400px;
	height: 500px;
}
.sidebar-text {
	padding: 123px 15px 0 40px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	position: absolute;
	left: 0;
	bottom: 23px;
}
.sidebar-text ul li {
	position: relative;
	padding-left: 14px;
}
.sidebar-text span.sidebar-num {
	position: absolute;
	left: 0;
	top: 0;
}

.title {
	margin-top: 10px;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}
.title p {
	font-size: 16px;
	color: #333;
}

.content {
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
	height: 480px;
	padding: 20px 20px 0;
	position: relative;
}
.check-btn {
	position: absolute;
	left: 50px;
	bottom: 20px;
}
.check-btn a {
	font-size: 14px;
}
.content-title a {
	display: block;
	/*width: 180px;
	width: 100%;*/
	width: 50%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	float: left;
	font-size: 16px;
	color: rgba(0,0,0,0.50);
	border-bottom: 2px solid #fff;
}
.content-title a.active {
	color: #004EA1;
	font-weight: bold;
	background: none;
	border-bottom: 2px solid #004EA1;
}
.content-subtitle {
	text-align: center;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	font-weight: 400;
	margin-top: 20px;
}
.content-con-box {
	margin-top: 18px;
	position: relative;
	padding: 0 25px 0;
}
.item {
	width: 100%;
	display: flex;
}
.item-box {
	width: 100%;
	display: flex;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	background: #fff;
}
.item-box span {
	display: flex;
	height: 40px;
	flex: 0 0 40px;
	background: rgba(0,0,0,0.25);
	align-items: center;
	justify-content: center;
}
.item-box span img {
	width: 24px;
	height: 24px;
}
.item-box input {
	display: flex;
	flex: 1;
	background: #fff;
	height: 40px;
	text-indent: 25px;
	outline: none;
	border: none;
	font-size: 14px;
}
.item-box input::-webkit-input-placeholder{
	color:#999;
}
.item-validate {
	width: 100%;
	height: 18px;
	line-height: 18px;
	color: #E02020;
	text-align: left;
	font-size: 12px;
}

.item-code {
	justify-content: space-between;
}
.item-code .item-box {
	/*width: 153px;*/
	margin-right: 10px;
}
.item-code img.code {
	display: flex;
	width: 104px;
	height: 40px;
	border-radius: 4px;
	cursor: pointer;
}

.submit-btn {
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
}

.links {
	margin-top: 10px;
	font-size: 14px;
	color: rgba(0,0,0,0.65);
}
.links a {
	color: #666;
	margin: 0 10px;
}
.links a:first-child {
	margin-right: 0;
}
.links a {
	font-size: 14px;
}
.links p {
	margin-top: 2px;
}

.tips {
	position: absolute;
	left: 45px;
	bottom: 20px;
	width: 330px;
}
.tips p {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
.tips ul li {
	font-size: 12px;
	color:  rgba(0,0,0,0.85);;
	line-height: 20px;
}

.center {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.getcode {
	display: block;
	width: 92px;
	height: 38px;
	float: right;
	border-radius: 4px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}

.qrcode {
	width: 172px;
	height: 172px;
	position: relative;
	margin: 0 auto 0;
}
.qrcode img {
	width: 172px;
	height: 172px;
}
.refresh {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, .8);
	text-align: center;
}
.refresh p {
	margin-top: 45px;
	line-height: 24px;
	font-size: 16px;
}
.refresh-btn {
	width: 132px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	height: 40px;
	cursor: pointer;
	margin-top: 25px;
}

.tips {
	font-size: 12px;
	color: rgba(0,0,0,0.85);
	line-height: 22px;
	margin-top: 10px;
	text-align: left;
}

.qrcode-tips {
	text-align: center;
	line-height: 20px;
	margin-top: 15px;
}

.bannershadow {
	background-image: linear-gradient(180deg, rgba(199,120,46,0.00) 0%, rgba(199,120,46,0.70) 100%);
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 160px;
	width: 100%;
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 70px;
	width: 100%;
	line-height: 50px;
	/*background: rgba(0,0,0,.4);*/
	text-align: center;
	display: flex;

	flex-flow: column;
	justify-content: space-between;
	color: #fff;
}
.footer-box {
	width: 1000px;
	margin: 0 auto;
}
.footer-line {
	width: 380px;
	float: left;
	height: 2px;
	background: rgba(255,255,255,0.30);
	margin-top: 9px;
}
.footer-right {
	float: right;
}
.footer-word {
	line-height: 30px;
	float: left;
	text-align: center;
	width: 240px;
	font-size: 13px;
}

#pwSmsToken {
	width: 161px;
	float: left;
}
#code-btn {
	float: right;
	width: 180px;
	height: 40px;
	font-size: 14px;
	border-radius: 4px;
	outline: none;
	background: none;
	cursor: pointer;
	text-align: center;
	margin-left: 10px;
}


.content-title-box {
	width: 100%;
}
.nav-title {
	width: 100%;
}
.nav-title p {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav-title p img {
	float: right;
	cursor: pointer;
}
.nav-title p span {
	float: right;
	display: block;
	height: 42px;
	width: auto;
	overflow: hidden;
}
.nav-title p span.tips-right {
	background: url(../img/right.png);
	width: 14px;
}
.nav-title p span.tips-center {
	background: url(../img/center.png);
	color: rgba(0,0,0,0.50);
	font-size: 14px;
	line-height: 46px;
	padding: 0 2px;
}
.nav-title p span.tips-left {
	background: url(../img/left.png);
	width: 27px;
}
.nav-title-h1 {
	font-size: 24px;
	padding-left: 40px;
}






#remberPass {
	margin: 1px 5px 0 0;
}
input[type=checkbox] {

  margin-right: 5px;

  cursor: pointer;

  font-size: 14px;

  width: 15px;

  height: 12px;

  position: relative;

}

input[type=checkbox]:after {

  position: absolute;

  width: 12px;

  height: 13px;

  top: 0;

  content: " ";

  background-color: #fff;

  color: #fff;

  display: inline-block;

  border: 1px solid #ccc;

  /*visibility: visible;*/

  padding: 0px 1px;

  border-radius: 3px;

}

.sidebar-warp {
	text-align: right;
}
.clinical-link {
	margin-bottom: 5px;
	display: inline-block;
	font-size: 16px;
}

.sidebar-title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 15px;
}
.content-entry {
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}
.content-entry a {
	color: #333;
	margin: 0 10px;
}

.entry-img {
	position: absolute;
	right: 0;
	top: 0;
}
.entry-img img {
	width: 40px;
	height: 40px;
}

.login-tab-tips {
	position: absolute;
	right: 45px;
	top: 1px;
}
.login-tab-tips-bg {
	height: 33px;
	float: left;
	background: url('../img/tab-left.png');
}
.login-tab-tips-bg-left {
	width: 30px;
}
.login-tab-tips-bg-cen {
	background: url('../img/tab-cen.png') repeat-x;
	color: rgba(0,0,0,0.50);
	line-height: 33px;
}
.login-tab-tips-bg-right {
	width: 16px;
	background: url('../img/tab-right.png');
}

.content-title {
	margin-top: 5px;
}

.newsidebar {
	height: 500px;
	background: rgba(255, 255, 255, .6);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.08);
	border-radius: 16px;
	top: 50%;
	margin-top: -255px;
	align-items: normal;
}
.newcontent {
	width: 100%;
}
.newlogo {
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
.newlogo img {
	width: 205px;
	margin: 0 auto;
}
.newlogotitle {
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 400;
	margin-top: 30px;
}

.newentry {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}
.entrytitle {
	font-size: 22px;
	color: #004EA1;
	text-align: center;
	line-height: 24px;
	font-weight: 700;
}
.entrydesc {
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	text-align: center;
	line-height: 24px;
	font-weight: 400;
	margin-top: 25px;
}
.entrylink {
	width: 100px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 14px;
	margin: 25px auto 0;
}
.entrylink a {
	color: #fff;
	font-size: 14px;
}

.newtips {
	width: 660px;
	margin: 30px auto 0;
}

.newtips p {
	font-size: 13px;
	color: #000000;
	line-height: 22px;
	font-weight: bold;
}
.newtips ul li {
	font-size: 12px;
	color: rgba(0,0,0,0.85);
	line-height: 17px;
	font-weight: 400;
}



.dialog {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	display: none;
  }
  .dialog-box {
	width: 520px;
	height: auto;
	background: #fff;
	border-radius: 2px;
	left: 50%;
	margin-left: -260px;
	top: 40%;
	position: absolute;
  }
  .dialog-box2 {
	top: 42%;
	padding-bottom: 20px;
}
  .dialog-title {
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .dialog-title span {
	float: left;
	font-size: 16px;
	color: rgba(0, 0, 0, .85);
	margin-left: 24px;
	line-height: 56px;
  }
  .dialog-title a {
	float: right;
	color:  rgba(0,0,0,0.45);
	margin-right: 24px;
	line-height: 56px;
	transform: scaleX(1.2);
	font-size: 20px;
  }
  .dialog-content {
	padding: 24px 24px 4px;
  }
  .dialog-item {
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	height: auto;
	overflow: hidden;
  }
  .dialog-icon {
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 3px;
}
.dialog-tips {
	float: left;
	margin-left: 5px;
	font-size: 14px;
}
  .dialog-item-label {
	width: 70px;
	height: 32px;
	float: left;
	text-align: right;
	line-height: 32px;
	color: #333;
  }
  .dialog-item-con {
	float: left;
	position: relative;
  }
  .dialog-item-con input {
	width: 304px;
	height: 30px;
	border: 1px solid rgba(217,217,217,1);
	border-radius: 2px;
	text-indent: 10px;
	float: left;
	outline: none;
  }
  .dialog-item-con button {
	width: 86px;
	height: 32px;
	border: 1px solid rgba(217,217,217,1);
	border-radius: 2px;
	background: none;
	margin-left: 10px;
	cursor: pointer;
	color: #666;
  }
  .dialog-footer {
	width: 100%;
	height: 52px;
	border-top: 1px solid rgba(0,0,0,0.06);
  }
  .dialog-footer a {
	display: inline-block;
	width: 80px;
	height: 32px;
	margin-top: 10px;
	margin-right: 24px;
	float: right;
	text-align: center;
	line-height: 32px;
	border-radius: 2px;
	border: 1px solid rgba(217,217,217,1);
	color: #666;
  }
  .clearboth {
	width: 100%;
	height: 1px;
  }
  #dialogErr {
	color: red;
  }
