@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	-webkit-font-smoothing:antialiased;
}
body {
	background:#fff;
	overflow-x: hidden;
	font-size: 0.6rem;
	/**color: #666;**/
    color: #666;
	font-family: -apple-system,"微软雅黑";
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:0.6rem;
	font-family: -apple-system,"微软雅黑";
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
	resize:none;
	font-size:0.6rem;
}
address,caption,cite,code,dfn,em,th,var，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	font-size:0.56rem;
	/*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
	/*去掉小三角*/
	resize:none;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
	resize:none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
	/*去掉点击显示透明方块背景*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
 {
	color:#aaa;
	font-family:-apple-system,"微软雅黑";
	font-size:0.6rem;
}
body {
	max-width: 750px;
	margin: 0 auto;
}
.fl {float:left;}
.fr {float:right;}
.clearfix{clear:both;}
img{max-width:100%;}
.over1{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9{ display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; }
.over2{ -webkit-line-clamp: 2;}
.over3{ -webkit-line-clamp: 3;}
.over4{ -webkit-line-clamp: 4;}
.over5{ -webkit-line-clamp: 5;}
.over6{ -webkit-line-clamp: 6;}
.over7{ -webkit-line-clamp: 7;}
.over9{ -webkit-line-clamp: 9;}
.disFle{display: flex;justify-content: space-between;}
.disFlec{display: flex;justify-content:flex-start;}
.borbom{border-bottom:1px solid #e6e6e6;}
.mast{position: fixed;bottom: 0px;width: calc(90%);background: #e6e6e6;}
.butt{display: block;background: linear-gradient(to bottom, #67cc7c, #3bb075) ;color: #fff;line-height: 50px;text-align: center;
border-radius: 50px;margin-bottom: 20px}
.bast{padding-bottom: 20px;}

body{background: #e6e6e6;}
.war{margin: 0 20px;}
.banner{position: relative;}
.quick {position: absolute;bottom:-20px;width: 100%;}
.quick ul {background: #FFFFFF;display: flex;justify-content: space-between;text-align: center;border-radius: 10px;margin: 0 20px;}
.quick ul li{width: 50%;font-weight: bold;margin: 10px 0;}
.quick ul li img{vertical-align: middle;}
.quick ul li:nth-child(1){background: url(../images/search.png) no-repeat center;background-size: 70%;border-right: 2px solid #e7e7e7;}
.quick ul li:nth-child(2){background: url(../images/select.png) no-repeat center;background-size: 70%;}
.mnav{height: 7.54rem;background: #FFFFFF;border-radius: 0.4rem;margin:30px 20px;padding-bottom:0.36rem;}
.mnav  ul{display:flex;flex-wrap:wrap;}
.mnav ul li{display:inline-block;width:25%;text-align:center;padding-top:0.8rem;}
.mnav ul li a{display:block;}
.mnav ul li i{display:inline-block;width:1.6rem;height:1.6rem;}
.mnav ul li img{display:block;width:100%;}
.mnav ul li span{display:block;color: #090909;font-size:0.48rem;padding-top:0.4rem;}
.ablist{margin: 30px 20px;}
.ablist ul li{margin-top: 10px;font-size: 18px;color:#fff;height: 100px;}
.ablist ul li a{display: block;padding: 20px 20px;color: #fff;}
.ablist ul li p{font-size: 25px;}
.ablist ul li:nth-child(1){background: url(../images/bg1.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(2){background: url(../images/bg2.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(3){background: url(../images/bg3.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(4){background: url(../images/bg4.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(5){background: url(../images/bg5.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(6){background: url(../images/bg1.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(7){background: url(../images/bg2.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(8){background: url(../images/bg3.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(9){background: url(../images/bg4.png) no-repeat center;background-size: contain;}
.ablist ul li:nth-child(10){background: url(../images/bg5.png) no-repeat center;background-size: contain;}

/*搜索*/
.serbg{background: url(../images/serbg.jpg) no-repeat;background-attachment: fixed;margin: 0;background-size: 100% 100%;}
.sdow{position: absolute;width: 100%;top: 30%;}
.sdow .sipt{background: #FFFFFF;height: 50px;border: 1px solid #cbd3dc;border-radius: 50px;}
.sdow .sipt input{text-align: center;width: 100%;line-height: 50px;}
.sdow .itte{color: #333;text-align: center;margin: 10px 0;}
.sdow .itte span{color:#797979;display: inline-block;margin-right: 20px;}
.sdow .serbut{text-align: center;display: block;margin-top: 50px;}
.sdow .serbut img{width: 100px;height: 100px;}
/*选择*/
.sectip{text-align: right;color: #333333;font-size: 16px;padding: 20px 0;border-bottom: 1px solid #ced7e0;}
.sectip img{width: 20px;vertical-align: middle;}
.seclist{margin: 20px 0;}
.seclist ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.seclist ul li{width: 28.9%;text-align: center;background: #fff;border: 1px solid #CED7E0;border-radius: 50px;line-height:40px;margin: 0 20px 20px 0;}
.seclist ul li:nth-child(3n){margin-right: 0;}

/*翻页*/
.m-page {
    display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.m-page a.first, .m-page a.last {
    background-color: #48a65a;
}
.m-page a.first{margin-right: 20px;}
.m-page a {
    display: inline-block;
    border: solid 1px #48a65a;
    padding: 11px 16px;
    border-radius: 20px;
    color: #fff;
    width: 50%;
    text-align: center;
}
/*当前*/
.disFlex{display: flex;justify-content: space-between;margin: 0 20px;}
.disFlex .dislf{width: 60%;background: #fff;color: #000;line-height: 50px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	font-size: 18px;
}
.disFlex .dislf span{color: #666666;}
.disFlex .disrt{background: #eaeaea;width: 20%;font-size: 14px;text-align: center;padding-top: 5px;position:relative;}
.disFlex .disrt a{font-size:14px}
.disFlex .disrt img{display: block;margin: auto;width: 25px;}
.disFlex div:nth-child(2)::after {
    position: absolute;
    top: 15px;
    width: 1px;
    height: 20px;
    display: inline-block;
    content: '';
    background-color: #d9d8d8;
    right: 0;
}
.disFlex div:nth-child(3){
	border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
/*档案记录*/
.danbg{padding: 30px 20px;}
.danbg::after {
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height: 230px;
background: linear-gradient(to bottom, #67cc7c, #3bb075) ;
z-index: -1;
border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.sipt{background: #FFFFFF;height: 40px;border: 1px solid #cbd3dc;border-radius: 50px;padding-left: 20px;position: relative;margin-top: 30px;}
.sipt input{width: 100%;line-height: 40px;}
.sipt a {
    position: absolute;
    z-index: 10;
    right: 12px;
    width: 30px;
    display: block;
    top: 6px;
}
.topimg{margin-top: 20px;}
.danlist{margin-bottom: 100px;}
.danlist ul li{background-color: #fff;border-radius: 20px;padding: 20px;margin-bottom: 20px;}
.danlist span{color: #000000;}
.list-top{font-size:18px;padding-bottom: 10px;}
.list-top dd{}
.list-top img{width: 20px;}
.list-item{padding: 10px 0;}

.indexform{ padding: 0 20px;border-radius: 20px;background-color: #fff;margin-bottom: 20px;}
.indexform .item:not(:last-of-type){ border-bottom: 1px solid #e6e6e6;}
.indexform .item .fname{ white-space: nowrap; line-height: 50px;color: #000000;}
.indexform .item .inp{ width: 100%; height: 50px;text-align: right;color:#666;}
.arricon {
	margin:auto;
    margin-left: 2px;
    width: 17px;
    height: 19px;
}
/*养殖记录*/
.yanbg{padding: 30px 20px;}
.yanbg::after {
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height: 230px;
background: linear-gradient(to bottom, #18dfcc, #15c1e8) ;
z-index: -1;
border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.list-top a{position: relative;display: inline-block;padding-left:10px;}
.list-top a:nth-child(1){padding-right: 5px;}
.list-top a:nth-child(2)::after {
    position: absolute;
    top: 4px;
    width: 1px;
    height: 15px;
    display: inline-block;
    content: '';
    background-color: #d9d8d8;
    left: 0;
}
.butts{background: linear-gradient(to bottom, #18dfcc, #15c1e8) ;}

/*种族追朔*/
.zonbg{padding: 30px 20px;}
.zonbg::after {
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height: 230px;
background: linear-gradient(to bottom, #71a6da, #2482bf) ;
z-index: -1;
border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.buttz{background: linear-gradient(to bottom, #71a6da, #2482bf) ;}
/*个体检验检疫*/
.jianbg{padding: 30px 20px;}
.jianbg::after {
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height: 230px;
background: linear-gradient(to bottom, #f0ba56, #d75c36) ;
z-index: -1;
border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.buttj{background: linear-gradient(to bottom, #f0ba56, #d75c36) ;}
/*档案管理*/
.mentbg{padding: 30px 20px;}
.mentbg::after {
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height: 230px;
background: linear-gradient(to bottom, #c6e66a, #5fd871) ;
z-index: -1;
border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.mentmain{background: #FFFFFF;border-radius: 10px;margin-bottom: 20px;font-size: 16px;padding: 10px 20px;}
.mentmain span{color: #000000;font-weight: bold;}
.mentmain img{width: 100px;vertical-align: middle;}
.mentitle{background-image:-webkit-linear-gradient(right,#64d970,#a0e06d,#c3e56a); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-weight: bold;width: 47%;}
.menttime{font-size: 14px;}