@charset 'utf-8';

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: 'Poppins', Arial; padding-top: 196px;}
a{text-decoration: none;}
a:hover{color: #000;}
ul li{list-style: none;}
img{vertical-align: middle;}
input,button,textarea{font-family: 'Poppins'; outline: none; vertical-align: middle;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;}
input[type=number]{-moz-appearance: textfield;}

@font-face {
	font-family: 'Poppins';
	src: url('font/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'Poppins Bold';
	src: url('font/Poppins-Bold.ttf');
}

.container{margin: 0 auto;}
@media (min-width: 1600px) {
	.container{max-width: 1600px;}
}
@media (max-width: 1600px) {
	.container{padding: 0 30px;}
}
.noscrollable{height: 100%; overflow: hidden; width: 100%;}

.clear{clear: both;}
.clearboth{content: ''; display: table; clear: both;}

.guarantee{width: 100%; background: #182b4c; line-height: 46px; text-align: center; color: #fff; position: fixed; left: 0; top: 0; z-index: 99;}
.webhead{width: 100%; background: #fff; position: fixed; left: 0; top: 46px; z-index: 99;}
.webhead .lang{float: left; margin-top: 28px; position: relative;}
.webhead .lang .current{font-size: 14px; line-height: 32px; padding-right: 22px; color: #182b4c; cursor: pointer; position: relative;}
.webhead .lang .current::before{width: 10px; height: 1px; content: ''; background: #909090; position: absolute; right: 7px; top: 15px; transform: rotate(45deg);}
.webhead .lang .current::after{width: 10px; height: 1px; content: ''; background: #909090; position: absolute; right: 0; top: 15px; transform: rotate(-45deg);}
.webhead .lang .langbox{width: max-content; display: none; background: #fff; position: absolute; left: 50%; top: 32px; transform: translateX(-50%);}
.webhead .lang:hover .langbox{display: block;}
.webhead .lang .langbox li{line-height: 36px; padding: 0 15px;}
.webhead .media{float: left; margin: 30px 0 0 60px;}
.webhead .media a{display: inline-block; vertical-align: middle; margin: 0 10px;}
.webhead .logo{width: 185px; margin: 0 auto; line-height: 90px;}
.webhead .other{float: right; margin-top: 30px;}
.webhead .search{width: 250px; height: 32px; float: left; background: #f5f5f5; border-radius: 16px; box-sizing: border-box; padding: 0 16px;}
.webhead .search input{width: 190px; height: 32px; float: left; color: #797979; border: none; background: none;}
.webhead .search button{width: 28px; height: 32px; float: left; border: none; background: url("../images/search.png") center no-repeat; cursor: pointer;}
.webhead .user{height: 32px; float: left; margin-left: 20px; position: relative;}
.webhead .user .btn a{width: 28px; height: 32px; display: block; background: url("../images/user.png") center no-repeat;}
.webhead .user ul{width: max-content; background: #fff; padding: 5px 0; border: solid #e5e5e5 1px; position: absolute; right: -10px; top: 32px; display: none;}
.webhead .user ul::before{content: ''; position: absolute; right: 18px; top: -5px; border-bottom: solid #e5e5e5 5px; border-left: solid transparent 5px; border-right: solid transparent 5px;}
.webhead .user:hover ul{display: block;}
.webhead .user ul li{line-height: 32px;}
.webhead .user ul li a{display: block; padding: 0 25px; color: #121212;}
.webhead .user ul li a:hover{background: #f8f8f8;}

.webhead .collect{height: 32px; float: left; margin-left: 20px; position: relative;}
.webhead .collect a{width: 28px; height: 32px; display: block; background: url("../images/collect.png") center no-repeat;}
.webhead .collect span{min-width: 12px; height: 12px; text-align: center; padding: 2px; line-height: 12px; background: #9e371e; color: #fff; border-radius: 50%; display: inline-block; position: absolute; top: -2px; right: 0; font-size: 14px;}

.webhead .shopping{height: 32px; float: left; margin-left: 20px;position: relative;}
.webhead .shopping a{width: 28px; height: 32px; display: block; background: url("../images/shopping.png") center no-repeat;}
.webhead .menu{}
.webhead .menu ul{display: flex; justify-content: space-between;}
.webhead .menu ul li{line-height: 60px;}
.webhead .menu ul li a{display: block; font-size: 16px; text-transform: uppercase; font-family: 'Poppins Bold'; color: #000;}

.shopping_cart_popup{width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 100; display: none;}
.shopping_cart_popup .layermask{width: 100%; height: 100%; background: rgb(0, 0, 0, 0.3); position: fixed; top: 0; left: 0;}
.shopping_cart_popup .popup_content{width: 500px; height: 100%; background: #fff; position: absolute; top: 0; right: -500px;}
.shopping_cart_popup .popup_content .popup_hear{width: 100%; height: 46px; background: #182b4c; position: absolute; left: 0; top: 0;}
.shopping_cart_popup .popup_content .popup_hear .hear_title{font-size: 18px; text-align: center; line-height: 46px; color: #fff;}
.shopping_cart_popup .popup_content .popup_hear .close_btn{width: 20px; position: absolute; right: 10px; top: 10px; cursor: pointer;}
.shopping_cart_popup .popup_content .popup_hear .close_btn i{font-size: 20px; color: #fff;}
.shopping_cart_popup .popup_content .popup_item{height: calc(100% - 206px); background: #f8f8f8; margin-top: 46px; padding: 0 10px; flex: 1; overflow-y: auto;}
.shopping_cart_popup .popup_content .popup_item::-webkit-scrollbar{width: 4px;}
.shopping_cart_popup .popup_content .popup_item::-webkit-scrollbar-track{background: #d6d6d6;}
.shopping_cart_popup .popup_content .popup_item::-webkit-scrollbar-thumb{background: #182b4c;}
.shopping_cart_popup .popup_content .popup_item .discount_info{line-height: 40px; padding: 3px 0; border-bottom: solid #ddd 1px;}
.shopping_cart_popup .popup_content .popup_item .discount_info i{font-size: 22px; color: #000; display: inline-block; vertical-align: middle; margin-right: 3px;}
.shopping_cart_popup .popup_content .popup_item .discount_info b{color: #dc0000;}
.shopping_cart_popup .popup_content .popup_item .discount_info a{text-decoration: underline;}
.shopping_cart_popup .popup_content .popup_item .gift_info{line-height: 40px; padding: 3px 0; border-bottom: solid #ddd 1px;}
.shopping_cart_popup .popup_content .popup_item .gift_info i{font-size: 22px; color: #000; display: inline-block; vertical-align: middle; margin-right: 3px;}
.shopping_cart_popup .popup_content .popup_item .gift_info b{color: #dc0000;}
.shopping_cart_popup .popup_content .popup_item .free_info{line-height: 40px; padding: 3px 0; border-bottom: solid #ddd 1px;}
.shopping_cart_popup .popup_content .popup_item .free_info i{width: 22px; height: 22px; display: inline-block; background: url("../images/freight.png") center no-repeat; background-size: 20px; vertical-align: middle; margin-right: 3px;}
.shopping_cart_popup .popup_content .popup_item .free_info b{color: #dc0000;}

.shopping_cart_popup .popup_content .popup_item .commodity_list{padding: 12px 5px; border-bottom: solid #ddd 1px; display: flex; justify-content: space-between;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .picture{width: 116px;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .picture img{width: 100%;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .content{width: 240px; display: flex; flex-wrap: wrap; align-content: space-between;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .content .quantity{width: 108px; display: flex; border: solid #eaeaea 1px;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .content .quantity button{width: 32px; height: 30px; line-height: 34px; font-size: 20px; border: none; background: #f7f8fa; cursor: pointer;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .content .quantity button.nodrop{color: #eaeaea; cursor: no-drop;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .content .quantity input{width: calc(100% - 64px); height: 30px; text-align: center; border: none;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .operation{width: 86px;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .operation .price{text-align: right;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .operation .price .special{font-family: 'Poppins Bold';}
.shopping_cart_popup .popup_content .popup_item .commodity_list .operation .price .original{text-decoration: line-through; color: #999;}
.shopping_cart_popup .popup_content .popup_item .commodity_list .operation .deletebtn i{font-size: 20px; cursor: pointer;}

.shopping_cart_popup .popup_content .popup_item .settlement{padding: 15px 10px 5px;}
.shopping_cart_popup .popup_content .popup_item .settlement .apply_title{font-size: 18px;}
.shopping_cart_popup .popup_content .popup_item .settlement .apply_code{display: flex; padding: 5px 0 15px;}
.shopping_cart_popup .popup_content .popup_item .settlement .apply_code input{width: 60%; height: 40px; box-sizing: border-box; padding: 0 10px; background: #fff; border: none;}
.shopping_cart_popup .popup_content .popup_item .settlement .apply_code button{width: 40%; height: 40px; background: #182b4c; color: #fff; border: none; cursor: pointer;}
.shopping_cart_popup .popup_content .popup_item .settlement .statistics{font-size: 16px; line-height: 32px; display: flex; justify-content: space-between;}
.shopping_cart_popup .popup_content .popup_item .settlement .statistics .discount{color: #dc0000;}
.shopping_cart_popup .popup_content .popup_item .settlement .summary{font-size: 18px; font-family: 'Poppins Bold'; line-height: 36px; padding: 5px 0; margin-top: 5px; display: flex; justify-content: space-between; border-top: solid #ddd 1px;}
.shopping_cart_popup .popup_content .popup_item .settlement .paytips{color: #555;}
.shopping_cart_popup .popup_content .popup_item .weaccept{margin: 0 -10px; padding: 15px; border-top: solid #fff 10px; border-bottom: solid #fff 10px;}
.shopping_cart_popup .popup_content .popup_item .weaccept .label{font-size: 18px; font-family: 'Poppins Bold';}
.shopping_cart_popup .popup_content .popup_item .weaccept ul{display: flex; flex-wrap: wrap;}
.shopping_cart_popup .popup_content .popup_item .weaccept ul li{width: 15%; margin: 5px 2% 5px 0;}
.shopping_cart_popup .popup_content .popup_item .weaccept ul li:nth-child(6n){margin-right: 0;}
.shopping_cart_popup .popup_content .popup_item .weaccept ul li img{width: 100%;}
.shopping_cart_popup .popup_content .popup_item .assurance{padding: 15px 0;}
.shopping_cart_popup .popup_content .popup_item .assurance ul{display: flex; flex-wrap: wrap; border-bottom: solid #ddd 1px;}
.shopping_cart_popup .popup_content .popup_item .assurance li{width: 50%; display: flex; align-items: center; padding: 10px; box-sizing: border-box; border-top: solid #ddd 1px;}
.shopping_cart_popup .popup_content .popup_item .assurance li:nth-child(2n){border-left: solid #ddd 1px;}
.shopping_cart_popup .popup_content .popup_item .assurance li .icon{width: 30px; height: 20px; display: inline-block; background: center no-repeat; margin-right: 5px;}
.shopping_cart_popup .popup_content .popup_item .assurance li:nth-child(1) .icon{background-image: url("../images/freight.png");}
.shopping_cart_popup .popup_content .popup_item .assurance li:nth-child(2) .icon{background-image: url("../images/exchange.png");}
.shopping_cart_popup .popup_content .popup_item .assurance li:nth-child(3) .icon{background-image: url("../images/purse.png");}
.shopping_cart_popup .popup_content .popup_item .assurance li:nth-child(4) .icon{background-image: url("../images/guarantee.png");}
.shopping_cart_popup .popup_content .popup_item .assurance li:nth-child(5) .icon{background-image: url("../images/secure.png");}
.shopping_cart_popup .popup_content .popup_item .assurance li:nth-child(6) .icon{background-image: url("../images/praise.png");}

.shopping_cart_popup .popup_content .popup_foot{width: 100%; height: 160px; background: #fff; box-sizing: border-box; padding: 15px 20px 20px; position: absolute; left: 0; bottom: 0; box-shadow: 0 0 10px #ddd;}
.shopping_cart_popup .popup_content .popup_foot .summary{display: flex; justify-content: space-between;}
.shopping_cart_popup .popup_content .popup_foot .summary .label{font-size: 16px;}
.shopping_cart_popup .popup_content .popup_foot .summary .total{font-size: 16px;}
.shopping_cart_popup .popup_content .popup_foot .pay_btn button{width: 100%; height: 42px; text-align: center; text-transform: uppercase; cursor: pointer; border: none; border-radius: 5px;}
.shopping_cart_popup .popup_content .popup_foot .pay_btn button.secure_btn{background: #262125; color: #fff; font-size: 16px; margin-top: 8px;}
.shopping_cart_popup .popup_content .popup_foot .pay_btn button.paypal_btn{background: #ffc439; margin-top: 15px;}

.service_assurance{background: #fafbfc; border-bottom: solid #f4f6f9 1px;}
.service_assurance ul{display: flex; justify-content: space-between; padding: 13px 0;}
.service_assurance ul li{line-height: 24px;}
.service_assurance ul img{display: inline-block; vertical-align: middle; margin-right: 10px;}

.webfoot{padding: 50px 0; background: #182b4c; border-top: solid #eee 5px;}
.webfoot .payandmedia{width: 30%; float: left; margin-right: 6%;}
.webfoot .payment .title{font-size: 20px; color: #fff;}
.webfoot .payment .text{font-size: 14px; line-height: 28px; color: #b9c6de;}
.webfoot .payment .list{margin-top: 15px;}
.webfoot .payment .list li{display: inline-block; margin-right: 8px; margin-bottom: 8px;}
.webfoot .social_media{margin-top: 20px; line-height: 26px;}
.webfoot .social_media span{display: inline-block; vertical-align: middle; color: #b9c6de;}
.webfoot .social_media a{display: inline-block; vertical-align: middle; margin-left: 20px;}
.webfoot .social_media img{filter: brightness(10);}

.webfoot .fmenu{width: 40%; float: left;}
.webfoot .fmenu ul{width: 50%; float: left;}
.webfoot .fmenu ul h4{font-size: 20px; line-height: 42px; color: #fff;}
.webfoot .fmenu ul li{line-height: 42px;}
.webfoot .fmenu ul li a{color: #b9c6de;}
.webfoot .fmenu ul li a:hover{color: #fff;}
.webfoot .fcontact{width: 24%; float: right;}
.webfoot .fcontact h4{font-size: 20px; line-height: 42px; color: #fff;}
.webfoot .fcontact p{line-height: 42px; color: #b9c6de;}
.webfoot .fcontact p.phone{background: url("../images/phone.png") left center no-repeat; padding-left: 20px;}
.webfoot .fcontact p a{color: #b9c6de;}
.webfoot .fcontact p a:hover{color: #fff;}
.webfoot .copyright{width: 24%; float: right; margin-top: 30px;}
.webfoot .copyright p{color: #b9c6de;}

.common_banner{position: relative; overflow: hidden;}
.common_banner .picture{overflow: hidden;}
.common_banner .picture img{width: 100%;}
.common_banner .content{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #fff;}
.common_banner .content h2{font-size: 46px; line-height: 60px; font-family: 'Poppins Bold';}
.common_banner .content p{font-size: 22px; line-height: 32px;}
.common_banner .content a{display: inline-block; font-size: 24px; line-height: 54px; padding: 0 36px; font-family: 'Poppins Bold'; background: #182b4c; color: #fff; margin-top: 30px;}
.common_banner .content a i{width: 26px; height: 22px; display: inline-block; vertical-align: middle; background: url("../images/cart.png") center no-repeat; margin-left: 10px;}

.crumbs{padding: 12px 0; line-height: 36px; font-size: 16px; color: #212121;}
.crumbs a{color: #212121;}

.com_title{text-align: center;}
.com_title .label{font-size: 22px; color: #182b4c; font-weight: bold;}
.com_title .title{font-size: 46px; color: #212121; font-weight: bold; font-family: 'Poppins Bold'; text-transform: uppercase;}

.common_quote{padding: 50px 40px 70px; margin-bottom: 90px; background: #f8f9fd; border-radius: 18px;}
.common_quote .content{width: 35%; max-width: 440px; float: left; margin-top: 30px;}
.common_quote .content .title{font-size: 20px; color: #121212; font-family: 'Poppins Bold';}
.common_quote .content .text{margin-top: 20px;}
.common_quote .content .text h3{font-size: 32px; line-height: 45px; color: #121212; font-family: 'Poppins Bold'; margin-bottom: 20px;}
.common_quote .content .text p{font-size: 16px; line-height: 26px; padding: 8px 0;}
.common_quote .content .text .tick{background: url('../images/tick.png') left 12px no-repeat; background-size: 15px; color: #666; padding-left: 24px;}
.common_quote .content .text .email{background: url('../images/email2.png') left center no-repeat; padding-left: 34px;}
.common_quote .content .text .email a{display: inline-block; color: #182b4c;}
.common_quote .content .button{margin-top: 30px;}
.common_quote .content .button a{display: inline-block; font-size: 18px; line-height: 56px; padding: 0 36px; border: solid #182b4c 1px; color: #182b4c; border-radius: 29px; transition: all 0.5s;}
.common_quote .content .button a:hover{background: #182b4c; color: #fff;}
.common_quote .inquiry_form{width: 56%; float: right;}
.common_quote .inquiry_form .input_list{width: 48%; float: left; margin: 0 4% 30px 0; position: relative;}
.common_quote .inquiry_form .input_list:nth-child(2n){margin-right: 0;}
.common_quote .inquiry_form .input_list input{width: 100%; height: 52px; font-size: 16px; box-sizing: border-box; padding: 0 24px; background: #fff; border: none; border-radius: 5px;}
.common_quote .inquiry_form .textarea_list{width: 100%; position: relative;}
.common_quote .inquiry_form .textarea_list textarea{width: 100%; line-height: 24px; box-sizing: border-box; padding: 13px 24px; font-size: 16px; border: none; background: #fff; border-radius: 5px;}
.common_quote .inquiry_form .button_list{margin-top: 50px;}
.common_quote .inquiry_form .button_list input{height: 56px; padding: 0 50px; font-size: 18px; border-radius: 28px; background: #f00; color: #fff; border: none; cursor: pointer; transition: all 0.3s;}

#myform .error{width: max-content; color: #dc0000; position: absolute; bottom: -70px; line-height: 30px; border: solid #dc0000 1px; padding: 10px; background: #fff; z-index: 99; border-radius: 5px;}
#myform .error::before{content: ''; border-bottom: solid #dc0000 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; left: 13px; top: -10px;}
#myform .error::after{content: ''; border-bottom: solid #fff 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; left: 13px; top: -8px;}
#myform .errorborder{border-color: #dc0000 !important;}
.common_success{padding: 80px 0; background: #f7f7f7;}
.common_success .title{text-align: center;}
.common_success .title h2{font-size: 30px;}
.common_success .goback{margin-top: 50px; text-align: center;} 
.common_success .goback a{display: inline-block; line-height: 50px; background: #182b4c; color: #fff; font-size: 18px; padding: 0 30px; border-radius: 6px;}

.common_page{text-align: center; padding: 30px 0;}
.common_page a{display: inline-block; line-height: 36px; border: solid #182b4c 1px; padding: 0 15px; margin: 0 8px;}
.common_page .current{display: inline-block; line-height: 36px; background: #182b4c; color: #fff; border: solid #182b4c 1px; padding: 0 13px; margin: 0 6px;}

.common_contact{padding: 70px 0; background: url('../images/contactus.jpg') center no-repeat;}
.common_contact .text{float: left; font-size: 38px; font-family: 'Poppins SemiBold'; color: #fff; line-height: 50px; background: url('../images/underline.png') 210px 86px no-repeat; background-size: 210px auto;}
.common_contact .button{float: right; margin-top: 20px;}
.common_contact .button a{display: inline-block; font-size: 18px; font-family: 'Poppins'; line-height: 60px; padding: 0 30px; background: #182b4c; color: #fff; border-radius: 30px;}

/* 右边客服 */
.rightWindow{position: fixed; z-index: 99; right: 10px; bottom: 30%;}
.rightWindow li{width: 60px; height: 60px; position: relative; background: #ddd; transition: all 0.5s;}
.rightWindow li a{width: 60px; height: 60px; display: block;}
.rightWindow li .icon-font{width: 30px; height: 30px; background: url("../images/icon_right.png") no-repeat; position: absolute; left: calc(50% - 15px); top: calc(50% - 15px);}
.rightWindow li .icon-message{background-position: 0 0;}
.rightWindow li .icon-top{background-position: 0 -30px;}
.rightWindow li.backtop{cursor: pointer; margin-top: 1px;}
.rightWindow li:hover{background: #0064ff;}
.rightWindow li:hover .icon-message{background-position: -30px 0;}
.rightWindow li:hover .icon-top{background-position: -30px -30px;}
.gotop{display: none;}

/* 手机端 */
.mobileheader{display: none;}
.mfooter{display: none;}
@media (max-width: 960px) {
	body{font-size: 14px; padding-top: 107px;}
	.container{padding: 0;}
	/* 头部 */
	.webhead{display: none;}
	.guarantee{line-height: 46px;}
	.mobileheader{display: block; width: 100%; height: 60px; background: #fff; line-height: 60px; border-bottom: solid #e6e6e6 1px; position: fixed; left: 0; top: 46px; z-index: 99;}
	.mobileheader .mobile_name{width: 60%; font-size: 16px; margin: 0 auto; text-align: center; line-height: 60px;}
	.mobileheader .mobile_name img{height: 36px; vertical-align: middle;}
	.mobileheader .mobile_navbtn{position: absolute; z-index: 10; top: 0; bottom: 0; right: 0; left: 0; margin: auto 0 auto 10px; width: 26px; height: 16px;}
	.mobileheader .mobile_navbtn span,
	.mobileheader .mobile_navbtn:after,
	.mobileheader .mobile_navbtn:before{display: block; height: 2px; width: 100%; background: #333; -webkit-transition: all .5s; transition: all .5s;}
	.mobileheader .mobile_navbtn span{margin: 6px 0;}
	.mobileheader .mobile_navbtn:after,
	.mobileheader .mobile_navbtn:before{content: ''; -webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
	.mobileheader .mobile_navbtn.clicked span {-webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0;}
	.mobileheader .mobile_navbtn.clicked:after{-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	.mobileheader .mobile_navbtn.clicked:before{-webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.mobileheader .mobile_menu{width: 100%; height: calc(100% - 107px); overflow-y: auto; display: none; background: #fff; position: fixed; left: 0; top: 107px;}
	.mobileheader .mobile_menu ul{}
	.mobileheader .mobile_menu ul li{font-size: 16px; line-height: 56px; border-bottom: solid #e6e6e6 1px;}
	.mobileheader .mobile_menu ul li a{display: inline-block; padding: 0px 20px;}
	.mobileheader .mobile_menu ul li i{float: right; margin: 20px 16px 0 0; border-top: 12px solid #666; border-left: 10px solid transparent; border-right: 10px solid transparent; transition: all 0.5s; position: relative;}
	.mobileheader .mobile_menu ul li i::after{content: ''; border-top: 12px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; position: absolute; left: -10px; top: -14px;}
	.mobileheader .mobile_menu ul li i.rotate{transform: rotate(180deg);}
	.mobileheader .mobile_menu ul li ul{display: none;}
	.mobileheader .mobile_menu ul li ul li{font-size: 15px; border-top: dashed #e6e6e6 1px; border-bottom: none; position: relative;}
	.mobileheader .mobile_menu ul li ul li::after{content: ''; border-left: solid #666 8px; border-top: solid transparent 5px; border-bottom: solid transparent 5px; position: absolute; left: 20px; top: 21px;}
	.mobileheader .mobile_menu ul li ul li a{margin-left: 1em;}
	.mobileheader .mobile_menu ul li ul li li::before{content: ''; border-left: solid #666 7px; border-top: solid transparent 4px; border-bottom: solid transparent 4px; position: absolute; left: 25px; top: 22px;}
	.mobileheader .mobile_menu ul li ul li li a{margin-left: 1.1em;}
	.mobileheader .mobile_menu ul li.language p{display: inline-block; padding: 0px 20px;}
	.mobileheader .mobile_menu ul li.language ul li i{float: none; margin: 0 6px 0 0; border: none; display: inline-block; vertical-align: middle;}
	.mobileheader .mobile_menu ul li.language ul li i::after{display: none;}
	.mobileheader .mobile_menu ul li.language ul li::after{display: none;}
	.mobileheader .mobile_menu ul li.language ul li a{margin: 0;}
	
	/* 搜索框 */
	.mobileheader .search{width: 30px; height: 30px; position: absolute; left: 50px; top: 15px;}
	.mobileheader .search .search_btn{width: 30px; height: 30px; background: url("../images/search.png") center no-repeat; cursor: pointer;}
	.mobileheader .search .search_box{width: 100%; height: 100%; background: #fff; box-sizing: border-box; padding: 10px; position: fixed; top: 0; left: -100%; opacity: 0; transition: all 0.3s; visibility: hidden; z-index: 11;}
	.mobileheader .search .search_box.show{left: 0; opacity: 1; visibility: visible;}
	.mobileheader .search .search_box input{width: 74%; height: 40px; float: left; border: solid #e8e8e8 1px; font-size: 14px; box-sizing: border-box; padding: 0 20px; background: #fff; border-radius: 20px 0 0 20px;}
	.mobileheader .search .search_box button{width: 60px; height: 40px; float: left; border: solid #e8e8e8 1px; background: url("../images/search.png") center no-repeat; border-radius: 0 20px 20px 0;}
	.mobileheader .search .search_box .close_btn{float: right; padding: 0 6px; line-height: 40px; font-size: 22px; color: #333;}
	
	.mobileheader .collect{height: 32px; position: absolute; top: 15px; right: 55px;}
	.mobileheader .collect a{width: 28px; height: 32px; display: block; background: url("../images/collect.png") center no-repeat;}
	.mobileheader .collect span{min-width: 12px; height: 12px; text-align: center; padding: 2px; line-height: 12px; background: #9e371e; color: #fff; border-radius: 50%; display: inline-block; position: absolute; top: -2px; right: 0; font-size: 14px;}
	
	.mobileheader .shopping{height: 32px; position: absolute; top: 15px; right: 15px;}
	.mobileheader .shopping a{width: 28px; height: 32px; display: block; background: url("../images/shopping.png") center no-repeat;}
	.mobileheader .shopping span{min-width: 12px; height: 12px; text-align: center; padding: 2px; line-height: 12px; background: #9e371e; color: #fff; border-radius: 50%; display: inline-block; position: absolute; top: -2px; right: 0; font-size: 14px;}
	
	.shopping_cart_popup .popup_content{width: 100%; right: -100%;}
	.shopping_cart_popup .popup_content .popup_item .commodity_list{padding: 12px 0;}
	.shopping_cart_popup .popup_content .popup_item .commodity_list .picture{width: 80px;}
	.shopping_cart_popup .popup_content .popup_item .commodity_list .picture img{width: 100%;}
	.shopping_cart_popup .popup_content .popup_item .commodity_list .content{width: calc(100% - 180px); padding: 0 10px;}
	.shopping_cart_popup .popup_content .popup_item .commodity_list .content .name{line-height: 20px;}
	.shopping_cart_popup .popup_content .popup_item .commodity_list .operation{width: 80px;}
	.shopping_cart_popup .popup_content .popup_item .settlement{padding: 10px;}
	.shopping_cart_popup .popup_content .popup_item .settlement .apply_title{font-size: 18px;}
	
	.rightWindow{display: none;}
	
	.webfoot{display: none;}
	
	.mfooter{padding: 10px 0; background: #182b4c; display: block;}
	.mfooter .fmenu{padding: 0 10px;}
	.mfooter .fmenu li{font-size: 16px; line-height: 38px; border-bottom: solid #2d3c5a 1px; position: relative;}
	.mfooter .fmenu li::after{font-family: layui-icon !important; content: "\e624"; font-size: 12px; color: #c7c7c7; position: absolute; right: 0; top: 0;}
	.mfooter .fmenu li a{display: block; color: #b9c6de;}
	.mfooter .fmedia{padding: 20px 10px; display: flex; justify-content: space-between;}
	.mfooter .fmedia a{display: inline-block; width: 42px; text-align: center; line-height: 42px; border: solid #fff 1px; border-radius: 50%;}
	.mfooter .fmedia img{filter: brightness(10);}
	.mfooter .copyright{padding: 10px; border-top: solid #2d3c5a 1px; text-align: center; font-size: 14px; line-height: 24px; color: #b9c6de;}
	.mfooter .copyright img{margin-top: 10px;}
	
	.gotop{width: 30px; height: 30px; display: block; background: rgb(255, 255, 255, 0.5); border: solid #e5e5e5 1px; position: fixed; right: 6px; bottom: 90px; text-align: center; z-index: 10;}
	.gotop::after{content: ''; border-bottom: solid #182b4c 12px; border-left: solid transparent 8px; border-right: solid transparent 8px; position: absolute; left: 7px; top: 7px;}
	
	.crumbs{padding: 10px; font-size: 14px;}
	
	.com_title .label{font-size: 20px;}
	.com_title .title{font-size: 24px;}
	
	.service_assurance{padding: 10px 10px;}
	.service_assurance ul{flex-wrap: wrap; padding: 0;}
	.service_assurance ul li{margin: 6px 0;}
	
	.common_banner{}
	.common_banner .picture img{height: 160px;}
	.common_banner .content{box-sizing: border-box; padding: 20px;}
	.common_banner .content h2{font-size: 20px; line-height: 30px;}
	.common_banner .content p{font-size: 14px; line-height: 26px;}
	
	.common_quote{padding: 0 15px 30px; margin: 0 15px 30px;}
	.common_quote .content{width: 100%; float: left;}
	.common_quote .content .text{margin-top: 10px;}
	.common_quote .content .text h3{font-size: 18px; line-height: 26px; margin-bottom: 10px;}
	.common_quote .content .text p{font-size: 16px; line-height: 26px; color: #666; padding: 6px 0;}
	.common_quote .content .text a.email{margin-top: 10px;}
	.common_quote .content .button a{font-size: 14px; line-height: 38px; padding: 0 26px; border-radius: 18px;}
	.common_quote .inquiry_form{width: 100%; float: right; margin-top: 30px;}
	.common_quote .inquiry_form .input_list{width: 100%; margin: 0 0 10px 0; position: relative;}
	.common_quote .inquiry_form .input_list input{height: 42px; font-size: 14px;}
	.common_quote .inquiry_form .textarea_list textarea{height: 120px; line-height: 20px; font-size: 14px;}
	.common_quote .inquiry_form .button_list{margin-top: 20px;}
	.common_quote .inquiry_form .button_list input{height: 36px; padding: 0 20px; font-size: 14px; border-radius: 4px;}
}

/* 编辑器模板 */
.hs_template_1{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display: inline-block;}
.hs_template_1>ul,.hs_template_1>ul>li{list-style:none;margin: 0;padding: 0;}
.hs_template_1>ul>li{width:32.4%;margin-right:1.4%;float:left;}
.hs_template_1>ul>li:nth-child(3n){margin-right:0;}
.hs_template_1>ul>li:nth-child(3n+1){clear: both;}
.hs_template_1>ul>li .hs_img{width:100%;height:auto;margin-bottom:20px;}
.hs_template_1>ul>li .hs_img img{max-width:100%;height:auto;}
.hs_template_1>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin-bottom:20px;}
.hs_template_1>ul>li .hs_title a{color:#000}
.hs_template_1>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_1>ul>li .hs_link a{color:#0090ff;font-size:1em;}
@media(max-width:1300px){
	.hs_template_1{font-size:14px;}
}
@media(max-width:1200px){
	.hs_template_1{font-size:12px;}
}

.hs_template_2{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display: inline-block;}
.hs_template_2>ul,.hs_template_2>ul>li{list-style:none;margin: 0;padding: 0;}
.hs_template_2>ul>li{width:23.95%;margin-right:1.4%;float:left;}
.hs_template_2>ul>li:nth-child(4n){margin-right:0;}
.hs_template_2>ul>li:nth-child(4n+1){clear: both;}
.hs_template_2>ul>li .hs_img{width:100%;height:auto;margin-bottom:20px;}
.hs_template_2>ul>li .hs_img img{max-width:100%;height:auto;}
.hs_template_2>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin-bottom:20px;}
.hs_template_2>ul>li .hs_title a{color:#000}
.hs_template_2>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_2>ul>li .hs_link a{color:#0090ff;font-size:1em;}
@media(max-width:1300px){
	.hs_template_2{font-size:14px;}
}
@media(max-width:1200px){
	.hs_template_2{font-size:12px;}
}

.hs_template_3{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display:inline-block;}
.hs_template_3>ul,.hs_template_3>ul>li{list-style:none;margin:0;padding:0;}
.hs_template_3>ul>li{width:52.14%;margin-right:1.4%;float:left;}
.hs_template_3>ul>li:nth-child(2n){margin-right:0;width:46.46%;}
.hs_template_3>ul>li:nth-child(2n+1){clear: both;}
.hs_template_3>ul>li img{width:100%;height:auto;}
.hs_template_3>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
.hs_template_3>ul>li .hs_title a{color:#000}
.hs_template_3>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_3>ul>li .hs_link a{color: #ffffff;font-size: 1em;background-color: #4054b2;padding: 12px 30px 12px 30px; border-radius: 5px;}

@media(max-width:1300px){
	.hs_template_3{font-size:14px;}
}
@media(max-width:1200px){
	.hs_template_3{font-size:12px;}
}

.hs_template_4{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display:inline-block;}
.hs_template_4>ul,.hs_template_4>ul>li{list-style:none;margin:0;padding:0;}
.hs_template_4>ul>li{width:44.42%;margin-right:2.85%;float:left;}
.hs_template_4>ul>li:nth-child(2n){margin-right:0;width:52.73%;}
.hs_template_4>ul>li:nth-child(2n+1){clear:both;}
.hs_template_4>ul>li img{width:100%;height:auto;}
.hs_template_4>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
.hs_template_4>ul>li .hs_title a{color:#000}
.hs_template_4>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_4>ul>li .hs_desc p{position: relative;text-indent: 1em;}
.hs_template_4>ul>li .hs_desc p::before {content: "";display: block;width: 6px;height: 6px;background-color: #4054b2;position: absolute;left: 0;top: 9px; border-radius: 50%;}
.hs_template_4>ul>li .hs_link{clear:both;}
.hs_template_4>ul>li .hs_link a{color: #ffffff;font-size: 1em;background-color: #4054b2;padding: 12px 30px 12px 30px; border-radius: 5px;}

@media(max-width:1300px){
	.hs_template_4{font-size:14px;}
}
@media(max-width:1200px){
	.hs_template_4{font-size:12px;}
}


@media (max-width:960px) {
	.hs_template_2>ul>li{width:49%;margin-right:2%;}
	.hs_template_2>ul>li:nth-child(2n){margin-right:0;}
	.hs_template_2>ul>li:nth-child(2n+1){clear: both;}

	.hs_template_3>ul>li{width:100%;margin-right:0%;float:left;}
	.hs_template_3>ul>li:nth-child(2n){margin-right:0;width:100%; margin-top: 20px;}
	.hs_template_3>ul>li:nth-child(2n+1){clear: both;}
	.hs_template_3>ul>li img{width:100% !important;height:auto !important;}
	.hs_template_3>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
	.hs_template_3>ul>li .hs_title a{color:#000}
	.hs_template_3>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
	
	.hs_template_4>ul>li{width:100%;margin-right:0%;float:left;}
	.hs_template_4>ul>li:nth-child(2n){margin-right:0;width:100%;}
	.hs_template_4>ul>li:nth-child(2n+1){clear:both;}
	.hs_template_4>ul>li img{width:100% !important; height:auto !important;}
	.hs_template_4>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
	.hs_template_4>ul>li .hs_title a{color:#000}
	.hs_template_4>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
	.hs_template_4>ul>li .hs_desc p{position: relative;text-indent: 1em;}
	.hs_template_4>ul>li .hs_desc p::before {content: "";display: block;width: 6px;height: 6px;background-color: #4054b2;position: absolute;left: 0;top: 6px; border-radius: 50%;}
	.hs_template_4>ul>li .hs_link{clear:both;}
}


/* 浮窗留言板 */
.hs-modal-inquiry {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483646;
	width: 100vw;
	height: 100vh;
	background-color: #05080a;
}
.hs-modal-form {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483647;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.hs-fade-inquiry-fast {
	transition: opacity .15s linear;
}
.hs-modal-form-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}
.hs-modal-form-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
	.hs-modal-form-dialog {
		max-width: 1068px;
		margin: 1.75rem auto;
		width: 80%;
	}
	.hs-modal-form-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
}
.hs-modal-form.hs-fade-inquiry-fast .hs-modal-form-dialog {
	transition: transform .3s ease-out;
	transform: translateY(-50px);
}
.hs-modal-form.hs-show-inquiry-fast {
	display: none;
}
.hs-modal-form.hs-show-inquiry-fast .hs-modal-form-dialog {
	transform: none;
}
.hs-modal-inquiry.hs-fade-inquiry-fast {
	opacity: 0;
	display: none;
}
.hs-modal-inquiry.hs-show-inquiry-fast {
	opacity: 0.5;
	display: none;
}
.hs-modal-inquiry.hs-show-inquiry-fast.done-show {
	display: block
}
.hs-modal-form.hs-show-inquiry-fast.done-show {
	display: block;
}
.hs-modal-form-content-hs {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e0e5eb;
	border-radius: 8px;
	outline: 0;
	margin: 0 5px;
}
.hs-modal-form-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 0 20px;
	border-bottom: 1px solid #e0e5eb;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.hs-modal-form-header span:nth-child(2) {
	float: right;
}
.hs-modal-form-header span img {
	width: 15px;
	height: auto;
}
.hs-modal-form-title {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.4;
	width: 96%;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 1rem;
}
.hs-modal-form-body {
	position: relative;
	flex: 1 1 auto;
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
}
.hs-modal-form-body ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hs-modal-form-body ul li {
	list-style: none;
	width: 48%;
	margin-bottom: 6px;
}
.hs-modal-form-body ul li.hs-inquiry-message {
	width: 100%;
}
.hs-modal-form-body ul li textarea {
	width: 96%;
	padding: 2%;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #CCC;
	outline: none;
	transition: all 0.3s;
}
.hs-modal-form-body ul li * {
	max-width: 100%;
}
.hs-modal-form-body .hs-inquiry-consentText a {
	font-weight: 700;
	color: #05080a;
	text-decoration: underline;
}
.hs-inquiry-btn {
	height: 40px;
	font-size: 16px;
	min-width: 4rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-decoration: none;
	flex-shrink: 0;
	overflow: hidden;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 0 2rem 0 2rem;
}
.hs-inquiry-primary {
	background-color: #345aca;
	color: #fff;
	cursor: pointer;
	border: 0;
	transition: all 0.3s;
}
.hs-inquiry-primary:hover {
	background-color: #5d7bd5;
	border: 0;
	color: #fff;
}
.hs-modal-form-body .hs-inquiry-consentText {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.hs-inquiry-primary:disabled {
	color: #fff;
	background-color: #ffa7a6;
	border-color: #ffa7a6
}
.hs-modal-form-header .hs-modal-form-title .hs-modal-close {
	float: right;
	cursor: pointer;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjAuMDAwMDAwcHQiIGhlaWdodD0iMjEuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAyMC4wMDAwMDAgMjEuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwyMS4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik0wIDE5NyBjMCAtNyAxOCAtMzEgNDAgLTUyIGw0MCAtMzkgLTQwIC00MSBjLTM3IC0zNyAtNTEgLTY1IC0zMwotNjUgNCAwIDI3IDE5IDUwIDQyIGw0MyA0MiA0MyAtNDIgYzIzIC0yMyA0NiAtNDIgNTAgLTQyIDE4IDAgMyAzMCAtMzMgNjUKbC00MCAzOSA0MCA0MSBjMzcgMzcgNTEgNjUgMzMgNjUgLTQgMCAtMjcgLTE5IC01MCAtNDIgbC00MyAtNDIgLTQzIDQyIGMtNDUKNDQgLTU3IDUwIC01NyAyOXoiLz4KPC9nPgo8L3N2Zz4K');
	width: 18px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 19px;
	margin-top: 8px
}
.hs-modal-form-header .hs-modal-form-title .hs-modal-close:hover {
	opacity: 0.5
}
 .hs-modal-form-body .form-control:invalid, .form-control.is-invalid {
 border-color: #ef4444;
 padding-right: 45px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4444'%3e%3cpath d='M7.643 13.535L10 11.178l2.357 2.357 1.178-1.178L11.178 10l2.357-2.357-1.178-1.178L10 8.822 7.643 6.465 6.465 7.643 8.822 10l-2.357 2.357 1.178 1.178zM10 18.333c4.595 0 8.333-3.738 8.333-8.333S14.595 1.667 10 1.667 1.667 5.405 1.667 10 5.405 18.333 10 18.333zm0-15c3.676 0 6.667 2.991 6.667 6.667S13.676 16.667 10 16.667 3.333 13.676 3.333 10 6.324 3.333 10 3.333z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
background-position: right 12px center;
	background-size: 20px 20px;
}
.hs-modal-form-body .form-control:valid, .form-control.is-valid {
 border-color: #22c55e;
 padding-right: 45px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2322c55e'%3e%3cpath d='M10 1.667c-4.595 0-8.333 3.738-8.333 8.333S5.405 18.333 10 18.333s8.333-3.738 8.333-8.333S14.595 1.667 10 1.667zm0 15c-3.676 0-6.667-2.991-6.667-6.667S6.324 3.333 10 3.333 16.667 6.324 16.667 10 13.676 16.667 10 16.667zm-1.668-5.345L6.416 9.41 5.24 10.59l3.094 3.088 5.588-5.588-1.178-1.178-4.412 4.412z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
background-position: right 12px center;
	background-size: 20px 20px;
}
.hs-modal-form-body .form-control:valid:not(:required):not(.btn), .is-valid:not(:required):not(.btn) {
 border-color: #d4d7e5 !important;
 background-image: none;
}
 .hs-modal-form-body :valid:not(:required):not(.btn):focus, .is-valid:not(:required):not(.btn):focus {
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
}
.hs-modal-form-body ::-webkit-input-placeholder {
 color: #565973 !important;
 font-weight: 500;
}
.hs-modal-form-body .form-control {
	color: #565973;
	border: 1px solid #d4d7e5;
	outline: none;
	transition: all 0.3s;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.hs-modal-form-body :valid:required:focus {
 border-color: #d4d7e5;
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
 background-image: none;
}
.hs-modal-form-body :invalid:required:focus {
 border-color: #d4d7e5;
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
 background-image: none;
}
 .hs-modal-form-body textarea.form-control:valid, textarea.form-control.is-valid {
 padding-right: calc(1.6em + 1.25rem);
 background-position: top calc(0.4em + 0.3125rem) right calc(0.4em + 0.3125rem)
}
 .hs-modal-form-body .form-select:valid, .form-select.is-valid {
 border-color: #22c55e
}
.hs-modal-form-body label span {
	color: red;
}
.hs-modal-form-body label {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 5px 4px;
	line-height: 1.4;
	display: inline-block;
	width: 100%;
}
.hs-modal-form-body input {
	border-radius: 18px;
	border: 1px solid #d4d7e5;
	color: #565973;
	font-weight: 500;
	min-height: calc(1.6em);
	padding:10px 20px 10px 20px;
	font-size: 14px;
}
.hs-modal-form-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: 10px 0 20px 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.hs-modal-form-body .invalid-tips{
	height: 18px;
	line-height: 18px;
	padding-left: 13px;
	font-size: 12px;
	color: #ef4444;
}
.hs-modal-form-body .invalid-tips div{
	visibility: hidden;
	display: none;
}
.hs-modal-form-body .invalid-tips .invalid-show {
	display: block;
	visibility: visible;
}

@media(max-width:960px) {
	.hs-modal-form-header .hs-modal-form-title {
		font-size: 20px;
	}
	.hs-modal-form-body ul li {
		width: 100%;
	}
}
.webhead .shopping .qty{
	background: #9e371e;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  padding: 2px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -2px;
  right: 0;
  min-width: 12px;
  height: 12px;
  line-height: 10px;
  font-size: 14px;
  box-sizing: content-box;
}
.webhead .shopping .qty.empty {
  display: none;
}