﻿@charset "utf-8";
header ul.head-share{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:300px;margin-left:auto;margin-right:115px;}
header ul.head-share li{margin:0px 12px 0px 0px}
header ul.head-share .social-item{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background:#555;color:#FFFFFF;border-radius:2px;transition:transform .3s ease}
header ul.head-share .social-item>i,header ul.head-share .social-item>em{font-size:var(--fontsize20)}
header ul.head-share .social-item.fb{background-color:#3b5997}
header ul.head-share .social-item.tw{background-color:#2d2d2d}
header ul.head-share .social-item.lk{background-color:#0A66C2}
header ul.head-share .social-item.ins{background:radial-gradient(circle at 30% 107%, #FDF497 0, #FDF497 5%, #fd5949 45%, #D6249F 60%, #285aeb 90%)}
header ul.head-share .social-item.pi{background-color:#cc2127}
header ul.head-share .social-item.you{background-color:#FF0000}
header ul.head-share .social-item.vk{background:#0077FF}
header ul.head-share .social-item.tik{background-color:var(--fontcolor)}
header ul.head-share .social-item:hover{transform:scale(1.1)}
.head-top .head-lang{margin-left:20px;}
@media (min-width:769px){.pro-detail .pro-btnlist>a, .pro-detail .pro-btnlist .pro-btn{width:40%;}}