﻿*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0px; padding: 0px; }
body { display: -webkit-box; display: box; -webkit-box-orient: vertical; height: 100%; width: 100%; background: #f8f6f7; position:absolute; color:#313030 }
html, body { font-size: 16px; -ms-word-break: break-all; word-break: break-all; word-break: break-word; word-wrap: break-word; overflow-wrap: break-word; font-family:黑体  }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section, summary { display: block }
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust: none; }/*阻止旋转屏幕时自动调整字体大小*/
ol, ul { list-style: none }
b, strong { font-weight: bold }
em { font-size: 16px; font-size: 1.6rem; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
a:hover, a:focus, a:active { outline: 0 }
h1, h2, h3, button, input, select, textarea, pre, ul, ol, li { margin: 0; padding: 0; font-weight: normal; border: none; font-family: 黑体 }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
/*通用样式*/
 a:link {color: #313030}     /* 未访问的链接 */
a:visited {color: #313030}  /* 已访问的链接 */
.logo{ width:100%; height:50px; background-color:White;  }
.logo img{ text-align:center; max-height:40px;  display: block; margin: 0 auto; padding-top:5px;}
/*注册页*/
.reg{ margin:0px; padding:0px; }
.reg h5{ padding:60px 30px 40px 40px; font-size:13px;  }
.regcontent{ width:100%; }
.regcontent dl{ width: 100%; padding-bottom:25px; margin-bottom:25px; padding-left:40px   }
.regcontent dl dt{padding-top:4px; float: left; width:80px;  text-align:right; font-size:15px;}
.regcontent dl dd{float: left; margin: 0px;padding: 0px; }
.regcontent dl select{width: 100px; border: 2px #000000 solid;height: 25px;}
.regcontent dl dd input{width: 100%;height: 30px;border: 2px #000000 solid; padding-left:5px;}

/*首页*/
.homepage{ margin:0px; padding:0px; }
.homepageImg img{ max-width:100%;}
.homepageList dl{ width: 100%; height:80px; border: 1px #e3e3e3 solid;}
.homepageList dl dt{float: left;   }
.homepageList a{ color:#313030}
.index_03{ width:120px; background: url(../images/index_03.png) center no-repeat; width:40px; height:40px; background-size:80px; margin:20px; }
.index_06{ width:120px; background: url(../images/index_06.png) center no-repeat; width:40px; height:40px; background-size:80px; margin:20px; }
.index_08{ width:120px; background: url(../images/index_08.png) center no-repeat; width:40px; height:40px; background-size:80px; margin:20px; }
.index_10{ width:120px; background: url(../images/index_10.png) center no-repeat; width:40px; height:40px; background-size:80px; margin:20px; }
.homepageList dl dd .signImg_5{float: left; margin:0px;  }
.Classtext{ float: left; margin :28px 0px 0px 0px; padding-left:20px; font-size:19px; font-family:黑体; font-weight: bold}
.symbol{ margin:13px 20px 0px 0px; float:right; font-size:40px; font-family:宋体; font-weight:normal }
/*售后服务说明*/
.description{margin:0px; padding:0px;}
.divAhref{ width:80px; height:28px;  position:absolute; left:2px; top:40px}
.descriptionContent{ color:#313030;  }
.descriptionContent h5{ margin:20px 25px 5px 25px; font-size:16px; font-weight: bold;font-family:黑体;line-height:20px }
.descriptionContent p{ margin:0px 25px 15px 25px; font-size:16px; font-family:黑体;line-height:20px }
/*售后资费标准*/
.charges{margin:0px; padding:0px; font-family:黑体}
.chargesInstructions{ height:80px; margin:20px 20px 0px 20px; font-size:14px; font-weight: bold; line-height:20px}
.chargesContent{ font-size:14px;height: auto !important; /*for ie6 bug and ie7+,moz,webkit 正确*/height: 100%; /*修复IE6,all browser*/min-height: auto; /*for ie6 bug and ie7+,moz,webkit 正确*/ margin:0px 20px 0px 20px;}
.chargesContent table{ margin:0px; padding:0px; line-height:35px;} 

/*维修下单*/


/*按钮*/
.btn_1 {  width:148px; height:42px; color:#FFF; font-size:14px; background-color:#313030;  border-radius: 10px; }
.btn_2 {  width:95px; height:28px; color:#FFF; font-size:14px; background-color:#313030;}
.btn_3 { height:42px; color:#FFF; font-size:14px; background-color:#313030  }
.btn_4 {  width:60px; height:25px; color:#FFF; font-size:12px; background-color:#313030;  text-align:center;  }

.circular { width:100%; -moz-border-radius: 10px;      /* Gecko browsers */ -webkit-border-radius: 10px;   /* Webkit browsers */ border-radius:10px;   /* W3C syntax */ }


