﻿@charset "utf-8";
/* CSS Document */
* {
	list-style:none;
	MARGIN:0 auto;
}
/* 网站公共样式 */
html{font-size:100px; min-width:320px;}
body,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,label,input,select,dl,dt,dd,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,textarea {margin:0;padding:0;border:0;}
body{max-width:6.4rem; FONT-FAMILY: "Microsoft Yahei", 宋体, Arial; margin:0 auto; padding:0; font-size:0.14rem; font-weight:400; color:#333; background-color:#fff;}
li,dl{list-style-type:none;}
img,a img{border:0; margin:0; padding:0; vertical-align:middle}
em,i {font-style: normal;}
input{vertical-align:middle; margin:0; padding:0;}

A:link {COLOR:#000000; TEXT-DECORATION: none}
A:visited {COLOR: #020202; TEXT-DECORATION: none}
A:hover {CURSOR: hand; COLOR: #FF0000; TEXT-DECORATION:none}
A:active {COLOR: #00518a; TEXT-DECORATION: none}

a:hover img{opacity:0.9;filter:alpha(opacity=90);}

TABLE {LINE-HEIGHT: 20px;}

h1{font-size:16px; margin:0; padding:0;}
h2{font-size:18px; margin:0; padding:0;}
h3{font-size:14px; margin:0; padding:0;}
h4{font-size:19px; margin:0; padding:0;}
h5{font-size:15px; margin:0; padding:0;}
h6{font-size:16px; margin:0; padding:0;}

/*去除div或是图片png图片点击会出现阴影，由其是手机端更明显*/
a {-webkit-tap-highlight-color: transparent;}

.clear {clear:both;height: 0; }
.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}

.fl{ float: left; }
.fr{ float: right;}

/*表单*/
._input{width:98%; height:35px; line-height:35px; border:1px solid #cccccc; background:#fff; font-size:14px; text-indent:5px; border-radius:4px; }
._textarea{border:1px solid #d9d9d9; background:#fff; line-height:25px; font-size:14px; padding-left:5px; padding-right:5px; border-radius:4px; margin:5px; }
._select{border:1px solid #cccccc; background:#fff; height:38px; line-height:38px; color:#666666; padding:0 5px; border-radius:4px;}
.bnt_save{background:#2ca43a; border:1px solid #2ca43a; border-radius:4px; color:#fff; cursor:pointer; font-size:20px; width:90%; height:50px; line-height:50px; text-align:center}
.bnt_save:hover{background:#f60;border:1px solid #f60;}

/*搜索*/
.s_input{border:1px solid #ff7f32; background:#fff; height:40px; line-height:40px; text-indent:10px; width:70%; border-top-left-radius:4px; border-bottom-left-radius:4px;}
.so_save{background:#ff7f32; border:1px solid #ff7f32; color:#fff; cursor:pointer; height:42px; line-height:40px; width:28%; font-size:18px; font-weight:bold; border-top-right-radius:4px; border-bottom-right-radius:4px;}
.so_save:hover{background:#7fbd3e;border:1px solid #7fbd3e;}

input{border:0;outline:none;}/*去掉input选中后去掉蓝色*/
textarea{border:0;outline:none;}/*去掉textarea选中后去掉蓝色*/
select{border:0;outline:none;}/*去掉select选中后去桔黄色*/

/*改变表单placeholder中文字的颜色*/
input::-webkit-input-placeholder{color:#CCCCCC;}
input::-moz-placeholder{color:#CCCCCC;}
input:-moz-placeholder{color:#CCCCCC;}
input:-ms-input-placeholder{color:#CCCCCC;}
textarea::-webkit-input-placeholder{color:#CCCCCC;}
textarea::-moz-placeholder{color:#CCCCCC;}
textarea:-moz-placeholder{color:#CCCCCC;}
textarea:-ms-input-placeholder{color:#CCCCCC;}
/*改变表单placeholder中文字的颜色*/

/*图片放大效果*/
.imgZoom{overflow:hidden;}
.imgZoom img {-moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.ov{overflow:hidden}

/*加内边距的不会影响外框大小*/
.p_box{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

/*全局*/
.mt7{margin-top:7px;!important}
.mt10{margin-top:10px;!important}
.mt15{margin-top:15px;!important}
.mt20{margin-top:20px;!important}
.mt30{margin-top:30px!important}
.mt50{margin-top:50px;!important}

.p10{ padding:10px;}
.pt10{ padding-top:10px;}

.main_100{width:100%; height:auto}
.main_95{MARGIN:0 auto; width:95%; height:auto}
.main_90{MARGIN:0 auto; width:90%; height:auto}
.main_96{MARGIN:0 auto; width:96%; height:auto}

.bt10{border-top:10px solid #EFEFEF; margin-top:10px; padding-top:10px}
.bt10p0{border-top:10px solid #EFEFEF; margin-top:10px;}
.bt10m0{border-top:10px solid #EFEFEF; padding-top:10px}
.bt10mpb10{border-top:10px solid #EFEFEF; margin-top:10px; padding-top:10px; padding-bottom:10px}

/*按钮带图标<div class="btnbtn"><a href="reg.asp">更多数据...<span class="iconfont">&#xe6ab;</span></a></div>*/
.btnbtn{width:60%; height:0.4rem; line-height:0.4rem; margin-top:15px; background-color:#2ca43a; color:#FFFFFF; font-size:0.16rem; text-align:center; border-radius:4px;}
.btnbtn a{ display:block; color:#FFFFFF}
.btnbtn span{ padding-left:15px; font-size:0.18rem;}

/*全局标签*/
.anco{width:100%; height:auto;}
.coco{width:95%; height:auto; margin:0 auto;}

/*通用内容盒子*/
.view_content{width:95%; height:auto; margin:0 auto; margin-top:20px; line-height:0.26rem; font-size:0.14rem;}
.view_content img{max-width:100%; margin:10px 0!important;}

/*图片控制*/
.images{width:95%; height:auto; margin:0 auto; margin-top:20px; text-align:center;}
.images img{display:block; margin:0 auto; max-width:100%;}

/*列表专用,超出文字隐藏*/
.ul_li{width:95%; height:auto; margin:0 auto; margin-top:32px}
.ul_li li{height:0.38rem; line-height:0.38rem; font-size:0.14rem; background:url(../img/jt.jpg) no-repeat right center; }
.ul_li li+li{border-top:1px solid #E6E6E6;}
.ul_li li a{ display:block; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}

/*a标签带个小块___demo：<a href="/" class="a_more">查看更多 ></a>*/
.a_more{display:inline-table; margin:10px 0; padding:5px 15px; background-color:#2ca43a; font-size:0.12rem; border-radius:50px; color:#fff!important;}
.a_more:hover{ background-color:#ff6700}

/*标题返回<div class="title_exit"><a href="javascript:history.go(-1);">添加质保卡</a></div>*/
.title_exit{ width:100%; height:0.43rem; line-height:0.43rem; background:#d81e06 url(../img/exit2.png) no-repeat 10px center;  color:#FFF; font-size:0.16rem; text-align:center}
.title_exit a{ display:block; color:#FFFFFF}

/*分页start*/
.propage{width:95%; height:auto; margin:0 auto; overflow:hidden; margin-top:25px; text-align:center; border-top:1px solid #CCCCCC; font-size:0.16rem; padding-top:10px}
.propage span{ color:#FF0000; font-weight:bold}

.pic_table{width:95%; height:auto; margin:0 auto; text-align:center; margin-top:15px;}
.pic_table a{display: inline-block; margin-right:10px; padding:0 12px 0 12px; background:#3cb035; border:1px solid #2ba224; height:0.35rem; line-height:0.35rem; font-size:0.16rem; color:#fff; border-radius:3px;}
.pic_table a:hover{background:#ff6700; border:1px solid #ee6000; color:#fff; text-decoration:none;}
.pic_table SPAN {color:#990000; font-weight:bold;}
/*分页end*/