qualityauthorize.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. @charset "utf-8";body{margin:0}
  2. h1,h2,h3,p{margin:0}
  3. a{text-decoration:none;color:#000}
  4. ul{margin:0;padding:0;list-style-type:none}
  5. .fl-left{float:left}
  6. .fl-right{float:right}
  7. .fl-clear::after{display:block;content:'';clear:both}
  8. .params{border-collapse:unset;border:0;width:100%}
  9. .product-params .params tr td{border:0}
  10. .product-params .params tr td:nth-child(2n-1){color:#999999}
  11. @media screen and (min-width:768px){body{background-color:#F8F8F8}
  12. .inner{width:1184px;margin:0 auto}
  13. .container-header{width:100%;height:auto}
  14. .header-top{width:100%;height:80px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:23px 0;background-image:-o-linear-gradient(right,#191919 0%,#464646 100%);background-image:-webkit-gradient(linear,right top,left top,from(#191919),to(#464646));background-image:linear-gradient(270deg,#191919 0%,#464646 100%)}
  15. .header-top .logo{width:98px;height:34px;float:left}
  16. .header-top .logo img{width:98px;height:34px;display:block}
  17. .container-content{width:100%;height:auto;margin-top:16px}
  18. .container-content .content-top{width:100%;height:120px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 16px;background-color:#ffffff;-webkit-box-shadow:0 2px 10px #ebecef;box-shadow:0 2px 10px #ebecef}
  19. .container-content .content-top-left{width:50%;float:left;height:100%}
  20. .container-main{width:1184px;height:590px;margin:0 auto;padding:25px;background:#FFF;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box}
  21. .container-main .img-box{float:left;position:relative;width:540px;height:540px;border:1px solid #ececec;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
  22. .container-main .img-box .origin-logo-box{text-align:center;width:140px;position:absolute;top:45px;left:26px;z-index:10}
  23. .container-main .img-box .product-brand{max-width:140px;height:auto}
  24. .container-main .img-box .product-img{width:100%;height:100%}
  25. .container-main .img-box .product-authorize{width:72px;height:72px;position:absolute;bottom:20px;right:30px;z-index:10}
  26. .product-desc{width:570px;line-height:30px;color:#101010;float:right}
  27. .product-desc h3{font-size:20px}
  28. .product-desc .pink-box{margin:30px 0;padding:10px 16px;background:rgb(251,241,242);color:#bc1724}
  29. .product-desc .pink-box a{color:#bc1724}
  30. .product-desc .default-box{padding:10px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}
  31. .product-desc .dls{color:#999}
  32. .product-desc .statement a{color:#bc1724}
  33. .product-desc .statement a .icon-wenhao{font-weight: bold;margin-left: 5px}
  34. /*.product-desc .statement a::after{content:'?';display:inline-block;width:14px;height:14px;text-align:center;line-height:16px;font-size:14px;border:1px solid #bc1724;border-radius:50%;margin-left:5px}*/
  35. .product-desc p{margin:30px 0}
  36. .product-params{width:1184px;margin:16px auto 0;padding:25px;background:#FFFFFF;-webkit-box-sizing:border-box;box-sizing:border-box}
  37. .product-params .title{position:relative;padding-bottom:10px;border-bottom:1px solid #eee;-webkit-box-sizing:border-box;box-sizing:border-box}
  38. .product-params .title::after{content:'';display:block;position:absolute;bottom:-2px;left:0;width:72px;height:2px;background:#101010}
  39. .product-params .title span{font-size:18px;font-weight:bold}
  40. .product-params .p-content{color:#101010}
  41. .product-params .pc-params{margin-top:30px}
  42. .product-params .pc-params li{float:left;width:50%;margin:15px 0}
  43. .product-params .pc-params li>div{float:left}
  44. .product-params .pc-params li .p-title{color:#999999}
  45. .footer{margin-top:60px;padding:20px 0;background-color:#eee}
  46. .footer p{text-align:center;font-size:14px;color:#999}
  47. .footer p a{color:#999}
  48. .product-desc a:hover{color:#F52E3E}
  49. .product-desc .statement a:hover::after{border-color:#F52E3E}
  50. .footer p a:hover{color:#F52E3E}
  51. .footer-mobile{display:none}
  52. .product-params .params.mobile{display:none}
  53. .statementModel{position:fixed;top:0;left:0;z-index:999;width:100%;height:100vh;background:rgba(0,0,0,.4)}
  54. .statementModel .model{position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);width:620px;height:380px;border-radius:4px;background:#fff;overflow:hidden}
  55. .statementModel .title{padding:15px 20px;background:#f1f1f1;font-size:18px}
  56. .statementModel .close{position:absolute;right:20px;top:10px;display:block;width:30px;height:30px;background:url(/img/quality/icon-close.png) no-repeat center;cursor:pointer}
  57. .statementModel .close:hover{background-image:url(/img/quality/icon-close-hover.png)}
  58. .statementModel .content{padding:15px;height:296px;overflow-y:scroll;line-height: 1.8;text-align: justify;text-indent: 2em}
  59. .float-zplm{position:fixed;z-index:99;bottom:16%;right:2%;width:90px}
  60. .float-zplm img{width:100%}
  61. .close{position:absolute;display:block;width:32px;height:32px;background:url(/img/quality/mb-close.png) no-repeat center;cursor:pointer;z-index:999;background-size:32px;right:0;top:-50px}
  62. .container-main .sq-book{position:absolute;width:149px;height:112px;bottom:20px;left:30px;z-index:10;cursor: pointer;}
  63. .sq-book-modal{width:100%;height:100vh;position:fixed;z-index:997;top:0;left:0;background:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
  64. .sq-book-img{width:622px;height:467px;-webkit-box-shadow:0 10px 28px rgba(255,199,30,.26);box-shadow:0 10px 28px rgba(255,199,30,.26);position:fixed;left:0;right:0;margin:0 auto;top:20%;z-index:998}
  65. .sq-book-img img{width:100%;height:auto}
  66. }@media screen and (max-width:768px){body{background:#fff}
  67. .container{font-size:3.6vw;color:#101010}
  68. .container-header{display:none}
  69. .container-content{width:100%}
  70. .container-main{width:100vw}
  71. .container-main .img-box{width:100vw;position:relative}
  72. .container-main .product-img{width:100vw}
  73. .container-main .img-box .origin-logo-box{position:absolute;top:4vw;left:4vw;max-width:30vw;text-align:center;z-index:9}
  74. .container-main .img-box .origin-logo-box img{max-width:30vw}
  75. .container-main .img-box .product-authorize{width:13.8vw;height:13.8vw;position:absolute;bottom:3.2vw;right:4vw}
  76. .product-desc a{color:#bc1724}
  77. .product-desc h3{background:-o-linear-gradient(left,#101010,#404040);background:-webkit-gradient(linear,left top,right top,from(#101010),to(#404040));background:linear-gradient(to right,#101010,#404040);color:#fefefe;padding:4vw;font-size:4.4vw}
  78. .product-desc .pink-box{padding:3.2vw 4vw;background:rgb(251,241,242);color:#bc1724;line-height:8vw}
  79. .product-desc .default-box{width:92.3vw;margin:0 auto;padding:3.2vw 0;border-bottom:0.4vw solid #eee;line-height:8vw}
  80. .product-desc .statement a{display:block;padding-right:20px;width:23.6vw;}
  81. .product-desc .statement a .icon-wenhao{font-weight: bold;margin-left: 5px;}
  82. .product-desc p{padding:3.2vw 4vw;line-height:6vw}
  83. .product-desc .sn-number{padding:3.2vw 0;background:#f5f5f5}
  84. .product-desc .sn-number .item-row{background:rgb(251,241,242);padding:3.2vw 4vw}
  85. .product-params{padding:3.2vw 4vw}
  86. .product-params .title{padding:4vw 0;border-bottom:0.4vw solid #eee;font-size:4vw;font-weight:bold}
  87. .product-params .params{margin-top:3vw;border-spacing:0 4vw}
  88. .product-params .params tr{line-height:6.6vw}
  89. .product-params .footer{display:none}
  90. .product-params .params.mobile td{vertical-align: top}
  91. .footer{display:none}
  92. .footer-mobile{padding:8vw 0 4vw;line-height:7vw;text-align:center;background:#f5f5f5}
  93. .footer-mobile p{color:#b2b2b2;font-size:2.4vw}
  94. .footer-mobile a{color:#f52e3e;font-size:3vw;font-weight:bold}
  95. .product-params .pc-params.pc{display:none}
  96. .statementModel{position:fixed;top:0;left:0;z-index:999;width:100%;height:100vh;background:rgba(0,0,0,.4)}
  97. .statementModel .model{position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);width:86vw;height:128vw;border-radius:4px;background:#fff}
  98. .statementModel .title{padding:4vw 5vw;background:#f1f1f1;font-size:4.6vw;text-align:center}
  99. .statementModel .close{position:absolute;right:0;top:-10vw;display:block;width:8.2vw;height:8.2vw;background:url(/img/quality/mb-close.png) no-repeat center;background-size:8.2vw;cursor:pointer}
  100. .statementModel .content{padding:4vw;height:100vw;overflow-y:scroll;line-height: 1.8;text-align: justify;text-indent: 2em;}
  101. .float-zplm{position:fixed;z-index:99;bottom:30vw;right:3.4vw;width:15.7vw}
  102. .float-zplm img{width:100%}
  103. .close{position:absolute;display:block;width:7.2vw;height:7.2vw;background:url(/img/quality/mb-close.png) no-repeat center;cursor:pointer;z-index:999;background-size:7.2vw;right:0;top:-11.5vw}
  104. .container-main .sq-book{position:absolute;width:27.2vw;height:20.6vw;bottom:4.1vw;left:4vw;z-index:10;cursor: pointer}
  105. .sq-book-modal{width:100%;height:100vh;position:fixed;z-index:997;top:0;left:0;background:rgba(0,0,0,.7)}
  106. .sq-book-img{z-index:998;display:block;width:92vw;height:69vw;position:fixed;top:41.2vw;left:0;right:0;margin:0 auto;-webkit-box-shadow:0 10px 28px rgba(255,199,30,.26);box-shadow:0 10px 28px rgba(255,199,30,.26)}
  107. .sq-book-img img{width:100%}
  108. }.myZoomIn{-webkit-animation:zoomIn 1s ease;animation:zoomIn 1s ease}
  109. .myZoomOut{-webkit-animation:zoomOut 1s ease;animation:zoomOut 1s ease}
  110. @-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  111. 50%{opacity:1}
  112. }@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  113. 50%{opacity:1}
  114. }@-webkit-keyframes zoomOut{0%{opacity:1}
  115. 50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  116. to{opacity:0}
  117. }@keyframes zoomOut{0%{opacity:1}
  118. 50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
  119. to{opacity:0}
  120. }
  121. @font-face {font-family: "iconfont";
  122. src: url('//at.alicdn.com/t/font_2466631_xct76hehlhc.eot?t=1617677320008'); /* IE9 */
  123. src: url('//at.alicdn.com/t/font_2466631_xct76hehlhc.eot?t=1617677320008#iefix') format('embedded-opentype'), /* IE6-IE8 */
  124. url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAANIAAsAAAAABuwAAAL6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqBeIIBATYCJAMICwYABCAFhG0HMBsnBhEVlClkXyTYnD24tgJVfeZWhGDmcRfFUCmL2UvWCFQafBMPfGvpn905gqC6S0qk+iILBBJI1SGB0DGmRA6NuKHL/dz8F0hxvMbmQL70qQly1JgC8ViccPc/pwUX4fveVZiQ7PPICuh+wpd3uZKDjY2ZkFNmc6RImHbGHmq9BsCYBfY/h0ubXmDzA+Uy17KoF2C8NcAx1x3ZHcgB+C3Da12Kh7yfgKIeY4RpvkgGyYvIsICwadhvIvmCUxT1SF6QbZgbhQtI+eRk8obz0e+H/8aGPIlMiuQs2ujtIJN+F2hMeqBlqEgE1nJ66ItIMQaRsKzRuECaBMdIFd1gNIhjZQZ+g1ZLqoWj/vOELJJeBg1gPhOLsx81PQER2hdh56QLiG2wTU+9W/buMnp/nv5e+fFm/PladjpHY/rT8FXLfy7RsP48+ba8f3rlhbE2t+NN6fqxbDrsN+8OdOu84Q2Q0v3bW2t/6PnDgHRSHk5yOicne0BwOuDkPS1kFdZ3wklZW2emXu+RzaDeqN5rzGw2toxCAHgvCg3oDbhGo4Kf1awXWSqNTt+/3aTvFE/+mjeVnrRa/a9BUZMevf2tOT6wzY7upZ4fvoC++CxkEmidIrHzd/+N4WPS2VXyuPOlCL5Nr7nI3joiw8zkb8oU+LmsgWXR4xBJ8pRMbEosytklAN2waEGs7X5MlXa9iT7IF1g6JHKakMobgozYMZBR0gdZeaaJUDRaZXFJB5YXYgGj3CEI6l4hUdUPqbp3ZMT+QEa3K2TVQx6KVoSONUuGBU+byrgU3MDqCN6aYsU0osWZfXS24ZLznIgwRk49D1i6WY5UMEZeYkK6c2wRBYopgjI6DMOQIGHycS26K5KUDEM1fZO+piijmYqhJYE2wMoR8KyRmJLVhVb5+T7k2AotcUdJl3oMsZTXObDozAHIijAeVPIoj6R2HDYhFKAwEgFlpEchDRKQNPfyoTWhcyf4EyUGrqSGCvXtxdHfrYEiIksC7ZbKbsfYXVImAwAA') format('woff2'),
  125. url('//at.alicdn.com/t/font_2466631_xct76hehlhc.woff?t=1617677320008') format('woff'),
  126. url('//at.alicdn.com/t/font_2466631_xct76hehlhc.ttf?t=1617677320008') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  127. url('//at.alicdn.com/t/font_2466631_xct76hehlhc.svg?t=1617677320008#iconfont') format('svg'); /* iOS 4.1- */
  128. }
  129. .iconfont {
  130. font-family: "iconfont" !important;
  131. font-size: 16px;
  132. font-style: normal;
  133. -webkit-font-smoothing: antialiased;
  134. -moz-osx-font-smoothing: grayscale;
  135. }
  136. .icon-wenhao:before {
  137. content: "\e71d";
  138. }