﻿html{ border:0; margin:0px auto 0px auto; padding:0px 0px 0px 0px; font-size:14px; font-family:sans-serif, Tahoma, Geneva, Verdana; text-align:center;}
body { margin:0px auto 0px auto; padding:0px 0px 0px 0px; text-align:left;}
ul.ulClear, ul.ulClear li{ list-style: none; margin:0px auto 0px auto; padding:0px 0px 0px 0px;}
img{ border:0px;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
a.none{ color:#000000; text-decoration:none;}
h1.none, h2.none{ font-size:12px; margin:0px; padding:0px; font-weight:normal;}
.clearUl ul, .clearUl li{ list-style: none; margin:0px auto 0px auto; padding:0px 0px 0px 0px;}
.clear{ clear:both;}
.clear5px{ clear:both; height:5px;}
.clear10px{ clear:both; height:10px;}
.clear15px{ clear:both; height:15px;}
.clear20px{ clear:both; height:20px;} 
.clearLine{ border-bottom:solid 1px #dcdcdc; clear:both;}
input, textarea, select{outline:medium none; box-sizing:border-box;}
.path{ padding:5px; font-size:13px; margin:0px 0px 0px 0px; color:#949494; text-transform:uppercase;}
.path a { color:#949494; text-decoration:none; display:inline-block; }
.path a.cssName{ color: #164993; text-decoration:none; display:inline-block; }
.path a:hover { color:#182f45;}
.path span{ background-color:#949494; width:1px; display:inline-block; transform:rotate(35deg); margin:0px 5px;}

.globalRed{ color:Red;}
.globalBlue{ color:Blue;}
.globalOrange{ color:Orange;}

.pageding{ padding:10px 0px; text-align:center;}
.pageding li{ background-color: #f2f2f2; border-radius: 4px; color: #4e4e4e; display: inline-block; font-weight: bold; margin: 0 2px; padding: 5px 10px;}
.pageding a{ font-weight:bold; text-decoration:none; color:#565656;}
.pageding li:hover{ background-color:#182f45;}
.pageding .pageshover{ background-color:#164993; color:#ffffff;}
.pageding li:hover a{ color:#ffffff;}

.colorRed{ color:Red;}

.errorRs1{ padding:10px; text-align:center; color:Red;}

.fix{ margin:0px auto; max-width:1270px; background-color:#ffffff;}
.fix1{ margin:0px auto; max-width:1270px; }
.fixTitle{ position:fixed; top:-150px; right:0px; font-size:12px; margin:0px;}

/*Header =============*/
.header-top{ background-color:#f6f6f6; color:#606060;} 
.header-top .l{ float:left; padding-top:2px;}
.header-top .r{ float:right; padding:8px 0px;}
.header-top .r ul li{ float:left; padding:0px 10px;}
.header-top .r ul li a{ color:#606060; text-decoration:none;}
.header-top .r ul li a:hover{ color:#164993;}

.header-top .message { position:relative; background: linear-gradient(45deg, #239cd3, #c6eeff); color:#000; overflow:hidden;  padding:3px 10px; border-radius:4px; height:16px; animation: openclose 24s ease-in-out infinite; transition: transform 0.3s ease, box-shadow 0.3s ease;}
.header-top .message .word0, .header-top .message .word1, .header-top .message .word2, .header-top .message .word3 { position:absolute; width: 100%; opacity: 0; height: 22px; overflow:hidden;}
.header-top .message .word0 { animation: word-animation 24s infinite; }/*Ty le 8*/
.header-top .message .word1 { animation: word-animation 24s infinite 6s; } /*Ty le 8:2*/
.header-top .message .word2 { animation: word-animation 24s infinite 12s; }/*Ty le 8:4*/
.header-top .message .word3 { animation: word-animation 24s infinite 18s; }/*Ty le 8:6*/ 
.header-top .message a{ color:#000; text-decoration:none;}
.header-top .message a:hover{ color:#314d8d;}
@keyframes word-animation {0%, 5% { opacity: 0; } 10%, 22% { opacity: 1; } 27%, 100% { opacity: 0; } }
@keyframes openclose { 0% { top: 0.2rem; width: 0; } 5% { width: 0; } 10% { width: 500px; } 20% { top: 0.2rem; width: 500px; } 25% { top: 0.2rem; width: 0; } 30% { top: 0.2rem; width: 0; } 35% { top: 0.2rem; width: 500px; } 45% { top: 0.2rem; width: 500px; } 50% { top: 0.2rem; width: 0; } 55% { top: 0.2rem; width: 0; } 60% { top: 0.2rem; width: 500px; } 70% { top: 0.2rem; width: 500px; } 75% { top: 0.2rem; width: 0; } 80% { top: 0.2rem; width: 500px; } 90% { top: 0.2rem; width: 500px; } 95% { top: 0.2rem; width: 0; } 100% { top: 0.2rem; width: 0; } }

.header{ background-color:#ebebeb; padding:10px 0px;}
.header .logo{ float:left; width:25%;}
.header .search{ float:left; width:50%;}
.header .info{ float:right; width:25%; padding-top:3px;}
.header .logo a{ display:inline-block; padding-top:10px;}
.header .logo img{ max-width:100%; max-height:70px;}
.header .search form{ margin:10px 100px; border:solid 1px #dedede; background-color:#fdfdfd; padding:8px 5px; border-radius:4px; position:relative;}
.header .search form .textbox{ border:none; width:100%; padding:5px 0px;}
.header .search form .sub{ position:absolute; top:0px; right:0px;  background-color:#164993;  border-radius:0px 4px 4px 0px; padding:10px 20px 10px; cursor:pointer;}
.header .search form .sub .submit{ width:24px; height:24px; background: url("/library/icon.png") no-repeat scroll left top transparent; vertical-align:middle; text-decoration:none; display:inline-block; border:none; cursor:pointer;}
.header .search form .sub:hover{ background-color:#fa8d00;}
.header .info p{ margin:0px; padding:5px 0px;}
.header .info p a{ color:#182f45; font-weight:bold; font-size:16px; text-decoration:none;}
.header .info p a span{ display:inline-block; width:22px; height:22px; background: url("/library/icon.png") no-repeat scroll -22px top transparent; vertical-align:middle;}

.header-menu{ background-color:#ebebeb; }
.header-fix{ position:fixed; top:0px; left:0px; width:100%; max-width:100%; border-radius:0px; box-shadow:0 2px 6px rgba(0,0,0,0.2); animation:slide-down 0.7s; z-index:2;}
@keyframes slide-down {0% {transform: translateY(-100%);} 100% {transform: translateY(0);} }

.header-menu .left{ float:left; width:23%; background-color:#164993; position:relative; border-radius:8px 0px 0px 0px;}
.header-menu .right{ float:left; width:77%; background-color:#ffffff; border-radius:0px 8px 0px 0px;}
.header-menu .left .h_menu_sub{ position:absolute; top:30px; left:0px; right:0px;}
.header-menu .left .menu{ display:block; padding:13px 0px 11px 40px; color:#ffffff; font-weight:bold; text-decoration:none; text-transform:uppercase;}
.header-menu .left .menu svg { position:absolute; top:12px; left:10px; width:24px; height:24px; stroke: #fff; stroke-width:2; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.header-menu .left .border{ background-color:#164993; margin-top:10px; position:relative;}
.header-menu .left .border li.r{ border-top:solid 1px #4b66a1; border-left:solid 1px #4b66a1;}
.header-menu .left .border li.r a.r{ display:block; padding:12px 15px; color:#ffffff; text-decoration:none; position:relative;}
.header-menu .left .border li.r a.r span.symbol{ position:absolute; top:17px; right:5px; border-color: #0000 #0000 #fff; border-style: solid; border-width: 0 6px 6px; height: 0; width: 0; transform: rotate(90deg); vertical-align:middle;}
.header-menu .left .border li.r:hover a.r{ background-color:#0098d3;}
.header-menu .left .border li.r .menuS{ position:absolute; top:1px; left:282px; width:250px; }
.header-menu .left .border li.r .menuS .borderS{ margin-left:10px; background-color:#164993;}
.header-menu .left .border li.r .menuS .borderS a{ display:block; padding:12px 15px 12px; color:#ffffff; text-decoration:none; border-bottom:solid 1px #4b66a1;}
.header-menu .left .border li.r .menuS .borderS a:hover{ background-color:#0098d3;}
.header-menu .right ul li{ float:left; padding:12px 0px; border-left:solid 1px #ebebeb; position:relative;}
.header-menu .right ul li.menuR a.r{ display:block; color:#5b5b5b; text-decoration:none; padding:0px 20px 0px; font-weight:bold; text-transform:uppercase;}
.header-menu .right ul li.menuR .h_menu_sub{ display:none; position:absolute; top:34px; left:0px;}
.header-menu .right ul li.menuR .h_menu_sub .border{ margin-top:7px; width:250px; box-shadow:1px 1px 5px #e1e1e1; background-color:#ffffff; }
.header-menu .right ul li.menuR .h_menu_sub .border a{ display:block; padding:10px; color:#5b5b5b; border-bottom:solid 1px #eee; text-decoration:none; }
.header-menu .right ul li.menuR .h_menu_sub .border a:hover{ background-color:#164993; color:#ffffff;}
.header-menu .right ul li.menuR:hover{ background-color:#164993;}
.header-menu .right ul li.menuR:hover a.r{ color:#ffffff;}
.header-menu .right ul li.active{ background-color:#164993;}
.header-menu .right ul li.active a.r{ color:#ffffff;}

.header-mb{ display:none; text-align:center; background-color:#ebebeb; padding:5px; position:relative; border-bottom:solid 1px #ffffff;}
.headermb-fix{ position:fixed; top:0px; left:0px; width:100%; max-width:100%; border-radius:0px;   animation:slide-down 0.7s; z-index:2;}
div.headermb-fix .search{ right:20px;}
.header-mb .logo img{ height:50px;}
.header-mb .asideMenu{ position:absolute; top:10px; left:10px;}
.header-mb .asideMenu a{ display:inline-block; background-color:#164993; width:32px; height:32px; border-radius:50%; position:relative;}
.header-mb .asideMenu a svg { position:absolute; top:8px; left:7px; width:24px; height:24px; stroke: #fff; stroke-width:2; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.header-mb .info{ position:absolute; top:10px; right:5px;}
.header-mb .info a{ display:inline-block; background-color:#164993; width:32px; height:32px; border-radius:50%; text-decoration:none;}
.header-mb .info a.info-cart{ position:relative;}
.header-mb .info a span.symbol{ margin-top:5px; display:inline-block; width:22px; height:22px; background: url("/library/icon.png") no-repeat scroll left top transparent; vertical-align:middle;}
.header-mb .info a.info-login span.symbol{ background-position:-24px -22px; }
.header-mb .info a.info-cart span.symbol{ background-position:-46px -22px;}
.header-mb .info a.info-cart span.countShoppingCart{ position:absolute; top:-6px; left:15px; background-color:#ff6f00; color:#ffffff; padding:0px 3px; border-radius:50%; font-size:10px;}
.search-form-mb form{ border:solid 1px #ebebeb; padding:5px 5px; position:relative;}
.search-form-mb form .textbox{ border:none; width:100%; padding:5px 0px;}
.search-form-mb form .sub{ position:absolute; top:0px; right:0px;  background-color:#164993;  border-radius:0px 4px 4px 0px; padding:6px 20px 6px; cursor:pointer;}
.search-form-mb form .sub .submit{ width:24px; height:24px; background: url("/library/icon.png") no-repeat scroll left top transparent; vertical-align:middle; text-decoration:none; display:inline-block; border:none; cursor:pointer;}
.search-form-mb form .sub:hover{ background-color:#fa8d00;}

.aside { min-width: 250px; width: 12%; position: fixed; top: 0; left: -1px; bottom: 0; background-color: #182f45; font-family: Helvetica, Arial, sans-serif; z-index: 2000; width: 0px; min-width: 0px; overflow: hidden; transition: 0.35s width ease, 0.35s min-width ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}
.aside.in { width: 12%; min-width: 250px; }
.aside-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; transition: 0.2s opacity ease; opacity: 0; display: none; }
.aside-backdrop.in { display: block; opacity: 0.5;} 

.aside-contents ul li.root{ border-bottom: 1px solid #244462;}
.aside-contents ul li.root a.name{ color:#ffffff; text-decoration: none; display:block; padding: 12px 10px;  }
.aside-contents ul li.root a.symbol{ float:right; padding:5px; margin-top:-40px;}
.aside-contents ul li.root a.symbol span{ border-color: #0000 #0000 #ffffff; border-style: solid; border-width: 0 8px 8px; display: inline-block; height: 0; width: 0; transform: rotate(90deg); margin: 10px 0px 10px;}
div.aside-contents ul li.root a.close span{ transform: rotate(180deg);}
.aside-contents ul li.sub{ background-color:#164993; display:none;}
.aside-contents ul li.sub a.sub{ border-bottom: 1px solid #0399d1; color:#ffffff; text-decoration: none; display:block; padding: 10px 10px 10px 15px;}

/*search=========*/
.SR-Q, .sr-q{ background-color:yellow;}

.ac_results{ margin-top:9px; border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0; border-radius:0px 0px 4px 4px; background-color:#ffffff; box-shadow:1px 3px 3px #555555; text-align:left; z-index:99;}
.ac_results ul{  padding: 0px;}
.ac_results ul, .ac_results ul li{ list-style: none; margin:0px auto 0px auto;}
.ac_results li { cursor: default; display: block; padding: 2px 5px; border-bottom:solid 1px #F4F4F4}
.ac_results li .img{ float:left; text-align:center; width:10%; height:25px; overflow:hidden;}
.ac_results li .img img{ max-width:50px; height:25px;}
.ac_results li .name{ float:left; padding-top:5px; width:90%; height:25px; overflow:hidden;}
.ac_results li .name a{ line-height:22px;}
.ac_odd a{ color:#333333; text-decoration:none;}
.ac_over{ background-color:#164993;}
.ac_over a{ color:#FFFFFF;}
/*h_menu==========*/
.h_menu_sub{ position:absolute; z-index: 99; display:none;}

/*default=======================*/
.h-banner{ background-color:#164993; padding:30px 0px;}
.h-banner img{ border-radius:12px;}
.h-banner1{ background-color:#182f45;}
.h-banner1 img{ border-radius:12px; width:100%; vertical-align:middle;}
.h-banner1 .rows0{ float:left; width:calc(50% - 5px); margin:10px 5px 10px 0px;}
.h-banner1 .rows1{ float:right; width:calc(50% - 5px); margin:10px 0px 10px 5px;}
.banner-first img{ width:100%;}
.h-cols1{ padding:50px 0px; background-color:#ffffff;}
.h-cols1 .title{ border-bottom:solid 3px #164993; position:relative;}
.h-cols1 .title .t{ position:absolute; top:-15px; left:0px; right:0px; text-transform:uppercase; color:#164993; font-size:28px; text-align:center; font-weight:bold;}
.h-cols1 .title .t span{ background-color:#ffffff; padding:0px 10px;}
.h-cols1 .note{ padding:30px 0px; text-align:center; font-size:16px;}
.h-cols1 ul li{ float:left; width:16.66%; text-align:center; padding:40px 0px;}
.h-cols1 ul li .img{ padding:0px 20px; height:130px; }
.h-cols1 ul li .img img{ width:120px; height:120px; border-radius:50%;}
.h-cols1 ul li .name{ padding:20px 10px; text-align:center; color:#164993; font-weight:bold; font-size:16px;}
.h-cols1 ul li .summary{ padding:0px 10px; color:#303030;  line-height:22px;  text-align:center}
.h-cols1 ul li:hover{ background: linear-gradient(180deg,#164993 30%,#0066cc 100%); border-radius:12px;}
.h-cols1 ul li:hover .name{ color:#ffffff;}
.h-cols1 ul li:hover .summary{ color:#ffffff;}
.h-cols1 ul li:hover .img span{ display:inline-block; border:solid 2px #0066cc; padding:5px; border-radius:50%;}
.h-cols1 ul li:hover .img img{ width:106px; height:106px;transition: 0.9s;}

.h-cols2{ background-color:#ececec; padding:30px 0px;}
.h-cols2 .title{ border-bottom:solid 2px #164993;  background: linear-gradient(90deg,#0066cc 30%,#164993 100%); border-radius:4px 4px 0px 0px;}
.h-cols2 .title ul{ float:left; margin:5px 0px 0px;}
.h-cols2 .title ul li{ float:left;}
.h-cols2 .title ul li a{ display:block; padding:10px 20px; color:#ffffff; margin:0px 2px; background-color:#015eba; text-decoration:none; border-radius:4px 4px 0px 0px;}
.h-cols2 .title ul li.active a{ background-color:#164993; color:#ffffff;}
.h-cols2 .title ul li a:hover{ background: linear-gradient(0deg,#0066cc 30%,#164993 100%);}

.h-cols2 .pro{ position:relative; }
.h-cols2 .list{ float:left; width:calc(25% - 22px); margin:10px; background-color:#ffffff; border:solid 1px #a0dcf2;}
.h-cols2 .list .img{ position:relative; overflow:hidden;}
.h-cols2 .list .img .sale{ position:absolute; top:2px; right:0px; z-index:1;}
.h-cols2 .list .img .sale span.sale-b{ color:#ffffff; display:inline-block; border-radius:12px 0px 0px 12px; background: -webkit-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: -o-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: linear-gradient(to right, #ff2900 0%, #ff6f00 50%, #ff9200 100%);}
.h-cols2 .list .img .sale span.sale-b span.sale-t{ display:inline-block; font-weight:bold; padding:5px 10px;}
.h-cols2 .list .img a{ display:block; height:300px; text-align:center; -webkit-align-items:center;}
.h-cols2 .list .img img{ max-width:100%; max-height:100%; transition:0.9s;}
.h-cols2 .list .name{ padding:5px 10px; text-align:center;}
.h-cols2 .list .name a{ display:block; color:#182f45; font-size:16px; height:42px; overflow:hidden; line-height:22px; text-decoration:none;}
.h-cols2 .list .name a:hover{ color:#182f45 ;}
.h-cols2 .list .price{ padding:10px 10px 25px; text-align:center; position:relative;}
.h-cols2 .list .price .text{ display:inline-block; color: #ff0000; font-size:18px; font-weight:bold; padding:0px 5px;}
.h-cols2 .list .price .pri{ display:inline-block; color:#ff0000; font-size:18px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.h-cols2 .list .price .line{ display:inline-block; color:#666666; text-decoration:line-through; font-size:16px; vertical-align:middle; padding:0px 5px;}
.h-cols2 .list .price .carttotal{ position:absolute; bottom:2px; right:10px; color:#666; font-size:13px;}
.h-cols2 .list .price .carttotal span{ font-weight:bold;}
.h-cols2 .list:hover{ box-shadow:5px 5px 5px #bee4f3; border:solid 1px #164993;}
.h-cols2 .list:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}

.h-cols2 .swiper-containertab{position:relative; overflow:hidden; }
.h-cols2 .swiper-paginationtab{ text-align:center; padding:5px 0px;}
.h-cols2 .next{ position:absolute; top:40%; left:0px; z-index:1;}
.h-cols2 .prev{ position:absolute; top:40%; right:0px; z-index:1;}
.h-cols2 .next a{ display:inline-block; background: linear-gradient(90deg,#00adef 20%,#ffffff 100%); border-radius:50% 4px 4px 50%; padding:10px 15px 10px 3px; background-color:#ffffff;}
.h-cols2 .prev a{ display:inline-block; background: linear-gradient(-90deg,#00adef 20%,#ffffff 100%); border-radius:4px 50% 50% 4px; padding:10px 3px 10px 15px; background-color:#ffffff;}
.h-cols2 .next a span{ border-color: #0000 #0000 #ffffff; border-style: solid; border-width: 0 8px 8px; display: inline-block; height: 0; width: 0; transform: rotate(-90deg); margin:5px 0px 5px 0px;}
.h-cols2 .prev a span{ border-color: #0000 #0000 #ffffff; border-style: solid; border-width: 0 8px 8px; display: inline-block; height: 0; width: 0; transform: rotate(90deg); margin:5px 0px 5px 0px;}
.h-cols2 .pro .more{ position:absolute; top:-30px; right:0px; z-index:1; color:#ffffff;}
.h-cols2 .pro .more a{ color:#ffffff; text-decoration:none; padding-right:35px;}
.h-cols2 .pro .more a svg{ stroke:#fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.h-cols2 .pro .more a svg.svg1 { width:24px; height:24px; stroke-width: 2; position:absolute; top:3px; right:0px;}
.h-cols2 .pro .more a:hover{ color:#015eba;}
.h-cols2 .pro .more a:hover svg{ stroke:#015eba;}

.h-pro{ padding:10px 0px; }
.h-pro .title{ padding:10px 10px; border-bottom:solid 2px #164993;  background: linear-gradient(90deg,#0066cc 30%,#164993 100%); border-radius:4px 4px 0px 0px; position:relative;}
.h-pro .title a.t{ color:#ffffff; font-weight:bold; text-decoration:none; text-transform:uppercase;}
.h-pro .title a.t:hover{ color:#164993;}
.h-pro .title .more{ position:absolute; top:10px; right:0px; z-index:1; color:#ffffff;}
.h-pro .title .more a{ color:#ffffff; text-decoration:none; padding-right:35px;}
.h-pro .title .more a svg{ stroke:#fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.h-pro .title .more a svg.svg1 { width:24px; height:24px; stroke-width: 2; position:absolute; top:3px; right:0px;}
.h-pro .title .more a:hover{ color:#015eba;}
.h-pro .title .more a:hover svg{ stroke:#015eba;}

.h-pro .pro{ display: flex; flex-wrap: wrap;}
.h-pro .pro .list{ float:left; width:calc(25% - 22px); margin:10px; background-color:#ffffff; border:solid 1px #a0dcf2;}
.h-pro .pro .list .img{ position:relative; overflow:hidden;}
.h-pro .pro .list .img .sale{ position:absolute; top:2px; right:0px; z-index:1;}
.h-pro .pro .list .img .sale span.sale-b{ color:#ffffff; display:inline-block; border-radius:12px 0px 0px 12px; background: -webkit-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: -o-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: linear-gradient(to right, #ff2900 0%, #ff6f00 50%, #ff9200 100%);}
.h-pro .pro .list .img .sale span.sale-b span.sale-t{ display:inline-block; font-weight:bold; padding:5px 10px;}
.h-pro .pro .list .img a{ display:block; height:300px; text-align:center; }
.h-pro .pro .list .img img{ max-width:100%; max-height:100%; transition:0.9s;}
.h-pro .pro .list .name{ padding:5px 10px; text-align:center;}
.h-pro .pro .list .name a{ display:block; color:#182f45; font-size:16px; height:42px; overflow:hidden; line-height:22px; text-decoration:none;}
.h-pro .pro .list .name a:hover{ color:#182f45 ;}
.h-pro .pro .list .price{ padding:10px 10px 25px; text-align:center; position:relative;}
.h-pro .pro .list .price .text{ display:inline-block; color: #ff0000; font-size:18px; font-weight:bold; padding:0px 5px;}
.h-pro .pro .list .price .pri{ display:inline-block; color:#ff0000; font-size:18px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.h-pro .pro .list .price .line{ display:inline-block; color:#666666; text-decoration:line-through; font-size:16px; vertical-align:middle; padding:0px 5px;}
.h-pro .pro .list .price .carttotal{ position:absolute; bottom:2px; right:10px; color:#666; font-size:13px;}
.h-pro .pro .list .price .carttotal span{ font-weight:bold;}
.h-pro .pro .list:hover{ box-shadow:5px 5px 5px #bee4f3; border:solid 1px #164993;}
.h-pro .pro .list:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}

.h-cols3{ padding:50px 0px; background-color:#ffffff;}
.h-cols3 .title{ border-bottom:solid 3px #164993; position:relative;}
.h-cols3 .title .t{ position:absolute; top:-15px; left:0px; right:0px; text-transform:uppercase; color:#164993; font-size:24px; text-align:center; font-weight:bold;}
.h-cols3 .title .t span{ background-color:#ffffff; padding:0px 10px;}
.h-cols3 .note{ padding:30px 0px; text-align:center; font-size:16px; line-height:22px;}
.h-cols3 .swiper-container{ padding:50px 0px;}
.h-cols3 .swiper-container .list{ float:left; width:33.33%;}
.h-cols3 .swiper-container .list .b{ margin:0px 20px;}
.h-cols3 .swiper-container .list .b .img{ float:left; width:35%; }
.h-cols3 .swiper-container .list .b .img img{ width:120px; height:120px; border-radius:50%;}
.h-cols3 .swiper-container .list .b .info{ float:left; width:65%;}
.h-cols3 .swiper-container .list .b .info .start{ padding:5px;}
.h-cols3 .swiper-container .list .b .info .summary{ padding:5px; font-style:italic; color:#333333; line-height:22px;}
.h-cols3 .swiper-container .list .b .info .name{ padding:10px 0px; color:#333333;}
.h-cols3 .swiper-container .list .b .info .name .name1{ font-weight:bold; font-size:16px;}
.h-cols3 .swiper-container .list .b .info .name .name2{ color:#666666;}

.h-cols4{ background: url("/library/hcols4.jpg") repeat scroll left top transparent; padding:40px 0px; text-align:center; color:#ffffff;}
.h-cols4 .title{ color:#ffffff; font-size:24px; text-transform:uppercase; font-weight:bold;}
.h-cols4 .note{ padding:20px 0px; line-height:22px;}

.h-cols5{ padding:30px 0px;}
.h-cols5 .l{ float:left; width:49%;}
.h-cols5 .r{ float:right; width:49%;}
.h-cols5 .title{ border-bottom:solid 2px #164993;  background: linear-gradient(90deg,#0066cc 30%,#164993 100%); border-radius:4px 4px 0px 0px;}
.h-cols5 .title a{ color:#ffffff; text-decoration:none; position:relative; padding-right:30px;}
.h-cols5 .title a:hover{ color:#ffcc66;}
.h-cols5 .title .t-l{ float:left; color:#ffffff; padding:10px 15px; text-transform:uppercase; font-size:14px; font-weight:bold;}
.h-cols5 .title .t-r{ float:right; padding:10px 10px;}
.h-cols5 .title .t-r a svg{ stroke:#fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.h-cols5 .title .t-r a svg.svg1 { width:24px; height:24px; stroke-width: 2; position:absolute; top:3px; right:0px;}
.h-cols5 .title .t-r a:hover svg{ stroke:#ffcc66;}
.h-cols5 .l .top{ padding:10px 0px;}
.h-cols5 .l .top .img{ float:left; width:38%;}
.h-cols5 .l .top .img a{ display:block; overflow:hidden; max-height:180px;}
.h-cols5 .l .top .info{ float:right; width:60%;}
.h-cols5 .l .top .img img{ width:100%; transition: 0.9s;}
.h-cols5 .l .top .info .name a{ text-decoration:none; color:#182f45; font-weight:bold; font-size:16px;}
.h-cols5 .l .top .info .name a:hover{ color:#164993;}
.h-cols5 .l .top .info .summary{ margin:5px 0px; color:#333333; line-height:22px;}
.h-cols5 .l .top .info .more a{ color:#71bf44; text-decoration:none; font-style:italic;}
.h-cols5 .l .top:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.h-cols5 .l .list{ float:left;}
.h-cols5 .l .list_1, .h-cols5 .l .list_4{ width:calc(33.33% - 10px); margin-right:10px;}
.h-cols5 .l .list_2, .h-cols5 .l .list_5{ width:calc(33.33% - 10px); margin:0px 5px;}
.h-cols5 .l .list_3, .h-cols5 .l .list_6{ width:calc(33.33% - 10px); margin-left:10px;}
.h-cols5 .l .list .img a{ display:block; height:120px; overflow:hidden;}
.h-cols5 .l .list .img img{ width:100%; transition: 0.9s;}
.h-cols5 .l .list .name{ margin:5px 0px; height:42px; overflow:hidden; line-height:20px;}
.h-cols5 .l .list .name a{ text-decoration:none; color:#182f45; font-weight:bold;}
.h-cols5 .l .list .name a:hover{ color:#164993;}
.h-cols5 .l .list .more a{ color:#71bf44; text-decoration:none; font-style:italic;}
.h-cols5 .l .list:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.h-cols5 .r .list{ float:left; margin:10px 0px;}
.h-cols5 .r .list_0{ width:calc(50% - 10px); margin-right:10px;}
.h-cols5 .r .list_1{ width:calc(50% - 10px); margin-left:10px;}
.h-cols5 .r .list .img a{ display:block; height:190px; overflow:hidden;}
.h-cols5 .r .list .img a img{ width:100%; transition: 0.9s;}
.h-cols5 .r .list .name{ margin:10px 0px; display:block; height:42px; overflow:hidden; line-height:22px;}
.h-cols5 .r .list .name a{ text-decoration:none; color:#182f45; font-weight:bold; font-size:16px;}
.h-cols5 .r .list .name a:hover{ color:#164993;}
.h-cols5 .r .list .summary{ color:#333333; line-height:22px;}
.h-cols5 .r .list .more a{ color:#71bf44; text-decoration:none; font-style:italic;}
.h-cols5 .r .list:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}

.h-cols6{ background-color:#00adef;}
.h-cols6 .l{ float:left; width:60%; }
.h-cols6 .r{ float:right; width:40%; }
.h-cols6 .l img{ width:100%; }
.h-cols6 .r .title{ color:#ffffff; text-transform:uppercase; font-size:22px; padding-top:50px; font-weight:bold; margin-right:10%;}
.h-cols6 .r .content{ color:#ffffff; padding:20px 0px; line-height:22px; font-size:16px; margin-right:10%;}
.h-cols6 .r .address{ color:#ffffff;}
.h-cols6 .r .address span{ display:inline-block; border-top:solid 1px #ffffff; text-transform:uppercase; padding:10px 0px;}

.h-brand{ padding:10px 0px; text-align:center;}
.h-brand .title{ color:#dd3333; font-size:18px;  font-weight:bold; padding:10px 0px;}
.h-brand .brand{ overflow:hidden; text-align:center; position:relative; padding:0px 20px;}
.h-brand .brand .list{ float:left; width:16.666%;}
.h-brand .brand .list .b a{ display:inline-block;}
.h-brand .brand .list img{ max-height:100px; max-width:100%; border:1px solid #e5e5e5; border-radius:4px;}

.banner-left{ padding:5px 0px;}
.banner-left img{ width:100%; vertical-align:middle;}
ul.banner-filter{ padding:5px 0px;}
ul.banner-filter li{ padding:10px 0px;}
ul.banner-filter li img{ width:100%;}
ul.banner-filter .img-filter{ position: relative; display: inline-block; }
ul.banner-filter .img-filter a:before { background: rgba(255, 255, 255, 0.2); content: ""; bottom: 5px; left: 5px; position: absolute; right: 5px; top: 5px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease 0s; -moz-transition: all 300ms ease 0s; -o-transition: all 300ms ease 0s; transition: all 300ms ease 0s; opacity: 0; filter: alpha(opacity=0); }
ul.banner-filter .img-filter:hover a:before { margin-bottom:5px; opacity: 1; filter: alpha(opacity=1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms ease 0s; -moz-transition: all 300ms ease 0s; -o-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }

/*filter==============*/
.filter-title{ color:#4a4a4a; font-size:16px; font-weight:bold; padding:5px 0px;}
.filter-brand-list li{ float:left; margin:5px;}
.filter-brand-list li a{ display:block; position:relative; border:solid 1px #e5e7eb; border-radius:12px; margin:3px;}
.filter-brand-list li a:hover{ border:solid 1px #014c85;}
.filter-brand-list li a img{ border-radius:12px;}
.filter-brand-list li a span.count, .filter-brand-list li a span.del{ position:absolute; top:2px; right:2px; font-size:11px; background-color:red; padding:2px; color:#ffffff; font-weight:bold; border-radius:12px;}
.filter-brand-list li a.adel{ border:solid 1px #014c85;}
.filter-price-list li{ float:left; margin:5px;}
.filter-price-list li a{ display:block; position:relative; border:solid 1px #e5e7eb; border-radius:12px; margin:3px; background-color:#f3f4f6; padding:5px; color:#444444; text-decoration:none; font-size:13px;}
.filter-price-list li a .count{ display:inline-block; padding-left:5px; color:#666666;}
.filter-price-list li a:hover{ border:solid 1px #014c85; color:#014c85;}
.filter-price-list li a.adel{ border:solid 1px #014c85; color:#014c85;}
.filter-price-list li a.adel span.del{ color:red; margin-left:5px;}
.filter-value{ float:left; margin:5px; position:relative;}
.filter-value .title{ display:block; background-color:#164993; border:solid 1px #164993; border-radius:12px; padding:5px 10px; color:#ffffff; text-decoration:none;}
.filter-value .title span{ border-color: #0000 #0000 #ffffff; border-style: solid; border-width: 0 5px 5px; display: inline-block; height: 0; width: 0; transform: rotate(180deg); vertical-align:middle; margin-left:5px;}
.filter-value:hover .title{ background-color:#ff6600; border:solid 1px #ff6600; color:#ffffff;}
.filter-value .list{ top:20px; left:0px;}
.filter-value .list span.symbolfix{ position: absolute; top: 1px; left: 20px; border-color: #0000 #0000 #fff; border-style: solid; border-width: 0 10px 10px; display: inline-block; height: 0; width: 0; transform: rotate(0deg); margin-left: 5px;}
.filter-value .list .border{ margin-top:10px; background-color:#ffffff; border-radius:12px; padding:10px; width:450px; border: 1px solid #eee; box-shadow: 0 2px 20px rgba(0,0,0,.5);}
.filter-value .list ul{ display: flex; flex-wrap: wrap;}
.filter-value .list ul li{ float:left; width:calc(50% - 10px); margin:2px 5px;}
.filter-value .list ul li a{ display:block; position:relative; border:solid 1px #e5e7eb; border-radius:12px; margin:3px; background-color:#f3f4f6; padding:5px; color:#444444; text-decoration:none; }
.filter-value .list ul li a .count{ display:inline-block; padding-left:5px; color:#666666;}
.filter-value .list ul li a:hover{ border:solid 1px #ff6600; color:#ff6600;}
.filter-value .list ul li a.adel{ border:solid 1px #014c85; color:#014c85;}
.filter-value .list ul li a.adel span.del{ color:red; margin-left:5px;}
div.filter-value .list ul li.active a{ border:solid 1px #df3346;}
.filter-value .list .more{ text-align:center; padding:5px 0px;}
.filter-value .list .more a{ display:inline-block; padding:5px 20px; margin:0px 5px; border-radius:12px; text-decoration:none;}
.filter-value .list .more a.colse{ border:solid 1px #164993; color:#164993;}
.filter-value .list .more a.open{ border:solid 1px #164993; background-color:#164993; color:#ffffff;}
.filter-value .list .more a:hover{ background-color:#ff6600; border:solid 1px #ff6600; color:#ffffff;}
.filter-order a{ display:inline-block; border:solid 1px #e5e7eb; border-radius:12px; margin:3px; background-color:#f3f4f6; padding:5px; color:#444444; text-decoration:none; font-size:13px;}
.filter-order a:hover{ border:solid 1px #014c85; color:#014c85;}
.filter-order a.active{ border:solid 1px #014c85; color:#014c85;}
.filter-active ul li{ float:left; }
.filter-active ul li a{ display:block; position:relative; border:solid 1px #e5e7eb; border-radius:12px; margin:3px; background-color:#f3f4f6; padding:5px; color:#444444; text-decoration:none; font-size:13px;}
.filter-active ul li a .count{ display:inline-block; padding-left:5px; color:#666666;}
.filter-active ul li a:hover{ border:solid 1px #014c85; color:#014c85;}
.filter-active ul li a.adel{ border:solid 1px #014c85; color:#014c85;}
.filter-active ul li a.adel span.del{ color:red; margin-left:5px;}
.filter-value .list ul.filter-brand-list li{ width:calc(25% - 10px); text-align:center;}
.filter-value .list ul.filter-brand-list li img{ max-width:100%;}

.filter-value .list ul li.li_filter_thumb{width: calc(25% - 10px);}
.filter-value .list ul li.li_filter_thumb .fimg{ display:block; text-align:center;}
.filter-value .list ul li.li_filter_thumb .fimg img{ border-radius:8px; width:90%;}
.filter-value .list ul li.li_filter_thumb .fname{ display:block; text-align:center;}

#filf .b {margin-top: 10px;background-color: #ffffff;border-radius: 12px; padding: 20px 0px 10px; min-width: 1100px; border: 1px solid #eee; box-shadow: 0 2px 20px rgba(0,0,0,.5); }
#filf .b .b1{ display: flex;flex-wrap: wrap; max-height: 250px; overflow: auto;}
#filf .list .b ul{ width:auto; border:none; box-shadow:none; padding:0px;}
#filf .list .b span.symbolfix{ display:none;}
#filf .list .b .title{ border:none; background-color:#ffffff; color:#4a4a4a; font-size:16px; font-weight:bold;}
#filf .list .b .title span{ display:none;}
#filf .list .b .filter-value{ float:left; width:calc(33.33% - 20px); margin:0px 10px;}
#filf .list .b .border{ margin-top:auto; padding:0px; width:auto; border:none; box-shadow:none;}
#filf .list .more{ display:none;}
#filf .list .moreAll{ text-align:center; padding:5px 0px;}
#filf .list .moreAll a{ display:inline-block; padding:5px 20px; margin:0px 5px; border-radius:12px; text-decoration:none;}
#filf .list .moreAll a.colse{ border:solid 1px #164993; color:#164993;}
#filf .list .moreAll a.open{ border:solid 1px #164993; background-color:#164993; color:#ffffff;}
#filf .list .moreAll a:hover{ border:solid 1px #ff6600; background-color:#ff6600; color:#ffffff;}
#filf .b .filterSelect{ padding:0px 20px;}
#filf .b .filterSelect .text{ color: #4a4a4a; font-size: 16px; font-weight: bold;}
#filf .b .filterSelect a{ display: inline-block; border: solid 1px #999; border-radius: 8px; color: #333333; padding: 5px; margin: 0px 5px;}
#filf .b .filterSelect a span{ color:#df3346; display: inline-block; font-size: 12px; padding: 0px 5px; font-weight: bold; border: solid 1px #eee; border-radius: 4px; background-color: #eee; margin-left: 5px;;}
#filf .b .filterSelect a:hover{ color:#164993; text-decoration:none;}
@media screen and (max-width: 870px) {
    .proCate-filter{ text-align:center; position:relative;}
    .proCate-filter .filter-value.h_menu_item{ display:none;}
    div.proCate-filter #filf{ display:inline-block; margin:10px auto; float:none; position:initial;}
    .filter-value .list span.symbolfix{ display:none;}
    #filf .b{ min-width:auto;}
    .filter-value .list{ top:40px; right:0px;}
    #filf .list .b .filter-value{ float:none; width:100%; margin:0px;}
}

/*category=================*/
.category-title{ padding:10px 0px; background-color:#ffffff;}
.category-title .l{ float:left;}
.category-title .r{ float:right; padding:15px 10px 0px;}
.category-title .l h1{ margin:0px; padding:10px 0px; font-size:24px;}
.category-title .r .text{ color:#303030;}
.category-title .r .b{ display:inline-block; border:solid 1px #dddddd; padding:5px; width:200px;}
.category-title .r .b .cssSelect{ width:100%; background:none; border:none;}
.category-content{ background-color:#ebebeb; padding:10px 0px;}
.category-content .flexslider .slides img{ border-radius:12px;}
.category-menu{ float:left; width:22%; padding-top:10px;}
.category-pro{ float:right; width:76%;}

.category-menu .title{ background-color:#164993; color:#ffffff; text-transform:uppercase; padding:12px 10px; border-radius:4px 4px 0px 0px; font-weight:bold; font-size:16px;}
.category-menu .menu .list{ padding:5px 0px; border-bottom:solid 1px #ececec; background-color:#ffffff; position:relative;}
.category-menu .menu .list a.r{ display:block; color:#11294b;  padding:8px 10px; text-decoration:none;}
.category-menu .menu .list a.symbol{ position:absolute; top:7px; right:0px; padding:10px;}
.category-menu .menu .list a.symbol span{ border-color:#0000 #0000 #164993; border-style:solid; border-width:0 6px 6px; display:inline-block; height:0; width:0; transform:rotate(180deg);}
div.category-menu .menu .list a.close span{ transform:rotate(0deg);}
.category-menu .menu .list a:hover{ color:#164993;}
div.category-menu .menu .list a.active{ color:red;}

.category-menu ul.menu{ background-color:#ffffff; border-radius:4px; margin-bottom:10px;}
.category-menu ul.menu li.title{ background-color:#11294b; color:#ffffff; text-transform:uppercase; padding:15px 10px; border-radius:4px 4px 0px 0px; font-weight:bold; font-size:16px;}
.category-menu ul.menu li.list{ padding:5px 0px; border-bottom:solid 1px #ececec;}
.category-menu ul.menu li.list a{ display:block; color:#11294b; text-transform:uppercase; font-weight:bold; padding:10px; text-decoration:none;}
.category-menu ul.menu li.list:hover{ background-color:#ffb928;}
.category-menu ul.menu li.active{ background-color:#71bf44;}
.category-menu ul.menu li.active a{ color:#ffffff;}

.category-menu .pro{ background-color:#ffffff;}
.category-menu .pro .list{ padding:5px 0px; border-bottom:solid 1px #eeeeee;}
.category-menu .pro .list .img{ float:left; width:35%; text-align:center;}
.category-menu .pro .list .info{ float:right; width:65%;}
.category-menu .pro .list .info .name a{ text-decoration:none; color:#333333;}
.category-menu .pro .list .info .price{ padding:5px 0px;}
.category-menu .pro .list .info .price .text{ display:inline-block; color: #ff0000; font-weight:bold; padding:0px 5px;}
.category-menu .pro .list .info .price .pri{ display:inline-block; color:#ff0000; font-size:16px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.category-menu .pro .list .info .price .line{ display:inline-block; color:#666666; text-decoration:line-through; vertical-align:middle; padding:0px 5px;}
.category-menu .pro .list .img img{ width:80px; height:80px; border-radius:50%;}

.product_grid{ display: flex; flex-wrap: wrap;}
.product_grid .item{ position:relative; float:left; width:calc(33.33% - 20px); margin:10px; background-color:#ffffff;}
.product_grid .more-show{ width:100%;}
.pro-thumb .img{ position:relative; overflow:hidden;}
.pro-thumb .img .sale{ position:absolute; top:2px; right:0px; z-index:1;}
.pro-thumb .img .sale span.sale-b{ color:#ffffff; display:inline-block; border-radius:12px 0px 0px 12px; background: -webkit-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: -o-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: linear-gradient(to right, #ff2900 0%, #ff6f00 50%, #ff9200 100%);}
.pro-thumb .img .sale span.sale-b span.sale-t{ display:inline-block; font-weight:bold; padding:5px 10px;}
.pro-thumb .img a{ display:block; text-align:center; }
.pro-thumb .img img{ max-width:100%; max-height:100%; transition:0.9s;}
.pro-thumb .name{ padding:5px 10px; text-align:center;}
.pro-thumb .name a{ display:block; color:#182f45; font-size:16px; height:42px; overflow:hidden; line-height:22px; text-decoration:none;}
.pro-thumb .name a:hover{ color:#182f45 ;}
.pro-thumb .start{ text-align:center; padding-bottom:5px;}
.pro-thumb .price{ padding:10px 10px 25px; text-align:center; position:relative;}
.pro-thumb .price .text{ display:inline-block; color: #ff0000; font-size:18px; font-weight:bold; padding:0px 5px;}
.pro-thumb .price .pri{ display:inline-block; color:#ff0000; font-size:18px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.pro-thumb .price .line{ display:inline-block; color:#333333; text-decoration:line-through; font-size:16px; vertical-align:middle; padding:0px 5px;}
.pro-thumb .price .carttotal{ position:absolute; bottom:2px; right:10px; color:#666; font-size:13px;}
.pro-thumb .price .carttotal span{ font-weight:bold;}
.pro-thumb:hover{ box-shadow:5px 5px 5px #C0C0C0;}
.pro-thumb:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}

.more-page-img{ text-align:center; display:none;}
.pagePro{ text-align:center;}
.pagePro button { color:#666666; text-align:center; margin:0 5px 20px; vertical-align:middle; -webkit-transform:perspective(1px) translateZ(0); transform:perspective(1px) translateZ(0); box-shadow:0 0 1px transparent; position:relative; display:inline-block; border:none; font-size:16px; background:url() no-repeat top; background-color:transparent; background-size:26px 17px; padding-bottom:0; padding-top:40px; cursor:pointer;}
.pagePro button .arrow:before { animation:animate-arrow-3 1s ease-in-out infinite .2s }
.pagePro button .arrow:after { animation:animate-arrow-2 1s ease-in-out infinite .1s }
.pagePro button .arrow span { animation:animate-arrow-1 1s ease-in-out infinite }
.pagePro button span, .proDetail-ContentOther button span span { display:block; right:0; left:0; margin:auto; position:absolute }
.pagePro button span span { background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
 width:25px; top:9px; height:15px; opacity:.3; background-size:contain; background-repeat:no-repeat }
.pagePro button span.arrow { top:22px }
.pagePro button span.arrow:before { content:""; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
 display:block; width:25px; right:0; left:0; top:-5px; margin:auto; position:absolute; opacity:1; height:15px; background-size:contain; background-repeat:no-repeat }
.pagePro button span.arrow:after { content:""; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
 display:block; width:25px; top:2px; right:0; left:0; margin:auto; position:absolute; opacity:.5; height:15px; background-size:contain; background-repeat:no-repeat }

.proCate-content{ padding:0px 0px 0px;}
.proCate-content .t{ background-color:#164993; color:#ffffff; text-transform:uppercase; padding:12px 10px; border-radius:4px 4px 0px 0px; font-weight:bold; font-size:16px;}
.proCate-content .c{ background-color:#ffffff; padding:10px; font-size:16px; line-height:22px;}
.proCate-content .c img{ max-width:100%;}
.proCate-content .c iframe{max-width:100%;}
.proCate-content .c table{ border-collapse: collapse; max-width: 100% !important;}
.proCate-content .c table tr{ }
.proCate-content .c table tr:hover{ background-color:#eefcf5;}
.proCate-content .c table tr td{ border:solid 1px #cccccc; padding:8px 10px; color:#000000;}
.proCate-content .c table tr.title{ font-weight:bold; background-color:#fcf6f1;}

/*productDetail==========*/
.proDetail-left{ float:left; width:73%; margin-top:20px;}
.proDetail-right{ float:right; width:25%; margin-top:20px;}

.proDetail-img{ float:left; width:48%; text-align:center; position:relative;}
.proDetail-info{ float:right; width:50%;}
.proDetail-img .viewImg{ display:none; position:absolute; top:2px; left:2px; z-index:10;}
.proDetail-img:hover .viewImg{ display:block;}
.proDetail-img .objImg img{ width:100%;}
.proDetail-img .fixsale{ position:absolute; right:2px; top:2px; text-align:center; z-index:2;}
.proDetail-img .fixsale .sale-b{ display:inline-block; padding:5px 10px; background-color:#ff9900; border-radius:12px;}
.proDetail-img .fixsale .sale-b .sale-t{ display:inline-block; color:#ffffff; font-weight:bold;}
.proDetail-img .listImg ul li{ float:left;}
.proDetail-img .listImg ul li a{ display:block; margin:5px; border:solid 1px #eeeeee; width:90px; height:90px;}
.proDetail-img .listImg ul li a img{ max-width:100%; max-height:100%;}
.proDetail-info .path a.cssName{ color:#949494;}
.proDetail-info h1{ margin:0px; padding:10px 0px; color:#000000; font-size:24px;}
.proDetail-info .ratingv ul li{ float:left; padding-right:5px;}
.proDetail-info .ratingv ul li a{ color:#71bf44; text-decoration:none;}
.proDetail-info .ratingv ul li.carttotal{ padding-left:10px; color:#666;}
.proDetail-info .ratingv ul li.carttotal span.symbol{ width:3px; height:3px; display:inline-block; background-color:#666; vertical-align:middle; border-radius:50%;}
.proDetail-info .ratingv ul li.carttotal span.count{ font-weight:bold;}
.proDetail-info .info{ padding:5px 0px; position:relative; color:#666666;}
.proDetail-info .info .qrcode{ position:absolute; top:0px; right:0px;}
.proDetail-info .info .qrcode img{ width:80px;}
.proDetail-info .info .list{ padding:5px 0px; border-bottom:solid 1px #eeeeee;}
.proDetail-info .info .list .cols1{ float:left; width:30%;}
.proDetail-info .info .list .cols2{ float:left; width:70%;}
.proDetail-info .info .list .cols2 a{ color:#333333; text-decoration:none;}
.proDetail-info .info .list .cols1 span{ display:inline-block; width:5px; height:5px; background-color:#333333; border-radius:50%; vertical-align:middle;}
.proDetail-info .info .list .symbol1{ display:inline-block; width:18px; height:18px; background: url("/library/icon.png") no-repeat scroll -160px -44px transparent; vertical-align:middle;}
.proDetail-info .info .list .symbol2{ display:inline-block; width:18px; height:18px; background: url("/library/icon.png") no-repeat scroll -160px -62px transparent; vertical-align:middle;}
.proDetail-info .price{ padding:10px 0px;}
.proDetail-info .price .text{ display:inline-block; color: #dc306b; font-size:24px; font-weight:bold; padding:0px 5px;}
.proDetail-info .price .pri{ display:inline-block; color:#ff0000; font-size:24px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.proDetail-info .price .line{ display:inline-block; color:#666666; text-decoration:line-through; font-size:22px; vertical-align:middle; padding:0px 5px;}
.proDetail-info .summaryeditor{ line-height:22px;}
.proDetail-info .summary{ padding:10px;}
.proDetail-info .summary ul.style li{ position:relative; padding:5px 0px 5px 15px; color:#333333;}
.proDetail-info .summary ul.style li span{  position:absolute; top:10px; left:0px; width:6px; height:6px; background-color:#333333; border-radius:50%;}
.proDetail-info .saleoff .saleinfo{ display:none; background-color:#fffad7; border:dashed 1px #f85c00; padding:10px; line-height:22px; margin:10px 0px;}
.proDetail-info .saleoff .saleinfo ul.style li{ position:relative; padding:5px 0px 5px 12px;}
.proDetail-info .saleoff .saleinfo ul.style li span{ position:absolute; top:12px; left:0px; width:6px; height:6px; background-color:#333333; border-radius:50%;}
.proDetail-order .left a{ text-decoration:none; display:inline-block; line-height:22px;}
.proDetail-order .left a.cart{ display:block; background-color:#ff0000; color:#ffffff; text-align:center; padding:13px 0px 5px 0px; text-decoration:none; border-radius:4px;}
.proDetail-order .left a.cart1{ display:block; background-color:#666666; color:#ffffff; text-transform:uppercase; text-align:center; padding:15px 0px; text-decoration:none; border-radius:4px; font-size:18px;}
.proDetail-order .left a b{ font-weight:100; font-size:20px; font-family:Arial, sans-serif; display:block; font-weight:bold;text-transform:uppercase; }
.proDetail-order .left a:hover{ background-color:#ed253c;}
.proDetail-order .right .content{ border: solid 1px #cdcdcd; background-color: #f1f1f1; padding:16px 10px;}
.proDetail-order .right .content .text{ float:left; width:70%;}
.proDetail-order .right .content .sub{ float:right; width:28%; position:relative;}
.proDetail-order .right .content .text span{ display:block; background-color:#ffffff; border:solid 1px #cdcdcd; color:#767676; padding:3px 5px;}
.proDetail-order .right .content .text .formTel{ border:none; background-color:none; width:100%; font-size:13px; color:#666666;}
.proDetail-order .right .content .sub .checkFromTel{ background-color:#ed253c; border:none; color:#ffffff; text-transform:uppercase; font-size:13px; display:block; text-align:center; padding:6px 0px; cursor:pointer; width:100%; text-decoration:none;}
.proDetail-order .right .content .sub .checkFromTel:hover, .proDetail-send .content .sub .checkFromTel1:hover, .proDetail-send .content .sub .checkFromTel2:hover{ background-color:#ed0202;}
.proDetail-order .right .formTelSend{ position:absolute; top:0px; left:0px; background-color:#f1f1f1; height:40px; width:100%; display:none;}
.proDetail-order .right .cssFull{ padding:10px; font-size:16px; line-height:20px; border-radius:12px; border:1px solid #ddd; text-align: center;}
.proDetail-info .caltel{ padding:10px 0px; text-align:center;}
.proDetail-info .caltel .cssTel{ float:left; width:48%;}
.proDetail-info .caltel .cssFace{ float:right; width:48%;}
.proDetail-info .caltel .cssTel a{ background-color:#71bf44;}
.proDetail-info .caltel .cssFace a{ background-color:#1664b2;}
.proDetail-info .caltel a{ display:block; border-radius:4px; color:#ffffff; padding:10px 24px 10px 0px; text-decoration:none;}
.proDetail-info .caltel a span.text{ transition:0.9s;}
.proDetail-info .caltel a span.symbol{ width:22px; height:22px; vertical-align:middle; display:inline-block;}
.proDetail-info .caltel a:hover span.text{ padding-left:10px;}
.proDetail-info .caltel .cssTel a:hover span.symbol{ background: url("/library/icon.png") repeat scroll -46px top transparent;}
.proDetail-info .caltel .cssFace a:hover span.symbol{ background: url("/library/icon.png") repeat scroll -68px top transparent;}
.proDetail-info .share a{ display:inline-block; margin:3px; background-color:#ffffff; border-radius:50%; border:solid 2px #cccccc; padding:3px;}
.proDetail-info .share a span{ display:inline-block; width:22px; height:22px; background: url("/library/icon.png") repeat scroll -68px -22px transparent;}
.proDetail-info .share a.face:hover{ background-color:#3a589d; border:solid 2px #3a589d;}
.proDetail-info .share a.face:hover span{ background-position-y:top;}
.proDetail-info .share a.tw span{ background-position:-90px -22px; }
.proDetail-info .share a.tw:hover{ background-color:#2478ba; border:solid 2px #2478ba;}
.proDetail-info .share a.tw:hover span{ background-position-y:top;}
.proDetail-info .share a.em span{ background-position:-112px -22px; }
.proDetail-info .share a.em:hover{ background-color:#333333; border:solid 2px #333333;}
.proDetail-info .share a.em:hover span{ background-position-y:top;}
.proDetail-info .share a.pt span{ background-position:-134px -22px; }
.proDetail-info .share a.pt:hover{ background-color:#cb2320; border:solid 2px #cb2320;}
.proDetail-info .share a.pt:hover span{ background-position-y:top;}
.proDetail-info .share a.link span{ background-position:-156px -22px; }
.proDetail-info .share a.link:hover{ background-color:#0072b7; border:solid 2px #0072b7;}
.proDetail-info .share a.link:hover span{ background-position-y:top;}
.proDetail-info .cate{ padding:20px 0px; color:#333333;}
.proDetail-info .cate a{ color:#71bf44; text-decoration:none;}
.proDetail-info .cate a:hover{ color:#1aaa08;}
.proDetail-info .price-kv{ font-size:14px; position:relative; padding-bottom:5px; margin-top:10px;}
.proDetail-info .price-kv .title-cols1{ float:left; padding-right:5px;}
.proDetail-info .price-kv .title-cols2{ float:left; }
.proDetail-info .price-kv a.root{ color:#164993; font-weight:bold; text-decoration:none;}
.proDetail-info .price-kv a.root span{ border-color: #0000 #0000 #164993; border-style: solid; border-width: 0 6px 6px; display: inline-block; height: 0; width: 0; transform: rotate(180deg); vertical-align: middle; }
.proDetail-info .price-kv .h_menu_sub{ display:none;  top:15px;}
.proDetail-info .price-kv .h_menu_sub ul{ margin-top:5px; width:200px; background-color:#ffffff; box-shadow:1px 1px 5px #D0D0BF;}
.proDetail-info .price-kv ul li a{ padding:5px 10px; display:block; border-bottom:dotted 1px #D0D0BF; color:#333333; text-decoration:none;}
.proDetail-info .price-kv ul li a:hover{ background-color:#164993; color:#ffffff;}
.proDetail-right .title{ background-color:#164993; color:#ffffff; text-transform:uppercase; padding:10px 10px; border-radius:4px 4px 0px 0px; font-weight:bold; }
.proDetail-right .pro{ background-color:#ffffff;}
.proDetail-right .pro .list{ padding:5px 0px; border-bottom:solid 1px #eeeeee;}
.proDetail-right .pro .list .img{ float:left; width:35%; text-align:center;}
.proDetail-right .pro .list .info{ float:right; width:65%;}
.proDetail-right .pro .list .info .name a{ text-decoration:none; color:#333333;}
.proDetail-right .pro .list .info .price{ padding:5px 0px;}
.proDetail-right .pro .list .info .price .text{ display:inline-block; color: #ff0000; font-weight:bold; padding:0px 5px;}
.proDetail-right .pro .list .info .price .pri{ display:inline-block; color:#ff0000; font-size:16px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.proDetail-right .pro .list .info .price .line{ display:inline-block; color:#666666; text-decoration:line-through; vertical-align:middle; padding:0px 5px;}
.proDetail-right .pro .list .img img{ width:80px; height:80px; border-radius:50%;}
.proDetail-info .price .call{ padding:5px 0px; display:block; color:#666; font-weight:bold;}
.proDetail-info .propriceOther{ padding:0px 0px;}
.proDetail-info .propriceOther p{ margin:0px; padding:2px 0px; color:#333333; font-weight:bold;}
.proDetail-info .propriceOther p span{ vertical-align:middle;}
.proDetail-info .propriceOther p span.symbol{ display:inline-block; width:4px; height:4px; border-radius:50%; background-color:#333333; margin-right:5px;}
.proDetail-info .propriceOther p .text2{ color:#ff0000; font-size:16px;}

.proDetail-title{ padding:10px 10px; text-transform:uppercase; color:#ffffff; font-weight:bold; border-bottom:solid 2px #164993;  background: linear-gradient(90deg,#0066cc 30%,#164993 100%); border-radius:4px 4px 0px 0px; position:relative;}
.proDetail-content{ padding:10px 0px; font-size:16px; }
.proDetail-content img{ max-width:100%;}
.proDetail-content iframe{width:100%; height:650px;}
.proDetail-content-left{ float:left; width:60%;}
.proDetail-content-right{ float:right; width:37%;}
.proDetail-content-right .price{ padding:10px 0px; text-align:center;}
.proDetail-content-right .price .pri{ display:inline-block; color:#ff0000; font-size:32px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.proDetail-content-right .price .line{ display:inline-block; color:#666666; text-decoration:line-through; font-size:22px; vertical-align:middle; padding:0px 5px;}
.proDetail-content-right .price .sale{display:inline-block; color:#ff0000; font-size:18px; vertical-align:middle; padding:0px 5px;}
.proDetail-content-right .order{ padding:0px 10px 10px;}
.proDetail-content-right .order a{ display:block; background-color:#ff0000; border-radius:4px; text-align:center; padding:5px 0px; color:#ffffff; text-decoration:none;}
.proDetail-content-right .order a .cols1{ display:block; font-size:18px; font-weight:bold; padding:2px 0px;}
.proDetail-content-right .order a .cols2{ display:block; padding-bottom:5px;}
.proDetail-content-right .order a:hover{ background-color:#f17f0f;}
.proDetail-content-right .order a.no{ background-color:#666666;}
.proDetail-content-order{ text-align:center; display:none;}
.proDetail-content-order a{ display:block; background-color:#ff0000; border-radius:4px; text-align:center; padding:5px 0px; color:#ffffff; text-decoration:none;}
.proDetail-content-order a .cols1{ display:block; font-size:18px; font-weight:bold; padding:2px 0px;}
.proDetail-content-order a .cols2{ display:block; padding-bottom:5px;}
.proDetail-content-order a:hover{ background-color:#f17f0f;}
.proDetail-content-order a.no{ background-color:#666666;}

@media screen and (max-width: 870px){.proDetail-content iframe{ height:300px;}}
.proDetail-content table{ border-collapse: collapse; max-width: 100% !important;}
.proDetail-content table tr{ }
.proDetail-content table tr:hover{ background-color:#eefcf5;}
.proDetail-content table tr td{ border:solid 1px #cccccc; padding:8px 10px; color:#000000;}
.proDetail-content table tr.title{ font-weight:bold; background-color:#fcf6f1;}
table.style{ border-collapse: collapse; max-width: 100% !important;}
table.style tr{ }
table.style tr:hover{ background-color:#eefcf5;}
table.style tr td{ border:solid 1px #cccccc; padding:8px 10px; color:#000000;}
table.style tr.title{ font-weight:bold; background-color:#fcf6f1;}

.pDetail-filter{}
.pDetail-filter .title{ font-size:18px; text-transform:uppercase; font-weight:bold; padding:0px 0px 2px; border-bottom:dotted 1px #C0C0C0;}
.pDetail-filter .content{ font-size:16px; line-height:22px;}
.pDetail-filter .list{ border-bottom:solid 1px #e3e3e3;}
.pDetail-filter .list_0{ background-color:#f9f9f9; }
.pDetail-filter .list .cols1{ float:left; width:30%;}
.pDetail-filter .list .cols2{ float:left; width:70%;}
.pDetail-filter .list span{ display:block; padding:10px;}

.proSame-title{ padding:10px 10px; text-transform:uppercase; color:#ffffff; font-weight:bold; border-bottom:solid 2px #164993;  background: linear-gradient(90deg,#0066cc 30%,#164993 100%); border-radius:4px 4px 0px 0px; position:relative;}
.proSame-grid{ display: flex; flex-wrap: wrap;}
.proSame-grid .list{ float:left; width:calc(33.33% - 12px); margin:5px; background-color:#ffffff; border:solid 1px #a0dcf2;}
.proSame-grid .list .img{ position:relative; overflow:hidden;}
.proSame-grid .list .img .sale{ position:absolute; top:2px; right:0px; z-index:1;}
.proSame-grid .list .img .sale span.sale-b{ color:#ffffff; display:inline-block; border-radius:12px 0px 0px 12px; background: -webkit-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: -o-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: linear-gradient(to right, #ff2900 0%, #ff6f00 50%, #ff9200 100%);}
.proSame-grid .list .img .sale span.sale-b span.sale-t{ display:inline-block; font-weight:bold; padding:5px 10px;}
.proSame-grid .list .img a{ display:block; height:250px; text-align:center; }
.proSame-grid .list .img img{ max-width:100%; max-height:100%; transition:0.9s;}
.proSame-grid .list .name{ padding:5px 10px; text-align:center;}
.proSame-grid .list .name a{ display:block; color:#182f45; font-size:16px; height:42px; overflow:hidden; line-height:22px; text-decoration:none;}
.proSame-grid .list .name a:hover{ color:#182f45 ;}
.proSame-grid .list .price{ padding:10px 10px 20px; text-align:center;}
.proSame-grid .list .price .text{ display:inline-block; color: #ff0000; font-size:18px; font-weight:bold; padding:0px 5px;}
.proSame-grid .list .price .pri{ display:inline-block; color:#ff0000; font-size:18px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.proSame-grid .list .price .line{ display:inline-block; color:#666666; text-decoration:line-through; font-size:16px; vertical-align:middle; padding:0px 5px;}
.proSame-grid .list:hover{ box-shadow:5px 5px 5px #bee4f3; border:solid 1px #164993;}
.proSame-grid .list:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}

.newJoin_grid{ display: flex; flex-wrap: wrap;} 
.newJoin_grid .item{ float:left; width:calc(25% - 22px); margin:10px; background-color:#f6f6f6; border:solid 1px #a0dcf2;}
.newJoin_grid .item .img{ position:relative; padding:10px; background-color:#ffffff;}
.newJoin_grid .item .img a{ display:block; overflow:hidden; height:180px;}
.newJoin_grid .item .img a img{ width:100%; transition: 0.9s;}
.newJoin_grid .item .info{ padding:10px 0px;}
.newJoin_grid .item .name{ padding:5px 10px; position:relative;}
.newJoin_grid .item .name a{ color:#000000; font-size:16px; text-decoration:none; display:block; line-height:20px; font-weight:bold;}
.newJoin_grid .item .name svg{ stroke:#cc0000; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.newJoin_grid .item .name svg.svg1 { width:24px; height:24px; stroke-width: 2; position:absolute; top:10px; right:0px;}
.newJoin_grid .item .summary{ margin:5px 10px; font-size:14px; color:#333333; font-style:italic; height:84px; overflow:hidden;}
.newJoin_grid .item:hover .img a img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}

.proImg-title{ font-size:20px; text-transform:uppercase; font-weight:bold; padding:20px 0px 5px; border-bottom:dotted 1px #C0C0C0;}
.proImg_grid{ display:flex; flex-wrap:wrap;}
.proImg_grid .item{ float: left; width: calc(25% - 20px); margin: 10px;}
.proImg_grid .item img{ width:100%; border-radius:4px;}
.proImg_grid .other{ text-align:center; padding:10px 0px; width:100%;}
.proImg_grid .other a{ background-color:#164993; padding:8px 20px; border-radius:8px; color:#ffffff; font-weight:bold; text-decoration:none;}
.style-content{ font-size:16px;}
.style-content img{ max-width:100% !important; height:100% !important;}
.style-content h2{ line-height:28px;}
.style-content iframe{ width:100% !important; height:450px;}
.style-content table{ width:100% !important; border-collapse: collapse; border-color:#d0d0bf; background-color:#FFFFFF;}
.style-content table tr.title{ background-color:#bfcded; color:#4a639c;  font-weight:bold;}
.style-content table tr.title td{ border-color:#d0d0bf;}
.style-content table tr.content td{ border-color:#d0d0bf;}
.style-content table tr.content:hover{ background-color:#ebf1fe;}
@media screen and (max-width: 550px) { .style-content iframe{ width:100% !important; height:300px;}}
/*heading===*/
.heading{ padding: 10px 0px; border-radius:12px; font-size:14px;}
.heading-t{ text-align:center; font-weight:bold; padding-top:5px;}
.heading-t .b{ display:inline-block; background-color:#fffac2; padding:4px 10px; border-radius:8px;}
.heading-t .text{ font-size:16px; vertical-align:middle; display:inline-block; background-color:#fffac2; padding:4px 10px; border-radius:8px;}
.heading-t div#hide-show{ display:inline-block;color:#999999; padding-left:5px; vertical-align:middle;}
.heading-t div#hide-show a{ color:#666666;}
.heading-c{ padding:10px; border:solid 1px #fffac2; border-radius:12px;}
.heading-c .list{ padding:5px 0px;}
.heading-c .list span{ font-weight:bold; padding-right:5px; color:#666666;}
.heading-c .list a{ color: #e14d43; text-decoration: none;}
.heading-c .list a:hover{ text-decoration:underline;}
.heading-c .list_2{ padding-left:20px;}
.heading-c .list_3{ padding-left:40px;}
.heading-c .list_4{ padding-left:60px;}
.heading-fix{ position:fixed; top:130px; left:0px; z-index:2; display:none;}
.heading-fix .symbol{ position:absolute; top:0px; left:0px; width:40px; height:40px; background: url("/library/icon.png") no-repeat scroll left -84px transparent; vertical-align:middle;}
.heading-fix .h_menu_sub{ top:10px; left:10px; font-size:14px;}
.heading-fix .h_menu_sub .border{ margin:0px 0px 0px 34px; width:500px; background-color:#ffffff; border:solid 1px #E2E2E2; box-shadow:1px 2px 5px #E2E2E2; padding:10px; border-radius:4px; position:relative;}
.heading-fix .h_menu_sub .border .symbol1{ position:absolute; top:0px; left:-13px; border-color: #0000 #0000 #E2E2E2; border-style: solid; border-width: 0 8px 8px; display: inline-block; height: 0; width: 0; transform: rotate(-90deg); margin: 10px 0;}
.heading-fix .h_menu_sub .border .list{ padding:5px 0px;}
.heading-fix .h_menu_sub .border .list span{ font-weight:bold; padding-right:5px; color:#666666;}
.heading-fix .h_menu_sub .border .list a{ color: #e14d43; text-decoration: none;}
.heading-fix .h_menu_sub .border .list a:hover{ text-decoration:underline;}
.heading-fix .h_menu_sub .border .list_2{ padding-left:20px;}
.heading-fix .h_menu_sub .border .list_3{ padding-left:40px;}
.heading-fix .h_menu_sub .border .list_4{ padding-left:60px;}
/*tags=====*/
.tags-title{ background-color:#182f45; float:left; margin-right:5px;margin-top:5px; font-weight:bold; color:#ffffff; padding:5px;}
ul.tags-list li{ float:left; padding:5px; margin-right:5px; margin-top:5px; background-color:#164993;}
ul.tags-list li a{ display:block; color:#ffffff; text-decoration:none;}
ul.tags-list li:hover{ background-color:#0066cc;}
.related{ padding:5px 0px;}
.related .temp1{ color:#666666; font-weight:bold;}
.related .temp1 a{ color:#666666; text-decoration:none;}
.related .temp1 a:hover{ color:#164993;}

.related .temp{ border-top:1px solid #e2e2e3; border-bottom:1px solid #e2e2e3; padding:5px 0px;}
.related .temp .t{ float:left; width:20%; font-weight:bold;}
.related .temp .c{ float:left; width:80%;}
.related .temp .c a{ display:block; text-decoration:none; color:#666666; padding:0px 0px 5px;}
.related .temp .c a:hover{ color:#164993;}
div.tags-new-list{ margin:0px 10px;}
.tags-content{ padding:10px 0px; font-size:16px; line-height:22px;}
.tags-content iframe{width:100%; height:650px;}
@media screen and (max-width: 870px){.tags-content iframe{ height:300px;}}
.tags-content table{ border-collapse: collapse; max-width: 100% !important;}
.tags-content table tr:hover{ background-color:#eefcf5;}
.tags-content table tr td{ border:solid 1px #cccccc; padding:8px 10px; color:#000000;}
.tags-content table tr.title{ font-weight:bold; background-color:#fcf6f1;}

/*modal==============*/
.modal { display: none; background: rgba(0, 0, 0, .30); z-index: 999; }
.modal .modal-dialog { position: relative; margin: 30px auto; width: 1100px; border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); }
.modal-open { overflow: hidden; }
.modal { bottom: 0; display: none; left: 0; outline: 0 none; overflow: hidden; position: fixed; right: 0; top: 0; z-index: 1040; }
.modal.fade .modal-dialog { transform: translate(0px, -25%); transition: transform 0.3s ease-out 0s; }
.modal.in .modal-dialog { transform: translate(0px, 0px); }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { margin: 10px; position: relative; width: auto; }
.modal-content { background-clip: padding-box; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); outline: 0 none; position: relative;}
.modal { display: none; background: rgba(0, 0, 0, .30); z-index: 999; }
.modal .modal-dialog { position: relative; margin: 30px auto; border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); }
.modal .modal-dialog { width: 500px; }
@media screen and (max-width: 550px){ .modal .modal-dialog { margin: 30px auto; width: 95%; } .modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}}

.modalpro .title{ background-color:#f4f4f4; border-radius:4px 4px 0px 0px;}
.modalpro .title .t{margin: 0px; padding: 10px 10px 0px; font-size: 18px; float: left; color: #333;}
.modalpro .title a{ float:right; font-size:11px; color:red; text-decoration:none; text-align:center; font-family:Verdana,Geneva,sans-serif; padding-right:5px;}
.modalpro .title a span{ display:block;}
.modalpro .title a span.symbol{ font-weight:bold; font-size:20px;}
.modalpro .content{ padding:20px; text-align:left;}
.modalpro .content a{ display:block; font-size:14px; text-decoration:none; padding:5px; }
.modalpro .content a .cols1{ display:inline-block; color:#333333;}
.modalpro .content a .cols2{ display:inline-block; font-weight:bold; padding:0px 10px; color:#333333;}
.modalpro .content a .cols3{ display:inline-block; color:#ff0000; font-size:16px; font-weight:bold;}
.modalpro .content .cssFull{text-align: center; font-size: 16px; line-height: 22px;}

/*rating==============*/
.rating-face{ padding:0px 20px;}
.rating{}
.rating .title{ font-size:18px;}
.rating .title .cols1{ padding-right:10px; padding-top:5px; }
.rating .title .cols11{ padding:10px 0px 5px;}
.rating .title .cols2{ float:left; padding-left:5px; font-size:14px;}
.rating .title .cols3{ float:left; padding-left:20px; font-size:14px;}
.rating .title .cols2 a{ background-color:#adadad; display:inline-block; padding:8px 15px; color:#333333; text-decoration:none; border-radius:4px; text-decoration:none;}
.rating .title .cols3 a{ background-color:#adadad; display:inline-block; padding:8px 15px; color:#333333; text-decoration:none; border-radius:4px; text-decoration:none;}
.rating .title .cols2 a.active, .rating .title .cols3 a.active{ background-color:#164993; color:#ffffff;}

.rating .border{ background-color:#ffffff; padding:10px 20px;}
.rating .form-content{ padding:10px 5px 5px; border-bottom:solid 1px #F4F4F4;}
.rating .form-content .content{ }
.rating .form-content .content .left{ float:left; width:80%;}
.rating .form-content .content .right{ float:left; width:20%; text-align:center; line-height:22px;}
.rating .form-content .content .left .border{border: 1px solid #d8d8d8; overflow: hidden; padding: 5px;}
.rating .form-content .content .stars{ padding-top:5px;}
.rating .form-content .content .submit{ padding-top:10px;}
.rating .form-content .content .submit a{ background-color: #f44336; border-radius: 2px; color: #ffffff; font-weight: bold; padding: 5px 10px; text-decoration:none;}
.rating .form-content .total{ padding:5px 0px;}
.rating .form-content .total img{ vertical-align:middle;}
.rating .form-content .txtContent{ height:60px; border:medium none; font-family:Arial; font-size:12px; width:100%;}

.rating-list{ padding:5px 10px;}
.rating-list .name{}
.rating-list .name .cols1{ float:left; color:#666666; background-color:#cccccc; padding:2px 5px; text-transform:uppercase; font-weight:600; font-size:12px;}
.rating-list .name .cols2{ float:left; padding-left:5px; color:#333333; font-size:15px; font-weight:bold;}
.rating-list .name .cols3{ float:left; color:#989898; padding-left:5px; padding-top:4px; font-size:11px;}
.rating-list .name .cols4{ float:left; padding-left:10px; padding-top:3px; font-size:13px; color:#7ccf4e;}
.rating-list .name .cols4 span{ display:inline-block; width:16px; height:18px; background:url("/library/icon.png") no-repeat scroll -160px -44px transparent; margin-right:3px; vertical-align:middle;}
.rating-list .content{ padding-top:5px; color:#3b3233;}
.rating-list .like{ padding:5px 0px; color:#666666;}
.rating-list .like .cols1{ float:left;}
.rating-list .like .cols2{ float:left; padding-left:5px;}
.rating-list .like .cols3{ float:left; padding-left:5px;}
.rating-list .like .cols2 span.symbol{ width:14px; height:20px; display:inline-block;  background: url("/library/like.png") no-repeat scroll -30px top transparent; text-decoration:none; vertical-align:middle;}
.rating-list .like .cols2:hover span.symbol{ background-position:-7px top;}
.rating-list .like .cols2 span.count{ font-size:11px; color:#666666;}

.rating-list .like a{ color:#4a90e2; text-decoration:none; font-size:14px;}
.rating .form-content .content .stars1, .rating .form-content .content .stars2, .rating .form-content .content .stars3, .rating .form-content .content .stars4, .rating .form-content .content .stars5{ width:22px; height:22px; display:inline-block; background: url(/library/rating.png) no-repeat left top transparent; cursor:pointer;}
.rating .form-content .content .starsActive{ background-position:left -22px;}

.rating-list .reply{ padding:10px 20px;}
.rating-list .reply .list{ background-color:#f1f1f1; border-radius:2px; padding:10px; margin-bottom:5px;}
.rating-list .reply .list img{ width:100px; margin:5px;}
.rating-list .reply .list .cols1{ float:left; color:#666666; background-color:#cccccc; padding:2px 5px; text-transform:uppercase; font-weight:600; font-size:12px;}
.rating-list .reply .list .cols2{ float:left; padding-left:5px; color:#333333; font-size:15px; font-weight:bold;}
.rating-list .reply .list .cols3{ float:left; padding-left:5px;}
.rating-list .reply .list .cols3 span{ background-color:#f1c40f; display:inline-block; border-radius:2px; padding:0px 5px; font-weight:bold;}
.rating-list .reply .list .repContent{ color:#333333; line-height:18px; padding:5px 0px 0px 0px;}
.rating-list .repLike{ padding:5px 0px; color:#666666;}
.rating-list .repLike .lkCols1{ float:left;}
.rating-list .repLike .lkCols2{ float:left; padding-left:5px;}
.rating-list .repLike .lkCols3{ float:left; padding-left:5px;}
.rating-list .repLike a{ color:#4a90e2; text-decoration:none; font-size:14px;}
.rating-list .repLike .lkCols2 span.symbol{ width:14px; height:20px; display:inline-block;  background: url("/library/like.png") no-repeat scroll -30px top transparent; text-decoration:none; vertical-align:middle;}
.rating-list .repLike .lkCols3 span.symbol{ width:14px; height:20px; display:inline-block;  background: url("/library/like.png") no-repeat scroll -30px -22px transparent; text-decoration:none; vertical-align:middle;}
.rating-list .repLike .lkCols2:hover span{ background-position:-7px top;}
.rating-list .repLike .lkCols3:hover span{ background-position:-7px -22px;}
.rating-list .repLike .lkCols2 span.count, .rating-list .repLike .lkCols3 span.count{ font-size:11px; color:#666666;}

.rating-modal{}
.rating-modal .title{ background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fafafa, #f2f2f2) repeat scroll 0 0; display: block; padding: 10px 0px;}
.rating-modal .title h2{ margin:0px; padding:0px 10px; font-size:18px; font-weight:100; float:left;  color: #333;}
.rating-modal .title a{ float:right; font-size:11px;}
.rating-modal .title a span.symbol{ display:block; color: #ccc; cursor: pointer;  font-family: Verdana,Geneva,sans-serif; font-size: 15px; line-height: 30px; margin: 0; padding: 0 5px; position: absolute; right: 5px; top: 0;}
.rating-modal .title a span.esc{ color: #cccccc; display: block; font-size: 10px; position: absolute; right: 3px; top: 23px;}
.rating-modal .title a:hover span.symbol{ color:#333333;}

.rating-modal .note{ padding:5px 10px; color:#333333; font-size:16px;}
.rating-modal .cols{ padding:10px 10px;}
.rating-modal .cols .border{ border: 1px solid #d8d8d8; overflow: hidden; padding: 5px; border-radius:2px;}
.rating-modal .cols .border .textBox{ border:medium none; font-family:Arial; font-size:14px; width:100%; color:#919191; height:24px;}
.rating-modal .cols .submit{background-color: #f37021; border: medium none; border-radius: 2px; color: #ffffff; font-size: 14px; font-weight: bold; padding: 10px 15px; text-decoration: none; text-transform: uppercase; cursor:pointer; display:inline-block;}
.rating-modal .cols .border .txtContent{ border:medium none; font-family:Arial; font-size:14px; width:100%; height:60px; color:#919191; }
.rating-modal .cols4{ padding-bottom:20px;}

.rating-more{border-top: 1px solid #e4e4e4; position: relative; text-align: center;}
.rating-more a{ background-color: #e4e4e4; border-radius: 0 0 4px 4px; color: #006699; display: inline-block; font-size: 12px; font-weight: bold; padding: 7px 20px; text-decoration: none; text-transform: uppercase;}
.rating-more a span{ background: transparent url("/library/icon.png") no-repeat scroll -267px -147px; display: inline-block; height: 16px; width: 16px;}
@media screen and (max-width: 870px){ .rating{ padding:0px 5px;} .rating .form-content .content .left{ width:75%;} .rating .form-content .content .right{ width:25%;} .rating .title .cols1{ display:none;} }
@media screen and (max-width: 550px) {.rating .form-content .content .left{ width:62%;} .rating .form-content .content .right{ width:38%;}}

/*brand-group======*/
.brand-group{ display: flex; flex-wrap: wrap;}
.brand-group .item{ float:left; width:calc(20% - 22px); margin:10px; background-color:#ffffff; border:solid 1px #a0dcf2;}
.brand-group .item .img{ position:relative; overflow:hidden;}
.brand-group .item .img a{ display:block; max-height:50px; text-align:center; }
.brand-group .item .img img{ max-width:100%; max-height:100%; transition:0.9s;}
.brand-group .item .name{ padding:5px 10px; text-align:center;}
.brand-group .item .name a{ display:block; color:#182f45; text-decoration:none;}
.brand-group .item .name a:hover{ color:#182f45 ;}
.brand-group .item:hover{ box-shadow:5px 5px 5px #bee4f3; border:solid 1px #164993;}
.brand-group .item:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}

/*about===========*/
.intro h1.title{ font-size:24px; margin:0px; padding:5px 0px 10px; color:#71bf44;}
.intro { width:calc(76% - 20px); padding:10px 10px; margin-top:10px; font-size:16px; line-height:22px; background-color:#ffffff;}
.intro img{ max-width: 100% !important; height: auto !important;}
.intro table{ border: 0 none; border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 100%; max-width: 100% !important;}
.intro table td { padding: 7px 10px; border:solid 1px #666666;}
.intro table td.owner{ font-weight:bold;}
.intro table td.title{ background:#ffe699 none repeat scroll 0 0;}

.agent-title{ text-transform:uppercase; color:#333333; text-align:center; margin:0px; padding:20px 0px 20px;}
.agent-select{ background-color:#cccccc; padding:10px;}
.agent-select .left{ float:left; width:calc(30% - 10px);}
.agent-select .right{ float:left; width:70%;}
.agent-select .left select { border: 1px solid #efeded; height: 38px; outline: none; box-sizing: border-box; padding-left: 10px; width: 100%; border-radius: 3px; background-color:#ffffff; }
.agent-select .right select { margin-left:10px; border: 1px solid #efeded; height: 38px; outline: none; box-sizing: border-box; padding-left: 10px; width: 50%; border-radius: 3px; background-color:#ffffff; }
.agent-left{ float:left; width:30%; background-color:#f8f8f8; height:800px; overflow:auto;}
.agent-right{ float:left; width:70%;}
.agent-left .list{ border-bottom:solid 1px #d4d4d4; padding:10px 0px 10px 10px; cursor:pointer; line-height:20px;}
.agent-left .list h3{ text-transform:uppercase; margin:0px; padding:5px 0px;}
.agent-left .list p{ margin:0px; padding:5px 0px;}
.agent-left .list:hover{ background-color:#164993; color:#ffffff;}
.agent-left .list.active{ background-color:#164993; color:#ffffff;}
.agent-right iframe{ width:100% !important; height:800px !important;}
@media screen and (max-width: 850px) {
    .agent-select .left{ width:calc(50% - 10px); }
    .agent-select .right{ width:calc(50% - 10px); margin-left:10px;}
    .agent-select .right select{ width:100%; margin-left:0px;}
    .agent-left{ float:none; width:auto; height:auto;}
    .agent-right{ float:none; width:auto;}
}
/*newform=======*/
.new-form{ padding:20px 5px; text-align:center;}
.new-form .border{ padding:20px 20px 10px; border:solid 1px #eeeeee; border-radius:4px; text-align:left; box-shadow:1px 1px 5px #cccccc; }
.new-form .border .title{ color:#164993; font-weight:bold; font-size:18px; border-bottom:solid 2px #164993; padding:5px 0px;}
.new-form .border .cols1{ float:left; width:48%; padding:10px 0px;}
.new-form .border .cols2{ float:right; width:48%; padding:10px 0px;}
.new-form .border .t{ color:#666666; padding:5px 0px;}
.new-form .border .b{ background-color:#ffffff; border:solid 1px #C0C0C0; padding:8px 5px; border-radius:4px;}
.new-form .border .b .cssTextbox{ border:none; width:100%; background:none;}
.new-form .border .b .cssTextBox1{ border:none; width:100%; height:80px; background:none;}
.new-form .border .b-captcha .capt-cols1, .checkvisa .border .b-captcha .capt-cols2{ float:left;}
.new-form .border .capt-b{ border:solid 1px #C0C0C0; border-radius:4px 0px 0px 4px; padding:5px;}
.new-form .border .capt-b .cssTextBox{ width:100%; border:none; background:none;}
.new-form .border .loadNewsend, .new-form .border .loadProductsend{ background-color:#ffffff; position:absolute; top:18px; text-align:center; left:0px; right:0px; padding:20px 0px; display:none;}
.new-form .submit{ text-align:center; padding:30px 0px 10px;}
.new-form .submit .sub{ background-color:#ff6600; padding:12px 30px; border-radius:12px; color:#ffffff; font-size:16px; text-decoration:none; margin:0px 5px;}
.new-form .submit .sub:hover{ background-color:#336699;}
.new-form .border .completed{ font-size:18px; line-height:28px; text-align:center; padding:20px;}
@media screen and (max-width: 550px) {
    .new-form .border .cols1{ float:none; width:auto;}
    .new-form .border .cols2{ float:none; width:auto;}
}
.proDetail-form{ text-align:center;}
.proDetail-form .border{ margin:0px 20%; text-align:left;}
@media screen and (max-width: 870px) {
    .proDetail-form .border{ margin:0px 0px;}
}
/*Contact========*/
.contact-l{ float:left; width:58%;}
.contact-r{ float:right; width:40%;}
.contact-l h1{ margin: 0px; display: inline-block; font-size: 30px; font-weight: 600; border-bottom: solid 2px #f47c25; color: #0569b4;}
.contact-form{ padding:10px; margin:10px 0px 20px; border-left:solid 1px #F4F4F4;}
.contact-form .title{ font-weight:bold; color:#666666; padding-bottom:20px;}
.contact-text{ line-height:22px; color:#333333; padding:10px;}
.contact-text a{ color:#333333; text-decoration:none;}
.contact-text .title1{ font-size:18px; font-weight:bold;}
.contact-text .title{ font-size:22px; font-weight:bold;}
.contact-text .content{ padding:20px 0px; line-height:26px; font-size:16px;}
.contact-map{  padding:10px;}
.ct-content{ border:solid 2px #ff9933; padding:10px; background-color:#ffffcc;}
.contact-title{ color: #6F6F6F; font-size: 18px; padding:10px;}
.contact-cols1{ float:left; width:22%; color: #6F6F6F; font-size: 13px; font-weight:bold; padding:10px 0px;}
.contact-cols2{ float:left; width:78%; text-align:right; padding:10px 0px;}
.contact-cols2 .b{ border:solid 1px #C0C0C0; padding:5px;}
.contact-cols2 .cssTextBox { font-size: 13px; width: 100%; border:none; background:none;}
.contact-cols2 .cssTextBox1{font-size: 13px; height:100px; width:100%; border:none; background:none;}
.contact-sendFull{ color: #333333; font-size: 14px; font-weight:bold; padding:10px;}
.contact-cols1n{ float:left; width:20%;}
.contact-cols2n{ float:left; width:80%;}
.contactCheck{ color:#797979;}
.contactCheck a{ color:#797979;}
.contact-cols2 .sub{ display: inline-block; background-color: #f7941d; padding: 8px 30px; border: none; border-radius: 4px; color: #ffffff; text-transform: uppercase; font-size: 15px; cursor: pointer; text-decoration: none; font-weight:bold;}
.contact-cols2 .sub:hover{ background:red;}
.contact-form .type{font-size: 13px; color:#666666; border:none; background:none; width:100%;}
.contact-form .captcha{font-size:13px; border:solid 1px #d1d1d1; height:24px; color:#666666;}
.contact-form #cartLoadSend{ position: absolute; right: 0px; top: 0px; background-color: rgb(255, 255, 255); height: 49px; width: 100%; text-align:center; display:none; font-weight:bold;}

div.contact-captcha{}
div.contact-captcha .cols1{ float:left; }
div.contact-captcha .cols2{ float:left; }
@media screen and (max-width: 870px){ .contact-l{ float:none; width:auto; padding:10px 0px;} .contact-r{ float:none; width:auto; padding:10px 0px;}}
/*new============*/
.newsearch{ background-color:#164993; padding:10px; border-radius:4px;}
.newsearch form{ background-color:#ffffff; position:relative; padding:5px; border-radius:4px;}
.newsearch form .textbox{ width:100%; border:none; background:none; padding:2px 0px;}
.newsearch form .submit{ position:absolute; top:4px; right:2px; width: 24px; height: 24px; background: url("/library/icon.png") no-repeat scroll -40px -84px transparent; vertical-align: middle; text-decoration: none; border: none; cursor: pointer;}

.category-new{ padding-top:10px;}
.newlist h1{ color:#71bf44; font-size:20px; text-transform:uppercase;}
.new-list{ margin:0px 0px; border:solid 1px #eeeeee; border-radius:0px 4px 4px 0px; background-color:#ffffff; padding:5px;}
.new-list .img{ float:left; width:29%; background-color:#eeeeee;}
.new-list .img a{ display:block; height:150px; overflow:hidden; text-align:center;}
.new-list .img img{ max-width:100%; max-height:100%;}
.new-list .summary{ float:right; width:70%; color:#454545; padding:5px 0px;}
.new-list .summary a.name{ display:block; color:#000000; font-size:18px; text-decoration:none; padding:0px 0px 5px;font-weight: 600;}
.new-list .summary a.name:hover{ color:#164993;}
.new-list .summary p{ margin:0px; font-size:14px;    line-height: 20px;}
.new-list .summary p.more{ padding-top:10px;}
.new-list .summary p.more a{ color:#164993; padding:3px 0px; display:inline-block; font-style:italic;}

div.newDetail{ background-color:#ffffff; margin-top:10px; width:calc(76% - 20px); padding:5px 10px;}
.newDetail h1.title{ font-size:24px; margin:0px; padding:5px 0px;}
.newDetail .date{ padding:10px 0px; color:#666666; border-bottom:solid 1px #eeeeee; }
.newDetail .date span{ color:#164993;}
.newDetail .content{ font-size:16px;}
.proDetail-content{ padding:10px 0px; font-size:16px;}
.newDetail .content img{ max-width:100%;}
.newDetail .content iframe{max-width:100%; height:600px;}
@media screen and (max-width: 870px){.newDetail .content iframe{ height:300px;}}
.newDetail .content table{ border-collapse: collapse; max-width: 100% !important;}
.newDetail .content table tr{ }
.newDetail .content table tr:hover{ background-color:#eefcf5;}
.newDetail .content table tr td{ border:solid 1px #cccccc; padding:8px 10px; color:#000000;}
.newDetail .content table tr.title{ font-weight:bold; background-color:#fcf6f1;}
.newDetail .share{ float:left;}
.newDetail .share a{ display:inline-block; margin:3px; background-color:#ffffff; border-radius:50%; border:solid 2px #cccccc; padding:3px;}
.newDetail .share a span{ display:inline-block; width:22px; height:22px; background: url("/library/icon.png") repeat scroll -68px -22px transparent;}
.newDetail .share a.face:hover{ background-color:#3a589d; border:solid 2px #3a589d;}
.newDetail .share a.face:hover span{ background-position-y:top;}
.newDetail .share a.tw span{ background-position:-90px -22px; }
.newDetail .share a.tw:hover{ background-color:#2478ba; border:solid 2px #2478ba;}
.newDetail .share a.tw:hover span{ background-position-y:top;}
.newDetail .share a.em span{ background-position:-112px -22px; }
.newDetail .share a.em:hover{ background-color:#333333; border:solid 2px #333333;}
.newDetail .share a.em:hover span{ background-position-y:top;}
.newDetail .share a.pt span{ background-position:-134px -22px; }
.newDetail .share a.pt:hover{ background-color:#cb2320; border:solid 2px #cb2320;}
.newDetail .share a.pt:hover span{ background-position-y:top;}
.newDetail .share a.link span{ background-position:-156px -22px; }
.newDetail .share a.link:hover{ background-color:#0072b7; border:solid 2px #0072b7;}
.newDetail .share a.link:hover span{ background-position-y:top;}
.newDetail-sources{ float:right;}

.newDetail-next-title{ padding:10px 10px; text-transform:uppercase; color:#ffffff; font-weight:bold; border-bottom:solid 2px #164993;  background: linear-gradient(90deg,#0066cc 30%,#164993 100%); border-radius:4px 4px 0px 0px; position:relative;}
.newDetail-next-grid{ display: flex; flex-wrap: wrap;}
.newDetail-next-grid .next-list{ float:left; width:calc(20% - 12px); margin:5px; background-color:#ffffff; border:solid 1px #a0dcf2;}
.newDetail-next-grid .next-list .img{ position:relative; overflow:hidden; padding:5px;}
.newDetail-next-grid .next-list .img a{ display:block; height:150px; text-align:center; }
.newDetail-next-grid .next-list .img a img{ max-width:100%; max-height:100%; transition:0.9s;}
.newDetail-next-grid .next-list .name{ padding:5px 10px; text-align:center;}
.newDetail-next-grid .next-list .name a{ display:block; color:#182f45; text-decoration:none;}
.newDetail-next-grid .next-list .name a:hover{ color:#182f45 ;}
.newDetail-next-grid .next-list:hover{ box-shadow:5px 5px 5px #bee4f3; border:solid 1px #164993;}
.newDetail-next-grid .next-list:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}


.nDetail-img .title{ border-bottom:solid 1px #e4e4e4; padding:5px 0px;}
.nDetail-img .title .t{ margin:0px; font-size:20px; font-weight:100;}
.nDetail-img .title .t b{ font-weight:bold;}
.nDetail-img .info{ padding:2px 0px; display: flex; flex-wrap: wrap;} 
.nDetail-img .info .item{ float:left; width:calc(33.33% - 10px); margin:5px;}
.nDetail-img .info .item a img{ border-radius:4px; width:100%;}
.nDetail-img .more{ text-align:center; padding:5px 0px;}
.nDetail-img .more a{ display:inline-block; background-color:#164993; padding:5px 10px; text-decoration:none; color:#ffffff; border-radius:4px;}

.nDetail-video .title{ border-bottom:solid 1px #e4e4e4; padding:5px 0px;}
.nDetail-video .title .t{ margin:0px; font-size:20px; font-weight:100;}
.nDetail-video .title .t b{ font-weight:bold;}
.nDetail-video .info{ padding:2px 0px; }
.nDetail-video .info iframe{ height:500px;}
@media screen and (max-width: 870px){.nDetail-video .info iframe{ height:300px;}}
/*cart========*/
.cart{ background-color:#F2F2F2;}
.cart .border{ margin:0px auto; max-width:800px; padding-bottom:30px;}
.cart .border .border1{ background-color:#ffffff;}
.cart .title{ padding:20px 0px 0px;}
.cart .title .left{ float:left;}
.cart .title .right{ float:right;}
.cart .title .left span{ text-transform:uppercase; font-size:18px;}
.cart .title .left a{ color:#ff0000; text-decoration:none; font-size:12px;}
.cart .title .left a:hover{ text-decoration:underline;}
.cart .title .right a{ background-color:#ff9d00; display:inline-block; color:#ffffff; padding:5px 10px; font-weight:bold; border-radius:4px 4px 0px 0px; font-size:13px;}
.cart .pro{ border-bottom:1px solid #ececec; background-color:#f8f8f8;}
.cart .pro .list{ border-bottom:1px dashed #C0C0C0; padding:10px; position:relative;}
.cart .pro .list .cols1{ float:left; width:20%;}
.cart .pro .list .cols2{ float:left; width:45%;}
.cart .pro .list .cols3{ float:left; width:17%; text-align:right;}
.cart .pro .list .cols4{ float:left; width:18%; text-align:right;}
.cart .pro .list .cols1 img{ width:95%;}
.cart .pro .list .cols2 .name{ padding-bottom:5px;}
.cart .pro .list .cols2 .name a{ color:#002E96; font-weight:bold;}
.cart .pro .list .cols2 .sku{ font-size:12px; color:#666666;}
.cart .pro .list .cols2 .sale{ color:Red; font-size:13px;}
.cart .pro .list .cols2 .summary{ color:#333333; font-size:13px; max-height:40px; overflow:hidden;}
.cart .pro .list .cols3 .price { padding-right: 5px; padding-bottom:5px;}
.cart .pro .list .cols3 .quantity{ padding-right:5px;}
.cart .pro .list .cols3 .quantity .quantity-border{ float:right;}
.cart .pro .list .cols3 .quantity .quantity-cols1{ float:left;}
.cart .pro .list .cols3 .quantity .quantity-cols2{ float:left;}
.cart .pro .list .cols3 .quantity .quantity-cols3{ float:left;}
.cart .pro .list .cols3 .quantity .quantity-cols2 input{ width:30px; text-align:center; border:solid 1px #C0C0C0; border-radius:4px; padding:2px 0px;}
.cart .pro .list .cols3 .quantity a{ display:inline-block; padding:2px 5px; vertical-align:middle; font-size:16px; color:#333333;} 
.cart .pro .list .cols3 .price .line{ color:#666666; text-decoration:line-through;}
.cart .pro .list .cols3 .price .pri{ color:Red;}
.cart .pro .list .cols3 .price .voucher{ font-style:italic; font-size:13px;}
.cart .pro .list .cols4 .money{ padding-right:10px; font-weight:bold; color:#ff0000;}
.cart .pro .total{ padding:8px 0px; text-align:right; border-bottom:dotted 1px #C0C0C0;}
.cart .pro .total .shippingTrue{ display:none;}
.cart .pro .total .total-cols1{ float:left; width:65%; padding:3px 0px;}
.cart .pro .total .total-cols2{ float:right; padding:3px 0px;}
.cart .pro .total .orderPrice{ padding-right:20px; display:inline-block; color:#ff0000; font-weight:bold; font-size:18px;}
.cart .pro .total .orderPrice1{ padding-right:20px; display:inline-block; font-size:16px;}
.cart .pro .total .orderPrice2{ padding-right:20px; display:inline-block; font-size:16px;}
.cart .pro .list .del{  position:absolute; top:2px; right:2px;}
.totalFix{ position:fixed; top:80px; right:2px; width:300px; background-color:#ffffff; border-radius:4px;}
div.cart .pro .totalFix .total-cols1{ width:40%;}

.cart .cus{ padding:10px 20px;  border-bottom:1px solid #ececec;}
.cart .cus .cus-tite{ font-weight:bold;}
.cart .cus .cus-note{ color:#333; font-size:13px; line-height:20px; font-style:italic;}
.cart .cus .cus-note1{ color:red; padding:5px 0px; line-height:20px; font-style:italic;}
.cart .cus .cus-text{ padding:0px 0px; border:solid 1px #eeeeee; margin:0px 0px 5px;}
.cart .cus .cus-text .list{ padding:3px 10px; border-top:solid 1px #eeeeee;}
.cart .cus .cus-text .cols1{ float:left; width:20%; padding:5px 0px; font-weight:bold;}
.cart .cus .cus-text .cols2{ float:left; width:80%; padding:5px 0px;}
.cart .cus .cus-form{ padding:5px 0px;}
.cart .cus .cus-form .form-cols1{ float:left; width:33%; padding:5px 0px;}
.cart .cus .cus-form .form-cols2{ float:left; width:33%; padding:5px 0px;}
.cart .cus .cus-form .form-cols3{ float:left; width:33%; padding:5px 0px;}
.cart .cus .cus-form .form-note{ padding:0 10px; color:#999;}
.cart .cus .cus-b{ border: 1px solid #d1d1d1; border-radius: 4px; padding: 5px; margin:0px 10px;}
.cart .cus .cus-form .cus-b .textbox{ width:100%; border:none; background:none;}
.cart .cus .cus-form .cus-b .select{ width:100%; border:none; background:none;}
.cart .cus .cus-form .form-cols4{ padding-right:7px; padding-bottom:5px;}
.cart .cus .form-cols5{ padding:5px 0px;}
.cart .cus .cus-form .form-cols6 .cols6-1{ padding-right:5px;}
.cart .cus .textarea{ width:100%; border:none; background:none; height:30px; font-family:Arial; font-size:13px;}

.cart .cus .cus-other1{ font-weight:bold; color:#666666;}
.cart .cus .cus-form1{ background-color:#F2F2F2; border-radius:4px; padding:5px;}
.cart .cus .cus-form1 .form-cols1{ float:left; width:50%; padding:5px 0px;}
.cart .cus .cus-form1 .form-cols2{ float:left; width:50%; padding:5px 0px;}
.cart .cus .cus-form1 .cus-b{ border: 1px solid #d1d1d1; border-radius: 4px; padding: 5px; margin:0px 10px; background-color:#ffffff;}
.cart .cus .cus-form1 .cus-b .textbox{ width:100%; border:none; background:none;}
.cart .cus .cus-other2{ font-weight:bold; color:#666666; padding:5px 0px;}
.cart .cus .cus-form2{ background-color:#F2F2F2; border-radius:4px; padding:5px;}
.cart .cus .cus-form2 .form-cols1{ padding:5px 0px;}
.cart .cus .cus-form2 .form-cols2{ padding:5px 0px;}
.cart .cus .cus-form2 .form-cols3{ padding:5px 0px;}
.cart .cus .cus-form2 .cus-b{ border: 1px solid #d1d1d1; border-radius: 4px; padding: 5px; margin:0px 10px; background:#ffffff;}
.cart .cus .cus-form2 .cus-b .textbox{ width:100%; border:none;}
.cart .shipping-payment{ padding:10px 20px; background-color:#f8f8f8; line-height:26px;}
.cart .shipping-title, .cart .payment-title{  font-weight:bold; text-transform:uppercase; color:#333333; padding-bottom:5px;}
.cart .shipping{ float:left; width:49%;}
.cart .payment{ float:right; width:49%;}
.cart .send{ text-align:center; padding:20px 10px;}
.cart .send #cartLoadSend{ position: absolute; top: 0px; left:0px; right: 0px; background-color: #fff; height: 45px; padding-top: 20px; padding-right: 10px; display:none;}
.cart .send a{ display:inline-block; background-color:Red; padding:15px 150px; color:#ffffff; text-transform:uppercase; font-size:16px; text-decoration:none; border-radius:4px; font-weight:bold; box-shadow:1px 1px 5px #C0C0c0;}
.cart .send a:hover{  box-shadow:1px 1px 5px #000000; color:yellow;}

#cartLoadOrder{position:fixed; bottom:0px; left:0px; height:100px; z-index:99;}
.popupOrder{ position:relative; top:-110px; display:none; left:10px;}
.popupOrder .border{ background-color:#164993; opacity:0.9; width:320px; border-radius:100px; border:solid 1px #164993; padding:5px;}
.popupOrder .border .img{ float:left; width:70px;}
.popupOrder .border .img img{ width:70px; height:70px; border-radius:100px;}
.popupOrder .border .info{ float:left; width:250px;}
.popupOrder .border .info a{ display:block; padding:5px 10px; color:yellow; text-decoration:none;}
.popupOrder .border .info p{ margin:0px; padding:0px 10px; color:#ffffff;}
.popupOrder .border:hover{ opacity:1;}
@media screen and (max-width: 850px) {.popupOrder{top:-55px; left:5px;}}

.form-capt{ padding:10px 0px;}
.form-capt .cols1{ float:left; border:solid 1px #d7d7d7; border-radius:4px 0px 0px 4px; background-color:#ffffff; padding:5px;}
.form-capt .cols1 .textbox{ font-size:14px; border:none; background:none; outline:medium none; box-sizing:border-box;}
.form-capt .cols2{ float:left;}

.coupon-form{ font-weight:bold; padding:5px 20px; border-top:solid 1px #ececec;}
.coupon-form .textbox{ height:26px; width:200px; color:#666666; border-radius:2px; border:solid 1px #CCCCCC; background-color:none; text-indent:5px;}
.coupon-form .sum{ background-color:#ff6600; display:inline-block; padding:5px 10px; color:#ffffff; text-decoration:none; border-radius:2px;}


table.databanks{ border: 0 none; border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 100%; max-width: 100% !important;}
table.databanks td { padding: 7px 10px; border:solid 1px #666666;}
table.databanks td.owner{ font-weight:bold;}
table.databanks td.title{ background:#ffe699 none repeat scroll 0 0;}

.succ-cart{ background-color:#ffffff;  max-width:800px; margin:30px auto; text-align:left; border:solid 1px #e1e1e1; box-shadow:0 -2px 10px #e1e1e1; border-radius:4px; font-size:14px;}
.succ-cart .banner{ text-align:center;}
.succ-cart .banner img{ max-width:100%;}
.succ-cart .border{ padding:20px;}
.succ-cart .title{ text-align:center; color:#0ab500; font-size:18px; font-weight:bold; padding:10px 0px;}
.succ-cart .title img{ vertical-align:middle; height:26px;}
.succ-cart .thankyou{ color:#1d1d1d; line-height:22px; padding:10px 0px;}
.succ-cart .proTitle{ background-color:#f3f3f3; text-transform:uppercase; padding:8px 10px;}
.succ-cart .proCus{ padding:0px 10px; color:#333333;}
.succ-cart .proCus .total{ color:Red;}
.succ-cart .proCus .total b{ font-size:16px;}
.succ-cart .note{}
.succ-cart .list{ overflow:auto;}
.succ-cart .other{ padding:20px 0px; text-align:center;}
.succ-cart .other a{ border: 1px solid #3280a6; border-radius: 4px; color: #3280a6; display: inline-block; font-size: 15px; font-weight: bold; padding: 8px 10px; text-decoration: none; text-transform: uppercase;}
.succ-cart .other a:hover{ color:Red;}
.checkOrder{}
.checkOrder .note{ font-size:14px; text-align:center; padding-top:20px;}
.checkOrder .form{ text-align:center; padding:20px 0px;}
.checkOrder .form form{ display:inline-block; width:50%;}
.checkOrder .form .f-text{ border: 1px solid #CCCCCC; border-radius: 4px; display: block; padding: 5px;}
.checkOrder .form .f-text .text{ font-size:14px; font-family:Arial; background:none; border:none; width:100%; height:28px;}
.checkOrder .form .f-captcha{ padding-top:10px;}
.checkOrder .form .f-captcha .cols1{ float:left;}
.checkOrder .form .f-captcha .cols1 .b{ border: 1px solid #CCCCCC; border-radius: 4px; padding: 5px;}
.checkOrder .form .f-captcha .cols1 .b .cssTextBox{ border:none; width:110px;}
.checkOrder .form .f-captcha .cols2{ float:left;}
.checkOrder .form .f-submit{ padding:20px 0px 10px;}
.checkOrder .form .f-submit .submit{ background-color: #f26722; border: medium none; border-radius: 4px; color: #ffffff; font-size: 14px; font-weight: bold; padding: 10px 30px; text-transform: uppercase; cursor:pointer;}
.checkOrder .form .f-submit .submit:hover{ background-color:#e75005;}
.checkOrder .list{ padding-top:10px;}
.checkOrder .list table{ font-size:13px;}
.checkOrder .list .title{ font-size:13px;}
.checkOrder .list .cols2{ font-weight:bold;}
.checkOrder .info{}
.checkOrder .info .cols1{ float:left; text-align:right; width:20%; padding:8px 0px; border-bottom:solid 1px #f4f4f4;}
.checkOrder .info .cols1 span{ padding-right:20px;}
.checkOrder .info .cols2{ float:right; width:80%; padding:8px 0px; font-weight:bold; border-bottom:solid 1px #f4f4f4;}

.checkOrder .oDetail .title{ padding-top:20px; color:#000000;}
.checkOrder .oDetail .list{ padding:10px;}
.checkOrder .oDetail .list_0{ background-color:#f4f4f4; border-radius:4px;}
.checkOrder .oDetail .list .fcols1{ float:left; text-align:right; width:20%; padding:8px 0px; }
.checkOrder .oDetail .list .fcols1 span{ padding-right:20px;}
.checkOrder .oDetail .list .fcols2{ float:right; width:80%; padding:8px 0px;}

.checkOrder .cartShopping{ overflow:auto;}

.checkOrder table{ border: 0 none; border-collapse: collapse; width:100%;}
.checkOrder table tr.title{ background-color:#eeeeee; color:#000000;}
.checkOrder table td { padding: 7px 10px; border:solid 1px #666666;}
.checkOrder table td.owner{ font-weight:bold;}
.checkOrder table td.title{ background:#ffe699 none repeat scroll 0 0;}

.cartPre-content{ border:solid 1px #eee; margin:15px 0px;}
.cartPre-content .list{ padding: 0px 5px; color: #333; border-bottom: solid 1px #eee;}
.cartPre-content .list .cols1{ float:left; width:50%; padding:5px 0px;}
.cartPre-content .list .cols2{ float:left; padding:5px 0px; border-left: solid 1px #eee; padding-left:5px; font-weight:bold;}
.cartPre-content .none1{ padding:10px 5px; color:red;}
.cartPre-content .none{ padding:5px; background-color:#fffdec;}

.banner-cart{ text-align:center;}
.banner-cart img{ width:100%;}
@media screen and (max-width: 550px) {
    .totalFix{ position:relative; top:auto; right:auto; width:auto; background:none; border-radius:0px}
    div.cart .pro .totalFix .total-cols1{ width:65%;}

    .cart .pro .list .cols1{ width:25%;}
    .cart .pro .list .cols1 img{ max-height:70px;}
    .cart .pro .list .cols2{ width:75%; min-height:70px}
    .cart .pro .list .cols3{ width:50%;}
    .cart .pro .list .cols4{ width:50%;}
    .cart .pro .list .cols3 .price{ float:left; width:50%; padding:0px;}
    .cart .pro .list .cols3 .quantity{ float:right; width:50%; padding:0px;}
    .cart .pro .list .cols3 .quantity .quantity-border{ float:none; padding-left:10px;}
    .cart .cus .cus-form .form-cols5{ float:none; width:auto;}
    .cart .cus .cus-form .form-cols6{ float:none; width:auto;}
    .cart .cus .cus-form .form-cols6 .cols6-1{ padding-right:0px;}
    .cart .cus .cus-form .form-cols1{ float:none; width:auto;}
    .cart .cus .cus-form .form-cols2{ float:none; width:auto;}
    .cart .cus .cus-form .form-cols3{ float:none; width:auto;}
    .cart .cus .cus-form1 .form-cols1{ float:none; width:auto;}
    .cart .cus .cus-form1 .form-cols2{ float:none; width:auto;}
    .cart .cus .cus-form2 .form-cols1{ float:none; width:auto;}
    .cart .cus .cus-form2 .form-cols2{ float:none; width:auto;}
    .cart .cus .cus-form2 .form-cols3{ float:none; width:auto;}
    .cart .cus .cus-form .form-cols4{ padding-right:0px;}
    
    .cart .shipping{ float:none; width:auto;}
    .cart .payment{ float:none; width:auto; padding-bottom:10px;}
    .cart .send a{ padding:15px; display:block;}
    .checkOrder .info .cols1{ width:40%;}
    .checkOrder .info .cols2{ width:60%;}
}
/*Register========*/
.register{ max-width:870px; margin:50px auto;}
.register .border{ box-shadow:1px 1px 5px #C0C0C0; padding:20px 50px; border:solid 1px #C0C0C0; background-color:#ffffff; border-radius:4px;}
.register .border .l{ float:left; width:62%;}
.register .border .r{ float:right; width:35%;}
.register .border .r .r-b{ padding-top:60px;}
.register .border .r .regis{ color:red;}
.register .border .pass a{ color:#333333; font-style:italic;}
.register .border .title{ font-size:22px; font-weight:bold; padding:10px 0px 0px; text-align:center; text-transform:uppercase;}
.register .border .note{ font-style:italic; font-size:13px; text-align:center; padding:0px 0px 5px;}
.register .border .t{ font-weight:bold; padding:20px 0px 20px; border-top:solid 1px #eeeeee;}
.register .border .b{ border:solid 1px #cccccccc; padding:5px;}
.register .border .b .cssTextBox{ background:none; border:0px; width:100%; border-radius:2px;}
.register .border .cols1{ float:left; width:30%; padding-top:5px; padding-bottom:10px;}
.register .border .cols2{  float:left; width:70%; padding-bottom:10px;}
.register .border .cols31{ float:left; width:30%; padding-bottom:10px;}
.register .border .cols32{ float:left; width:34%; padding-bottom:10px;}
.register .border .cols33{ float:right; width:34%; padding-bottom:10px;}
.register .border .capt-cols1{ float:left;}
.register .border .capt-cols2{ float:left;}
.register .border .capt-cols1 .capt-b{ border:solid 1px #cccccccc; padding:3px 5px;}
.register .border .capt-cols1 .capt-b .capt-cssTextbox{ background:none; border:none;}
.register .border .cols2 .b .cssSelect{ background:none; border:0px; width:100%; border-radius:2px;}
.register .border .cols32 .cssSelect, .register .border .cols33 .cssSelect{ background:none; border:0px; width:100%; border-radius:2px;}
.register .border .submit{ padding-top:20px; padding-bottom:10px; position:relative;}
.register .border .submit .sub{ background-color:#ff6600; display:inline-block; padding:15px 20px; color:#ffffffff; border:none; border-radius:4px; text-transform:uppercase; font-weight:bold; cursor:pointer;}
.register .border .submit .sub:hover{ background-color:red;}
.register .border .submit .loadSubmit{ position: absolute; top: 10px; left: 0px; background-color: #fff; right: 0px; height: 30px; padding: 20px 0px; display:none;}
@media screen and (max-width: 550px) {
    .register .border{ padding:20px 5px;}
    .register .border .l{ float:none; width:auto;}
    .register .border .r{ float:none; width:auto;}
    .register .border .r .r-b{ border-top:1px solid #eeeeee; padding-top:10px;}
}
/*customer==========*/
.customer{ max-width:1000px; margin:20px auto; }
.customer-left{ float:left; width:28%;}
.customer-content{ float:right; width:70%;}
.customer-title{ margin:0px 2px; background-color:#eeeeee; padding:10px; color:#000000; font-weight:bold; border-radius:4px 4px 0px 0px; text-transform:uppercase;}
.customer-menu{ margin:0px 2px; border:solid 1px #eeeeee; background-color:#ffffff;}
.customer-menu a{ display:block; padding:10px; border-bottom:solid 1px #eeeeee; color:#000000; text-decoration:none;}
.customer-menu a span{ border-color: #0000 #333333 #0000 #0000; border-style: solid; border-width: 5px 5px 5px 5px; display: inline-block; height: 0; margin: 0px 10px 5px; width: 0; color: #333333; white-space: nowrap; vertical-align: middle; transform: rotate(180deg); }
.customer-menu a:hover{ color:Red;}
.customer-menu a:hover span{ border-color: #0000 #ff0000 #0000 #0000; color:#ff0000;}
.customer-content h1{ background-color:#eeeeee; margin:0px; padding:5px 10px; font-size:20px; border-radius:4px 4px 0px 0px;}
.customer-content .border{ background-color:#ffffff; border-radius:0px 0px 4px 4px; padding:0px 20px; border:solid 1px #eeeeee; min-height:165px;}
.customer-content .temp2 .b{ border:solid 1px #cccccccc; padding:5px;}
.customer-content .temp2 .b .cssTextBox{ background:none; border:0px; width:100%; border-radius:2px;}
.customer-content .temp2 .cols1{ float:left; width:30%; padding-top:5px; padding-bottom:10px;}
.customer-content .temp2 .cols2{  float:left; width:70%; padding-bottom:10px;}
.customer-content .temp2 .capt-cols1{ float:left;}
.customer-content .temp2 .capt-cols2{ float:left;}
.customer-content .temp2 .capt-cols1 .capt-b{ border:solid 1px #cccccccc; padding:3px 5px;}
.customer-content .temp2 .capt-cols1 .capt-b .capt-cssTextbox{ background:none; border:none;}
.customer-content .temp2 .cols2 .b .cssSelect{ background:none; border:0px; width:100%; border-radius:2px;}
.customer-content .temp2 .submit{ padding-top:20px; padding-bottom:10px; position:relative;}
.customer-content .temp2 .submit .sub{ background-color:#ff6600; display:inline-block; padding:15px 20px; color:#ffffffff; border:none; border-radius:4px; text-transform:uppercase; font-weight:bold; cursor:pointer;}
.customer-content .temp2 .submit .sub:hover{ background-color:red;}
.customer-content .temp2 .submit .loadSubmit{ position: absolute; top: 10px; left: 0px; background-color: #fff; right: 0px; height: 30px; padding: 20px 0px; display:none;}
.customer-content .order-select{ text-align:right; padding:10px 0px;}
.customer-order .title{ border-bottom:solid 1px #eeeeee; padding:10px 0px; font-weight:bold; text-transform:uppercase;}
.customer-order .cssCols1{ float:left; width:40%; padding:10px 0px;}
.customer-order .cssCols2{ float:left; width:60%; padding:10px 0px;}
.customer-order .title1{ font-weight:bold; padding:10px 0px; text-transform:uppercase;}
.customer-order .total{ color:#ff0000; font-weight:bold;}

table.styleCus{ width:100%; border-collapse: collapse; border-color:#d0d0bf; background-color:#FFFFFF;}
table.styleCus tr.title{ background-color:#bfcded; color:#4a639c;  font-weight:bold;}
table.styleCus tr.title td{ border-color:#d0d0bf;}
table.styleCus tr.content td{ border-color:#d0d0bf;}
table.styleCus tr.content:hover{ background-color:#ebf1fe;}
@media screen and (max-width: 550px) {
    .customer-left{ float:none; width:auto;}
    .customer-content{ float:none; width:auto; margin-top:20px;}
}
/*prm-list*/
.prm-fix{ margin:5px auto; max-width:1200px;}
.frm-border{ background-color:#ffffff; border-radius:4px; margin:10px 0px;}
.prm-banner{ text-align:center;}
.prm-banner img{ max-width:100%;}
.prm-content{ font-size:14px; line-height:22px;}
.prm-title{ margin:0px; color:#000000; padding:10px 0px 0px; font-size:22px; font-weight:100;}

h2.prmCate-title{ padding: 10px 10px; border-bottom: solid 2px #164993; background: linear-gradient(90deg,#0066cc 30%,#164993 100%); border-radius: 4px 4px 0px 0px; position: relative; color:#ffffff; font-size:18px;}

.prm-list{ float:left; width:50%; margin:10px 0px;}
.prm-list .border{ position:relative;}
.prm-listCss0 .border{ margin-right:15px;}
.prm-listCss1 .border{ margin-left:15px;}
.prm-list .img{ max-height:310px; overflow:hidden; width:100%;}
.prm-list .img img{ width:100%;}
.prm-list .info{ background-color:#cc0000; padding:10px;}
.prm-list .info p{ margin:0px;}
.prm-list .info .date{ color:#ffff33; padding-bottom:5px;}
.prm-list .info .name a{ color:#ffffff; text-decoration:none;}
.prm-list .border .iSale1{ width:117px; height:36px; background: url("/library/icon-prm.png") no-repeat scroll left top transparent; display: inline-block; position:absolute; top:10px; left:-4px;}
.prm-list .border .iSale2{ width:117px; height:36px; background: url("/library/icon-prm.png") no-repeat scroll -119px top transparent; display: inline-block; position:absolute; top:10px; left:-4px;}
.prm-list .border .iSale3{ width:117px; height:36px; background: url("/library/icon-prm.png") no-repeat scroll -239px top transparent; display: inline-block; position:absolute; top:10px; left:-4px;}

.prmD-date{ color:#000000; font-size:14px; padding-bottom:10px; font-weight:bold;}
.prmD-date b{ color: #fe0002; }

.prm-thums{ margin:5px 0px; width:25%; float:left;}
.prm-thums .b{ background-color:#ffffff; margin:0px 5px; border:solid 1px #a0dcf2; border-radius:4px;}
.prm-thums .b .img{ position:relative;}
.prm-thums .b .img .sale{ position:absolute; top:2px; right:0px; z-index:1;}
.prm-thums .b .img .sale span { padding:5px 10px; color:#ffffff; display:inline-block; border-radius:12px 0px 0px 12px; background: -webkit-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: -o-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: linear-gradient(to right, #ff2900 0%, #ff6f00 50%, #ff9200 100%);}

.prm-thums .img{ height:250px; text-align:center; overflow:hidden;}
.prm-thums .img img{ max-width:100%; max-height:250px;  transition:0.9s;}
.prm-thums .name{ padding: 5px 10px; text-align: center;}
.prm-thums .name a{ display:block; color:#182f45; font-size:16px; height:42px; overflow:hidden; line-height:22px; text-decoration:none;}
.prm-thums .name a:hover{ color:#182f45 ;}
.prm-thums .price{ padding:10px 10px 20px; text-align:center;}
.prm-thums .price .text{ display:inline-block; color: #ff0000; font-size:18px; font-weight:bold; padding:0px 5px;}
.prm-thums .price .pri{ display:inline-block; color:#ff0000; font-size:18px; font-weight:bold; vertical-align:middle; padding:0px 5px;}
.prm-thums .price .line{ display:inline-block; color:#666666; text-decoration:line-through; font-size:16px; vertical-align:middle; padding:0px 5px;}
.prm-thums .order{ padding:10px; text-align:center;}
.prm-thums .order a{ display:inline-block; background-color:#164993; color:#ffffff; text-transform:uppercase; padding:10px 20px; border-radius:4px; text-decoration:none; font-weight:bold;}
.prm-thums .order a:hover{ background-color:#ff0000;}
.prm-thums .b:hover{ box-shadow:5px 5px 5px #bee4f3; border:solid 1px #164993;}
.prm-thums .b:hover .img img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}

.prm-deal .list{ float:left; width:50%; padding:5px 0px;}
.prm-deal .list .b{ background-color:#ffffff; margin:0px 5px; border:solid 1px #dddddd; border-radius:4px;}
.prm-deal .list .b .img{ float:left; width:43%;  position:relative; height:270px; overflow:hidden;}
.prm-deal .list .b .info{ float:right; width:55%;}
.prm-deal .list .b .img img{ width:100%;}
.prm-deal .list .b .img .sale{ position:absolute; top:2px; right:0px; z-index:1;}
.prm-deal .list .b .img .sale span { padding:5px 10px; color:#ffffff; display:inline-block; border-radius:12px 0px 0px 12px; background: -webkit-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: -o-linear-gradient(left, #ff2900 0%, #ff6f00 50%, #ff9200 100%); background: linear-gradient(to right, #ff2900 0%, #ff6f00 50%, #ff9200 100%);}
.prm-deal .list .b .info .name{ overflow:hidden; line-height:20px; margin:10px 0px;}
.prm-deal .list .b .info .name a{ color:#000000; font-size:16px; text-decoration:none; font-weight:bold;}
.prm-deal .list .b .info .name a:hover{ color:red;}
.prm-deal .list .b .info .price{ padding-bottom:5px;}
.prm-deal .list .b .info .price .line{  font-size:16px; color:#666666;}
.prm-deal .list .b .info .price .line span.t2{ text-decoration:line-through; padding-left:10px;}
.prm-deal .list .b .info .price .pri{ font-size:18px; color:red; padding-top:5px;}
.prm-deal .list .b .info .price .pri span.t2{ padding-left:10px; font-weight:bold; font-size:22px;}
.prm-deal .list .b .info .price .pri{}
.prm-deal .list .b .info .summary{ color:#333333; height:120px; overflow:hidden;}
.prm-deal .list .b .info .summary ul.style{ font-size:15px;}
.prm-deal .list .b .info .summary ul.style li{ position:relative; padding:4px 10px 4px; }
.prm-deal .list .b .info .summary ul.style li span{ position:absolute; top:8px; left:0px; display:inline-block; width:6px; height:6px; background-color:#666666; border-radius:50%;}
.prm-deal .list .b .info .order{ padding:10px 0px;}
.prm-deal .list .b .info .order a{ display:inline-block; background-color:#164993; color:#ffffff; text-transform:uppercase; padding:10px 20px; border-radius:4px; text-decoration:none; font-weight:bold;}
.prm-deal .list .b .info .order a:hover{ background-color:#ff0000;}
.prm-deal .list .b:hover{ border:solid 1px #999999; }
@media screen and (max-width: 850px) {
    .prm-list .img{ height:200px;}
    .prm-listCss0 .border{ margin-right:5px;}
    .prm-listCss1 .border{ margin-left:5px;}
    .prm-list .border .iSale1, .prm-list .border .iSale2, .prm-list .border .iSale3{ left:0px; height:32px;}
    .prm-thums{ width:33.33%;}
    .prm-thums .img{ height:200px; }
    .prm-thums .img img{ max-height:200px;}
}
@media screen and (max-width: 500px) {
    .prm-list{ float:none; width:auto;}
    .prm-listCss0 .border{ margin-right:0px;}
    .prm-listCss1 .border{ margin-left:0px;}
    .prm-deal .list{ float:none; width:auto;}
    .prm-thums{ width:50%;}
    .prm-thums .img{ height:150px; }
    .prm-thums .img img{ max-height:150px;}
}
/*Swiper=======*/
.swiper-slide { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
@font-face{font-family:swiper-icons;font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0; position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*thickbox---------------------*/
#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333333;}
#TB_secondLine { font: 10px Arial, Helvetica, sans-serif; color:#666666;}
#TB_window a:link {color: #3d3d3d; float:right;}
#TB_window a:visited {color: #3d3d3d;}
#TB_window a:hover {color: #3d3d3d;}
#TB_window a:active {color: #3d3d3d;}
#TB_window a:focus{color: #3d3d3d;}
#TB_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%;}
.TB_overlayBG { background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }
* html #TB_overlay { /* ie6 hack */
     position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; }
* html #TB_window { /* ie6 hack */
position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_window img#TB_Image { display:block; margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666;}
#TB_caption{ height:25px; padding:7px 30px 10px 25px; float:left;}
#TB_closeWindow{ height:25px; padding:11px 25px 10px 0; float:right;}
#TB_closeAjaxWindow{height:0px; overflow:hidden;}
#TB_closeAjaxWindow a{ background: url("/library/thickbox-close.png") no-repeat scroll left top transparent; height: 30px; padding-left: 30px; position: absolute; right: -46px; top: -15px; width: 30px;}
#TB_ajaxContent{ clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em;}
#TB_ajaxContent.TB_modal{ padding:15px;}
#TB_ajaxContent p{ padding:5px 0px 5px 0px;}
#TB_load{position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}
* html #TB_load { /* ie6 hack */
position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_HideSelect{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%;}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_iframeContent{ clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px;}

/*footer===========*/
.footer{ background-color:#182f45; padding:20px 0px;}
.footer .cols1{ float:left; width:calc(40% - 20px); margin-right:20px; }
.footer .cols2{ float:left; width:20%; }
.footer .cols3{ float:left; width:calc(20% - 40px); margin:0px 20px; }
.footer .cols4{ float:left; width:20%; }
.footer .cols4 .page{ overflow:hidden;}
.footer .title{ color:#00adef; font-weight:bold; font-size:16px; padding:20px 0px;}
.footer p{ margin:0px; padding:10px 0px; color:#ffffff;}
.footer p span{ display:inline-block; background-color:#ffffff; border-radius:50%; width:4px; height:4px; vertical-align:middle; margin-right:5px;}
.footer p a{ color:#ffffff; text-decoration:none;}
.footer-bottom{ background-color:#182f45; border-top:solid 1px #1f3a54; padding:20px 0px; text-align:center;}
.footer-bottom .copyrignt{ display:inline-block; margin:0px; padding:10px; color:#8c979a;}
.footer-bottom .copyrignt a{ color:#8c979a; text-decoration:none; text-decoration:none;}
.footer-bottom .copyrignt:hover a{ color:#ffffff; text-decoration:underline;}


.footer .share a{ text-decoration:none; margin-right:5px;}
.footer .share .face{ display:inline-block; background-color:#112a5a; color:#fff; padding:5px 0px 5px; border-radius:12px; text-decoration:none; font-size:13px;}
.footer .share .face svg{ display:inline-block; width:29px; height:29px; font-family:Arial; vertical-align:middle;}
.footer .share .face svg path{ fill:#fff;}
.footer .share .zalo svg{ display:inline-block; width:28px; height:28px; font-family:Arial; vertical-align:middle;}
.footer .share .zalo svg .g1 path{ fill:#0180c7;}
.footer .share .zalo svg .g2 path{ fill:#ffffff;}
.footer .share .you svg{ display:inline-block; width:38px; height:38px; font-family:Arial; vertical-align:middle; position:relative; z-index:1;}
.footer .share .you svg path{ fill:#cc0000;}
.footer .share .face:hover{ color:#003399;}
.footer .share .zalo:hover svg .g1 path{ fill:#0099ff;}
.footer .share .you:hover svg path{ fill:#ff0000;}
.footer .share .you{ position:relative;}
.footer .share .you span.bg{ position:absolute; width:14px; height:14px; left:11px; top:3px; background-color:#fff;}

.form_newsletter{ }
.form_newsletter .form-t{ padding:10px 0px; color:#ffffff;}
.form_newsletter .form{ background-color:#ffffff; padding:5px; border-radius:4px; position:relative; margin:0px auto;}
.form_newsletter .form .textbox{ width:100%; border:none; background:none;}
.form_newsletter .form .submit{ position:absolute; top:0px; right:0px; background-color:#df3346; text-decoration:none; color:#ffffff; padding:6px 10px; border-radius:0px 4px 4px 0px;}
.form_newsletter .form .newsletter-check{ position:absolute; top:0px; right:0px; background-color:#df3346; text-decoration:none; color:#ffffff; padding:6px 5px; border-radius:0px 4px 4px 0px; z-index:1; display:none;}


/*bannerSliding---------------*/
.bannerSliding{width: 1270px; height: auto; min-height:0px; margin: 0 auto;}
#slideads{ position: relative; width: 100%; visibility: hidden;}
#slideads img{ max-width:130px;}
#slideads1{ position: absolute; left:-135px; z-index: 1; padding: 0; margin: 0; top: 173px;}
#slideads2{ position: absolute; right:-128px; z-index: 1; padding: 0; margin: 0; top: 173px;}

/*fancybox*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;font-weight:700;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share p:first-of-type{margin-right:-10px}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;border:0;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16);background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#707070;transition:all .2s}.fancybox-share_button:focus,.fancybox-share_button:hover{text-decoration:none;color:#333;box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.fancybox-share_button svg{margin-right:5px;width:20px;height:20px;vertical-align:text-bottom}.fancybox-share input{box-sizing:border-box;width:100%;margin:5px 0 0;padding:10px 15px;border:1px solid #d7d7d7;border-radius:3px;background:#ebebeb;color:#5d5b5b;font-size:14px;outline:none}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{border:solid 1px #C0C0C0; border-radius:4px; float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
 
/*Core Owl Carousel CSS File v1.3.3*/        
.owl-carousel .owl-item img{ width:100%; height:auto;}
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);} 
.owl-pagination{  position: absolute; bottom:30px; left: 0px; right: 0px; text-align: center;}
.owl-carousel .owl-wrapper:after{ content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
.owl-carousel { display:none; position:relative; width:100%; -ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper {display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer {overflow: hidden; position: relative; width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; } 
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }         
.grabbing { cursor: url(grabbing.png) 8 8, move; } 
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }
        
.owl-origin { -webkit-perspective: 1200px; -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; -moz-perspective: 1200px; -moz-perspective-origin-x: 50%; -moz-perspective-origin-y: 50%; perspective: 1200px; }
.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease; }
.owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease; animation: fadeIn .7s both ease; }
.owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease; }
.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease; }
.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both; }
.owl-goDown-in { -webkit-animation: goDown .6s ease both; -moz-animation: goDown .6s ease both; animation: goDown .6s ease both; }
.owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both; }
.owl-fadeUp-out { -webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both; }
@-webkit-keyframes empty { 0% { opacity: 1 } }
@-moz-keyframes empty { 0% { opacity: 1 } }
@keyframes empty { 0% { opacity: 1 } }
@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-webkit-keyframes backSlideOut { 25% { opacity: .5; -webkit-transform: translateZ(-500px); } 75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut { 25% { opacity: .5; -moz-transform: translateZ(-500px); } 75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut { 25% { opacity: .5; transform: translateZ(-500px); } 75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn { 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -webkit-transform: translateZ(-500px); } 100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn { 0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -moz-transform: translateZ(-500px); } 100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn { 0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; transform: translateZ(-500px); } 100% { opacity: 1; transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade { to { opacity: 0; -webkit-transform: scale(.8); } }
@-moz-keyframes scaleToFade { to { opacity: 0; -moz-transform: scale(.8); } }
@keyframes scaleToFade { to { opacity: 0; transform: scale(.8); } }
@-webkit-keyframes goDown { from { -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown { from { -moz-transform: translateY(-100%); } }
@keyframes goDown { from { transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom { from { opacity: 0; -webkit-transform: scale(1.5);} }
@-moz-keyframes scaleUpFrom { from { opacity: 0; -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom { from { opacity: 0; transform: scale(1.5); } } 
@-webkit-keyframes scaleUpTo { to { opacity: 0; -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo { to { opacity: 0; -moz-transform: scale(1.5); } }
@keyframes scaleUpTo { to { opacity: 0; transform: scale(1.5); } }

.owl-theme .owl-controls .owl-buttons div { position: absolute; top: 50%; z-index: 1; display: inline-block; opacity:0.5;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{ left:20px; }
.owl-theme .owl-controls .owl-buttons div.owl-next{ right:20px;}
.owl-theme .owl-controls .owl-buttons .svg{ width: 24px; height: 24px; }
.owl-theme .owl-controls .owl-buttons svg{ stroke:#ffffff; stroke-width:4; stroke-linecap: round; stroke-linejoin: round; fill: none; transform: rotate(-180deg);}
.owl-theme .owl-controls .owl-buttons div.owl-next svg{ transform: rotate(0deg);}

.owl-theme .owl-controls.clickable .owl-buttons div:hover { filter: Alpha(Opacity=100); opacity: 1; text-decoration: none; }
.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; *display: inline;}
.owl-theme .owl-controls .owl-page span { display: inline-block; width: 30px; height: 3px; margin: 2px; text-indent: -999px; cursor: pointer; background-color: #fff; border-radius: 2px;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #666; }
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.owl-item.loading { min-height: 150px; background: url(AjaxLoader.gif) no-repeat center center }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
  90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
  100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
.hvr-buzz-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; }
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active { -webkit-animation-name: hvr-buzz-out; animation-name: hvr-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1;}


#toTop {bottom:65px; cursor: pointer;  height: 48px; opacity: 0.9; position: fixed; right: 5px; width: 48px; z-index: 99; display:none;}
#toTop span{ display:inline-block; position:relative; background-color:#164993; width:42px; height:42px; border-radius:50%;}
#toTop span svg{stroke:#fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; fill: none; width:24px; height:24px; stroke-width: 2; position:absolute; top:10px; right:4px;}
#toTop:hover { opacity: 1; }

.fix-support{ position:fixed; bottom:5px; left:5px; z-index:100;}
.fix-support a{ display:block; margin:2px 0px; color:#ffffff; font-weight:bold;}
.fix-support a span{ display:inline-block; border-radius:32px; background-color:#ff6600; padding:10px 20px;}
.fix-support a.zalo span{ background-color:#0065f7;}
.fix-support a.face span{ background-color:#3a589e;}
.telfixM{ background-color:#fafafa; position:fixed; bottom:0px; width:100%; z-index:100;border-top:1px solid #f4f4f4; box-shadow:0 3px 6px #333333; display:none;}
.telfixM .cols{ float:left; width:25%;}
.telfixM .cols a{ color:#333333; text-decoration:none; display:block; padding:5px 0px; text-align:center;}
.telfixM .cols1 a{ border-left:0px;}
.telfixM .cols a span.symbol{ display:inline-block; width:40px; height:40px; background: url("/library/icon.png") no-repeat scroll left -44px transparent;}
.telfixM .cols a span.txt{ display:block;}
.telfixM div.cols1 a span.symbol{ background-position:-79px -44px;}
.telfixM div.cols2 a span.symbol{ background-position:left -44px;}
.telfixM div.cols4 a span.symbol{ background-position:-119px -44px;}
.telfixM div.cols5 a span.symbol{ background-position:-39px -44px;}
.telfixM div.cols4 a{ position:relative;}
.telfixM div.cols4 a b{background-color: red; border-radius: 4px; color: #ffffff; font-size: 11px; padding: 0 4px; position: absolute; top: 2px;}



.mobile{ display:none;}
.mobile5{ display:none;}

@media screen and (max-width: 1025px)
{
	}
@media screen and (max-width: 870px)
{
    .header-mb{ display:block;}
    .header-mb .info{ right:15px;}
    .header-top{ background-color:#164993;}
    .header-top .l{ float:none; width:auto; color:#ffffff; text-align:center;}
    .header-top .r{ display:none;}
    .header{ display:none;}
    .header-menu{ display:none;}
    .ac_results{ margin-top:6px;}
    .h-banner{ padding:5px;}
    .h-cols1{ padding-top:40px;}
    .h-cols1 .title .t{ font-size:18px;}
    .h-cols1 ul li{ width: calc(50% - 10px); margin:0px 5px; padding:20px 0px;}
    .h-cols1 ul li .img{ float:left; width:30%; padding:0px; text-align:center;}
    .h-cols1 ul li .info{ float:left; width:70%;}    
    .h-cols1 ul li .name{ text-align:left; padding:0px 20px 20px;} 
    .h-cols1 ul li .summary{ text-align:left; padding:0px 20px;}
    .h-cols2 .list{ width:calc(33.33% - 10px); margin:5px;}
    .h-cols2 .list .img a{ height:250px;}
    .h-pro .pro .list{ width:calc(33.33% - 12px); margin:5px;}
    .h-cols3 .title{ border-bottom:none;}
    .h-cols3 .title .t{ font-size:18px; line-height:26px;}
    .h-cols3 .swiper-container{ padding:20px 0px;}
    .h-cols3 .swiper-container .list{ float:none; width:100%;}
    .h-cols4 .title{ font-size:18px; line-height:26px;}
    .h-cols5 .l{ float:left; width:auto;}
    .h-cols5 .r{ float:left; width:auto;}
    .h-cols6 .l{ display:none;}
    .h-cols6 .r{ float:none; width:auto; padding:10px;}
    .h-cols6 .r .title{ font-size:18px; padding-top:20px;}
    .h-brand .brand .list{ float:left; width:25%;}
    .banner-left{ display:none;}
    .category-pro .list .img a{ height:250px;}
    .category-menu{ float:none; width:auto; padding:0px 5px}
    .category-pro{ float:none; width:auto; padding:0px 5px;}
    div.newDetail{ float:none; width:auto; padding:0px 5px;}
    .product_grid .item{ width:calc(33.33% - 10px); margin:5px;}
    .proDetail-left{ float:none; width:auto; padding:0px 5px;}
    .proDetail-right{ display:none; padding:0px 5px;}
    .proDetail-title{ margin:0px 5px;}
    .proDetail-content{ padding:0px 5px;}
    .pDetail-filter{ padding:0px 5px;}
    .proSame-title{ margin:0px 5px;}
    .proSame-grid .list{ width:calc(33.33% - 12px); margin:5px;}
    .proSame-grid .list .img a{ height:220px;}
    .proDetail-content iframe{ width:auto; height:auto; }
    .proDetail-content-left{ float:none; width:auto;}
    .proDetail-content-right{ float:none; width:auto;}
    .proDetail-content-right .order-price{ display:none;}
    .proDetail-content-order{ display:block; margin:0px 5px;}
    .brand-group .item{ width:calc(25% - 12px); margin:5px;}    
    .newJoin_grid .item{ width:calc(33.33% - 12px); margin:5px;}
    .newJoin_grid .item .img a{ height:120px;}
    .newDetail-next-grid .next-list{ width:calc(33.33% - 10px); margin:5px;}
    .newDetail-next-grid .next-list .img a{height:120px;}
    .fix-support { display: none; }
    .mobile{ display:block;}
	.desktop{ display:none;}
    
	}
@media screen and (max-width: 550px)
{    
    .header-top{ font-size:12px;}
    .header-mb .logo img{ max-height:50px; max-width:250px; height:auto;}
    .h-cols1 ul li{ float:none; width:auto;}
    .h-cols2 .title ul li a{ padding:10px 5px; }
    .h-cols2 .list{ width:calc(50% - 10px); margin:5px;}
    .h-cols2 .list .img a{ height:180px;}
    .h-cols2 .list .price .text{ font-size:14px;}
    .h-cols2 .list .price .pri{ font-size:14px;}
    .h-cols2 .list .price .line{ font-size:14px;}
    .h-cols2 .pro .more{ display:none;}    
    .h-pro .pro .list{ width:calc(50% - 12px); margin:5px;}
    .h-pro .pro .list .img a{ height:180px;}
    .h-pro .pro .list .price .text{ font-size:14px;}
    .h-pro .pro .list .price .pri{ font-size:14px;}
    .h-pro .pro .list .price .line{ font-size:14px;}
    div.h-cols5 .l .list{ width: calc(50% - 10px); margin:5px;}
    div.h-cols5 .r .list{ width: calc(50% - 10px); margin:5px;}
    .h-cols5 .r .list .img a{ height:120px;}
    .h-cols5 .r .list .name a{ font-size:14px;}
    .h-brand .brand .list{ float:left; width:33.33%;}

    .product_grid .item{ width:calc(50% - 10px);}
    .pro-thumb .name a{ font-size:14px;}
    .pro-thumb .price .text{ font-size:14px;}
    .pro-thumb .price .pri{ font-size:14px;}
    .pro-thumb .price .line{ font-size:14px;}

    .new-list .img{ background:none;}
    .proDetail-img{ float:none; width:auto;}
    .proDetail-info{ float:none; width:auto;}
    .proSame-grid .list{ width:calc(50% - 12px); margin:5px;}
    .proSame-grid .list .img a{ height:180px;}
    .proSame-grid .list .price .text{ font-size:14px;}
    .proSame-grid .list .price .pri{ font-size:14px;}
    .proSame-grid .list .price .line{ font-size:14px;}
    .newJoin_grid .item{ width:calc(50% - 12px); margin:5px;}
    .brand-group .item{ width:calc(33.33% - 12px); margin:5px;}
    .new-list .img{ display:none;}
    .new-list .summary{ float:none; width:auto;} 
    .new-list .summary img{ width:200px; margin-right:5px; max-height:150px;}
    .new-list .summary p.more{ display:none;}
    .newDetail-next-grid .next-list{ width:calc(50% - 12px); margin:5px;}
    .newDetail-next-grid .next-list .img a{height:120px;}
    .footer{ padding:10px;}
    .footer .cols1{ float:none; width:auto; margin-right:0px;}
    .footer .cols2{ float:none; width:auto;}
    .footer .cols3{ float:none; width:auto; margin:0px;}
    .footer .cols4{ float:none; width:auto;}
	.desktop{ display:none;}
    .desktop5{ display:none;}
    .mobile5{ display:block;}
	}
@media screen and (max-width: 415px) {
    .header-mb .logo img{ max-width:200px;}
    .header-mb .info a.info-login{ display:none;}
    .h-cols1 ul li .img{ width:35%;}
    .h-cols1 ul li .info{ width:65%;}
}