@charset "utf-8";
*{box-sizing: border-box;}
body {margin: 0;padding: 0;font-family: \5FAE\8F6F\96C5\9ED1;-webkit-tap-highlight-color: rgba(0,0,0,0);background-color: #ffffff;}
a:focus {outline: none;}/*点击a标签出现虚线边框*/
h1, h2, h3, h4, h5, h6, p, a, li, ul, dd, dl, dt, div, span, input, textarea, form, table, tr, td {margin: 0;padding: 0;font-weight: 500;}
ul,li{list-style: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], textarea {-moz-appearance: none;-webkit-appearance: none;appearance: none;}  /*input输入框在苹果手机上去除内阴影*/
textarea {resize: none;font-family: \5FAE\8F6F\96C5\9ED1;border: none;outline: none;}
input,button{font-family: \5FAE\8F6F\96C5\9ED1;border: none;outline: none;}
input[disabled]{opacity:1}
a {text-decoration: none;outline:none;-moz-outline-style:none;}
i {font-style: normal;}
.fl {float: left;}
.fr {float: right;}
img{border: none;outline: none;}
.clearfix:after{content: "";display: block;visibility: hidden;clear: both;}
.container{margin: 0 auto;width: 1200px;}
body{background-image: url(../images/fix_pet.png);background-size: 100% auto;background-repeat: no-repeat repeat;}

.wrap{width: 7.5rem;margin: 0 auto;height: 100%;position:relative;}


.head{display: flex;align-items: center;justify-content: center;margin: 1.5rem 0 1rem;}
.head img{display: none; margin-right: 0.1rem;width: 0.85rem;}
.head .tit{text-align: left;color: #000;font-size: 0.26rem;}
.head .tit h3{letter-spacing:0.1rem}
.head .tit h4{padding-left: 0.04rem;margin-top: 0.03rem;text-transform: uppercase;}
.column{width: 6.9rem;margin: 0 auto;}
.column .tab{display: flex;align-items: center;padding-left: 0.1rem;}
.column .tab a{padding: 0 0.15rem;height: 0.68rem;line-height: 0.68rem;font-size: 0.28rem;letter-spacing: 1px;color: #303133;border-radius: 0.06rem 0.06rem 0 0;cursor: pointer;}
.column .tab a.on{background: #3864d1;color: #fff;}
.column .content{display: flex;align-items: center;justify-content: space-between;border: 0.04rem solid #9ea9d2;border-radius: 0.1rem;height: 0.8rem;letter-spacing: 1px;}
.column .content p{cursor: pointer;display: flex;align-items: center;font-size: 0.28rem;color: #333;width: 2.2rem;}
.column .content p .earth{margin: 0 0.1rem 0 0.15rem;width: 0.3rem;}
.column .content p .select{margin-left: 0.1rem;width: 0.2rem;}
.column .content .input{font-size: 0.28rem;color: #666;width: 3rem;}
.column .content .submit{cursor: pointer;display: flex;align-items: center;justify-content: center;padding: 0 0.3rem;background: #3664d1;border-top-right-radius: 0.06rem;border-bottom-right-radius: 0.06rem;font-size: 0.28rem;color: #fff;width: 1.6rem;height: 100%;letter-spacing: 1px;}
.column .content .submit img{margin-right: 0.1rem;width: 0.3rem;}
.main{position:absolute;border:solid 1px #dcdcdc;border-top:none;left: 50%;transform: translateX(-50%);width:6.9rem;display:none;}
.main .form .content{margin-top: 0.15rem;}
.main .form .item{display: flex;}
.main .form .item h5{display: flex;align-items: center;width: 1.8rem;height: 0.5rem;}
.main .form .item h5 span{font-size: 0.26rem;color: #FFFFFF;background-color: #2071b5;width: 1.2rem;height: 0.5rem;text-align: center;border-radius: 0.08rem;
	line-height: 0.5rem;margin-right: 0.26rem;text-align: center;padding: 0;}
.main .form .item h5 i{font-size: 0.3rem;color: #ff0000;margin-right: 0.08rem;}
.main .form .print{width: 100%;border-radius: 0.08rem;}
.main .form .search{padding: 0.18rem 0 0.27rem 0.3rem;}
.main .form .search .all{font-size: 0.28rem;color: #333333;cursor: pointer;display: inline-block;position: relative;padding-left: 0.4rem;margin-bottom: 0.2rem;background-image: url(../images/icon_check.png);font-weight: 700;color: #ff0000;background-size: 0.3rem 0.3rem;background-position: left center;background-repeat: no-repeat;}
.main .form .search .all.on{background-image: url(../images/icon_checked.png);}
.main .form .search .list{display: flex;flex-flow: row wrap;}
.main .form .search .list .li{display: flex;flex-direction: column;width: 3rem;margin-bottom: 0.16rem;}
.main .form .search .list .li:first-child{border-left: none;padding-left: 0;}
.main .form .search .list .li:nth-child(2){}
.main .form .search .list label{margin-bottom: 0.16rem;background-image: url(../images/icon_check.png);padding-left: 0.4rem;cursor: pointer;font-size: 0.28rem;color: #333333;background-size: 0.3rem 0.3rem;background-position: left center;background-repeat: no-repeat;}
.main .form .search .list label:last-child{margin-bottom: 0;}
.main .form .search .list label.on{background-image: url(../images/icon_checked.png);background-size: 0.3rem 0.3rem;background-position: left center;background-repeat: no-repeat;}
.foot{text-align: center;font-size: 0.24rem;color: #999;position: fixed;left: 0;bottom: 0;width: 100%;padding: 0.2rem 0;}
/*mask*/
.mask{position: fixed;background-color: rgba(0,0,0,0.5);left: 0;top: 0;right: 0;bottom: 0;z-index: 2;display: none;}
.mask .box{background-color: #FFFFFF;position: absolute;width: 6.9rem;left: 50%;margin-left: -3.45rem;top: 50%;transform: translateY(-50%);}
.mask .box .close{position: absolute;cursor: pointer;right: 0.15rem;top: 0.15rem;width: 0.25rem;height: 0.25rem;}
.mask .box h3{display: flex;align-items: center;font-size: 0.28rem;color: #a8a9b0;margin-left: 0.4rem;height: 0.8rem;}
.mask .box h3 img{margin: 0 0.1rem;width: 0.3rem;}
.mask .box h3 span{color: #000;opacity: .8;font-size: 0.34rem;cursor: default;font-weight: 700;}
.mask .box .form{width: 6.3rem;margin: 0.2rem auto 0;}
.mask .box .form p{height: 0.8rem;border: 1px solid #e1e4f7;position: relative;display: flex;align-items: center;margin-bottom: 0.25rem;}
.mask .box .form p span{font-size: 0.28rem;color: #000;opacity: .86;white-space: nowrap;width: 1.2rem;text-align: right;}
.mask .box .form p .input{box-sizing: border-box;padding-left: 0.15rem;height: 0.5rem;width: 3rem;border: none;font-size: 0.28rem;}
.mask .box .form p select.input{outline: none;color: #707070;cursor: pointer;}
.mask .box .form p .getCode{position: absolute;cursor: pointer;color: #2071b5;font-weight: 700;font-size: 0.28rem;border: none;right: 0;height: 0.8rem;top: 1px;background: none;}
.mask .box .form .submit{display: flex;align-items: center;justify-content: center;cursor: pointer;color: #fff;background-color: #2071b5;font-size: 0.3rem;height: 0.8rem;margin-top: 0.35rem;}
.mask .box .tip{background-color: #f3f6f9;margin-top: 0.24rem;font-size: 0.28rem;padding-left: 0.28rem;box-sizing: border-box;font-family: HYQiHei-EES;}
.mask .box .tip ul{display: flex;align-items: center;height: 0.54rem;flex-flow: row wrap;}
.mask .box .tip ul li{display: flex;align-items: center;margin-right: 0.3rem;color: #7f7f7f;}
.mask .box .tip ul li img{width: 0.3rem;height: 0.3rem;}
.mask .box .tip ul li span{color: #ff6500;}
.mask .box .bottom{text-align: center;margin-top: 0.35rem;width: 100%;font-size: 0.24rem;background: #f3f6f9;}
.mask .box .bottom img{width: 100%;}
.mask .box .bottom p{color: #ff6500;margin-bottom: 0.05rem;}








.searchList{width: 6.9rem;margin: 0 auto;background: #fff;padding: 0.2rem 0 0.1rem;}
.searchList ul{margin-top: 0.3rem;}
/*.searchList ul li:nth-child(-n+2){filter: none;}*/
.searchList ul li{margin-bottom: 0.2rem;border: 0.03rem solid #e8e8e8;padding: 0.1rem 0 0.1rem 0.25rem;overflow: hidden;display: flex;align-items: center;/*filter: blur(4px);*/border-color: #ff7c00;}
/*.searchList.shadow ul li{filter: none;}*/
.searchList ul li:hover{border-color: #ff7c00;}
.searchList ul li .img{width: 2rem;height: 2rem;border: 1px solid #ccc;overflow: hidden;}
.searchList ul li .img img{width: 100%;}
.searchList ul li .info{width: 4rem;margin: 0 0.15rem 0 0.3rem;}
.searchList ul li .info .basic{display: flex;align-items: center;flex-flow: row wrap;}
.searchList ul li .info .date{display: flex;align-items: center;flex-flow: row wrap;}
.searchList ul li .info p{color: #666;font-size: 0.28rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0.08rem 0 0.08rem 0;}
.searchList ul li .info p span{color: #ff7c00;font-size: 0.26rem;}
.searchList ul li .event{border-left: solid 2px #e8e8e8;width: 150px;display: flex;align-items: center;justify-content: space-around;flex-direction: column;height: 100%;}
.searchList ul li .event a{width: 1.2rem;text-align: center;padding: 0.04rem 0.26rem;font-size: 0.28rem;border-style: solid;border-width: 1px;color: #ff7c00;border-color: #ff7c00;cursor: pointer;}
.searchList ul li .event .see{color: #63a9dc;border-color: #63a9dc;}
.searchList ul li .event a:hover{color: #fff;background-color: #ff7c00;}
.searchList ul li .event .see:hover{background-color: #63a9dc;}
#pagination1{width:100%;text-align:center;font-size:0.28rem;}
#pagination1 a{margin:0 0.1rem;font-size:0.28rem;color: #454545;}
.imitate{}
.imitate .pageImg img{width:100%;}
.imitate .paging{text-align:center;margin-top:0.4rem;}
.imitate .paging a{font-size:0.26rem;color:#2071b5;margin:0 0.1rem;}
.table{font-size: 0.28rem;color: #666666;border: solid 1px #999}
.table .tr{display: flex;align-items: flex-start;border-top: solid 1px #999;}
.table .tr:nth-child(1){border-top: none;}
.table .tr .td{text-align: center;width: 33.33%;border-left: solid 1px #999;}
.table .tr .td:nth-child(1){border-left: none;}
.table .tr:nth-child(5) .td:nth-child(2){width: 66.67%;text-align: left;letter-spacing: 0.8px;}
.table .tr .td .tit{background-color: #dcdcdc;font-size: 0.28rem;text-align:center;padding:0.1rem 0;}
.table .tr .td .txt{cursor: pointer;background-color: #ffffff;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0.2rem 0.1rem;}
.table .tr:nth-child(5) .td .txt{overflow: inherit;white-space: normal;min-height: 120px;}
.table .tr .td .txt img{width: 90%;height: 90%;}


.zxzxaff{
	        position: fixed;
    z-index: 3;
    right: 0;
    bottom: 25%;
    cursor: pointer;
	}
	.zxzxaff img{width: 0.7rem;}