@charset "utf-8";

/*
 * @date 2019-04-19
 * @author houbaoxiang;
 * @description 药物安全性信息报告表
 * 
 * */

body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,a,img,table,thead,tbody,tr,th,td,input,select,textarea,em{
	margin: 0;
	padding: 0;
	font-style: normal;
}
body{
	font-family: simhei;
}
input,textarea,select,button{
	outline: none;
	border: none;
	box-shadow: none;
}

/*  手机端    */
.m-con{
	padding: 0.5rem;
}
.m-tips{
	font-size: 0.28rem;
	line-height: 1.5;
	color: #a8a5a5;
}
.m-contact{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.28rem;
	line-height: 1.5;
	color: #333;
}
.m-contact>dt{
	width: 1.4rem;
}
.m-contact em{
	font-size: 0.24rem;
}
.m-form{
	margin-top: 0.25rem;
}
.m-form-item{
	padding: 0.23rem 0;
	border-top: 0.02rem solid #eeeef3;
}
.m-form-item .m-form-label{
	display: flex;
	font-size: 0.34rem;
	color: #333;
}
.m-form-inline{
	display: flex;
	line-height: 0.5rem;
}
.m-form-inline::-webkit-input-placeholder,
.m-form-select::-webkit-input-placeholder{
	color: #a8a5a5;;
}

.m-form-inline .m-form-input{
	flex: 1;
	margin-left: 0.1rem;
	font-size: 0.3rem;
	text-align: right;
	border: 0 none;
}
.m-form-inline .m-form-select{
	flex: 1;
	margin-left: 0.1rem;
	padding-right: 0.3rem;
	direction: rtl;
	-webkit-appearance:none; /* Safari 和 Chrome */
	-moz-appearance:none; /* Firefox */
	appearance:none;
	font-size: 0.3rem;
	background: url(../images/arrow.png) no-repeat right;
	background-size: 0.18rem 0.10rem;
}
.m-form-inline .m-form-select option{
	font-size: 0.3rem;
}
.m-form-block .m-form-label{
	margin-top: 0.03rem;
}
.m-form-textarea{
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding: 0.1rem;
	min-height: 1.23rem;
	margin-top: 0.15rem;
	resize: none;
	font-size: 0.28rem;
	background: #fafafa;
	border: 0.02rem solid #eeeef3;
	box-shadow:0px 0px 0px rgba(0,0,0,0); 
	-webkit-appearance:none;
	border-radius: 0!important;
}
.m-form-tip{
	margin-top: 0.23rem;
	font-size: 0.28rem;
	line-height: 0.45rem;
	color: #a8a5a5;
}
.m-form-submit{
	display: block;
	margin: 0.45rem auto 0;
	width: 3.88rem;
	line-height: 0.76rem;
	border-radius: 0.38rem;
	background-color: #2b70e0;
	font-size: 0.3rem;
	color: #fff;
}
.m-submit{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.m-submit-main{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	padding: 0.48rem 0.52rem 0.52rem;
    width: calc(100% - 1.96rem);
    text-align: center;
    border-radius: 0.2rem;
}
.m-submit-img>img{
	margin: 0 auto;
	width: 1.15rem;
}
.m-submit-msg{
	margin-top: 0.29rem;
	font: 0.3rem "微软雅黑";
	color: #3d3d3d;
	line-height: 1.4;
}
.m-submit-tip{
	margin-top: 0.19rem;
	font-size: 0.28rem;
	line-height: 0.36rem;
	color: rgba(64, 64, 64, .5);
}
.m-submit-page .btn-yes{
	width: 100%;
	margin: 0.42rem auto 0;
	font-size: 0.28rem;
}

/* PC端  */
.where-you-are {
    margin-top: 35px;
    margin-bottom: 25px;    
    font-family: '';
    font-size: 15px;
}
.p-report{
	width: 1200px;
	margin: 50px auto;
}
.p-tip{
	margin-bottom: 30px;
	font: 24px "微软雅黑";
	color: #494848;
}
.p-contact{
	font: 30px simhei;
	line-height: 1.2;
	color: #494848;
}
.p-contact>dt{
	float: left;
	width: 150px;
}
.p-report-table{
	margin-top: 30px;
	color: #696767;
	border-color: #ddd;
	border-collapse: collapse;
}
.p-report-table td{
	box-sizing: border-box;
	padding: 22px 10px;
	position: relative;
	border: 2px solid #ddd;
}
.p-table-label{
	font: 22px "微软雅黑";
	color: #696767;
	text-align: center;
	background-color: #f5f5f5;
}
.p-table-label .p-label-supply{
	text-align: left;
	font-size: 16px;
}
.p-form .p-form-input,
.p-form .p-form-textarea{
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 100%;    
	font: 18px "微软雅黑";
	color: #292828;
}
.p-form .p-form-label{
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
	font: 18px "微软雅黑";
	color: #292828;
}
.p-form .p-form-label>input[type="radio"]{
	width: 18px;
	height: 18px;
	margin-right: 4px;
}
.p-form .p-form-label>input[type="radio"]:checked{
	background-color: #797979;
}
.p-form .p-form-submit{
	display: block;
	margin: 22px auto 0;
	width: 188px;
	font: 24px/2 simhei;
	color: #7e7e7e;
	cursor: pointer;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c5c5c5));
	background: -webkit-linear-gradient(top, #fff, #c5c5c5);
	background: -moz-linear-gradient(top, #fff, #c5c5c5);
	background: -o-linear-gradient(top, #fff, #c5c5c5);
	background: linear-gradient(top, #fff, #c5c5c5);
	border: 1px solid #a6a6a6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.p-form .p-form-submit:hover{
	opacity: 0.7;
	color: #333;
}
.p-submit{
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(100,112,121,.3);
}
.p-submit-dialog{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 730px;
	background-color: #f2f3f5;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);;
	-webkit-box-shadow: 0 0 5px 1px rgba(34,38,38,.1);
	-moz-box-shadow: 0 0 5px 1px rgba(34,38,38,.1);
	box-shadow: 0 0 5px 1px rgba(34,38,38,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.p-submit-dialog .dialog-head{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 48px;
	padding: 0 18px 0 12px;
	font: 18px "微软雅黑";
	color: #fff;
	background-color: #0651c0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.p-submit-dialog .dialog-title{
	flex: 1;
}
.p-submit-dialog .close-dialog{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/dialog_close.png) no-repeat center;
	background-size: cover;
}
.p-submit-dialog .dialog-main{
	margin: 6px;
	height: 375px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px 1px rgba(101,115,127,.39);
	-moz-box-shadow: inset 1px 1px 4px 1px rgba(101,115,127,.39);
	box-shadow: inset 1px 1px 4px 1px rgba(101,115,127,.39);
}
.p-submit-dialog .dialog-main>img{
	margin-top: 58px;
}
.p-submit-dialog .submit-info{
	margin-top: 26px;
	font: 30px "微软雅黑";
	color: #3d3d3d;
}
.p-submit-dialog .submit-info-s{
	margin-top: 34px;
	font: 28px simhei;
	color: rgba(64,64,64,.5);
}

/* 必填标志   */
.required{
	margin-left: 5px;
	color: #f00;
	font-style: normal;
}
