﻿@charset "utf-8"; 
.download ul{max-width:1000px;margin:0 auto}
.download ul li{width:100%;font-weight:600;display:flex;justify-content:space-between;padding:4px 0;font-size:18px;border-bottom:1px solid #bbb}
.download ul li p:nth-child(2) a{background:#2086de;color:#fff;padding:4px 10px;border-radius:4px;transition:all 0.2s linear}
.download ul li p:nth-child(2) a:hover{opacity:0.9}
.foot-item3 ul{display:flex;flex-wrap:wrap;}
.foot-item3 ul li{width:49%;}
@media(max-width:1024px){.foot-item3 ul li{width:35%;}}
.pdshow-r-btn{display:flex;}
.pdshow-r-btn .pdown2{display: inline-block;width: 200px;height: 45px;line-height: 45px;border-radius: 25px;color: #FFF;text-align: center;font-size: 16px;margin: 0px 20px 20px 0px;transition: background .2s ease-in-out;background-color: var(--color);cursor: pointer;}
.pdshow-r-btn .pdown2>a{width:100%;}
.pdshow-r-btn .pdown2>a span{width:100%;display:block;}
@media (max-width:1366px){.pdshow-r-btn .pdown2{width:calc(50% - 10px)}}
@media (max-width:768px){.pdshow-r-btn{flex-wrap:wrap;}
.pdshow-r-btn .pdown2{width:100%;height:40px;line-height:40px;}
.addToCart, .pdshow-r-btn a,.pdshow-r-btn .pdown2{margin-right:0;margin-left:0;}}

nav .nav #liproducts .submenu{width:auto;left:0;}
#liproducts .submenu>li{position:relative;display:flex;flex-wrap:wrap}
#liproducts .submenu>li ul{position:absolute;left:100%;top:0;width:auto;display:none;background:#fff}
#liproducts .submenu>li:hover ul{display:block}
@media (min-width:801px) and (max-width:1280px){nav .nav #liproducts .submenu{left:-50px;}}
@media (max-width:800px){#liproducts .submenu>li ul{display:block;position:static;width:100%;padding-left:20px}}
.products-page .categories .LiLevel1>a{font-size:20px;}
.products-page .categories .LiLevel2>a{font-size:18px;}