.company-detail-wrapper{min-height:-webkit-calc(100vh - 176px);min-height:calc(100vh - 176px)}.company-header{width:100%;padding:20px 15px;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.company-header .company-logo{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50px;height:50px;border:1px solid #ddd;border-radius:10px;margin-right:10px;overflow:hidden;position:relative}.company-header .company-logo .logo{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.company-header .company-info{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%}.company-header .company-info .name{font-size:19px;font-weight:700;color:#2e3035}.company-header .company-info .tags{display:block;margin:3px 0 0}.company-header .company-info .tag{display:inline-block;font-size:12px;color:#fff;padding:1px 6px;border-radius:3px}.company-header .company-info .tag .ani_dot{display:inline-block;width:9px;vertical-align:bottom;overflow:hidden}@-webkit-keyframes dot{0%{width:0;margin-right:9px}33%{width:3px;margin-right:6px}66%{width:6px;margin-right:3px}to{width:9px;margin-right:0}}@keyframes dot{0%{width:0;margin-right:9px}33%{width:3px;margin-right:6px}66%{width:6px;margin-right:3px}to{width:9px;margin-right:0}}.company-header .company-info .tag .ani_dot{-webkit-animation:dot 2s step-start infinite;animation:dot 2s step-start infinite}.company-header .company-info .tag.camera{background:-webkit-gradient(linear,left top,right top,from(#32d0f3),to(#0547f2));background:-webkit-linear-gradient(left,#32d0f3,#0547f2);background:linear-gradient(90deg,#32d0f3,#0547f2)}.company-header .company-info .tag.certification{background:-webkit-gradient(linear,left top,right top,from(#f4ce34),to(#f26c05));background:-webkit-linear-gradient(left,#f4ce34,#f26c05);background:linear-gradient(90deg,#f4ce34,#f26c05)}.company-header .company-info .tag.certification:before{content:"";display:inline-block;width:13px;height:13px;margin-right:4px;vertical-align:middle;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAABHNCSVQICAgIfAhkiAAAAPlJREFUKFON0sEqxFEUBvDfeQYLSUqZrUIpC8UjmJUH4AU8gGcwD0CZHTaysKdslOIBLEyT2Ch2dkdn+o8mmeGu7j33fPc73/fdMGFl5jpWcIG5iLiJYX9mbuO5ilXLzEO0sIE93P0EVMNURLSb5h1cDwER0amHRhle8IouDvCBh78A07jFKhYa8GCk3xhKw0mj6R1P+MTaOEA5coYeOhFxmplXk0Z6bMY4iojdxqnxgH/k0Y+IXmTm/cCuiOUKaiSH87K1xGZm7d+KuQB1mMcW9rEZEa0mi2P0SxMWq16AcmcJl3VZtM2XqMZ2JYxZzBTbd3CTNIzefQGbm3UOvSBnugAAAABJRU5ErkJggg==) no-repeat 50%;background-size:12px 13px}.company-body{width:100%;margin-top:12px;background-color:#fff}.company-body .tabs{list-style:none;width:100%;height:52px;border-bottom:2px solid #ededed;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center}.company-body .tabs,.company-body .tabs .tab{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.company-body .tabs .tab{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33%;height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;cursor:pointer}.company-body .tabs .tab .tab-name{font-size:14px;color:#969699}.company-body .tabs .tab.on .tab-name{font-weight:700;color:#2e3035;position:relative}.company-body .tabs .tab.on .tab-name:after{content:"";display:block;width:32px;height:3px;border-radius:2px;background-color:#86bc42;position:absolute;bottom:-5px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.company-body .company-basic,.company-body .company-info,.company-body .company-product{width:100%;background-color:#fff;display:none}.company-body .company-basic.on,.company-body .company-info.on,.company-body .company-product.on{display:block}.company-body .company-basic{padding:10px 0}.company-body .company-basic .basic-row{width:100%;padding:10px 20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:flex-start;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:flex-start;flex-direction:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;line-height:1.3}.company-body .company-basic .basic-row .label{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:108px;font-size:14px;color:#969699}.company-body .company-basic .basic-row .value{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100px;font-size:14px;color:#2e3035}.company-body .company-basic .basic-row a{color:#2e3035}.company-body .company-info{width:100%;background-color:#fff;padding:20px}.company-body .company-info .company-rich-text{width:100%}.company-body .company-info .company-rich-text img{max-width:100%}.company-body .company-info .company-rich-text video{width:100%;max-width:100%}.company-body .company-product{width:100%;background-color:#f8f8f8;padding:15px}.company-body .product-list{list-style:none;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.company-body .product-list .product-item{width:50%}.company-body .product-list .product-item:nth-child(2n){padding-left:4px;padding-bottom:8px}.company-body .product-list .product-item:nth-child(odd){padding-right:4px;padding-bottom:8px}.company-body .product-list .product-box{display:block;background-color:#fff;border-radius:10px;overflow:hidden}.company-body .product-list .product-box .product-photo-wrapper{width:100%;height:0;padding-bottom:100%;position:relative;overflow:hidden}.company-body .product-list .product-box .product-photo-wrapper .product-photo{position:absolute;width:100%;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.company-body .product-list .product-box .product-name{width:100%;height:50px;padding:5px;line-height:20px;font-size:14px;color:#343635}.company-body .product-list .product-box .product-price{width:100%;padding:5px;color:#d50101;font-size:17px;font-weight:700}.company-body .product-list .product-box .product-price span{font-size:14px;font-weight:400}