﻿@charset "utf-8"; 
header{height:128px}
.fixhead{height:108px}
header>.container{height:calc(100% - 48px)}
.headtop{background:#000}
header .container{max-width:1250px}
.headtop .container{height:48px;display:flex;align-items:center;justify-content:space-between}
.tcont{color:#fff;display:flex}
.tcont p{margin-right:25px}
.tcont i{font-size:18px}
.tcont a{color:#fff}
.tcont a:hover{color:var(--color)}
.tshare{display:flex;padding-right:20px}
.tshare a{margin-left:12px;display:flex;color:#fff;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:var(--color)}
.tshare a i{font-size:24px}
.tshare a:hover{background:#2d77b9}
body{padding-top:128px}
@media screen and (max-width:800px){header{height:calc(1rem + 48px)}
.fixhead{height:calc(1rem + 48px)}
body{padding-top:calc(1rem + 48px)}}
@media screen and (max-width:600px){.tshare{display:none}}
@media screen and (max-width:450px){header{height:1rem}
.fixhead{height:1rem}
body{padding-top:1rem}
header>.container{height:100%}
.headtop{display:none}}
.products-item-bref{display:block;max-height:none}
.pro-more a{padding:10px 20px;background:var(--color);color:#fff;display:inline-block}
.addToCart,.pdshow-r-btn a{background:var(--color);color:#fff}