
/*基本*/

*{ padding:0px; margin:0px;
	cursor: pointer;
}
body{

	color:#000;

	background-color: #FFF;


	padding:0px; 

	margin:0px auto;

	overflow:scroll;

	overflow-x:hidden;

	overflow-y:auto;

	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;

	max-width: 648px;

	font-size: 14px;

}

div{ margin:0; padding:0; border:0; color:#333333; }

img{ margin:0; padding:0; border:0; }

b,strong {font-weight: bold;}

table { border-collapse: collapse; border-spacing: 0;/* Remove most spacing between table cells.*/}

li{ list-style: none outside none;}



/*链接*/

a{ text-decoration:none; color:#000; background: transparent;  outline:none}


a:focus { outline:none; }

a:hover, a:active{ color:#167312; outline:none;}



/*标题*/

h1 { font-size: 1.3em;margin:  0;}

h2 {font-size: 1.2em; margin: 0;}

h3 { font-size: 1.17em;margin: 0;}

h4 {font-size: 1em;margin:0;}

h5 {font-size: 0.83em;margin: 0;}

h6 { font-size: 0.67em;margin: 0;}



/*表单*/

form {margin: 0;}

button,input,select,textarea {

    font-size: 100%;  /* Correct font size not being inherited in all browsers. */

    margin: 0;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */

    vertical-align: baseline; /* Improve appearance and consistency in all browsers */

    *vertical-align: middle; /* Improve appearance and consistency in all browsers */

}

button,select {text-transform: none;}

input{

    border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;

	background-color: #FFFFFF;

	border: 1px solid #E8E8E8;

	width:99%;

	line-height: normal;

}

textarea{

	-moz-box-sizing: border-box;

    border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;

	background-color: #FFFFFF;

	border: 1px solid #E8E8E8;

	margin: 3px 0px;

	padding: 5px 3px;

	width:99%;

}



/*其它*/

blockquote {margin: 1em 40px;}

dfn {font-style: italic;}

hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}

code, kbd, pre, samp {font-size: 1em;}

pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }

small {font-size: 80%;}

sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

dl{margin: 1em 0;}

dd {margin: 0 0 0 40px;}

.f12{
	font-size: 12px !important;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.show{
	display: block;
}
.hide{
	display: none;
}
.spacing{
	letter-spacing: 2px;
}
.m-bottom10{
	margin-bottom: 10px;
}

.drugs-continue{
    color: #000;
    margin:0 auto;
    max-width: 648px;
    height: 100%;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
}
.drugs-top{
    text-align: center;
}
.drugs-btn{
    border-radius: 2px;
    padding: 0 18px;
    color: #fff;
    line-height: 38px;
    font-size: 20px;
    margin-top: 10px  ;
    text-align: center;
    cursor: pointer;
}
.drugs-botton-first{
    background-color: #1E9FFF;
}
.drugs-botton-secnd{
    background-color: #7f0e80;
}
.drugs-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}
.drugs-content{
    border: 1px solid #dcdfe6;
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
    position: relative;
}
.drugs-title{
    position: absolute;
    top: -15px;
    left: 50%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    padding: 0 15px;
    font-size: 17px;
    font-weight: bold;
    color: red;
    transform: translate(-50%,0);
    
}
.drugs-body{
    margin-top: 20px;
    padding: 0 5px;
    box-sizing: border-box;
}
.drugs-body img{
    width: 100%;
    margin: 5px 0;
}