@charset 'utf-8'; *, .yhw-header .fixed-header, .yhw-header .page-header, .yhw-sidebar { font-family: "微软雅黑" } * { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; border: 0 } body, html { width: 100%; height: 100%; font-size: 12px } a { font-size: inherit; text-decoration: none; color: inherit } li { list-style: none } .hidden { display: none !important } @font-face { font-family: Impact; src: url(/fonts/impact.ttf) } .must-star { padding-right: 2px; color: red !important } .ellipsis { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block } .wrap { background: #f8f8f8 } .wrap .main-ctn { width: 1200px; margin: 0 auto; overflow: hidden } .path { position: relative; width: 1200px; margin: 20px auto 30px; font-size: 12px; color: #949494 } .path .fa-home { position: relative; top: 1px; margin-right: 5px; font-size: 16px } .path .arrows { padding: 0 10px } .path .active, .path a:hover { color: #06c } .checkbox, .checkbox-all { width: 15px; height: 15px; float: left; margin-right: 5px; margin-left: 7px } .checkbox input, .checkbox-all input { display: none } .checkbox label, .checkbox-all label { width: 15px; height: 15px; float: left; display: inline-block; cursor: pointer; background: url(/img/icon/checkbox.jpg) center center no-repeat } .checkbox-all.active label, .checkbox.active label { background: url(/img/icon/checkbox-active.jpg) center center no-repeat } .pagination { display: inline-block; font-size: 12px; color: #666 } .pagination .show-num { float: left; margin-right: 20px; line-height: 30px } .pagination .show-num span { float: left } .pagination .show-num .pg-select-box { position: relative; float: left; display: inline-block; width: 50px; text-align: left; margin: 0 5px } .pagination .show-num .pg-select-box .pg-select-choice { display: block; width: 100%; height: 32px; overflow: hidden; background: url(/img/icon/arrow-up-black.png) 30px center no-repeat #fff } .pagination .show-num .pg-select-box .pg-select-text { text-indent: 10px; display: block; width: 100%; height: 100%; margin-right: 32px; overflow: hidden; font-size: 12px; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; color: #666; border: 1px solid #ddd; border-radius: 5px } .pagination .show-num .pg-select-box .pg-select-input { display: none } .pagination .show-num .pg-select-box .pg-select-drop { position: absolute; top: -104px; z-index: 8; display: none; width: 100%; max-height: 300px; margin-top: -1px; overflow-y: auto; font-size: 12px; text-align: left; background-color: #fff; border: 1px solid #e4e4e4; border-radius: 5px } .yhw-sidebar .collect .goods-list .pic img, .yhw-sidebar .collect .supplier .logo img { max-width: 100%; max-height: 100% } .pagination .show-num .pg-select-box .pg-select-drop::-webkit-scrollbar { width: 6px; height: 16px; background-color: #F5F5F5 } .pagination .show-num .pg-select-box .pg-select-drop::-webkit-scrollbar-track { border-radius: 10px; background-color: #F5F5F5 } .pagination .show-num .pg-select-box .pg-select-drop::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd } .pagination .show-num .pg-select-box .pg-select-drop li { text-align: center; height: 26px; padding: 0 10px; overflow: hidden; line-height: 26px; white-space: nowrap; text-overflow: ellipsis; color: #666; cursor: pointer } .pagination .show-num .pg-select-box .pg-select-drop li:hover { color: #fff; background-color: #3688da } .pagination .show-num .pg-select-box.down .pg-select-drop { display: block } .pagination .page-go button, .pagination .page-go input, .pagination > ul { display: inline-block; float: left } .pagination .show-num .pg-select-box.pg-select-box-small .pg-select-choice { height: 20px } .pagination .show-num .pg-select-box.pg-select-box-small .pg-select-text { line-height: 20px; padding-right: 30px } .pagination > ul > li { height: 32px; padding: 0 12px; text-align: center; line-height: 30px; float: left; color: #666; background: #fff; border: 1px solid #ddd; cursor: pointer; margin-right: 5px; border-radius: 5px } .pagination .page-num.active { background-color: #3688da; border-color: #3688da; color: #fff } .pagination .all-num { float: left; line-height: 30px; margin: 0 15px } .pagination .all-num span { color: #3688da; font-weight: 700 } .pagination .page-go { width: 82px; height: 32px; float: left; border: 1px solid #ddd; background: #fff; border-radius: 3px } .pagination .page-go .page-go-text { display: inline-block; float: left; padding: 0 10px; line-height: 30px } .pagination .page-go input { width: 40px; height: 30px; font-size: 12px; text-align: center; line-height: 30px; color: #666; outline: 0; background: 0 0 } .pagination .page-go button { width: 38px; height: 28px; line-height: 28px; color: #fff; background-color: #3688da; border: 0; cursor: pointer; border-radius: 3px; margin: 1px } .pop-shade { position: fixed; top: 0; left: 0; z-index: 999; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, .4) } .pop-shade .pop-main { position: absolute; top: 40%; left: 50%; background: #fff; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .pop-shade .pop-header { position: relative; width: 100%; padding: 0 20px; overflow: hidden; line-height: 36px; background: #f5f5f5; border-bottom: 1px solid #e8e8e8 } .pop-shade .pop-header .header-text { font-size: 14px; text-align: left; color: #333 } .pop-shade .pop-header .header-close { position: absolute; top: 50%; right: 20px; width: 12px; height: 12px; margin-top: -6px; background: url(/img/icon/icon-close.png) center center no-repeat; cursor: pointer } .pop-shade .pop-body { width: 100%; margin: 0 auto } .pop-shade .pop-footer { padding: 0 40px 30px; text-align: right } .pop-shade .pop-footer .btn { display: inline-block; font-size: 12px; text-align: center; border: none; cursor: pointer } .pop-shade .pop-footer .btn-yes { width: 90px; height: 32px; margin-right: 44px; line-height: 32px; color: #fff; background: #06c } .pop-shade .pop-footer .btn-no { width: 90px; height: 32px; line-height: 32px; color: #666; border: 1px solid #eee } .ie-tip { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, .8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, 0, endColorstr=#c8000000, 0); display: none; z-index: 9 } .ie-tip .center { width: 916px; height: 470px; position: absolute; left: 50%; top: 50%; margin-left: -458px; margin-top: -235px } .ie-tip .center h2 { margin-bottom: 54px; text-align: center } .ie-tip .center .btm-ctn { border: 1px dashed #fff; border-radius: 10px } .ie-tip .center .btm-ctn p { color: #fff; font-size: 20px; line-height: 34px; margin: 42px 0 40px; padding: 0 45px } .ie-tip .center .btm-ctn span { color: #f54b26; font-size: 20px } .ie-tip .center .btm-ctn i { font-style: normal; text-decoration: underline } .ie-tip .center .btm-ctn .link { padding: 0 15px; margin-bottom: 28px } .ie-tip .center .btm-ctn a { margin: 0 85px; display: inline-block } .ie-tip .center .btm-ctn img { border: 0 } .pad-r { padding-right: 35px } .yhw-sidebar { width: 260px; height: 100%; position: fixed; top: 0; right: -254px; z-index: 9 } .yhw-sidebar .hidden { display: none } .yhw-sidebar .navs { width: 6px; height: 100%; position: relative; float: left; background: #54a3f3 } .yhw-sidebar .navs ul { height: 300px; position: absolute; right: 6px; top: 50%; margin-top: -150px } .yhw-sidebar .navs li { width: 37px; height: 34px; margin-bottom: 5px; cursor: pointer; position: relative; background: #54a3f3; border-radius: 5px 0 0 5px } .yhw-sidebar .navs li:last-of-type { margin-top: 33px; margin-bottom: 0 } .yhw-sidebar .navs li.active { background: #fa8c35 } .yhw-sidebar .navs li.active .tip { display: block; background: #fa8c35 } .yhw-sidebar .navs li .txt { color: #fff; font-size: 12px; text-align: center; display: block } .yhw-sidebar .navs li .tip { position: absolute; right: 34px; width: 68px; text-align: right; height: 34px; line-height: 34px; background: #54a3f3; color: #fff; padding-right: 8px; border-radius: 5px 0 0 5px; display: none } .yhw-sidebar .navs li .tip.tip1 { width: 65px } .yhw-sidebar .navs li .tip.tip2 { width: 70px } .yhw-sidebar .navs li .tip.tip4 { width: 77px } .yhw-sidebar .navs li .tip.tip5 { width: 44px } .yhw-sidebar .navs li .icon { width: 24px; height: 24px; background: url(/img/yhw2/sidebar01.png) center center no-repeat; float: right; margin: 5px } .yhw-sidebar .navs li .icon2 { background-image: url(/img/yhw2/sidebar02.png) } .yhw-sidebar .navs li .icon3 { background-image: url(/img/yhw2/sidebar03.png) } .yhw-sidebar .navs li .icon4 { background-image: url(/img/yhw2/sidebar04.png) } .yhw-sidebar .navs li .icon5 { background-image: url(/img/yhw2/sidebar05.png) } .yhw-sidebar .navs li .icon6 { background-image: url(/img/yhw2/sidebar06.png) } .yhw-sidebar .navs li .icon7 { height: 14px; background-image: url(/img/yhw2/sidebar07.png); margin-bottom: 0; margin-top: 2px } .yhw-sidebar .navs li.open-icon .icon6 { background-image: url(/img/yhw2/sidebar07_2.png) } .yhw-sidebar .navs .return-top { width: 100%; color: #ccc; position: absolute; bottom: 5px; left: 0; text-align: center } .yhw-sidebar .navs .return-top i { width: 19px; height: 11px; background: url(/img/yhw/index-img5.png) 0 -128px no-repeat; display: block; margin: 0 auto } .yhw-sidebar .login-window, .yhw-sidebar .toggle-ctn { display: none; width: 100%; height: 100% } .yhw-sidebar .navs .return-top span { font-size: 14px; line-height: 25px } .yhw-sidebar .details { width: 254px; height: 100%; float: left; background-color: #f5f5f5 } .yhw-sidebar .details .title { width: 100%; height: 36px; background-color: #06c; color: #fff; font-size: 14px; line-height: 36px; padding: 0 18px } .yhw-sidebar .details .overflow-auto { overflow-y: auto } .yhw-sidebar .details .overflow-auto::-webkit-scrollbar { width: 6px; height: 16px; background-color: #F5F5F5 } .yhw-sidebar .details .overflow-auto::-webkit-scrollbar-track { border-radius: 10px; background-color: #F5F5F5 } .yhw-sidebar .details .overflow-auto::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd } .yhw-sidebar .list-ctn { position: relative; height: 100% } .yhw-sidebar .toggle-ctn { position: absolute; left: 0; top: 0 } .yhw-sidebar .member-center { display: block } .yhw-sidebar .member-center .infor { background-color: #fff; margin-bottom: 8px; padding: 20px 12px } .yhw-sidebar .member-center .infor .user { overflow: hidden; margin-bottom: 20px } .yhw-sidebar .member-center .infor .entry a { font-size: 12px; color: #666; line-height: 26px; display: inline-block } .yhw-sidebar .member-center .infor .entry a:nth-of-type(2) { margin: 0 19px; color: #65a4e7; border: 1px solid #65a4e7; padding: 0 4px; border-radius: 5px } .yhw-sidebar .member-center .photo { float: left; margin-right: 10px; border: 3px solid #ccc; border-radius: 50% } .yhw-sidebar .member-center .photo img { width: 72px; height: 72px; border: 4px solid #fff; border-radius: 50% } .yhw-sidebar .member-center .rt { float: left; margin-top: 16px } .yhw-sidebar .member-center .rt span { line-height: 28px; display: block } .yhw-sidebar .member-center .rt span:nth-of-type(1) { width: 135px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 15px; color: #333 } .yhw-sidebar .member-center .rt span:nth-of-type(2) { font-size: 12px; color: #666 } .yhw-sidebar .member-center .top-title { border-top: 1px dashed #ccc; position: relative; margin-top: 20px } .yhw-sidebar .member-center .top-title span { width: 76px; font-size: 14px; color: #333; background-color: #fff; position: absolute; top: -12px; left: 50%; margin-left: -38px; text-align: center } .yhw-sidebar .member-center .binding { padding: 0 12px 22px; background-color: #fff; margin-bottom: 8px; overflow: hidden } .yhw-sidebar .member-center .binding ul { overflow: hidden; margin-top: 18px } .yhw-sidebar .member-center .binding li { width: 40px; float: left; text-align: center; margin-right: 21px } .yhw-sidebar .member-center .binding li.yes .pic { border-color: #06c; background-image: url(/img/yhw2/approve01-2.jpg) } .yhw-sidebar .member-center .binding li.yes a { color: #06c } .yhw-sidebar .member-center .binding li.yes:nth-of-type(2) .pic { background-image: url(/img/yhw2/approve02-2.jpg) } .yhw-sidebar .member-center .binding li.yes:nth-of-type(3) .pic { background-image: url(/img/yhw2/approve03-2.jpg) } .yhw-sidebar .member-center .binding li.yes:nth-of-type(4) .pic { background-image: url(/img/yhw2/approve04-2.jpg) } .yhw-sidebar .member-center .binding li.no a { color: red; text-decoration: underline } .yhw-sidebar .member-center .binding li:nth-of-type(2) .pic { background-image: url(/img/yhw2/approve02.jpg) } .yhw-sidebar .member-center .binding li:nth-of-type(3) .pic { background-image: url(/img/yhw2/approve03.jpg) } .yhw-sidebar .member-center .binding li:nth-of-type(4) { margin-right: 0 } .yhw-sidebar .member-center .binding li:nth-of-type(4) .pic { background-image: url(/img/yhw2/approve04.jpg) } .yhw-sidebar .member-center .binding .pic { width: 40px; height: 40px; border: 1px solid #ccc; border-radius: 50%; margin: 0 auto; background: url(/img/yhw2/approve01.jpg) center center no-repeat } .yhw-sidebar .member-center .binding a { font-size: 12px; margin-top: 10px } .yhw-sidebar .member-center .links { font-size: 12px } .yhw-sidebar .member-center .links .member { background-color: #fff; margin-bottom: 8px; overflow: hidden; padding: 0 12px 28px } .yhw-sidebar .member-center .links ul { overflow: hidden; margin-top: 12px } .yhw-sidebar .member-center .links li { width: 50%; float: left; color: #666; line-height: 30px; padding-left: 30px } .yhw-sidebar .member-center .login-out { width: 218px; line-height: 36px; border: 1px solid #06c; text-align: center; margin: 35px auto 20px; color: #06c; border-radius: 5px } .yhw-sidebar .collect .overflow-auto { overflow-y: auto } .yhw-sidebar .collect .overflow-auto::-webkit-scrollbar { width: 6px; height: 16px; background-color: #F5F5F5 } .yhw-sidebar .collect .overflow-auto::-webkit-scrollbar-track { border-radius: 10px; background-color: #F5F5F5 } .yhw-sidebar .collect .overflow-auto::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd } .yhw-sidebar .collect .ctn-list { width: 100%; margin-top: 7px } .yhw-sidebar .collect .tab-ctn { display: none } .yhw-sidebar .collect .link { color: #666; display: block; font-size: 12px; margin: 15px 0 20px; text-align: center } .yhw-sidebar .collect .link:hover { color: #06c } .yhw-sidebar .collect .goods-list li { width: 100%; background-color: #fff; overflow: hidden; margin-bottom: 5px; padding: 8px 10px } .yhw-sidebar .collect .goods-list .pic { width: 60px; height: 60px; border: 1px solid #ccc; float: left; line-height: 60px; margin: 0 8px; position: relative } .yhw-sidebar .collect .goods-list .rt { width: 140px; float: right; padding-top: 7px; text-align: right } .yhw-sidebar .collect .goods-list .name, .yhw-sidebar .collect .goods-list p { width: 100%; line-height: 22px; padding-left: 8px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .yhw-sidebar .collect .goods-list .name { color: #4a4a4a; display: block } .yhw-sidebar .collect .goods-list .name:hover { color: #06c } .yhw-sidebar .collect .goods-list p { color: #4a4a4a } .yhw-sidebar .collect .goods-list button { width: 74px; height: 28px; border: 1px solid #bdbdbd; color: #bdbdbd; cursor: pointer; border-radius: 2px; background-color: transparent } .yhw-sidebar .collect .supplier { display: block } .yhw-sidebar .collect .supplier li { width: 100%; height: 75px; background-color: #fff; padding: 8px 9px; position: relative; margin-bottom: 5px; overflow: hidden } .yhw-sidebar .collect .supplier .logo { width: 60px; height: 60px; border: 1px solid #f3f3f3; margin-right: 20px; float: left; line-height: 60px } .yhw-sidebar .collect .supplier .name { width: 100%; line-height: 22px; color: #4a4a4a; margin-bottom: 10px; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } .yhw-sidebar .collect .supplier .name:hover { color: #3cf; text-decoration: underline } .yhw-sidebar .collect .supplier .rt { width: 150px; float: left } .yhw-sidebar .collect .supplier button { width: 74px; height: 28px; border: 1px solid #bdbdbd; color: #bdbdbd; cursor: pointer; border-radius: 2px; background-color: transparent } .yhw-sidebar .tab { overflow: hidden; background-color: #fff } .yhw-sidebar .tab li { width: 56px; height: 30px; line-height: 30px; color: #333; text-align: center; float: left; margin-left: 6px; cursor: pointer } .yhw-sidebar .tab li.active { color: #06c; border-bottom: 2px solid #06c } .yhw-sidebar .tab li:nth-of-type(1) { margin: 0 44px 0 26px } .yhw-sidebar .tab li:nth-of-type(2) { margin: 0 26px 0 44px } .yhw-sidebar .tab .line { float: left; height: 18px; border: 1px dashed #ccc; margin-top: 6px } .yhw-sidebar .coupon { padding-bottom: 70px } .yhw-sidebar .coupon .overflow-auto { overflow-y: auto } .yhw-sidebar .coupon .overflow-auto::-webkit-scrollbar { width: 6px; height: 16px; background-color: #F5F5F5 } .yhw-sidebar .coupon .overflow-auto::-webkit-scrollbar-track { border-radius: 10px; background-color: #F5F5F5 } .yhw-sidebar .coupon .overflow-auto::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd } .yhw-sidebar .coupon .overflow-auto .tab-ctn { display: none } .yhw-sidebar .coupon .overflow-auto .new-coupon { display: block; padding: 10px 5px } .yhw-sidebar .coupon .overflow-auto li { position: relative; width: 100%; text-align: right; margin-bottom: 5px } .yhw-sidebar .coupon .overflow-auto li .coupon-ctn { padding-right: 15px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 1px solid #ebebeb; border-bottom: none } .yhw-sidebar .coupon .overflow-auto li .coupon-btn { display: block; height: 50px } .yhw-sidebar .coupon .overflow-auto li .coupon-price { font-size: 16px } .yhw-sidebar .coupon .overflow-auto li .coupon-price span { font-size: 42px } .yhw-sidebar .coupon .overflow-auto li .coupon-info { width: 198px; font-size: 14px; color: #666; display: inline-block; text-align: right; word-break: break-all } .yhw-sidebar .coupon .overflow-auto li .coupon-company { font-size: 12px; color: #999 } .yhw-sidebar .coupon .overflow-auto li.orange .coupon-ctn { background: url(/img/yhw2/store-orange.png) 10px 3px no-repeat #fff } .yhw-sidebar .coupon .overflow-auto li.orange .coupon-price { color: #fe985b } .yhw-sidebar .coupon .overflow-auto li.orange .coupon-btn { background: url(/img/yhw2/coupon-storeBtn-orange.png) no-repeat } .yhw-sidebar .coupon .overflow-auto li.blue .coupon-ctn { background: url(/img/yhw2/platForm-blue.png) 10px 3px no-repeat #fff } .yhw-sidebar .coupon .overflow-auto li.blue .coupon-price { color: #53cbf7 } .yhw-sidebar .coupon .overflow-auto li.blue .coupon-btn { background: url(/img/yhw2/coupon-platFormBtn-blue.png) no-repeat } .yhw-sidebar .coupon .overflow-auto li.red .coupon-ctn { background: url(/img/yhw2/specialProduct-red.png) 10px 3px no-repeat #fff } .yhw-sidebar .coupon .overflow-auto li.red .coupon-price { color: #fe635b } .yhw-sidebar .coupon .overflow-auto li.red .coupon-btn { background: url(/img/yhw2/coupon-specialProductBtn-red.png) no-repeat } .yhw-sidebar .coupon .overflow-auto li .get { width: 60px; height: 20px; line-height: 20px; text-align: center; color: #fe985b; background-color: #fff; margin: 10px auto 0; display: block } .yhw-sidebar .coupon .overflow-auto li .discounts-range { display: inline-block; height: 20px; padding: 0 5px; line-height: 20px; background: #de5943; margin: 5px 0 } .yhw-sidebar .coupon .overflow-auto .old-coupon { padding: 10px 5px } .yhw-sidebar .coupon .more { display: block; text-align: center; color: #666 } .yhw-sidebar .coupon .more:hover { color: #06c } .yhw-sidebar .cg-list { height: 100%; padding-bottom: 152px } .yhw-sidebar .cg-list.no-list { background: url(/img/loading.gif) center center no-repeat; background-size: 60% } .yhw-sidebar .cg-list .overflow { overflow: hidden } .yhw-sidebar .cg-list .buy-list { overflow-y: auto } .yhw-sidebar .cg-list .buy-list::-webkit-scrollbar { width: 6px; height: 16px; background-color: #F5F5F5 } .yhw-sidebar .cg-list .buy-list::-webkit-scrollbar-track { border-radius: 10px; background-color: #F5F5F5 } .yhw-sidebar .cg-list .buy-list::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd } .yhw-sidebar .cg-list .buy-list .cg-checkbox-that { float: left } .yhw-sidebar .cg-list .buy-list .cg-checkbox-that label { width: 14px; height: 14px; background: url(/img/icon/checkbox.jpg) no-repeat; display: inline-block } .yhw-sidebar .cg-list .buy-list .cg-checkbox-that input { display: none } .yhw-sidebar .cg-list .buy-list .check-top { margin: 10px 0; line-height: 18px; padding-left: 18px; overflow: hidden } .yhw-sidebar .cg-list .buy-list .check-top span { float: left; margin-left: 6px; font-size: 14px; color: #333 } .yhw-sidebar .cg-list .buy-list .cg-checkbox-all { float: left } .yhw-sidebar .cg-list .buy-list .cg-checkbox-all label { width: 14px; height: 14px; background: url(/img/icon/checkbox.jpg) no-repeat; display: inline-block } .yhw-sidebar .cg-list .buy-list .cg-checkbox-all input { display: none } .yhw-sidebar .cg-list .buy-list .cg-checkbox-all.active label { background-image: url(/img/icon/checkbox-active.jpg) } .yhw-sidebar .cg-list .buy-list .buy-cancel { float: right; height: 100%; padding-left: 24px; background: url(/img/icon/icon-del.png) left center no-repeat; cursor: pointer; margin-right: 8px; color: #666 } .yhw-sidebar .cg-list .plan-product .good-list.active .cg-checkbox-that label, .yhw-sidebar .cg-list .plan-product .product-cancel.active .cg-checkbox-that label, .yhw-sidebar .cg-list .plan-product.active .cg-checkbox-that label { background-image: url(/img/icon/checkbox-active.jpg) } .yhw-sidebar .cg-list .plan-product { background-color: #fff; margin-bottom: 4px } .yhw-sidebar .cg-list .plan-product .top { padding: 8px 8px 8px 18px; line-height: 18px; border-bottom: 1px dashed #ccc; overflow: hidden } .yhw-sidebar .cg-list .plan-product .top span { float: left; font-size: 12px; color: #666; margin-left: 6px } .yhw-sidebar .cg-list .plan-product .top .name { width: 165px; float: right; white-space: nowrap; text-overflow: ellipsis; display: block; text-align: right; overflow: hidden; font-size: 12px; color: #666; margin-left: 6px } .yhw-sidebar .cg-list .plan-product .top .name:hover { color: #06c } .yhw-sidebar .cg-list .plan-product .good-list, .yhw-sidebar .cg-list .plan-product .product-cancel { border-bottom: 1px dashed #ccc; overflow: hidden; display: block; padding: 8px 8px 10px 10px } .yhw-sidebar .cg-list .plan-product .good-list .cg-checkbox-that, .yhw-sidebar .cg-list .plan-product .product-cancel .cg-checkbox-that { margin-left: 8px } .yhw-sidebar .cg-list .plan-product .good-list a, .yhw-sidebar .cg-list .plan-product .product-cancel a { float: right; width: 200px; display: inline-block } .yhw-sidebar .cg-list .plan-product .good-list .pic, .yhw-sidebar .cg-list .plan-product .product-cancel .pic { position: relative; float: left; width: 64px; height: 64px; border: 1px solid #ccc } .yhw-sidebar .cg-list .plan-product .good-list .pic .img-mask, .yhw-sidebar .cg-list .plan-product .product-cancel .pic .img-mask { display: none; background: #f8f8f8; width: 100%; height: 100%; position: absolute; opacity: .7; z-index: 2 } .yhw-sidebar .cg-list .plan-product .good-list .pic img, .yhw-sidebar .cg-list .plan-product .product-cancel .pic img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .yhw-sidebar .cg-list .plan-product .good-list .size, .yhw-sidebar .cg-list .plan-product .product-cancel .size { width: 125px; line-height: 16px; float: right; text-align: left; color: #666 } .yhw-sidebar .cg-list .plan-product .good-list .size p, .yhw-sidebar .cg-list .plan-product .product-cancel .size p { width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } .yhw-sidebar .cg-list .plan-product .good-list .size p:nth-of-type(1), .yhw-sidebar .cg-list .plan-product .product-cancel .size p:nth-of-type(1) { color: #333; font-weight: 700 } .yhw-sidebar .cg-list .plan-product .good-list .price, .yhw-sidebar .cg-list .plan-product .product-cancel .price { margin-top: 10px; padding-left: 6px; overflow: hidden } .yhw-sidebar .cg-list .plan-product .good-list .price .price-num, .yhw-sidebar .cg-list .plan-product .product-cancel .price .price-num { float: right; color: #333 } .yhw-sidebar .cg-list .plan-product .good-list .price .amount-text, .yhw-sidebar .cg-list .plan-product .product-cancel .price .amount-text { float: left; width: 40px; height: 22px; text-align: center; line-height: 22px; color: #333 } .yhw-sidebar .cg-list .plan-product .good-list .price input::-webkit-inner-spin-button, .yhw-sidebar .cg-list .plan-product .good-list .price input::-webkit-outer-spin-button, .yhw-sidebar .cg-list .plan-product .product-cancel .price input::-webkit-inner-spin-button, .yhw-sidebar .cg-list .plan-product .product-cancel .price input::-webkit-outer-spin-button { -webkit-appearance: none !important; margin: 0 } .yhw-sidebar .cg-list .plan-product .good-list .price input[type=number], .yhw-sidebar .cg-list .plan-product .product-cancel .price input[type=number] { -moz-appearance: textfield } .yhw-sidebar .cg-list .plan-product .good-list .price .amount-add, .yhw-sidebar .cg-list .plan-product .good-list .price .amount-reduce, .yhw-sidebar .cg-list .plan-product .product-cancel .price .amount-add, .yhw-sidebar .cg-list .plan-product .product-cancel .price .amount-reduce { float: left; width: 22px; height: 100%; font-size: 14px; line-height: 18px; color: #666; background: #e1f0ff; border: 1px solid #ddd; text-align: center } .yhw-sidebar .cg-list .plan-product .good-list .price .amount-add:hover, .yhw-sidebar .cg-list .plan-product .good-list .price .amount-reduce:hover, .yhw-sidebar .cg-list .plan-product .product-cancel .price .amount-add:hover, .yhw-sidebar .cg-list .plan-product .product-cancel .price .amount-reduce:hover { cursor: pointer } .yhw-sidebar .cg-list .plan-product .good-list .price .amount-reduce, .yhw-sidebar .cg-list .plan-product .product-cancel .price .amount-reduce { background-color: #f8f8f8 } .yhw-sidebar .cg-list .plan-product .good-list .price .amount-num, .yhw-sidebar .cg-list .plan-product .product-cancel .price .amount-num { float: left; width: 40px; height: 20px; font-size: 12px; text-align: center; color: #666; border: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; outline: 0 } .yhw-sidebar .cg-list .plan-product .good-list .inventory, .yhw-sidebar .cg-list .plan-product .product-cancel .inventory { color: red; line-height: 22px; display: none } .yhw-sidebar .cg-list .plan-product .product-cancel .price .cancel-tip { padding-left: 25px; float: left; color: #bbb } .yhw-sidebar .cg-list .plan-product .product-cancel .size p { color: #ccc } .yhw-sidebar .cg-list .plan-product .product-cancel .size p:first-child { color: #bbb } .yhw-sidebar .cg-list .plan-product .product-cancel .pic { border: 1px solid #ebebeb } .yhw-sidebar .cg-list .plan-product .product-cancel .pic .img-mask { display: block } .yhw-sidebar .cg-list .plan-product .total-prices { text-align: right; line-height: 42px; padding: 0 8px; color: red; font-size: 12px } .yhw-sidebar .cg-list .amount-opt { width: 100%; height: 32px; padding: 5px 0; text-align: center; line-height: 22px } .yhw-sidebar .cg-list .btm { width: 100%; height: 90px } .yhw-sidebar .cg-list .btm .tit { text-align: right; line-height: 26px; color: #fff; padding: 0 10px; overflow: hidden } .yhw-sidebar .cg-list .btm .del { padding: 0 10px; line-height: 24px; overflow: hidden } .yhw-sidebar .cg-list .btm .lf { float: left; color: #666 } .yhw-sidebar .cg-list .btm .rt { color: red; float: right } .yhw-sidebar .cg-list .btm .btns { width: 100%; padding: 0 10px; margin-top: 20px; position: relative } .yhw-sidebar .cg-list .btm .btns:after { content: ''; display: block; width: 100%; height: 0; clear: both } .yhw-sidebar .cg-list .btm .cg-confirm { width: 142px; height: 36px; line-height: 36px; text-align: center; background-color: #ccc; color: #fff; float: left; border-radius: 3px; font-size: 14px; cursor: pointer } .yhw-sidebar .cg-list .btm .cg-confirm.active { background-color: #06c } .yhw-sidebar .cg-list .btm .cg-plan-empty { width: 60px; color: #666; font-size: 14px; line-height: 36px; text-align: center; margin-right: 25px; float: left; cursor: pointer } .yhw-sidebar .cg-list .minimum-amount { width: 226px; background-color: #fff; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3); box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3); border-radius: 3px; padding: 26px 22px 15px; position: absolute; right: 14px; bottom: 55px; display: none } .yhw-sidebar .cg-list .minimum-amount p { line-height: 18px; color: #666; font-size: 12px } .yhw-sidebar .cg-list .minimum-amount .red { color: red } .yhw-sidebar .cg-list .minimum-amount .close { width: 12px; height: 12px; background: url(/img/icon/icon-close.png) no-repeat; position: absolute; right: 10px; top: 10px; cursor: pointer } .yhw-sidebar .cg-list .minimum-amount:after { content: ''; width: 17px; height: 8px; display: block; background: url(/img/icon/arrow-b.png) no-repeat; position: absolute; right: 50px; bottom: -8px } .yhw-header .page-header { height: 135px; font-size: 12px; background-color: #fff } .yhw-header .page-header .center { width: 1200px; height: 100%; margin: 0 auto } .yhw-header .page-header .logo { float: left; margin-top: 25px; width: 345px; height: 90px } .yhw-header .page-header .logo a { display: block } .yhw-header .page-header .top-search { float: left; margin: 55px 0 0 35px; position: relative } .yhw-header .page-header .top-search .top-ctn { height: 40px; border: 2px solid #06c; position: relative; z-index: 3 } .yhw-header .page-header .top-search input { width: 430px; height: 36px; float: left; outline: 0; padding: 0 12px 0 30px; color: #666; background: url(/img/icon/icon-search.png) 10px center no-repeat } .yhw-header .page-header .top-search .radio-btn { position: absolute; left: -2px; top: -27px } .yhw-header .page-header .top-search .radio-btn li { width: 50px; height: 25px; text-align: center; line-height: 25px; color: #06c; float: left; cursor: pointer } .yhw-header .page-header .top-search .radio-btn li.active { background: #06c; color: #fffefe } .yhw-header .page-header .top-search .btn { width: 90px; height: 36px; float: left; background-color: #06c; color: #fff; outline: 0; cursor: pointer } .yhw-header .page-header .top-search .pull-down { width: 433px; position: absolute; left: -2px; top: 38px; border: 1px solid #e5e5e5; border-top: 0; display: none } .yhw-header .page-header .top-search .pull-down li { width: 100%; background: #fff; color: #333; font-size: 12px; line-height: 30px; padding: 0 98px 0 10px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; display: block; overflow: hidden; position: relative } .yhw-header .page-header .top-search .pull-down li.active, .yhw-header .page-header .top-search .pull-down li:hover { background-color: #e9f4ff } .yhw-header .page-header .top-search .pull-down li .goods-num { position: absolute; right: 10px; top: 0; color: #999 } .yhw-header .page-header .top-search .pull-down li .red { color: red } .yhw-header .page-header .top-search .hot { width: 619px; position: absolute; left: 0 } .yhw-header .page-header .top-search .hot li { float: left; color: #666; line-height: 22px; margin-right: 10px } .yhw-header .page-header .top-search .hot li:hover { color: #06c } .yhw-header .page-header .shopping-list { width: 128px; height: 40px; line-height: 40px; border: 1px solid #ddd; float: left; color: #fa8c35; margin: 55px 0 0 30px; position: relative; font-size: 12px; cursor: pointer } .yhw-header .page-header .shopping-list .icon-shop { width: 20px; height: 16px; background: url(/img/icon/icon-shopping.png) no-repeat; float: left; margin: 11px 6px 0 9px } .yhw-header .page-header .shopping-list .num { height: 14px; padding: 0 5px; color: #fff; line-height: 14px; background-color: #ff0036; font-style: normal; position: absolute; left: 98px; top: 7px; border-radius: 8px } .yhw-header .page-header .company-code { width: 110px; height: 110px; padding: 5px; margin: 12px 0 0 28px; background: #fff; border: 1px solid #eee; float: right } .yhw-header .page-header .company-code img { width: 100%; height: 100% } .yhw-header .fixed-header { font-size: 12px; width: 100%; height: 60px; position: fixed; left: 0; top: -70px; background-color: #fff; -webkit-box-shadow: 0 1px 10px #999; box-shadow: 0 1px 10px #999; z-index: 3; -webkit-transition: all .5s; transition: all .5s } .yhw-header .fixed-header .center { width: 1200px; height: 100%; margin: 0 auto } .yhw-header .fixed-header .logo { float: left } .yhw-header .fixed-header .logo a { display: block } .yhw-header .fixed-header .top-search { float: left; position: relative } .yhw-header .fixed-header .top-search .top-ctn { height: 40px; border: 2px solid #06c; position: relative; z-index: 3 } .yhw-header .fixed-header .top-search input { height: 36px; float: left; outline: 0; padding: 0 12px 0 30px; color: #666; background: url(/img/icon/icon-search.png) 10px center no-repeat } .yhw-header .fixed-header .top-search .radio-btn { position: absolute; left: -2px; top: -27px } .yhw-header .fixed-header .top-search .radio-btn li { width: 50px; height: 25px; text-align: center; line-height: 25px; color: #06c; float: left; cursor: pointer } .yhw-header .fixed-header .top-search .radio-btn li.active { background: #06c; color: #fffefe } .yhw-header .fixed-header .top-search .btn { width: 90px; height: 36px; float: left; background-color: #06c; color: #fff; outline: 0; cursor: pointer } .yhw-header .fixed-header .top-search .pull-down { position: absolute; top: 38px; border: 1px solid #e5e5e5; border-top: 0; display: none } .yhw-header .fixed-header .top-search .pull-down li { width: 100%; background: #fff; color: #333; font-size: 12px; line-height: 30px; padding: 0 98px 0 10px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; display: block; overflow: hidden; position: relative } .yhw-header .fixed-header .top-search .pull-down li.active, .yhw-header .fixed-header .top-search .pull-down li:hover { background-color: #e9f4ff } .yhw-header .fixed-header .top-search .pull-down li .goods-num { position: absolute; right: 10px; top: 0; color: #999 } .yhw-header .fixed-header .top-search .pull-down li .red { color: red } .yhw-header .fixed-header .top-search .hot { width: 619px; position: absolute; left: 0 } .yhw-header .fixed-header .top-search .hot li { float: left; color: #666; line-height: 22px; margin-right: 10px } .yhw-header .fixed-header .top-search .hot li:hover { color: #06c } .yhw-header .fixed-header .shopping-list { width: 128px; height: 40px; line-height: 40px; border: 1px solid #ddd; float: left; color: #fa8c35; position: relative; font-size: 12px; cursor: pointer } .yhw-header .fixed-header .shopping-list .icon-shop { width: 20px; height: 16px; background: url(/img/icon/icon-shopping.png) no-repeat; float: left; margin: 11px 6px 0 9px } .yhw-header .fixed-header .shopping-list .num { height: 14px; padding: 0 5px; color: #fff; line-height: 14px; background-color: #ff0036; font-style: normal; position: absolute; left: 98px; top: 7px; border-radius: 8px } .yhw-header .fixed-header .company-code { width: 110px; height: 110px; padding: 5px; margin: 12px 0 0 28px; background: #fff; border: 1px solid #eee; float: right } .yhw-header .fixed-header .company-code img { width: 100%; height: 100% } .yhw-header .fixed-header .logo { margin-top: 7px; width: 250px; height: 53px } .yhw-header .fixed-header .top-search { margin: 7px 0 0 47px } .yhw-header .fixed-header .choose-btn { float: left; width: 80px; height: 36px } .yhw-header .fixed-header .choose-btn li { width: 100%; height: 36px; line-height: 34px; background-color: #f5f5f5; text-align: center; font-size: 12px; color: #333; cursor: pointer; border-right: 1px solid #e5e5e5 } .yhw-header .fixed-header .choose-btn .fa { font-size: 14px; margin-left: 3px } .yhw-header .fixed-header .choose-btn .btm { padding-right: 13px; border: 1px solid #e5e5e5; border-top: 0; background-color: #fff; visibility: hidden } .yhw-header .fixed-header .shopping-list { margin: 10px 0 0 56px } .yhw-header .fixed-header .top-search input { width: 544px } .yhw-header .fixed-header .top-search .pull-down { left: 79px; width: 546px } .detail-header { height: 135px; font-size: 12px; background-color: #fff } .detail-header .center { width: 1200px; height: 100%; margin: 0 auto } .detail-header .logo { float: left; margin-top: 20px } .detail-header .logo a { display: block } .detail-header .top-search { float: left; margin: 55px 0 0 60px } .detail-header .top-search .top-ctn { width: 420px; height: 40px; border: 2px solid #06c; position: relative; z-index: 3 } .detail-header .top-search input { width: 328px; height: 36px; float: left; outline: 0; padding: 0 12px 0 30px; color: #666; background: url(/img/icon/icon-search.png) 10px center no-repeat } .detail-header .top-search .btn { width: 88px; height: 36px; font-size: 16px; float: left; background-color: #06c; color: #fff; outline: 0; cursor: pointer } .detail-header .top-search .pull-down { width: 331px; position: absolute; left: -2px; top: 38px; border: 1px solid #e5e5e5; border-top: 0; display: none } .detail-header .top-search .pull-down ul { max-height: 228px; overflow-y: auto } .detail-header .top-search .pull-down ul::-webkit-scrollbar { width: 6px; height: 16px; background-color: #F5F5F5 } .detail-header .top-search .pull-down ul::-webkit-scrollbar-track { border-radius: 10px; background-color: #F5F5F5 } .detail-header .top-search .pull-down ul::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd } .detail-header .top-search .pull-down li { width: 100%; background: #fff; color: #333; font-size: 12px; line-height: 30px; padding: 0 98px 0 10px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; display: block; overflow: hidden; position: relative } .top-bar .arrow, .top-bar .welcome, .top-bar a { display: inline-block } .detail-header .top-search .pull-down li.active, .detail-header .top-search .pull-down li:hover { background-color: #e9f4ff } .detail-header .top-search .pull-down li .goods-num { position: absolute; right: 10px; top: 0; color: #999 } .detail-header .top-search .pull-down li .red { color: red } .detail-header .supplier { width: 258px; height: 56px; line-height: 24px; background-color: #edf9ff; color: #333; font-size: 18px; float: left; padding: 3px 18px; margin: 45px 0 0 16px } .detail-header .supplier p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .detail-header .supplier p:nth-of-type(2) { font-size: 14px } .detail-header .search-all { width: 90px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 16px; background-color: #fa8c35; float: left; margin: 55px 0 0 7px; cursor: pointer } .top-bar { width: 100%; background-color: #f5f5f5; color: #666; font-size: 12px; border-bottom: 1px solid #eee } .top-bar a:hover { color: red } .top-bar .red { color: #ff0036 } .top-bar .arrow { width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 5px solid #999; margin-left: 8px } .top-bar .center { width: 1200px; height: 40px; margin: 0 auto } .top-bar .welcome { line-height: 40px; margin-right: 20px } .top-bar .left { float: left } .top-bar .right { float: right } .top-bar .link > li { padding: 13px 0; text-align: left; float: left; position: relative; cursor: pointer } .top-bar .link > li:hover .pull-down { display: block } .top-bar .link > li:nth-last-child(1) .nav-drop { border: 0 } .top-bar .link .nav-drop { width: 100%; padding: 0 10px; border-right: 1px solid #dedede } .top-bar .link .num { color: #fe0000; font-size: 12px } .top-bar .link .pull-down { width: 100px; line-height: 22px; background-color: #fff; border: 1px solid #eee; padding: 5px 15px; z-index: 4; position: absolute; left: 50%; top: 35px; margin-left: -50px; display: none } .top-bar .link .pull-down:before { content: ""; position: absolute; left: 50%; top: -6px; margin-left: -6px; width: 13px; height: 6px; background: url(/img/icon/pull-top.png) no-repeat } .top-bar .link .account { float: left; color: #666; margin-right: 10px } .top-bar .top-ad { width: 100%; height: 0; display: block; position: relative; overflow: hidden } .top-bar .top-ad img { position: absolute; left: 50%; top: 0; margin-left: -960px } .top-bar .top-ad .close { width: 30px; height: 30px; background: url(/img/icon/close.png) no-repeat; position: absolute; top: 25px; left: 50%; margin-left: 570px; cursor: pointer } /*更改广告关闭按钮结构*/ .top-ad-wrap{position: relative;overflow: hidden;} .top-bar .top-ad-wrap .close { background: url(/img/icon/close.png) no-repeat; cursor: pointer; display: inline-block; position: absolute; z-index: 3; width: 30px; height: 30px; top: 25px; left: 50%; margin-left: 570px; } .top-bar .zoom-tip { width: 100%; height: 40px; line-height: 40px; overflow: hidden; color: #666; font-size: 12px; background-color: #fff1df; display: none } /*更改广告关闭按钮结构*/ .top-ad-wrap{position: relative;overflow: hidden;} .top-bar .top-ad-wrap .close { background: url(/img/icon/close.png) no-repeat; cursor: pointer; display: inline-block; position: absolute; z-index: 3; width: 30px; height: 30px; top: 25px; left: 50%; margin-left: 570px; } .top-bar .zoom-tip .center { width: 1200px; margin: 0 auto; position: relative } .top-bar .zoom-tip .red { color: #ff3f13 } .top-bar .zoom-tip .icon-close { width: 12px; height: 12px; background: url(/img/icon/icon-close.png) no-repeat; cursor: pointer; position: absolute; right: 10px; top: 15px } .yhw-nav { height: 40px; background-color: #fff; border-bottom: 2px solid #06c } .yhw-nav .center { width: 1200px; margin: 0 auto; height: 40px } .yhw-nav .center .main-nav { float: left } .yhw-nav .center .main-nav li { width: 120px; height: 39px; line-height: 39px; float: left; color: #333; font-size: 16px; text-align: center } .yhw-nav .center .main-nav a:hover, .yhw-nav .center .main-nav li.active { color: #06c } .yhw-nav .center .main-nav a { padding: 0 17px; display: inline-block; position: relative } .yhw-nav .center .main-nav .icon { width: 22px; height: 15px; background-repeat: no-repeat; position: absolute; top: 5px; right: -2px; -webkit-animation: nav-icon .4s infinite ease-in alternate; animation: nav-icon .4s infinite ease-in alternate } .yhw-nav .center .main-nav .icon.order { background-image: url(/img/icon/nav-icon1.png) } .yhw-nav .center .main-nav .icon.activity { background-image: url(/img/icon/nav-icon2.png) } .yhw-nav .center .main-nav .num { height: 14px; padding: 0 5px; background-color: #ff0036; line-height: 14px; font-size: 8px; color: #fff; border-radius: 8px; -webkit-text-size-adjust: none; position: absolute; left: 82px; top: 4px } .yhw-nav .classify-btn { float: left; color: #fff; cursor: pointer; position: relative } .yhw-nav .classify-btn h3 { width: 200px; height: 39px; line-height: 39px; background: url(/img/yhw2/nav-toggle.png) 38px center no-repeat #06c; font-weight: 400; font-size: 16px } .yhw-nav .classify-btn h3 a { display: block; width: 100%; height: 100%; padding-left: 65px } .yhw-nav .classify-btn .goods-classify { width: 1100px; position: absolute; left: 0; top: 39px; display: block; z-index: 2 } .yhw-nav .classify-btn .classify-title { width: 200px; background-color: rgba(0, 102, 204, .85); float: left; display: none } .yhw-nav .classify-btn .classify-title li { width: 100%; height: 50px; line-height: 50px; color: #fff; font-size: 14px; background: url(/img/yhw2/nav-bg1.png) 38px center no-repeat } .yhw-nav .classify-btn .classify-title li:nth-of-type(2) { background-image: url(/img/yhw2/nav-bg2.png) } .yhw-nav .classify-btn .classify-title li:nth-of-type(3) { background-image: url(/img/yhw2/nav-bg3.png) } .yhw-nav .classify-btn .classify-title li:nth-of-type(4) { background-image: url(/img/yhw2/nav-bg4.png) } .yhw-nav .classify-btn .classify-title li:nth-of-type(5) { background-image: url(/img/yhw2/nav-bg5.png) } .yhw-nav .classify-btn .classify-title li:nth-of-type(6), .yhw-nav .classify-btn .classify-title li:nth-of-type(7) { background-image: url(/img/yhw2/nav-bg7.png) } .yhw-nav .classify-btn .classify-title li:hover { background-color: #fa8c35 } .yhw-nav .classify-btn .classify-title li a { display: block; width: 100%; height: 100%; padding-left: 65px } .yhw-nav .classify-btn .classify-ctn { width: 900px; height: 400px; background-color: #fff; border: 1px solid #fa8c35; float: left; position: relative; display: none } .yhw-nav .classify-btn .classify-ctn h4 { color: #000; font-size: 16px; line-height: 16px; margin: 23px 0 15px 16px; font-weight: 400 } .yhw-nav .classify-btn .classify-ctn h4 .line { width: 4px; height: 16px; background: #fa8c35; float: left; margin-right: 5px } .yhw-nav .classify-btn .classify-ctn .goods-list { float: left; width: 100%; overflow: hidden } .yhw-nav .classify-btn .classify-ctn .goods-list a { width: 170px; line-height: 24px; float: left; font-size: 14px; color: #666; padding-left: 16px } .yhw-nav .classify-btn .classify-ctn .goods-list a:hover { color: #06c } .yhw-nav .classify-btn .classify-ctn .logos { width: 100%; height: 180px; float: left; padding: 0 88px; position: absolute; bottom: 30px } .yhw-nav .classify-btn .classify-ctn .logos li { width: 180px; height: 180px; float: left; border-left: 1px solid #f5f5f5; padding: 15px 18px 0 } .yhw-nav .classify-btn .classify-ctn .logos li:nth-of-type(1) { border-left: 0 } .yhw-nav .classify-btn .classify-ctn .logos li img { width: 100%; display: block } @-webkit-keyframes nav-icon { from { top: 5px } to { top: 2px } } @keyframes nav-icon { from { top: 5px } to { top: 2px } } .yhw-footer-top { width: 100%; background-color: #222 } .yhw-footer-top .inner { width: 1200px; margin: 0 auto; color: #fff; font-size: 12px; padding: 30px 0 40px; overflow: hidden } .yhw-footer-top .inner > ul { overflow: hidden; float: left } .yhw-footer-top .line { width: 120px; float: left } .yhw-footer-top .line li { line-height: 30px; text-align: left; font-size: 12px } .yhw-footer-top .code p:nth-of-type(1), .yhw-footer-top .line li:nth-of-type(1) { font-size: 16px; line-height: 36px } .yhw-footer-top .line a { color: #fff } .yhw-footer-top .line a:hover { color: #39c } .yhw-footer-top .line:nth-last-child(1) { width: 100px } .yhw-footer-top .inner-line { width: 1px; height: 132px; background-color: #484848; margin-right: 18px; float: left } .yhw-footer-top .code { width: 105px; margin-right: 15px; float: left; text-align: center } .yhw-footer-top .code img { width: 80px; height: 80px } .yhw-footer-top .code p:nth-of-type(2) { font-size: 12px; line-height: 34px } .yhw-footer-top .serve { width: 200px; margin-left: 40px; float: left } .yhw-footer-top .serve .online { width: 120px; height: 36px; line-height: 36px; text-align: left; background-color: #fff; border-radius: 8px; color: #333; font-size: 14px; padding-left: 45px; display: block; position: relative; margin: 10px 0 } .yhw-footer-top .serve .online .icon { width: 24px; height: 26px; background: url(/img/icon/serve.png) no-repeat; float: left; position: absolute; left: 14px; top: 5px } .yhw-footer-top .serve .hot-line { line-height: 22px; margin-bottom: 5px } .yhw-footer-top .serve .hot-line .icon { width: 48px; height: 48px; background: url(/img/icon/call.png) no-repeat; float: left } .yhw-footer-top .serve .hot-line .name { color: #fff; font-size: 16px; display: inline-block } .yhw-footer-top .serve .hot-line .num { color: #06c; font-size: 20px; display: inline-block } .yhw-footer-top .serve .txt { line-height: 22px; font-size: 12px } .yhw-footer-btm { width: 100%; background-color: #fff; border-top: 1px solid #ddd; overflow: hidden; padding-bottom: 26px } .yhw-footer-btm .inner { width: 1200px; margin: 0 auto; color: #333; font-size: 12px; line-height: 24px; text-align: center; padding-top: 16px } .yhw-footer-btm .inner .link span { margin: 0 10px } .yhw-footer-btm .inner a:hover { color: #39c } .yhw-footer-btm .attestation { text-align: center; height: 47px; margin-top: 16px } .yhw-footer-btm .attestation .certificate { margin: 0 10px; display: inline-block } .yhw-footer-btm .attestation .beianbgs { display: inline-block } .yhw-footer-btm .attestation .beianbgs a { display: inline-block; text-decoration: none; height: 47px; margin: 0 10px } .yhw-footer-btm .attestation .beianbgs img { height: 47px } .login-pop { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, .4); z-index: 9; display: none; text-align: center } .login-pop:before { content: ''; display: inline-block; vertical-align: middle; height: 100% } .login-pop .center-border { width: 420px; height: 460px; border: 6px solid rgba(255, 255, 255, .4); display: inline-block; vertical-align: middle } .login-pop .center-border .center { width: 100%; height: 100%; background: url(/img/login2/login-logo02.png) center 40px no-repeat #fff; padding: 151px 56px 0; position: relative } .login-pop .center-border .center .close { cursor: pointer; width: 16px; height: 16px; position: absolute; right: 16px; top: 16px; border-radius: 50%; background: url(/img/login2/login-close.png) no-repeat } .login-pop .center-border .center form.fail .form-group .login-pwd, .login-pop .center-border .center form.fail .form-group .login-user { border: 1px solid red } .login-pop .center-border .center form.fail .form-group .login-fail { display: block } .login-pop .center-border .center .form-group { width: 100%; height: 72px; text-align: left } .login-pop .center-border .center .form-group .login-pwd, .login-pop .center-border .center .form-group .login-user { width: 100%; height: 40px; line-height: 40px; border: 1px solid #ccc; font-size: 12px; color: #333; border-radius: 4px; margin: 0 auto; outline: 0; padding-left: 35px } .login-pop .center-border .center .form-group .login-user { background: url(/img/login2/login-user.png) 10px center no-repeat } .login-pop .center-border .center .form-group .login-pwd { background: url(/img/login2/login-pwd.png) 10px center no-repeat } .login-pop .center-border .center .form-group .error-tip, .login-pop .center-border .center .form-group .login-fail { display: none; font-size: 12px; line-height: 32px; color: red } .login-pop .center-border .center .form-group:nth-child(1) { position: relative } .login-pop .center-border .center .form-group:nth-child(1) i { cursor: pointer; display: none; width: 16px; height: 16px; position: absolute; right: 11px; top: 13px; background: url(/img/login2/login-del.png) no-repeat } .login-pop .center-border .center .form-group.error .login-pwd, .login-pop .center-border .center .form-group.error .login-user { border: 1px solid red } .login-pop .center-border .center .form-group.error .error-tip { display: block } .login-pop .center-border .center .login-btn { cursor: pointer; width: 100%; height: 40px; background: #06c; color: #fff; margin-top: 25px; margin-bottom: 9px; line-height: 40px; text-align: center; font-size: 20px; border-radius: 4px } .login-pop .center-border .center .forget-pwd { cursor: pointer; float: right; font-size: 12px; color: #bbb } #common-tips, #jurisdiction-tips { z-index: 1000000 } #common-tips .pop-main, #jurisdiction-tips .pop-main { width: 420px } #common-tips .pop-body p, #jurisdiction-tips .pop-body p { padding: 70px 0; font-size: 16px; text-align: center; color: #333 } :-moz-placeholder { color: #ccc } ::-moz-placeholder { color: #ccc } input:-ms-input-placeholder { color: #ccc } input::-webkit-input-placeholder { color: #ccc } .wrap { width: 100%; min-height: 100% } .main { width: 1200px; margin: 0 auto } .search-txt { width: 532px; margin: 0 auto; overflow: hidden } .search-txt input { width: 450px; height: 36px; border: 1px solid #06c; float: left; padding: 0 5px } .search-txt button { width: 82px; height: 36px; color: #fff; background-color: #06c; float: left; cursor: pointer } .help-center { overflow: hidden; margin: 30px 0 } .help-center .lf-nav { width: 200px; float: left; margin-right: 20px; background-color: #fff } .help-center .rt-ctn { width: 980px; float: right; background-color: #fff; padding: 0 30px } .lf-nav .list { width: 100%; cursor: pointer } .lf-nav .list .category-name { padding: 0 23px 0 50px } .lf-nav .list .category-name span { font-size: 16px; color: #333; line-height: 48px } .lf-nav .list .category-name .fa { font-size: 16px; float: right; line-height: 48px; transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s } .lf-nav .list ul { display: none; background-color: #f7fbff; padding: 5px 23px 5px 50px; border: 1px solid #eef7ff } .lf-nav .list ul li { color: #666; line-height: 28px; font-size: 12px } .lf-nav .list ul li.active, .lf-nav .list ul li:hover { color: red; text-decoration: underline; font-weight: 700 } .lf-nav .list.cur ul { display: block } .lf-nav .list.cur .category-name .fa { -ms-transform: rotate(90deg); transform: rotate(90deg); -o-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg) } .rt-ctn table { border-collapse: collapse } .rt-ctn .article-path { font-size: 12px; margin: 22px 0; color: #666 } .rt-ctn .tit { width: 100%; height: 20px; margin: 8px 0 20px; position: relative } .rt-ctn .tit .line { width: 5px; height: 20px; background-color: #06c; float: left; border-radius: 10px; margin-right: 10px } .rt-ctn .tit .bg { width: 98%; border-bottom: 1px solid #ddd; float: left; margin-top: 10px } .rt-ctn .tit .txt { float: left; line-height: 20px; color: #333; font-size: 16px; background-color: #fff; position: absolute; left: 15px; top: 0; padding-right: 8px } .rt-ctn .con { width: 100%; padding: 20px; font-size: 14px } .rt-ctn .con div { margin-bottom: 25px } .rt-ctn .con h4 { font-size: 14px; color: #333; line-height: 26px; font-weight: 400 } .rt-ctn .con p { line-height: 26px; color: #999; padding-left: 20px } .rt-ctn .con .blue { color: #06c } /* FILE ARCHIVED ON 10:27:18 Aug 17, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:58:08 Oct 25, 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.561 exclusion.robots: 0.027 exclusion.robots.policy: 0.017 esindex: 0.01 cdx.remote: 19.924 LoadShardBlock: 265.557 (3) PetaboxLoader3.resolve: 248.31 (3) PetaboxLoader3.datanode: 178.029 (6) load_resource: 173.935 */