﻿@charset "utf-8"; 
:root {--color: #e7332f;--hovercolor: #1e558e;}
.head-info .head-logo a img{height:auto;}
header.is-active .head-info , .head-info .nav-ul>li ul{background: var(--hovercolor);}
.head-share ul li a , .head-link em ,footer .foot-share ul a ,footer .foot-touch .foot-inner .icon em{color: #fff;}
.prodetailtxt{background:#f5f5f5;overflow: hidden;}
.prodetailtxt-info{display:flex;white-space:nowrap;line-height:35px;align-items:center;width:100%;}
.prodetailtxt-info img{width:18px;}
.prodetailtxt-info p{margin-left:10px;color:#333;flex:1;}
.prodetailtxt-info p a{text-decoration:underline}
.prodetailtxt-scroll{display:inline-block;padding-left:100%;animation:scrollText 25s linear infinite;}
@keyframes scrollText{0%{transform:translateX(0);}
100%{transform:translateX(-100%);}}