﻿/*布局辅助样式*/
.header .logo-box { padding: 36px 0px; justify-content: inherit; }
/*logo*/
.header .logo { margin-right: 48px; }
.header .logo img { max-height: 100px; max-width: 240px; }

/*顶部登录条*/
.header .sitelang-box { height: 40px; line-height: 40px; background: #F5F5F5; }
.header .login-box ul li { float: left; margin-right: 16px; }
.header .login-box ul li:last-child { margin-right: 0; }
.header .login-box i { margin-right: 5px; vertical-align: sub; }

.header .sitelang { position: relative; display: inline-block; }
.header .sitelang .ico24-earth { }

.header .sitelang .layers { position: absolute; top: 44px; right: 0px; min-width: 180px; border: 1px solid #eee; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); z-index: 99 !important; border-radius: 8px; }
.header .sitelang .layers:before { position: absolute; content: ""; display: block; top: -8px; right: 30px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #fff; }
.header .sitelang .layers a { line-height: 48px; padding: 0px 26px; text-decoration: none; display: block; }
.header .sitelang .layers a:hover { background: #F5F5F5; }
.header .sitelang .layers a:first-child { border-radius: 8px 8px 0px 0px; }
.header .sitelang .layers a:last-child { border-radius: 0px 0px 8px 8px; }
.header .sitelang .layers .ico16 { margin-right: 4px; }

/*右上方账号信息*/
.header .user { margin-left: auto; }
.header .user .item { position: relative; text-decoration: none; }
.header .user .item a { text-decoration: none; }
.header .user .login { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 0); padding: 20px 24px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); z-index: 10; display: none; color: #333; border-radius: 8px; text-align: center; }
.header .user .login .btn-normal { margin-bottom: 4px; }
.header .user .logined { width: 200px; padding: 24px; text-align: center; line-height: normal; }
.header .user .logined .pic img { width: 60px; height: 60px; border-radius: 50%; }
.header .user .logined .name { padding: 4px 0px 6px 0px; }
.header .user .logined .desc { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #eee; }
.header .user .logined .info a { display: block; line-height: 32px; padding: 0px 20px; text-decoration: none; }

/*左上脚联系方式*/
.header .contact1 { position: relative; margin-bottom: 10px; }
.header .contact1 .item { text-decoration: none; }
.header .contact1 .item1 { font-size: 24px; color: #0077DD !important; font-weight: bold; font-style: italic; }
.header .contact1 i { margin: -1px 4px 0px 0px; filter: contrast(0) grayscale(100%) brightness(0); }
.header .contact1 i:last-child { margin: -2px 0px 0px 4px; }
.header .contact1 .layers { display: none; position: absolute; top: 100%; right: 0px; padding: 8px 0px; min-width: 180px; line-height: 32px; z-index: 10; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); background: #fff; border-radius: 8px; }
.header .contact1 .layers a { display: block; padding: 0px 20px; text-decoration: none; white-space: nowrap; }


/*搜索框*/
.header .search { position: relative; text-align: center; margin-left: auto; }
.header .search .wd { float: left; width: 512px; height: 44px; border-right: none; box-sizing: border-box; border: 2px solid #0077DD; }
.header .search .wd input { padding: 0px 16px; width: 100%; height: 100%; border: none; outline: none; box-sizing: border-box; background: #FFF; }
.header .search .wd input::placeholder { font-size: 16px; }
.header .search .btn-normal { float: left; width: 120px; height: 44px; line-height: 44px; }
.header .search .structure-box { float: left; }
.header .search .structure-box .button { float: left; width: 120px; height: 44px; line-height: 44px; font-size: 18px; font-weight: bold; margin-left: 12px; }
.header .search .structure i { margin-top: -3px; }
.header .search .history { position: absolute; top: 42px; left: 0px; width: 80%; line-height: 36px; overflow: hidden; z-index: 100; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); display: none; min-height: 150px; border-radius: 20px; }
.header .search .history iframe { width: 100%; height: 100%; overflow: hidden; }
.header .search a { text-decoration: none; }


/*导航相关*/
.header .navheader-box { border-top: 1px solid #eee; line-height: 60px; }
.header .navheader-box .item .title { display: block; height: 100%; padding: 0px 38px; font-size: 20px; font-weight: bold; color: #FFF !important; text-decoration: none; }
.header .navheader-box .item .title i { margin-left: 4px; }
.header .navheader-box .cart { margin: 0 38px; }
.header .navheader-box .cart .brightness { font-size: 20px; font-weight: bold; color: #FFF !important; text-decoration: none; }
.header .navheader-box .cart i { margin-right: 8px; }

.header .navheader { }
.header .navheader > .item { float: left; position: relative; }
.header .navheader .layers { display: none; position: absolute; top: 100%; left: 0px; min-width: 180px; line-height: 32px; z-index: 10; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); background: #0077dd; }
.header .navheader .layers .name a { display: block; padding: 0px 38px; font-size: 20px; font-weight: bold; line-height: 48px; color: #FFF; text-decoration: none; }
.header .navheader .layers .name a:hover { background: #30AC6E; }
.header .navheader .layers .desc { display: none; }
.header .navheader .layers2 { left: 100%; top: 0px; min-height: 100%; box-sizing: border-box; }

/*产品单独弹出层*/
.nav-productclass { display: none; position: absolute; border: 1px solid #e0e0e0; min-width: 180px; z-index: 20; padding: 16px 0px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); background: #fff; line-height: 20px; white-space: nowrap; max-width: 1145px; overflow-x: auto; font-size: 0px; }
.nav-productclass > .info { display: table-cell; vertical-align: top; width: 180px; font-size: 16px; border-right: 1px solid #f0f0f0; }
.nav-productclass > .info .title { font-weight: bold; }
.nav-productclass a { display: block; padding: 0px 16px; line-height: 32px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-productclass .layers { display: block!important; }
.nav-productclass .layers1 {  position: inherit; padding: 0px; box-shadow: none; font-size: 16px; }
.nav-productclass .layers1 a { color: #0077DD !important; }

/*购物车*/
#cart_simple_layer { border-radius: 8px; overflow: hidden; }
#cart_simple_layer .loading { position: absolute; background: url(/res/image/loading.gif) no-repeat center top; width: 60px; height: 60px; padding-top: 48px; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; text-align: center; }

/*页脚开始*/
.footer { }

/*服务3*/
.footer .service3 { padding: 16px 0px; text-align: center; }
.footer .service3 .item { display: inline-block; margin-right: 10%; white-space: nowrap; max-width: 17.5%; text-align: left; }
.footer .service3 .item img { width: 50px; height: 50px; object-fit: cover; margin-right: 12px; vertical-align: middle; }
.footer .service3 .item .info { display: inline-block; vertical-align: middle; }
.footer .service3 .item .info span { font-size: 16px; font-weight: bold; line-height: 24px; text-align: center; }
.footer .service3 .item .info p { opacity: 0.7; }
.footer .service3 .item:last-child { margin-right: 0px; }


/*底部logo*/
.footer .logo img { max-width: 200px; max-height: 50px; }

.footer .contact2-box { padding: 64px 0px 50px 0px; }
.footer .contact2-box .split { height: 112px; margin: 48px 48px 0 48px; }
/*底部联系方式*/
.footer .contact2 { max-width: 240px; line-height: 1; }
.footer .contact2 i { display: none; }
.footer .contact2 div { padding-top: 16px; font-size: 14px; }


/*底部导航栏*/
.footer .navfooter { min-width: 700px; }
.footer .navfooter .items { display: flex; }
.footer .navfooter .item { flex: 1; }
.footer .navfooter .item:last-child { flex: inherit; width: auto; }
.footer .navfooter .item .name { padding-bottom: 24px; font-weight: bold; }
.footer .navfooter .item .desc div { padding-bottom: 16px; }
.footer .navfooter .item .desc div:last-child { padding-bottom: 0px; }



.footer .qrcode-box { text-align: center; }
/*二维码*/
.footer .qrcode { }
.footer .qrcode .item { float: right; margin-left: 16px; }
.footer .qrcode .item:nth-child(2n) { margin-left: 0px; }
.footer .qrcode .item .pic { width: 120px; height: 120px; }
.footer .qrcode .item .pic img { width: 100%; height: 100%; object-fit: cover; }
.footer .qrcode .item p { padding-top: 8px; }

/*底部社交媒体*/
.footer .social-box { margin-top: 14px; padding-top: 14px; border-top: 1px solid #ddd; }
.footer .social-box .items { display: flex; justify-content: space-around; }
.footer .social-box .items img { max-width: 30px; }
/*友情链接*/
.footer .friendlink-box { padding: 16px; border: 1px solid #ddd; border-width: 1px 0; }
.footer .friendlink-box .flr { max-width: 364px; margin-left: auto; line-height: 20px; font-size: 12px; text-align: right; }
.footer .friendlink { line-height: 36px; }
.footer .friendlink a { margin-right: 12px; }
.footer .friendlink a:first-child { margin-left: 12px; }

/*图标*/
.footer .iconlink img { max-height: 40px; }
.footer .iconlink a { text-decoration: none; margin-right: 12px; }
.footer .iconlink a:last-child { margin-right: 0px; }


.footer .copyright-box { padding: 24px 0px; }
.footer .copyright-box .flr { max-width: 364px; margin-left: auto; line-height: 20px; font-size: 12px; text-align: right; }
/*版权和icp信息*/
.footer .copyright { font-size: 12px; }
.footer .copyright .split { margin: -2px 8px 0px 8px; }
.footer .copyright i { margin: -2px 4px 0px 0px; }

/*客服*/
.support { position: fixed; top: 36%; right: 0; width: 40px; line-height: 40px; z-index: 10; overflow: visible !important; }
.support .item { width: 100%; height: 40px; margin-bottom: 4px; position: relative; }
.support .item label { display: block; width: 40px; height: 40px; position: relative; cursor: pointer; z-index: 100; text-align: center; }
.support .item span { position: absolute; top: 0; right: -120px; width: 108px; padding-left: 12px; transition: all 0.3s; }
.support .item:hover span { right: 0px; }
.support .item em { position: absolute; top: -10px; left: -15px; display: block; width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 50%; z-index: 200; }
.support .item:hover em { opacity: 0; }
#support_layer { position: fixed; top: 0px !important; left: auto !important; right: -300px; height: 100%; background: #fff; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); }
#support_layer .scroller { max-height: initial; }
