@charset "utf-8"; /** 清除内外边距**/ body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,div,/* 结构元素 */ dl,dt,dd,ul,ol,li,/* 列表元素 */ form,fieldset,legend,button,input,textarea,option,select,/* 表单元素 */ pre,/* 文本格式元素 */ tr,td,/* 表格元素 */ img{ margin:0; padding:0;} @font-face {font-family: "iconfont"; src: url('/views/default/skin/default/css/iconfont.eot'); /* IE9*/ src: url('/views/default/skin/default/css/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/views/default/skin/default/css/iconfont.woff') format('woff'), /* chrome, firefox */ url('/views/default/skin/default/css/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('/views/default/skin/default/css/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */ } .iconfont { font-family:"iconfont" !important; font-size:16px; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } /** 设置默认字体 **/ body,button,input,select,textarea{ font-family:"微软雅黑" !important; } h1,h2,h3,h4,h5,h6{font-size:12px;} em{font-weight:normal;} /** 重置列表元素 **/ ul,ol{ list-style:none;} /** 重置图片元素 **/ img{ border:0px;} /**div居中**/ /*div{margin:0 auto;}*/ /** 重置表格元素 table {border-collapse:collapse;border-spacing:0;}**/ /**重置表格元素**/ button,input{vertical-align:middle} /** 以下为简写通用样式 **/ /*全局类*/ .cb{clear:both; height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden;} .clearfix:after {clear: both;content: ""; display: table;} .clearfix {clear:both;} .cl{clear:left;} .cr{clear:right;} .fl{float:left; display:inline} .fr{float:right;} .dis{display:block;} .ndis{display:none;} .disin{display:inline;} .pointer{cursor:pointer;} .clearfix:after {clear: both;} .clearfix:before, .clearfix:after { content: " ";display: table;} .clearfix:before, .clearfix:after { content: " ";display: table;} /*间距类*/ .m5{margin:5px;} .mv5{margin:5px 0;} .mh5{margin:0 5px;} .ml5{margin-left:5px;} .mr5{margin-right:5px;} .mt5{margin-top:5px;} .mb5{margin-bottom:5px;} .m10{margin:10px;} .mv10{margin:10px 0;} .mh10{margin:0 10px;} .ml10{margin-left:10px;} .mr10{margin-right:10px;} .mt10{margin-top:10px;} .mb10{margin-bottom:10px;} .m15{margin:15px;} .mv15{margin:15px 0;} .mh15{margin:0 15px;} .ml15{margin-left:15px;} .mr15{margin-right:15px;} .mt15{margin-top:15px;} .mb15{margin-bottom:15px;} .m20{margin:20px;} .mv20{margin:20px 0;} .mh20{margin:0 20px;} .ml20{margin-left:20px;} .mr20{margin-right:20px;} .mt20{margin-top:20px;} .mb20{margin-bottom:20px;} .p5{padding:5px;} .pv5{padding:5px 0;} .ph5{padding:0 5px;} .pl5{padding-left:5px;} .pr5{padding-right:5px;} .pt5{padding-top:5px;} .pb5{padding-bottom:5px;} .p10{padding:10px;} .pv10{padding:10px 0;} .ph10{padding:0 10px;} .pl10{padding-left:10px;} .pr10{padding-right:10px;} .pt10{padding-top:10px;} .pb10{padding-bottom:10px;} .p15{padding:15px;} .pv15{padding:15px 0;} .ph15{padding:0 15px;} .pl15{padding-left:15px;} .pr15{padding-right:15px;} .pt15{padding-top:15px;} .pb15{padding-bottom:15px;} .p20{padding:20px;} .pv20{padding:20px 0;} .ph20{padding:0 20px;} .pl20{padding-left:20px;} .pr20{padding-right:20px;} .pt20{padding-top:20px;} .pb20{padding-bottom:20px;} .p25{padding:25px;} .pv25{padding:25px 0;} .ph25{padding:0 25px;} .pl25{padding-left:25px;} .pr25{padding-right:25px;} .pt25{padding-top:25px;} .pb25{padding-bottom:25px;} .p30{padding:30px;} .pv30{padding:30px 0;} .ph30{padding:0 30px;} .pl30{padding-left:30px;} .pr30{padding-right:30px;} .pt30{padding-top:30px;} .pb30{padding-bottom:30px;} .pb12 {padding-bottom: 12px;} /*边框类*/ .bor_ccc{ border:1px solid #ccc;} .bor_ddd{ border:1px solid #ddd;} /*位置类*/ .pr{position:relative;} .pa{position:absolute;} .tr{text-align:right;} .tl{text-align:left;} .tc{text-align:center;} .tj{text-align:justify;} .ti2{text-indent:2em;} .vat{vertical-align:top;} .vab{vertical-align:bottom;} .vam{vertical-align:middle;} .vatt{vertical-align:text-top} .vatb{vertical-align:text-bottom} /*字体类*/ .b{font-weight:bold;} .f10{font-size:10px;} .f12{font-size:12px;} .f14{font-size:14px;} .f16{font-size:16px;} .f18{font-size:18px;} .f20{font-size:20px;} .f22{font-size:22px;} .f24{font-size:24px;} .f26{font-size:26px;} .f28{font-size:28px;} .f30{font-size:30px;} .lh18{line-height:18px;} .lh20{line-height:20px;} .lh22{line-height:22px;} .lh24{line-height:24px;} .lh25{line-height:25px;} .lh28{line-height:28px;} .lh30{line-height:30px;} .lh35{line-height:35px;} .lh40{line-height:40px;} /*颜色类*/ .colfff{color:#fff;} .col000{color:#000;} .colccc{color:#ccc;} .col333{color:#333;} .col666{color:#666;} .col888{color:#888;} .col999{color:#999;} .col369{color:#369;} .colf60{color:#f60;} .col069{color:#069;} .red{color:#ff0000;} .blue{color:#3a8ecf;} .orange{color:#ff7200;} *{ margin:0; padding:0;} img{ border:none; } a{ text-decoration:none; color: #666;} ul,ol,li{ list-style:none;} .fl{float:left;} .fr{float:right} .mt10{ margin-top:10px;} .mt20{ margin-top:20px;} .mt30{ margin-top:30px;} .mt40{ margin-top:40px;} .mt50{ margin-top:50px;} .mt60{ margin-top:60px;} .mt70{ margin-top:70px;} .mt80{ margin-top:80px;} .mt90{ margin-top:90px;} .mt100{ margin-top:100px;} .mt110{ margin-top:110px;} .mt120{ margin-top:120px;} .mt130{ margin-top:130px;} .mt140{ margin-top:140px;} .mt150{ margin-top:150px;} .mb30 { margin-bottom: 30px;} .none {display:none;} .clear{ clear:both;} .w880{ width:880px;} .w300{ width:300px;} .w1000{ width:1000px; margin:0 auto;} .w1100{ width:1100px; margin:0 auto;} .w1120{ width:1120px; margin:0 auto;} .w1200{ width:1200px; margin:0 auto;} address, cite, dfn, var { font-style: normal } .abs {position: absolute;} body{ font-family: "Microsoft Yahei","宋体";} .none {display:none;} .lh30 {line-height: 30px;} .f12 { font-size: 12px;} .f14 { font-size: 14px;} .pb10 {padding-bottom: 10px;} .pb20 {padding-bottom: 20px;} .lan {color: #004098;} .pl20 { padding-left: 20px;} .pv20 { padding: 20px 0;} .red { color: #ff0000;} .topbar{ background:#f9fafa; height:30px; line-height:30px; font-size:12px; color:#666666; border-bottom:1px solid #d9d9d9;} .topbar a{ padding:0 5px; font-size:12px;} .topbar a.login{ background:url(/views/default/skin/default/images/index_03.png) left no-repeat; padding-left:18px;} .topbar a.zhuce{ background:url(/views/default/skin/default/images/index_05.png) left no-repeat; padding-left:18px;} #ishare a{ padding-left:10px;} #ishare a.bds_more{ background:url(/views/default/skin/default/images/share_03.png) no-repeat;} #ishare a.bds_qzone{ background:url(/views/default/skin/default/images/share_05.png) no-repeat;} #ishare a.bds_tsina{ background:url(/views/default/skin/default/images/share_07.png) no-repeat;} #ishare a.bds_tqq{ background:url(/views/default/skin/default/images/share_09.png) no-repeat;} #ishare a.bds_renren{ background:url(/views/default/skin/default/images/share_11.png) no-repeat;} #ishare a.bds_tqf{ background:url(/views/default/skin/default/images/share_13.png) no-repeat;} .topbar li.phone{ font-size:14px; color:#01b32b; margin-right:10px;} .topbar li.phone b{ font-size:20px;} .headmid{ width:100%; overflow:hidden; /*background:url(/views/default/skin/default/images/headbei_03.png) repeat-x;*/ height:126px;} .headmid .w1200{ padding-top:20px;} .foot{ border-top:1px solid #dadada; background:url(/views/default/skin/default/images/footbei_03.png) repeat-x; overflow:hidden; font-size:14px; color:#666666; padding-top:30px;} .foot_nav li{ float:left; color:#666; padding-right:80px;} .foot_nav li p a{ display:block; font-size:14px; line-height:40px; color:#01b32b;} .foot_nav li a{ display:block; font-size:12px; line-height:20px; color:#838383;} .foot_nav li a:hover{ color:#0073b9;} .foot_top_mid{ margin-left:20px;} .foot_top_right{ } .foot_top_right p{ font-size:14px; color:#fff; line-height:25px;} .foot_phone{ background:url(/views/default/skin/default/images/index_28.png) left no-repeat; padding-left:55px; font-weight:bold; font-size:33px; color:#0072e6;} .footlink{ font-size:14px; color:#fff; border-bottom:1px solid #6a6a6a; line-height:24px; padding-bottom:5px; margin-top:30px;} .footlink a{ font-size:12px; padding:0 5px; color:#fff;} .foot_bot{ padding:10px 0; line-height:20px;color:#fff;} /*登录注册*/ .zcbox{ background:#fff; margin:20px auto; padding:45px 0px; width:1200px; } .zcbox h1{ font-weight:normal; font-size:30px; color:#5c5c5c; line-height:35px; padding-bottom:65px;} .zcboxl{ float:left; padding:0 50px 0 100px; width:599px; border-right:1px solid #f5f5f5;} .zcboxl label{ float:left; text-align:right; width:105px; padding-right:10px; color:#5c5c5c; font-size:14px; line-height:42px;} .zcboxl_input{ height:40px; line-height:40px; width:220px; padding:0 5px; border:1px solid #e7e7e7; color:#666; font-size:14px; float:left;} .yzm{ vertical-align:middle; margin-left:10px} .zcboxlb_input{ height:40px; line-height:40px; width:150px; padding:0 5px; border:1px solid #e7e7e7; color:#666; font-size:14px; float:left;} .zcboxl_btn{background:url(/views/default/skin/default/images/icon14.png) repeat-x left bottom; border:none; height:40px; width:150px; text-align:center; border-radius:3px; color:#fff; margin: 0 0 0 115px; display:block; font-size:24px;font-family:"microsoft yahei";} .zcboxr{ float:right; padding-left:50px; text-align:left; width:400px;} span.invalid-msg, label.invalid-msg{ /*float:left;*/ width:300px; font-size:12px; text-align:left;} #captchaImg{ float:left;} .top2r #settleup{ margin-top:30px;} #settleup{ margin:42px 0 0 20px;} #settleup .cw-icon { width: 188px; height: 33px; background-color: #fff;text-align: center;line-height: 33px;overflow: hidden; position: relative; z-index: 1; float: left;border: 1px solid #e3e4e5;} #settleup .ci-count {font-style: normal; position: absolute; top: 5px; left: 140px; right: auto; display: inline-block; padding: 1px; font-size: 12px; line-height: 12px;color: #fff;background-color: #f10215; -moz-border-radius: 7px; border-radius: 7px; min-width: 12px; text-align: center;} #settleup .cw-icon .iconfont { margin-right: 3px; font-size: 16px; color: #666; font-weight:bold;} #settleup .cw-icon a { color: #666; font-size:12px; text-align:center; line-height:33px;} /*评论*/ .pinglunbox{ width:950px; margin:50px auto;} .pinglunbox .tabbed-box-hd{background: #efefef; border-bottom: 2px solid #008cd7; position: relative; line-height:40px; height:40px;} .pinglunbox .title{background: #008cd7; color:#fff; text-align:center; font-size:16px; width:120px;} .pinglunbox .tabbed-box-hd .item-detail{ margin-left:100px; font-size:14px; color:#666;} .pinglunbox .tabbed-box-hd .item-detail span{ margin:0 20px;} .pinglunbox .tabbed-box-hd .item-detail span a{ font-weight:bold; color:#008cd7;} .pinglunbox .tabbed-box-bd{ border:1px solid #999; overflow:hidden; padding:30px 80px; border-top:0;} .pinglunbox .item-review{ font-size:14px;} .pinglunbox .item-review textarea{ width:500px; height:120px;} .pinglunbox .item-review input[type=button]{color: #fff;min-width: 130px;text-decoration: none;padding: 9px 13px;border-radius: 4px;font-size: 13px; box-shadow: inset 0 -2px 0 rgba(0,0,0,.1); background-color: #5dade2;border-color: #5dade2;} .pinglunbox .item-review td,.pinglunbox .item-review th{ padding-top:10px;} /*订单信息*/ table{border-collapse:collapse;border-spacing:0;} #addressShowBox{ margin-top:20px;} .shou_title{ border-bottom:1px solid #666; display:block; line-height:40px;} .ui-switchable-addre .item-selected{ width:120px; float:left; text-align:center; border: 2px solid #e4393c; height:18px; line-height:18px; cursor:pointer; position:relative; background:#fff; color:#666; padding: 4px 10px;} .ui-switchable-addre .item-selected b,.mod_kuai b{ position: absolute; right: 0; bottom: 0;width: 12px; height: 12px;overflow: hidden; background: url(/views/default/skin/default/images/selected-icon.png) no-repeat;} .ui-switchable-addre .addr-detail{ float:left; line-height:30px; height:30px; font-size:12px; color:#666; margin-left:10px;} #delivery_show_box{ margin-top:20px;} .mod_kuai{ float:left; text-align:center; border: 2px solid #e4393c; height:18px; line-height:18px; cursor:pointer; position:relative; background:#fff; color:#666; padding: 4px 10px;} #delivery_form,#payment_form{ border:1px solid #999; margin-top:20px;} #delivery_form th,#delivery_form td,#payment_form th,#payment_form td{ border:1px solid #999; padding:10px;} #message_show_box{ margin-top:20px; font-size:12px; color:#666; padding:10px; width:100%;} #payment_show_box{ margin:20px 0 0 0; } .cart_table{ margin-top:20px;} #address_form td,#address_form th{ padding-top:10px;} #address_form .valid-text{ float:left;} /* grade style start */ span.grade{display:inline-block;width:70px;height:15px;background:url(/views/default/skin/default/images/front/grade_bg.gif) 0 -16px no-repeat} span.grade i{display:inline-block;height:15px;background:url(/views/default/skin/default/images/front/grade_bg.gif) 0 2px no-repeat} /* grade style end */ .sinput{background: #0073b9; border: 1px solid #0073b9; color: #fff; width: 150px; height: 40px; border-radius: 5px; margin: 20px 0px 0 0px; cursor:pointer } .hinput{background: #a9a9a9; border: 1px solid #a9a9a9; color: #333; width: 150px; height: 40px; border-radius: 5px; margin: 20px 0px 0 0px; cursor:pointer } .yinput{background: #e0ef34; border: 1px solid #0073b9; color: #000; width: 150px; height: 40px; border-radius: 5px; margin: 20px 0px 0 0px; } /* FILE ARCHIVED ON 11:01:16 Aug 22, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:35:03 Aug 31, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.828 exclusion.robots: 0.038 exclusion.robots.policy: 0.023 esindex: 0.013 cdx.remote: 7.094 LoadShardBlock: 85.014 (3) PetaboxLoader3.datanode: 64.109 (4) PetaboxLoader3.resolve: 391.595 (2) load_resource: 393.573 */