| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- /*1029626114@qq.com*/
- @charset "utf-8";
- html{color:#000;background:#fff; font-size: 16px; }
- body { color:#232233;font-size:12px; width: 100%;} /*网站字体颜色*/
- body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
- table{border-collapse:collapse;border-spacing:0;}
- fieldset,img{border:0;}
- address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
- del,ins{text-decoration:none;}
- li{list-style:none;}
- caption,th{text-align:left;}
- q:before,q:after{content:'';}
- abbr,acronym{border:0;font-variant:normal;}
- sup{vertical-align:baseline;}
- sub{vertical-align:baseline;}
- input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
- input,button,textarea,select{*font-size:100%;}
- input,select{vertical-align:middle;}
- select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
- table{font-size:inherit;font:100%; border-collapse:collapse;}
- pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
- /*title*/
- h1 { font-size:32px;}
- h2 { font-size:26px;}
- h3 { font-size:20px;}
- h4 { font-size:14px;}
- h5 { font-size:12px;}
- h6 { font-size:10px;}
- .mt10{ margin-top:10px;}
- a {text-decoration:none; cursor: pointer;} /*for ie f6n.net*/
- a:focus{outline:0;} /*for ff f6n.net*/
- a:hover { text-decoration:none;}
- .vam { vertical-align:middle;}
- .clear{clear:both; height:0; line-height:0; font-size:0;}
- p{ word-spacing:-1.5px;}
- .tr { text-align:right;}
- .tl { text-align:left;}
- .center { text-align:center;}
- .fl { float:left;}
- .fr { float:right;}
- .pa{ position:absolute;}
- .pr{ position:relative}
- /* -- 购物车外部框架 -- */
- .cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}
- .clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
- /* -- 页面整体布局 -- */
- .header , .content , .footer { width:1200px; margin:0 auto; font-family:"Microsoft Yahei";}
- .left { width:201px; float:left; overflow:hidden;}
- .left2 { width:670px; float:left; overflow:hidden;}
- .left3 { width:754px; float:left; overflow:hidden; color:#666;}
- .right { width:735px; float:left; display:inline; margin-left:24px; overflow:hidden;}
- .right2 { width:275px; float:right; overflow:hidden;}
- .right3 { width:201px; float:right; overflow:hidden; color:#666;}
- .right_main { width:735px; padding-bottom:15px; overflow:hidden; }
- .right2_main { width:273px; padding-bottom:15px; overflow:hidden;}
- .left2_main { width:668px; padding-bottom:15px; overflow:hidden;}
- .h_nav li a:-webkit-any-link{ display:block;}
- /* function */
- h2 a:hover{ text-decoration: none;}
- input,textarea{ outline:none; }
- textarea{ resize:none;}
- em{ font-style: normal;}
- .flex {
- display: flex;
- align-items: center;
- justify-content: center;
- }
|